.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

/* to top*/

.to-the-top {
	bottom: 40px;
	display: none;
	position: fixed;
	right: 40px;
	z-index: 2000;
}
a.top-button::before {
	right: 1px;
	transform: rotate(40deg);
}
a.top-button::before, a.top-button::after {
	background: #000 none repeat scroll 0 0;
	content: "";
	display: block;
	height: 3px;
	position: absolute;
	top: 25px;
	width: 40px;
}
a.top-button::after {
	left: 2px;
	transform: rotate(-40deg);
}
.to-the-top a {
	cursor: pointer;
	display: block;
	padding: 10px;
	transition: all ease-in-out 0.4s;
	-moz-transition: all ease-in-out 0.4s;
	-webkit-transition: all ease-in-out 0.4s;
}
.to-the-top a svg {
	fill: #000000 !important;
}
a.top-button svg {
	opacity: 0;
}
.to-the-top a svg {
	fill: #b2b2b2;
}
.to-the-top a:hover {
	transform: scale(1.15);
}

/* breadcrumb */
.breadcrumb {
padding: 5px 10px;
margin-bottom: 20px;
list-style: none;
background-color: #f5f5f5;
border-radius: 4px;
}
 
.breadcrumb ol{list-style-type:none; padding: 0; margin: 0;}
.breadcrumb ol li{display:inline-block; list-style-type:none;}
 
.breadcrumb a {
color: #428bca;
text-decoration: none;
}