.phoneblock {
	display: inline-block;
	text-align: left;
	float: left;
} 
.phone {
	display: inline-block;
	background-image: url(/image/call60.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 20px 0 0 35px;
   font-size: 22px;
   line-height: 24px;
   font-weight: 600;
} 
.header-type-2 #viewform {
    background-image:  none;
    background-size: cover;
    border: 0 none;
    cursor: pointer;
    height: auto;
    outline: 0 none;
    padding: 0;
    width:  auto;
    font-size: 15px;
}
@media (max-width: 1100px) {
.phone {
   font-size: 17px;
} 
}


@media (max-width: 990px) {
#header-left, #header-right {
    width:  100%;
}
#top #header-right {
    text-align: center;
}
#top .logo a {    
    text-align: center;
    display: block;
}
.phoneblock {
    text-align: center;
    width: 100%;
}
.responsive #top .search_form {
    margin-right: auto;
    margin-left: auto;
    display: block;
    width: 100%;
}
}

