@charset "utf-8";
/* CSS Document */

header.shrink #header_title {
    width: auto;
    left: 0px;
    background-color: transparent;
    box-shadow: none;
    padding: 5px 0 5px 20px;
}

header.shrink #header_title h1{
	display: none;
	height: 50px;
	font-size: 2.2rem;
    line-height: 50px;
    font-weight: 400;
    margin: 0;
}


header.shrink #header_title img{
	display: block;
	width: auto;
	height: 40px;
	opacity: 1;
	transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
}