
@media screen and (min-width: 1280px){
	.cde_theme.breadcrumb{
		position: relative;
		top: 0;
		left: 50%;
		display: block;
		height: 30px;
		width: 1140px;
		/*background: aquamarine;*/
		margin-left: -570px;
		margin-bottom: 10px;
	}
	.cde_theme.breadcrumb>.bc_start{
		display: inline-block;
		position: relative;
		background-image: url('https://creditdesalpes.com/wp-content/themes/cde/img/breadcrumb/Start_gold.png');
		width: 116px;
		height: 21px;
		background-repeat: no-repeat;
		background-position: left top;
		background-size: contain;
		bottom: 0;
		color: white;
		margin-top: 20px;
		padding-top: 2px;
		padding-left: 7px;
	}
	.cde_theme.breadcrumb>.bc_internal{
		display: inline-block;
		position: relative;
		background-image: url('https://creditdesalpes.com/wp-content/themes/cde/img/breadcrumb/Internal_gold.png');
		width: 116px;
		height: 21px;
		background-repeat: no-repeat;
		background-position: left top;
		background-size: contain;
		bottom: 0;
		color: white;
		margin-top: 20px;
		padding-left: 18px;
		padding-top: 2px;
		margin-left: -10px;
	}
	.cde_theme.breadcrumb>.bc_end{
		display: inline-block;
		position: relative;
		background-image: url('https://creditdesalpes.com/wp-content/themes/cde/img/breadcrumb/End_long.png');
		width: 172px;
		height: 21px;
		background-repeat: no-repeat;
		background-position: left top;
		background-size: contain;
		bottom: 0;
		color: black;
		margin-top: 20px;
		padding-left: 18px;
		padding-top: 2px;
		margin-left: -8px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1279px){
	.cde_theme.breadcrumb{
		position: relative;
		top: 0;
		left: 50%;
		display: block;
		height: 30px;
		width: 684px;
		/*background: aquamarine;*/
		margin-left: -342px;
		margin-bottom: 10px;
	}
	.cde_theme.breadcrumb>.bc_start{
		display: inline-block;
		position: relative;
		background-image: url('https://creditdesalpes.com/wp-content/themes/cde/img/breadcrumb/Start_gold.png');
		width: 116px;
		height: 21px;
		background-repeat: no-repeat;
		background-position: left top;
		background-size: contain;
		bottom: 0;
		color: white;
		margin-top: 20px;
		padding-top: 2px;
		padding-left: 7px;
	}
	.cde_theme.breadcrumb>.bc_internal{
		display: inline-block;
		position: relative;
		background-image: url('https://creditdesalpes.com/wp-content/themes/cde/img/breadcrumb/Internal_gold.png');
		width: 116px;
		height: 21px;
		background-repeat: no-repeat;
		background-position: left top;
		background-size: contain;
		bottom: 0;
		color: white;
		margin-top: 20px;
		padding-left: 18px;
		padding-top: 2px;
		margin-left: -10px;
	}
	.cde_theme.breadcrumb>.bc_end{
		display: inline-block;
		position: relative;
		background-image: url('https://creditdesalpes.com/wp-content/themes/cde/img/breadcrumb/End_long.png');
		width: 172px;
		height: 21px;
		background-repeat: no-repeat;
		background-position: left top;
		background-size: contain;
		bottom: 0;
		color: black;
		margin-top: 20px;
		padding-left: 18px;
		padding-top: 2px;
		margin-left: -8px;
	}
}
@media screen and (max-width: 767px){
	.cde_theme.breadcrumb{
		display:none;
	}
	.cde_theme.breadcrumb{
		position: relative;
		top: 0;
		left: 50%;
		/* display: block; */
		height: 30px;
		width: 294px;
		/*background: aquamarine;*/
		margin-left: -147px;
		margin-bottom: 10px;
	}
	.cde_theme.breadcrumb>.bc_start{
		display: inline-block;
		position: relative;
		background-image: url('https://creditdesalpes.com/wp-content/themes/cde/img/breadcrumb/Start_gold.png');
		width: 96px;
		height: 21px;
		background-repeat: no-repeat;
		background-position: left top;
		background-size: contain;
		bottom: 0;
		color: white;
		margin-top: 20px;
		padding-top: 0;
		padding-left: 7px;
	}
	.cde_theme.breadcrumb>.bc_internal{
		display: inline-block;
		position: relative;
		background-image: url('https://creditdesalpes.com/wp-content/themes/cde/img/breadcrumb/Internal_gold.png');
		width: 96px;
		height: 21px;
		background-repeat: no-repeat;
		background-position: left top;
		background-size: contain;
		bottom: 0;
		color: white;
		margin-top: 20px;
		padding-left: 18px;
		padding-top: 0;
		margin-left: -10px;
	}
	.cde_theme.breadcrumb>.bc_end{
		display: inline-block;
		position: relative;
		background-image: url('https://creditdesalpes.com/wp-content/themes/cde/img/breadcrumb/End_long.png');
		width: 172px;
		height: 21px;
		background-repeat: no-repeat;
		background-position: left top;
		background-size: contain;
		bottom: 0;
		color: black;
		margin-top: 20px;
		padding-left: 18px;
		padding-top: 0;
		margin-left: -8px;
	}
}