/* START PUBLIC RESPONSIVE */

#header {
    background:
    background-repeat: no-repeat !important;
    background-size: 350px !important;
    height: 120px !important;
    width: 350px !important;
    display: block;
    margin-bottom: 20px;
}

body {
    background: url(https://secure.activecarrot.com/media/dynamic/static_images/1349/Untitled-4.jpg) no-repeat center center fixed;
    background-size: 100%;
}

#main_content {
    background: #ffffff9e;
    background-size: cover;
}

#linearline {
  position: relative;
   left: 0px;
    background-repeat: no-repeat;
    background-size: 200px;
    background-color: #ffffff9e;
    height: 140px;
    margin-left:auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
 width: 1170px;
}




#linearline > img {
  height: 90px;
  float: left;
  margin-left: 10px;

 }

 .footer_contact {
 	background: #ffffff9e;
 }


/* START RESPONSIVE MEMBERSHIPS */

.sw-theme-arrows > ul.step-anchor > li.active > a {
    border-color: #e32213 !important;
    color: #fff !important;
    background: #e32213 !important;
}

.sw-theme-arrows > ul.step-anchor > li.active > a:after {
    border-color: #e32213 !important;
    color: #fff !important;
    background: #e32213 !important;
}

#step-1 > div.panel.panel-default > div.panel-heading {
    background: #e32213;
    text-align: center;
    color: #fff;
    font-weight: bold !important;

}

#step-1 > div.panel.panel-default > div.panel-heading > h3 {
    background: #e32213;
    text-align: center;
    color: #fff;
    font-size: 18px !important;

}

.btn-default{
	background: #e32213 !important; 
	border: 1px solid #e32213;
	text-shadow: none;
	color: #fff;
	border-radius: 0px; 
	text-align: center;
	width: 130px;
	height: 35px;
	}

.btn-default:hover {
    color: #e32213 !important;
    background: #fff !important;
    	border: 1px solid #e32213;
	transition: all .3s ease;
    vertical-align: middle;
	text-align: center;
}


.btn-danger {
	background: #f27931 !important; 
	border: 1px solid #f27931;
	text-shadow: none;
	color: #fff;
	border-radius: 0px; 
	text-align: center;
	width: 130px;
	height: 35px;
	}

.btn-danger:hover {
    color: #f27931 !important;
    background: #fff !important;
    border: 1px solid #f27931;
	transition: all .3s ease;
    vertical-align: middle;
	text-align: center;
}

/* END RESPONSIVE MEMBERSHIPS */

/* START RESPONSIVE PROSPECTS */

#prospect_register_form {
	width: 700px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.btn-primary{
	background: #e32213 !important; 
	border: 1px solid #e32213;
	text-shadow: none;
	color: #fff;
	border-radius: 0px; 
	text-align: center;
	width: 130px;
	height: 35px;
	}

.btn-primary:hover {
    color: #e32213 !important;
    background: #fff !important;
    	border: 1px solid #e32213;
	transition: all .3s ease;
    vertical-align: middle;
	text-align: center;
}

.row {
	margin-bottom: 20px
}


/* END RESPONSIVE PROSPECTS */