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