/**********************************
 BUTTONS
*********************************/
.btn-wrp {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-family: 'MuseoSans-300';
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 36px;
  height: 36px;
  text-align: center;
  white-space: nowrap;
  /* patch for jqury-ui buttons */
}
.btn-wrp input,
input.btn-wrp,
button.btn-wrp,
a.btn-wrp {
  padding: 0px 20px;
}
a.icon-left.btn-wrp,
button.icon-left.btn-wrp {
  padding-left: 0px;
}
a.icon-right.btn-wrp,
button.icon-right.btn-wrp {
  padding-right: 0px;
}
.btn-wrp .ui-button-text {
  display: block;
  width: 100%;
}
.btn-wrp input {
  padding: 0px 20px;
  background-color: transparent;
  margin: 0px;
  border: 0px none;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  color: inherit;
  width: 100%;
}
.btn-wrp input[type=file] {
  opacity: 0 !important;
  width: 100%;
  height: 100%;
  margin: 0px !important;
  padding: 0px !important;
  border: none !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.btn-wrp.icon-left input,
.btn-wrp.icon-right input {
  margin: 0 0 0 -40px;
  padding: 0 20px 0 40px;
}
.btn-wrp.icon-left .bg-icon,
.btn-wrp.icon-right .bg-icon {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin: 0 5px 0 15px;
}
.btn-wrp.icon-left .fa,
.btn-wrp.icon-right .fa {
  display: inline-block;
  margin: 0 5px 0 15px;
  vertical-align: baseline;
  line-height: inherit;
  width: 20px;
  text-align: center;
}
.btn-wrp.icon-right input {
  margin: 0 -40px 0 0;
  padding: 0 40px 0 20px;
}
.btn-wrp.icon-right .fa,
.btn-wrp.icon-right .bg-icon {
  margin: 0 15px 0 5px;
}
.btn-wrp.icon-center .fa,
.btn-wrp.icon-center .bg-icon {
  margin: 0 15px 0 15px;
}
.btn-wrp:hover:active,
.btn-wrp.active,
.btn-wrp.active:hover:active {
  -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.btn-wrp.active:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-wrp.btn-small {
  font-size: 14px;
  line-height: 24px;
  height: 24px;
}
.btn-wrp.btn-small .fa {
  font-size: 12px;
}
.btn-wrp.btn-small.icon-left input {
  margin: 0 0 0 -30px;
  padding: 0 10px 0 30px;
}
.btn-wrp.btn-small.icon-left .fa {
  margin: 0 0px 0 5px;
}
.btn-wrp.btn-small.icon-right input {
  margin: 0 -30px 0 0;
  padding: 0 30px 0 10px;
}
.btn-wrp.btn-small.icon-right .fa {
  margin: 0 5px 0 0px;
}
.btn-wrp.btn-small.icon-center .fa,
.btn-wrp.btn-small.icon-center .bg-icon {
  margin: 0 5px 0 5px;
}
.btn-wrp.btn-large {
  font-size: 18px;
  line-height: 46px;
  height: 46px;
  font-family: 'MuseoSans-500';
}
.btn-wrp.btn-large.icon-left input {
  margin: 0 0 0 -50px;
  padding: 0 30px 0 50px;
}
.btn-wrp.btn-large.icon-left .fa {
  margin: 0 5px 0 15px;
}
.btn-wrp.btn-large.icon-right input {
  margin: 0 -50px 0 0;
  padding: 0 50px 0 30px;
}
.btn-wrp.btn-large.icon-right .fa {
  margin: 0 15px 0 5px;
}
.btn-wrp.btn-xlarge {
  font-size: 20px;
  line-height: 52px;
  height: 50px;
}
.btn-wrp.btn-round {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.btn-wrp.btn-orange {
  background: #f48946;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d26724), color-stop(1, #f48946));
  background: -ms-linear-gradient(bottom, #d26724, #f48946);
  background: -moz-linear-gradient(center bottom, #d26724 0%, #f48946 100%);
  background: -o-linear-gradient(#f48946, #d26724);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f48946', endColorstr='#d26724', GradientType=0);
  border: 1px solid #f48946;
  color: white;
  text-shadow: 0 -1px 0 #ab581b;
}
.btn-wrp.btn-orange input,
.btn-wrp.btn-orange button {
  text-shadow: 0 -1px 0 #ab581b;
}
.btn-wrp.btn-orange:hover,
.btn-wrp.btn-orange.disabled,
.btn-wrp.btn-orange.active {
  background: #d26724;
}
.btn-wrp.btn-yellow {
  background: #ffc142;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dd9f20), color-stop(1, #ffc142));
  background: -ms-linear-gradient(bottom, #dd9f20, #ffc142);
  background: -moz-linear-gradient(center bottom, #dd9f20 0%, #ffc142 100%);
  background: -o-linear-gradient(#ffc142, #dd9f20);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc142', endColorstr='#dd9f20', GradientType=0);
  border: 1px solid #ffc142;
  color: white;
}
.btn-wrp.btn-yellow:hover,
.btn-wrp.btn-yellow.disabled,
.btn-wrp.btn-yellow.active {
  background: #dd9f20;
}
.btn-wrp.btn-teal {
  background: #3795ac;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #15738a), color-stop(1, #3795ac));
  background: -ms-linear-gradient(bottom, #15738a, #3795ac);
  background: -moz-linear-gradient(center bottom, #15738a 0%, #3795ac 100%);
  background: -o-linear-gradient(#3795ac, #15738a);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3795ac', endColorstr='#15738a', GradientType=0);
  border: 1px solid #3795ac;
  color: white;
}
.btn-wrp.btn-teal:hover,
.btn-wrp.btn-teal.disabled,
.btn-wrp.btn-teal.active {
  background: #15738a;
}
.btn-wrp.btn-dark-teal {
  background: #2c7d8f;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0a5b6d), color-stop(1, #2c7d8f));
  background: -ms-linear-gradient(bottom, #0a5b6d, #2c7d8f);
  background: -moz-linear-gradient(center bottom, #0a5b6d 0%, #2c7d8f 100%);
  background: -o-linear-gradient(#2c7d8f, #0a5b6d);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c7d8f', endColorstr='#0a5b6d', GradientType=0);
  border: 1px solid #2c7d8f;
  color: white;
}
.btn-wrp.btn-dark-teal:hover,
.btn-wrp.btn-dark-teal.disabled,
.btn-wrp.btn-dark-teal.active {
  background: #0a5b6d;
}
.btn-wrp.btn-green {
  background: #49a078;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #277e56), color-stop(1, #49a078));
  background: -ms-linear-gradient(bottom, #277e56, #49a078);
  background: -moz-linear-gradient(center bottom, #277e56 0%, #49a078 100%);
  background: -o-linear-gradient(#49a078, #277e56);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#49a078', endColorstr='#277e56', GradientType=0);
  border: 1px solid #49a078;
  color: white;
}
.btn-wrp.btn-green:hover,
.btn-wrp.btn-green.disabled,
.btn-wrp.btn-green.active {
  background: #277e56;
}
.btn-wrp.btn-purple {
  background: #7c4f8e;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #5a2d6c), color-stop(1, #7c4f8e));
  background: -ms-linear-gradient(bottom, #5a2d6c, #7c4f8e);
  background: -moz-linear-gradient(center bottom, #5a2d6c 0%, #7c4f8e 100%);
  background: -o-linear-gradient(#7c4f8e, #5a2d6c);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7c4f8e', endColorstr='#5a2d6c', GradientType=0);
  border: 1px solid #7c4f8e;
  color: white;
}
.btn-wrp.btn-purple:hover,
.btn-wrp.btn-purple.disabled,
.btn-wrp.btn-purple.active {
  background: #5a2d6c;
}
.btn-wrp.btn-fb-blue {
  background: #4f6aa3;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2d4881), color-stop(1, #4f6aa3));
  background: -ms-linear-gradient(bottom, #2d4881, #4f6aa3);
  background: -moz-linear-gradient(center bottom, #2d4881 0%, #4f6aa3 100%);
  background: -o-linear-gradient(#4f6aa3, #2d4881);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f6aa3', endColorstr='#2d4881', GradientType=0);
  border: 1px solid #4f6aa3;
  color: white;
}
.btn-wrp.btn-fb-blue:hover,
.btn-wrp.btn-fb-blue.disabled,
.btn-wrp.btn-fb-blue.active {
  background: #2d4881;
}
.btn-wrp.btn-tw-blue {
  background: #76c4f3;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #54a2d1), color-stop(1, #76c4f3));
  background: -ms-linear-gradient(bottom, #54a2d1, #76c4f3);
  background: -moz-linear-gradient(center bottom, #54a2d1 0%, #76c4f3 100%);
  background: -o-linear-gradient(#76c4f3, #54a2d1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#76c4f3', endColorstr='#54a2d1', GradientType=0);
  border: 1px solid #76c4f3;
  color: white;
}
.btn-wrp.btn-tw-blue:hover,
.btn-wrp.btn-tw-blue.disabled,
.btn-wrp.btn-tw-blue.active {
  background: #54a2d1;
}
.btn-wrp.btn-gray {
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dddddd), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #dddddd, #ffffff);
  background: -moz-linear-gradient(center bottom, #dddddd 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #dddddd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd', GradientType=0);
  border: 1px solid #cccccc;
  color: #333333;
}
.btn-wrp.btn-gray:hover,
.btn-wrp.btn-gray.disabled,
.btn-wrp.btn-gray.active {
  background: #dddddd;
}
.btn-wrp.btn-white {
  background: #ffffff;
  border: 1px solid #3795ac;
  color: #3795ac;
  font-family: 'MuseoSans-500';
  text-decoration: none;
}
.btn-wrp.btn-white:hover {
  background-color: #3795ac;
  color: #ffffff;
}
.btn-wrp.btn-flat-square {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  color: #ffffff;
  font-family: 'MuseoSans-100';
  text-shadow: none;
}
.btn-wrp.btn-flat-square input,
.btn-wrp.btn-flat-square button {
  text-shadow: none;
}
.btn-wrp.btn-outlined {
  background: #ffffff;
}
.btn-wrp.btn-outlined:hover {
  background-color: #3795ac;
  color: #ffffff;
}
.btn-wrp.btn-outlined.btn-teal {
  border: 1px solid #3795ac;
  color: #3795ac;
  background: white;
}
.btn-wrp.btn-outlined.btn-teal:hover {
  background: #3795ac;
  color: #ffffff;
}
.btn-wrp.btn-inverse {
  background: transparent;
  border: 1px solid #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
}
.btn-wrp.btn-inverse.btn-dark-teal:hover {
  color: #2c7d8f;
  background: #ffffff;
}
.btn-flat-square.btn-orange {
  background: #f48946;
}
.btn-flat-square.btn-orange:hover,
.btn-flat-square.btn-orange.active {
  background: #e86e43;
}
.btn-flat-square.btn-orange.disabled {
  background: #999999;
  border-color: #999999;
}
.btn-flat-square.btn-yellow {
  background: #ffc142;
}
.btn-flat-square.btn-yellow:hover,
.btn-flat-square.btn-yellow.active {
  background: #f2ab17;
}
.btn-flat-square.btn-yellow.disabled {
  background: #999999;
  border-color: #999999;
}
.btn-flat-square.btn-teal {
  background: #3795ac;
}
.btn-flat-square.btn-teal:hover,
.btn-flat-square.btn-teal.active {
  background: #2c7d8f;
}
.btn-flat-square.btn-teal.disabled {
  background: #999999;
  border-color: #999999;
}
.btn-flat-square.btn-dark-teal {
  background: #2c7d8f;
}
.btn-flat-square.btn-dark-teal:hover,
.btn-flat-square.btn-dark-teal.active {
  background: #0a5b6d;
}
.btn-flat-square.btn-dark-teal.disabled {
  background: #999999;
  border-color: #999999;
}
.btn-flat-square.btn-green {
  background: #49a078;
}
.btn-flat-square.btn-green:hover,
.btn-flat-square.btn-green.active {
  background: #438f6b;
}
.btn-flat-square.btn-green.disabled {
  background: #999999;
  border-color: #999999;
}
.btn-flat-square.btn-purple {
  background: #7c4f8e;
}
.btn-flat-square.btn-purple:hover,
.btn-flat-square.btn-purple.active {
  background: #684780;
}
.btn-flat-square.btn-purple.disabled {
  background: #999999;
  border-color: #999999;
}
.btn-flat-square.btn-gray {
  color: #333333;
  background: #eeeeee;
}
.btn-flat-square.btn-gray:hover,
.btn-flat-square.btn-gray.active {
  background: #cccccc;
}
.btn-flat-square.btn-gray.disabled {
  background: #999999;
  border-color: #999999;
}
.btn-flat-square.btn-fb-blue {
  background: #4f6aa3;
}
.btn-flat-square.btn-tw-blue {
  background: #76c4f3;
}
.bg-icon.bg-icon-photo {
  background: url("/images/buttons/icons/black-photo-icon.png") no-repeat scroll 100% 0 transparent;
  float: right;
  margin: 13px 0 0 10px;
  width: 21px;
}
/* -------- BTN WRAPPER BEGIN -------- */
.btn-wrap {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  cursor: pointer;
  overflow: visible;
  white-space: nowrap;
  height: 40px;
}
.btn-wrap .bgl,
.btn-wrap .bgc,
.btn-wrap .bgr {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  height: 100%;
  vertical-align: top;
  background-color: transparent;
}
.btn-wrap .bgc,
.btn-wrap .bgc input,
.btn-wrap .bgc button {
  background-color: transparent;
  float: none !important;
  font-weight: bold;
  margin: 0px;
  text-indent: 0;
  text-align: center;
  width: auto;
  border: 0px none;
  overflow: hidden;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  padding: 0px;
}
.btn-wrap .bgc input,
.btn-wrap .bgc button {
  padding: 0px 20px;
  margin: 0px -20px;
}
.btn-wrap .bgl,
.btn-wrap .bgc,
.btn-wrap .bgr {
  background-color: transparent;
  background-repeat: no-repeat;
  overflow: visible;
}
.btn-wrap .bgl {
  background-position: 0px 0px;
}
.btn-wrap .bgc {
  background-repeat: repeat-x;
  background-position: 0 -50px;
  position: relative;
  /* force .bgc to be on top of .bgr */
  zoom: 1;
}
.btn-wrap .bgr {
  background-position: 0 -100px;
}
.btn-wrap:hover .bgl {
  background-position: 0px -150px;
}
.btn-wrap:hover .bgc {
  background-position: 0px -200px;
}
.btn-wrap:hover .bgr {
  background-position: 0px -250px;
}
.btn-wrap:active .bgl {
  background-position: 0px -300px;
}
.btn-wrap:active .bgc {
  background-position: 0px -350px;
}
.btn-wrap:active .bgr {
  background-position: 0px -400px;
}
.btn-wrap.disabled:hover .bgl,
.btn-wrap.disabled:active .bgl {
  background-position: 0px 0px;
}
.btn-wrap.disabled:hover .bgc,
.btn-wrap.disabled:active .bgc {
  background-position: 0px -50px;
}
.btn-wrap.disabled:hover .bgr,
.btn-wrap.disabled:active .bgr {
  background-position: 0px -100px;
}
.btn-wrap .bg-icon {
  height: 100%;
  margin-right: -20px;
  vertical-align: top;
  /* align top so does not depend on the text size to it's left */
  width: 45px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.ie7 .btn-wrap .bg-icon {
  vertical-align: middle;
  /* top alignment drags the title up in ie7 */
}
.btn-wrap input.bg-icon {
  margin: 0 -20px;
  padding: 0 50px 0 20px;
  width: auto;
}
.ie7 .btn-wrap .bgc button,
.ie7 .btn-wrap .bgc input {
  overflow: visible;
  /* resets the IE7 "out of the blue" padding */
}
.btn-wrap .tm {
  font-size: 1.5em;
}
/* -------- BTN WRAPPER END -------- */
/* -------- BUTTONS BEGIN -------- */
/** new gray button begin **/
.btn-gray-big-new {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  cursor: pointer;
  overflow: visible;
  white-space: nowrap;
}
.btn-gray-big-new .bgc,
.btn-gray-big-new .bgr {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  height: 100%;
  vertical-align: top;
  background-color: transparent;
}
.btn-gray-big-new .bgl {
  display: none;
}
.btn-gray-big-new .bgc,
.btn-gray-big-new .bgc input {
  background: transparent;
  color: #4E4E4E;
  text-shadow: 1px 1px 1px #fafafa;
  text-align: left;
  height: 38px;
  line-height: 37px;
  font-size: 16px;
  font-family: 'MuseoSans-300';
  letter-spacing: 1px;
  margin: 0px;
  padding: 0 25px;
  width: auto;
}
.btn-gray-big-new .bgc {
  background: url("/images/buttons/btn-gray-big-new.png?f=1") no-repeat scroll 0 0 transparent;
  overflow: visible;
}
.btn-gray-big-new .bgc input {
  margin: 0 -56px 0 -20px;
  padding: 0 56px 3px 20px;
  display: block;
  float: none;
  position: relative;
  /* required for the input to overflow over the .bgr */
  overflow: visible;
}
.btn-gray-big-new:hover .bgc {
  background-position: 0px -50px;
}
.btn-gray-big-new:active .bgc {
  background-position: 0px -100px;
}
.btn-gray-big-new .bgr {
  background: url("/images/buttons/btn-gray-big-new.png?f=1") no-repeat scroll 0 -150px transparent;
  height: 42px;
  width: 44px;
}
.btn-gray-big-new:hover .bgr {
  background-position: 0px -200px;
}
.btn-gray-big-new:active .bgr {
  background-position: 0px -250px;
}
.btn-gray-big-new.btn-facebook .bgr {
  background-position: 0px -150px;
}
.btn-gray-big-new.btn-facebook:hover .bgr {
  background-position: 0px -200px;
}
.btn-gray-big-new.btn-facebook:active .bgr {
  background-position: 0px -250px;
}
.btn-gray-big-new.btn-twitter .bgr {
  background-position: -50px -150px;
}
.btn-gray-big-new.btn-twitter:hover .bgr {
  background-position: -50px -200px;
}
.btn-gray-big-new.btn-twitter:active .bgr {
  background-position: -50px -250px;
}
.btn-gray-big-new.btn-health-kit .bgr {
  background-position: -550px -150px;
}
.btn-gray-big-new.btn-health-kit:hover .bgr {
  background-position: -550px -200px;
}
.btn-gray-big-new.btn-health-kit:active .bgr {
  background-position: -550px -250px;
}
.btn-gray-big-new.btn-runkeeper .bgr {
  background-position: -100px -150px;
}
.btn-gray-big-new.btn-runkeeper:hover .bgr {
  background-position: -100px -200px;
}
.btn-gray-big-new.btn-runkeeper:active .bgr {
  background-position: -100px -250px;
}
.btn-gray-big-new.btn-foursquare .bgr {
  background-position: -150px -150px;
}
.btn-gray-big-new.btn-foursquare:hover .bgr {
  background-position: -150px -200px;
}
.btn-gray-big-new.btn-foursquare:active .bgr {
  background-position: -150px -250px;
}
.btn-gray-big-new.btn-fitbit .bgr {
  background-position: -200px -150px;
}
.btn-gray-big-new.btn-fitbit:hover .bgr {
  background-position: -200px -200px;
}
.btn-gray-big-new.btn-fitbit:active .bgr {
  background-position: -200px -250px;
}
.btn-gray-big-new.btn-myfitnesspal .bgr {
  background-position: -250px -150px;
}
.btn-gray-big-new.btn-myfitnesspal:hover .bgr {
  background-position: -250px -200px;
}
.btn-gray-big-new.btn-myfitnesspal:active .bgr {
  background-position: -250px -250px;
}
.btn-gray-big-new.btn-mapmyfitness .bgr {
  background-position: -300px -150px;
}
.btn-gray-big-new.btn-mapmyfitness:hover .bgr {
  background-position: -300px -200px;
}
.btn-gray-big-new.btn-mapmyfitness:active .bgr {
  background-position: -300px -250px;
}
.btn-gray-big-new.btn-withings .bgr {
  background-position: -400px -150px;
}
.btn-gray-big-new.btn-withings:hover .bgr {
  background-position: -400px -200px;
}
.btn-gray-big-new.btn-withings:active .bgr {
  background-position: -400px -250px;
}
.btn-gray-big-new.btn-jawbone .bgr {
  background-position: -450px -150px;
}
.btn-gray-big-new.btn-jawbone:hover .bgr {
  background-position: -450px -200px;
}
.btn-gray-big-new.btn-jawbone:active .bgr {
  background-position: -450px -250px;
}
.btn-gray-big-new.btn-moves .bgr {
  background-position: -500px -150px;
}
.btn-gray-big-new.btn-moves:hover .bgr {
  background-position: -500px -200px;
}
.btn-gray-big-new.btn-moves:active .bgr {
  background-position: -500px -250px;
}
/** new gray button end **/
/* -------- BUTTONS END -------- */
/* -------- ORANGE BUTTON BACKRGOUND BEGIN -------- */
.btn-orange-big-shadow-light {
  height: 55px;
}
.btn-orange-big-shadow-light .sbgr,
.btn-orange-big-shadow-light .sbgc,
.btn-orange-big-shadow-light .sbgl {
  background-image: url(/images/buttons/btn-shadow-small.png);
  height: 43px;
  padding-bottom: 6px;
  padding-top: 6px;
}
.btn-orange-big-shadow-light .sbgr,
.btn-orange-big-shadow-light:hover .sbgr,
.btn-orange-big-shadow-light:active .sbgr {
  background-position: 0px 0px;
}
.btn-orange-big-shadow-light .sbgc,
.btn-orange-big-shadow-light:hover .sbgc,
.btn-orange-big-shadow-light:active .sbgc {
  background-position: 0px -100px;
}
.btn-orange-big-shadow-light .sbgc .btn-wrp {
  margin: 0 -27px 0px -27px;
}
.btn-orange-big-shadow-light .sbgl,
.btn-orange-big-shadow-light:hover .sbgl,
.btn-orange-big-shadow-light:active .sbgl {
  background-position: 0px -200px;
}
.btn-orange-big-shadow-light .sbgr,
.btn-orange-big-shadow-light .sbgl {
  width: 35px;
}
.btn-orange-big-shadow-light .btn-wrp.btn-large {
  height: 42px;
}
/* -------- ORANGE BUTTON BACKGROUND END -------- */
/*--------- SUCCES STORY BEGIN ------ */
.succes-story-images,
.succes-story-content {
  margin-top: 40px;
  display: block;
  width: 40%;
  box-sizing: border-box;
  float: left;
}
.succes-story-images {
  margin-left: 20px;
  width: 50%;
}
.succes-story-content {
  margin-left: 30px;
  min-height: 390px;
}
#succes-stories {
  margin-bottom: 30px;
}
#testimonials-list-block {
  display: block;
  position: relative;
  overflow: hidden;
}
#testimonials-list > div {
  display: inline-block !important;
  position: absolute!important;
  top: 0;
  left: 0;
  margin: 0px 50px;
}
#testimonials-list {
  position: relative;
  overflow: hidden;
  width: 10000px;
  left: 0px;
  top: 0px;
  margin: 0px;
  padding: 0px;
  height: 535px;
  display: block;
}
#testimonials-list li {
  width: 960px;
  height: 535px;
  display: inline-block;
}
.testimonial-page-text #testimonials-list-block {
  padding-top: 60px;
}
#succes-stories .testimonial-content {
  width: 950px;
  display: inline-block;
  padding-left: 50px;
}
#succes-stories h2 {
  text-align: center;
}
#succes-stories .image-border {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  padding: 4px;
  float: left;
  background-color: #ffffff;
  position: relative;
  margin-bottom: 20px;
  height: 334px;
}
#succes-stories .image-container {
  width: 100%;
  float: left;
}
#succes-stories .image-border .image-container {
  display: block;
  margin: 0 auto;
}
#succes-stories .separated-images {
  width: 50%;
}
#succes-stories .ribbon-stats {
  bottom: -50px;
  left: -63px;
  position: absolute;
}
#succes-stories .ribbon-stats p {
  font-family: 'ShadowsIntoLightRegular';
  font-size: 22px;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
  position: absolute;
}
#succes-stories .weight-lost {
  top: 50px;
  left: 35px;
}
#succes-stories .money-won {
  top: 80px;
  left: 40px;
}
#succes-stories .ribbon-image-blue {
  position: relative;
  width: 100%;
}
#succes-stories .ribbon-image-blue img {
  width: 170px;
}
#succes-stories .jcarousel-item .ribbon-image-blue img {
  width: 100px;
}
.testimonial-quote {
  font-size: 26px;
  line-height: 30px;
  font-family: 'MuseoSlab-700Italic';
  color: #000000;
  word-wrap: break-word;
  margin-bottom: 20px;
}
#succes-stories .testimonial-username {
  font-size: 21px;
  line-height: 26px;
  font-family: 'MuseoSans-300';
  font-weight: 100;
}
#succes-stories .testimonial-text {
  font-size: 15px;
  line-height: 22px;
  font-family: 'MuseoSans-100';
  font-weight: 100;
}
#succes-stories .testimonial-text a {
  font-family: 'MuseoSans-700';
  color: #3795ac;
  font-size: 15px;
}
#succes-stories .dietbet-testimonial.visual-bg .show-less {
  display: none;
  font-family: 'MuseoSans-700Italic';
  font-size: 16px;
  font-weight: 100;
  line-height: 22px;
}
#succes-stories .dietbet-testimonial.visual-bg .description.scrollable {
  display: none;
}
#succes-stories .jspDrag {
  background-color: #3795ac;
}
#succes-stories .bottom-block-buttons {
  padding-top: 0px;
}
.read-full-testimonial {
  color: #000000;
  font-size: 15px;
  font-family: 'MuseoSans-700';
}
/*--------- SUCCES STORY END -------- */
/*--------- NEXT-BACK BUTTONS BEGIN -------- */
.bottom-block-buttons {
  box-sizing: border-box;
  clear: both;
  display: block;
  padding-top: 50px;
  width: 100%;
  text-align: center;
}
.back-button,
.next-button {
  width: 140px;
  height: 40px;
  font-family: 'ShadowsIntoLightRegular';
}
.back-button {
  float: left;
}
.back-button img {
  float: left;
}
.next-button {
  float: right;
}
.back-button p {
  font-size: 24px;
  line-height: 38px;
}
.next-button p {
  float: left;
  font-size: 24px;
  line-height: 38px;
}
.bottom-block-buttons a.back-button,
.bottom-block-buttons a.next-button {
  color: #000000;
  text-decoration: none;
  width: 150px;
}
.pagination-arrows {
  background: url("/images/next-previous-arrows.png") repeat scroll -3px 0 rgba(0, 0, 0, 0);
  width: 80px;
  height: 40px;
  float: left;
}
.pagination-arrows.next-arrow {
  background-position: 87px 0;
}
.next-button:active p,
.back-button:active p {
  color: #3795ac;
}
.next-button:active .pagination-arrows,
.back-button:active .pagination-arrows {
  background: url("/images/next-previous-arrows.png") repeat scroll -3px 41px rgba(0, 0, 0, 0);
}
.next-button:active .pagination-arrows.next-arrow,
.back-button:active .pagination-arrows.next-arrow {
  background-position: 87px 41px;
}
#testimonials-list-block .pagination-arrows {
  background: url('/images/testimonials-chevrons.png') no-repeat top center;
  height: 45px;
  width: 38px;
  background-position: 0 0;
}
#testimonials-list-block .pagination-arrows.previous-arrow {
  background-position: 0 0;
}
#testimonials-list-block .pagination-arrows.next-arrow {
  background-position: -42px 0;
}
#home-page-content #testimonials-list-block .bottom-block-buttons a.next-button,
#testimonials-list-block .bottom-block-buttons a.back-button {
  width: 120px;
}
#testimonials-list-block .bottom-block-buttons a.next-button {
  width: 80px;
}
/*--------- NEXT-BACK BUTTONS END -------- */
.testimonial-disclaimer-text {
  color: #666666;
  margin: 50px 10px 10px;
  text-align: center;
  font-size: 17px;
}
/*--------- FEATURED GAMES BLOCK BEGIN -----------*/
.index-page-gray-block {
  padding: 35px 0;
  width: 960px;
  margin: 0 auto;
}
#featured-games-block h2,
#featured-games-block h4 {
  text-align: center;
}
#featured-games-block h2 {
  line-height: 80%;
  margin-top: 0px;
}
#featured-games-block h4 {
  font-size: 15px;
  font-family: 'MuseoSans-100';
  margin-bottom: 35px;
}
.games-list-block {
  overflow: hidden;
}
.featured-game-block {
  width: 95%;
  position: relative;
  background: #ffffff;
  padding: 0 20px 20px;
  box-sizing: border-box;
  float: left;
  margin-top: 10px;
  margin-bottom: 20px;
}
.featured-game-block.middle {
  margin-left: 3%;
  margin-right: 3%;
}
.featured-game-block.left {
  margin-left: 1.5%;
}
.featured-game-block.right {
  margin-right: 1.5%;
}
#featured-games-block .game-type {
  padding: 5px 10px 2px;
  color: #ffffff;
  margin-top: -10px;
  box-sizing: border-box;
  text-align: center;
  text-transform: uppercase;
}
#featured-games-block .orange-label {
  background-color: #f48946;
}
#featured-games-block .green-label {
  background-color: #49a078;
}
#featured-games-block .purple-label {
  background-color: #7c4f8e;
}
#featured-games-block .about-game {
  margin-top: 10px;
}
#featured-games-block .about-game img {
  width: 30%;
  float: left;
}
#featured-games-block .game-title {
  font-size: 19px;
  line-height: 20px;
  margin-bottom: 5px;
  margin-top: 0px;
  display: block;
  font-family: 'MuseoSans-100';
  word-wrap: break-word;
  text-transform: uppercase;
  float: none;
  clear: none;
}
#featured-games-block .game-title.green {
  color: #49a078;
}
#featured-games-block .game-title.orange {
  color: #f48946;
}
#featured-games-block .game-title.purple {
  color: #7c4f8e;
}
#featured-games-block .game-description {
  font-size: 16px;
  line-height: 22px;
  font-family: 'MuseoSans-300';
  color: #000000;
  text-align: center;
  margin: 10px 10px 0px 10px;
  height: 66px;
}
#featured-games-block .game-info {
  margin-left: 30%;
  padding-top: 5px;
}
#featured-games-block .game-info {
  padding-left: 15px;
}
#featured-games-block .game-stats {
  padding: 10px 0 20px;
}
#featured-games-block .game-stats .label {
  float: left;
  font-size: 29px;
  font-family: 'MuseoSans-100';
  color: #808080;
  text-transform: uppercase;
}
#featured-games-block .game-stats .value {
  float: right;
  font-size: 29px;
  font-family: 'MuseoSans-700';
}
#featured-games-block .game-stats .game-players .value {
  color: #333333;
}
#featured-games-block .game-stats .game-bet .value {
  color: #000000;
}
#featured-games-block .game-stats span {
  border-bottom: 1px dotted #cccccc;
  display: block;
  min-height: 30px;
  padding-top: 15px;
}
#featured-games-block .game-start {
  text-align: center;
  font-size: 24px;
  font-family: 'ShadowsIntoLightTwoRegular';
  margin-bottom: 5px;
  color: #333333;
}
#featured-games-block .featured-game-block .btn-play-game {
  width: 80%;
  left: 10%;
}
#featured-games-block .bottom-block-buttons {
  padding-top: 10px;
}
#featured-games-block .index-page-gray-block {
  padding-bottom: 25px;
}
#featured-games-block .bottom-block-buttons .btn-container {
  height: 45px;
  display: inline-block;
  margin-top: 15px;
}
#featured-games-block .btn-see-all {
  position: absolute;
  bottom: 10px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  height: 45px;
  line-height: 46px;
  font-size: 18px;
  width: 298px;
}
#featured-games-block .back-button,
#featured-games-block .next-button {
  height: 40px;
  font-family: 'ShadowsIntoLightRegular';
  padding: 10px;
  cursor: pointer;
}
#featured-games-block .back-button:hover,
#featured-games-block .next-button:hover {
  background: #cccccc;
}
#featured-games-block .back-button a,
#featured-games-block .next-button a {
  color: #000000;
  text-decoration: none;
}
#featured-games-block .back-button {
  float: left;
  width: 160px;
  padding-left: 0px;
}
#featured-games-block .next-button {
  float: right;
  margin-right: 17px;
  width: 125px;
  padding-right: 0px;
}
#featured-games-block .next-button .next-arrow {
  float: right;
}
/*--------- FEATURED GAMES BLOCK END -----------*/
/* -------- PAGE CONTENT BEGIN -------- */
body {
  background: none repeat scroll 0 0 #ffffff;
}
/* -------- PAGE CONTENT END -------- */
/* -------- HEADER BEGIN -------- */
#header-content {
  max-width: 1330px;
  padding: 0px;
  text-shadow: none;
}
#top-nav-content {
  width: 1040px;
}
.new-nav.homepage-logged-out #top-nav-content {
  padding: 0;
}
/* -------- HEADER END -------- */
h2 {
  color: #000000;
  font-family: 'MuseoSans-100';
  font-weight: normal;
  margin: 10px 0 15px;
  font-size: 40px;
  line-height: 24px;
}
h3 {
  color: #000000;
  font-family: 'MuseoSans-100';
  font-weight: normal;
  margin: 7px 0 10px;
  font-size: 19px;
  line-height: 24px;
}
h4 {
  color: #000000;
  font-family: 'MuseoSans-100';
  font-weight: normal;
  font-size: 18px;
  line-height: 18px;
  margin: 7px 0 10px;
}
h5 {
  color: #000000;
  font-family: 'MuseoSans-100';
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  margin: 7px 0 10px 0;
}
#footer {
  clear: both;
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
  padding: 0px;
}
#games-list {
  overflow: hidden;
}
/* -------- PAGE CONTENT BEGIN -------- */
.container {
  width: 964px;
}
.page-block {
  min-width: 1010px;
}
.page-block > .block-content {
  clear: both;
  margin: 0 auto;
  width: 964px;
  height: 100%;
}
@media only screen and (max-width: 960px) {
  #home-page-content.main-container {
    width: 1040px;
    max-width: none;
  }
}
.main-container {
  max-width: 100%;
  padding: 35px 0 0;
}
/* -------- PAGE CONTENT END -------- */
/* -------- BET ON YOURSEL BLOCK BEGIN -------- */
#join-diet-better {
  width: 100%;
  height: 280px;
  margin-top: 50px;
}
#join-diet-better .block-content {
  width: 100%;
}
#join-diet-better .winners {
  margin: 0px;
  width: 100%;
  overflow: hidden;
  height: 350px;
}
#join-diet-better .winners-images {
  position: absolute;
}
#join-diet-better .winners-images.left-side {
  left: -335px;
  top: 0;
}
#join-diet-better .winners-images.right-side {
  top: 0;
  right: -345px;
}
#join-diet-better .image-container {
  width: 150px;
  height: 200px;
  float: left;
  overflow: hidden;
  background: url("/images/home/home-page-winners.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#join-diet-better .left-side .image-container.first {
  background-position: 480px 0;
}
#join-diet-better .left-side .image-container.second {
  background-position: 320px 0;
}
#join-diet-better .right-side .image-container.second {
  background-position: 160px 0;
}
#join-diet-better .image-border {
  height: 208px;
  width: 158px;
  box-sizing: border-box;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  float: left;
  padding: 4px;
  margin-right: 10px;
}
#join-diet-better .image-container .profile-image {
  width: 100%;
}
#join-diet-better .first-img-border,
#join-diet-better .second-img-border {
  background-color: #ffffff;
}
#join-diet-better .first-img-border {
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
  z-index: 100;
}
#join-diet-better .right-side .first-img-border {
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}
#join-diet-better .second-img-border {
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
  margin-left: -10px;
}
#join-diet-better .ribbon-stats {
  right: -50px;
  position: absolute;
  top: 125px;
}
#join-diet-better .first .ribbon-stats {
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
#join-diet-better .right-side .first .ribbon-stats {
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
  left: -45px;
}
#join-diet-better .right-side .second .ribbon-stats {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  left: -65px;
  top: 160px;
}
#join-diet-better .ribbon-stats img {
  width: 110px;
}
#join-diet-better .second .ribbon-stats {
  -webkit-transform: rotate(26deg);
  -ms-transform: rotate(26deg);
  transform: rotate(26deg);
  right: -40px;
}
#join-diet-better .ribbon-stats span {
  position: absolute;
  left: 17px;
  font-size: 18px;
  font-weight: 100;
  font-family: 'ShadowsIntoLightRegular';
  color: #000000;
}
#join-diet-better .ribbon-stats span.ribbon-lost {
  left: 22px;
  top: 34px;
}
#join-diet-better .ribbon-stats span.ribbon-won {
  left: 31px;
  top: 62px;
}
#join-diet-better .second .ribbon-stats span.ribbon-won {
  left: 35px;
}
#join-diet-better .right-side .second span.ribbon-won {
  left: 34px;
}
#join-diet-better .first .ribbon-stats span {
  -webkit-transform: rotate(-9deg);
  -ms-transform: rotate(-9deg);
  transform: rotate(-9deg);
}
#join-diet-better .second .ribbon-stats span {
  -webkit-transform: rotate(-9deg);
  -ms-transform: rotate(-9deg);
  transform: rotate(-9deg);
  left: 26px;
}
#join-diet-better .dietbetter-stats-block {
  width: 560px;
  margin: 50px auto 20px;
  position: relative;
}
#header-content .dietbetter-stats-block h1 {
  color: #000000;
  font-family: 'MuseoSlab-900';
  font-size: 40px;
  text-align: center;
}
#header-content .dietbetter-stats-block p {
  margin: 50px 0px 0px 0px;
  color: #000000;
  font-size: 26px;
  font-weight: 100;
  text-align: center;
  font-family: 'MuseoSans-100';
}
#header-content .dietbetter-stats-block p b {
  font-family: 'MuseoSans-500';
}
#join-diet-better .round-ribbon {
  background: url('/images/ribbon-stats-blue-right.png') no-repeat top center;
  width: 125px;
  height: 155px;
}
#join-diet-better .dietbet-lbs-lost,
#join-diet-better .dietbet-money-won {
  color: #f48946;
  font-size: 16px;
}
#header-content .game-block h1 {
  text-align: center;
  color: #000000;
  font-family: 'MuseoSans-100';
  font-size: 27px;
  line-height: 100%;
  margin: 50px 0 0;
  padding: 35px 0;
  background: url('/images/separators/separator-w321.png') no-repeat top center;
}
#join-diet-better .game-module-block {
  float: left;
  width: 33%;
  text-align: center;
}
#join-diet-better .game-module-block h4 {
  font-family: 'MuseoSlab-900';
  margin: 0px;
  font-size: 24px;
  text-transform: uppercase;
}
#join-diet-better .game-module-block p {
  margin: 10px 0px;
  color: #999999;
  font-size: 14px;
}
#join-diet-better .game-block {
  width: 100%;
  clear: both;
  float: left;
  margin-top: -145px;
}
#join-diet-better .game-module-block .btn-wrp {
  width: 200px;
  height: 45px;
  line-height: 46px;
  font-size: 22px;
}
#join-diet-better .game-ctas {
  width: 1040px;
  margin: 0 auto;
}
#celebrity-focused-ctas .orange h4 {
  color: #f48946;
}
#celebrity-focused-ctas .purple h4 {
  color: #7c4f8e;
}
#celebrity-focused-ctas .green h4 {
  color: #49a078;
}
#join-diet-better .game-module-block p {
  font-family: 'MuseoSans-100';
  font-size: 18px;
  color: #333333;
}
#join-diet-better .game-block-footer {
  clear: both;
  text-align: center;
}
#join-diet-better .game-block-footer .btn-see-how-it-works {
  margin: 35px 0;
  height: 45px;
  line-height: 46px;
  font-size: 18px;
  width: 298px;
  background: #ffffff;
  border: 1px solid #3795ac;
}
#join-diet-better .game-block-footer .btn-see-how-it-works:hover {
  background: #3795ac;
}
#join-diet-better .game-block-footer img {
  display: block;
  float: left;
  margin: 0px auto;
}
#join-diet-better .game-block-footer .money-back-container {
  display: block;
  margin: 0 auto;
  width: 395px;
}
#join-diet-better .game-block-footer .disclaimer-text {
  font-size: 12px;
  color: #999999;
  display: inline-block;
  width: 215px;
  text-align: left;
  padding: 30px 0 0 15px;
  line-height: 12px;
}
/* -------- BET ON YOURSEL BLOCK END -------- */
/*--------- SUCCES STORIES BLOCK BEGIN -----------*/
#succes-stories {
  margin-bottom: 0px;
}
#succes-stories h2 {
  line-height: 90%;
  margin: 0px 0px 5px 0px;
}
#succes-stories .succes-story-images,
#succes-stories .succes-story-content {
  margin-top: 35px;
}
#succes-stories #testimonials-list {
  height: 488px;
}
#succes-stories .next-button .next-arrow {
  float: right;
  margin-right: 15px;
}
#succes-stories .next-button p {
  margin-left: 10px;
}
#succes-stories .succes-story-content .scroll-tag {
  height: 310px;
}
#testimonials-list-block .btn-see-all.btn-wrp.btn-teal {
  height: 45px;
  line-height: 46px;
  font-size: 18px;
  width: 298px;
  background: #ffffff;
  border: 1px solid #3795ac;
  display: block;
  margin: 0px auto;
}
#testimonials-list-block .btn-see-all.btn-wrp.btn-teal:hover {
  color: #ffffff;
  background: #3795ac;
}
#transformer-focused-block .testimonial-disclaimer-text {
  font-size: 14px;
  font-family: 'MuseoSans-100';
  margin-top: 10px;
  width: 50%;
}
/*--------- SUCCES STORIES BLOCK END -----------*/
/*--------- WAYBETTER WAY BLOCK BEGIN ------------*/
#waybetter-way {
  text-align: center;
  background-color: #eeeeee;
}
#waybetter-way h2 {
  font-family: 'WisdomScriptRegular';
  font-size: 45px;
  line-height: 39px;
  margin-top: 0px;
}
#waybetter-way h2 span {
  font-family: 'MuseoSans-100';
  font-size: 8px;
  line-height: 1;
  vertical-align: top;
}
div.about-waybetter {
  font-family: 'MuseoSans-100';
  font-size: 21px;
  margin-top: -19px;
  float: left;
  width: 100%;
  height: 47px;
}
#waybetter-way .arrows-container {
  padding-top: 45px;
  display: inline-block;
}
#waybetter-way .arrow-right {
  width: 205px;
  height: 55px;
  float: left;
  margin-left: -40px;
  position: relative;
}
#waybetter-way .waybetter-arrows {
  text-align: center;
}
#waybetter-way .arrows-container .arrow-right {
  background: url("/images/home/arrow-block.png") no-repeat scroll 0 0 transparent;
}
#waybetter-way .arrows-container .arrow-right.commint {
  background-position: -35px -37px;
  margin-left: 0px;
  z-index: 3;
}
#waybetter-way .arrows-container .arrow-right.set-goal {
  background-position: -740px -37px;
  width: 230px;
  z-index: 2;
}
#waybetter-way .arrow-right.collaborate {
  background-position: -265px -37px;
  z-index: 1;
}
#waybetter-way .arrow-right.celebrate {
  background-position: -980px 1px;
  width: 385px;
  height: 210px;
  margin: -42px 0 0 -42px;
}
#waybetter-way .arrow-right .label {
  font-family: 'MuseoSans-300';
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 60px;
}
#waybetter-way .celebrate .label {
  padding: 40px 140px 0 0;
}
#waybetter-way .arrow-right .description {
  font-family: 'MuseoSans-100';
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
}
#waybetter-way .arrow-right.celebrate .description,
#waybetter-way .arrow-right.set-goal .description {
  width: 50%;
  padding: 10px 27px;
}
#waybetter-way .arrow-right.set-goal .description {
  padding: 10px 55px;
}
#waybetter-way .btn-learn-more {
  height: 45px;
  line-height: 46px;
  font-size: 18px;
  margin-top: 35px;
  width: 298px;
}
/*---------- WAYBETTER WAY BLOCK END -------------*/
/*----------- NOT READY BLOCK BEGIN --------------*/
#not-ready-block {
  text-align: center;
}
#not-ready-block h2 {
  line-height: 80%;
  margin-top: 0px;
}
#not-ready-block h4 {
  font-family: 'MuseoSans-100';
  font-size: 21px;
  line-height: 24px;
  margin-top: 35px;
}
#not-ready-block .btn-join-now {
  margin-top: 20px;
}
#not-ready-block .block-button {
  position: relative;
  display: inline-block;
}
#not-ready-block .free-to-join {
  position: absolute;
  right: -100px;
  top: 10px;
}
#not-ready-block .left-arrow {
  position: absolute;
  right: -27px;
  top: 70px;
}
#not-ready-block .index-page-gray-block {
  padding-bottom: 58px;
}
/*------------ NOT READY BLOCK END ---------------*/
/*--------- FEATURED GAMES BLOCK BEGIN -----------*/
#featured-games-block {
  background-color: #eeeeee;
}
/*--------- FEATURED GAMES BLOCK END -----------*/
/*------------ HORTON HOME PAGE BEGIN ------------*/
#celebrity-focused-homepage header.clearfix {
  height: 525px;
  margin-top: -50px;
  padding-top: 50px;
  position: relative;
}
#celebrity-focused-homepage #join-diet-better .block-content {
  width: 960px;
}
#celebrity-focused-homepage .celebrity-diet-bet .tony-horton .celebrity-img {
  background: url("/images/home/tony.png") no-repeat scroll center center / cover;
  width: 550px;
  height: 405px;
  position: absolute;
  bottom: 0;
}
#celebrity-focused-homepage .celebrity-diet-bet .laila-ali .celebrity-img {
  background: url("/images/home/laila-ali-homepage.png") no-repeat scroll center center / cover;
  width: 330px;
  height: 458px;
  position: absolute;
  bottom: 0;
  background-size: contain;
}
#join-diet-better.celebrity-diet-bet #celebrity-home-page img {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#join-diet-better.celebrity-diet-bet .header-text {
  text-align: center;
  width: 50%;
  float: right;
}
#join-diet-better.celebrity-diet-bet .laila-ali .header-text {
  width: 65%;
}
#join-diet-better.celebrity-diet-bet .header-text h1 {
  font-family: 'MuseoSlab-900';
  font-size: 41px;
  color: #000000;
  line-height: 41px;
  margin-top: 20px;
}
#join-diet-better.celebrity-diet-bet .header-text h2 {
  font-family: 'MuseoSans-300';
  font-size: 29px;
  color: #000000;
  padding: 30px 0 50px;
  line-height: 34px;
}
#join-diet-better.celebrity-diet-bet .laila-ali .header-text h2 {
  width: 505px;
  margin: 0 auto;
}
#join-diet-better.celebrity-diet-bet .header-text .game-start-date {
  font-family: 'ShadowsIntoLightRegular';
  font-size: 30px;
  color: #000000;
  margin: 20px 0;
}
#join-diet-better.celebrity-diet-bet .header-text a {
  font-family: 'MuseoSans-300';
  font-size: 30px;
  line-height: 60px;
  height: 55px;
}
nav#top-nav.celebrity-homepage.homepage-logged-out,
.homepage-logged-out.celebrity-homepage #top-nav {
  height: 0;
}
.celebrity-homepage #top-nav #header-logo {
  margin-top: -12px;
}
.celebrity-homepage.homepage-logged-out #header-login-links li {
  float: left;
}
.celebrity-homepage.homepage-logged-out #header-login-links .btn-outlined {
  background: transparent;
  color: #3795ac;
  height: 30px;
  line-height: 28px;
  margin: 9px 20px 0 0;
  padding: 0 10px;
  font-family: 'MuseoSans-100';
}
.celebrity-homepage.homepage-logged-out #header-login-links .btn-outlined:hover {
  color: #ffffff;
  background-color: #3795ac;
}
/*------------ HORTON HOME PAGE END ------------*/
/*--------- HOW IT WORKS BLOCK BEGIN -----------*/
#horton-hp-how-it-works {
  width: 720px;
  margin: 70px auto 0px;
}
#horton-hp-how-it-works.horton-homepage-module {
  margin: 35px auto 0px;
}
#horton-hp-how-it-works h3 {
  margin: 0px auto 30px;
  text-align: center;
  font-size: 30px;
}
#horton-hp-how-it-works.tranformer-homepage-module {
  height: 265px;
}
#horton-hp-how-it-works .how-it-works-item {
  float: left;
  width: 33%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 25px;
}
#horton-hp-how-it-works .how-it-works-item.middle {
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}
#horton-hp-how-it-works.tranformer-homepage-module .how-it-works-item {
  max-height: 150px;
}
#horton-hp-how-it-works .how-it-works-item.border-none {
  border-right: none;
}
#horton-hp-how-it-works .how-it-works-item h5 {
  font-size: 18px;
  font-family: 'MuseoSans-100';
  margin-bottom: 15px;
}
#horton-hp-how-it-works .how-it-works-item h4 {
  font-family: 'MuseoSans-700';
  font-size: 28px;
  margin-top: 20px;
}
#horton-hp-how-it-works .how-it-works-item h4 span {
  font-family: 'MuseoSans-100';
  font-size: 15px;
  display: block;
  margin-top: 5px;
}
#horton-hp-how-it-works .how-it-works-item img {
  max-height: 90px;
  width: auto;
}
#horton-hp-how-it-works .how-it-works-item .disclaimer-text {
  color: black;
  font-size: 13px;
  line-height: 18px;
  font-family: 'MuseoSans-100';
  display: block;
  margin: 20px 0px 20px;
}
/*--------- HOW IT WORKS BLOCK END -----------*/
/*--------- NO LOSE GUARANTEE BLOCK BEGIN -----------*/
#no-lose-guarantee {
  width: 960px;
  margin: 35px auto 0px;
  padding: 0 10px;
  box-sizing: border-box;
}
#no-lose-guarantee h3 {
  margin: 0px auto 30px;
  text-align: center;
  font-size: 30px;
}
#no-lose-guarantee p {
  font-size: 15px;
  color: #000000;
  font-family: 'MuseoSans-100';
}
/*--------- NO LOSE GUARANTEE BLOCK END -----------*/
/*--------- TRANSFORMER FOCUSED HOME PAGE BEGIN -----------*/
#transformer-focused-block {
  max-width: 960px;
  margin: 0 auto;
}
#transformer-focused-block .header-text {
  width: 50%;
  text-align: center;
  float: right;
}
#transformer-focused-block #succes-story {
  width: 50%;
  float: left;
}
#transformer-focused-block .image-border {
  width: 400px;
  height: 280px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  padding: 5px;
  position: relative;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
#transformer-focused-block .image-container {
  background: none;
  height: 100%;
  width: auto;
}
#transformer-focused-block h1 {
  font-family: 'MuseoSlab-900';
  font-size: 40px;
  color: #000000;
  padding-top: 50px;
}
#transformer-focused-block h2 {
  font-family: 'MuseoSans-100';
  font-size: 24px;
  padding: 20px 0 30px;
}
#transformer-focused-block .ribbon-stats {
  position: absolute;
  right: -60px;
  top: 140px;
}
#transformer-focused-block .ribbon-stats img {
  width: 140px;
}
#transformer-focused-block .ribbon-image-blue {
  position: relative;
  -webkit-transform: rotate(7deg);
  -ms-transform: rotate(7deg);
  transform: rotate(7deg);
  background: url("/images/home/ribbon-stats-purple.png") no-repeat scroll center center;
  width: 140px;
  height: 180px;
  background-size: contain;
}
#transformer-focused-block .btn-wrp.btn-purple {
  padding: 0 50px;
  font-family: 'MuseoSans-100';
}
#transformer-focused-block .ribbon-image-blue p {
  position: absolute;
  color: #000000;
  font-family: 'ShadowsIntoLightRegular';
  -webkit-transform: rotate(-9deg);
  -ms-transform: rotate(-9deg);
  transform: rotate(-9deg);
  font-size: 22px;
}
#transformer-focused-block .ribbon-image-blue p.money-won {
  left: 35px;
  top: 68px;
}
#transformer-focused-block .ribbon-image-blue p.weight-lost {
  left: 22px;
  top: 37px;
}
#transformer-focused-block .game-start-date {
  color: #000000;
  font-family: 'ShadowsIntoLightRegular';
  font-size: 22px;
  margin-top: 15px;
}
#celebrity-focused-ctas {
  max-width: 960px;
  margin: 50px auto 0px;
  padding-top: 40px;
  background: url('/images/separators/separator-w321.png') no-repeat top center;
}
#celebrity-focused-ctas.laila-ali {
  margin: 0 auto;
  background: none;
}
#celebrity-focused-ctas .celebrity-focused-ctas-item {
  float: left;
  width: 50%;
  height: 80px;
  padding: 15px 15px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#celebrity-focused-ctas .celebrity-focused-ctas-item {
  padding-left: 0px;
  border-right: 1px solid #cccccc;
}
#celebrity-focused-ctas .celebrity-focused-ctas-item.green {
  padding-right: 0px;
  border-right: none;
  padding-left: 15px;
}
#celebrity-focused-ctas .celebrity-focused-ctas-item .cta-info {
  float: left;
}
#celebrity-focused-ctas .celebrity-focused-ctas-item h4 {
  font-family: 'MuseoSlab-900';
  margin: 0px;
  font-size: 24px;
  text-transform: uppercase;
}
#celebrity-focused-ctas .celebrity-focused-ctas-item p {
  margin: 10px 0px;
  color: #999999;
  font-size: 15px;
  text-align: left;
}
#celebrity-focused-ctas .celebrity-focused-ctas-item a.btn-wrp {
  float: right;
  width: 180px;
}
#home-page-content #succes-stories .jcarousel-item .ribbon-image-blue img {
  width: 170px;
}
/*--------- TRANSFORMER FOCUSED HOME PAGE END -----------*/
