.header {
  width: 100%;
  height: 120px;
  text-align: center;
	display:flex;
}
.search-box{
float: right;
width: 60%;
}
.search-box form {
  height: 30px;
  margin: 56px 0 0 0;
}

.search-box button {
  height: 35px;
  border: 0px;
  background: #5a416e;
  outline: none;
  width: 9%;
  padding:0;
  transition: all .2s;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.search-box button:hover {
  height: 35px;
  border: none;
  background: #85992f;
  outline: none;
  width: 9%;
  padding: 0
}

.search-box input {
  height: 35px;
  border: none;
  background: #dbdbdb;
  outline: none;
  padding: 0 10px 0 0;
  width:91% !important;
  margin: 0;
  float: left;
  border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
.search-box img{
    vertical-align: middle;
    height: 24px;
}
.store {
    margin: 55px 10px 0;
    width: 12%;
}
.store a{
  font-size: 13px;
    font-weight: 500;
    color: #eee;
    text-decoration: none;
    padding:6px 13px 7px 12px;
    background: #5a416e;
    border-radius: 5px;
    transition: all .2s;
    margin: 0 0 0 7px;
    
}

.store a:hover {
  color: #eeeeee;
  background: #85992f;
}

.store img {
  filter: grayscale(1);
  cursor: pointer;
  max-width:none;
  border-radius: 0px;
  height:36px;
}
.logo  {
  float: right;
  width: 15%;
  height: 75px;
}
.logo img {
  margin: 20px 0;
}

.search-logo{
    margin: 0px auto;
    width: 420px;
    text-align: center;
}
.search-logo img{
    float: right;
    width: 150px;
}

.search-logo h1{
    font-size: 20px;
    font-weight: bold;
    color: #2f4e73;
    float: right;
    margin: 60px 0;
}
.search-logo h3{
  padding: 0px ;
  font-size: 13px;
  font-weight: 300;
  color: rgb(52, 58, 91);
}
.mag{
    width:100%;
    background: -webkit-linear-gradient(right, #f2f2, #574764);
	margin: 0px auto 60px;
}
.mag-banner {
    width:210px;
    margin: 0px auto;
    height: 55px;
    padding: 3px 0;
}
.mag-banner h2{
    font-size: 13px;
    color: #eee;
    padding: 4px 0 0;
    line-height: 22px;
    font-weight: bold;
    margin: 0 4px;
    float: right;
}
.mag-banner h3{
    font-size: 12px;
    color: #eee;
    letter-spacing: 5px;
	text-decoration: none;
}
.mag-banner img{
    float:right;
    width:30%;
    margin:2 0 0 5px;
}
.mag-banner a:hover{
    text-decoration: none;
}
.profile {
	margin-top: 45px;
    width: 100%;
	transition:all .2s;
}
.profile:hover {
	margin: 43px 0;
}
.profile a:hover {
	text-decoration:none;
}
.profile-reg {
    width: 20%;
}