.h-topleft{
	position:absolute;
	top:0;
	left:0;
	width:68px;
	height:100%;
	padding-top:75px;
	padding-left:14px;
	padding-right:20px;
	text-align:center;
	background:url("../images/icon/menu-bg.png") repeat-y;
	z-index:200;
}

.h-topleft img{padding-bottom:2px;}

.h-topleft .vertical-img{
	-ms-transform:rotate(90deg);		/* IE 9 */
	-webkit-transform:rotate(90deg);	/* Chrome, Safari, Opera */
	transform:rotate(90deg);
	position:relative;
	top:10px;
}

.c-breadcumb{
	position:relative;
	width:100%;
}

.c-breadcumb ul{
	margin:2em 0;
	text-align:center;
}

.c-breadcumb ul > li{
	display:inline-block;
	padding:0 5px;
	/*font-size:1.125em;*/
	font-family:"latobold";
}

.c-breadcumb a{
	color:#fff;
}

.c-breadcumb a:hover{
	color:#da1f24;
}

@media screen and (max-width:1024px){
	.c-breadcumb{
		margin-left:68px;
		width:calc(100% - 68px);
	}
}