@charset "utf-8";

/* Global Styles */
:root {
	/* FloSports Brand Colors */
	--ignite: #ff140f;
	--ignite-light: #ff140f80;
}

img {
	border:none;
	outline:none;
}

body {
	font-family: Verdana, Geneva, sans-serif !important;
	font-size: 1em;
	background: rgb(222,222,222);
	width:100%;
	overflow-x: auto;
}


.group:after { content: ""; display: table; clear: both; }

form {
	margin:0px;
}

.mainFrame {
	position: relative;
	z-index: 0;
}

.container {
	margin: 0;
}

/* HEADER STYLES */
#header-bg {
	background: rgb(222,222,222);
	position: relative;
	z-index: 3;
}
#menuButton {
	margin: 0 12.5%;
}

header#menuButton {
	background: -webkit-linear-gradient(left, rgba(222,222,222,1) 0%, rgba(222,222,222,0) 35%, rgba(222,222,222,1) 100%); /* Chrome10+,Safari5.1+ */
	background: 	 -moz-linear-gradient(left, rgba(222,222,222,1) 0%, rgba(222,222,222,0) 35%, rgba(222,222,222,1) 100%); /* FF3.6+ */
	background: 		-ms-linear-gradient(left, rgba(222,222,222,1) 0%, rgba(222,222,222,0) 35%, rgba(222,222,222,1) 100%); /* IE10+ */
	background: 		 -o-linear-gradient(left, rgba(222,222,222,1) 0%, rgba(222,222,222,0) 35%, rgba(222,222,222,1) 100%); /* Opera 11.10+ */
	background: 				linear-gradient(to right, rgba(222,222,222,1) 0%, rgba(222,222,222,0) 35%, rgba(222,222,222,1) 100%); /* W3C */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(222,222,222,1)), color-stop(35%, rgba(222,222,222,0)), color-stop(100%, rgba(222,222,222,1))); /* Chrome,Safari4+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#dedede', GradientType=1 ); /* IE6-9 */
}
header#menuButton a {
	margin: 0 auto;
	display: block;
}

header#menuButton img {
	display: inline-block;
}

.divTB { display: table; table-layout: auto; width: 100%;}
.divTR { display: table-row; }
.divTRG { display: table-row-group; }
.divTD, .divTH { display: table-cell; }
.fitDiv { width: 1px; }
.vAlign { vertical-align: middle; }

@keyframes anim-rotate {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to { 
    -webkit-transform: rotate(360deg);
  }
}

.basic-layout .container {
	max-width: 960px;
	margin: 0 auto;
	position: relative;
}

.column-container {
	position: relative;
}

.fixedLeft {
	width: 640px;
	height: 360px;
	background: #CCC;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
}

.fluidRight {
	position: relative;
}

.spinner {
	-webkit-animation-name:             rotate; 
	-webkit-animation-duration:         0.5s; 
	-webkit-animation-iteration-count:  infinite;
	-webkit-transition-timing-function: linear;
}


/* MAIN MENU STYLES */

.mobile-menu-spacing {
	height: 42px;
}

.main-menu {
	width: 100%;
	font-size: .85em;
	position: relative;
	z-index: 2;
}

.main-menu ul, .main-menu li, .main-menu a {
	list-style: none;
	text-decoration: none;
}
	
.main-menu > ul {
	overflow: hidden;
}

.main-menu > ul > li {
	overflow: hidden;
}

.main-menu ul li a {
	color: rgba(249,249,249,0.9);
}

/* Main menu item style */
.menu-item {
	height: 100%;
}

.menu-item span {
	text-transform: uppercase;
	color: rgba(249,249,249,0.8);
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	-ms-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
}

.menu-item .icon {
}

.menu-item .icon i {
	position: relative;
}

.menu-item .icon + span {
	font-weight: 300;
	font-size: 1em;
}

/* Main menu item animations */
.main-menu ul:hover .menu-item span, 
.main-menu ul:focus .menu-item span, 
.main-menu ul:active .menu-item span {
	color: rgba(249,249,249,0.5);
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	-ms-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
}

.main-menu ul li:hover .menu-item span, 
.main-menu ul li:focus .menu-item span, 
.main-menu ul li:active .menu-item span {
	color: rgba(249,249,249,0.95);
}

.main-menu ul li:hover .menu-item span, 
.main-menu ul li:focus .menu-item span, 
.main-menu ul li:active .menu-item span {
	color: rgba(249,249,249,0.95);
}

.global-nav-secondary {
	font-size: 13px;
	background: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 600;
	box-shadow: 0 4px 2px -2px rgba(0,0,0,0.3);
	position: relative;
	z-index: 1;
}

.global-nav-secondary-container>ul {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	max-width: 1240px;
	height: 42px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}

.global-nav-secondary-container>ul>li {
	float: left;
	line-height: 42px;
	text-align: center;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0;
	-moz-box-flex: 1;
	-moz-flex: 1 1 0;
	-ms-flex: 1 1 0;
	flex: 1 1 0;
	font-size: 100%;
	text-transform: uppercase;
	color: #333333;
}

.global-nav-secondary-container>ul>li a {
	text-decoration: none;
	color: inherit;
	display: block;
}

.global-nav-secondary-container>ul>li a>span {
	position: relative;
	display: inline-block;
	padding: 0 8px;
	color: #777777;
	-webkit-transition: color .3s;
}
.global-nav-secondary-container>ul>li.active a>span,
.global-nav-secondary-container>ul>li a:hover>span {
	color: #333333;
}
.global-nav-secondary-container>ul>li a>span:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 3px;
	-webkit-transition: all .3s;
}
.global-nav-secondary-container>ul>li.active a>span:after,
.global-nav-secondary-container>ul>li a:hover>span:after {
	width: 100%;
	left: 0;
}

.global-nav-secondary-container>ul>li a:hover>span:after {
	background: #D1D1D1;
}
.global-nav-secondary-container>ul>li.active a>span:after {
	background: #0070BB;
}

/* SUB-MENU STYLES */
.sub-menu a,
.sub-menu i,
.sub-menu p {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.sub-menu p, .sub-menu h2 {
	margin: 0;
}

.sub-menu p {
	color: rgba(125,125,125,1);
	font-weight: 200;
	font-size: .9em;
	line-height: 1.2em;
	white-space:normal;
	margin-right:5%;
}

.slider-frame {
	width: 100%;
	padding: 0;
	margin: 0;
	display: block;
}
.slider-frame > div {
	width: 25%;
	padding: 0;
	margin: 0;
	display: inline-block;
	vertical-align: top;
}

#subMenuContainer {
	left: 0%;
	width: 400%;
	z-index: 2;
}

.sub-menu ul, .sub-menu li, .sub-menu a {
	list-style: none;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

#subMenu {
	width:100%;
	overflow:hidden;
}
.sub-menu {
	width: 100%;
	font-size: 1em;
	background: url(./images/bg_texture.jpg);
	background-color: #333;
	-moz-box-shadow: inset 0 -1px 30px -2px rgb(0,0,0);
	-webkit-box-shadow: inset 0 -1px 30px -2px rgb(0,0,0);
	-o-box-shadow: inset 0 -1px 30px -2px rgb(0,0,0);
	-ms-box-shadow: inset 0 -1px 30px -2px rgb(0,0,0);
	box-shadow: inset 0 -1px 30px -2px rgb(0,0,0);
}

.subMenu-open {
	overflow: hidden;
	max-height: 800px;
	-webkit-transition: max-height .3s;
	-moz-transition: max-height .3s;
	-ms-transition: max-height .3s;
	-o-transition: max-height .3s;
	transition: max-height .3s;
}

.subMenu-closed {
	overflow: hidden;
	max-height: 0px;
	-webkit-transition: max-height .3s;
	-moz-transition: max-height .3s;
	-ms-transition: max-height .3s;
	-o-transition: max-height .3s;
	transition: max-height .3s;
}	

.sub-menu a {
	color: rgba(249,249,249,.5);
	text-shadow: rgb(0,0,0) 1px 1px;
	cursor: pointer;
}

.sub-menu a:hover,
.sub-menu a:focus,
.sub-menu a:active {
	color: rgba(249,249,249,.9);
}

.sub-menu h2 {
	color: rgba(249,249,249,0.9);
	font-weight: 300;
}
.sub-menu .listHeader span > i.xs-icon {
	display: none;
}
	
/*=====================================================
 * MyTRACK Dropdown Login Form
 * ===================================================*/
 
/* ===== MyTrack Username ===== */

/* MyTrack Username */
#userTrack-login {
	font-size: .8em;
	padding: 0em 1em;
	text-align: center;
}
.userTrack {
	position: relative;
	display: block;
	-webkit-transition: font-size .3s;
	-moz-transition: font-size .3s;
	-ms-transition: font-size .3s;
	-o-transition: font-size .3s;
	transition: font-size .3s;
	cursor: pointer;
	white-space: nowrap;
}
.userTrack span {
	position: relative;
	right: -.1em;
	bottom: .05em;
	z-index: 1;
	font-family: Verdana, Geneva, sans-serif;
	text-transform: lowercase;
	font-style: italic;
	font-weight: 600;
	color: rgb(0,112,187);
	vertical-align: baseline;
	font-size: 1.2em;
}
.userTrack div {
	background-image: url(./images/track.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	position: relative;
	display: inline-block;
	height: 1em;
	width:6.2916666666667em;
}

#userTW-login {
	font-size: .6em;
}
.userTW {
	position: relative;
	display: inline-block;
	-webkit-transition: font-size .3s;
	-moz-transition: font-size .3s;
	-ms-transition: font-size .3s;
	-o-transition: font-size .3s;
	transition: font-size .3s;
	cursor: pointer;
}
.userTW span {
	position: relative;
	right: -.6em;
	z-index: 1;
	font-size: .8em;
	font-family: Verdana, Geneva, sans-serif;
	text-transform: lowercase;
	font-style: italic;
	font-weight: 600;
	color: var(--ignite);
	text-shadow: -.1em -.1em rgb(222,222,222), .1em -.1em rgb(222,222,222), .1em .1em rgb(222,222,222), -.1em .1em rgb(222,222,222), 
	0px -.1em rgb(222,222,222), .1em 0px rgb(222,222,222), 0px .1em rgb(222,222,222), -.1em 0px rgb(222,222,222);
}

.userTW i {
	position: relative;
	right: 0;
	font-size: 1.3em;
	color: rgb(0,0,0);
	display: inline-block;
}

#tw-login.gold .userTW span,
#tw-login.gold .userTrack span  {
	color: var(--ignite);
}

#tw-login.plus .userTrack span:after {
	/* content: "+"; */
	position: relative;
}

#tw-login.plus .userTW i:after {
	/* content: "+"; */
	position: absolute;
	font-weight: bold;
	font-size: .5em;
	bottom: 0;
	right: -.25em;
	color: var(--ignite);
}

/* ===== MyTrack Static Dropdown Frame ===== */

.tw-login-content {
	position: relative;
	z-index: 3;
	float: right;
	margin-right: 10px;
}
.tw-login {
	max-height: 1.2em;
	max-width: 180px;
	overflow:hidden;
	background: url(./images/otis_redding.png);
	background-color: #999;
	-webkit-transition: max-height .2s, max-width .2s ease .3s;
	-moz-transition: max-height .2s, max-width .2s ease .3s;
	-o-transition: max-height .2s, max-width .2s ease .3s;
	-ms-transition: max-height .2s, max-width .2s ease .3s;
	transition: max-height .2s, max-width .2s ease .3s;
	position: absolute;
	right: 0px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: 0px solid rgb(204,204,204);
	margin-right:1.5em;
	padding: .1em .4em;
	opacity: 1;
	cursor: default;
	-webkit-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 1);
	-o-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 1);
	-ms-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 1);
	box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 1);
	border-width: 2px;
}
.tw-login p {
	margin: 0;
	text-align: center;
}

/* ===== MyTrack Close Button ===== */


i.tab {
	display: none;
	position: absolute;
	vertical-align: middle;
	text-align: center;
	top: .2em;
	right: .8em;
	z-index: 1;
	font-size: .8em;
	color: rgba(249,249,249,.9);
	text-shadow: -1px -1px 0px rgba(0,0,0,.2);
	background: rgb(0,112,187);
	padding: .6em;
	border-radius: 50%;
	cursor: pointer;
}

/* ===== Dynamic Login Form ===== */

.login-form {
	position: relative;
	clear: both;
	max-width: 20em;
	background: rgba(0,0,0,.4);
	margin: 1em auto .2em auto;
	font-size: .8em;
	border-width: .4em !important;
	border-style: solid !important;
	border-radius: .4em;
}
.login-form label {
	display: block;
	padding: .5em;
}
.login-form label:nth-child(2n+1){
	border-bottom:  rgba(0,0,0,.3) thin solid;
}
.login-form label:nth-child(2n+2){
	border-top: rgba(255,255,255,.1) thin solid;
}

.login-form input {
	position: relative;
	left: 2em;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	background: none;
	font-size: 1em;
	color: rgba(249,249,249,0.9);
}

/* Styles the text input fields on hover */
.login-form input:focus::-webkit-input-placeholder {
	color: rgba(249,249,249,0.9);
}
.login-form input:focus:-moz-placeholder {
	color: rgba(249,249,249,0.9);
}
.login-form input:focus::-moz-placeholder {
	color: rgba(249,249,249,0.9);
}
.login-form input:focus:-ms-input-placeholder {
	color: rgba(249,249,249,0.9);
}

.login-form label i {
	position: absolute;
	left: 0;
	color: rgba(249,249,249,.8);
	text-shadow: -1px -1px 0px rgba(0,0,0,.2);
	font-size: 1.2em;
	padding: 0 .5em;
}

.login-form .login-button {
	padding: 1.8em .6em 1.8em 1em;
	position: absolute;
	outline: none;
	right: 0;
	top: 0;
	-webkit-transition: padding .3s;
	-moz-transition: padding .3s;
	-ms-transition: padding .3s;
	-o-transition: padding .3s;
	transition: padding .3s;
}
.login-form .login-button:hover,
.login-form .login-button:focus {
	padding: 1.8em 1em 1.8em 1.4em;
	-webkit-transition: padding .3s;
	-moz-transition: padding .3s;
	-ms-transition: padding .3s;
	-o-transition: padding .3s;
	transition: padding .3s;
}
.login-form .login-button i {
	color: rgba(255,255,255,1);
	line-height: 1.2em;
	text-shadow: 1px 1px 2px rgba(0,0,0,.4), 3px 1px 8px rgba(0,0,0,.4);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.login-form .login-button:hover i,
.login-form .login-button:focus i {
	line-height: .8em;
	font-size: 1.5em;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.login-form .login-button:active i {
	color: rgba(255,255,255,1);
	-webkit-transition: none;
	text-shadow: -1px -1px 0px rgba(0,0,0,.6);
}
#tw-login > a {

	color: rgba(250,250,250,.8);
	text-decoration: none;
	text-shadow: -1px -1px rgba(0,0,0,.2);
	font-size: .6em;
	/*display: inline-block;
	float: right;
	padding: .5em 4% 0;*/
	right: 1em;
	bottom: .5em;
	position:absolute;
}
#tw-login > a > i {
	font-size: 3em;
	text-align: center;
	vertical-align: middle;
	line-height: .7;
}
#tw-login > a:hover {
	color: rgba(0,112,187,1);
	text-shadow: 1px 1px rgba(0,0,0,.6);
}

#gold-login {
	border-color: var(--ignite); !important;
	overflow: hidden;
}
#gold-login .login-button {
	background: var(--ignite);
	color: #fff;
}
#gold-login input:focus + i {
	color: rgba(188,163,32,.8);
}

#myTrack-login {
	border-color: rgba(212,212,212,1.00) !important;
}
#myTrack-login .login-button {
	background: rgba(212,212,212,1.00);
}
#myTrack-login input:focus + i {
	color: rgba(0,112,187,1.00);
}
.login-form + p {
	max-width: 280px;
	margin: 0 auto !important;
	display: block;
	text-align: right;
}
.login-form + p > a {
	text-decoration: none;
	font-size: .8em;
	display: block;
	margin: 1em;
	text-align: right;
	color: rgba(0,112,187,1);
	
}
#goldBenefits .login-form + p > a {
	color: rgba(249,249,249,.5);
}
/*=====================================================
 * Recent Feature Lock-in & Delete Styles
 * ===================================================*/
 
.widgetContent .list-item-tools,
.sub-menu-content .list-item-tools {
	display: none;
}
 
.widgetContent .lock-in, .widgetContent .lock-in + a,
.sub-menu-content .lock-in, .sub-menu-content .lock-in + a {
	display: inline-block;
}
.widgetContent .lock-in,
.sub-menu-content .lock-in {
	vertical-align: top;
	display: inline-block;
}
.widgetContent .lock-in > a > i,
.sub-menu-content .lock-in > a > i {
	color: rgba(249,249,249,.7);
}
.widgetContent .lock-in a > i,
.sub-menu-content .lock-in a > i {
	display: inline-block;
	font-size: .8em;
}
.widgetContent .icon-off,
.sub-menu-content .icon-off {
	color: rgba(249,249,249, .2) !important;
	text-shadow: -1px -1px rgba(0,0,0,.5);
}
.widgetContent .lock-in > a + a i,
.sub-menu-content .lock-in > a + a i {
	color: rgba(225,77,66,.6);
	text-shadow: -1px -1px rgba(0,0,0,.5);
}
.widgetContent .lock-in > a + a i:hover,
.sub-menu-content .lock-in > a + a i:hover  {
	color: rgba(225,77,66,.8);
	text-shadow: rgb(0,0,0) 1px 1px;
}
.widgetContent .lock-in > a + a i:active,
.sub-menu-content .lock-in > a + a i:active  {
	text-shadow: -1px -1px rgba(0,0,0,.5);
}

.view-more a {
	color: rgba(0,112,187,1) !important;
}

.nextPrev td {
	width:33%;
	text-align:center;
}
.nextPrev td:first-child {
	text-align:left;
}
.nextPrev td:last-child {
	text-align:right;
}
 
 
/*=====================================================
 * Gold Promotion for sub-menus
 * ===================================================*/
 
.gold-promo {
	display: block;
	text-align: center;
	clear: both;
	padding: .8em 0;
}
.gold-promo p {
	display: inline-block;
	max-width: 80%;
	text-align: left;
	vertical-align: middle;
}
.gold-promo a:hover p {
	color: rgba(249,249,249,.7);
}
.gold-promo i {
	font-size: 1.2em;
	vertical-align: middle;
	color: rgba(174,138,19,1);
	text-shadow: none;
	width: 10%;
}
.gold-promo a:hover i {
	color: rgba(188,163,32,1);
}

.gold-promo .icon-hawk-red-white {
	width: 1em;
}


/*=====================================================
 * Featured Layout (used with benefits)
* ====================================================*/
 
.benefits h4 {
	display: block;
	text-align: center;
	font-size: 1.2em;
	font-weight: 300;
}
.benefits p {
	margin: 0;
	text-align: justify;
}
 
.benefits-list {
	padding: 0;
	font-size: 1em;
	padding: 1em 2% !important;
	width: 46% !important;
}
.benefits-list h2 {
	font-size: 1.5em !important;
	margin-bottom: .5em;
}
.benefits-list > ul {
	padding: 1em 5% !important;
	margin: 0 !important;
	border-width: 1px 0 1px 0;
	border-style: solid;
	position: relative;
	-moz-box-shadow: 0 -24px 30px -30px #000, 0 24px 30px -30px #000;
	-webkit-box-shadow: 0 -24px 30px -30px #000, 0 24px 30px -30px #000;
	box-shadow: 0 -24px 30px -30px #000, 0 24px 30px -30px #000;
}

.benefits-block {
	margin-bottom: 1em;
	margin-right: 4%;
}

.benefits-block h3 {
	font-family: "Fjalla One", Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	color: var(--ignite);
	margin: .25em 0;
	display: inline-block;
}

.benefits-block .more-info {
	color: #ccc;
	text-decoration: none;
	font-size: 1em;
	margin: .25em 1em;
	vertical-align: text-bottom;
	display: inline-block;
}
.benefits-block .more-info:hover {
	color: #fff;
}

.benefits-block p.desc {
	color: #fff;
	padding: 0;
	line-height: 1.25;
	margin: 0 0 .5em 0;
}

li.goldMenuLink {
	cursor: pointer;
	-webkit-transition: all .3s;
	-moz-transition: 		all .3s;
	-ms-transition: 		all .3s;
	transition: 				all .3s;
}

li.goldMenuLink:hover {
	background: rgba(255,255,255,.05);
}

.benefits-list li {
	display: block;
	padding: .4em 0 !important;
	border-bottom: rgba(0,0,0,.3) solid 1px !important;
	border-top: rgba(255,255,255,.1) solid 1px !important;
}
.benefits-list li:last-child {
	border-bottom-width: 0 !important;
}
.benefits-list li:first-child {
	border-top-width: 0 !important;
}

.benefits-list li > i.s-icon {
	display: inline-block;
	vertical-align: middle;
	padding: 0 2%;
}
.benefits-list > ul > li > div {
	display: inline-block;
	width: 80%;
	vertical-align: middle;
}
.benefits-list h3 {
	margin: 0;
	font-weight: 300;
	font-size: 1.1em
}

.benefits i.xl-icon {
	margin: .1em 0;
	text-align: center;
	display: block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	text-shadow: 1px 1px 2px rgba(150,150,150,0.1);
}

/* ==== Distinguished Club Benefits ==== */

#clubBenefits i.s-icon {
	display: inline-block;
	text-align: center;
}
#clubBenefits > div:first-child {
	margin-top: 1em;
	margin-bottom: 1em;
}
#clubBenefits .benefits-list > ul {
	border-color: rgba(249,249,249,.4);
}

/* ==== Gold Membership Benefits ==== */

#goldBenefits .benefits-list > ul {
	border-color: var(--ignite);
}


/*=====================================================
 * Icons - .xs-icon, .s-icon, .m-icon, .l-icon, .xl-icon
 * ===================================================*/
.xs-icon {
	font-size: .8em;
}
.s-icon {
	font-size: 2em;
}
.m-icon {
	font-size: 5em;
}
.l-icon {
	font-size: 8em;
}
.xl-icon {
	font-size: 10em;
}


/*=====================================================
 * Standard Button - .xs-button, .s-button, .m-button, .l-button 
 * ===================================================*/
 
.xs-button {
	font-size: .7em;
	width: 140px !important;
}
.s-button {
	font-size: .8em;
	width: 160px !important;
}
.m-button {
	font-size: 1em;
	width: 180px !important;
}
.l-button {
	font-size: 1.2em;
	width: 200px !important;
}
.full-button {
	width: 100% !important;
}

.button-row {
	font-size: 1em;
	display: block;
	clear: both;
	width: 100%;
	margin: 0 auto;
}
.button-row > .std-button {
	white-space: nowrap;
}
.align-left {
	text-align: left;
	display: inline-block;
	float: left;
}
.align-middle {
	text-align: center;
	display: block !important;
	clear: both;
	margin: 0 auto;
}
.align-right {
	text-align: right;
	display: inline-block;
	float: right;
}

.std-button {
	border-radius: .3em;
	display: inline-block;
	overflow: hidden;
	cursor: pointer;
	white-space: nowrap;
	margin-top: .5em;
		
	background: #6d6d6d; /* Old browsers */
	background: -moz-linear-gradient(top,  #6d6d6d 1%, #5e5e5e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#6d6d6d), color-stop(100%,#5e5e5e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #6d6d6d 1%,#5e5e5e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #6d6d6d 1%,#5e5e5e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #6d6d6d 1%,#5e5e5e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #6d6d6d 1%,#5e5e5e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d6d6d', endColorstr='#5e5e5e',GradientType=0 ); /* IE6-9 */
}

.std-button a {
	text-decoration: none;
}

.std-button i {
	display: inline-block;
	text-align: center;
	background: black;
	color: white;
	width: 18%;
	min-width: 1.5em;
	padding: .4em 0;
	
	
	background: #2d2d2d; /* Old browsers */
	background: -moz-linear-gradient(top,  #2d2d2d 0%, #262626 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2d2d2d), color-stop(100%,#262626)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2d2d2d 0%,#262626 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2d2d2d 0%,#262626 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2d2d2d 0%,#262626 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2d2d2d 0%,#262626 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2d2d', endColorstr='#262626',GradientType=0 ); /* IE6-9 */
}

.std-button span {
	font-size: .9em;
	display: inline-block;
	width: 82%;
	min-width: 0em;
	text-align: center;
	color: white;
	vertical-align: top;
	line-height: 1.8;
	text-shadow: none;
}

.std-button:hover i {
	width: 100%;
}
.std-button:hover span {
	width: 0%;
}

.std-button:active i {	
	background: #6d6d6d; /* Old browsers */
	background: -moz-linear-gradient(top, #5e5e5e 1%,  #6d6d6d  100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#5e5e5e), color-stop(100%,#6d6d6d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #5e5e5e 1%, #6d6d6d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #5e5e5e 1%, #6d6d6d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #5e5e5e 1%, #6d6d6d 100%); /* IE10+ */
	background: linear-gradient(to bottom, #5e5e5e 1%, #6d6d6d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='5e5e5e', endColorstr='##6d6d6d',GradientType=0 ); /* IE6-9 */
}

.std-button i, .std-button span {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.plainButton input[type=button] {
	display: block;
	margin: 0 auto;
	border: none;
	outline: none;
	background: white;
	padding: .5em 1em;
	cursor: pointer;
	text-shadow: 1px 1px 1px #fff;
	color: #444;
	border: 1px solid #d0d0d0;

	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,.5) 0%, rgba(237,237,237,.5) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.5)), color-stop(100%,rgba(237,237,237,.5))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,.5) 0%,rgba(237,237,237,.5) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,.5) 0%,rgba(237,237,237,.5) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,.5) 0%,rgba(237,237,237,.5) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,.5) 0%,rgba(237,237,237,.5) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */

}

.plainButton input[type=button]:hover,
.plainButton input[type=button]:active {
	border: 1px solid #b0b0b0;
	background: rgb(237,237,237); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(237,237,237,.8) 0%, rgba(255,255,255,.8) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,237,237,.8)), color-stop(100%,rgba(255,255,255,.8))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(237,237,237,.8) 0%,rgba(255,255,255,.8) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(237,237,237,.8) 0%,rgba(255,255,255,.8) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(237,237,237,.8) 0%,rgba(255,255,255,.8) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(237,237,237,.8) 0%,rgba(255,255,255,.8) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.plainButton input[type=button]:active,
.plainButton input[type=button]:focus {
	border: 1px solid #666;
}

#subMenuHome .search {
	background: rgba(255,255,255,.1);
	max-width:250px;
	width:95%;
	display:block;
	margin:0 auto;
	position: relative;
	text-align: left;
		-webkit-box-shadow: -1px -1px rgba(0,0,0,.3);
		-moz-box-shadow: -1px -1px rgba(0,0,0,.3);
		-ms-box-shadow: -1px -1px rgba(0,0,0,.3);
		-o-box-shadow: -1px -1px rgba(0,0,0,.3);
		box-shadow: -1px -1px rgba(0,0,0,.3);	
}
#subMenuHome .search #menuSearchBox {
	border: none;
	outline: none;
	background: none;
	display: inline-block;
	padding: .5em;
	color: rgba(249,249,249,.7);
	width: 85%;
}
#subMenuHome .search #searchGo {
	position: absolute;
	right: 0;
	border: 0;
	outline: 0;
	top: 0;
	padding: .1em;
}


/* Desktops >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Desktops */
@media all and (min-width: 1025px) {

	/* HEADER STYLES */
	
	header#menuButton a {
	}
	header#menuButton img#logo_1 {
		display: none;
	}
	
	header#menuButton img#logo_2 {
		width: 300px;
		padding: 6px;
	}
	
	/* MAIN MENU STYLES - Desktop */
	.main-menu > ul {
		max-height: 3.75em;
		margin: 0 12.5%;
	}
	
	.main-menu > ul > li {
		width: 14.2%;
	}
	
	/* Main menu item style */
	.menu-item .icon i {
		font-size: 1.6em;
	}
	
	/*
	.main-menu > ul > li:nth-child(6n+1) .menu-item i {
		font-size: 3.25em;
	}
	*/
	
	/* Main menu item animations */
	.main-menu > ul > li:hover .menu-item i, .main-menu > ul > li:focus .menu-item i, .main-menu > ul > li:active .menu-item i {
		font-size: 2.5em;
	}
		
	/* SUB MENU */
	.sub-menu-inner {
		margin: 0 12.5%;
	}
		

	
	/* GOLD & myTRACK LOGIN FORM */
	.login h1 { font-size: 1.8em; }
	.login h1 span { font-size: 1.2em; }
		
	/* Styling for the Gold Membership login form - Desktop */
	.login {
		font-size: 100%;
	}
	
}

/* Tablets >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Tablets */
@media all and (max-width: 1024px) and (min-width: 641px) {

	/* HEADER STYLES */
	
	header#menuButton a {
	}
	header#menuButton img#logo_1 {
		display: none;
	}
	
	header#menuButton img#logo_2 {
		width: 300px;
		padding: 6px;
	}
	
	/* MAIN MENU STYLES - Tablet */
	.main-menu > ul {
		max-height: 3.25em;
	}
	
	/* Main menu item style */	
	.menu-item .icon i {
		font-size: 1.3em;
	}
	
	/*
	.main-menu > ul > li:nth-child(6n+1) .menu-item i {
		font-size: 2.8em;
	}
	*/
	
	.menu-item .icon + span {
		font-size: .95em;
	}
	
	/* Main menu item animations */
	.main-menu > ul > li:hover .menu-item i, .main-menu > ul > li:focus .menu-item i, .main-menu > ul > li:active .menu-item i {
		font-size: 2.2em;
	}	
	
	/* SUB MENU */
	.go-back {
		position: absolute;
	}
	.sub-menu-inner {
		font-size:.9em;
	}
	.sub-menu-inner h1 {
		margin-left: 40px !important;
	}

	/* GOLD & myTRACK LOGIN FORM */
	.login h1 { font-size: 1.6em; }
	.login h1 span { font-size: 1.1em; }	
	
}

/* Desktops & tablets >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Desktops & Tablets */
@media all and (min-width: 641px) {

	.desktopHidden {
		display:none;
	}
	
	.mobile-menu-spacing {
		display: none;
	}
	
	#loginFrame {
		position:fixed;
		z-index: 1;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		background: #000;
		background: rgba(0,0,0,.8);
		overflow-y: auto;
	}
	.lightBox {
		display: block;
		position: absolute;
		width: 640px;
	}

	#subMenuContainer {
		position: relative;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}

	/* HEADER STYLES */
	#header-bg {
	}
	
	header#menuButton {
		display: block;
	}
	
	
	#menuButton {
		position: relative;
	}
	
	/* MAIN MENU STYLES - Desktop & Tablet */	
	.main-menu {
		background: black;		/* Safari 4-5, Chrome 1-9 */
		background: -webkit-linear-gradient(top, rgb(55,55,55), rgb(0,0,0));		/* Safari 5.1+, Chrome 10+ */
		background: -moz-linear-gradient(top, rgb(55,55,55), rgb(0,0,0));		/* Firefox 3.6+ */
		background: -ms-linear-gradient(top, rgb(55,55,55), rgb(0,0,0));		/* IE 10 */
		background: -o-linear-gradient(top, rgb(55,55,55), rgb(0,0,0));		/* Opera 11.10+ */
	}
	
	.main-menu > ul {
		padding: 0;
	}
	
	.main-menu > ul > li {
		display: inline-block;
		width: 14.2%;
		float: left;
		margin: .1em 0;
		padding-top: .1em;
		text-align: center;
		vertical-align: middle;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
		border-width: 0 0 0 1px;
		-webkit-border-image: -webkit-gradient(linear, from(rgba(255,255,255,0.25)), color-stop(0.4, rgba(255,255,255,.15)), color-stop(0.6, rgba(255,255,255,0)), to(rgba(255,255,255,255)));
		-webkit-border-image: -webkit-linear-gradient(bottom, rgba(255,255,255,0.25), rgba(255,255,255,0.15) 40%, rgba(255,255,255,0) 60%) 1 100%;
		-o-border-image: -webkit-linear-gradient(bottom, rgba(255,255,255,0.25), rgba(255,255,255,0.15) 40%, rgba(255,255,255,0) 60%) 1 100%;
		-moz-border-image: -webkit-linear-gradient(bottom, rgba(255,255,255,0.25), rgba(255,255,255,0.15) 40%, rgba(255,255,255,0) 60%) 1 100%;
	}
	.main-menu > ul > li:hover {
		background-image: -ms-radial-gradient(center bottom, circle closest-corner, rgb(54,54,54) 0%, rgb(0,0,0) 100%);		/* IE10 Consumer Preview */ 
		background-image: -moz-radial-gradient(center bottom, circle closest-corner, rgb(54,54,54) 0%, rgb(0,0,0) 100%);		/* Mozilla Firefox */ 
		background-image: -o-radial-gradient(center bottom, circle closest-corner, rgb(54,54,54) 0%, rgb(0,0,0) 100%);		/* Opera */
		background-image: -webkit-gradient(radial, center bottom, 0, center bottom, 487, color-stop(0, rgb(54,54,54)), color-stop(1, rgb(0,0,0)));		/* Webkit (Safari/Chrome 10) */ 
		background-image: -webkit-radial-gradient(center bottom, circle closest-corner, rgb(54,54,54) 0%, rgb(0,0,0) 100%);		/* Webkit (Chrome 11+) */ 
		background-image: radial-gradient(circle closest-corner at center bottom, rgb(54,54,54) 0%, rgb(0,0,0) 100%);		/* W3C Markup, IE10 Release Preview */ 
	}
	
	/* Hides the menu toggle for mobile devices */
	.menu-toggle {
		display: none;
	}
	
	/* Main menu item style */
	.menu-item {
		border-width: 0 1px 0 0;
		-webkit-border-image: -webkit-gradient(linear, from(rgba(0,0,0,1)), color-stop(0.5, rgba(0,0,0,1)), color-stop(0.8, rgba(0,0,0,0)), to(rgba(0,0,0,1)));
		-webkit-border-image: -webkit-linear-gradient(bottom, rgba(0,0,0,1), rgba(0,0,0,1) 50%, rgba(0,0,0,0) 80%) 1 100%;
		-o-border-image: -webkit-linear-gradient(bottom, rgba(0,0,0,1), rgba(0,0,0,1) 50%, rgba(0,0,0,0) 80%) 1 100%;
		-moz-border-image: -webkit-linear-gradient(bottom, rgba(0,0,0,1), rgba(0,0,0,1) 50%, rgba(0,0,0,0) 80%) 1 100%;
		overflow: hidden;
		height: 57px;
	}
	
	.menu-item .icon i {
		display: block;
		padding: .2em 0 .15em;
		-webkit-transition: font-size .3s;
		-moz-transition: font-size .3s;
		-o-transition: font-size .3s;
		-ms-transition: font-size .3s;
		transition: font-size .3s;
	}
	
	/*
	.main-menu > ul > li:nth-child(6n+1) .menu-item i {
		padding: 0 0 .1em;
	}
	*/
	
	.menu-item .icon + span {
		line-height: 1.3em;
	}
	
	.menu-item .pointer {
		display: none;
	}
	
	/* Main menu item animations */
	.main-menu > ul > li:hover .menu-item i, 
	.main-menu > ul > li:focus .menu-item i, 
	.main-menu > ul > li:active .menu-item i {
		-webkit-transition: font-size .3s;
		-moz-transition: font-size .3s;
		-o-transition: font-size .3s;
		-ms-transition: font-size .3s;
		transition: font-size .3s;
	}
	
	/* SUB-MENU STYLES */
	.subMenuContainer-start {
		left: 0%;
	}
	
	.sub-menu {
		padding: 1em 0;
	}

	.go-back {
		float: left;
		padding: .3em;
		background: none;
		outline: none;
		border: none;
		cursor: pointer;
		margin: 0;
	}
	.go-back i {
		font-size: 1.4em;
		color: rgba(249,249,249,.4);
		text-shadow: none;
	}	

	.go-back:hover i,
	.go-back:focus i,
	.go-back:active i {
		color: rgba(249,249,249,.7);
	}
	
	.sub-menu li {
		display: block;
		width: 100%;
		white-space: nowrap;
		overflow: hidden;
		vertical-align: text-bottom;
		border: none;
		text-align: left;
		background: none;
		font-size: 1em;
		line-height: 1.2em;
		padding: .2em 0;
	}
	.sub-menu ul > li > a {
		display: inline-block;
	}
	
	.sub-menu-inner {
		overflow: hidden;
		-webkit-transition: width .3s;
		-moz-transition: width .3s;
		-o-transition: width .3s;
		-ms-transition: width .3s;
		transition: width .3s;
	}	
	
	.sub-menu-content {	
		max-height: 800px;
		clear: both;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	
	.sub-menu-content > div {
		float: left;
		overflow: hidden;
		text-align: left;
		display: inline-block;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;
		color: rgba(249,249,249,.9);
	}

	.col-icon i {
	}
	.col-icon a {
		text-shadow: none;
		display: block;
		text-align: center;
		cursor: default
	}
	.col-icon a i {
		color: rgba(0,0,0,.5);
		text-shadow: 1px 1px 1px rgba(100,100,100,0.2);
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
	}

	.appIcon {
		font-size: 2.2em;
		padding: .3em;
		background: rgba(180,180,180,1);
		border-radius: .2em;
		vertical-align: middle;
		text-align: center;
	}
	
	#subMenuHome {
		text-align: center;
	}
	#subMenuHome a {
		padding: .5em 1em;
		display: inline-block;
		cursor: pointer;
	}
	#subMenuHome a:hover i {
		color: rgba(0,112,187,1);
		text-shadow: -1px -1px  rgba(0,0,0,.4), 1px 1px rgba(249,249,249,.1);
		-webkit-transition: none;
	}
	#subMenuHome a:hover i:after {
		color: rgba(146,148,151,.6);
	}
	#subMenuHome a:active i {
		color: rgba(0,112,187,.9);
		text-shadow: -1px -1px 1px rgba(0,0,0,.8);
	}
	#subMenuHome a span {
		display: block;
		padding: 1em 0;
	}
	
	.gold-promo {
		font-size: 1.1em;
	}
	.gold-promo p {
		padding: 0;
	}
	
	.col-1 > div {
		width: 100%;
	}
	
	.col-2 > div {
		width: 50%;
	}	
	.col-2 > div > ul {
		margin-left: 10%;
		margin-right: 5%;
	}	
	.col-3 > div {
		width: 33.3333333%;
	}
	.col-3 > div > ul {
		margin-left: 12%;
	}
	.col-4 > div {
		width: 25%;
	}
	.col-4 > div > ul {
		margin-left: 10%;
	}
	.col-5 > div {
		width: 20%;
	}
	.col-5 > div > ul {
		margin-left: 8%;
	}
	.col-6 > div {
		width: 16.66666666666667%;
	}
	.col-6 > div > ul {
		margin-left: 8%;
	}

	
	.vert-divider > div {
		border-width: 0 1px 0 0;
		-webkit-border-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0) 10%, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 90%) 1 100%;
		-webkit-border-image: -webkit-gradient(linear, from(rgba(0,0,0,0)), color-stop(0.5, rgba(0,0,0,1)), color-stop(0.9, rgba(0,0,0,0)), to(rgba(0,0,0,1)));
		-moz-border-image: -moz-linear-gradient(bottom, rgba(0,0,0,0) 10%, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 90%) 1 100%;
		-o-border-image: -o-linear-gradient(bottom, rgba(0,0,0,0) 10%, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 90%) 1 100%;
		border-image: linear-gradient(to bottom, rgba(0,0,0,0) 10%, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 90%) 1 100%;
		
		-webkit-box-shadow: 12px 0 1px -12px rgba(255,255,255,.3);
		-moz-box-shadow: 12px 0 1px -12px rgba(255,255,255,.3);
		-ms-box-shadow: 12px 0 1px -12px rgba(255,255,255,.3);
		-o-box-shadow: 12px 0 1px -12px rgba(255,255,255,.3);
		box-shadow: 12px 0 1px -12px rgba(255,255,255,.3);	
		
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.vert-divider :last-of-type {
		border: none;
		box-shadow: none;
	}
	
	.sub-menu h1 {
		color: rgba(249,249,249,.3);
		padding: 0;
		font-size: 1.5em;
		font-weight: 600;
		text-transform: uppercase;
		vertical-align: middle;
		margin: 0;
	}
	.sub-menu h1 a {
		font-size: .8em;
		font-weight: 200;
	}
	.sub-menu h1 i {
		font-size: .4em;
		margin: .5em;
	}
	
	.sub-menu h2 {
		padding-bottom: .2em;
		font-size: 1em;
		text-align: center;
	}
	
	.sub-menu-content > div {
		padding: 1em 0 0 0;
	}

	.listHeader > a > span {
		color: rgb(222,222,222);
		text-shadow: none;
		cursor: default;
		font-weight: 800;
	}
	.listHeader > a i {
		display: none;
	}
	.listHeader li {
		font-size: 1em;
	}
	.listHeader p {
		font-size: 1em;
		margin: 1em 0 1em auto;
	}
		
	/* GOLD & myTRACK LOGIN FORM */

	.tw-login-open {
		max-height: 400px;
		max-width: 500px;
		min-width: 300px;
		padding: .5em 1em 1.2em 1em;
		-webkit-transition: max-width .2s, max-height .3s ease .2s;
		-moz-transition: max-width .2s, max-height .3s ease .2s;
		-o-transition: max-width .2s, max-height .3s ease .2s;
		-ms-transition: max-width .2s, max-height .3s ease .2s;
		transition: max-width .2s, max-height .3s ease .2s;
	}	
	
	.myTrack {
		width: 200px !important;
		-webkit-transition: all .3s ease-out .2s !important;
		padding: .5em 0 0em !important;
	}
	
	.login {
		margin: 0 auto;
		padding: 0 2em;
	}

	/* Gold Membership login form styles - Desktop & tablet */
	.icon-layout  {
		margin-bottom: 2em;
	}
	.icon-layout > div > i {
		font-size: 2.5em;
		display: block;
		text-align: center;
		color: rgba(249,249,249,.5);
	}	
	.icon-layout h2 {
		padding: .5em .1em;
	}
	.icon-layout p {
		text-align: center;
		font-size: .8em;
		line-height: 1.5em;
		margin: 0 4%;
	}

	
	.benefits i.xl-icon {
		color: rgba(0,0,0,.5);
		background: -webkit-linear-gradient(rgba(8,9,12,.5), rgba(11,12,7,.5));
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	
	.benefits > div > div > p {
		font-size: 1em;
		padding: 0 8% 1em;
		line-height: 1.5;
	}

}

/* Phones >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Phones */

/* Phone Landscape */
@media only screen and (min-width: 521px) and (max-width: 640px) {


	.main-menu > ul > li {
		display: inline-block;
		float: left;
		width: 50%;
	}
	
	.menu-item {
		border-right: rgba(0,0,0,.3) solid 1px;
		border-left: rgba(255,255,255,.1) solid 1px;
		font-size: .95em;
	}
	
	.menu-item .icon + span {
		font-size: 1em;
	}

}	

/* Phone Portrait */
@media screen and (max-width: 520px) {

	.main-menu > ul > li {
		display: block;
		width: 100%;
	}
	
	.menu-item .icon + span {
		font-size: 1em;
	}
	
}

@media all and (max-width: 640px) {

	body {
		background-color: white;
	}	
	
	#subMenuContainer {
		position: fixed; /*was absolute but cause hor. scroll bar on IE so we changed to fixed and solved problem for now...*/
	}
	
	.subMenuContainer-start {
		left: 100%;
	}
	
	/* HEADER STYLES */
	#header-bg {
		position: fixed;
		top: 0;
		z-index: 3;
		height: 42px;
		width: 100%;
		max-width: 640px;
		background: rgb(222,222,222);
	}
	
	header#menuButton {
	}
	
	header#menuButton a {
		width:36px;
		padding:0 .5em;
	}
	
	header#menuButton img#logo_1 {
		display: block;
		margin: 0 auto;
		width: 36px;
		height: auto;
	}
	
	header#menuButton img#logo_2 {
		display: none;
	}
	
	/* MAIN MENU STYLES - Phone */
	.main-menu {
		position: fixed;
		z-index: 2;
		top: 0;
		margin-left: 0;
		padding-top: 42px;
		background: none;
		margin-top: 0px;
		-webkit-transition: margin-left .3s;
		-moz-transition: margin-left .3s;
		-ms-transition: margin-left .3s;
		-o-transition: margin-left .3s;
		transition: margin-left .3s;
	}
	
	.shift-main-menu {
		display: none;
	}
	
	.main-menu > ul {
		padding: 0;
		width: 100%;
		max-height: 0;
		background: url(./images/bg_texture.jpg);
		border-bottom: rgba(0,0,0,.3) solid 1px;
		border-top: rgba(255,255,255,.1) solid 1px;
		-webkit-transition: max-height .6s;
		-moz-transition: max-height .6s;
		-ms-transition: max-height .6s;
		-o-transition: max-height .6s;
		transition: max-height .6s;
	}
	
	.main-menu-open {
		max-height: 500px !important;
	}
	
	.main-menu > ul > li {
		padding: 0;
		border-bottom: rgba(0,0,0,.3) solid 1px;
		border-top: rgba(255,255,255,.1) solid 1px;
		overflow: hidden;
	}
	
	/* Style and position of the menu toggle for mobile */
	.menu-toggle {
		position: absolute;
		top: .1em;
		left: 2%;
		padding: 0;
		margin: 0;
		display: block;
		background: none;
		border: none;
		font-size: 2em;
		cursor: pointer;
		color: rgb(102,102,102);
		text-shadow: 0 1px rgba(249,249,249,.3);
	}
	
	.menu-toggle:hover, .menu-toggle:active, .menu-toggle:focus {
		color: rgb(51,51,51);
		text-shadow: -1px -1px rgba(249,249,249,.1);
	}
	
	/* Main menu item style */
	.menu-item i {
		text-shadow: 1px 1px rgba(0,0,0,.1);
	}
	
	.menu-item .icon i {
		font-size: 2em;
		display: inline-block;
		padding: .25em 4%;
	}
	
	.menu-item .icon + span {
		padding: 0;
		display: inline;
		vertical-align: top;
		line-height: 3em;
	}
	
	.menu-item .pointer {
		float: right;
		padding: 1em 5%;
	}
	
	/* Main menu item animations */
	.main-menu > ul > li:hover, .main-menu > ul > li:focus, .main-menu > ul > li:active {
		background: rgba(249,249,249,.1);
		-webkit-transition: background .3s;
	}
	
	.sub-menu {
		position: fixed;
		top: 42px;
	}	
	
	.sub-menu-content {
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	
	.go-back {
		display: block;
		background: none;
		position: absolute;
		top: 0;
		left: 0;
		float: left;
		outline: none;
		border: none;
		padding: .6em;
		cursor: pointer;
	}
	
	.go-back i {
		margin-right: 4px;
		font-size: 1.6em;
		color: rgba(249,249,249,.5);
	}
	
	.sub-menu h1 {
		text-align: center;
		font-size: 1.15em;
		font-weight: 300;
		padding: .2em 1em;
		margin: 0;
		color: rgba(249,249,249,.9);
		text-transform: uppercase;
		border-bottom: rgba(153,153,153,.5) thin solid;
		line-height: 2;
	}
	.sub-menu p {
		padding: 1em 8%;
	}
	.sub-menu h1 a,
	.sub-menu h1 i {
		display: none;
	}
	
	.sub-menu-inner {
		overflow: hidden;
		width: 100%;
		position: relative;
		top: 0;
	}
	
	.sub-menu-content > div {
		width: 100%;
		padding: 0;
	}
	.sub-menu div {
		color: rgb(255,255,255);
	}


	.sub-menu-content li,
	.sub-menu-content div a span {
		font-size: 1em;
	}

	.sub-menu-content div > ul > li  {
		margin-left: 0%;
		padding: .5em 1em;
		border-bottom: rgba(0,0,0,.3) solid 1px; 
		border-top: rgba(255,255,255,.1) solid 1px;
	}
	.widgetContent .lock-in,
	.sub-menu-content .lock-in {
		font-size: 1.4em;
		vertical-align: baseline;
		margin-right: .2em;
	}
	
	.gold-promo {
		font-size: 1em;
		background: rgba(0,0,0,.2);
	}
	.gold-promo p {
		font-size: .8em;
		padding: 0;
	}
	
	.sub-menu a {
		color: rgba(249,249,249,.9);
	}
	
	.listHeader {
		cursor: pointer;
	}
	.listHeader > a > span + i {
		font-size: .6em;
		padding: .4em;
		vertical-align: text-bottom;
		float: right;
	}
	
	.listHeader li {
		padding: .5em;
		font-size: .75em;
		white-space: nowrap;
	}
	.listHeader ul {
		max-height: 0;
		overflow: hidden;
		-webkit-transition: max-height .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	.listHeader-open {
		display: block;
		margin-top: .3em;
		max-height: 300px !important;
		-webkit-transition: margin-top .3s;
		-moz-transition: margin-top .3s;
		-ms-transition: margin-top .3s;
		-o-transition: margin-top .3s;
		transition: margin-top .3s;
	}

	/* GOLD & myTRACK LOGIN FORM */
	#userTrack-login {
		margin: .5em 0 !important;
	}
	#userTW-login {
		font-size: 1.5em;
	}
	.userTW {
		top: .25em;
		right: 3%;
		position: fixed;
	}
	.tw-login-open {
		max-height: 600px !important;
		padding-bottom: 1em !important;
		margin-top: 0px !important;
	}
	
	.tw-login-content {
		position: fixed;
		top: 42px;
		z-index: 3;
		width: 100%;
	}
	.tw-login {
		max-height: 0px;
		position: relative;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		border: none;
		max-width:640px;
		margin-top: -600px;
	}
	.tw-login .login {
		margin-top: 42px;
	}
	.tw-login p {
		margin: 0;
		text-align: center;
	}
	
	.icon-layout > div {
		width: 100%;
		display: block;
		padding: 1em 0;
		border-bottom: rgba(0,0,0,.3) solid 1px;
		border-top: rgba(255,255,255,.1) solid 1px;
	}
	.icon-layout > div > i {
		font-size: 3em;
		text-align: center;
		display: block;
	}	
	.icon-layout h2 {
		text-align: center;
		display: block;
		font-size: 1em;
		font-weight: 300;
		margin-top: .2em;
	}
	.icon-layout p {
		text-align: center;
		display: block;
		padding: .5em 4%;
	}
	
	.mobileHidden {
		display:none !important;
	}
	.mainFrameTD span {
		font-size:.66em;
	}
	.nextPrev{
		width:100%;
	}

	#loginFrame {
		position:fixed;
		z-index: 2;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		background: #000;
		background: rgba(0,0,0,.8);
		overflow-y: auto;
	}
	.lightBox {
		display: block;
		width: 100%;
		max-width: 640px;
		position: absolute;
	}
	
	.benefits-block {
		margin: 2em 8%;
		text-align: center;
	}
	
	.benefits-block .more-info {
		margin: .25em .5em;
	}
	
	.benefits-block p.desc {
		text-align: inherit;
	}


/*=====================================================
 * Featured Layout - mobile
* ====================================================*/

	.container {
		margin: 0;
	}
	
	.benefits i.xl-icon {
		position: absolute;
		top: .5em;
		width: 100%;
		text-align: center;
		z-index: -1;
		color: rgba(0,0,0,.4);
		background: -webkit-linear-gradient(rgba(8,9,12,.4), rgba(11,12,7,.4));
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	.benefits-list {
		padding: 0;
		font-size: 1em;
		padding: 1em 0 !important;
		width: 100% !important;
	}
	.benefits-list h2 {
		text-align: center;
	}
	.benefits-list ul {
		padding: 0 !important;
		background: rgba(0,0,0,.2);
	}
	.benefits-list li {
		padding: .5em 4% !important;
		white-space: nowrap;
	}
	.benefits-list p {
		padding: 0 !important;
	}
	
}

@media screen and (max-width: 275px) {
	
	.icon {
		display: none;
	}
	.menu-item .icon + span {
		padding-left: 4% !important;
	}
	.widgetContent .lock-in,
	.sub-menu-content .lock-in {
		display: none;
	}
	.userTrack {
		font-size: 1em !important;
	}
	
}
