body {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	color: #3d3d3d;
	font-family: 'Titillium Web', sans-serif;
	font-size: 14px;
	line-height: 18px;
}
p {
	color: #3d3d3d;
	font-family: 'Titillium Web', sans-serif;
	font-size: 14px;
	line-height: 18px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}
a {
	color: #f00;
	text-decoration: none;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
a:hover {
	color: #f55642;
	text-decoration: none;
}
a img {
    border: 0px;  
}
h1, h1 a { 
	color: #28140d;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	font-size: 24px;
	line-height: 30px;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}
h2, h2 a {
	color: #f00;
    font-family: 'Oswald', sans-serif;
	font-weight: normal;
	font-size: 24px;
	line-height: 28px;
    padding: 0px;
	margin: 0px;
	text-decoration: none;
}
h3, h3 a {
	color: #f00;
    font-family: 'Oswald', sans-serif;
	font-weight: normal;
	font-size: 24px;
	line-height: 32px;
    padding: 0px;
	margin: 0px;
	text-decoration: none;
}
h4, h4 a {
	color: #f00;
    font-family: 'Oswald', sans-serif;
	font-weight: normal;
	font-size: 30px;
	line-height: 32px;
    padding: 0px;
	margin: 0px;
	text-decoration: none;
}
h5, h5 a {
	color: #3d3d3d;
    font-family: 'Oswald', sans-serif;
	font-weight: normal;
	font-size: 20px;
	line-height: 24px;
    padding: 0px;
	margin: 0px;
	text-decoration: none;
}
h6, h6 a {
	color: #3d3d3d;
    font-family: 'Oswald', sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
    padding: 0px;
	margin: 0px;
	text-decoration: none;
}
hr {
}		
.wrapper {
	padding: 0px 0px 0px 0px;
	width: 100%;
	margin: auto;
}
.pagewrapper {
    padding: 20px 0px 20px 0px;
}
/*---------------------------Custom CSS START---------------------------*/
.greybox:nth-of-type(2n) {
    padding: 15px;
    margin-bottom: 20px;
    border-right: 10px solid #F5F5F5;
}
.greybox:nth-of-type(2n+1) {
    padding: 15px;
    margin-bottom: 20px;
    border-left: 10px solid #F5F5F5;
}
.pricing {
    padding: 15px;
    margin-bottom: 20px;
    background: #F5F5F5;
    text-align: center;
    border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.pricing a {
    padding: 1px 15px;
    color: #fff;
    background: #3d3d3d;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5x;
}
.pricing a:hover {
    background: #f00;
}
/*---------------------------LiveEdit Tags START-----------------*/
.le_form_name h1, h1.le_form_name {
    font-size: 18px;
}
.le_mb_wrapper {
	max-width: 960px;
	margin: auto;
}
/*---------------------------LiveEdit Tags END-------------------*/
/*---------------------------Header START------------------------*/
.mobileheader {
	padding: 15px;
	text-align: center;
	width: auto;
	background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/stasportsperformance/BG-header.jpg);
}
.logo {
	padding: 0px 0px 0px 0px;
}
.logo img{
	max-width: 100%
}
.header1 {
	padding: 5px;
	text-align: center;
}
.header2 {
	padding: 5px;
	text-align: center;
}
/*---------------------------Header END--------------------------*/
/*---------------------------Home-CTA-Content START-------------------*/
.cta1, .cta2, .cta3 {
	position: relative;
	width: 227px;
	margin: 10px auto;
	border-radius: 115px;
    overflow: hidden;
}
.cta1:hover, .cta2:hover, .cta3:hover {
    background: #f00;
}
.cta1:hover img, .cta2:hover img, .cta3:hover img {
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}
.ctaText {
    margin-top: -130px;
    position: absolute;
}
.ctaText h2 a {
    color: #fff;
	font-size: 26px;
    line-height: 30px;
    text-shadow: 0px 1px 3px #000;
    text-transform: uppercase;
}
.cta1 .ctaText h2 a{
	margin-left: 48px;
}
.cta2 .ctaText h2 a{
	margin-left: 42px;
}
.cta3 .ctaText h2 a{
	margin-left: 58px;
}
/*---------------------------Home-CTA-Content END---------------------*/
/*---------------------------inside-CTA-Content START-------------------*/
.insidecta1, .insidecta2, .insidecta3 {
	position: relative;
	width: 190px;
	margin: 10px 0px;
	float: left;
	border-radius: 115px;
    overflow: hidden;
}
.insidecta1:hover, .insidecta2:hover, .insidecta3:hover {
    background: #f00;
}
.insidecta1:hover img, .insidecta2:hover img, .insidecta3:hover img {
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}
.insidecta1 .ctaText, .insidecta2 .ctaText, .insidecta3 .ctaText {
    margin-top: -110px;
    position: absolute;
}
.insidecta1 .ctaText h2 a{
	margin-left: 30px;
}
.insidecta2 .ctaText h2 a{
	margin-left: 22px;
}
.insidecta3 .ctaText h2 a{
	margin-left: 38px;
}
/*---------------------------inside-CTA-Content END---------------------*/
/*-------------------------MENU START------------------------------*/

/* menu */

.MobileMenu {
    padding: 0;
    background-color: #3D3D3D;
}
.MobileMenu ul.le_menu_level_0 {
    margin: 0;
    padding: 0;
}
.MobileMenu li {
    list-style-type: none;
    text-decoration: none;
}
.MobileMenu .le_menu_level_container {
    position: relative;
}
.MobileMenu li.le_menuitem_level_0 a {
    display: block;
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 18px;
    padding: 15px 10px 15px 50px;
    text-decoration: none;
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/meltworkout/mobile_menu_white.png');
    background-repeat: no-repeat;
    background-position: 10px 50%;
}
.MobileMenu li.le_menuitem_level_0 a:hover {
    color: #ffffff;
}

/*--------1st level submenu-------*/
.MobileMenu ul.le_menu_level_1 {
    z-index: 10;
    display: none;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%;
    border-bottom: 1px solid #3D3D3D;
}
.MobileMenu li.le_menuitem_level_1 a {
    display: block;
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 18px;
    padding: 10px 10px 10px 50px;
    text-decoration: none;
    background-image: none;
    background-color: #3D3D3D;
}
.MobileMenu li.le_menuitem_level_1 a:hover {
    color: #000000;
}

.MobileMenu ul.le_menu_level_2 {
    margin: 0;
    padding: 0;
}
.MobileMenu li.le_menuitem_level_2 a {
    padding: 15px 10px 15px 60px;
    background-color: #3D3D3D;
}

/*-------------------------MENU END--------------------------------*/

/*-------------------------Content Top START---------------------*/
.mobilecontent {
	margin: 0px;
	padding: 5px 5px 5px 5px;
	width: auto;
	background-color: #FFFFFF;
}
.mobilecontent1 {
	margin: 0px;
	padding: 20px 5px 30px;
	width: auto;
	background-image:
	    url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/stasportsperformance/jagged-top.png),
	    url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/stasportsperformance/BG-texture-dark.jpg);
	background-repeat: repeat-x, repeat-y;
	background-position: bottom;
}
.mobilecontent img{
	max-width: 100%;
}
.mcontent {
	padding: 3px 10px 3px 10px;
	width: auto;
}
.mcontent1 {
	padding: 3px 10px 3px 10px;
	width: auto;
	text-align: center;
}
/*---------------------------Content Top END---------------------*/
/*---------------------------Footer START------------------------*/
.footerwide {
	width: auto;
	background-image:
	    url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/stasportsperformance/jagged-bottom.png),
	    url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/stasportsperformance/BG-header.jpg);
	    background-repeat: repeat-x, repeat-y;
}
.footer {
	text-align: center;
	padding-top: 0px;
	font-family: 'Titillium Web', sans-serif;
}
.footer p {
	color: #3d3d3d;
	font-size: 13px;
}
.footer a {
	color: #3d3d3d;
	text-decoration: underline;
}
.footer a:hover, .footer a:active {
	color: #3d3d3d;
	text-decoration: underline;
}	
.footer1 {
	margin: auto;
	padding: 30px 0px 0px;
	width: 98%;
	color: #3d3d3d;
}
.footer2 {
	margin: auto;
	padding: 10px 0px 0px;
	width: 98%;
	color: #3d3d3d;
}
.view_full_mobile {
	font-family: 'Titillium Web', sans-serif;
	font-size: 12px;
	text-align: center;
	padding: 15px 0px 15px 0px;
}
/*---------------------------Footer END--------------------------*/
/*---------------------------Clear START-------------------------*/
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/*---------------------------Clear END---------------------------*/
.le_form_name h1, h1.le_form_name {
    font-size:18px;
}
.le_form_submit input {
	background-color: #7DAB53;
	border: 0px;
	color: #FFFFFF;
	display: inline-block;
	padding: 10px;
}
#le_form_container_1 input {
	padding: 5px;
	font-size: 12px;
}
#le_form_container_1 p {
    color: #289fb1;
    font-family: 'Titillium Web', sans-serif;
    font-weight: normal;
	font-size: 26px;
	line-height: 28px;
    padding: 0px;
	margin: 0px;
	text-decoration: none;
}
#le_form_container_1 .le_form_float_elements > * {
	float: none !important;
}
#le_form_container_1 .le_form_control_label {
    text-align: right;
	width: 340px !important;
	padding-right: 10px;
}
.le_form_control_label, .le_form_float_elements{ font-family: 'Titillium Web', sans-serif; }

input[type="button"], input[type="submit"] { 
    color: #FFFFFF; 
    background-color: #4e3354; 
    border: 2px solid #505050; 
}
input[type="button"]:hover, input[type="submit"]:hover { 
    cursor: pointer;
	color: #4e3354; 
    background-color: #ad7cb4; 
    border: 2px solid #505050; 
}