/*Containers Style*/
header{
	width:auto;
	display: table;
	width:100%;
	border-spacing:10px;
}

header .logo{
	display:table-cell;
	}
header .logo img{
	width:100%;
	max-width:500px;
	}
	
header .tel{
	display:table-cell;
	text-align:right;
	vertical-align:top;
	}
header .tel a{
	color: #666;

}


@media only screen and (max-width: 640px) {
header .logo, header .tel{
	display:block;
	text-align:center;
	padding:5px;
	}
}

