@charset "utf-8";
.logoContainer 
	{
		background: url(/static/img/logos/products/bepanthol.png) center center no-repeat;
		background-size: 100% auto;
	}
.gradientIcon,
.genericBtn,
.productInfoSliderContent .cbp-pagination-active  
	{
		background: #013a7d;
		background: -moz-linear-gradient(-45deg, #013a7d 0%, #013a7d 50%, #043774 54%, #043774 100%);
		background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#013a7d), color-stop(50%,#013a7d), color-stop(54%,#043774), color-stop(100%,#043774));
		background: -webkit-linear-gradient(-45deg, #013a7d 0%,#013a7d 50%,#043774 54%,#043774 100%);
		background: -o-linear-gradient(-45deg, #013a7d 0%,#013a7d 50%,#043774 54%,#043774 100%);
		background: -ms-linear-gradient(-45deg, #013a7d 0%,#013a7d 50%,#043774 54%,#043774 100%);
		background: linear-gradient(135deg, #013a7d 0%,#013a7d 50%,#043774 54%,#043774 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#013a7d', endColorstr='#043774',GradientType=1 );
	}

ol li {
    list-style-type: none;
    counter-increment: list;
    position: relative;
}

ol li:before {
    content: counter(list) ".";
    position: absolute;
    left: -2.5em;
    width: 2em;
	font-weight: bold;
    text-align: right;
    color: #438F05;
}	
		
h1,
h2,
h3 .title,
.breadcrumbs,
.relatedProductsSlider .cbp-l-grid-slider-team-name,
.txtSlider ul li:before, .txtSlider ol li:before,
.productActions > .btnProductBar  
	{
		color: #023d7f;
	}
.fullNav 
	{
		background: #023d7f;
		background: -moz-linear-gradient(top, #023d7f 0%, #00336f 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#023d7f), color-stop(100%,#00336f));
		background: -webkit-linear-gradient(top, #023d7f 0%,#00336f 100%);
		background: -o-linear-gradient(top, #023d7f 0%,#00336f 100%);
		background: -ms-linear-gradient(top, #023d7f 0%,#00336f 100%);
		background: linear-gradient(to bottom, #023d7f 0%,#00336f 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#023d7f', endColorstr='#00336f',GradientType=0 );
	}
.cbp-slider-edge .cbp-nav-pagination-active,	
.productActions .btnProductBar > a > .icon,
.productActions .btnProductBar .tituloPreguntaDocuments > .icon,
.productActions .btnProductBar .tituloPreguntaDocuments.active
	{
		background-color: #023d7f !important;	
	}
.productActions .btnProductBar > a > .icon,
.productActions .btnProductBar .tituloPreguntaDocuments > .icon 
	{
		border: 1px solid #023d7f ;
	}
.cbp-slider-edge .cbp-nav-pagination-item
	{
		border: 2px solid #023d7f !important;
	}
.familyBox .viewMore,
.productCharacteristics .btnProductBar 
	{
		color: #C94F7E;
	}
.viewMore .icon,
.interactions .icon,
.productCharacteristics .icon 
	{
		background-color: #C94F7E;
	}
@media only screen and (max-width: 767px) {
.logoContainer 
	{
		background-size: auto 95%;
	}
}
@media only screen and (max-width: 520px) {
.logoContainer 
	{
		background-size: 80% auto;
	}
}