/* .art-header {
  display: none !important;
} */

.summit-page {
  width: 970px;
  /* margin:0 auto 0 auto; */
  font-family: 'Roboto', sans-serif;
  margin: -5px 0px 0px -10px;
} 

#summit-nav {
  background-color: black;
  margin-top: 0;
}

#summit-nav-image {
  display: inline-block;
  width: 25%;
  height: auto;
  margin: 30px 0 30px 20px;
}

#summit-nav-ul {
  display: inline-block;
  float: right;
  width: 68%;
  margin-top: 45px;
}

#summit-nav-ul li {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  /* width: 13%; css for width with exhibitor tab showing */
  /* width: 15%; css for with with no exhibitor tab, and no speakers tab */
  width: 18%;
  color: #C8C8C8;
  text-align: center;
  font-size: 16px;
} 

#summit-nav-ul #register {
  background-color: #e31836;
  border-radius: 5px;
}

.pes-sub-bkgr {
    display: table;
    width: 738px;
    margin-left: -10px;
    background: #B31B1B;
    text-align: center;
    padding: 35px 0;
}

.pes-sub-form {
    display: table-cell;
}

.pes-sub-msg {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: 18px;
width: 300px;
}

input.email-submit.email-submit1 {
	background: #ffd700;
	border: none;
	border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #000;
    padding: 10px 25px;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
	cursor: pointer;
}

input.email-submit.email-submit1:hover {
    background: #ffb200;
    color: #000;
}

input#email-text {
    padding: 9px;
    margin: 0 5px 0 0;
    border-radius: 3px;
}
