.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	width:96%;
	margin: 0 auto;
}
.nbs-flexisel-item {
	float: left;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	position: relative;
	/*line-height: 0px;*/
}
.nbs-flexisel-item > img {
	cursor: pointer;
	positon: relative;
	max-width: 100%;
}
/*** Navigation ***/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width: 46px;
	height: 100px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}

.nbs-flexisel-nav-left {
    left: 30px;
	background: url("../images/button-previous.png") no-repeat 0;
}
.nbs-flexisel-nav-right {
    right: 5px;
	background: url("../images/button-next.png") no-repeat 0;
}

#idxprocarousel {
    margin-left: auto;
    margin-right: auto;
    background: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

#idxprocarousel .item {  background:#fff; }
#idxprocarousel .item, #idxprocarousel .caption { margin:0 3px; padding:0 3px; white-space:nowrap; overflow:hidden; text-overflow : ellipsis;}
#idxprocarousel .caption { display:none;}
#content{padding-bottom: 0;width:100%;}
#pro_catalog{
	position: relative;
    top: -3em;
    width: 96%;
	margin:auto;
    z-index: 9;	
}
	
#pro_catalog .item{ background:none;
    float: left;
    width: 33.3%;
    text-align: center;
    padding-left: 1.5%;
    padding-right: 1.5%;

}

#index_company {
    padding-bottom: 0;
    width: 100%;
    padding-top: 3em;
    margin-bottom: 5em;
}
#index_company h2 {
  font-size: 36px;
  margin-bottom: 20px;
  line-height: 1.5;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
}
#index_company h2:before {
  position: absolute;
  bottom: 0;
  content: "";
  width: 50px;
  margin-left: -25px;
  height: 5px;
  left: 50%;
  background: #c10000;
}
#index_company p {
  font-size: 20px;
  line-height: 1.5;
  color: #1a1a1a;
}
#index_company .text {width: 60%;margin: auto;}
#index_company .more {
    background: #c10000;
	color: #fff;
    border-radius: 4px;
	display:inline-block;
	padding: 8px 30px;
}
#index_company .more:hover{
	background: #f2f2f2 !important;    color: #000;
}
#index_product{
	  background: url(../images/products_bg.jpg) center bottom no-repeat #cc0001;
    background-size: 100%;
    padding-top: 3em;
    padding-bottom: 3em;
}
#index_product h2 {
margin: 0 0 20px 0;}
#index_product h2 a{color: rgba(255,255,255,1.00);}

@media only screen and (max-width: 1300px) {
  #pro_catalog {top: 0;margin: 1em auto;}
  #index_company{padding:1em 0 2em 0;margin-bottom: 2em;}  
  #index_company h2{font-size: 30px;}
  #index_company p{font-size: 18px;}
  #index_company .text {width: 90%;}
}

@media only screen and (max-width: 1024px) {
  #mainbanner { width: 140%;}
  #mainbanner .swiper-slide{margin:0 -26% 0 -14%;}
}
@media only screen and (max-width:768px) {
  .nbs-flexisel-nav-left, .nbs-flexisel-nav-right{top: 20% !important;}
}
@media only screen and (max-width:480px) {
  .nbs-flexisel-nav-left, .nbs-flexisel-nav-right{top: 35% !important;}
  #pro_catalog .item { float: none; width: 90%; margin: 2% auto;}

}