#custom_top-pane {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #242424;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  position:relative;
}
#custom_top-pane:after {
  content:"";
  display:table;
  clear:both;
}
#custom_top-pane > div > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 50%;
  float:left;
}
#custom_top-pane .column_inner {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 600px;
  padding: 70px 70px;
}
#custom_top-pane .column-content-inner {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  top: 0;
  position: relative;
}

#custom_top-pane .title-desc {
  max-width: 700px;
  margin: 0 auto;
  line-height: 28px;
  font-size: 14px;
  color: #878787;
  text-align:center;
  padding: 10px 0 5px;
  font-family: "Libre Baskerville",serif;
  font-style: italic;
  letter-spacing: 0.5px;
}
#custom_top-pane h1 {
  font-size: 56px;
  font-weight: 800;
  line-height: 57px;
  color: #ffffff;
  text-align:left;
}
#custom_top-pane p {
  font-family: 'Roboto',san-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  margin:0;
  color:#fff;
}
#custom_top-pane p.buttons a {
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  border: 2px solid transparent;
  margin-bottom: 20px;
  display: inline-block;
  clear: both;
  padding: 4px 34px;
  font-size: 12px;
  margin-right: 1.5em;
  margin-top: 25px;
  color:#fff;
}
#custom_top-pane p.buttons a.button-orange {
  background: #ff9d70;
  color: white;
  border: 1px solid #ff9d70;
}
#custom_top-pane p.buttons a.video-button {
  color: #ff9d70;
  background: white;
  border: 1px solid #ff9d70;
}

#custom_top-pane p.buttons a.button-orange:hover, 
#custom_top-pane p.buttons a.button-orange:active, 
#custom_top-pane p.buttons a.button-orange:focus {
  color: white;
  background: #ff7c3e;
  border-color: #ff7c3e;
}

#custom_top-pane p.buttons a.video-button:hover,
#custom_top-pane p.buttons a.video-button:active,
#custom_top-pane p.buttons a.video-button:focus {
  background: #ff7c3e;
  color: white;
  border-color: #ff7c3e;
  -webkit-transition: all 0.20s;
  -o-transition: all 0.20s;
  transition: all 0.20s;
  -moz-transition: all 0.20s;
  -ms-transition: all 0.20s;
}








