/*
Theme Name: Gym Boss	
Author: Elegant Seagulls
Author URI: http://elegantseagulls.com
*/
/*Vendors*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Helpers */
/* 

-------------------------------------------------------------

VARIABLES

*/
/* Base */
/* 

-------------------------------------------------------------

TYPOGRAPHY

*/
body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #767676;
  line-height: 26px; }

h1, h2, h3, h4 {
  font-family: "Anton", sans-serif;
  text-transform: uppercase;
  line-height: auto;
  letter-spacing: .03em;
  font-weight: normal; }

/* 

-------------------------------------------------------------

GLOBAL

*/
body {
  padding: 0px;
  margin: 0px; }

a {
  color: #76bb2c;
  text-decoration: underline; }

a:hover {
  color: #3a96c9; }

.viewport {
  overflow: hidden;
  width: 100%; }

.container {
  margin: auto;
  width: 1100px;
  position: relative; }
  @media (max-width: 1150px) {
    .container {
      width: 900px; } }
  @media (max-width: 960px) {
    .container {
      width: 700px; } }
  @media (max-width: 767px) {
    .container {
      width: 90%;
      padding: 0px 5%; } }

.container-medium {
  width: 768px;
  margin: auto;
  position: relative; }
  @media (max-width: 960px) {
    .container-medium {
      width: 90%;
      padding: 0% 5%; } }

/* Responsive Hide and Show */
.mobile-center {
  text-align: inherit; }
  @media (max-width: 767px) {
    .mobile-center {
      text-align: center; } }

@media (max-width: 960px) {
  .hide-tablet {
    display: none; } }

@media (max-width: 767px) {
  .hide-phone {
    display: none; } }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.spec-active {
  opacity: .2; }

/* Column and Alignment Structure */
.col-55, .col-45, .col-50, .col-25, .col-75 {
  position: relative;
  float: left; }

.col-55 {
  width: 55%; }

.col-50 {
  width: 50%; }

.col-45 {
  width: 45%; }

.col-25 {
  width: 25%; }

.col-75 {
  width: 75%; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

/* General */
.borderbox, .col-55, .col-45, .col-50, .col-25, .col-75, .nav-main ul, .category-sort, .category-sort ul, .callout-homepage-product .col-50, .callout-homepage-features .col-50, .gymboss-prefoot .col-50, .callout-homepage-image-grid .small, .callout-workout-image-grid .small, .callout-homepage-image-grid .medium, .callout-workout-image-grid .medium, .callout-homepage-image-grid .large, .callout-workout-image-grid .large, .slideout-title, .cart-items, .cart-total, .select-area, .tabcontents, .slideout-cart ul li, .slideout-cart ul li figure, .product-accesories .col-50, .cart table, .cart tr, .cart td, .cart th {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

.background-image {
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.clear {
  clear: both; }

.shipping-flyout {
  cursor: pointer;
  display: inline; }

.line {
  height: 1px; }

.blue {
  background: #4eaadd; }

/* animate classes */
.floating {
  -webkit-animation-name: Floatingx;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: Floating;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out; }

@-webkit-keyframes Floatingx {
  from {
    -webkit-transform: translate(0, 0px); }

  65% {
    -webkit-transform: translate(0, 15px); }

  to {
    -webkit-transform: translate(0, 0px); } }
@-moz-keyframes Floating {
  from {
    -moz-transform: translate(0, 0px); }

  65% {
    -moz-transform: translate(0, 15px); }

  to {
    -moz-transform: translate(0, 0px); } }
.trans-all, .btn, .nav-main, .nav-main a, .category-sort a, .footer .btn-scroll, .slider-homepage .btn-scroll, .callout-daily-workout a, .callout-daily-workout a h3, #minimax-btn, #classic-btn, .specifications-colors .prev, .specifications-colors .next {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

.trans-bg {
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -ms-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s; }

.trans-opacity {
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.trans-transform {
  -webkit-transition: transform 0.2s;
  -moz-transition: transform 0.2s;
  -ms-transition: transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s; }

/* 

-------------------------------------------------------------

BUTTONS

*/
button {
  background: transparent;
  box-shadow: none;
  text-shadow: none;
  outline: 0; }

.btn {
  font-size: 18px;
  font-weight: normal;
  font-family: "Anton", sans-serif;
  text-transform: uppercase;
  letter-spacing: .04em;
  text-decoration: none;
  color: #fff;
  padding: 10px 15px 10px;
  -webkit-border-radius: 30px 30px 30px 30px;
  -moz-border-radius: 30px 30px 30px 30px;
  -ms-border-radius: 30px 30px 30px 30px;
  border-radius: 30px 30px 30px 30px; }
  .btn i {
    vertical-align: middle;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    height: 18px;
    width: 25px;
    margin-top: 2px;
    text-align: center;
    font-size: 10px;
    padding-top: 10px;
    padding-left: 3px; }
  .btn span {
    display: inline-block;
    vertical-align: middle;
    margin: 2px 15px 0px 5px; }

.green {
  background: #76bb2c;
  padding-bottom: 13px; }

.green:hover {
  background: #3a96c9;
  color: #fff; }

.green:hover .brdr-light-green {
  border: solid 2px #fff;
  color: #fff; }

.btn.yellow {
  background: #ff5;
  color: #222; }

.btn.yellow:hover {
  background: #ffa; }

.brdr-light-green {
  border: solid 2px #9fd06c;
  color: #9fd06c; }

.brdr-light-blue {
  border: solid 2px #4eaadd;
  color: #4eaadd; }
  .brdr-light-blue span {
    color: #fff; }

.brdr-light-blue:hover {
  background: #4eaadd; }

.brdr-light-blue:hover i {
  border: solid 2px #fff;
  color: #fff; }

.brdr-light-red {
  border: solid 2px #e97353;
  color: #e97353; }
  .brdr-light-red span {
    color: #fff; }

.brdr-light-red:hover {
  background: #e97353; }

.brdr-light-red:hover i {
  border: solid 2px #fff;
  color: #fff; }

.brdr-light-gray {
  border: solid 2px #d7d7d7;
  color: #d7d7d7; }

.brdr-light-gray:hover {
  background: #3a96c9;
  color: #fff;
  border: solid 2px #3a96c9; }

.brdr-light-gray:hover i.brdr-light-gray {
  border: solid 2px #4eaadd;
  background: #3a96c9;
  color: #fff; }

/* Layout */
/* 

-------------------------------------------------------------

NAVIGATION

*/
.nav-main {
  background-color: #2c2c2c;
  background-color: rgba(44, 44, 44, 0);
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  width: 95%;
  padding: 20px 2.5%;
  height: 50px; }
  @media (max-width: 960px) {
    .nav-main {
      position: absolute;
      background-color: #2c2c2c;
      background-color: #2c2c2c; } }
  .nav-main a {
    color: #fff;
    text-decoration: none;
    font-size: 14px; }
  .nav-main h1 {
    margin: 0px;
    padding: 0px; }
  .nav-main ul {
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 0px; }
    @media (max-width: 960px) {
      .nav-main ul {
        display: none; } }
    .nav-main ul li {
      display: inline-block;
      border: solid 2px transparent;
      -webkit-border-radius: 30px 30px 30px 30px;
      -moz-border-radius: 30px 30px 30px 30px;
      -ms-border-radius: 30px 30px 30px 30px;
      border-radius: 30px 30px 30px 30px; }
	.nav-main ul li.mobile-only {
      display:none; }
      @media (max-width: 1150px) {
        .nav-main ul a {
          padding: 10px 15px; } }
    .nav-main ul li:hover {
      border: solid 2px #3a96c9; }
    .nav-main ul a {
	  display: block;
	  padding: 10px 20px 10px 20px;
      text-transform: uppercase;
      font-size: normal; }
    .nav-main ul li:hover a {
      color: #3a96c9; }
  .nav-main .menu {
    cursor: pointer;
    display: none;
    position: absolute;
    left: 20px;
    top: 34px;
    cursor: pointer;
    width: 30px;
    height: 30px; }
    @media (max-width: 960px) {
      .nav-main .menu {
        display: block; } }
  .nav-main .menu-global {
    backface-visibility: hidden;
    position: absolute;
    left: 0;
    border-top: 2px solid white;
    width: 100%;
    transition: 0.55s; }
  .nav-main .menu-top {
    top: 0; }
  .nav-main .menu-middle {
    top: 10px; }
  .nav-main .menu-bottom {
    top: 20px; }
  .nav-main .menu-top-click {
    backface-visibility: hidden;
    top: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: 0.55s 0.5s; }
  .nav-main .menu-middle-click {
    opacity: 0; }
  .nav-main .menu-bottom-click {
    backface-visibility: hidden;
    top: 10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: 0.55s 0.5s;
    transition: 0.55s 0.5s; }

.nav-internal {
  background-color: #2c2c2c;
  background-color: #2c2c2c; }

.nav-cart {
  position: absolute;
  right: 20px;
  top: 30px;
  font-family: "Anton", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: .1em; }
  .nav-cart .btn {
    border: solid 2px #45413d;
    margin-right: 20px;
    font-size: 16px; }
    @media (max-width: 1150px) {
      .nav-cart .btn {
        display: none; } }
  .nav-cart .btn span {
    padding-right: 13px;
    height: 16px;
    line-height: 16px;
    display: inline-block;
    vertical-align: middle;
    border-right: solid 2px #45413d; }
  .nav-cart .btn i {
    height: 12px;
    vertical-align: middle;
    line-height: 14px;
    width: 2px;
    padding: 0px;
    margin: 0px 0px 0px -8px; }
  .nav-cart .btn:hover span {
    border-right: solid 2px #fff; }
  .nav-cart .btn:hover {
    background: #3a96c9;
    border: solid 2px #3a96c9; }
  .nav-cart .btn-cart span {
    font-size: 16px;
    line-height: 30px;
    margin-left: 5px;
    display: inline-block;
    text-align: center;
    background: #3a96c9;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    width: 30px;
    height: 30px; }
  .nav-cart .btn-cart:hover span {
    opacity: .8; }

.logo {
  width: 196px;
  position: absolute;
  left: 20px;
  top: 30px; }
  @media (max-width: 960px) {
    .logo {
      left: 60px; } }
  @media (max-width: 767px) {
    .logo {
      left: 65px;
      top: 35px;
      width: 150px; } }

.bg-color {
  background-color: #2c2c2c;
  background-color: #2c2c2c; }

/* Other Sitewide Navigation and Search*/
.nav-blog {
  margin-bottom: 80px; }

.category-sort {
  position: relative;
  height: 100px;
  padding: 20px;
  background: #3a96c9; }
  .category-sort a {
    color: #fff;
    text-decoration: none;
    font-size: 12px; }
  .category-sort form {
    text-align: center;
    margin: 0px;
    padding: 0px;
    position: absolute;
    left: 100px;
    top: 0px;
    font-size: 18px; }
  .category-sort input {
    border: none;
    background: #3a96c9;
    outline: 0;
    color: #fff;
    height: 100px;
    margin: 0px;
    padding: 0px 0px 0px 30px; }
  .category-sort ul {
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 0px; }
    @media (max-width: 1150px) {
      .category-sort ul {
        display: none;
        background: #3a96c9;
        width: 100%;
        top: 100px;
        position: absolute;
        left: 0px;
        z-index: 100;
        border-top: solid 1px #4eaadd; } }
    .category-sort ul li {
      display: inline-block;
      border: solid 2px transparent;
      -webkit-border-radius: 30px 30px 30px 30px;
      -moz-border-radius: 30px 30px 30px 30px;
      -ms-border-radius: 30px 30px 30px 30px;
      border-radius: 30px 30px 30px 30px; }
      @media (max-width: 1150px) {
        .category-sort ul li {
          display: block;
          width: 80%;
          margin: 20px auto;
          border: solid 2px #75b6d9; } }
    .category-sort ul li:hover {
      border: solid 2px #4eaadd; }
    .category-sort ul li.active {
      border: solid 2px #4eaadd; }
    .category-sort ul a {
	  display: block;
	  padding: 10px 10px 10px 10px;
      text-transform: uppercase;
      font-size: normal; }
    .category-sort ul li:hover a {
      color: #d7d7d7; }
  .category-sort .search-toggle {
    font-size: 30px;
    position: absolute;
    top: 35px;
    left: 28px;
    color: #fff; }
  .category-sort .search-toggle i:hover {
    color: #d7d7d7; }
  .category-sort .select-dropdown {
    display: none; }
    @media (max-width: 1150px) {
      .category-sort .select-dropdown {
        display: block;
        cursor: pointer;
        text-transform: uppercase;
        position: absolute;
        right: 30px;
        top: 35px;
        font-size: 18px;
        color: #fff; } }
  .category-sort .select-dropdown:hover {
    color: #d7d7d7; }

/* 

-------------------------------------------------------------

FOOTER

*/
.footer {
  background: #2c2c2c;
  padding: 70px 0px 40px 0px; }
  .footer h4 {
    color: #fff;
    font-size: 25px;
    color: #e7e2dd; }
  .footer ul {
    text-decoration: none;
    margin: 0px;
    padding: 0px; }
  .footer ul li {
    display: block;
    margin-bottom: 10px; }
  .footer ul li a {
    text-decoration: none;
    color: #909090;
    font-size: 14px;
    font-weight: 600; }
    @media (max-width: 960px) {
      .footer ul li a {
        font-size: 12px; } }
    @media (max-width: 767px) {
      .footer ul li a {
        font-size: 14px; } }
  .footer nav {
    margin-top: 80px;
    padding-top: 30px;
    position: relative;
    border-top: solid 1px #767676; }
    .footer nav .footer-logo {
      width: 200px;
      position: absolute;
      left: 2.5%;
      top: 55px; }
      @media (max-width: 960px) {
        .footer nav .footer-logo {
          position: relative;
          left: auto;
          top: auto;
          display: block;
          margin: 30px auto 40px auto; } }
    .footer nav p {
      position: absolute;
      right: 2.5%;
      top: 30px;
      margin: 0px;
      padding: 0px; }
      @media (max-width: 960px) {
        .footer nav p {
          position: relative;
          right: auto;
          top: auto;
          text-align: center;
          margin: 30px 0px; } }
      @media (max-width: 767px) {
        .footer nav p {
          width: 260px;
          margin: 30px auto 0px auto; } }
    .footer nav a {
      text-decoration: none;
      color: #fff; }
  .footer .btn-scroll {
    margin: 10px auto 0px auto;
    display: block;
    text-align: center;
    width: 55px;
    height: 37px;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    border: solid 2px #45413d;
    padding-top: 18px;
    font-size: 14px; }
  .footer .btn-scroll:hover {
    background: #76bb2c;
    border: solid 2px #76bb2c; }
  @media (max-width: 767px) {
    .footer .col-25 {
      float: none;
      width: 90%;
      padding: 0px 5%; }
	.footer .btn-scroll {
	  margin-top: 50px;
  } }
  .footer .twitter-holder {
    color: darkgray; }
    .footer .twitter-holder strong {
      font-weight: 700;
      color: #fff;
      font-size: 16px; }
    .footer .twitter-holder a {
      color: #3a96c9;
      text-decoration: none; }
    .footer .twitter-holder a:hover {
      color: #76bb2c; }

/* 

-------------------------------------------------------------

SLIDERS

*/
.slider-homepage {
  position: relative;
  z-index: 98;
  height: 660px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  line-height: 28px; }
  .slider-homepage a {
    text-decoration: none; }
  .slider-homepage h2 {
    font-size: 90px;
    margin: 0px 0px 40px 0px;
    padding-top: 0px;
    line-height: 100px; }
    .slider-homepage h2 span {
      color: #3a96c9; }
    @media (max-width: 767px) {
      .slider-homepage h2 {
        font-size: 60px;
        line-height: 60px; } }
  .slider-homepage .slide {
    color: #fff;
    height: 610px;
    padding-top: 200px;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .slider-homepage .slide {
        padding-top: 140px; } }
  .slider-homepage .rsABlock p {
    width: 440px;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .slider-homepage .rsABlock p {
        width: 85%; } }
  .slider-homepage .rsBullets {
    z-index: 98;
    position: absolute;
    top: 35%;
    right: 2.5%; }
    @media (max-width: 960px) {
      .slider-homepage .rsBullets {
        top: 55%;
        right: 3.5%; } }
    @media (max-width: 767px) {
      .slider-homepage .rsBullets {
        display: none; } }
  .slider-homepage .rsBullet {
    width: 16px;
    height: 16px;
    display: block;
    *display: inline;
    *zoom: 1;
    padding: 6px 5px 6px 4px; }
    @media (max-width: 767px) {
      .slider-homepage .rsBullet {
        display: inline-block; } }
    .slider-homepage .rsBullet span {
      display: block;
      width: 8px;
      height: 8px;
      -webkit-border-radius: 50% 50% 50% 50%;
      -moz-border-radius: 50% 50% 50% 50%;
      -ms-border-radius: 50% 50% 50% 50%;
      border-radius: 50% 50% 50% 50%;
      background: #767676;
      text-align: center;
      margin: 0 auto; }
  .slider-homepage .rsBullet.rsNavSelected span {
    background: none;
    border: solid 3px #fff; }
  .slider-homepage .btn-scroll {
    display: block;
    margin: 80px auto 0 auto;
    color: #fff;
    width: 56px;
    height: 36px;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    border: solid 6px #767676;
    padding-top: 20px;
    font-size: 14px; }
    @media (max-width: 767px) {
      .slider-homepage .btn-scroll {
        margin: 60px auto 0px auto; } }
  .slider-homepage .btn-scroll:hover {
    background: #3a96c9;
    font-size: 18px;
    border: solid 6px #3a96c9;
    text-decoration: none; }
  @media (max-width: 767px) {
	  .slider-homepage .background-image {
		  background-position: bottom right;
	  }
  }

/* 

-------------------------------------------------------------

CALLOUTS

*/
.callout-homepage-slider {
  position: relative;
  padding: 70px 0px 15px 0px;
  background: #3a96c9;
  color: #fff; }
  @media (max-width: 767px) {
    .callout-homepage-slider {
      padding: 40px 0px 15px 0px; } }
  @media (max-width: 767px) {
    .callout-homepage-slider .col-55 {
      float: none;
      width: 90%;
      padding: 0px 5%; } }
  .callout-homepage-slider h3 {
    margin-top: 0px;
    margin-bottom: 70px;
    font-size: 40px;
    line-height: 50px;
    color: #fff; }
    @media (max-width: 960px) {
      .callout-homepage-slider h3 {
        margin-bottom: 20px;
        font-size: 30px;
        line-height: 36px; } }
  .callout-homepage-slider p {
    padding-top: 20px;
    font-size: 20px; }
  .callout-homepage-slider .btn {
    display: inline-block;
    margin-left: 30px; }
    @media (max-width: 767px) {
      .callout-homepage-slider .btn {
        display: block;
        width: 210px;
        margin: 20px auto;
        right: auto;
        top: auto; } }
  @media (max-width: 767px) {
    .callout-homepage-slider .col-45 {
      float: none;
      width: 90%;
      padding: 0px 5%;
      text-align: center; } }
  .callout-homepage-slider .col-45 img {
    position: absolute;
    top: -300px;
    right: -380px;
    z-index: 99; }
    @media (max-width: 960px) {
      .callout-homepage-slider .col-45 img {
        top: -300px;
        right: -240px;
        width: 600px; } }
    @media (max-width: 767px) {
      .callout-homepage-slider .col-45 img {
        position: relative;
        width: 300px;
        margin: 0 auto;
        right: auto;
        top: auto; } }

.callout-homepage-product h3, .callout-homepage-features h3, .gymboss-prefoot h3 {
  line-height: 50px; }
  .callout-homepage-product h3 span, .callout-homepage-features h3 span, .gymboss-prefoot h3 span {
    text-transform: lowercase; }
.callout-homepage-product strong, .callout-homepage-features strong, .gymboss-prefoot strong {
  color: #393939;
  text-transform: uppercase;
  font-family: "Anton", sans-serif;
  font-size: 18px;
  margin-right: 20px; }
  @media (max-width: 767px) {
    .callout-homepage-product strong, .callout-homepage-features strong, .gymboss-prefoot strong {
      margin-right: 0px; } }
@media (max-width: 767px) {
  .callout-homepage-product .btn, .callout-homepage-features .btn, .gymboss-prefoot .btn {
    display: block;
    width: 180px;
    margin: 20px auto;
    right: auto;
    top: auto; } }
.callout-homepage-product .col-50, .callout-homepage-features .col-50, .gymboss-prefoot .col-50 {
  padding: 90px 10% 120px 10%; }
  @media (max-width: 960px) {
    .callout-homepage-product .col-50, .callout-homepage-features .col-50, .gymboss-prefoot .col-50 {
      padding: 90px 10%; } }
  @media (max-width: 767px) {
    .callout-homepage-product .col-50, .callout-homepage-features .col-50, .gymboss-prefoot .col-50 {
      float: none;
      width: 100%;
      padding: 60px 0% 60px 0%;
      text-align: center; }
      .callout-homepage-product .col-50 p, .callout-homepage-features .col-50 p, .gymboss-prefoot .col-50 p {
        width: 90%;
        margin: 0 auto 30px auto; } }

.callout-homepage-product {
  }
  @media (max-width: 1150px) {
    .callout-homepage-product img {
      width: 90%; } }
  @media (max-width: 1150px) {
    .callout-homepage-product strong {
      margin-right: 0px; }
    .callout-homepage-product .btn {
      display: block;
      width: 180px;
      margin: 20px auto; } }
  @media (max-width: 767px) {
    .callout-homepage-product {
      background: none; } }
  .callout-homepage-product .col-50 {
    text-align: center;
    border: solid 1px #d7d7d7; }
    @media (max-width: 767px) {
      .callout-homepage-product .col-50 p {
        margin-bottom: 30px; } }

.callout-homepage-features {
  font-size: 17px;
  line-height: 30px; }
  .callout-homepage-features ul {
    list-style-type: none;
    overflow: hidden;
    margin: 0px;
    padding: 0px; }
    @media (max-width: 767px) {
      .callout-homepage-features ul {
        margin-top: 30px; } }
  .callout-homepage-features ul li {
    display: inline;
    float: left;
    width: 50%;
    line-height: 30px; }
    @media (max-width: 767px) {
      .callout-homepage-features ul li {
        display: block;
        float: none;
        width: auto;
        text-align: center; } }
  .callout-homepage-features ul li a {
    font-weight: 600;
    text-decoration: none;
    color: #393939; }
  .callout-homepage-features ul li a:hover {
    color: #3a96c9; }
  .callout-homepage-features ul li:last-child {
    text-decoration: underline; }
  .callout-homepage-features ul li:last-child a {
    color: #76bb2c; }
  .callout-homepage-features ul li:last-child a:hover {
    color: #3a96c9; }
  .callout-homepage-features .nopad {
    padding: 0px !important; }
  .callout-homepage-features .col-50.squeeze {
    padding: 90px 5% 90px 20%; }
    @media (max-width: 1340px) {
      .callout-homepage-features .col-50.squeeze {
        padding: 90px 5% 90px 5%; } }
    @media (max-width: 960px) {
      .callout-homepage-features .col-50.squeeze {
        float: none;
        width: 90%;
        padding: 40px 5% 0px 5%; } }
    @media (max-width: 767px) {
      .callout-homepage-features .col-50.squeeze {
        width: 100%; } }
  @media (max-width: 960px) {
    .callout-homepage-features .col-50.slider {
      margin-top: -60px;
      float: none;
      width: 90%;
      padding: 0px 5% 0px 5%; } }
  @media (max-width: 960px) {
    .callout-homepage-features .col-50 {
      margin-bottom: 80px; }
      .callout-homepage-features .col-50 img {
        width: 100%;
        margin-top: 60px; } }

.homepage-featured-slider {
  position: relative;
  width: 773px;
  height: 407px;
  text-align: left; }
  @media (max-width: 1340px) {
    .homepage-featured-slider {
      margin-top: 120px;
      width: 450px;
      height: 239px; } }
  @media (max-width: 767px) {
    .homepage-featured-slider {
      width: 280px;
      height: 149px; } }
  .homepage-featured-slider .slide {
    width: 773px;
    height: 407px; }
    @media (max-width: 1340px) {
      .homepage-featured-slider .slide {
        width: 450px;
        height: 239px; } }
    @media (max-width: 767px) {
      .homepage-featured-slider .slide {
        width: 280px;
        height: 149px; } }
  .homepage-featured-slider .rsBullets {
    z-index: 98;
    position: absolute;
    top: 35%;
    left: -60px; }
    @media (max-width: 960px) {
      .homepage-featured-slider .rsBullets {
        left: auto;
        right: -80px;
        top: 25%; } }
    @media (max-width: 767px) {
      .homepage-featured-slider .rsBullets {
        left: 50%;
        right: auto;
        top: 180px;
        margin-left: -20px; } }
  .homepage-featured-slider .rsBullet {
    width: 16px;
    height: 16px;
    display: block;
    *display: inline;
    *zoom: 1;
    padding: 6px 5px 6px 4px; }
    @media (max-width: 767px) {
      .homepage-featured-slider .rsBullet {
        display: inline-block; } }
  .homepage-featured-slider .rsBullet span {
    display: block;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    background: #393939;
    text-align: center;
    margin: 0 auto; }
  .homepage-featured-slider .rsBullet.rsNavSelected span {
    background: none;
    border: solid 3px #393939; }
    @media (max-width: 767px) {
      .homepage-featured-slider .rsBullet.rsNavSelected span {
        margin-top: -3px; } }

.callout-homepage-image-grid, .callout-workout-image-grid {
  position: relative;
  height: 1100px;
  background: #3a96c9;
  text-align: center;
  color: #fff; }
  @media (max-width: 767px) {
    .callout-homepage-image-grid, .callout-workout-image-grid {
      height: auto; } }
  .callout-homepage-image-grid h4, .callout-workout-image-grid h4 {
    padding: 0px;
    font-size: 30px;
    padding: 40px 0% 0px 0%;
    font-family: "Anton", sans-serif;
    line-height: 36px; }
  .callout-homepage-image-grid p, .callout-workout-image-grid p {
    padding: 0px 20%; }
  .callout-homepage-image-grid img, .callout-workout-image-grid img {
    margin-left: 20px; }
  .callout-homepage-image-grid .animate, .callout-workout-image-grid .animate {
    position: relative;
    bottom: -400px; }
    @media (max-width: 767px) {
      .callout-homepage-image-grid .animate, .callout-workout-image-grid .animate {
        bottom: 0px; } }
  .callout-homepage-image-grid .small, .callout-workout-image-grid .small, .callout-homepage-image-grid .medium, .callout-workout-image-grid .medium, .callout-homepage-image-grid .large, .callout-workout-image-grid .large {
    position: relative;
    overflow: hidden; }
  .callout-homepage-image-grid .small, .callout-workout-image-grid .small, .callout-homepage-image-grid .medium, .callout-workout-image-grid .medium {
    float: left;
    height: 50%; }
  .callout-homepage-image-grid .large, .callout-workout-image-grid .large {
    float: right; }
  .callout-homepage-image-grid .small, .callout-workout-image-grid .small {
    width: 20%; }
    @media (max-width: 767px) {
      .callout-homepage-image-grid .small, .callout-workout-image-grid .small {
        width: 100%;
        float: none;
        height: 300px; } }
  .callout-homepage-image-grid .medium, .callout-workout-image-grid .medium {
    width: 40%; }
    @media (max-width: 767px) {
      .callout-homepage-image-grid .medium, .callout-workout-image-grid .medium {
        width: 100%;
        float: none;
        height: 300px; } }
  .callout-homepage-image-grid .large, .callout-workout-image-grid .large {
    height: 100%;
    width: 20%; }
  @media (max-width: 960px) {
    .callout-homepage-image-grid .copy.small, .callout-workout-image-grid .copy.small {
      width: 40%; } }
  @media (max-width: 767px) {
    .callout-homepage-image-grid .copy.small, .callout-workout-image-grid .copy.small {
      width: 100%;
      height: auto;
      padding-bottom: 60px; } }

.callout-homepage-colors-slider {
  padding: 120px 0px;
  font-size: 17px;
  line-height: 30px; }
  @media (max-width: 767px) {
    .callout-homepage-colors-slider {
      padding: 60px 0px; } }
  .callout-homepage-colors-slider h3 {
    margin-top: 0px;
    line-height: 40px; }
  @media (max-width: 960px) {
    .callout-homepage-colors-slider .col-50 {
      text-align: center;
      width: 90%;
      padding: 0px 5%;
      float: none; } }

.callout-daily-workout {
  padding: 120px 0px;
  text-align: center; }
  .callout-daily-workout a {
    margin: 0 auto;
    display: block;
    text-decoration: none;
    border: solid 6px #989491;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    height: 280px;
    width: 280px; }
    .callout-daily-workout a h3 {
      font-size: 36px;
      line-height: 40px;
      color: #fff;
      margin: 0px;
      margin-top: 80px;
      margin-bottom: 10px; }
  .callout-daily-workout a:hover {
    background: #3d99cc;
    background: rgba(61, 153, 204, 0.5);
    color: #fff;
    border: solid 6px #3a96c9; }

.gymboss-prefoot {
  background: #df3609 url(../images/divider-center-gymboss-prefoot.jpg) repeat-y top center;
  text-align: center;
  height: 390px;
  overflow: hidden; }
  @media (max-width: 960px) {
    .gymboss-prefoot {
      height: 360px; } }
  @media (max-width: 767px) {
    .gymboss-prefoot {
      height: auto;
      background: #df3609; } }
  .gymboss-prefoot h3 {
    color: #fff;
    margin: 0px 0px 10px 0px; }
  @media (max-width: 960px) {
    .gymboss-prefoot img {
      width: 90%; } }
  .gymboss-prefoot .btn {
    display: block;
    width: 205px;
    margin: 0 auto 60px auto; }
  @media (max-width: 767px) {
    .gymboss-prefoot .col-50 {
      border-bottom: solid 1px #e97353; } }

/* 

-------------------------------------------------------------

CART & MOBILE NAV

*/
.slideout-title, .cart-items, .cart-total, .select-area, .tabcontents {
  border-bottom: solid 1px #3f4041;
  padding: 40px 40px; }
  .slideout-title ul, .cart-items ul, .cart-total ul, .select-area ul, .tabcontents ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px; }
    .slideout-title ul li, .cart-items ul li, .cart-total ul li, .select-area ul li, .tabcontents ul li {
      display: inline;
      margin: 0px;
      padding: 0px; }
  @media (max-width: 767px) {
    .slideout-title, .cart-items, .cart-total, .select-area, .tabcontents {
      padding: 20px 20px; } }

.tabcontents {
  color: #fff;
  border-top: solid 1px #3f4041; }
  .tabcontents h4 {
    color: #d7d7d7;
    font-size: 20px;
    margin-top: 0px; }
  .tabcontents strong {
    font-weight: 700; }

.select-area {
  text-transform: uppercase;
  font-size: 18px;
  color: #767676; }
  .select-area ul {
    margin-top: 30px; }
  .select-area ul li a {
    text-decoration: none;
    font-size: 16px;
    padding: 5px; }
  .select-area ul li a:hover {
    color: #3a96c9; }
  .select-area ul li.selected a {
    color: #df3609; }

.slideout-title {
  border-top: solid 1px #3f4041;
  margin-top: 91px;
  font-size: 20px;
  font-family: "Anton", sans-serif;
  text-transform: uppercase;
  color: #fff; }
  .slideout-title i {
    cursor: pointer;
    float: right;
    text-align: center;
    height: 21px;
    width: 28px;
    font-size: 26px;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    display: inline-block; }
  .slideout-title i:hover {
    color: #df3609; }
  @media (max-width: 767px) {
    .slideout-title {
      padding: 30px 20px; } }

.cart-total {
  font-size: 56px;
  font-family: "Anton", sans-serif;
  text-transform: uppercase;
  color: #fff; }
  @media (max-width: 767px) {
    .cart-total {
      font-size: 36px;
      padding: 30px 20px; } }

.slideout-cart a {
  text-align: center;
  text-decoration: none;
  color: #8e9093;
  display: block;
  margin: 0 auto; }
.slideout-cart a:hover {
  color: #76bb2c; }
.slideout-cart ul {
  margin: 0px;
  list-style-type: none;
  padding: 0px; }
  @media (max-width: 767px) {
    .slideout-cart ul {
      text-align: center; } }
  .slideout-cart ul li {
    border-bottom: solid 1px #3f4041;
    margin: 0px;
    padding: 40px 0px 40px 20px;
    display: block;
    clear: both;
    font-size: 15px;
    color: #fff; }
    @media (max-width: 767px) {
      .slideout-cart ul li {
        padding: 30px 0px; } }
    .slideout-cart ul li strong {
      font-size: 20px;
      color: #8e9093; }
    .slideout-cart ul li span {
      color: #8e9093;
      text-transform: lowercase; }
    .slideout-cart ul li figure {
      float: left;
      background: #fff;
      -webkit-border-radius: 50% 50% 50% 50%;
      -moz-border-radius: 50% 50% 50% 50%;
      -ms-border-radius: 50% 50% 50% 50%;
      border-radius: 50% 50% 50% 50%;
      text-align: center;
      margin: -10px 20px 0px 20px;
      padding: 18px 15px; }
      @media (max-width: 767px) {
        .slideout-cart ul li figure {
          float: none;
          height: 95px;
          width: 95px;
          margin: 0 auto 20px auto; } }
    .slideout-cart ul li img {
      vertical-align: middle; }
    .slideout-cart ul li a {
      display: inline;
      text-transform: uppercase;
      color: #df3609;
      text-decoration: none;
      font-size: 14px; }
.slideout-cart .btn {
  color: #fff;
  display: block;
  margin: 40px auto 10px auto;
  width: 240px; }
  @media (max-width: 767px) {
    .slideout-cart .btn {
      width: 60%; }
      .slideout-cart .btn i {
        display: none; }
      .slideout-cart .btn span {
        margin: 0px; } }
.slideout-cart .btn:hover {
  color: #fff; }
@media (max-width: 767px) {
  .slideout-cart .btn-shop {
    margin-bottom: 40px; } }

.sb-left ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  border-top: solid 1px #3f4041;
  margin-top: 90px; }
.sb-left ul li {
  color: #fff;
  font-size: 14px;
  padding: 20px 0px;
  border-bottom: solid 1px #3f4041; }
.sb-left ul li a {
  padding-left: 40px;
  text-transform: uppercase;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none; }
.sb-left ul li:hover {
  background: #393939; }
.sb-left ul li:hover a {
  color: #76bb2c; }

/* Pages */
/* 

-------------------------------------------------------------

PRODUCT PAGE

*/
.shipping {
  color: #393939;
  font-size: 20px;
  text-transform: uppercase; }
  .shipping span {
    font-weight: 700; }

.product-main {
  padding: 140px 0px; }
  @media (max-width: 960px) {
    .product-main {
      padding: 140px 0px 60px 0px; } }
  .product-main h1, .product-main .product-price {
    color: #393939;
    text-transform: uppercase; }
    .product-main h1 span, .product-main .product-price span {
      color: #3a96c9; }
  .product-main h1 {
    font-size: 60px;
    line-height: 60px; }
  .product-main .product-price {
    font-size: 30px;
    font-family: "Anton", sans-serif;
    margin-bottom: 60px; }
    @media (max-width: 767px) {
      .product-main .product-price {
        margin-bottom: 30px; } }
  .product-main .rsGCaption {
    display: none; }
  .product-main .product-description {
    padding-left: 60px; }
  .product-main .btn {
    margin-top: 40px;
    display: inline-block; }
  .product-main .styled-select {
    text-align: left;
    position: relative;
    float: left;
    margin-top: 40px;
    pointer: cursor;
    overflow: hidden;
    border: solid 1px #e7e7e7;
    padding: 15px 30px 15px 55px;
    -webkit-border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -ms-border-radius: 30px 30px 30px 30px;
    border-radius: 30px 30px 30px 30px;
    margin-right: 30px;
    background: url(../images/select-dropdown.jpg) no-repeat;
    background-position: 10px center;
    width: 140px; }
    @media (max-width: 960px) {
      .product-main .styled-select {
        display: block;
        float: none;
        margin: 30px auto 0px auto; } }
  .product-main select {
    font-size: 18px;
    padding-right: 100px;
    background: none;
    font-weight: normal;
    font-family: "Anton", sans-serif;
    border: none;
    text-transform: uppercase;
    letter-spacing: .04em;
    font-family: "Anton", sans-serif;
    text-overflow: "";
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
    outline: none; }
  @media (max-width: 960px) {
    .product-main .col-50 {
      float: none;
      width: 90%;
      padding: 0px 5%;
      text-align: center; } }
  .product-main .product-slider {
    position: relative; }
    @media (max-width: 767px) {
      .product-main .product-slider .rsThumbsArrowRight, .product-main .product-slider .rsThumbsArrowLeft {
        bottom: 0px !important; } }

.product-features {
  color: #fff;
  background: #3a96c9; }
  .product-features .col-50 {
    padding: 80px 0px 0px 0px; }
    @media (max-width: 960px) {
      .product-features .col-50 {
        float: none;
        width: 90%;
        padding: 60px 5%;
        text-align: center; } }
  .product-features h2, .product-features h3, .product-features h4, .product-features p {
    font-family: "Anton", sans-serif;
    color: #fff;
    margin: 0px;
    line-height: 40px; }
  .product-features h2 {
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 40px; }
  .product-features h3 {
    font-size: 24px; }
  .product-features ul {
    list-style-type: none;
    overflow: hidden;
    margin: 40px 0px 0px 0px;
    padding: 0px; }
    @media (max-width: 960px) {
      .product-features ul {
        margin-top: 30px; } }
  .product-features ul li {
    display: inline;
    float: left;
    width: 50%;
    line-height: 30px;
    font-size: 12px;
    font-weight: 700; }
    @media (max-width: 960px) {
      .product-features ul li {
        display: block;
        float: none;
        width: auto;
        text-align: center; } }
  @media (max-width: 767px) {
    .product-features img {
      width: 100%; } }

.additional-features {
  text-align: center;
  border-left: solid 1px #4eaadd; }
  @media (max-width: 960px) {
    .additional-features {
      border: none; } }
  .additional-features h3 {
    font-size: 30px; }
  .additional-features p {
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: .03em; }
    .additional-features p span {
      text-transform: lowercase; }
  .additional-features .btn {
    display: block;
    width: 205px;
    margin: 30px auto 50px auto; }
  .additional-features img {
    position: relative;
    bottom: -8px; }
    @media (max-width: 960px) {
      .additional-features img {
        bottom: -7px; } }

@media (max-width: 960px) {
  .additional-features.col-50 {
    padding: 60px 5% 0px 5%;
    border-top: solid 1px #4eaadd; } }

.accessories-title {
  padding: 100px 0px 80px 0px;
  text-align: center;
  color: #393939; }
  @media (max-width: 960px) {
    .accessories-title {
      padding: 80px 0px 0px 0px; } }
  .accessories-title h2 {
    font-size: 60px;
    text-transform: uppercase;
    margin: 0px;
    line-height: 60px; }
    @media (max-width: 767px) {
      .accessories-title h2 {
        font-size: 48px;
        line-height: 50px; } }
    .accessories-title h2 span {
      color: #3a96c9; }
  .accessories-title p {
    margin-top: 40px;
    font-size: 20px; }
    .accessories-title p span {
      font-weight: 700; }

.product-accesories {
  position: relative;
  text-align: center;
  color: #393939; }
  .product-accesories p {
    width: 450px;
    margin: 0 auto 40px auto;
    font-family: "Open Sans", sans-serif;
    color: #767676;
    font-size: 15px;
    line-height: 26px;
    text-transform: none;
    letter-spacing: normal; }
    @media (max-width: 960px) {
      .product-accesories p {
        width: 80%;
        margin: 0 auto 40px auto; } }
  .product-accesories h3 {
    font-size: 40px;
    margin-top: 0px;
    line-height: 40px; }
  .product-accesories strong {
    font-size: 18px;
    margin-right: 10px;
    font-family: "Anton", sans-serif;
    text-transform: uppercase; }
  .product-accesories .col-50 {
    height: 600px;
    z-index: 97; }
    @media (max-width: 960px) {
      .product-accesories .col-50 {
        height: auto;
        float: none;
        width: 90%;
        padding: 60px 5% 60px 5%;
        margin: 0 auto; } }
  .product-accesories .padding {
    padding: 90px 0px 0px 0px;
    margin-bottom: 90px; }
    @media (max-width: 960px) {
      .product-accesories .padding {
        padding: 60px 0px 60px 0px;
        margin-bottom: 0px; } }
  .product-accesories img {
    display: block;
    margin: 60px auto 0px auto; }
  .product-accesories .brdr-btm {
    border-bottom: solid 1px #d7d7d7; }
  .product-accesories .brdr-right {
    border-right: solid 1px #d7d7d7; }
  @media (max-width: 960px) {
    .product-accesories .brdr-btm, .product-accesories .brdr-right {
      border: none;
      border-bottom: solid 1px #d7d7d7; } }
  .product-accesories .divider-plus, .product-accesories .divider-circle {
    background: #fff;
    font-weight: bold;
    position: absolute;
    z-index: 98;
    border: solid 2px #d7d7d7;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    color: #393939;
    font-size: 30px;
    padding-top: 10px;
    height: 38px;
    width: 48px;
    margin: 0 auto;
    text-align: center; }
    @media (max-width: 960px) {
      .product-accesories .divider-plus, .product-accesories .divider-circle {
        display: none; } }
  .product-accesories .divider-plus {
    top: -50px;
    left: 50%;
    margin-left: -26px; }
  .product-accesories .divider-circle {
    top: 50%;
    left: 50%;
    margin-left: -26px;
    margin-top: -70px; }
  @media (max-width: 767px) {
    .product-accesories strong {
      margin: 0px 0px 0px 0px; }
    .product-accesories .btn {
      display: block;
      width: 150px;
      margin: 20px auto 0px auto; }
    .product-accesories img {
      width: 80%; } }

/* 

-------------------------------------------------------------

CART PAGE

*/
.cart {
  padding: 120px 0px; }
  .cart h1 {
    color: #393939;
    text-transform: uppercase; }
    .cart h1 span {
      color: #3a96c9; }
  .cart h1 {
    font-size: 60px;
    line-height: 60px; }
  .cart-table th {
    padding: 20px;
    background: #3a96c9;
    font-size: 24px;
    color: #fff;
    font-family: "Anton", sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: .04em; }
  .cart-table td {
    border: solid 1px #d7d7d7; }
  .cart input {
    border: solid 1px #d7d7d7;
    background: #fff; }
  .cart .gray-bg {
    background: #fbfbfb; }
  .cart .black-bg {
    background: #2c2c2c; }
  .cart .product-image, .cart .quantity, .cart .description, .cart .total, .cart .price, .cart .coupon, .cart .tax, .cart .grand-total, .cart .continue-shopping, .cart .update-cart, .cart .checkout {
    padding: 20px; }
    @media (max-width: 767px) {
      .cart .product-image, .cart .quantity, .cart .description, .cart .total, .cart .price, .cart .coupon, .cart .tax, .cart .grand-total, .cart .continue-shopping, .cart .update-cart, .cart .checkout {
        text-align: center; } }
  .cart .quantity, .cart .price, .cart .total {
    text-align: center;
    font-family: "Anton", sans-serif;
    color: #393939;
    font-size: 18px; }
  .cart .product-image img {
    width: 100%; }
  @media (max-width: 767px) {
    .cart .product-image img {
      width: 60%;
      margin: 0 auto;
      display: block; } }
  .cart .quantity input {
    text-align: center; }
  .cart .description h2 {
    width: 100%;
    display: block;
    color: #393939; }
  .cart .description span {
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #df3609;
    text-transform: uppercase; }
    @media (max-width: 960px) {
      .cart .description span {
        float: none;
        display: block; } }
  .cart .description span:hover {
    color: #3a96c9; }
  .cart .coupon {
    border-right: none; }
    .cart .coupon input {
      width: 160px;
      height: 50px;
      padding-left: 20px; }
      @media (max-width: 767px) {
        .cart .coupon input {
          margin: 0 auto;
          text-align: center;
          padding-left: 0px; } }
    .cart .coupon button {
      margin-left: 30px;
      font-size: 16px; }
      @media (max-width: 767px) {
        .cart .coupon button {
          margin-left: 0px;
          margin-top: 30px; } }
    .cart .coupon button i {
      padding-right: 1px;
      padding-left: 0px;
      width: 27px; }
  .cart .tax {
    border-left: none;
    text-align: right;
    font-size: 18px;
    font-family: "Anton", sans-serif;
    text-transform: uppercase;
    color: #393939; }
    @media (max-width: 767px) {
      .cart .tax {
        text-align: center; } }
    .cart .tax span {
      float: right;
      margin-left: 5px; }
      @media (max-width: 767px) {
        .cart .tax span {
          float: none;
          margin-left: 0px;
          text-align: center; } }
  .cart .grand-total {
    text-align: right;
    font-size: 24px;
    color: #393939;
    text-transform: uppercase;
    font-family: "Anton", sans-serif; }
    @media (max-width: 767px) {
      .cart .grand-total {
        text-align: center; } }
    .cart .grand-total span {
      color: #3a96c9;
      margin-left: 10px; }
  .cart-table td.continue-shopping {
    text-align: center;
    border: none; }
    .cart-table td.continue-shopping a {
      color: #fff;
      text-decoration: none;
	  white-space: nowrap;
      font-size: 14px; }
    .cart-table td.continue-shopping a:hover {
      background: #3a96c9;
	  border-color: #3a96c9; }
  .cart-table td.update-cart {
    border: none;
    text-align: right; }
    @media (max-width: 767px) {
      .cart-table td.update-cart {
        text-align: center; } }
    .cart-table td.update-cart .btn {
      color: #fff;
      font-size: 16px;
      padding: 8px 15px; }
  .cart-table td.checkout {
    border: none;
    text-align: right;
    border-left: none; }
    @media (max-width: 767px) {
      .cart-table td.checkout {
        text-align: center; } }
    .cart-table td.checkout button {
      border: none;
      outline: 0;
      font-size: 16px;
      padding: 10px 15px; }
	@media (max-width: 767px) {
      .cart-table td.checkout button {
        padding: 10px 40px; } }
    .cart-table td.totals {
		text-align: right;
		font-size: 18px;
		font-family: "Anton", sans-serif;
		text-transform: uppercase;
		color: #393939;
		padding: 20px; }
	.cart-table .data-label {
		display: none; }
	
	@media (max-width: 767px) {
		.cart-table, .cart-table thead, .cart-table tbody, .cart-table tfoot, .cart-table th, .cart-table td, .cart-table tr {
		  display: block; }
		.cart-table .data-label {
		  display: inline;
		  font-family: "Anton", sans-serif;
		  text-transform: uppercase; }
		.cart-table .data-value {
		  padding: 20px; }
		.cart-table thead tr {
		  position: absolute;
		  top: -9999px;
		  left: -9999px; }
		.cart-table tr {
		  border-bottom: solid 1px #9D9D9D; }
		.cart-table td {
		  border: none;
		  border: 1px solid #eee;
		  position: relative;
		  padding-left: 50%; }
		.cart-table td:before {
		  position: absolute;
		  top: 6px;
		  left: 6px;
		  width: 45%;
		  padding-right: 10px;
		  white-space: nowrap; }
		.cart-table td.totals {
		  text-align: center; } 
	}
	
	#shopping-cart-totals-table { 
		display: inline-block; }
	
	#shopping-cart-totals-table tbody { 
		display: table-row-group; }
	
	#shopping-cart-totals-table tfoot { 
		display: table-footer-group; }

	#shopping-cart-totals-table tr {
		display: table-row;
		border: none; }
	
	#shopping-cart-totals-table td {
		display: table-cell;
		border: none;
		white-space: nowrap;
		position: static;
		padding: 0; }
	
	#shopping-cart-totals-table td:before {
		position: static;
		top: 0;
		left: 0;
		width: auto;
		padding: 0; }
	
	.cart .checkout-badges {
		float:left;
		margin-top:20px; }
	
	@media (max-width: 767px) {
		.cart .checkout-badges {
			float: none; }
		.cart .checkout-types {
			float: none;
			text-align: center; }
	}
	
/*

-------------------------------------------------------------

BLOG AND BLOGROLL

*/
.banner {
  padding-top: 160px;
  height: 180px; }
  @media (max-width: 767px) {
    .banner {
      padding-top: 100px; } }
.banner.tall {
  height: 220px; }
.single-header h1 {
  margin: 0px;
  color: #fff;
  font-size: 45px;
  line-height: 50px; }
  @media (max-width: 1150px) {
    .single-header h1 {
      font-size: 40px;
      line-height: 40px; } }
  @media (max-width: 767px) {
    .single-header h1 {
      font-size: 20px;
      line-height: 28px; } }
.single-header p {
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase; }
  .single-header p a {
    text-decoration: none;
    display: block; }
    @media (max-width: 767px) {
      .single-header p a {
        display: inline; } }
@media (max-width: 767px) {
  .single-header .col-25, .single-header .col-75 {
    float: none;
    width: 100%; } }

.single-post {
  padding-top: 20px;
  padding-bottom: 80px; }
  .single-post p:first-child {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    padding: 40px 0px 0px 0px; }
  .single-post .col-75 figure {
    position: relative;
    width: 100%;
    margin: 80px 0px; }
    @media (max-width: 767px) {
      .single-post .col-75 figure {
        margin: 0px 0px 60px 0px;
        padding: 20px 0px; } }
    .single-post .col-75 figure img {
      position: relative;
      margin-left: -30%;
      border-left: solid 6px #3a96c9;
      width: 130%; }
      @media (max-width: 767px) {
        .single-post .col-75 figure img {
          margin: 10px 0px;
          width: 100%; } }
    .single-post .col-75 figure figcaption {
      position: absolute;
      width: 200px;
      left: -30%;
      bottom: -60px;
      text-transform: uppercase; }
      @media (max-width: 767px) {
        .single-post .col-75 figure figcaption {
          position: relative;
          width: 100%;
          bottom: auto;
          left: auto; } }
  @media (max-width: 767px) {
    .single-post .col-25, .single-post .col-75 {
      float: none;
      width: 100%; } }

.blogroll {
  text-align: center; }
  .blogroll h1 {
    margin: 0px;
    color: #fff;
    font-size: 60px;
    line-height: 60px; }
    @media (max-width: 767px) {
      .blogroll h1 {
        font-size: 36px;
        line-height: 36px;
        margin-top: 40px; } }
    .blogroll h1 span {
      color: #3a96c9; }
  .blogroll p {
    font-size: 20px;
    color: #fff;
    line-height: 20px;
    font-family: "Open Sans", sans-serif;
    text-transform: none; }
    @media (max-width: 767px) {
      .blogroll p {
        font-size: 16px; } }
    .blogroll p strong {
      font-weight: 700; }

.category-intro {
  padding: 40px 40px;
  font-size: 17px;
  line-height: 30px; }
  @media (max-width: 767px) {
    .category-intro {
      padding: 10px; } }
  .category-intro h2 {
    color: #393939;
    font-size: 45px;
    line-height: 45px; }

article {
  padding-bottom: 40px;
  border-bottom: solid 1px #d7d7d7;
  margin-bottom: 60px; }
  article header {
    border-left: solid 6px #3a96c9;
    padding: 20px 40px;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      article header {
        padding: 20px 20px; } }
    article header p {
      margin: 0px;
      padding-right: 20px; }
  article h3 {
    font-size: 40px;
    color: #393939;
    line-height: 48px;
    margin: 0px; }
    @media (max-width: 767px) {
      article h3 {
        font-size: 24px;
        line-height: 28px; } }
  article .background-image {
    padding: 80px 40px; }
    @media (max-width: 767px) {
      article .background-image {
        padding: 20px 20px; } }
    article .background-image p {
      color: #fff; }
    article .background-image a {
      text-decoration: none; }
    article .background-image h3 {
      color: #fff; }
  article .content {
    padding: 40px 40px 40px 20px; }
    @media (max-width: 767px) {
      article .content {
        padding: 20px 20px; } }
  @media (max-width: 767px) {
    article .col-25, article .col-75 {
      float: none;
      width: 100%;
      margin-bottom: 20px; } }

.author {
  text-align: center; }
  .author figure {
    display: block;
    height: 120px;
    width: 120px;
    margin: 60px auto 10px auto;
    background: #fff;
    border: solid 6px #d7d7d7;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%; }
    @media (max-width: 767px) {
      .author figure {
        padding: 40px auto 0px auto; } }
    .author figure img {
      -webkit-border-radius: 50% 50% 50% 50%;
      -moz-border-radius: 50% 50% 50% 50%;
      -ms-border-radius: 50% 50% 50% 50%;
      border-radius: 50% 50% 50% 50%;
      width: 100px;
      height: 100px;
      margin-top: 9px; }
  .author a {
    display: block;
    text-decoration: none; }

.post-navigation {
  margin-bottom: 80px; }
  @media (max-width: 767px) {
    .post-navigation .alignleft, .post-navigation .alignright {
      float: none;
      display: block;
      width: 180px;
      margin: 10px auto; } }
  .post-navigation .btn.alignleft i {
    padding-left: 0px;
    width: 28px; }

/* 

-------------------------------------------------------------

FEATURES PAGE

*/
.features-specifications, .compare-models {
  position: relative; }
  .features-specifications .section-title, .compare-models .section-title {
    text-align: center;
    padding: 40px 0px; }
    .features-specifications .section-title h2, .features-specifications .section-title p, .compare-models .section-title h2, .compare-models .section-title p {
      color: #393939;
      position: relative;
      z-index: 99; }
    .features-specifications .section-title h2, .compare-models .section-title h2 {
      font-size: 60px;
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        .features-specifications .section-title h2, .compare-models .section-title h2 {
          font-size: 36px;
          line-height: 36px; } }
    .features-specifications .section-title p, .compare-models .section-title p {
      font-size: 16px; }

.slider-gymboss, .slider-minimax {
  margin-left: 35px; }
  @media (max-width: 767px) {
    .slider-gymboss, .slider-minimax {
      margin-left: auto;
      text-align: center; }
      .slider-gymboss .rsOverflow, .slider-minimax .rsOverflow {
        margin: 0 auto;
        left: 40px; } }

#minimax-btn, #classic-btn {
  cursor: pointer;
  color: #3a96c9;
  position: absolute;
  top: 50%;
  font-family: "Anton", sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  z-index: 99; }
  @media (max-width: 767px) {
    #minimax-btn, #classic-btn {
      font-size: 20px;
      top: 40%; } }
  #minimax-btn span, #classic-btn span {
    text-transform: none; }

#minimax-btn:hover, #classic-btn:hover {
  color: #393939; }

#minimax-btn {
  left: 100px; }
  @media (max-width: 960px) {
    #minimax-btn {
      left: 20px; } }

#classic-btn {
  right: 100px; }
  @media (max-width: 960px) {
    #classic-btn {
      right: 20px; } }

#specs-gymboss h4, #specs-minimax h4 {
  text-align: center;
  color: #393939;
  font-size: 40px;
  position: relative;
  z-index: 99; }
  @media (max-width: 767px) {
    #specs-gymboss h4, #specs-minimax h4 {
      font-size: 24px;
      line-height: 24px; } }
/*#specs-gymboss .rsSlide img, #specs-minimax .rsSlide img {
  width: 70% !important;
  height: auto !important;
  padding-top: 30px; }*/
#specs-gymboss .btn, #specs-minimax .btn {
  display: block;
  margin: 0 auto;
  width: 210px;
  color: #393939; }
#specs-gymboss .btn:hover, #specs-minimax .btn:hover {
  color: #fff; }

.specifications-colors {
  position: relative;
  height: 305px;
  color: #fff;
  background: #393939;
  margin: 40px 0px 40px 0px;
  padding: 30px 0px 30px 0px; }
  @media (max-width: 767px) {
    .specifications-colors {
      height: 215px; }}
  .specifications-colors h2 {
    margin: 0px;
    font-size: 45px;
    text-align: center; }
    @media (max-width: 767px) {
      .specifications-colors h2 {
        font-size: 36px;
        line-height: 36px; } }
  .specifications-colors .prev, .specifications-colors .next {
    cursor: pointer;
    position: absolute;
    z-index: 99;
    height: 365px;
    width: 60px;
    background: #393939; }
    @media (max-width: 767px) {
      .specifications-colors .prev, .specifications-colors .next {
        display: none; } }
    .specifications-colors .prev i, .specifications-colors .next i {
      position: relative;
      top: 50%; }
  .specifications-colors .prev {
    top: 0px;
    left: 0px;
    border-right: solid 1px #2c2c2c; }
    .specifications-colors .prev i {
      left: 20px; }
  .specifications-colors .next {
    top: 0px;
    right: 0px;
    border-left: solid 1px #2c2c2c; }
    .specifications-colors .next i {
      right: -20px; }
  .specifications-colors .prev:hover, .specifications-colors .next:hover {
    background: #3a96c9; }

.color-picker {
  width: 95%;
  height: 305px;
  margin: 0 auto;
  /* Scaling transforms */ }
  .color-picker .color {
    display: block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    margin-top: 20px; }
  .color-picker .slide {
    height: 245px;
    padding-top: 60px; }
  .color-picker .rsSlide img {
    display: block;
    margin: 0 auto;
    opacity: 1;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9); }
    @media (max-width: 960px) {
      .color-picker .rsSlide img {
        width: 50%; } }
  .color-picker .rsActiveSlide img {
    margin: 0 auto;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }

.compare-models {
  color: #393939;
  font-size: 12px; }
  .compare-models h2 span {
    color: #3a96c9; }
  .compare-models table {
    border: solid 1px #d7d7d7;
    margin-top: 30px;
    margin-bottom: 120px; }
  .compare-models table tr:nth-child(odd) {
    background: #f1f1f1; }
  .compare-models td, .compare-models tr, .compare-models th {
    text-align: center; }
  .compare-models td, .compare-models tr {
    padding: 5px; }
  .compare-models th {
    font-size: 20px;
    background: #3a96c9;
    color: #fff;
    padding: 20px; }
  .compare-models .first-row {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700; }
  .compare-models .fa-times, .compare-models .fa-check {
    font-size: 16px; }
  .compare-models .fa-times {
    color: #df3609; }
  .compare-models .fa-check {
    color: #76bb2c; }

.callout-workout-image-grid .copy {
  padding: 80px;
  text-align: left; }
  @media (max-width: 1150px) {
    .callout-workout-image-grid .copy {
      padding: 40px; } }
@media (max-width: 767px) {
  .callout-workout-image-grid .copy.medium {
    height: auto; } }
.callout-workout-image-grid h4 {
  font-size: 45px;
  padding: 0px;
  font-family: "Anton", sans-serif;
  line-height: 50px;
  width: 100%;
  margin: 0px; }
.callout-workout-image-grid p {
  padding: 0px 0px;
  font-size: 20px; }
  .callout-workout-image-grid p strong {
    font-weight: 700; }
.callout-workout-image-grid ul {
  list-style-type: none;
  overflow: hidden;
  margin: 30px 0px 0px 0px;
  padding: 0px; }
  @media (max-width: 767px) {
    .callout-workout-image-grid ul {
      margin-top: 30px; } }
.callout-workout-image-grid ul li {
  display: inline;
  float: left;
  width: 50%;
  line-height: 30px; }
  @media (max-width: 767px) {
    .callout-workout-image-grid ul li {
      display: block;
      float: none;
      width: auto;
      text-align: left; } }
.callout-workout-image-grid ul li a {
  font-weight: 600;
  text-decoration: underline;
  color: #fff; }
.callout-workout-image-grid ul li a:hover {
  color: #d7d7d7; }

/* 

-------------------------------------------------------------

APP LANDING

*/
.banner-upgrade {
  margin-top: 80px;
  height: 252px;
  padding: 10px 0px 0px 0px;
  text-align: center; }
  .banner-upgrade h1 {
    font-size: 38px;
    color: #fff;
    margin-bottom: 16px; }
  .banner-upgrade p {
    padding: 0px;
    margin: 0px;
    color: #fff; }
    .banner-upgrade p strong {
      font-weight: 700; }

.callout-product {
  background: #3a96c9;
  padding: 40px 30px 0px 30px; }
  .callout-product p {
    margin: 0px;
    color: #fff;
    font-size: 18px;
    text-align: center; }
  .callout-product img {
    width: 280px;
    margin-bottom: -100px;
    margin-top: 20px; }

.callout-description {
  padding: 60px 30px 60px 30px;
  text-align: center; }
  .callout-description.border {
	border-bottom: 1px solid #767676; }
  .callout-description p {
    font-size: 16px; }
  .callout-description p.dark {
	font-weight: 600;
    color: #393939; }
  .callout-description ul {
    list-style-type: disc;
	list-style-position: inside;
    padding: 0px;
    margin: 0px 0px 30px 0px; }
  .callout-description strong {
    display: block;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Anton", sans-serif;
    color: #2c2c2c;
    font-size: 20px;
    margin: 30px 0px 10px 0px; }
  .callout-description .btn {
    display: block;
    width: 130px;
    margin: 0 auto; }
  .callout-description .no-transform {
	text-transform: none; }
  .callout-description h1, .callout-description h2, .callout-description h3 {
    color: #2c2c2c; }
  .callout-description h1 {
    font-size: 40px;
    line-height: 36px; }
  .callout-description h2 {
    font-size: 30px;
    line-height: 30px; }
  .callout-description h3 {
    font-size: 20px;
    line-height: 24px; }
  .callout-description h2 span {
    color: #3a96c9; }
  
 @media (max-width: 767px) {
	 .callout-description img.product {
		 width:90%;
	 }
 }
	
.instructions {
	display: none; }

.fact {
  height: 220px;
  padding: 30px 30px;
  text-align: center; }
  .fact p {
    padding: 0px;
    margin: 20px 0px 0px 0px;
    font-family: "Anton", sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 36px; }

.fact.broken {
  height: 180px; }

.callout-quote {
  text-align: center;
  padding: 30px; }

.no-margin {
  padding: 30px; }
