@charset "utf-8";
/* CSS Document */


/* MAIN
---------------------------------------------- */
*{
	margin:0;
	padding:0;
	border:none;
}
html, body{
	font-family:"News Cycle", arial, sans-serif;
	background:#E9E9E9;
	min-width: 1010px;
}
.mobile-hidden-text{
	display: contents;
}
#alert {
	background-color: #ff0000;
	color: white;
	text-align: center;
}
#alert a {
	color: white;
}
#body-container {
	overflow: hidden;
	position: relative;
	width: 100%;
}
#wrapper {
	width: 970px;
	padding:20px;
	background:#fff;
	margin:-40px 0 20px 0;
	border-radius:0 0 8px 8px;
	float:left;
}
#content {
	width:650px;
	margin:0 30px 0 10px;
	float:left;
}
#content_no_sidebar {
	width:100%;
	margin:0 0 0 0;
	float:left;
}
.container {
	width:1011px;
	margin:0 auto;
	position:relative;
	z-index:25;
}
.cycle-container {
	z-index: 1;
	width: 100%;
	position: unset !important;
}

/* TOP MENU
---------------------------------------------- */
.top-menu {
	background: #505050;
	width:100%;
	min-width: 1010px;
	height:35px;
	position:inherit;
	top:0;
	z-index:999;
}
.arrow {
	border: solid;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
	margin-bottom: 3px;
	margin-left: 4px;
	border-radius: 1px;
}
.down {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.top-menu ul {
	list-style:none;
	float:right;
	margin-right: 5px;
}
.top-menu ul li {
	display:inline;
	float:left;
	margin:0;
}
.location {
	background: #5FA5B8;
	height: 35px;
	margin-right: -4.5px !important;
}
.location a {
	color: white !important;
}
.top-menu a {
	color:#bbb;
	margin:6px 10px;
	font-size:14px;
	font-family:"Oswald", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	display:block;
}
.top-menu-icon {
	height:15px;
	float:left;
	margin:-0 4px 0 0;
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  font-family: Flaticon !important;
  font-size: 19px !important;
  font-style: normal !important;
  margin-left: 0px !important;
}
.top-menu a:hover {
	color:#fff;
}
.top-menu a:last-child:hover #phone {
	background:url(../../images/phone.png) bottom left;
}
.location-dropdown {
	right: 0px;
	position: absolute;
	top: 35px;
	background: url(../../images/bg.png) repeat scroll 0 0 transparent;
	height:35px;
	opacity:0;
	visibility: hidden;
	transition: 0.4s;
}
.location-dropdown.expanded {
	opacity:1;
	visibility: visible;
}
#menu-box {
	background: rgb(255 255 255 / 60%);
	width:980px;
	margin:0 auto;
	padding:50px 15px 8px;
	position:relative;
	z-index:200;
	border-radius:0 0 5px 5px;
}
#menu-box ul {
	list-style:none;
}
.branding {
	width:100%;
	height:48px;
}
.branding a {
	text-decoration: none;
	border:none;
	color: #4b4b4c !important;
	font-size: 40px;
	font-family: "Oswald", Arial, Helvetica, sans-serif;
}
ul#main-menu {
	float: right;
	margin: -28px -50px;
	position: relative;
	width: 697px;
}
@media only screen and (min-width: 1025px) {
	ul#main-menu.main-menu-root{
		width: 624px;
	}
}
#main-menu li {
	float:left;
	margin:0 -5px;
    height: 30px;
}
#main-menu li a, #main-menu li span {
	cursor: pointer;
	display:inline;
	background:#fff;
	padding:6px 8px 6px 8px;
	margin:0 6px;
	color: inherit;
	float:left;
	font-family:"Oswald", Arial, Helvetica, sans-serif;
	font-size:16px;
	text-decoration:none;
	text-transform:uppercase;
	border-radius:5px 5px 0 0;
	text-align:center;
/*	width:70px;*/
}
#main-menu > li a:hover {
	background:none repeat scroll 0 0 #5FA5B8;
	color:#fff;
}

#main-menu li:hover > ul {
	display:block;
}
ul#drop {
	background: none repeat scroll 0 0 #FFFFFF;
	border-radius: 0 0 5px 5px;
	display: none;
	margin: 35px 6px;
	position: absolute;
	width: 178px;
}
#drop > li {
	margin: 0;
	width: 100%;
}
ul#drop li:hover {
	background:none repeat scroll 0 0 #5FA5B8;
	margin-left: 0;
	width: 100%;
    color: #fff;
}
li.divider {
    height:inherit !important;
}
#drop hr {
    border-top: 1px solid black;
    border-radius: 0 !important;
}
#main-menu li:hover :last-child {
	border-radius: 0 0 5px 5px;
}
ul#drop li a, ul#drop li span {
	cursor: pointer;
	background: none repeat scroll 0 0 transparent;
	display: block;
	font-size: 13px;
	text-align: left;
	margin-left: 0px;
	margin-right: 0px;
	width: 158px;
    color: inherit;
}
ul#drop li a:hover {
	background:none;
	color:#fff;
}
/*ul#drop li span:hover {
    color:white;
}*/
ul#drop li ul.drop-sub{
    color: #4b4b4c;
}
ul#drop li.divider:hover {
    background: inherit;
}
#drop li:hover ul {
	display:block;
}
ul.drop-sub {
	background: none repeat scroll 0 0 #FFFFFF;
	border-radius: 0 5px 5px 5px !important;
	display: none;
	margin: 0 178px;
	position: absolute;
	width: 100%;
}
ul.drop-sub li a {
	background: none repeat scroll 0 0 transparent;
	display: block;
	font-size: 13px;
	text-align: left;
}
ul.drop-sub li a:hover {
	background:none;
	color:#fff;
	margin-left: 0;
}
ul.drop-sub li {
    margin: 0 !important;
}
ul.drop-sub li:hover:first-child {
	border-radius: 0 5px 0 0;
}
.drop-sub-icon {
	float: right;
	margin-right: -7px;
	margin-top: 1px;
}

/* PAGE STRUCTURE
---------------------------------------------- */
@keyframes preloader_spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
#page_preloader_container {
	height: 650px;
	left: 50%;
	position: absolute;
	top: 0px;
	float: left;
}
#page_preloader {
	position: absolute;
	top: 50%;
	margin: -53px 0 0 -53px;
}
.global_loader {
	width: 100px;
	height: 100px;
	border: 3px solid transparent;
	border-top-color: #6BB9CE;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-animation: preloader_spin 2s linear infinite;
	animation: preloader_spin 2s linear infinite;
}
.global_loader:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #7FB651;
	-webkit-animation: preloader_spin 3s linear infinite;
	animation: preloader_spin 3s linear infinite;
}
.global_loader:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #F68E37;
	-webkit-animation: preloader_spin 1.5s linear infinite;
	animation: preloader_spin 1.5s linear infinite;
}
#image-container {
	/*height: 770px;*/
	/*left: 50%;*/
	height: 740px;
	margin: 0 0 -95px;
	overflow: hidden;
	position: relative;
	top: -109px;
	width: 100%;
	z-index: 10;
}
#image-container div > img, div#image-container > img {
	display: none;
	width: 100%;
	min-width: 1820px;
	position: absolute;
	top: -9999px;
	bottom: -9999px;
	left: -9999px;
	right: -9999px;
	margin: auto
}
#image-container iframe {
	border:red;
	width: 100%;
	height: 140%;
	margin-top: -150px;
}
#amga-badge {
	float:left;
	margin:-160px 0;
	padding: 5px 10px;
	width:990px;
	position: relative;
	top: -140px;
}
#amga-badge img {
/*	display: none;*/
	float:right;
	width:130px;
	margin:-8px 8px 0 0;
}
#fade-bar {
/*	background:linear-gradient(0deg, rgba(233,233,233,1) 39%, rgba(233,233,233,.2) 100%) center bottom;*/
	width:100%;
	height:100px;
	position:relative;
	z-index:20;
	margin:-90px auto;
	top:-85px;
}
#fade-bar-left {
	background: linear-gradient(0deg, rgba(233,233,233,1) 39%, rgba(233,233,233,.1) 100%); 
	height: 100px; 
	width: calc(50% - 505px); 
	float: left;
}
#fade-bar-right {
	background: linear-gradient(0deg, rgba(233,233,233,1) 39%, rgba(233,233,233,.3) 100%); 
	height: 100px; 
	width: calc(50% - 505px); 
	float: right;
}
#page-title {
	background: #FFF;
	border-radius: 5px 5px 0 0;
	float:left;
	height:110px;
	margin:-160px 0;
	padding: 5px 10px;
	width:990px;
}
#page-title h1 {
	font-size:5em;
	padding: 0 10px;
}

/* CYCLE
---------------------------------------------- */
.cycle-desc-box {
	margin: auto;
	position:absolute;
	width:1000px;
	left: -9999px;
	right: -9999px;
	bottom: 150px;
	z-index:99;
}
.cycle-desc {
	margin:0;
	width:990px;
	list-style:none;
}
.cycle-desc li {
	float:left;
	width:600px;
	margin:0 0 3px 10px;
}
.cycle-desc li h2 {
	font-family: "Oswald", Arial, Helvetica, sans-serif;
	font-size:3em;
	text-transform:uppercase;
	font-weight:normal;
	color:#fff;
	background:url(../../images/bg.png) repeat;
	padding:5px 10px;
	float:left;
}
.cycle-desc li p {
	background:url(../../images/bg.png) repeat;
	color:#fff;
	padding:8px;
	margin:0;
	float:left;
}
.cycle-desc li a {
	background:url(../../images/bg.png) repeat;
	color:#fff;
	padding:8px;
	margin:0;
	float:left;
}
.cycle-desc li a:hover {
	background:#5FA5B8;
}
#amga-badge-index {
	float:left;
	margin:-115px 0;
	width:100%;
	position: relative;
	bottom: 5px;
	z-index: -1;
}
#amga-badge-index img {
	float:right;
	width:130px;
}

/* NAV
---------------------------------------------- */
#nav {
	margin:0;
}
#nav a h2 {
	text-transform:uppercase;
	font-size:21px;
	margin:0;
	padding:2px;
	font-family:"Oswald", Arial, Helvetica, sans-serif;
	font-weight:normal;
}
#nav a p {
	padding:5px;
	color:#fff;
}
#nav a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:25%;
	height:105px;
	padding:0 10px;
	margin:2px 0;
	float:left;
	text-decoration:none;
	background:linear-gradient(0deg, #4B4B4C, #4B4B4C 74px, #767676 74px, #767676 75px, #222222 75px, #222222 87.5px, #333333 92.5px);
	color:#fff;
	border-right: 1px solid #777;
}
#nav a:first-child {
	border-radius:5px 0 0 0;
}
#nav a:last-child {
	border-radius:0 5px 0 0;
	border-right: 1px transparent;
}
/*#nav a:hover {
}*/
#nav a.activeSlide {
	background:linear-gradient(0deg, #5FA5B8, #5FA5B8 74px, #767676 74px, #767676 75px, #222222 75px, #222222 87.5px, #333333 92.5px);
	color:#4b4b4c;
	box-shadow:0 0 3px 3px #111;
	position:relative;
	border-right: 1px solid transparent;
}
#nav a.activeSlide h2 {
	color:#fff;
}
/* FRONT-GRID
---------------------------------------------- */
.front-grid {
	background:#fff;
	border-radius: 0 0 0px 5px;
	float:left;
	margin: -150px 0 20px;
}
.front-grid-3-wide {
	width: 750px;
}
.front-grid-4-wide {
	width: 1010px;
}
.front-grid-landing {
	background:#fff;
	float:left;
	margin: -40px 0 40px;
	width: 1010px;
}
.front-grid-landing2 {
	width: 1010px;
}
.landing-description {
	padding: 20px 10px;
	width: 970px;
	background-color: white;
	float: left;
	margin: 0 0 10px 10px;
	box-shadow: 0 0 6px 2px #aaa;
}
.landing-member-changes {
	text-align: center;
	margin: 1%;
	float: left;
	width: 23%;
}
.portal-member-changes {
	text-align: center;
	margin: 1%;
	float: left;
	width: 27%;
}
.front-grid-right {
	background:#fff;
	border-radius: 0 0 5px 0px;
	float:left;
	margin: -40px 0 20px;
	width: 260px;
}
.grid-tile-group {
	margin-top: -110px;
}
.grid {
	background: -webkit-linear-gradient(left,#e5e5e5, rgba(149,149,149,.5), rgba(149,149,149,.5), #e5e5e5); /*Safari 5.1-6*/
	background: -o-linear-gradient(right,#e5e5e5, rgba(149,149,149,.5), rgba(149,149,149,.5), #e5e5e5); /*Opera 11.1-12*/
	background: -moz-linear-gradient(right,#e5e5e5, rgba(149,149,149,.5), rgba(149,149,149,.5), #e5e5e5); /*Fx 3.6-15*/
	background: linear-gradient(to right,#e5e5e5, rgba(149,149,149,.5), rgba(149,149,149,.5), #e5e5e5); /*Standard*/
	margin:0 0 10px 10px;
	box-shadow:0 0 6px 2px #aaa;
	float:left;
	overflow:hidden;
	position:relative;
}
.grid img {
	position:absolute;
	width: 100%;
}
.grid a {
	color:#fff;
	text-decoration:none;
}
.grid-content,
#grid-content-blog {
	position:absolute;
	margin:10px 0;
	color:#fff;
	z-index:4;
	display: inline-block;
}
.grid-content ul, #grid-content-blog ul {
	list-style:none;
}
#grid-content-blog ul li {
	float: left;
	margin: 0px 0px 0px 0px;

}
.grid-content ul li {
	float:left;
	clear:left;
	display:none;
	margin:4px 0;
}
.grid-content ul li h3 a {
	background:none;
}
.grid-content ul li p, #grid-content-blog ul li p  {
	background:url("../../images/bg.png") repeat scroll 0 0 transparent;
	padding:3px;
	margin:0;
	cursor:default;
}
#grid-content-blog ul li p {
	padding:3px;
	margin:0;
	cursor:default;
}
.grid-content ul li a{
	background:none repeat scroll 0 0 #5FA5B8;
	color:#fff;
	text-decoration:none;
	padding: 0px 3px 3px;
	border-radius: 3px;
	margin: 0px -3px;
}
.red {
	background:none repeat scroll 0 0 #5FA5B8;
	color:#fff;
	text-decoration:none;
	padding:3px;
}
.grid-content ul li:first-child {
	display:block;
	background:url("../../images/bg.png") repeat scroll 0 0 transparent;
	padding:4px;
	text-transform:uppercase;
	margin:0 0 2px 0;
}
#grid-content-blog ul li:first-child {
	border-left: 1px solid transparent;
}
.grid:hover .grid-content ul li {
	display:block;
}
.grid-extra {
	display: none;
}
.grid-one {
	height:240px;
	width:240px;
}
.grid-two-by-two {
	height:490px;
	width:490px;
}
.grid-two {
	background:#4b4b4c;
	height:240px;
	width:490px;
}
.grid-two-tall {
	background:#4b4b4c;
	height:740px;
	width:240px;
	margin:0 10px 10px;
}
.grid-three {
	height: 323px;
	width: 323px;
}
#grid-one-container {
	background:#4b4b4c;
	height:240px;
	width:240px;
	margin: 0;
}
#grid-one-container-bottom {
	background:#4b4b4c;
	height:240px;
	width:240px;
	margin: 10px 0 0 0;
}
#grid-two-tall-container {
	height: 490px;
	width: 240px;
	overflow: visible;
	box-shadow: none;
	margin: 0 0 10px 10px;
	float: left;
	position: relative;
}
.rollover {
	background:url("../../images/bg.png") repeat scroll 0 0 transparent;
	display:none;
	height:100%;
	width:100%;
	position:relative;
	top:0;
	left:0;
	opacity:.5;
	float:right;
	z-index:3;
}
.grid:hover .rollover {
	display:block;
}
.get-started-title {
	color: #fff;
	float: left;
	width: 88%;
	margin: 12px 4% 0 4%;
	background-color: #7FB651;
	border-radius: 4px;
	padding: 2%;
	text-decoration: none;
}
.get-started-title:hover {
	text-decoration: underline;
}
.get-started-desc {
	font-size: 18px;
	margin: 7px 0 0 20px;
}
img.get-started-play {
	float: right;
	width: 30px;
	position: inherit;
	margin-top: 2px;
	margin-right: 4px;
}
.rss-box-feed {
	margin: 10px -10px;
	width: 240px;
	height: 709px;
	overflow-y: auto;
}
ul.rss-item {
	margin: 0 10px 0;
}
li.rss-item {
	float: left;
	margin: 4px -10px;
	padding: 8px 0;
	cursor:default;
}
a.rss-item {
	background:none repeat scroll 0 0 #5FA5B8;
	color:#fff;
	text-decoration:none;
	padding: 0px 3px 3px;
	border-radius: 3px;
	margin: 0px -3px;
	font-size: 15px;
}
a.rss-item:hover {
	background: #6BB9CE;
}
a.rss-snippet {
	font-size: 15px;
}
.rss-date {
	font-size:12px;
	padding:2px 0px 2px 0px;
	border-bottom:1px solid;
}
.rss-author {
	font-size:12px;
	padding:2px 0px 2px 0px;
}
.team-box-feed {
	margin: 10px 0 0 0;
}
.tab-menu {
	background: #eee;
	display: inline-block;
	margin: -10px 0;
	position: relative;
	width: 241px;
}
#blog, #events, #team {
	cursor: pointer;
	display: block;
	font-family: 'oswald',arial,sans-serif;
	font-size: 14px;
	padding: 5px 5px 5px 5px;
	text-transform: uppercase;
	text-align:center;
}
#blog, #events, #team {
	width:65px;
}
.events, .team {
	display:none;
}
.active-tab {
	background:#4b4b4c;
	color:#fff;
	border-left: 1px solid;
}
.inactive-tab {
	background:#eee;
	color:#4b4b4c;
	border-left: 1px solid;
}
/*.tab-content{
}*/
.fbFeed {
	margin: 9px 0 0 -4px;
}
/* SIDE BAR
---------------------------------------------- */
#sidebar {
	float:left;
	width:280px;
	color:#fff;
}
#sidebar table {
	margin:0 40px;
}
#sidebar-box.fixed {
	position:fixed;
	top:20px;
}
#sidebar-menu {
	background:#4b4b4c;
	border-radius:5px;
	padding:10px;
	margin:0 0 20px;
	width:260px;
}
.sidebar-menu-sub-icon {
	float: right;
	margin-top: 5px;
}
#sidebar-menu p {
	margin:0;
	font-style:italic;
}
#sidebar-menu ul {
	list-style:none;
}
.sidebar-location {
	background: #5FA5B8 !important;
}
.classes li {
	font-size:14px;
}
#sidebar-menu ul li {
	margin:5px 0;
}
#sidebar-menu ul li a, #sidebar-menu ul li span {
	color:#fff;
	text-decoration:none;
	padding:5px;
	display:block;
	font-style:normal;
}
#sidebar-menu ul li a:hover, #sidebar-menu ul li span:hover {
	background:#5FA5B8;
	border-radius:4px;
	color:#fff;
	cursor:pointer;
}
#sidebar-menu ul li ul {
	list-style:none;
	margin:0 19px;
	display:none;
	padding:1px 5px;
	border-left:1px solid #5FA5B8;
}
/*#sidebar-menu ul li ul li {
}*/
#sidebar-menu ul li ul li a {
	font-size:14px;
	padding:0;
}
#sidebar-menu ul li ul li a:hover {
	color:#5FA5B8;
	background:none;
}
#sidebar-menu h2 span {
	border-bottom:2px dashed #fff;
	color:#fff;
	text-decoration:none;
	display:block;
}
#sidebar-menu a {
	color:#fff;
	text-decoration:none;
	display:block;
}
#sidebar-menu a:hover, #sidebar-menu span:hover {
	opacity: 50%;
}
#sidebar-menu h2 span:hover {
	cursor: pointer;
	border-bottom:2px dashed #5FA5B8;
}
#sidebar h4 {
	color:#4b4b4c;
	font-weight:bolder;
	font-family: 'oswald', arial, sans-serif;
}
/* FOOTER
---------------------------------------------- */
#footer {
	width:100%;
	background:#4b4b4c;
	color:#fff;
	padding: 10px 0;
	float:left;
	position:relative;
}
#footer-content {
	float:left;
	width: 990px;
	border-top:1px solid #555;
	margin:20px 10px;
}
#footer-content ul {
	list-style:none;
	margin-top: -18px;
	margin-left: 0;
}
#footer-content ul li {
	margin:0;
}
#footer-content a {
	color:#fff;
	text-decoration:none;
}
#footer-content a:hover {
	opacity:0.7;
}
.footer-icon {
	display:inline;
}
.footer-icon img {
	margin:12px 3px -8px 0;
}
.left, .center, .right {
	float: left;
	width: 309px;
	border-left: 1px solid #555;
	padding: 0 10px 8px 10px;
	min-height: 225px;
}
.left {
	border-left:none;
}

/* HOLIDAY HOURS
---------------------------------------------- */
#holiday-button {
/*	font-weight:bolder; */
	background:#5FA5B8;
	padding:0px 10px 4px 10px;
	border-radius:3px;
	color:#fff;
	text-decoration:none;
}
#holiday-button:hover {
	color:#4b4b4c;
	cursor:pointer;
}
#holidayhours {
	padding:10px 0 0;
}
#hh-content {
	display:none;
	background:#5FA5B8;
	border-radius:0 5px 5px 5px;
	padding:10px;
	width:100%;
	float:left;
}

/* STAFF
---------------------------------------------- */
#staff-content {
	list-style:none;
}
#staff-content ul {
	margin:0;
}
#staff-content ul li {
	margin:0;
}
#staff-content h3 {
	font-size:25px;
	text-transform:uppercase;
}
#staff {
	list-style:none;
}
#staff li {
	display:inline-block;
	width:100%;
	margin:0 0 30px;
	border-top:1px solid #ddd;
	padding:15px 0;
}
#staff-bio {
	margin:0 10px;
}
#staff-pic {
	overflow:hidden;
}
#staff-pic img {
	width: 100%;
}
#staff-bio img {
	float: right;
	padding: 0 5px;
	margin: 5px 0;
}
#staff-badge {
	width:100%;
	height:41px;
	background:#4b4b4c;
	margin:0 0 7px;
}
#staff-badge a {
	cursor:default;
}
#staff-badge h3 {
	font-size:25px;
	text-transform:uppercase;
	display:inline;
	margin:0 10px;
	color:#fff;
}
#staff-badge img {
	float:right;
}
#staff-badge img:hover {
	opacity:0.8;
}
#staff-select {
	background:#fff;
	height:40px;
	padding:20px 0 40px;
}
#staff-select li {
	display:inline;
}
#staff-select li a {
	text-decoration:none;
	color:#fff;
	float:left;
}
.dark {
	opacity:0.2;
}
.abg {
	background:#F68E37;
	padding: 8px 4px;
}
.bgfrontdesk, .bgyoga {
	background:#6BB9CE;
}
.bgroutesetting, .bgpilates, .bgsinglepitch {
	background:#5FA5B8;
}
.bginstructor, .bgrockinstructor {
	background:#7FB651;
}
.bgguide, .bgstrength, .bgrock {
	background:#669240;
}
.bgfitness, .bgfitness, .bgalpine {
	background:#959596;
}
.bgoffice {
    background:#767777;
}
.bgski {
    background:#767777;
}
.abg, .bgfrontdesk, .bgroutesetting, .bginstructor, .bgguide, .bgfitness, .bgoffice, .bgyoga, .bgpilates, .bgstrength, .bgfitness, .bgsinglepitch, .bgrockinstructor, .bgrock, .bgalpine, .bgski {
	width:12%;
	padding:9px 1%;
	text-align:center;
	font-size:14px;
	float:right;
	color:#fff;
	text-decoration:none;
	height: 23px;
}
.abg {
	width: 14%;
}
.abgfitness {
	width:42%;
}
.abgguide {
	width:13%;
}
.bgsinglepitch,
.bgrockinstructor,
.bgrock,
.bgalpine,
.bgski {
	width:15%;
	padding:9px 1%;
}
#staff-select li a:hover {
	opacity:.9;
}
/*#staff-select li a:active {
}*/
li.current a {
	opacity:1;
}
#viewing {
	display:none;
}
.badgename {
	font-weight:900;
}
/* MISC
---------------------------------------------- */
#content-box {
	display:inline-block;
	width:100%;
}
#content-box h2 a {
	color:#fff;
	text-decoration:none;
	display:block;
}
#content-box h2 a:hover {
	color:#5FA5B8;
}
#content-box-top {
	margin-top: -30px;
}
#content-box-details {
	display:block;
	margin:0 260px;
	position:relative;
	width: 350px;
}
#content-box-school {
	display:block;
	font-size: 14px;
	margin: 10px 0 0 260px;
	position:relative;
	width: 350px;
}
#content-box-school .jobs {
	font-size:12px;
	display:inline;
}
#content-box-fitness {
	font-size: 14px;
	margin: 10px 0 0 0;
	position:relative;
	width: 50%;
	float:left;
}
#content-box-rules td {
	padding-top: 10px;
}
#content-box-rules-left {
	font-weight:bold;
	position:relative;
	vertical-align:top;
	width:110px;
}
.video-player-16-9frame {
	position: relative;
	padding-bottom: 56.25%; /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
	height: 0;
	overflow: hidden;
}

.video-player-16-9frame iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#ntc-blurb {
	margin:-30px 275px;
	position:absolute;
}
#image img {
	box-shadow:0 0 5px 2px #aaa;
	display:block;
	float:left;
	height:400px;
	width:250px;
	margin-top: 5px;
}
#guideimage {
	box-shadow:0 0 5px 2px #aaa;
	display:block;
	float:left;
	height:180px;
	width:250px;
}
#himage {
	box-shadow:0 0 5px 2px #aaa;
	display:block;
	float:left;
	margin: 10px 0;
	width: 100%;
}
#himage img {
	width: 100%;
}
#topbox a {
	color:#fff;
	text-decoration:none;
	position:fixed;
	bottom:20px;
	margin:0 -1100px;
	background:#4b4b4c;
	padding:5px 10px;
	border-radius:5px;
	height:30px;
}
#topbox a:hover {
	background:#5FA5B8;
}
.schedule-button, .instructor-button {
	padding: 5px 10px 8px 10px;
	border-radius: 5px;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	font-size: 15px;
}
.schedule-button:hover, .instructor-button:hover {
	background:#A7D5E1;
}
.schedule-button {
	background:#5FA5B8;
	margin-bottom: 5px;
}
.instructor-button {
	background:#5FA5B8;
}
#signup {
	position:absolute;
	margin:-135px 350px;
}
#signup a, #popup a {
	display:block;
	color:#000;
	text-decoration:none;
	text-align:center;
}
#signup p, #popup p{
	margin:-10px 0;
}
#signup:hover, #popup:hover {
	opacity:0.7;
}
#popup {
	position:fixed;
	top:50px;
}
#merit_badge {
	margin:-440px -55px;
	position:absolute;
}
/* MISC
---------------------------------------------- */
.membership-rates-mobile {
	width: 80%;
}
.membership-rates h6, .membership-rates h5 {
	border-bottom:1px solid #ddd;
}
.membership-rates h4 {
	background:none;
	font-size:14px;
	font-weight:200;
	padding:0;
	margin:0;
}
.membership-rates h4:hover {
	background:none;
	color:inherit;
	cursor:default;
}
.border-left {
	border-left:1px solid #ddd
}
.fine-print {
	font-size:13px;
}
ol.fine-print {
	list-style-type: none;
}
.fine-print li:before {
	content: "(" counter(section, lower-alpha) ") ";
}
.fine-print li {
	counter-increment: section;
}
.warning {
	color:#C32026;
	font-size:20px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	padding: 5px 0;
	margin:10px 0;
	text-align: center;
}
.waiver-link {
	color: white;
}
.waiver-box {
	float: left;
	padding: 10px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	border-radius: 10px;
	width: calc(100% - 60px);
}
.waiver-link-box {
	float: left;
	padding: 10px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	border-radius: 10px;
}
.waiver-link-box:hover {
	opacity: .85;
}
.indoor-waiver-link {
	background-color: #6BB9CE;
}
.outdoor-waiver-link {
	background-color: #7FB651;
}
.waiver-link {
	text-decoration: none;
}
.waiver-icon-float {
	float:left;
}
.waiver-text-float {
	float:left;
	margin-top: -7px;
}
.waiver-text-top {
	font-size: 24px;
	font-weight: bold;
}
.member-update-text-top {
	font-size: 24px;
	font-weight: bold;
}
[class^="waiver-icon"]:before, [class*=" waiver-icon"]:before, [class^="waiver-icon"]:after, [class*=" waiver-icon"]:after {
	font-family: Flaticon !important;
	font-size: 48px !important;
	font-style: normal !important;
	margin-left: 0px !important;
	margin-right: 5px;
}
[class^="waiver-icon2"]:before, [class*=" waiver-icon2"]:before, [class^="waiver-icon2"]:after, [class*=" waiver-icon2"]:after {
	font-family: Flaticon !important;
	font-size: 110px !important;
	font-style: normal !important;
	color: #6bb9ce !important;
}

a[href$=".pdf"] {
  background: url("../../images/pdf.gif") no-repeat scroll 0 6px rgba(0, 0, 0, 0);
  padding: 0 0 0 20px;
}
ul {
	margin:0 10px 10px;
}
ul li {
	margin:0 10px;
}
#nolist {
	list-style:none;
}
/* TEXT
---------------------------------------------- */
h1, h2, h3, h5, h6 {
	font-family:"Oswald", Arial, Helvetica, sans-serif;
	font-weight:normal;
}
h1 {
	font-size:1.4em;
	text-transform:uppercase;
	font-style:normal;
}
h2 {
	text-transform:uppercase;
	font-style:normal;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-weight:normal;
	font-size:16px;
	background:#eee;
	padding:5px 5px 10px 5px;
	margin:10px;
	cursor:pointer;
}
h4:hover {
	background:#5FA5B8;
	color:#fff;
}
#content h2, #content_no_sidebar h2 {
	margin:30px -10px 0;
	color:#fff;
	background:#4b4b4c;
	padding:2px 10px;
	border-radius:4px;
}
#content h2.top, #content_no_sidebar h2.top {
	margin:0px -10px 0;
}

.left-column h2, .right-column h2 {
	margin:30px -10px 0;
	color:#fff;
	background:#4b4b4c;
	padding:2px 10px;
	border-radius:4px;
	width:100%;
	display:inline-block;
	box-sizing: border-box;
}
h6 {
	text-transform:uppercase;
	font-weight:normal;
}
.bold {
	font-weight:bolder;
	text-transform:uppercase;
}
.jobs {
	font-style:italic;
	font-size:14px;
	font-weight:lighter;
	color:#888;
	font-family:"Georgia", "Times New Roman", Times, serif;
	text-transform:capitalize;
	margin:0 0 12px;
	display:inline-block;
}
.small-desc {
	font-style:italic;
	font-size:12px;
	font-weight:lighter;
	color:#aaa;
	font-family:"Georgia", "Times New Roman", Times, serif;
	text-transform:capitalize;
	margin:0 0 12px;
}
a {
	color:#4D8492;
}
p {
	margin-bottom: 12px;
}
.right-column, .left-column {
	float: left;
	width: 47%;
}
.left-column {
	margin: 0 6% 0 0;
}
.subscript {
	font-size: 8pt;
	display: inline;
}
/* OCCUPANCY CONTAINER
---------------------------------------------- */
.occupancy {
	float: left;
	width: 33.3%;
	margin-top: 30px;
}
#content_no_sidebar .occupancy h2 {
	margin: 0 10%;
	text-align: center;
}
.occupancy #occupancyCounter {
	height: 200px !important;
}
.check {
	color: green;
	font-weight: bolder;
	font-size: 1.2em;
	line-height: 0;
}
.ex {
	color: red;
	font-weight: bolder;
	font-size: 2.1em;
	line-height: 0;
	vertical-align: -0.2em;
}
/* FAQ Accordian
----------------------------------*/

.accordion div {
	margin:0 30px;
	width: 560px;
	padding: 5px 10px;
	border-left:1px solid #5FA5B8;
}

.accordion p {
	margin-bottom: 0;
}

.accordion ol {
	margin-left:30px;
}

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
.ui-state-focus {outline: none;}

/* IE/Win - Fix animation bug - #4615 */
.ui-accordion .ui-accordion-header .ui-icon {
	float: left;
	margin-top: 6px;
	margin-left: 0px;
	margin-right: 5px;}

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(../images/accordian_icons/ui-icons_222222_256x240.png)/*{iconsContent}*/; }
.ui-widget-content .ui-icon {background-image: url(../images/accordian_icons/ui-icons_222222_256x240.png)/*{iconsContent}*/; }
.ui-widget-header .ui-icon {background-image: url(../images/accordian_icons/ui-icons_222222_256x240.png)/*{iconsHeader}*/; }
.ui-state-default .ui-icon { background-image: url(../images/accordian_icons/ui-icons_888888_256x240.png)/*{iconsDefault}*/; }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(../images/accordian_icons/ui-icons_454545_256x240.png)/*{iconsHover}*/; }
.ui-state-active .ui-icon {background-image: url(../images/accordian_icons/ui-icons_454545_256x240.png)/*{iconsActive}*/; }
.ui-state-highlight .ui-icon {background-image: url(../images/accordian_icons/ui-icons_2e83ff_256x240.png)/*{iconsHighlight}*/; }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(../images/accordian_icons/ui-icons_cd0a0a_256x240.png)/*{iconsError}*/; }

/* positioning */
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }

/* 404 Redirect
----------------------------------*/
#fourohfour {
	background:url(../../images/menu-box-bg.png) repeat;
	width:320px;
	margin:100px auto;
	position:relative;
	border-radius:5px;
	padding:20px;
}
#fourohfour h1 {
	font-size:80px;
}
#fourohfour p {
	font-size:20px;
}

/* Mobile Screens
----------------------------------*/
@media only screen and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5) {
	.mobile-hidden-text {
		display: none;
	}
	ul#main-menu.active li span.main-menu-span.red{
        background: none repeat scroll 0 0 #5FA5B8;
    }
    #headerwidth {
		width:1024px;
	}
	html, body {
		min-width:100%;
		width:100%;
		max-width: 1010px;
	}
	#alert {
		position: fixed;
		top: 64px;
		z-index: 999;
		width: 100%;
	}
	#side-menu-fill {
		width: 200px;
		background-color: gray;
		right: -200px;
		top: 0px;
		position: absolute;
		display: block !important;
	}
	.top-menu {
		text-align: center;
		min-width: 100%;
		z-index: 1050;
		background: #464545;
		position: fixed;
	}
	.top-menu a:hover{
		color: #bbb;
	}
	.location {
		margin-right: -5px !important;
	}
	.location-dropdown {
		background: #464545;
	}
	#menu-box {
		width: 100%;
		padding: 35px 0 0;
		position: fixed;
		border-radius: 0;
		font-size:0;
		z-index: 1000;
	}
	.branding {
		float: left;
		height: 24px;
		padding: 6px 0px 5px 0px;
		margin-left: 1%;
	}
	.branding img {
		display: none;
	}
	.branding a {
		text-decoration: none;
		font-size: 16px;
	}
	#menu-box-icon{
		float: right;
		display: inline-block !important;
		text-align: right;
		vertical-align: top;
		height: 24px;
		line-height: 24px;
		padding: 6px 0px 5px 0px;
		margin-right: 1%;
		cursor: pointer;
	}
	ul#main-menu {
		width: 200px;
		position: absolute;
		right: -200px;
		top: 29px;
		margin: 0 0 0 0;
	}
	#main-menu li {
		float: none;
		margin: 0;
        height: inherit;
	}
	#main-menu li a, #main-menu li span {
		background: none;
		width: 92%;
		padding: 6px 4% 5px 4%;
		margin: 0;
		border-radius: 0;
		text-align: left;
		color: #fff !important;
	}
	#main-menu li:last-child span.main-menu-span {
		border-bottom: solid 1px;
	}
	#main-menu li:hover > ul {
		display:none;
	}
    ul#main-menu.active li span.main-menu-span.active_menu{
        background: none repeat scroll 0 0 #5FA5B8;
    }
	ul#drop {
		background:none;
		border:0;
		display: none;
		margin: 0;
		width: 100%;
		float: none;
		position: static;
	}
	#main-menu li:hover :last-child {
		border-radius: 0;
	}
	ul#drop li a, ul#drop li span {
		background: none;
		width: 84% !important;
		padding: 6px 8% 5px 8%;
		margin: 0;
		border-radius: 0;
		text-align: left !important;
	}
	ul#drop li:first-child a, ul#drop li:first-child span {
		border-top: solid 1px;
	}
	#drop li a, #drop li span {
		display: none;
	}
	#drop li:last-child a, #drop li:last-child span {
		border-bottom: solid 1px;
	}
	ul#drop li a:hover{
		background: none repeat scroll 0 0 #5FA5B8;
		color: #fff;
	}
    ul#drop li span:hover.active_menu {
        background: none repeat scroll 0 0 #5FA5B8;
        color: #fff;
    }
    ul#drop li:hover {
		background:none;
	}
	span.drop-span.bordertop {
		border-top: solid 1px;
	}
	ul.drop-sub {
		background: none;
		border-radius: 0 !important;
		margin: 0;
		width: 100%;
		display: none;
		float: none;
		position: static;
	}
	ul.drop-sub li a {
		background: none;
		width: 76% !important;
		padding: 6px 12% 5px 12% !important;
		margin: 0;
		border-radius: 0;
		text-align: left !important;
	}
	ul.drop-sub li:first-child a {
		border-top: solid 1px;
	}
	ul.drop-sub li:last-child a {
		border-bottom: solid 1px;
	}
	ul.drop-sub li a:hover {
		background: none repeat scroll 0 0 #5FA5B8;
		color: #fff;
		margin: 0;
	}
	ul.drop-sub li:hover:first-child {
		border-radius: 0;
	}
	.drop-sub-icon {
		float: none;
		margin-left: 5px;
		display: initial !important;
	}
	#page_preloader_container {
		max-height: 650px;
		height: 64vw;
		min-height: 340px;
	}
	#page_preloader {
		top: 40%;
		margin: -43px 0 0 -43px;
	}
	.global_loader {
		width: 80px;
		height: 80px;
	}
	#image-container {
		max-height: 650px;
		height: 64vw;
		min-height: 340px;
		width: 100%;
		left: 0;
		margin: 0 0 -45px;
		top: 0px;
	}
	#image-container div > img, div#image-container > img, #image-container iframe {
		max-width: 1600px;
		width: 160vw;
		min-width: 700px;
		position: absolute;
		top: -9999px;
		bottom: -9999px;
		left: -9999px;
		right: -9999px;
		margin: auto;
	}
	#image-container iframe {
		height: 950px;
	}
	#amga-badge-index {
		float:left;
		width:100%;
		position: relative;
		bottom: -45px;
	}
	#amga-badge-index img {
		float: right;
		max-width: 80px;
		min-width: 80px;
		position: relative;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0;
	}
	.cycle-container {
		top: -9999px !important;
		bottom: -9999px !important;
		left: -9999px !important;
		right: -9999px !important;
	}
	.cycle-desc {
		width: 98%;
	}
	.cycle-desc-box {
		bottom: -9999px;
		top: -9999px;
		height: 22vw;
		width: 98vw;
	}
	ul.cycle-desc {
		position: absolute;
		bottom: 175px;
		left: .7%;
	}
	.cycle-desc li h2 {
		font-size: 4.7vw;
	}
	#fade-bar {
		display: none;
	}
	.container {
		width: 100%;
	}
	.container.main-container {
		top:-66px;
	}
	.front-grid {
		width: 98%;
		border-radius: 0 0 5px 5px;
		margin: -50px 0 20px;
		padding: 14px 1% 0 2%;
	}
	.front-grid-landing {
		width: 98%;
		margin: 0px 0 20px;
		padding: 0 1%;
	}
	.front-grid-landing2 {
		margin-top: -30px;

	}
	.landing-description {
		width: 98%;
		margin: 0px 0 20px;
		padding: 0 1%;
	}
	.grid-tile-group {
		margin-top: 0;
	}
	.grid {
		margin: 0 0 2% 0;
	}
	.grid-one {
		width: 32%;
		height: 30.8vw;
	}
	.grid-two-by-two {
		width: 48%;
		height: 46.8vw;
	}
	.landing-grid-one {
		width: 24.25%;
		height: 23.8vw;
	}
	.grid-three {
		width: 32%;
		height: 30.8vw;
	}
	.front-grid > div:nth-child(1), .front-grid > div:nth-child(2), .front-grid > div:nth-child(4), .front-grid > div:nth-child(5), .front-grid > div:nth-child(7), .front-grid > div:nth-child(8)  {
		margin-right: 2%;
	}
	.grid-tile-group > div:nth-child(1), .grid-tile-group > div:nth-child(2) {
		margin-right: 2%;
	}
	.grid-tile-group > div:last-child {
		margin-left: 0;
	}
	.front-grid-landing2 > div:nth-child(1), .front-grid-landing2 > div:nth-child(2), .front-grid-landing2 > div:nth-child(3) {
		margin-right: 1%;
	}
	.front-grid-landing2 > div:last-child {
		margin-right: 0;
	}
	.front-grid-right {
		display:none;
	}
	.grid-two-tall {
		display:none;
	}
	.grid-extra-ipad{
		display:block;
	}
	#amga-badge {
		padding: 5px 0px;
		width: 100%;
		height: auto;
		top: 0px
	}
	#page-title {
		background-color: #fff;
		background: #FFF;
		padding: 5px 2%;
		width: 96%;
		height: auto;
		margin: -55px 0 0 0;
	}
	#page-title.landing {
		margin: -10px 0 0 0;
	}
	#page-title h1 {
		font-size: 7.8vw;
		padding: 0;
	}
	#wrapper {
		width: 96%;
		padding: 20px 2% 20px 2%;
		margin: -4px 0 20px 0;
	}
	#content {
		width: 68%;
		margin: 0 3% 0 0;
	}
    #content-box-top {
        margin-top: 0px;
    }
    #con
	.accordion div {
		width: auto;
	}
	.accordion img {
		width: 100%;
	}
	[class^="waiver-icon2"]:before, [class*=" waiver-icon2"]:before, [class^="waiver-icon2"]:after, [class*=" waiver-icon2"]:after {
		font-size: 15vw !important;
	}
	#sidebar {
		width: 29%;
	}
	#sidebar-menu {
		width: auto;
	}
	#footer {
		margin-top: -66px;
	}
	#footer-content {
		width: 98%;
		margin: 20px 1%;
	}
	.left, .center, .right {
		width: 31%;
		padding: 0 1% 8px 1%;
	}
	.right-column, .left-column {
		width: 48%;
	}
	.left-column {
		margin: 0 4% 0 0;
	}
	.right-column table, .left-column table {
		margin-left: 10px;
	}
}
@media only screen and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: landscape) {
    #amga-badge-index img {
        max-width: 100px;
        min-width: 100px;
    }
}
@media only screen and (max-width: 950px) and (-webkit-min-device-pixel-ratio: 1.5) {
	#nav a {
		height: 35px;
			background:linear-gradient(0deg, #4B4B4C, #4B4B4C 4px, #767676 4px, #767676 5px, #222222 5px, #222222 17.5px, #333333 22.5px);
	}
	#nav a.activeSlide {
		background:linear-gradient(0deg, #5FA5B8, #5FA5B8 4px, #767676 4px, #767676 5px, #222222 5px, #222222 17.5px, #333333 22.5px);
	}
}
@media only screen and (max-width: 900px) and (-webkit-min-device-pixel-ratio: 1.5) {
	.waiver-icon-float {
		display: none;
	}
}
@media only screen and (max-width: 830px) and (-webkit-min-device-pixel-ratio: 1.5) {
	p {
		padding: 0 10px;
	}
	#footer-content p {
		padding:0;
	}
	#content {
		width: 100%;
		margin: 0 0 0 0;
	}
	#content h2, #content_no_sidebar h2 {
		margin: 30px 0 0;
	}
	#page_preloader {
		top: 48%;
	}
	#image-container {
		margin: 0 0 20px;
	}
	ul.cycle-desc {
		bottom: 110px;
	}
	#amga-badge {
		margin: -170px 0;
	}
	#amga-badge img {
		width: 110px;
		margin:-7px 7px 0 0;
	}
	#page-title h1 {
		padding: 0 10px;
	}
	.front-grid {
		padding: 4px 1% 0 1%;
	}
	#nav a p {
		display: none;
	}

	#himage {
		margin: 10px 2%;
		width: 96%;
	}
	#sidebar {
	display: none;
	}
	table.membership-rates {
		margin-left: 10px;
		margin-right: 10px;
	}
	.center {
		width: 35%;
	}
	.right {
		width: auto;
	}
}
@media only screen and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5) {
	.get-started-title {
		margin-top: 8px;
	}
	#hh-content {
		font-size: 1.6vw;
	}
	#amga-badge {
		margin: -150px 0;
	}
	#amga-badge img {
		width: 90px;
		margin:-6px 6px 0 0;
	}
}
@media only screen and (max-width: 670px) and (-webkit-min-device-pixel-ratio: 1.5) {
	.cycle-desc-box li {
		display: none;
	}
	.front-grid > div:nth-child(1), .front-grid > div:nth-child(3), .front-grid > div:nth-child(5), .front-grid > div:nth-child(7), .front-grid > div:nth-child(9) {
		margin-right: 2%;
	}
	.front-grid > div:nth-child(2), .front-grid > div:nth-child(4), .front-grid > div:nth-child(6), .front-grid > div:nth-child(8), .front-grid > div:nth-child(10) {
		margin-right: 0%;
	}
	.grid-one {
		width: 49%;
		height: 47vw;
	}
	.grid-two-by-two {
		width: 100%;
		height: 98vw;
	}
	.get-started-title {
		margin-top: 20px;
	}
	#content-box-school {
		margin:10px 0 0 10px;
		width: 100%;
	}
	div#image {
		display: none;
	}
	.waiver-text-top, .waiver-text-bottom {
		font-size: 3.8vw;
	}
	.member-update-text-top, .waiver-text-bottom {

	}
	.landing-member-changes {
		width: 98%; 
	}
	.portal-member-changes {
		
	}
}
@media only screen and (max-width: 600px) and (-webkit-min-device-pixel-ratio: 1.5) {
	.membership-rates-mobile {
		width: 98%;
	}
}

@media only screen and (max-width: 640px) and (-webkit-min-device-pixel-ratio: 1.5) {
	#headerwidth {
		width:640px;
	}
	.top-menu a {
		margin: 6px 6px;
	}
	.top-menu ul {
		float: none;
		display: inline-block;
		margin: 0;
	}
	ul#main-menu {
		float: none;
		margin: 0;
		width: 100%;
		display: none;
		right: 0;
		top: 64px;
	}
	#main-menu li a, #main-menu li span {
		background: gray;
		color: #fff !important;
		width: 98% !important;
		padding: 6px 1% 5px 1%;
	}
	ul#drop li a, ul#drop li span {
		background: gray;
		width: 96% !important;
		padding: 6px 2% 5px 2%;
	}
	ul.drop-sub {
		background: gray;
	}
	ul.drop-sub li a {
		background: gray;
		width: 94% !important;
		padding: 6px 3% 5px 3% !important;
	}
	#footer-content {
		margin: 0px 1%;
		border-top: none;
		margin-bottom: 20px
	}
	.left, .center, .right {
		width: auto;
		float: none;
		border-left: none;
		min-height: auto;
		padding: 0 1% 10px 1%;
	}
	.center, .right {
		border-top: 1px solid #555;
		padding-top: 10px;
	}
	#holidayhours {
		padding: 10px 0 10px 0;
		display: inline-block;
		width: 96%;
	}
	#holiday-button {
		padding: 0px 2% 4px 2%;
	}
	#hh-content {
		padding: 2%;
		font-size: 1em;
	}
}
@media only screen and (max-width: 525px) and (-webkit-min-device-pixel-ratio: 1.5) {
	#image-container div > img, div#image-container > img, #image-container iframe {
		width: 190vw;
	}
}
@media only screen and (max-width: 520px) and (-webkit-min-device-pixel-ratio: 1.5) {
	.get-started-title {
		margin-top: 1vw;
		font-size: 3.6vw;
		height: 7.2vw;
	}
	img.get-started-play {
		width: 15%;
	}
}
@media only screen and (max-width: 450px) and (-webkit-min-device-pixel-ratio: 1.5) {
	#image-container div > img, div#image-container > img, #image-container iframe {
		width: 230vw;
	}
}
@media only screen and (max-width: 439px) and (-webkit-min-device-pixel-ratio: 1.5) {
	.grid-extra{
		display:block;
	}
	.grid-extra-ipad{
		display:none;
	}
/*	#amga-badge-index {
		margin:0;
	}*/
	.top-menu-icon {
/*		display: none;*/
	}
/*    #main-menu li a:hover, #main-menu li span:hover {
        background: none repeat scroll 0 0 #5FA5B8;
    }*/
	#main-menu li a, #main-menu li span {
		width: 92% !important;
		padding: 6px 4% 5px 4%;
	}
	ul#drop li a, ul#drop li span {
		width: 84% !important;
		padding: 6px 8% 5px 8%;
	}
	ul.drop-sub li a {
		width: 76% !important;
		padding: 6px 12% 5px 12% !important;
	}
	#nav a h2 {
		font-size: 4.8vw;
	}
	.grid-content p {
		display: none;
	}
	.front-grid {
		padding: 0 1% 0 1%;
	}
	#staff-select li a {
		font-size: 3vw;
		line-height: 130%;
	}
	#staff-badge a {
		font-size: 3vw;
		line-height: 130%;
	}
	.membership-rates {
		font-size: 3.7vw;
	}
	/* OCCUPANCY CONTAINER
	---------------------------------------------- */
	.occupancy {
		width: 100%;
	}
}
@media only screen and (max-width: 400px) and (-webkit-min-device-pixel-ratio: 1.5) {
	.location {
		height: 29px;
	}
	.top-menu {
		height: 29px;
	}
	.top-menu a {
		font-size: 12px;
	}
	#menu-box {
		padding: 29px 0 0;
	}
	[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
		font-size: 16px !important;
	  }
	.location-dropdown {
		top: 29px;
		height: 29px;
	}
}
@media only screen and (max-width: 339px) and (-webkit-min-device-pixel-ratio: 1.5) {
	.top-menu a {
		font-size: 3.4vw;
	}
	.grid-content h3 {
		font-size: 5.4vw;
	}
	.right-column, .left-column {
		margin:0;
		width: 100%;
	}
	table.perks-and-rewards-table {
		font-size: 4vw;
	}
	#image-container div > img, div#image-container > img, #image-container iframe {
		width: 260vw;
	}
}
@media only screen and (min-width: 1025px) {
	/* SCROLLBAR
	---------------------------------------------- */
	::-webkit-scrollbar {
		height: 12px;
		width: 12px;
		background: #ebebeb;
		overflow: visible;
	}
	::-webkit-scrollbar-corner {
		display: none;
		background: #f5f5f5;
	}

	::-webkit-scrollbar-button {
		display: none;
		height:0;
		width: 0;
	}

	::-webkit-scrollbar-button:start:decrement,::-webkit-scrollbar-button:end:increment {
		display: block;
	}

	::-webkit-scrollbar-button:vertical:start:increment,::-webkit-scrollbar-button:vertical:end:decrement {
		display: none;
	}

	::-webkit-scrollbar-track {
		-moz-background-clip: border;
		-webkit-background-clip: border;
		background-clip: padding-box;
		background-color: #f5f5f5;
	}

	::-webkit-scrollbar-track:vertical, ::-webkit-scrollbar-track:horizontal {
		border-left-width: 0;
		border-right-width: 0;
	}

	::-webkit-scrollbar-track:vertical,::-webkit-scrollbar-track:horizontal,::-webkit-scrollbar-thumb:vertical,::-webkit-scrollbar-thumb:horizontal,::-webkit-scrollbar-track:vertical,::-webkit-scrollbar-track:horizontal,::-webkit-scrollbar-thumb:vertical,::-webkit-scrollbar-thumb:horizontal {
		border-style: solid;
		border-color: transparent;
	}

	::-webkit-scrollbar-thumb {
		-webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);
		background-clip: padding-box;
		background-color: rgba(0,0,0,.2);
		min-height: 28px;
		padding-top: 100px;
	}

	::-webkit-scrollbar-thumb:hover {
		-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,.25);
		background-color: rgba(0,0,0,.4);
	}

	::-webkit-scrollbar-thumb:active {
		-webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,.35);
		background-color: rgba(0,0,0,.5);
	}

	::-webkit-scrollbar-thumb:vertical, ::-webkit-scrollbar-thumb:horizontal {
		border-width: 0;
		border-left-width: 0;
		border-right-width: 0;
	}
	/* MAIN
	---------------------------------------------- */
	#headerwidth {
		width:1025px;
	}
}
