#myBtn {
  display: block;
  position: fixed;
  bottom: 10px;
  right: 50px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #b1d686;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
}
.box {
  height: auto;
  background: #FFF;
  margin: 40px auto;
  padding-bottom: 20px;
}

.effect1 {
  padding-top: 10px;
  border: solid 1px #777;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.chosen-container .chosen-results li.highlighted {
  background-color: #444444;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #444444), color-stop(90%, #444444));
  background-image: -webkit-linear-gradient(#444444 20%, #444444 90%);
  background-image: -moz-linear-gradient(#444444 20%, #444444 90%);
  background-image: -o-linear-gradient(#444444 20%, #444444 90%);
  background-image: linear-gradient(#444444 20%, #444444 90%);
  color: #fff;
}

.border {
  border: 1px solid;
}

/* Flaired edges, by Tomas Theunissen */
hr.style-seven {
  height: 30px;
  border-style: solid;
  border-color: black;
  border-width: 1px 0 0 0;
  border-radius: 20px;
}

hr.style-seven:before { /* Not really supposed to work, but does */
  display: block;
  content: "";
  height: 30px;
  margin-top: -31px;
  border-style: solid;
  border-color: black;
  border-width: 0 0 1px 0;
  border-radius: 20px;
}

/* Double-color dashed line */
hr.style-three {
  border: 0;
  border-bottom: 1px dashed #ccc;
  background: #999;
}

.input-inline input {
  float: left;
}

body {
  overflow-y: scroll;
  overflow-x: hidden;
}

/* centered columns styles */
.row-centered {
  text-align: center;
}

.col-centered {
  display: inline-block;
  float: none;
  /* reset the text-align */
  text-align: left;
  /* inline-block space fix */
  margin-right: -4px;
}

a > span {
  font-size: 14px;
}

body {
  background-color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.xpro-logo {
  margin: 0px;
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 36px;
  font-family: "Raleway", sans-serif;
}

.xpro-logo span {
  color: #a8a8a8;
}

.xpro-tagline {
  margin-top: 0px;
}

.xpro-header-section {
  width: 100%;
  height: 100px;
  background-color: #000000;
}

.xpro-header {
  padding-bottom: 9px;
  margin: 10px 0px 15px;
  /*border-bottom: 1px solid #eeeeee;*/
}

.xpro-header-title {

  /*background-color: #484848;*/
  color: #a8a8a8;
  display: inline-block;
  padding: 0px 0px;
  /*border:#999999 1px solid;*/
}

.xpro-navbar {

  height: 40px;

  color: #686868;
  padding-top: 10px;
}

.xpro-nav-prev, .xpro-nav-next {
  margin-top: 0px;
  text-decoration: none;
}

.xpro-nav-prev {
  float: left;
}

.xpro-nav-next {
  float: right;
}

.xpro-nav-prev a, .xpro-nav-next a {
  color: #888888;
}

.xpro-nav-prev a:hover, .xpro-nav-next a:hover {
  color: #000000;
}

.xpro-footer {
  background-color: #181818;
  height: 40px;
  display: block;
  padding-top: 10px;
}

.xpro-footer-copy {
  display: block;
  text-align: center;
  color: #ffffff;
}

/*formatting*/

h1 {
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 40px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-weight: 300;
  font-size: 24px;
  word-wrap: break-word;
}

h4 {
  font-weight: 300;
}

.xpro-emphasize-text {
  font-size: 1.2em;
  font-weight: 500;
  color: #000000;
}

.xpro-content-panel {
  /*background-color:#dfffd9;
  border:#9fb89a 1px solid;*/
  background-color: #181818;
  border: #000000 1px solid;
  border-radius: 0;
}

pre {
  background-color: #ffffff;
  font-size: 1em;
}

.new-feature {
  background-color: #cc0000;
}

h3.page-product-heading {
  font-family: 'Play', sans-serif;
  margin-top: 25px;
}

h3.sub-heading {
  padding-left: 15px;
  margin-top: 20px;
}

.slick-prev {
  left: 0;
  z-index: 25;
}

.slick-next {
  right: 0;
}

.blueimp-gallery > .prev,
.blueimp-gallery > .next,
.blueimp-gallery > .close,
.blueimp-gallery > .title,
.blueimp-gallery > .play-pause {
  display: block;
}

#cboxContent {
  font-size: 12px;
}

p.broker, p.broker > a {
  margin: -2px;
  font-size: 11px;
  color: #0082c8;
}

.image-header {
  position: relative;
}

.image-header > img {
  width: 100%;
  padding-left: 2.5%;
  padding-right: 2.5%;

}

.image-header h1 {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  color: white;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.image-header i {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 50px;
}

h1 {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.onepage .page-header {
  background: none repeat scroll 0 0 #ebebeb;
  top: 0;
  width: 95%;
  margin-left: 2.5%;
  background-color: #ebebeb
}

@media screen and (min-width: 801px){
  .walkthrough-columns {
      padding: 1px 0px 1px 4px !important;
  }
  .rte {
      margin-right: 25px;
  }
}

@media screen and (max-width: 800px){
  .walkthrough-columns {
	  padding-left: 4px;
	  padding-right: 21px;
	  padding-bottom: 3px;
	  padding-top: 3px;
      margin-right: 0px;
  }
}


p.walkthrough-text {
  text-align: center;
  color: white;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: .5s ease;
  background-color: #b1d686;
  margin-left: 25px;
  margin-bottom: 12px;
}

.walkthrough-container:hover .overlay {
  opacity: 0.8;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin-right: -35%;

}

@media  only screen and (max-width: 800px) {
  .image-header > h1 {
      display: none;
  }

  .bio {
      display: none;
  }

  .biopic {
      display: none;
  }
}

@media  only screen and (min-width: 801px) {
  .image-header > i {
      display: none;
  }
}

.bio {
  float: right;
}

p{
	margin-bottom: 4px !important;
}
h4{
	margin-top: 10px !important;
}
.bio p{
  margin-bottom: 0 !important;
}