@media only screen and (max-width: 768px){
	body{
		padding: 0;
	}
	#mobileMenuBtn{
		background: none;
		border: 0;
		box-shadow: none;
		color: #CCC;
		font-size: 20px;
		float: right;
	}
}
footer .zing{
	text-align: center;
}
footer .zing a{
	color: #999;
	text-decoration: none;
}
.mobile-nav-open .site-wrapper {
    transform: translate3d(-85%, 0px, 0px);
}
@media only screen and (max-width: 400px){
	#mobileNav .main-nav .nav-wrapper {
	    width: 60%;
	}
}
/* @group ZINGFIT */
/* @group BUTTONS */
#schedule .next:not(.disabled) a, #schedule .previous:not(.disabled) a, #login .control-actions .btn, #giftcardnew .btn.btn-primary, #new .form-actions .btn.btn-primary, #save .form-actions .btn.btn-primary, #edit .form-actions .btn.btn-primary, #viewSeries .btn, #needSeries .btn #schedule .center .btn, #events .panel-bordered .btn, #billing .btn.btn-primary, #resetPassword .form-actions .btn, #chooseSeries #serieslisting .btn, #waitList .btn, #schedule #reserveEvents .btn, #processPayment .center.topbuffer20 .btn, #new .form-actions .btn, #edit .form-actions .btn, #gatewayaccount .form-actions .btn, #save .form-actions .btn, #seriesTerms #seriesterms .btn, #checkoutgiftcard .btn, #savedcards .btn, #checkoutbilling .btn, #doublesubmit .btn, #promoForm .btn, #forgotPassword .form-actions .btn, #needSeries .seriessubmit .btn, #referralMessage .form-actions .btn, #reserveEvents .btn, input[type="submit"] {
	background-color: #272727;
	background-image: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: #FFF;
	cursor: pointer;
	font-family: "brandon-grotesque";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 14px;
	padding: 14px 35px;
	text-align: center;
	text-shadow: none;
	text-transform: uppercase;
	transition: opacity 0.1s cubic-bezier(0, 0, 1, 1);
}

#schedule .next:not(.disabled) a:hover, #schedule .previous:not(.disabled) a:hover, #login .control-actions .btn:hover, #giftcardnew .btn.btn-primary:hover, #new .form-actions .btn.btn-primary:hover, #save .form-actions .btn.btn-primary:hover, #edit .form-actions .btn.btn-primary:hover, #viewSeries .btn:hover, #schedule .center .btn:hover, #events .panel-bordered .btn:hover, #needSeries .btn:hover, #billing .btn.btn-primary:hover, #resetPassword .form-actions .btn:hover, #chooseSeries #serieslisting .btn:hover, #waitList .btn:hover, #schedule #reserveEvents .btn:hover, #processPayment .center.topbuffer20 .btn:hover, #new .form-actions .btn:hover, #edit .form-actions .btn:hover, #gatewayaccount .form-actions .btn:hover, #save .form-actions .btn:hover, #seriesTerms #seriesterms .btn:hover, #checkoutgiftcard .btn:hover, #savedcards .btn:hover, #checkoutbilling .btn:hover, #doublesubmit .btn:hover, #promoForm .btn:hover, #forgotPassword .form-actions .btn:hover, #needSeries .seriessubmit .btn:hover, #referralMessage .form-actions .btn:hover, #reserveEvents .btn:hover, input[type="submit"]:hover {
	opacity: 0.8;
}
#mobileMenuBtn {
	display: none;
}
#schedule .previous.disabled a, #schedule .next.disabled a {
     background: #fff;
     border: 1px solid #999;
     border-radius: 0;
     box-shadow: none;
     color: #999;
     text-shadow: none;
     font-family: "brandon-grotesque";
     font-size: 14px;
     font-style: normal;
     font-weight: 500;
     letter-spacing: 2px;
     line-height: 14px;
     padding: 14px 35px;
     text-align: center;
     text-shadow: none;
     text-transform: uppercase;
}
#processPayment .span6 .btn i {
    display: none;
}
/* @end */
/* @group FORMS */
#new .form-actions, #save .form-actions, #edit .form-actions, #billing .form-actions, #processPayment .form-actions, #gatewayaccount .form-actions, #forgotPassword .form-actions, #referralMessage .form-actions, #giftcardnew .form-actions {
    background: none;
    border: none;
}
.controls input[type="text"], .controls input[type="password"], .control-group input[type="text"], .control-group input[type="password"], #promoForm input[type="text"], #checkoutpromo input[type="text"], #checkoutgiftcard input[type="text"], .form-horizontal select, #checkoutpromo input[type="text"], #checkoutgiftcard input[type="text"] {
	background: #FAFAFA none repeat scroll 0% 0%;
	border: 1px solid #CCC;
	border-radius: 2px;
	font-family: sans-serif;
	font-size: 12px;
	margin: 6px 0px 4px;
	padding: 12px;
	width: 80%;
}
/*.controls input[type="text"]:focus, .controls input[type="password"]:focus, .control-group input[type="text"]:focus, .control-group input[type="password"]:focus, #promoForm input[type="text"]:focus, #checkoutpromo input[type="text"]:focus, #checkoutgiftcard input[type="text"]:focus {
	border-color: #999;
	box-shadow: none;
}*/
#new .control-label, #save .control-label, #gatewayaccount .control-label, #billing .control-label, #processpayment .control-label, #edit .control-label {
	color: #787878;
	display: block;
	font-family: "Raleway";
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 19px;
	text-align: left;
	text-transform: uppercase;
	width: 100%;
}
.form-horizontal .controls {
	margin-left: 0;
	clear: both;
}
.control-group.required.error input[type="text"] {
	border: 1px solid #ff0000;
}
.form-horizontal select {
	background: #fafafa;
  border: 1px solid #CCC;
	line-height: 18px;
	margin-bottom:10px;
	min-height: 50px;
	width: 84%;
}
#checkoutgiftcard input[type="text"] {
	display: block;
	height: 17px;
}
#giftcardnew .input-prepend .add-on {
	border: none;
	height: 60px;
}
#giftcardsidebar {
	margin-left: 0;
}
/* @end */
/* @group ACCOUNT */
#content-wrapper .content {
    position: relative;
    bottom: 26px;
}
.content-inner {
	padding-top: 30px;
}
#header-wrapper {
    position: relative;
    height: 426px;
}
#schedule #reserveEvents tbody tr td, #classes #classlisting tbody tr td, #info #customerinfo tbody tr td, #series #serieslisting tbody tr td, #schedule #reserve tbody tr td, #viewSeries .row, #billing #ordersummary tbody tr td, #processPayment #ordersummary tbody tr td, #billing #subtotal td, #processPayment #subtotal td, #billing .totalrow td, #processPayment .totalrow td, #info .row, #savedcardlisting td, #page6 #serieslisting .row, #promoForm .navbar-text {
	color: #676767;
	font-family: "Raleway";
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
}
#schedule #reserveEvents thead tr th, #classes #classlisting thead tr th, #info #dashboard h3, #info #customerinfo thead tr th, #series #serieslisting thead tr th, #schedule #reserve thead tr td, #viewSeries h3, #billing #ordersummary tbody tr th, #processPayment #ordersummary tbody tr th, #page6 #seriestype1, #info .span1.gridlabel, #savedcardlisting th, .navbar-text {
	color: #777;
	font-family: "Montserrat";
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 32px;
	text-transform: uppercase;
}
.page-header h1, .page-header h2, .page-header span {
	font-family: "Montserrat";
	font-size: 45px;
	color: #787878;
	letter-spacing: 3px;
	line-height: 1.4em;
	text-align: center;
	text-transform: uppercase;
}
#login .page-header h2 {
	text-align: left;
}
/* @end */
/* @group NAV */
.subnav .nav > li > a, #info .panel-link a, #login #forgotpasswordrow a, .checbox a {
	color: #878787;
	font-family: "Montserrat";
	font-size: 1em;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 2em;
	text-decoration: none;
	text-transform: uppercase;
}
.subnav .nav > li > a:hover, #info .panel-link a:hover, #login #forgotpasswordrow a:hover, .checbox a:hover	{
	background-color: transparent;
	color: rgba(135, 135, 135, 0.7);
}
/* @end */
/* @group LOGIN */
#login .offset1 {
	margin-left: 15%;
	margin-right: 5%;
}
#login #loginbox {
	width: 90%;
}
#login .content-inner {
	max-width: 1100px;
}
#login .offset2 {
	float: right;
}
/* @end */
/* @group INFO */
#info .span1 {
	margin-left: 5%;
}
#info .span4 {
	margin-left: 80px;
	margin-top: 7px;
}
#info .panel-link {
	margin-top: -36px;
}
#info .panel-link a {
	text-transform: lowercase;
}
/* @end */
/* @group BILLING */
#billing form, #processPayment form, #ordersummary, #ordersummary th, #ordersummary td {
	background-color: transparent;
	background-image: none;
}
#checkoutbilling {
	margin-left: 0;
}
/*#checkoutpromo input[type="text"], #checkoutgiftcard input[type="text"] {
	display: block;
	margin-bottom: 10px;
	width: 70%;
}*/
#billing .offset2, #processPayment .offset2 {
    margin-left: 13%;
}
/* @end */
/* @group SERIES */
#promoForm span, #promoForm input[type="text"], #promoForm input[type="submit"] {
    display: block;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    text-align: center;
    width: 95%;
}
#seriespromo .navbar-form {
    width: 100%;
}
#seriespromo .navbar-inner {
	background-color: #fff;
	background-image: none;
}
#serieslisting form {
	margin-left: 5%;
}
#serieslisting .seriessubmit {
	margin-left: 10%;
}
/* @end */
/* @group ALERTS */
.alert {
	background-color: transparent;
	border: 1px solid #ECECEC;
	color: #000;
	line-height: 20px;
	text-align: center;
}
.alert p {
	margin-bottom: 0;
}
.alert .icon-remove {
	background-position: -303px 12px;
}
/* @end */
/* @group SCHEDULE */
#reserveweeknav, #reserveFilter {
	margin-left: 0;
}
#reserve thead tr td, #reserve thead tr td span {
    color: #B0B0B0;
}
#schedule #reserve .scheduleClass, #schedule #reserve .scheduleInstruc, #schedule #reserve .scheduleTime {
	color: #D8D8D8;
}
#schedule #reserve .scheduleInstruc.active, #schedule #reserve .scheduleTime.active {
	color: #000;
}
#schedule #reserve .scheduleClass {
	font-family: "Montserrat";
	font-size: 1em;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 2em;
	text-decoration: none;
	text-transform: uppercase;
}
#schedule #reserve .scheduleClass.pop {
	color: #878787;
	font-family: "Montserrat";
	font-size: 1em;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 2em;
	text-decoration: none;
	text-transform: uppercase;
	transition: all .3s ease;
}
#schedule #reserve .scheduleClass.pop:hover {
	background-color: transparent;
	color: rgba(135, 135, 135, 0.7);
}
a:hover, a:focus {
	text-decoration: none;
}
.scheduleTable tbody tr td .scheduleBlock {
	line-height: 15px;
	min-height: 80px;
}
.scheduleTable tbody tr td .scheduleBlock {
	margin-bottom: 15px;
}
#schedule .dropdown-menu li, .main-content ul li {
	list-style: none;
}
.scheduleTable tbody tr td .scheduleBlock:first-child {
	margin-top: 15px;
}
#reserveFilter .dropdown-menu {
	padding-top: 0;
}
#reserveFilter .dropdown-toggle {
	color: #888;
	font-family: "Montserrat";
	font-size: 1em;
	font-weight: bold;
	line-height: 18.2px;
	text-transform: uppercase;
}
#reserveFilter .dropdown-menu li a {
    background-color: transparent;
    color: #B0B0B0;
		font-family: "Montserrat";
    font-size: 1em;
    font-weight: bolder;
    letter-spacing: 0px;
    line-height: 23px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    outline-color: #CCC;
    outline-style: none;
    outline-width: 0px;
    padding-bottom: 14px;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 14px;
}
#reserveFilter .dropdown-menu li a:hover {
	background-color: tranparent;
	background-image: none;
	color: #ABABAB;
}
#reserveFilter .dropdown-menu li:hover {
	color: #A19FCE;
}
#events .event.panel-bordered {
	min-height: 240px;
}
/* @end */
/* @group MEDIA */
@media (min-width: 1200px) {
	#login .offset1 {
		margin-left: 10%;
	}
	#login .offset2 {
		margin-left: 6%;
	}
}
@media (max-width: 1199px) {
	#login .offset2 {
		margin-left: 0;
	}
}
@media (max-width: 979px) {
#login .offset2 {
    margin-left: 20px;
    }
}
@media (max-width: 767px) {
	#login #signupbox {
		margin-left: 0;
		padding-top: 50px;
	}
	#login .offset1, #login .offset2 {
		margin-left: 0;
	}
	#billing .offset2, #processPayment .offset2 {
		margin-left: 1%!important;
	}
	#schedule #reserveEvents thead tr th, #classes #classlisting thead tr th, #info #dashboard h3, #info #customerinfo thead tr th, #series #serieslisting thead tr th, #schedule #reserve thead tr td, #viewSeries h3, #billing #ordersummary tbody tr th, #processPayment #ordersummary tbody tr th, #page6 #seriestype1, #info .span1.gridlabel, #savedcardlisting th, #schedule #reserveEvents tbody tr td, #classes #classlisting tbody tr td, #info #customerinfo tbody tr td, #series #serieslisting tbody tr td, #schedule #reserve tbody tr td, #viewSeries .row, #billing #ordersummary tbody tr td, #processPayment #ordersummary tbody tr td, #billing #subtotal td, #processPayment #subtotal td, #billing .totalrow td, #processPayment .totalrow td, #info .row, #savedcardlisting td, #page6 #serieslisting .row, #promoForm .navbar-text {
		font-size: 14px;
	}
	#serieslisting .seriessubmit {
		margin-left: 0;
	}
	#info .span4 {
	    margin-left: 40px;
	}
	#header-wrapper {
	    position: relative;
	    height: 205px;
	}
}
@media (max-width: 480px) {
	#schedule #reserveEvents thead tr th, #classes #classlisting thead tr th, #info #dashboard h3, #info #customerinfo thead tr th, #series #serieslisting thead tr th, #schedule #reserve thead tr td, #viewSeries h3, #billing #ordersummary tbody tr th, #processPayment #ordersummary tbody tr th, #page6 #seriestype1, #info .span1.gridlabel, #savedcardlisting th, #schedule #reserveEvents tbody tr td, #classes #classlisting tbody tr td, #info #customerinfo tbody tr td, #series #serieslisting tbody tr td, #schedule #reserve tbody tr td, #viewSeries .row, #billing #ordersummary tbody tr td, #processPayment #ordersummary tbody tr td, #billing #subtotal td, #processPayment #subtotal td, #billing .totalrow td, #processPayment .totalrow td, #info .row, #savedcardlisting td, #page6 #serieslisting .row, #promoForm .navbar-text {
		font-size: 10px;
		line-height: 14px;
	}
	#serieslisting blockquote {
		width: 75%;
	}
}
/* @end */
/* @end */