#logo
{
    height:80px;
    margin-top: 20px;
    width:233px;
    background:url('../img/baydinnewlogo.png') no-repeat;
    text-indent:-9999px;
}

.headline h1{
	text-align: center;
	margin-bottom: 120px;
	font-size: 54px;
}
.header{
    border-top: 1px solid #999;
    font-size: 16px;
    margin: 60px 0 30px 0;
}
.prod_name, .bottom_prod_name{
	text-align: center;
	margin-bottom: 30px;
}
h2.profile_name{
	color: #7ac142;
}
h2.profile_name, h3.profile_title{
	text-align: center;
}

.prod_logo{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 180px;
	cursor:pointer;
}
.profile_pic{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 120px;
	cursor:pointer;
}
.highlight_text{
	color: #7ac142;
}
.prod_headline{
	margin-top: 25px;
    margin-bottom: 15px;
}
.green_arrow{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 70px;
	text-align: center;

}
.prod_bullets li{
	line-height: 20px;
	font-size: 15px;
}
.prod_testimonial{
	font-size: 16px;
	font-style: italic;
}
.testimonial_attr{

}

.header_text{
	margin-bottom: 30px;
}
.prod_headline{
	text-align: center;
}

.btn-huge {
  padding: 12px 45px;
  font-size: 24px;
  line-height: normal;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  font-weight: 700;
}
.btn-large [class^="icon-"] {
  margin-top: 1px;
}
.btn-center{
	text-align:center;
}
.btn-div{
    margin: 0 auto;
    text-align: center;
    width: inherit;
    display: inline-block;
}


#product_intro
{
    background: #eeeff1;
    background-image: url('../img/bgpattern-new.png'); /* fallback */
    background-image: url('../img/bgpattern-new.png'), -webkit-gradient(linear, left top, left bottom, from(#eeeff1), to(#ffffff)); /* Saf4+, Chrome */
    background-image: url('../img/bgpattern-new.png'), -webkit-linear-gradient(top, #5A5B5B, #ffffff); /* Chrome 10+, Saf5.1+ */
    background-image: url('../img/bgpattern-new.png'), -moz-linear-gradient(top, #444444, #999999); /* FF3.6+ */
    background-image: url('../img/bgpattern-new.png'), -ms-linear-gradient(top, #444444, #999999); /* IE10 */
    background-image: url('../img/bgpattern-new.png'), -o-linear-gradient(top, #444444, #999999); /* Opera 11.10+ */
    background-image: url('../img/bgpattern-new.png'), linear-gradient(top, #444444, #999999); /* W3C */
    padding-top:25px;
}

.divider
{
    width: 679px;
    height:4px;
    margin-left:auto !important;
    margin-right:auto;
    margin-top:25px;
    margin-bottom:25px;
    background: url('../img/divider.png') no-repeat;
}
.feature_row{
    margin-bottom: 15px;
}
.sm_icons{
   margin: 0 auto;
    text-align: center;
    width: inherit;
    display: inline-block;
}
/** download **/

/* Baydin is now Boomerang banner */
@media (max-width: 767px) {
    .boomerang_banner_wrapper {
        display: none;
}
}
.boomerang_banner_wrapper {
    z-index: 200;
    position: relative;
    margin-top: 0;
}
.boomerang_banner p {
    font-size: 32px;
    letter-spacing:.02em;
    text-align:center;
    font-weight: 600;
    line-height:1.8em;
}
.boomerang_banner{
  background: #1B6AAE;
  font-family: 'Lato';
  color: #fff;
  top: 0;
  height: 325px;
}

.boomerang_banner a:link,
.boomerang_banner a:visited,
.boomerang_banner a:hover,
.boomerang_banner a:active{
    color:#fff;
    text-decoration: underline;
}

.boomerang_banner_content{
    width: 100%;
    height: 100%;
    display: table-cell;
}

.boomerang_banner_dismiss_text {
    float: right;
    top: 20px;
    position: absolute;
    right: 100px;
    letter-spacing: .02em;
}


.boomerang_banner_dismiss_text a:not([href]) {
    font-size: 12px;
    font-family: "Lato";
    font-weight:300;
    text-decoration: none;
    opacity: 0.6;
    color: #fff;
}


.boomerang_banner_dismiss_text a:hover{
    font-size: 12px;
    text-decoration: none;
    opacity: 1;
}
.vertical-align {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  /* Internet Explorer 10 */
    display:-ms-flexbox;
    -ms-flex-pack:center;
    -ms-flex-align:center;
    /* Safari, Opera */
    display:-webkit-box;
    -webkit-box-pack:center;
    -webkit-box-align:center;
}
.sticky {
     /* For older browsers */
     position: fixed;
     /* For newer browsers */
     position: sticky;
     top: 0;
     z-index: 200;
     width: 100%;
 }
 #close {
    cursor: pointer;
    cursor: hand;
    letter-spacing: .02em;
 }
 #new_site_button {
    height: 28px;
    background: white;
    border: none;
    line-height:2em;
    color: black;
    font-family: 'Lato';
    font-weight: 700;
    font-size: 14px;
    padding-left: 35px;
    padding-right: 35px;
    margin-top: 30px;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-decoration: none;
    color: initial;
    display: inline-table;
 }
 .bumpDown
 {
  margin-top:325px;
 }


