html {
  font-size: 100%;
}
body {
  background-color: #FFFFFF;
  color: #333333;
  font-family: 'Source Sans Pro',sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  margin: 0;
}
#header-wrapper {
  background-color: #FF6E0D;
	*background-color: #ff6e0d;
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: 1000;
}
#header-wrapper #header-grad-right {
    background: linear-gradient(to right, rgba(243, 157, 24, 0) 0%, #F39D18 100%) repeat scroll 0 0 transparent;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 150px;
}

#header-wrapper #head {
    margin: 0;
    padding: 0;
}
.container {
    margin-left: auto;
    margin-right: auto;
}
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 1170px;
}
.maincontent, .container {
    position: relative;
}
/* #header-wrapper #head > .container {
    background: url("../img/nav-bg.png") no-repeat scroll 0 top transparent;
} */
.container:before, .container:after {
    content: "";
    display: table;
    line-height: 0;
}
.container:after {
    clear: both;
}
.row {
    margin-left: -30px;
}
.row:before, .row:after {
    content: "";
    display: table;
    line-height: 0;
}
.row:after {
    clear: both;
}
[class*="span"] {
    float: left;
    margin-left: 30px;
    min-height: 1px;
}
.span12 {
    width: 1170px;
}
#header-wrapper #head #logo {
    float: left;
    height: 60px;
    margin: 0 20px 0 -10px;
    padding: 0;
    width: 199px;
}
h1, h2, h3, h4, h5, h6 {
    color: inherit;
    font-family: inherit;
    font-weight: bold;
    line-height: 1;
    margin: 10px 0;
    text-rendering: optimizelegibility;
}
h1, h2, h3, h4 {
  font-family: 'Source Sans Pro',sans-serif;
}
h1, h2, h3 {
    line-height: 1.2;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}
h2 {
    color: #333333;
    font-size: 26px;
    font-weight: 300;
}
h6 {
    font-size: 12px;
    line-height: 20px;
}
.element-invisible {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
}
a {
    color: #0088CC;
    text-decoration: none;
}
a:hover, a:active {
	outline: 0 none;
}
a:hover {
	color: #005580;
	text-decoration: underline;
}
#header-wrapper #head #logo a {
    display: block;
    padding: 8px 10px 9px;
}
img {
    border: 0 none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
#header-wrapper #head #logo a img {
    display: block;
}
#header-wrapper #menus {
    float: right;
    width: auto;
}
ul, ol {
    margin: 0 0 10px 25px;
    padding: 0;
}
#header-wrapper #menus .tel-numbers {
  border-right: 1px solid #CD5327;
  color: #FBE5D3;
  display: block;
  float: left;
  margin: 0 1px 0 0;
  padding: 0;
  width: auto;
}
#header-wrapper #menus li {
    float: left;
    list-style: none outside none;
    width: auto;
}

#header-wrapper #menus .tel-numbers li {
    float: left;
    font-size: 14px;
    line-height: 40px;
    padding: 10px 20px 10px 0;
    width: auto;
}
#header-wrapper #menus .tel-numbers li:hover {
	color: #FFFFFF;
}
.nav {
    list-style: none outside none;
    margin-bottom: 20px;
    margin-left: 0;
}
#header-wrapper #menus > .nav {
    float: left;
    font-weight: 500;
    margin: 0;
    padding: 0;
    width: auto;
}
#header-wrapper #menus .menu-main-nav {
    border-right: 1px solid #CD5327;
    margin-right: 1px;
    padding-right: 25px;
}
ul li, ol li {
    line-height: 1.5;
	list-style:none outside none;
}
#header-wrapper #menus li {
    float: left;
    list-style: none outside none;
    width: auto;
}
.dropup, .dropdown {
    position: relative;
}
#header-wrapper #menus > .nav > li {
    position: relative;
}
.nav > li > a {
    display: block;
}
#header-wrapper #menus > .nav > li > a {
    line-height: 40px;
    margin: 0 5px;
    min-height: 40px;
    padding: 10px;
}
#header-wrapper #menus > .nav > li > a:hover,#header-wrapper #menus > .nav > li > a:active,#header-wrapper #menus > .nav > li > a.active {		background-color:transparent;
}
#header-wrapper #menus > .nav a:hover, #header-wrapper #menus > .nav a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#header-wrapper #menus > .nav a {
    display: block;
    margin: 0;
}
#header-wrapper #menus a {
    color: #FBE5D3;
    filter: none;
    line-height: 1;
    text-shadow: none;
}

#header-wrapper #menus .menu-utility-menu {
    border-left: 1px solid #F1933A;
    padding-left: 5px;
}
.main-content {
    padding: 30px 0;
    position: relative;
}

.front .main-content {
    padding-top: 0;
}
.front #front-hero {
    height: 500px;
    margin: 0;
}
.front.bpt-hp #front-hero {
    height: auto;
    margin: 20px 0 0;
}
#front-hero-new {
  background-image: url("../img/stadium_front.jpg");
  background-size: cover;
  width:100%;
}
#front-hero-new.vip {
	margin-bottom: 40px;
}
#mini-panel-homepage_hero_area {
  margin-top: 20px;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hero-text {
  color: #FFFFFF;
  padding: 15px 25px;
}
.hero-text h1 {
  color: #FFFFFF;
  font-size: 40px;
  margin: 0;
}
.hero-text p {
  font-size: 17px;
}
.panel-separator {
  margin-bottom: 20px;
}
.hero-casestudy-proof {
  color: #FFFFFF;
  float: right;
  font-size: 13px;
  font-weight: 400;
  margin-top: 30px;
  padding: 10px 0 10px 10px;
  width: 300px;
}
.hero-casestudy-proof p {
  margin-bottom: 5px;
}
.hero-casestudy-proof .hero-casestudy-quote {
  font-weight: 300;
}
.hero-casestudy-proof .hero-casestudy-link {
  color: #FFFFFF;
}
.hero-casestudy-proof .hero-casestudy-link a {
  color: #FFFFFF;
}
.pane-signup-form {
  margin: 20px 0 40px;
}
.vip .pane-signup-form {
	margin: 40px 0;
}
#mini-panel_signup_form {
  margin-top: 0;
}
.front #signup {
	position: relative;
	margin-top: 0;
}
.front #signup-wrapper {
  float: left;
  width: 100%;
}
.bp-signup-step1-form {
  float: left;
  margin-bottom: 0;
  width: 100%;
}
.front .bp-signup-step1-form {
  position: relative;
  top: 0;
}
.front.bpt-hp4 .bp-signup-step1-form {
  margin-top: 20px;
}
#signup .bp-signup-step1-form {
  background:url("../img/blackcont.png") 0 0 repeat;
  padding: 10px 20px;
  width: 900px;
}
#signup .bp-signup-step1-form {
  width: 1130px;
}
.bp-signup-step1-form fieldset {
  float: left;
  margin-bottom: 0;
  width: 610px;
}
#signup .bp-signup-step1-form fieldset {
  float: left;
  width: 690px;
}
#signup .bp-signup-step1-form fieldset {
  padding-left: 20px;
  width: 865px;
}
legend {
  border-color: -moz-use-text-color -moz-use-text-color #E5E5E5;
  border-image: none;
  border-style: none none solid;
  border-width: 0 0 1px;
  color: #333333;
  display: block;
  font-size: 21px;
  line-height: 40px;
  margin-bottom: 20px;
  padding: 0;
  width: 100%;
}
form fieldset legend {
  font-family: 'Source Sans Pro',sans-serif;
  font-size: 18px;
  line-height: 1.25;
}
.bp-signup-step1-form legend {
  float: left;
  line-height: 1.2;
  margin-bottom: 10px;
  width: 100%;
}
#signup .bp-signup-step1-form fieldset legend {
  border-bottom: 0 none;
  color: #FFFFFF;
  float: left;
  margin: 5px 0 0;
  width: 210px;
}
#signup .bp-signup-step1-form fieldset legend {
  padding-top: 5px;
  width: 325px;
}
.bp-signup-step1-form .fieldset-legend {
  float: left;
  font-family: 'Source Sans Pro',sans-serif;
  font-weight: 600;
  margin: 0;
  width: auto;
}
.bp-signup-step1-form .fieldset-legend span {
  font-size: 15px;
  font-weight: 300;
  padding-left: 10px;
}
.front .bp-signup-step1-form .fieldset-legend span {
  clear: none;
  float: none;
  line-height: 1.2;
  padding: 0 0 0 10px;
}
#signup .bp-signup-step1-form fieldset legend .fieldset-legend span {
  float: left;
  padding: 5px 0 0;
  width: 100%;
}
#signup .bp-signup-step1-form fieldset legend .fieldset-legend span {
  font-size: 13px;
  padding-top: 10px;
}
#signup .bp-signup-step1-form .fieldset-wrapper {
  float: left;
  margin-left: 0;
  width: 480px;
}
#signup .bp-signup-step1-form .fieldset-wrapper {
  width: 530px;
}
form .control-group {
  background-image: none;
  border-radius: 5px;
  border-width: 0;
  clear: both;
  float: left;
  margin: 0 0 10px;
  padding: 0;
}
.bp-signup-step1-form .control-group {
  clear: none;
  margin-right: 10px;
  padding-top: 10px;
  width: 295px;
}
#signup .bp-signup-step1-form .fieldset-wrapper .control-group {
  margin: 0 15px 0 0;
  padding: 5px 0;
  width: 225px;
}
#signup .bp-signup-step1-form .fieldset-wrapper .control-group {
  margin-right: 20px;
  width: 245px;
}
dt, dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
form .control-group .control-group-label, form .control-group .control-group-input, form .control-group .help-block, form .control-group .description {
  float: left;
  width: 100%;
}
form .control-group .control-group-label {
  margin-bottom: 0;
}
label, input, button, select, textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
form .control-group label {
  display: inline-block;
  font-weight: 300;
  margin: 0 0 5px;
}
#signup .bp-signup-step1-form .fieldset-wrapper .control-group label {
  color: #FFFFFF;
}
form .control-group .control-group-input {
  margin: 0;
  position: relative;
}
form .control-group .control-group-input, form .control-group .help-block {
  clear: both;
}
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: middle;
}
label, input, button, select, textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
input, textarea, .uneditable-input {
  margin-left: 0;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  border-radius: 3px;
  color: #555555;
  display: inline-block;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  margin-bottom: 9px;
  padding: 4px 6px;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  margin-bottom: 0;
}
.bp-signup-step1-form .control-group input.form-text {
  height: 28px;
  width: 275px;
}
#signup .bp-signup-step1-form .fieldset-wrapper .control-group input.form-text {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.75);
  width: 211px;
}
#signup .bp-signup-step1-form .fieldset-wrapper .control-group input.form-text {
  width: 231px;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
}
input.btn[type="submit"] {
  line-height: 18px;
  min-height: 26px;
}
.bp-signup-step1-form a.form-submit {
  clear: none;
  float: left;
  margin-top: 32px;
  width: 270px;
}
#signup .bp-signup-step1-form a.form-submit {
  /* margin-left: -10px; */
  width: 147px;
}


.front.bpt-hp #front-hero {
    margin-top: 80px;
}
.front.bpt-hp #front-hero h1 {
    margin-bottom: 26px;
}
.span5 {
    width: 470px;
}

p {
    margin: 0 0 10px;
}
.btn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F5F5F5;
    background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
    background-repeat: repeat-x;
    border-color: #BBBBBB #BBBBBB #A2A2A2;
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 14px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
}
.btn-large {
    border-radius: 5px 5px 5px 5px;
    font-size: 16px;
    line-height: normal;
    padding: 9px 14px;
}
.btn-success {
    background-color: #5BB75B;
    background-image: linear-gradient(to bottom, #62C462, #51A351);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
#signup .bp-signup-step1-form a.form-submit, .btn-success, #pricing-table .pricing, .modalbutton {
  background-color: #FF6600;
  background-image: none;
  background-repeat: no-repeat;
  border-color: #3C3C3B;
  color: #FFFFFF;
  filter: none;
  font-size: 16px;
  font-weight: 400;
  padding: 10px;
  text-transform: uppercase;
}
#signup .bp-signup-step1-form a.form-submit:hover, .btn-success:hover, #pricing-table .pricing:hover, .modalbutton:hover {
	background-color: #3C3C3B;
	background-position: 0 0;
}
.front.bpt-hp #front-hero #hero-cta {
    margin-bottom: 20px;
}
/* .front.bpt-hp #signup .bp-signup-step1-form input.form-submit:hover, .front.bpt-hp .btn-success:hover {
    background-color: #7FC03E;
    background-position: 0 0;
} */
.check-list {
    list-style: none outside none;
    margin: 0;
    padding: 0 24px;
}
li {
    line-height: 20px;
}
.check-list li {
    padding: 5px 0;
    width: 100%;
}

.check-list li:before {
    background: url("../img/sprite-icons-37x.png") no-repeat scroll -364px 0 transparent;
    content: "";
    float: left;
    height: 14px;
    margin: 4px 10px 0 -24px;
    width: 14px;
}
.span7 {
    width: 670px;
}
.front.bpt-hp #front-hero .hero-img {
    padding-top: 0;
}
.front.bpt-hp #front-hero .hero-price {
    background-color: #83C03F;
    border-radius: 120px 120px 120px 120px;
    color: #FFFFFF;
    height: 100px;
    margin: -100px 0 0 -15px;
    padding: 10px;
    position: relative;
    text-align: center;
    width: 100px;
    z-index: 10;
}
h4 {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}
.front.bpt-hp #front-hero .hero-price .hero-price-txt, .front.bpt-hp #front-hero .hero-price .hero-price-val {
    display: block;
}
.front.bpt-hp #front-hero .hero-price .hero-price-txt {
    font-size: 18px;
    line-height: 1.5;
}
.front.bpt-hp #front-hero .hero-price .hero-price-val {
    font-size: 45px;
    line-height: 1;
}
.front.bpt-hp #front-hero .hero-proof h6 {
    font-weight: 700;
}
ul.inline, ul.links.inline {
    display: inline;
    padding-left: 0;
}

ul.inline {
    display: inline-block;
    margin-left: 0;
}
ul.inline li {
    display: inline;
    list-style-type: none;
    padding: 0 0.5em;
}
ul.inline li {
    display: inline-block;
    padding: 0;
}
.front.bpt-hp #front-hero .hero-proof .inline li {
    padding: 0 60px 30px 0;
}
.front .icons-nav.nav-features {
    margin: 40px 0 20px;
    padding-left: 1px;
    width: 110%;
}
.nav-header {
    color: #999999;
    display: block;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    padding: 3px 15px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}
.icons-nav li {
    margin: 0;
    padding: 0 10px;
    text-align: center;
}
.icons-nav .nav-header {
    display: none;
}
.front .icons-nav.nav-features li {
    border: 1px solid #E5E5E5;
    margin: -1px 0 0 -1px;
}
h5 {
    font-size: 14px;
    line-height: 20px;
}
.icons-nav li a {
    color: #AAAAAA;
    display: block;
    padding: 10px;
    text-decoration: none;
}
.front .icons-nav.nav-features li a {
    background-color: #FFFFFF;
    padding: 25px 0;
    width: 116px;
}
.front .icons-nav.nav-features li a {
    width: 145px;
}
.front .icons-nav.nav-features li a.active, .front .icons-nav.nav-features li a:hover, .front .icons-nav.nav-features li a:focus {
	padding-bottom:22px;
}
.front .icons-nav.nav-features li a:hover, .front .icons-nav.nav-features li a:focus {
	border-bottom:3px solid #aaa;
}
[class^="icon-"], [class*=" icon-"] {
    background-image: url("/img/glyphicons-halflings.png");
    background-position: 14px 14px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    margin-top: 1px;
    vertical-align: text-top;
    width: 14px;
		*width: 170px;
}
.icon-56 {
    background: url("../img/sprite-icons-37x.png") no-repeat scroll 0 0 transparent;
    height: 56px;
    margin: 0;
    overflow: hidden;
    width: 56px;
}
.icons-nav.nav-features .nav-orders .icon-56 {
    background-position: -168px -56px;
}
.icons-nav li a span {
    display: block;
    line-height: 1;
}
.page-indent {
    border-top: 1px solid #BBBBBB;
    box-shadow: 0 10px 16px -10px #BBBBBB inset;
}
.front #front-integrations {
    padding: 20px 0;
}
.front #front-integrations h2 {
  font-family: 'Source Sans Pro',sans-serif;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 0;
}
.front #front-case-studies {
  padding: 80px 0 60px;
}
.front #front-case-studies.storysection {
  margin-bottom: 20px !important;
  padding: 40px 0 50px !important;
}
.front #front-case-studies .case-study-testimonial h1 {
  color: #888888;
  font-size: 32px;
  font-weight: 300;
}
.front #front-case-studies .case-study-testimonial h1, .netsuite #front-case-studies .case-study-testimonial h1 {
  font-size: 38px;
}
.front #front-case-studies .case-study-testimonial h4 {
  font-family: 'Source Sans Pro',sans-serif;
  margin-top: 20px;
}
.front #front-case-studies .case-study-testimonial span {
  font-family: 'Source Sans Pro',sans-serif;
  font-weight: 600;
}
.framed {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  padding: 10px;
}
.front #front-testimonials {
  padding-bottom: 20px;
}
.media-list {
  list-style: none outside none;
  margin-left: 0;
}
.span4 {
  width: 370px;
}
.media, .media-body {
  overflow: hidden;
}
.testimonials .testimonial {
  margin-top: 0;
	*margin-left: 15px;
}
.pull-left {
  float: left;
}
.media .pull-left {
  margin-right: 10px;
}
.testimonials .testimonial .pull-left {
  background-color: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  padding: 9px;
  background:url("../img/testimonial.png") center center no-repeat;
  width:40px;
  height:34px;
}
.media, .media-body {
  overflow: hidden;
}
.testimonials .testimonial .media-body {
  padding: 10px 0 0 15px;
}
.testimonials .testimonial blockquote {
  border: 0 none;
  margin: 0;
  padding: 0 0 10px;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
}
.testimonials .testimonial .quote-name, .testimonials .testimonial .quote-job, .testimonials .testimonial .quote-company {
  font-family: 'Source Sans Pro',sans-serif;
  font-weight: 600;
}
.hero-proof {
  padding: 30px 0 0;
}
.hero-proof h6 {
  font-weight: 600;
}
ul.inline, ul.links.inline {
  display: inline;
  padding-left: 0;
}
ul.inline {
  display: inline-block;
  margin-left: 0;
}
ul.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 0.5em;
}
ul.inline li {
  display: inline-block;
  padding: 0;
}
.hero-proof .inline li {
  padding: 0 60px 30px 0;
}
.hero-proof .inline li:last-child {
  padding-right: 0;
}


.front .icons-nav.nav-integrations {
    margin: 0;
}
.front .icons-nav.nav-integrations li {
    padding: 0;
		*float: left;
}
.pullout {
    background-color: #F1F7FA;
    border-bottom: 1px solid #BBBBBB;
    border-top: 1px solid #BBBBBB;
    padding: 30px 0;
}

.title-pullout {
    color: #888888;
    display: block;
    font-size: 32px;
    font-weight: 300;
    padding-bottom: 10px;
}
#footer-sl {
    background: url("../img/footer-pattern.png") repeat scroll 0 0 transparent;
    margin: 26px 0 0;
		height: 100%;
		position: relative;
}
#footer-sl .footer-inner {
    padding: 15px 0 0;
}

#footer-sl .footer-inner .footer-menus .span2 {
   float: right;
	 line-height: 45px;
	 *width: 480px;
}
.span8 {
  width: 640px;
	*width: 630px;
}
#footer-sl .footer-inner p {
  background: url("../img/logo-footer.png") no-repeat scroll 0 0 transparent;
  color: #888888;
  font-size: 14px;
  height: 46px;
  line-height: 45px;
  padding-left: 60px;
  text-transform: uppercase;
}
#footer-sl  p .copyright-text {
	
}

#footer-sl .footer-inner h2 {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
}

#footer-sl .footer-inner .footer-menus .block-menu .menu {
    list-style: none outside none;
    margin: 0;
    /* padding: 0 0 20px; */
}

#footer-sl .footer-inner .footer-menus .block-menu .menu li {
    line-height: 45px;
    margin: 0;
    padding-right: 25px;
		display: inline;
}
ul.menu li {
    margin: 0 0 0 0.5em;
}

#footer-sl .footer-inner .footer-menus .block-menu .menu li a {
    color: #888888;
    font-family: "museo",Helvetica,Arial,sans-serif;
    font-size: 13px;
    text-shadow: none;
}
#footer-sl .footer-inner .footer-menus .block-menu .menu li a:hover {
	color: #FFFFFF;
}
.offset1 {
    margin-left: 130px;
}
#footer-sl .footer-inner .footer-menus .offset1 {
    margin-left: 100px;
}
#footer-sl .footer-inner h2 {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
}
#header-wrapper-push{
	/* height:60px; */
}
h1 {
    color: #333333;
    font-size: 38px;
    letter-spacing: -1px;
    margin: 0 0 6px;
}
.front.bpt-hp #front-hero .hero-proof .inline li:last-child {
    padding-right: 0;
}
.main-content #main {
    padding: 20px 0;
		overflow: auto;
}
.main-content #main .container {
    background-color: #FFFFFF;
    border-radius: 20px 20px 0 0;
    min-height: 300px;
    padding: 20px 30px;
    position: relative;
    z-index: 2;
}
.row.center {
    text-align: center;
}

.main-content #main .pg-turn-l, .main-content #main .pg-turn-r {
    background: url("../img/shadows-sprite.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 175px;
    position: absolute;
    top: 20px;
    width: 50px;
}
.main-content #main .pg-turn-l {
    background-position: 0 -50px;
    left: -50px;
}
.main-content #main .pg-turn-img-l {
    background-position: 0 0;
    left: 250px;
}
.page-header {
    border-bottom: 0 none;
    margin: 0 0 10px;
    padding-bottom: 0;
}

.main-content #intro {
    padding-bottom: 10px;
}

.main-content #intro .pg-band {
    background-color: #F1F7FA;
/*     border-bottom: 1px solid #E5E5E5; */
    border-top: 1px solid #E5E5E5;
    margin: 10px 0 0;
    height: 100%;
    padding: 0;
    position: absolute;
    width: 100%;
}
.pricing #main .pg-turn-img-r {
    background-position: -250px 0;
}
.main-content #main .pg-turn-img {
    background: url("/sites/all/themes/prototype/img/bg/sprite-pg-vehicles.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: none;
    height: 440px;
    position: absolute;
    top: 79px;
    width: 250px;
    z-index: 1;
}

.main-content #main .pg-turn-r {
    background-position: -50px -50px;
    right: -50px;
}
#contactInfo {
    height: 480px;
    margin-bottom: 20px;
    padding: 20px;
    width: 300px;
}
.left {
    float: left;
}
.span6 {
    width: 570px;
}
.column-one {
    padding: 0 30px 0 40px;
}
.btn-warning {
    background-color: #FAA732;
    background-image: linear-gradient(to bottom, #FBB450, #F89406);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
#contactfrm {
    height: 480px;
    margin-bottom: 20px;
    padding: 20px;
    width: 480px;
}
.right {
    float: right;
}
#contactfrm label {
    display: block;
}
.labelsettings {
    color: #666666;
    font: 13px Verdana,Geneva,sans-serif;
}
label {
    padding: 2px;
}
form {
    font-weight: normal;
    margin: 0;
    padding: 0;
}
fieldset {
  border: 0 none;
  margin: 0;
  padding: 0;
}
form fieldset {
  border-radius: 5px;
  clear: both;
  float: left;
  overflow: hidden;
}
/* div, p, ul, li, img, h1, h2, h3, h4, h5, input, fieldset, form {
    font-weight: normal;
    margin: 0;
    padding: 0;
} */
#contactfrm .textfld, #basic-modal-content input {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #C6C6C6;
    box-shadow: 1px 1px 4px #D8DBDC inset;
    padding: 7px;
    width: 335px;
}
.enquiry {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #C6C6C6;
    box-shadow: 1px 1px 4px #D8DBDC inset;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    height: 200px;
    padding: 9px;
    width: 460px;
}
.textblock {
    padding-bottom: 20px;
}
/* .textblock p, ul li {
    color: #666666;
    font: 13px Verdana,Geneva,sans-serif;
    padding: 4px 0;
} */

.faq h2 {
    color: #333333;
    font-size: 17px;
    font-weight: bold;
    margin-top: 9px;
    padding-top: 15px;
}
.faq p {
    background: url("../img/faq.png") no-repeat scroll 16px 9px #ffbd84;
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    margin-top: 4px;
    min-height: 45px;
    padding: 6px 0 5px 85px;
}
.thankyoucontainer {
	display:none !important;
}
.thankyoupg {
	min-height:0 !important;
}

.close{
	display:none;
}
.alert-error{
	background:url("../img/error.png") 0 center no-repeat;
}
.alert-success{
	background:url("../img/ok.png") 0 center no-repeat;
}
.alert h4{
	padding-left:30px;
}
.alrt-success{
    font-size: 18px;
    font-weight: bold;
}
/**************** Archive ****************/
table#data_table, table#pricing-table {
	border-collapse: separate;
	border-spacing: 0;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
table#data_table th, table#data_table td {
	padding: 10px 0;
	color: #282829;
	font-weight: 400;
}
table#data_table td {
	border-bottom:1px solid #bbb;
}
table#data_table th {
  background-color: #333333;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
}
table#data_table th.th_outcome {
	border-radius: 10px 0 0;
}
table#data_table th.th_picks {
	border-radius: 0 10px 0 0;
}
table#data_table td {
  border-right: 1px solid #BBBBBB;
}
table#data_table td.td_picks {
	border-right: 0 none;
}
table#data_table tr:nth-child(4n-2) td, table#data_table tr:nth-child(4n-3) td {
	background-color: #F3F3F3;
}
table#data_table tr.month_title td {
  background-color: #CA6030;
  border: 0 none;
  color: #FFFFFF;
  padding: 5px;
}


/**************** Plans ****************/
#pricing_wrapper {
  margin: 0 auto;
  overflow: auto;
  width: 800px;
	*width: 810px;
}
#pricing_wrapper.vip {
	width: 400px;
	*width: 405px;
}
#pricing-table {
	float: left;
	margin: 0 43px !important;
}
#pricing-table .big-head {
	width:252px;
	height:147px;
	padding:0 30px 20px;
	text-align:center;
	color:#fff;
	border:1px solid #bbb;
	border-bottom:0 none;
	-webkit-border-radius:10px 10px 0 0;
	-moz-border-radius:10px 10px 0 0;
	-ms-border-radius:10px 10px 0 0;
	-o-border-radius:10px 10px 0 0;
	border-radius:10px 10px 0 0;
	background:#fff url("../img/pricing-header.png") no-repeat center top;
	-webkit-background-clip:border-box;
	-moz-background-clip:border-box;
	background-clip:border-box;
}
#pricing-table.right .big-head {
	background:#fff url("../img/pricing-header-grey.png") no-repeat center top;
}
#pricing-table .big-head h3, #pricing-table .big-head p {
  margin: 0;
}
#pricing-table .big-head h3 {
  border-bottom: 1px solid #A14B24;
  font-size: 69px;
  line-height: 1;
}
#pricing-table.right .big-head h3 {
	border-bottom: 1px solid #000000;
}
#pricing-table .big-head p {
  border-top: 1px solid #E6A283;
  font-family: 'Source Sans Pro',sans-serif;
  padding-top: 5px;
}
#pricing-table.right .big-head p {
	border-top: 1px solid #aaaaaa;
}
#pricing-table tbody {
  border: 0 none;
}
#pricing-table tbody tr.first {
  border: 0 none;
}
#pricing-table tbody tr td {
  border-left: 1px solid #BBBBBB;
  border-right: 1px solid #BBBBBB;
  padding: 10px 30px;
}
#pricing-table tbody tr.odd td {
  background-color: #F5D9CC;
}
#pricing-table.right tbody tr.odd td {
  background-color: #C0C0C0;
}
#pricing-table tbody tr.even td {
  background-color: #FAEEE8;
}
#pricing-table.right tbody tr.even td {
	background-color: #E9E9E9;
}
.icon-14 {
  background: url("../img/tick.png") no-repeat scroll 0 3px transparent;
	*background: url("../img/tick.png") no-repeat scroll 0 0 transparent;
  display: inline;
  height: 12px;
  line-height: 12px;
	*line-height: 16px;
  padding-left: 15px;
  vertical-align: middle;
}
.bigpackoffer {
  font-size: 32px;
  text-decoration: line-through;
}


/**************** Plans Home ****************/
.pricing_details {
  background: url("../img/prime-plan.png") no-repeat scroll 0 0 transparent;
  float: left;
  height: 83px;
  width: 370px;
}
.vip .pricing_details {
	background: url("../img/prime-plan-vip.png") no-repeat scroll 0 0 transparent;
}
.vip .pricing_details {
	float: none;
	margin: 0 auto;
}
.pricing_details.right {
  background: url("../img/second-plan.png") no-repeat scroll -32px 0 transparent;
  float: right;
}
a.cta {
	float: right !important;
}
a.cta.right {
	float: left !important;
}
a.cta:hover {
	text-decoration: none !important;
}
.advantages {
  color: #FFFFFF;
  float: left;
  line-height: 27px;
  text-align: center;
  width: 390px;
}
#pricing-table .pricing {
  border: 1px solid #BBBBBB;
  width: 230px;
}
#pricing-table .pricing:hover {
	text-decoration: none;
}
#pricing-table tr td.last {
	border-bottom: 1px solid #BBBBBB;
	border-radius: 0 0 10px 10px;
}

.service_feature {
  margin: 0 120px !important;
}


/**************** Testimonial ****************/
#front-testimonials.testimonial_page {
  overflow: hidden;
  padding: 0;
}
#front-testimonials.testimonial_page ul.testimonials {
	overflow: auto;
}
#front-testimonials.testimonial_page ul.testimonials li.testimonial {
	margin-left: 20px;
}
.result{
	text-indent:-9999px;
}
.winresult{
	background:url("../img/wingif.gif") center center no-repeat;
}
.drawresult{
	background:url("../img/drawgif.gif") center center no-repeat;
}
.lossresult{
	background:url("../img/lossgif.png") center center no-repeat;
}
.postpresult{
	background:url("../img/postpgif.gif") center center no-repeat;
}
#basic-modal-content {
	display:none;
}
/* Overlay */
#simplemodal-overlay {
	background-color:#000;
}
/* Container */
#simplemodal-container {
	height:160px;
	width:500px;
	color:#000;
	background-color:#ffffff;
	padding:0;
}
#frmSS1{
	padding:0 12px;
}
#simplemodal-container .simplemodal-data {
}
#simplemodal-container code {
	background:#141414;
	border-left:3px solid #65B43D;
	color:#000;
	display:block;
	font-size:12px;
	margin-bottom:12px;
	padding:4px 6px 6px;
}
#simplemodal-container a {
	color:#ddd;
}
#simplemodal-container a.modalCloseImg { 
color: #000;
cursor: pointer;
display: inline;
font-size: 11px;
height: 29px;
position: absolute;
right: 8px;
top: 3px;
width: 25px;
z-index: 3200;
}
#simplemodal-container h3 {
	color:#84b8d9;
}
.modalinput{
	width:279px !important;
	float:left;
}
.modallabel{
float: left;
font-size: 17px;
line-height: 32px;
padding-right: 13px;
}
.modalfeature{
	margin:0 auto;
	width:84%;
}
.modalfeature li{
	background-color: #fff;
background-position: 67px center;
font-size: 20px;
margin: 5px 0;
padding: 0 56px 0 90px;
}
.modaltitle{
color: #000 !important;
font-size: 35px;
font-weight: bold;
margin: 0;
text-align: left;
padding:0 12px;
background:#ff6e0d;
}
.modalsubtitle{
	text-align:left;
	margin:0 0 22px 0;
	padding:0 12px;
	background:#ff6e0d;
}
.modalbutton{
	width:20% !important;
	float:right;
	font-size:14px;
	background-color: #FF6600 !important;
  background-image: none !important;
  background-repeat: no-repeat !important;
  border-color: #3C3C3B !important;
  color: #FFFFFF !important;
  filter: none !important;
  font-weight: 400 !important;
  padding: 7px !important;
  text-transform: uppercase !important;
  text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25) !important;
  box-shadow:none !important;
  font-family:'Source Sans Pro',sans-serif !Important;
}