.header {
    font-family: Arial, sans-serif;
    background-color: #efefef;
    border-color: #efefef;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-overflow-scrolling: touch;
    z-index: 11;
    min-height: 30px;
    color: #555555;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
}

/* Font Icon */
.mainbar .social_links i{
	position:relative;
	top:-28px;
}

/* Menu primary menu */
#menu-primary-menu{
	position:relative;
	top:10px;
	left:44px;
}

/* Image */
.logo a img{
	display:inline-block;
}

/* Image */
.overflow_wrapper .header .mainbar .container .logo a img{
	width:74% !important;
}

/* 640px and smaller screen sizes */
@media (max-width:640px){

	/* Image */
	.logo a img{
		height:30px;
		margin-right:49px;
		transform:translatex(0px) translatey(0px);
		padding-left:0px;
		padding-right:0px;
		
	}
	
	/* Container */
	.header .mainbar .container{
		transform:translatex(0px) translatey(0px);
	}
	
	/* Image */
	.overflow_wrapper .header .mainbar .container .logo a img{
		width:64px !important;
	}
	
}

/* 600px and smaller screen sizes */
@media (max-width:600px){

	/* Image */
	.logo a img{
		min-width:80px;
		min-height:38px;
		margin-right:0px;
	}
	
	/* Font Icon */
	.mainbar .social_links i{
		top:2px;
	}

