.banner2 .banner-background {
	background-color: #287DA6;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}


#categories {
}

.item-category {
	margin: 5px 0 5px 0;
}

.item-category, .item-category .item-product {
	list-style: none;
	cursor: pointer;
}

.item-category .item-product {
	display: none;
	text-indent: 10px;
	padding: 3px 0 3px 0;
}

.item-category .subcat-container {
	display: none;
	padding-left: 10px;
}

.item-category .item-subname {
	color: #565656;
	font-weight: bold;
	font-size: 1.2em;
}

.item-category .item-product:hover {
	background-color: whitesmoke;
}

.item-category.open .item-product {
	display: block;
	white-space: nowrap;
}

.item-category.open .subcat-container {
	display: block;
}

.item-category .caret {
	display: inline-block;
    width: 0;
    height: 0;
    margin-top: -2px;
    margin-right: 5px;
    vertical-align: middle;
    border-left: 4px solid;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: none;
   -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: -webkit-transform 0.1s ease-in;
	-moz-transition: -moz-transform 0.1s ease-in;
	-o-transition: -o-transform 0.1s ease-in;
	transition: transform 0.1s ease-in;
}

.item-category.open .caret {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: -webkit-transform 0.1s ease-in;
	-moz-transition: -moz-transform 0.1s ease-in;
	-o-transition: -o-transform 0.1s ease-in;
	transition: transform 0.1s ease-in;
}

.item-category .item-name {
	width: 100%;
	display: inline-block;
	padding: 5px;
	color: #4A4A4A;
	font-size: 1.3em;
}

.prod-grid {
	border-left: 1px solid #F1F1F1;
}

.prod-grid .grid-item {
	font-family: Isaosa-Light;
	display: inline-block;
	width: 100%;
	min-width: 200px;
	border-right: 1px solid #F1F1F1;
	padding: 20px 10px;
	cursor: pointer;
}

.prod-grid .grid-item:hover {
	background: #F1F1F1;
}

.prod-grid .grid-item .grid-item-header {
	margin-bottom: 20px;
}

.prod-grid .grid-item .grid-item-header  img {
	height: 128px;
	width: 90px;
	margin-bottom: 5px;
}

.prod-grid .grid-item .grid-item-content {
	padding-left: 10px;
	padding-right: 10px;
	font-family: Isaosa-Regular;
}

#product-list {
	display: inline-block;
	padding-left: 0; 
	padding-right: 0;
}

#product-content {
	display: none;
	padding: 0;
}

#product-content .header {
	color: white;
	background-color: rgb(195,75,0);
	padding: 10px 10px;
	display: inline-block;
}

#product-content .btn-back-list {
	cursor: pointer;
}

#product-content .product-name {
	font-size: 4em;
}

#product-content .product-formula {
	font-size: 1.5em;
	color: white;
}

#product-content .product-file {
	margin-right: 5px;
	margin-bottom: 10px;
	display: block;
	color: #747474;
	text-decoration: none;

}

#product-content .product-file:hover {
	color: #565656;
}

#product-content .product-file i {
	margin-right: 10px;
}

#product-content .content {
	padding: 20px 0;
	display: inline-block;
	font-size: 1.2em;
	color: #565656;
}

#product-content .content .content-body p {
 margin: 10px 0;
}

#product-content .content .content-body em {
 font-style: italic;
}

#product-content .content .content-body h5 {
 font-weight: bold;
 font-size: 0.8em;
}

#product-content .content .content-body h4 {
 font-weight: bold;
 font-size: 0.9em;
}

#product-content .content .content-body h3 {
 font-weight: bold;
}

#product-content .content .content-body h2 {
 font-weight: bold;
 font-size: 1.1em;
}

#product-content .content .content-body h1 {
 font-weight: bold;
 font-size: 1.2em;
}


/*********************/
/* MIN-WIDTH : 480px */
/*********************/

@media screen and (min-width: 480px) { 

	.prod-grid .grid-item {
		width: 50%;
	}

	#product-content .product-formula {
		font-size: 2.5em;
	}

}

/**********************/
/* MIN-WIDTH : 768px; */
/**********************/

@media screen and (min-width: 768px) {

	.prod-grid .grid-item {
		width: 50%;
	}
  	
}

/**********************/
/* MIN-WIDTH : 992px; */
/**********************/

@media screen and (min-width: 992px) {

	.prod-grid .grid-item {
		width: 33%;
	}
}

/**********************/
/* MIN-WIDTH : 1200px; */
/**********************/

@media screen and (min-width: 1200px) {

	.prod-grid .grid-item {
		width: 25%;
	}

}