/* ********** breadcrumb ***************/
#if(${xf.ViewXmlSetting("Breadcrumbstyle","Breadcrumb_style_1")} == "Breadcrumb_style_1")
	
	.breadcrumbBox {
		padding:${xf.ViewXmlSetting("Breadcrumb1verticalspacing","30")}px 0px;
		
		
		#if(${xf.ViewXmlSetting("Breadcrumb1backgroundsytle","Default Image")} == "Default Image")
		background:no-repeat center center #000;
			#if(${xf.ViewXmlSetting("Breadcrumb1Type","breadcrumb_1")} == "breadcrumb_1")
				background-image:url(images/breadcrumb_1.jpg);	
			#end
			#if(${xf.ViewXmlSetting("Breadcrumb1Type","breadcrumb_1")} == "breadcrumb_2")
				background-image:url(images/breadcrumb_2.jpg);
			#end
			#if(${xf.ViewXmlSetting("Breadcrumb1Type","breadcrumb_1")} == "breadcrumb_3")
				background-image:url(images/breadcrumb_3.jpg);
			#end
		background-size:cover;
		#end
		
		#if(${xf.ViewXmlSetting("Breadcrumb1backgroundsytle","Default Image")} == "bg Color")
			background-color:${xf.ViewXmlSetting("Breadcrumb1Backgroundcolor","#FFFFFF")};
		#end
	}
	
		
	#if(${xf.ViewXmlSetting("Breadcrumb1backgroundsytle","Default Image")} == "Breadcrumb Background")
		.Breadcrumb_bg{
			background:none;
		}
		.Breadcrumb_box_bg ,
		.Breadcrumb_box_bg li{
			position:absolute;
			width:100%;
			height:100%;
			top:0;
			left:0;
			margin:0;
			padding:0;
			background-repeat:no-repeat;
			background-size:cover;
			background-position:center center;				
		}
		.Breadcrumb_box_bg{
			background-color:#000;
			z-index:-1;
			filter:alpha(opacity= ${xf.ViewXmlSetting("Breadcrumb1bgopacity","100")} );
			opacity: ${xf.Division(${xf.ViewXmlSetting("Breadcrumb1bgopacity","100")}, "100")};
		}
		.Breadcrumb_box_bg li{
			display:none;
		}
	#end	
	.breadcrumbBox,
	.breadcrumbBox a,
	.breadcrumbBox a:link,
	.breadcrumbBox a:active,
	.breadcrumbBox a:visited,
	.breadcrumbBox .breadcrumb{
	 	Font-Family:${xf.ViewXmlSetting("Breadcrumb1fontfamily","Open Sans")};
		Font-Size:${xf.ViewXmlSetting("Breadcrumb1FontSize","13")}px;
		Font-weight:${xf.ViewXmlSetting("Breadcrumb1fontweight","normal")};
		text-transform:${xf.ViewXmlSetting("Breadcrumb1texttransform","uppercase")};
		color:${xf.ViewXmlSetting("Breadcrumb1color","#FFFFFF")};
	}

	.breadcrumbBox h3{
	 	Font-Family:${xf.ViewXmlSetting("Breadcrumb1titlefontfamily","Open Sans")};
		Font-Size:${xf.ViewXmlSetting("Breadcrumb1titleFontSize","16")}px;
		Font-weight:${xf.ViewXmlSetting("Breadcrumb1titlefontweight","normal")};
		text-transform:${xf.ViewXmlSetting("Breadcrumb1titletexttransform","uppercase")};
		color:${xf.ViewXmlSetting("Breadcrumb1titlecolor","#FFFFFF")};
	}


	
	#if(${xf.ViewXmlSetting("Breadcrumb1showelement","Title And Breadcrumb")} == "Title")
		.breadcrumbRight {
			display:none!important;
		}
	#end

	#if(${xf.ViewXmlSetting("Breadcrumb1showelement","Title And Breadcrumb")} == "Breadcrumb")
		.breadcrumbRight {
			float:left!important;
			display:block!important;		
		}
		.breadcrumbBox h3{
			display:none!important;
		}
	#end
	
	.breadcrumbRight {
		padding:6px 17px!important;
		border-radius:			3px;
		-moz-border-radius:		3px;
		-webkit-border-radius:	3px; 

	#if(${xf.ViewXmlSetting("Breadcrumb1titleBackground","transparent")} == "white-transparent")
		background:#FFF;
		background:rgba(255,255,255,0.4);
	#end
	#if(${xf.ViewXmlSetting("Breadcrumb1titleBackground","transparent")} == "black-transparent")
		background:#000;
		background:rgba(0,0,0,0.4); 
	#end
	
	}
	.breadcrumb_Pane{
		display:none!important;
	}
#end

#if(${xf.ViewXmlSetting("Breadcrumbstyle","Breadcrumb_style_1")} == "Breadcrumb_style_2")
	.breadcrumbBox {
		padding:${xf.ViewXmlSetting("Breadcrumb2verticalspacing","30")}px 0px;	
		#if(${xf.ViewXmlSetting("Breadcrumb2backgroundsytle","Default Image")} == "Default Image")
		background:no-repeat center center #000;
			#if(${xf.ViewXmlSetting("Breadcrumb2Type","breadcrumb_1")} == "breadcrumb_1")
				background-image:url(images/breadcrumb_1.jpg);	
			#end
			#if(${xf.ViewXmlSetting("Breadcrumb2Type","breadcrumb_1")} == "breadcrumb_2")
				background-image:url(images/breadcrumb_2.jpg);
			#end
			#if(${xf.ViewXmlSetting("Breadcrumb2Type","breadcrumb_1")} == "breadcrumb_3")
				background-image:url(images/breadcrumb_3.jpg);
			#end
		background-size:cover;
		#end		
		
		#if(${xf.ViewXmlSetting("Breadcrumb2backgroundsytle","Default Image")} == "bg Color")
			background-color:${xf.ViewXmlSetting("Breadcrumb2Backgroundcolor","#FFFFFF")};
		#end
	}
	#if(${xf.ViewXmlSetting("Breadcrumb2backgroundsytle","Default Image")} == "Breadcrumb Background")
		.Breadcrumb_bg{
			background:none;
		}
		.Breadcrumb_box_bg ,
		.Breadcrumb_box_bg li{
			position:absolute;
			width:100%;
			height:100%;
			top:0;
			left:0;
			margin:0;
			padding:0;
			background-repeat:no-repeat;
			background-size:cover;
			background-position:center center;				
		}
		.Breadcrumb_box_bg{
			background-color:#000;
			z-index:-1;
			filter:alpha(opacity= ${xf.ViewXmlSetting("Breadcrumb2bgopacity","100")} );
			opacity: ${xf.Division(${xf.ViewXmlSetting("Breadcrumb2bgopacity","100")}, "100")};
		}
		.Breadcrumb_box_bg li{
			display:none;
		}
	#end	
	.breadcrumbBox,
	.breadcrumbBox .Normal,
	.breadcrumbBox a,
	.breadcrumbBox a:link,
	.breadcrumbBox a:active,
	.breadcrumbBox a:visited,
	.breadcrumbBox .breadcrumb{
	 	Font-Family:${xf.ViewXmlSetting("Breadcrumb2fontfamily","Open Sans")};
		Font-weight:${xf.ViewXmlSetting("Breadcrumb2fontweight","normal")};
		text-transform:${xf.ViewXmlSetting("Breadcrumb2texttransform","inherit")};
		Font-Size:${xf.ViewXmlSetting("Breadcrumb2FontSize","13")}px;
		color:${xf.ViewXmlSetting("Breadcrumb2color","#FFFFFF")};
	}

	.breadcrumbBox h3{
		text-align:center!important; 
		margin:auto auto 10px!important;
		float:none!important;
	 	Font-Family:${xf.ViewXmlSetting("Breadcrumb2titlefontfamily","Open Sans")};
		Font-Size:${xf.ViewXmlSetting("Breadcrumb2titleFontSize","16")}px;
		Font-weight:${xf.ViewXmlSetting("Breadcrumb2titlefontweight","normal")};
		text-transform:${xf.ViewXmlSetting("Breadcrumb2titletexttransform","uppercase")};
		color:${xf.ViewXmlSetting("Breadcrumb2titlecolor","#FFFFFF")};
	}
	.breadcrumb_Pane,
	.breadcrumb_Pane .Normal {
		text-align:center;	
	}
	.breadcrumbRight{
		display:none!important;
	}

#end

#if(${xf.ViewXmlSetting("Breadcrumbstyle","Breadcrumb_style_1")} == "Breadcrumb_style_3")
	.breadcrumbBox,
	.breadcrumbBox .Normal,
	.breadcrumbBox a,
	.breadcrumbBox a:link,
	.breadcrumbBox a:active,
	.breadcrumbBox a:visited,
	.breadcrumbBox .breadcrumb{
	 	Font-Family:${xf.ViewXmlSetting("Breadcrumb3fontfamily","Open Sans")};
		Font-weight:${xf.ViewXmlSetting("Breadcrumb3fontweight","normal")};
		text-transform:${xf.ViewXmlSetting("Breadcrumb3texttransform","inherit")};
		Font-Size:${xf.ViewXmlSetting("Breadcrumb3FontSize","13")}px;
		color:${xf.ViewXmlSetting("Breadcrumb3color","#FFFFFF")};
	}
	.breadcrumbBox .breadcrumbborder{
		padding:${xf.ViewXmlSetting("Breadcrumb3verticalspacing","30")}px 0px;
		border-bottom:1px solid ${xf.ViewXmlSetting("Breadcrumb3bordercolor","#ebebeb")}
	}
	.breadcrumbBox h3{
 	 	Font-Family:${xf.ViewXmlSetting("Breadcrumb3titlefontfamily","Open Sans")};
		Font-Size:${xf.ViewXmlSetting("Breadcrumb3titleFontSize","16")}px;
		Font-weight:${xf.ViewXmlSetting("Breadcrumb3titlefontweight","normal")};
		text-transform:${xf.ViewXmlSetting("Breadcrumb3titletexttransform","uppercase")};
		color:${xf.ViewXmlSetting("Breadcrumb3titlecolor","#FFFFFF")};
	}
	.breadcrumb_Pane{
		display:none!important;
	}
	#if(${xf.ViewXmlSetting("Breadcrumb3showelement","Title And Breadcrumb")} == "Title")
		.breadcrumbRight {
			display:none!important;
		}
	#end
	#if(${xf.ViewXmlSetting("Breadcrumb3showelement","Title And Breadcrumb")} == "Breadcrumb")
		.breadcrumbRight {
			float:left!important;
			display:block!important;		
		}
		.breadcrumbBox h3{
			display:none!important;
		}
	#end

#end
#if(${xf.ViewXmlSetting("Breadcrumbstyle","Breadcrumb_style_1")} == "Breadcrumb_style_4")
	.breadcrumbBox{
		padding:${xf.ViewXmlSetting("Breadcrumb4verticalspacing","30")}px 0px!important;
		background-color:${xf.ViewXmlSetting("Breadcrumb4Backgroundcolor","#FFFFFF")};
		-moz-box-shadow:	0px 1px 3px rgba(0,0,0,0.1) inset;               /* For Firefox3.6+ */
		-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.1) inset;            /* For Chrome5+, Safari5+ */
		box-shadow:			0px 1px 3px rgba(0,0,0,0.1) inset;        
		
	}
	.breadcrumbBox,
	.breadcrumbBox .Normal,
	.breadcrumbBox a,
	.breadcrumbBox a:link,
	.breadcrumbBox a:active,
	.breadcrumbBox a:visited,
	.breadcrumbBox .breadcrumb{
	 	Font-Family:${xf.ViewXmlSetting("Breadcrumb4fontfamily","Open Sans")};
		Font-weight:${xf.ViewXmlSetting("Breadcrumb4fontweight","normal")};
		text-transform:${xf.ViewXmlSetting("Breadcrumb4texttransform","inherit")};
		Font-Size:${xf.ViewXmlSetting("Breadcrumb4FontSize","13")}px;
		color:${xf.ViewXmlSetting("Breadcrumb4color","#FFFFFF")};
	}
	.breadcrumbBox{
		padding:${xf.ViewXmlSetting("Breadcrumb4verticalspacing","30")}px 0px;
	}

	.breadcrumbBox h3{
 	 	Font-Family:${xf.ViewXmlSetting("Breadcrumb4titlefontfamily","Open Sans")};
		Font-Size:${xf.ViewXmlSetting("Breadcrumb4titleFontSize","16")}px;
		Font-weight:${xf.ViewXmlSetting("Breadcrumb4titlefontweight","normal")};
		text-transform:${xf.ViewXmlSetting("Breadcrumb4titletexttransform","uppercase")};
		color:${xf.ViewXmlSetting("Breadcrumb4titlecolor","#FFFFFF")};
	}
	.breadcrumb_Pane{
		display:none!important;
	}
	#if(${xf.ViewXmlSetting("Breadcrumb4showelement","Title And Breadcrumb")} == "Title")
		.breadcrumbRight {
			display:none!important;
		}
	#end
	#if(${xf.ViewXmlSetting("Breadcrumb4showelement","Title And Breadcrumb")} == "Breadcrumb")
		.breadcrumbRight {
			float:left!important;
			display:block!important;		
		}
		.breadcrumbBox h3{
			display:none!important;
		}
	#end

#end
/* ********** breadcrumb End ***************/





