
/* 
 * Font Face
 *
 */

@font-face {
    font-family: 'helveticaneue_lt_47_lightcnRg';
    src: url('../fonts/helvetica_lt_47_light_condensed-webfont.eot');
    src: url('../fonts/helvetica_lt_47_light_condensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helvetica_lt_47_light_condensed-webfont.woff') format('woff'),
         url('../fonts/helvetica_lt_47_light_condensed-webfont.ttf') format('truetype'),
         url('../fonts/helvetica_lt_47_light_condensed-webfont.svg#helveticaneue_lt_47_lightcnRg') format('svg');
    font-weight: normal;
    font-style: normal;

}


/*
 * 
 * main style..
 *
 */

body {
	background:#fff!important;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif!important;
	margin: 0px;
	padding: 0px;
	width: auto;
	color: #555;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size:cover;
}	



h1, h2, h3, h4, h5, h6, p, pre, ul, li, a {
	margin: 0;	
	padding: 0;
	list-style: none;
	text-decoration: none;
}
a:hover,a:focus{
	text-decoration: none!important;
}
.main_container{
	margin-bottom:10px;
}

input:focus,select:focus,textarea:focus{
	outline:none!important;
	box-shadow: none!important;
}


/** Spaces **/


.space{
	height:10px;
	width:100%;
	clear:both;
}

.space-med{
	height:20px;
	width:100%;
	clear: both;
}

.space-big{
	height:30px;
	width:100%;
	clear: both;
}


/** Anchor **/


a{
	-webkit-transition: background .5s ease, border .5s ease, color .5s ease, opacity .5s ease-in-out;
	-moz-transition: background .5s ease, border .5s ease, color .5s ease, opacity .5s ease-in-out;
	-ms-transition: background .5s ease, border .5s ease, color .5s ease, opacity .5s ease-in-out;
	-o-transition: background .5s ease, border .5s ease, color .5s ease, opacity .5s ease-in-out;
	transition: background .5s ease, border .5s ease, color .5s ease, opacity .5s ease-in-out;
}


.title-small{
	font-size:16px;
}


/** Floats Css **/
	
.text-center{
	text-align: center;
}

.text-right{
	text-align: right;
}

.text-left{
	text-align: left;
}
	
.pull-right{
	float:right;
}

.pull-left{
	float:left;
}


/** Texts ***/
.note{
	color:#555;
	text-align: justify;
}

.note p{
	color:#555;
	text-align: justify;
}


.note span{
	color:#555;
	text-align: justify;
}

.text-gray{
	color:#aaa;
}

.text-darkgray{
	color:#555;
}

.text-red{
	color:#e21e22;
}
.text-white{
	color:#FFFFFF;
}
.text-success{
	color:#50c51d;
}
.text-warning{
	color:#FF0000!important;
}
.smaller{
	font-size:11px;
}
.strip{
	background: url(../images/strip.png) repeat-x center;
	height:3px;
}
/** Title Head **/

.titlecontainer{
	background:url(../images/title_bg.png) repeat-x bottom left; 
}
.title h1{	
	background: #e21e22;
	font-size:16px;
	color:#FFFFFF;
	margin:0px;
	float:left;
	margin-right:5px;
	padding:10px 20px 0px;
	font-weight:normal;
	text-transform: uppercase;
}
.title a{
	display:inline-block;
	color:#fff;
	font-size:16px;
	padding:20px 20px 10px;
	text-transform: uppercase;
}
.title a:hover,.title a:focus{
	color:#FFFFFF;
}
.titlehead{
	text-align: center;
	
}
.titlehead h1{
	color: #222;
    text-transform: uppercase;
    font-size: 24px;
    margin: 0px;
    padding:12px 0px;
    line-height: normal;
    background:url("../images/title_bg.png") no-repeat bottom center;
}
.titlehead .tagline{
	color:#888;
	margin:0px;
	font-size:12px;
	line-height:normal;
	text-transform: none;
	margin-top:10px;
}
.titlehead h1 a{
	color:#e21e22;
	font-size:11px;
	margin-left:5px;
}

.main_container .titlehead h1,.main .titlehead h1{	
	text-transform: none;
} 


/** Buttons **/

.butn{
	background:#333;
	font-size: 12px; 
	cursor: pointer;
	border-radius:3px;
	color:#FFFFFF;
	-webkit-transition: all .5s ease, opacity .5s ease-in-out;
	-moz-transition: all .5s ease, opacity .5s ease-in-out;
	-ms-transition:  all .5s ease, opacity .5s ease-in-out;
	-o-transition: all .5s ease, opacity .5s ease-in-out;
	transition: all .5s ease, opacity .5s ease-in-out;
}

.butn-small{
	font-size:11px;
}

.butn-gray{
	color: #FFFFFF;
	background: #333;
	padding: 5px 20px;
}

.butn-gray:hover,.butn-gray:focus{
	background: #e21e22;
	color:#FFFFFF;
}

.butn-green{
	color: #fff;
	background: #50c51d;
	padding: 5px 12px;
}

.butn-green:hover,.butn-green:focus{
	color: #fff;
	background: #50c51d;
}


/*//////////////////  Header Style  //////////////////////////*/

/*/// Header Top ///*/
.header-top {
	background:#e21e22;
}
.header{
    position: fixed;
    z-index: 99;
    width: 100%;
    margin: 0px auto;
}

	
.topnav ul{
	margin:0px;
}
.topnav li{
	float:left;
}

.topnav li a{	
	display: inline-block;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 10px 8px;
}
.topnav li:first-child a{
	padding-left:0px;
}
.topnav li:last-child a{
	padding-right:0px;
}
.topnav li a:hover,.topnav li a:focus{
	color:#fff;
	background:none;
}
.topnav li.current a{
	color:#fff;
}
.h_widgets{
	float:right;
}
/** Search Form Css **/

.search_box{
	position: relative;
	z-index: 9999;
	float: left;
    z-index: 12;
}

.search-btn{
	background:transparent;
	display: inline-block;
    padding:10px;
}

.search-btn span{
	background:url(../images/search-btn.png) no-repeat;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-top: 0px;
}

.search_form {
	width: 170px;
	position: absolute;
	right: 0px;
	top:100px;
	z-index: -1;
	visibility: hidden;
}

.search_form form{
	margin:0px!important;
}


.search_box.active .search_form{
	  z-index: 999;
	  visibility: visible;
	  top: 0px;
      right: 37px;
}
.search_box.active .search-btn span{
	 background:url(../images/icon-cross.png) no-repeat;
	 width: 10px;
	 height: 10px;
}

.search_box.active .search-btn{
	padding:12px 14px 8px 13px	;
}

.search-inputs{
	background: #212226;
    border-left: 1px solid #222;
}
.search-inputs .search-input {
	background:transparent;
	width: 135px;
	font-size: 12px;
	color: #aaa	;
	padding:0px;
	padding-left: 5px;
	height: 40px;
	border: none;
	margin:0px;
	border-radius:0px;
	font-family: Roboto-Regular, Arial, Helvetica, sans-serif!important;
	box-shadow:none;
}

input.search-button {
	float: right;
	cursor: pointer;
	margin: 13px 5px 11px;
}
/** Inquiry Cart Button **/
.cart{
	position: relative;
    padding:10px;
    float:left;
    border-left:1px solid #f34949;
    border-right:1px solid #f34949;
}
.cart-btn img{
	margin-bottom: 2px;
}

/** Translator **/
	
.translator {
    padding: 3px 0px;
    float:right;
    border-radius: 3px;
    margin-top:8px;
    margin-left:10px;
}
.goog-te-gadget{
	line-height: normal!important;
    font-size: 12px;
    color: #fff;
}
.goog-te-menu-value{
	margin:0px!important;
	padding: 0px!important;
}

.goog-te-gadget img{
	display: none!important;
}
.goog-te-gadget-simple{
	  font-size:12px!important;
}
.goog-te-gadget-simple .goog-te-menu-value span:first-child{
	color: #fff!important;
}
.goog-te-gadget-simple .goog-te-menu-value span:last-child{
	color:#fff!important;
	margin-left:5px!important;
}
.goog-te-gadget-simple .goog-te-menu-value span{
	border:none!important;
}


.goog-te-gadget-simple{
	background: none!important;
	border: none!important;
}
.header_section{
     clear:both;
}
/** Logo **/

.logo a img{
	margin:20px 0px;
}


	
/*/////////////////////////   Products Main Menu Css        ////////////////*/

/** Main Menu Css **/
	
.menu ul{
	margin:0px;
	float:right;
	margin-top: 30px;	
}
.menu li{
	float:left;
	position: relative;
}
.menu li a{	
	display: inline-block;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 5px 12px;
    border-bottom:2px solid transparent;
}

.menu li:last-child a{
	margin-right:0px;
}
.menu li a:hover,.menu li a:focus{
	color:#fff;
	border-bottom:2px solid #fff;
}
.menu li.current a{
	color:#fff;
	border-bottom:2px solid #fff;
}
.menu li.active a{
	color:#fff;
	border-bottom:2px solid #fff;
}

/** Inner Menu Css **/
.menu ul li ul{
	position:absolute;
	visibility: hidden;
	z-index: 99999999;
	background: #111;
	width:180px;
	margin:0px!important;
}

/* 
 * Inner Menu Categories Css
 */

.menu ul li:hover ul.inner_cats{
	visibility: visible;	
}

.menu ul ul.inner_cats{
	left:0px;
	top:32px;
}
.menu li.active  ul.inner_cats li a{
	background:none!important;
}
.menu ul li.current ul li a{
	background:none!important;	
}
.menu ul ul.inner_cats li{
	border-bottom: 1px solid #191919;
	float: none;
	color: #ccc;
	z-index: 9999999;
	font-size:12px;
	text-align:left;
	padding:0px;
	margin-left:0px;
	height:auto;
	text-align: left;
}
.menu ul ul.inner_cats li:first-child a{
	background: none;
}
.menu ul ul.inner_cats li:last-child{
	border:none;
}

.menu ul ul.inner_cats li a{
	display: block;
	color:#ccc;
	font-size: 12px;
    border: none;
    padding: 4px 5px;
	text-align: left;
	margin:0px;
	text-transform: none;
}
.menu ul ul.inner_cats li a:hover,.menu ul ul.inner_cats li a:focus{
	color:#e21e22;
}



/*////////// Product Vertical Menu Css ////////////////*/

ul#prod-menu,ul#prod-menu ul  {
	list-style-type:none;
	padding: 0;
	width:100%;
	margin:0px;
	
}
ul#prod-menu ul{
	margin:0px;
}
/** Main Cat **/

.m_c_title{
	background: #ebebeb;
	color:#333;
	padding:8px;
	display: block;
	font-size:16px;
}
.m_c_title:hover,.m_c_title:focus{
	background:#e21e22;
	color:#fff;
}
ul#prod-menu li.active .m_c_title{
	background:#e21e22;
	color:#fff;
}
ul#prod-menu li{
	display:block;
	margin-bottom:8px;
}
ul#prod-menu li:last-child{
	margin:0px;
}
.m_c_title img{
	margin:0px 0px 0px 6px;
}
.m_c_title .cata_icon{
	display: inline-block!important;
	float:right;
}

ul#prod-menu li ul{
	width: 100%;
	clear:both;
	padding:10px 0px;
}	
/** Inner Sub Cat **/
	
ul.inner_sub_cat{
	width: 100%;
	clear:both;
}	


ul.inner_sub_cat li{
	margin:0px!important;
}
ul.inner_sub_cat li:last-child{	
	border:none;
}
ul.inner_sub_cat li a {
	display:block;
	background:none;
	font-size:12px;
	padding: 3px 0px;
	color:#fff;
	letter-spacing: 0px;
	font-weight:normal;
	margin: 0px 10px;
}
ul#prod-menu li.active ul.inner_sub_cat li a {
	background:none;
}

ul.inner_sub_cat li a img{
	float:left;
	margin-top: 4px;
}

ul.inner_sub_cat li a:hover {
	background:none;
	color:#fff;
}


/*////////// Product Responsive Vertical Menu Css ////////////////*/



.res-cata-btn{
	background: #e21e22;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    padding: 8px 15px;
    border-radius: 3px;
    margin-top:15px;
    float:right;
} 

.res-cata-btn:hover,.res-cata-btn:focus{
	color:#fff;
	background: #e21e22;
	
} 
.res-cata-btn img{
	margin: 0px 10px 2px 0px;
}  
.res_menu {
    margin-top: 0px;
    clear: both;
}
.res_menu ul li{
	margin: 0px!important;
	border-bottom:1px solid #444;
}

.res_menu ul li a{
	background: #212226;
	color:#FFFFFF;
	padding:5px 10px;
	display: block;
	font-size:14px;
}

.res_menu ul li a:hover,.res_menu ul li a:focus{
	background:#333;
	color:#FFFFFF;
}

.res_menu .m_c_title{
	padding:5px 10px;
    font-size: 14px;
}
.res_menu ul.inner_sub_cat{
	background: #222;
}
.res_menu ul.inner_sub_cat li{
	border:none;
}
.res_menu ul.inner_sub_cat li a{
	border-bottom: 1px solid #292929;
    color: #aaa;
    font-size: 12px;
    padding: 6px 5px 5px 20px;
}
.res_menu ul.inner_sub_cat li a:hover,.res_menu ul.inner_sub_cat li a:focus{
	background: none;
}
ul.inner_sub_cat li a img{
	margin-right: 8px;
}
#prod-t-menu{
	margin:0px;
}
/*/////////////////////////      Banner Container Style        ////////////////*/

.banner_container {
	background: #fff;
	text-align: center;
}
/*/////////////////////////      Contact Section Style        ////////////////*/
.contact_section_relative{
	position: relative;
}
.contact_section{
	position: absolute;
    width: 100%;
    top: -55px;
    z-index: 16;
}
.c_widget{
	width:29.9%;
	float:left;
	padding:20px;
	height:65px;
	overflow: hidden;
}
.call{
	background:#e21e22;
}
.email{
	background:#ca0905;
}
.address{
	background:#a60906;
}
.c_icon{
	float:left;
	margin-right:5px;
	width:60px;
	height: 65px;
    line-height: 65px;
}
.c_detail{
	float:left;
	color: #fff;
	width: 280px;
}
.c_detail h4{
	color:#fff;
	margin:0px;
	margin-bottom:5px;
}
.c_detail p{
	color:#fff!important;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	margin:0px;
}
.c_detail span{
	color:#fff!important;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
}
.c_detail a{
	color:#fff;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
}
.c_detail a:hover,.c_detail a:focus{
	color:#fff;
}
/*////////////// Breadcrumb Css ///////////////////*/

.breadcrumb_section{
	padding: 10px 0px;
	background:#212226;
}
.breadcrumb_section .titlehead h1{
	color:#fff;
	text-transform: none;
	margin-top:5px;
	background:none;
}
.breadcrumb_section ul{
    margin:0px auto;
    display: table;
}

.breadcrumb_section ul li{
	float:left;
	color:#fff;
	margin-right:5px;
	font-size:12px;
}

.breadcrumb_section ul li a{
	font-size: 12px;
    color: #fff;
    font-weight: bold;
}
.breadcrumb_section ul li a.active{
	color:#ffbd0f;
}
.breadcrumb_section ul li a:hover{
	color:#ffbd0f;
}

.breadcrumb_section ul li a.active:focus,.breadcrumb_section ul li a.active:hover{
	color:#ffbd0f;
}


/*//////////////// Categories ////////////////*/

.category_sec{
	padding:20px 0px 0px;
	margin-top:40px;
}

.category_thumb a img{
	width: 140px;
    height: 140px;
    border-radius: 100%;
    border: 4px solid #fff;
}
.category {
	background:#3b3a3a;
	float:left;
    width: 31%;
    height: 500px;
    margin:13px;
     -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: all .5s ease, opacity .5s ease-in-out;
	-moz-transition: all .5s ease, opacity .5s ease-in-out;
	-ms-transition:  all .5s ease, opacity .5s ease-in-out;
	-o-transition: all .5s ease, opacity .5s ease-in-out;
	transition: all .5s ease, opacity .5s ease-in-out;
}
.category .mask{
	background:url("../images/mask.png") repeat top center;
	width:100%;
	height:100%;
}
.category_thumb{
  padding:40px 0px 20px;
  text-align: center;
}
.cate-caption{
	padding:15px 0px;
	text-align: center;
}
.cate-detail{
	color:#fff;
	margin:0px;
	padding:2px 20px 12px;
	font-size:12px;
	height:150px;
	overflow: hidden;
}
.cate-caption a.cate-title{
	display: block;
    color: #FFFFFF;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
    margin-bottom:10px;
}

.category:hover a.cate-title,.category:focus a.cate-title{
	color:#fff;
}
.cate-caption a.cate-btn{
	display: inline-block;
	background:#e21e22;
    color: #FFFFFF;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
    padding:12px 40px;
    margin-top: 10px;
}

.category:hover a.cate-title,.category:focus a.cate-title{
	color:#fff;
}
.categories_carousal .category{
	width:365px;
}
/*///////////////////////////// FEATURED ///////////////*/
.featured_section{
	background: #fff;
}
/*//////////////////////////////////*/
.about_section{
	background: url(../images/about_bg.jpg) repeat-x top center #e21e22;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size:cover;
	padding:0px 0px 40px;
}
/**  About Section Css **/

.about-title {
	font-size: 24px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    background:url("../images/atitle_bg.png") no-repeat bottom left;
    padding:10px 0px 20px;
    margin-top:30px;
}
.about-desc{
	color: #fff;
    margin-top:30px;
}
.about .butn{
	background:#fff;
	color:#111;
	display:inline-block;
	margin-top:10px;
	border-radius: 20px;
}
.about .butn:hover,.about .butn:focus{
	background:#222;
	color:#fff;
}
/** Contact Form **/
.catalog_form {
	background:#f3f3f3;
	padding:20px;
}
.catalog-title{
	font-size:16px;
	color:#222;
	font-weight:bold;	
}
.catalog-title img{
	margin-right:10px;
}
.catalog_desc{
	margin:10px 0px;
	color:#555;
}
.catalog_form label.error{
	margin-left:5px!important;
}

.catalog_form ul{
	margin:0px;
	padding:0px;
}
.catalog_form li{
	line-height: normal;
    margin-bottom: 15px;
    background:#fff;
    border:1px solid #ddd;
}
.catalog_form li input{
	margin:0px;
	border:none!important;
	outline: none!important;
	box-shadow: none!important;
	text-align: center;
}
.catalog_form input[type="text"] {
	background:transparent;
	border:none;
	box-shadow:none;
	color: #555;
	padding:5px 0px 8px 10px;
	width:95%;	
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	border-radius: 0px;
}
.catalog_form input:focus{
	border:none!important;
	outline: none!important;
	box-shadow: none!important;
}
.catalog_form .form_label{
	color:#fff;
	margin:2px 0px;
	font-size:12px;
	font-weight:bold;
}
.catalog_form form{
	margin:0px;
}
.catalog_form small {
	color:#fff;
	margin:3px 0px;	
}

.catalog_form input[type="submit"]{
	background:#e21e22;
	display: inline-block;
	padding: 8px 60px;
	color:#fff;
	font-size:14px;
	border-radius: 20px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}
.catalog_form input[type="submit"]:focus,.catalog_form input[type="submit"]:hover{
	border:none!important;
	color:#fff;
	background:#e21e22;
}
.catalog_form input[type="text"]::-webkit-input-placeholder{
    color: #555;
}

.ca-submit{
	background:none!important;
	padding:0px;
	border:none!important;
	text-align: center;
	margin:0px!important;
}
/*///////////////////// Footer Contact ////////////////////// **/

/*/// Header Top ///*/
.footer_contact {
	background: url(../images/footer_contact_bg.jpg) repeat-x top center #f0f0f0;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size:cover;
	padding:60px 0px;
}
/*  NEWS & EVENTS style   */
.news_section{
	background: #222222;
	padding:3px;
}
.news_thumb{
	position: relative;
}
.news_thumb img{
	width:100%;
}
.news_title{
	color:#fff;
	font-size:16px;
	padding:15px 20px;
	font-weight:bold;
}
.news ul li {
	padding:0px;
}
.news{
	padding:0px 20px 30px;
	position: relative;
}
.news ul li:hover {
	cursor: pointer;
}

.news ul li h5{
	display: inline-block;
	margin:0px;
	
}

.news .date{
	position: absolute;
	top:50px;
	left:0px;
	background:#e21e22;
	color:#fff;
	border:3px solid #fff;
	padding:16px 8px;
	font-size:20px;
	text-align: center;
	text-transform: uppercase;
}
h5 a {
	color: #fff;
	font-size: 12px;
}
h5 a:hover,h5 a:focus {
	color: #e21e22;
}

.news_short_detail{
	display: inline-block;
}

.news_short_detail p {
	margin-bottom: 0px;
	color:#fff;
	font-size:12px;
}

.btn-news{
	margin:10px 0px;
}
.btn-news a{
	background:#e21e22;
	font-size:12px;
	color:#fff;
	padding:6px 20px;
	margin-left:10px;
	border-radius: 20px;
}

.btn-news a:hover, .btn-news a:focus{
	color: #fff;
}


/** Contact Form **/

.contact_form label.error{
	margin-left:5px!important;
}
.contact_form .titlehead h1{	
	text-align: left;
	background-position:bottom left;
}
.contact_form ul{
	margin:0px;
	padding:0px;
}
.contact_form li{
	line-height: normal;
    margin-bottom: 15px;
    background:#fff;
    border:1px solid #ddd;
}
.contact_form li input,.contact_form li textarea{
	margin:0px;
	border:none!important;
	outline: none!important;
	box-shadow: none!important;
}
.contact_form input[type="text"] {
	background:transparent;
	border:none;
	box-shadow:none;
	color: #555;
	padding:5px 0px 8px 10px;
	width:95%;	
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	border-radius: 0px;
}
.contact_form input:focus{
	border:none!important;
	outline: none!important;
	box-shadow: none!important;
}
.contact_form .form_label{
	color:#fff;
	margin:2px 0px;
	font-size:12px;
	font-weight:bold;
}
.contact_form form{
	margin:0px;
}
.contact_form small {
	color:#fff;
	margin:3px 0px;	
}

.contact_form textarea {
	background:transparent;
	border:none;
	width: 98%;
	color: #555;
	padding:8px 0px 8px 10px;
	min-height: 100px;
	font-size:12px;		
	font-family: Arial, Helvetica, sans-serif;
	resize:vertical;
	border-radius: 0px;
}

.contact_form input[type="submit"]{
	background:#e21e22;
	display: inline-block;
	padding: 8px 60px;
	color:#fff;
	font-size:14px;
	border-radius: 0px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}
.contact_form input[type="submit"]:focus,.contact_form input[type="submit"]:hover{
	border:none!important;
	color:#fff;
	background:#e21e22;
}
.contact_form input[type="text"]::-webkit-input-placeholder{
    color: #555;
}

.contact_form textarea::-webkit-input-placeholder{
   color: #555;
}

.c-submit{
	background:none!important;
	padding:0px;
	border:none!important;
	text-align: center;
	margin:0px!important;
}
/*/////////////////////////    Main Footer style        ////////////////*/

.main_footer{
	background: url(../images/footer_bg.jpg) repeat-x top center #313131;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size:cover;
	padding:40px 0px 0px;
}
.widget .titlehead h1{
	color:#fff;
	text-transform: none;
	font-size:24px;
	text-align: left;
	background: url("../images/ftitle_bg.png") no-repeat bottom left;
}

/*/////////////////////////      Product Detail Page Css ////////////////*/
.zoom-btns a{
	padding:5px 10px;
}
.zoom-btns .btn-zoom{
	background:#e21e22;
	color:#111;
}
.zoom-btns .btn-zoom:hover{
	background:#333333;
	color:#FFFFFF;
}

.thumb-larg-desc{
	color: #555;
	padding:0px 0px 10px;
}
.thumb-larg-desc form{
	margin:0px;
}
#addcart .input-group-prepend{
	float:left;
}
#addcart .input-group-append{
	float:right;
}
#addcart .input-group{
	width:170px;
	text-align:center;
}
#addcart .input-group button{
	background:#e21e22;
	color:#fff;
	border-radius: 0px;
	box-shadow:none;
	border:none;
	padding:10px 15px;
}
#addcart .input-group button:hover.#addcart .input-group button:focus{
	box-shadow:none;
	border:none;
	background:#e21e22;
	color:#fff;
}
#addcart .form-control{
	width: 60px;
    margin: 0px 4px;
    background: #eeeeee;
    color: #222;
    box-shadow: none;
    border: none;
    border-radius: 0px;
    padding: 10px 6px;
}
.dir_nav{
	clear: both;
	display: block;
	margin-left: 32px;
    margin-bottom: 5px;
}
/*/////////////////////////      Footer style        ////////////////*/
.footer{
	padding:30px 0px;
	border-top:1px solid #5d5d5d;
	margin-top:40px;
}
.copyright{
	padding:0px;
	color:#7d7d7d;
	font-size:12px;
	font-family: arial;
}

.copyright a{
	color: #7d7d7d;
	font-size:12px;
}
.copyright a:hover,.copyright a:focus{
	color:#fff;
}
.social_nav{
	text-align: right;
}
.social_nav a{
	margin-right:5px;
}
.social_nav a img{
	width:40px;
}
/** Scroll To Top **/

#top{
	position:fixed;
	bottom:80px;
	right:30px;
	z-index: 9999;
	background: #222;
	color:#FFFFFF;
	text-align: center;
	border-radius: 3px;
	font-weight: bold;
	padding:20px 15px;
}

#top:hover,#top:focus{
	color:#FFFFFF;
}

/*/////////////////////////      Pages style        ////////////////*/

.page{
	min-height: 300px;
	margin-top:30px;
}

.page-contents{
	text-align: justify;
	color:#555;
	word-wrap: break-word;
}
.page-contents p{
	line-height: normal!important;
}

.inquiry-form-page{
	padding:10px 0px;
}

.pro-desc{
	color: #333;
	padding:5px 10px;
	min-height:150px;
	background:#f7f7f7;
}

.pro-desc p{
	color:#555;
}


.pro-desc span{
	color:#555;
}

.main .titlehead{
	padding:8px 0px;
}
.product_detail_page .titlehead{
	border-bottom: none;
}
#p-detail{
	border:1px solid #ddd;
	text-align: center;
	position: relative;
}
.zoom-btn{
	display:inline-block;
	color:#222;
	background:rgba(255,255,255,0.5);
	padding:2px 10px;
	font-size:12px;
	cursor: pointer;
}
.main .titlehead h1{
	line-height: normal;
}
.sidebar .titlehead h1{
	color:#e21e22;
	font-size:22px;
	background:none;
}

.categories {
	background:#212226;
	height: 700px;
	padding-top:10px;
}
/*/////////////////////////      Product page style        ////////////////*/

.contents{
	color:#555;
	min-height: 300px;
}
.featured_panel .product{
 margin:0px;
 float:none;
}
.product_panel{
	margin:10px 5px;
	float:left;
}
.product{
	background:#FFFFFF;
	width:200px;
    height: 270px;
    text-align: center;
     border:1px solid #4e4e4e;
     border-bottom:0px;
     position:relative;
     overflow:hidden;
   -webkit-transition: all .5s ease, opacity .5s ease-in-out;
	-moz-transition: all .5s ease, opacity .5s ease-in-out;
	-ms-transition:  all .5s ease, opacity .5s ease-in-out;
	-o-transition: all .5s ease, opacity .5s ease-in-out;
	transition: all .5s ease, opacity .5s ease-in-out;
}
/** Hover **/

.featured_panel:hover,.product_panel:hover{
	cursor:pointer;
}

.featured_panel:hover .pro-title,.product_panel:hover .pro-title{
	background:#e21e22;
}


.panel .secondary{
	margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
}
.panel:hover .secondary{
	-webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
}

.panel:hover .primary{
	-webkit-transform: translate(0, 150%);
    -moz-transform: translate(0, 150%);
    -ms-transform: translate(0, 150%);
    -o-transform: translate(0, 150%);
}
.panel:hover .primary img{
	-webkit-transform: translate(0, 150%);
    -moz-transform: translate(0, 150%);
    -ms-transform: translate(0, 150%);
    -o-transform: translate(0, 150%);
}

.panel:hover .pro-btn{
	display: block;
}

.thumb{
	background:#fff;
    text-align: center;
    height: 270px;
    line-height:270px;
    position: relative;
    padding:5px;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.thumb img{
	max-width: 100%;
}
.thumb a{
	display:inline-block;
	background:#FFFFFF;
	width:100%;
}

.art-nmbr{
	font-size:12px;
	color:#333;
	padding:0px 5px;
}
.pro-title{
	background:#4e4e4e;
    padding-bottom: 10px;
}
.pro-title a{
	display:inline-block;
	color: #fff;
    font-size: 14px;
    font-weight:bold;
    margin-top:10px;
}
.pro-title a:hover,.pro-title a:focus{
	color:#fff;
}
.pro-title p{
	color:#fff;
	margin:0px;
}
.pro-btn{
	display: none;
	background:url("../images/p_mask.png") repeat top center;
	width:100%;
	height:100%;
	text-align:center;
	position: absolute;
	top:0px;
}
.pro-btn a{
	background:#e21e22;
	color:#fff;
	display: inline-block;
	border-radius: 20px;
	padding:5px 20px;
	margin-top:60%;
}
.pro-btn a:hover,.pro-btn a:focus{
	color:#fff;
}


#AddToInquiry {
	cursor: pointer;
	background:#e21e22;
	color:#fff;
	margin-top:20px;
}

/** Related Products **/
.related-product{
    float:left;
    margin:5px 15px;
}
.searchpage .product_panel{
	margin:15px ;
}

/*/////////////////////////     Pagination style        ////////////////*/

.pagination-container{
	margin-bottom:10px;
}
.pages{
	background: #e21e22;
	color: #fff;
	text-align:center;
	padding: 2px 10px;
	border-radius:3px;
	float:right;	
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 5px;
}

.pagination {
	display: block;
	float:right;
	margin: 0px!important;
}

.pagination a{
	float: left;
	background:#333;
	padding:2px 8px;
	border-radius:3px;
	color: #fff;
	margin-left:5px;
}

.pagination .pagecurrent{
	background: #e21e22;
	color: #fff;
}

.pagination a:hover{
	background: #e21e22;
	color: #fff;
}

.pagination .seperator{
	color: #aaa;
	background: none;
	float: left;
	font-size: 15px;
	margin: 0;
	padding: 5px;
}


/*/////////////////////////      Inquiry cart page Style        ////////////////*/

.even{
		border-bottom:1px solid #efefef;
}

.odd{
		border-bottom:1px solid #efefef;
}


#cart .cart-header div {
	background: #ececec;
    color: #555;
    border-bottom: 1px solid #d4d4d4;
    margin: 1px;
    padding: 5px 0px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: normal;
}
#cart .cart-row div {
	margin: 1px;
	padding:5px 0px 10px;
	height: 125px;
	color:#555;
	text-align: center;
	line-height: 40px;
}

#cart .cart-row div.cart-thumb {
	padding-left:0px;
}

#cart .cart-thumb {
	background:#FFFFFF;
	width: 13%;
	float: left;
}
#cart .cart-thumb img {
	background:#FFFFFF;
	max-width: 100%;
	height: 120px;
	padding:4px;
}

#cart .cart-thumb:hover img{
	cursor: pointer;
}

.cart-empty{
	margin-left:10px;
}


 input.qty_input{
	height: 20px;
	padding: 2px 10px;
	border: none;
	background: #FFFFFF;
	color: #333;
	border:1px solid #ddd;
	border-radius:3px!important;	
	margin:0px!important;
	margin-right: 10px!important;
	font-family: Arial, Helvetica, sans-serif;
	width: 50px;
}
 input.qty_input:focus{
	border:1px solid #ddd!important;
}
 .cart-title {
	width: 50%;
	float: left;
}

 .artno {
	width: 20%;
	float: left;
}
 .buttons {
	width: 16%;
	float: left;
}

.buttons form{
	display: inline;
	text-align: center;
}
.buttons form input[type="submit"]{
	border:none;
}
.buttons form input[type="image"]{
	cursor: pointer;
}
#forupdate{
	margin:0px 10px;
}
div.cart-row.odd div {
	background: transparent;
}
div.cart-row.even div {
	background: transparent;
}
.cart-btns a{
	padding:5px 10px;
}
.cart-btns a img{
	margin:-3px 8px 0px 0px;
}
.chk-btn{
	background:#333333;
	margin-right:5px;
	color:#fff;
	font-weight: bold;
}

.chk-btn:hover,.chk-btn:focus{
	background:#333333;
	color:#FFFFFF;
}
.send-btn{
	background:#e21e22;
	margin-right:5px;
	color:#fff;
	font-weight: bold;
}

.send-btn:hover,.send-btn:focus{
	background:#333333;
	color:#FFFFFF;
}

/** Inquiry Form **/

.inquiry_form .form_label{
	display: inline-block;
	color: #555;
	font-size: 12px;
	font-weight: bold;
	width: 200px;
	vertical-align: top;
	line-height: normal;
}
.inquiry_form .captcha_inputs{
	margin-left:203px;
}
.inquiry_form ul{
	margin:0px;
	padding:0px;
}
.inquiry_form li{
	line-height:35px;
	margin-bottom:4px;
}
.inquiry_form li .butn{
	border:none!important;
}
.inquiry_form input[type="text"] {
	color: #555;
	padding:6px;
	width: 300px;
	border-radius: 3px!important;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
}
.inquiry_form input:focus,.inquiry_form select:focus,.inquiry_form textarea:focus{
	border:1px solid #ddd!important;
}
.inquiry_form select {
	background: #FFFFFF;
	color: #555;
	padding:6px;
	width: 314px;
	border:1px solid #ddd;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
    height: 34px;
    border-radius: 3px!important;
}
.inquiry_form textarea {
	width: 300px;
	color: #555;
	padding:6px;
	min-height: 150px;
	border:1px solid #ddd;
	border-radius: 3px!important;
	font-family: Arial, Helvetica, sans-serif;
}

.inquiry_form input[type="reset"]{
	border:none;
	padding:5px 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.btn-submit{
	background: #e21e22;
	margin: 0px;
	color:#fff;
	padding:5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	border:1px solid #e21e22;
}

.btn-submit:hover{
	background: #333333;
	color:#fff;
}

label.error{
	display:block;
	color: #e21e22;
	font-size: 11px;
	line-height: normal;
}

/** Why Choose Us **/

.why_choose{
	background: url(../images/whychoose_bg.jpg) repeat-x top center #2d2d2a;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size:cover;
	padding:30px 0px;
}

.why_widget{
	float: left;
    width: 260px;
    text-align: center;
    margin: 16px;
    height: 180px;
}
.w_title{
	font-size:18px;
	color:#fff;
	margin-top:10px;
}

/** How We Work **/
.h_widget{
	width:29.9%;
	float:left;
	padding:20px;
	height:100px;
	overflow: hidden;
	background:#e21712;
}

.h_numb{
	float:left;
	margin-right:5px;
	font-size:100px;
	font-weight:bold;
	color:#fff;
    line-height: 100px;
}
.h_detail{
	float:left;
	color: #fff;
	width: 280px;
}
.h_detail h4{
	color:#fff;
	margin:0px;
	margin-bottom:5px;
	font-size:20px;
}
.h_detail p{
	color:#fff!important;
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	margin:0px;
}

.page-contents .catalog_form {
	margin:0px auto;
	display: table;
}



