@charset "UTF-8";
body {
	padding-top: 20px;
    padding-bottom: 40px;
}

div.simple-button {
	background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #DDDDDD 100%);
	background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #DDDDDD 100%);
	background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #DDDDDD 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFFFFF), color-stop(1, #DDDDDD));
	background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #DDDDDD 100%);
	background-image: linear-gradient(to top, #FFFFFF 0%, #DDDDDD 100%);
	border: 2px solid #DDDDDD;
	padding: 10px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
}

div.noimage {
	border-radius: 20px; 
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px; 
	border: 2px solid #800000;
	width: 60px;
	height: 60px;
	text-align: center;
	padding-top:10px;
}

div.image-button {
	color:white;
	background-color:#3aa2bf;
	font-size: 100px; 
	text-align: center; 
	border-radius: 20px; 
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px; 
	border: 5px solid #cecece; 
	display:inline-block;
}

div.social-button {
	color:white;
	background-color:#ffffff;
	font-size: 100px; 
	text-align: center; 
	border-radius: 20px; 
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px; 
	border: 5px solid #cecece; 
	display:inline-block;
}

div.dashboard {
	color:white;
	text-align: center; 
	border-radius: 20px; 
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px; 
	border: 5px solid #cecece; 
}

div.image-button-select {
	color:white;
	background-color:#3aa2bf;
	font-size: 100px; 
	text-align: center; 
	border-radius: 20px; 
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px; 
	border: 5px solid #a9c938; 
	display:inline-block;
}

div.border-test {
	border-radius: 20px; 
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px; 
	border: 2px solid #cecece;
	margin-bottom: 20px;
}

div.round-border20 {
	padding:5px;
	border-radius: 20px; 
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px; 
	border: 2px solid #cecece;
}

div.gradient-backgound {
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdhN2E3YSIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(122,122,122,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(122,122,122,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(122,122,122,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(122,122,122,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(122,122,122,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(122,122,122,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a67a7a7a', endColorstr='#00000000',GradientType=0 ); /* IE6-8 */
}

div.round-border5 {
	padding:5px;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border: 1px solid #cecece;
}

div.round5 {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div.round4 {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

table.round4 {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-collapse: separate;
	border-spacing: 0;
	border:solid #c5c7c9 1px;
	text-align: left;
}

table.round4 td {
	padding-left:30px;
	padding-right:30px;
	padding-top:15px;
	padding-bottom:15px;
	text-align: left;
	vertical-align:middle;
}

table.round4 th {
	padding:15px;
	text-align: left;
	vertical-align:middle;
}

table.round4 thead tr:first-child th:first-child {
	border-radius: 4px 0 0 0;
}

table.round4 thead tr:first-child th:last-child {
	border-radius: 0 4px 0 0;
}

table.round4 tbody tr:last-child td:first-child {
	border-radius: 0 0 0 4px;
}

table.round4 tbody tr:last-child td:last-child {
	border-radius: 0 0 4px 0;
}

div.round10 {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

div.round4-top {
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

.round-border5-dark {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 2px solid #aeaeae;
}

div.round-border5-thick {
	padding:5px;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border: 2px solid #cecece;
}

div.block-heading {
	background-color:#3aa2bf;
	padding-left:20px;
	color:white;
	padding-top:5px;
	padding-bottom:5px;
}

tr.block-heading {
	background-color:#3aa2bf;
	padding-left:20px;
	color:white;
	padding-top:5px;
	padding-bottom:5px;
}

div.block-heading-center {
	color:white;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	background-color:#2cc2e1;
	font-size:17px;
	font-weight: bold;
}

div.submenu {
	padding: 10px;
	margin-left:5px;
	margin-right:5px;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	text-decoration: none;
	color:#0088cc;
}

div.submenu:link {
	padding: 10px;
	margin-left:5px;
	margin-right:5px;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	text-decoration: none;
	color:#0088cc;
}

div.submenu:hover {
	background-color: #EEEEEE;
	text-decoration: none;
	color:#0088cc;
}

div.submenu:active {
	background-color: #EEEEEE;
	text-decoration: none;
	color:#0088cc;
}

div.submenu:visited {
	background-color: #EEEEEE;
	text-decoration: none;
	color:#0088cc;
}

div.sub-submenu {
	background-color: white;
	padding: 10px;
	margin-left:5px;
	margin-right:5px;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	text-decoration: none;
	color:#0088cc;
}

div.sub-submenu:link {
	padding: 10px;
	margin-left:5px;
	margin-right:5px;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	text-decoration: none;
	color:#0088cc;
}

div.sub-submenu:hover {
	background-color: #EEEEEE;
	text-decoration: none;
	color:#0088cc;
}

div.sub-submenu:active {
	background-color: #EEEEEE;
	text-decoration: none;
	color:#0088cc;
}

div.sub-submenu:visited {
	background-color: #EEEEEE;
	text-decoration: none;
	color:#0088cc;
}

div.panel-heading {
	text-align:center;
	background-color:#2cc2e1;
	color:white;
	font-size:17px;
	padding:15px;
	font-weight: bold;
}

div.gallery-right {
	position:absolute;
	top:50%;
	right:20px;
	z-index:1000;
	color:white;
	background-color:#4a4a4a;
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border: 1px solid #cecece;
	padding-left:2px;
	padding-right:2px;
}

div.gallery-left {
	position:absolute;
	top:50%;
	left:20px;
	z-index:1000;
	color:white;
	background-color:#4a4a4a;
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border: 1px solid #cecece;
	padding-left:2px;
	padding-right:2px;
}

a:link.darkgrey {color:#5c5c5c;text-decoration: none;}      /* unvisited link */
a:visited.darkgrey {color:#5c5c5c;text-decoration: none;}  /* visited link */
a:hover.darkgrey {color:#1c1c1c;text-decoration: none;}  /* mouse over link */
a:active.darkgrey {color:#1c1c1c;text-decoration: none;}  /* selected link */

a:link.icon-tooltip {text-decoration: none;}
a:visited.icon-tooltip {text-decoration: none;}
a:hover.icon-tooltip {text-decoration: none;}
a:active.icon-tooltip {text-decoration: none;}

a:link.button-link {text-decoration: none;color: #333333;}
a:visited.button-link {text-decoration: none;color: #333333;}
a:hover.button-link {text-decoration: none;color: #333333;}
a:active.button-link {text-decoration: none;color: #333333;}

a:link.white-noborder {text-decoration: none;color: white;}
a:visited.white-noborder {text-decoration: none;color: white;}
a:hover.white-noborder {text-decoration: none;color: white;}
a:active.white-noborder {text-decoration: none;color: white;}

img.list-icon {
	padding:5px;
	background-color:#3aa2bf;
	margin-right:10px;
}

i.list-icon {
	padding-top:6px;
	padding-bottom:6px;
	padding-left:1px;
	padding-right:1px;
	background-color:#3aa2bf;
	margin-right:10px;
}

i.list-icon-nobg {
	margin-top:6px;
	padding-bottom:6px;
	padding-left:1px;
	padding-right:1px;
	margin-right:10px;
}

div.list-icon-menu {
	float:left;
	height:29px;
	width:35px;
	background-color:#3aa2bf;
	text-align:center;
	padding-top:6px;
}

div.list-icon-text {
	float:left;
	margin-left:10px;
	padding-top:8px;
}

div.dark-light-fade {
  background: #464646; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #464646 1%, #5e5e5e 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(1%,#464646), color-stop(100%,#5e5e5e)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #464646 1%,#5e5e5e 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #464646 1%,#5e5e5e 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #464646 1%,#5e5e5e 100%); /* IE10+ */
  background: linear-gradient(135deg, #464646 1%,#5e5e5e 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#464646', endColorstr='#5e5e5e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

ul.dark-light-fade {
  background: #464646; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #464646 1%, #5e5e5e 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(1%,#464646), color-stop(100%,#5e5e5e)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #464646 1%,#5e5e5e 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #464646 1%,#5e5e5e 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #464646 1%,#5e5e5e 100%); /* IE10+ */
  background: linear-gradient(135deg, #464646 1%,#5e5e5e 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#464646', endColorstr='#5e5e5e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

div.button-text {
	font-size:18px;
	border-top:2px solid white;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	padding:5px;
}

th.blue-heading {
	background-color:#3aa2bf;
	padding: 5px;
	color: white;
}

 /* Support Bubble */
.bubble 
{
	position: relative;
	width: 350px;
	padding: 20px;
	background: #FFFFFF;
	border: #7F7F7F solid 2px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
} 
.bubble-left 
{
	position: relative;
	width: 400px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #FFFFFF;
	border: #7F7F7F solid 2px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.bubble-right 
{
	position: relative;
	width: 350px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 30px;
	padding-bottom: 30px;
	background: #FFFFFF;
	border: #7F7F7F solid 2px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.bubble-left:after 
{
	content: "";
	position: absolute;
	top: 12px;
	left: -10px;
	border-style: solid;
	border-width: 10px 10px 10px 0;
	border-color: transparent #FFFFFF;
	display: block;
	width: 0;
	z-index: 1;
}
.bubble-right:after 
{
	content: "";
	position: absolute;
	top: 12px;
	right: -10px;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent #FFFFFF;
	display: block;
	width: 0;
	z-index: 1;
}
.bubble-left:before 
{
	content: "";
	position: absolute;
	top: 11px;
	left: -13px;
	border-style: solid;
	border-width: 11px 11px 11px 0;
	border-color: transparent #7F7F7F;
	display: block;
	width: 0;
	z-index: 0;
}
.bubble-right:before 
{
	content: "";
	position: absolute;
	top: 11px;
	left: 372px;
	border-style: solid;
	border-width: 11px 0 11px 11px;
	border-color: transparent #7F7F7F;
	display: block;
	width: 0;
	z-index: 0;
}
/* Support Bubble */

/* Footer */

.footer-bar {
	width:100%;
	background-color: #1b1b1b;
	background-image: -moz-linear-gradient(top, #00d8f7, #03afc7);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00d8f7), to(#03afc7));
	background-image: -webkit-linear-gradient(top, #00d8f7, #03afc7);
	background-image: -o-linear-gradient(top, #00d8f7, #03afc7);
	background-image: linear-gradient(to bottom, #00d8f7, #03afc7);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00d8f7', endColorstr='#ff03afc7', GradientType=0);
	border-color: #252525;
	-webkit-box-shadow: 2px 2px 1px rgba(1,1,1,.2);
    -moz-box-shadow: 2px 2px 1px rgba(1,1,1,.2);
    box-shadow: 2px 2px 1px rgba(1,1,1,.2);
}

/* Footer */

/* Responsive CSS */

@media (min-width: 1200px) { 
	
	div.top-logo {
		padding-left:0;
		padding-bottom:10px;
		height: 96px;
	}
	
	div.top-envelope {
		position: absolute;
		right: 250px;
		top: 0;
	}
	
	div.top-club-badge {
		position:absolute;
		right: 350px;
		top: 22px;
		height: 90px;
		width: 90px;
	}
	
	div.top-client {
		position: absolute;
		right: 42px;
		top: 105px;
		width: 250px;
		color: #555555;
		font-weight: bold;
		font-size:12px;
		
		border-top: 1px solid #252525;
		border-left: 1px solid #252525;
		border-right: 1px solid #252525;
		-webkit-border-top-left-radius: 10px;
		-webkit-border-top-right-radius: 10px;
		-moz-border-radius-topleft: 10px;
		-moz-border-radius-topright: 10px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		text-align:center;
		padding:5px;
		
		background: -moz-linear-gradient(top, rgba(165,165,165,0) 0%, rgba(165,165,165,0.31) 47%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(165,165,165,0)), color-stop(47%,rgba(165,165,165,0.31)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(165,165,165,0) 0%,rgba(165,165,165,0.31) 47%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(165,165,165,0) 0%,rgba(165,165,165,0.31) 47%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(165,165,165,0) 0%,rgba(165,165,165,0.31) 47%,rgba(0,0,0,0.65) 100%); /* IE10+ */
		background: linear-gradient(to bottom, rgba(165,165,165,0) 0%,rgba(165,165,165,0.31) 47%,rgba(0,0,0,0.65) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a5a5a5', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
	}
	
	div.top-cart {
		position:absolute;bottom:0;right:140px;width:80px;
		padding-left:10px;
		padding-right:10px;
		padding-top:5px;
		padding-bottom:5px;
		background-color:#dbdbdb;
		-webkit-border-top-left-radius: 10px;
		-webkit-border-top-right-radius: 10px;
		-moz-border-radius-topleft: 10px;
		-moz-border-radius-topright: 10px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		text-align:center;
	}
	
	div.large-body {
		padding-top:20px;
	}
	
	div.background-shade {
		width:100%;
		z-index:-1;
		height:163px;
		position:absolute;
		left:0;
		top:170px;
	}
	
	div.layout-width {
		max-width: 1160px;
	}
	
	a.myaccount-layout {
		margin-right:100px;
	}
	
	/*div.resort-pad {*/
		/*margin-left:100px;*/
	/*}*/
	
	/* Dashboard */
	div.dashboard-icon {
		display:inline;
		float:left;
		vertical-align:top;
		margin:5px;
		margin-right:40px;
	}
	
	div.dashboard-icon-left {
		margin-left:40px;
	}
	
	div.dashboard-big-icon {
		display:inline;
		float:left;
		vertical-align:top;
		margin:5px;
		margin-right:25px;
		margin-top:25px;
		font-weight:bold;
	}
	
	div.dashboard-big-icon-left {
		margin-left:60px;
	}
	
	div.dashboard-big-icon-bottom {
		margin-bottom:25px;
	}
	
	div.dashboard-big {
		color:white;
		text-align: center; 
		border-radius: 20px; 
		-moz-border-radius: 20px; 
		-webkit-border-radius: 20px; 
		border: 5px solid #cecece; 
		position:fixed;
	    top: 50%;
	    left: 50%;
	    width:650px;
	    margin-left: -325px;
	    height:466px;
	    margin-top: -233px; /*set to a negative number 1/2 of your height*/
	}
	
	div.dashboard-club-big-icon {
		display:inline;
		float:left;
		vertical-align:top;
		margin:5px;
		margin-right:25px;
		margin-top:25px;
		font-weight:bold;
	}
	
	div.dashboard-club-big-icon-left {
		margin-left:60px;
	}
	
	div.dashboard-club-big-icon-bottom {
		background-color: #A0A0A0;
	    border: 5px solid #CECECE;
	    border-radius: 20px 20px 20px 20px;
	    height: 80px;
	    left: 50%;
	    margin-bottom: 25px;
	    margin-left: -238px;
	    margin-top: 2px;
	    position: relative;
	    top: 50%;
	    width: 443px;
	    text-align: left;
	}
	
	div.dashboard-club-big {
		color:white;
		text-align: center; 
		border-radius: 20px; 
		-moz-border-radius: 20px; 
		-webkit-border-radius: 20px; 
		border: 5px solid #cecece; 
		position:fixed;
	    top: 50%;
	    left: 50%;
	    width:650px;
	    margin-left: -325px;
	    height:275px;
	    margin-top: -233px; /*set to a negative number 1/2 of your height*/
	}
	
	div.dashboard-logo {
		border-bottom:2px solid white;
		-webkit-border-top-right-radius: 15px;
		-webkit-border-top-left-radius: 15px;
		-moz-border-radius-topright: 15px;
		-moz-border-radius-topleft: 15px;
		border-top-right-radius: 15px;
		border-top-left-radius: 15px;
		padding:5px;
		text-align: left;	
		position:absolute;
		top:0;
		width:640px;
		background-color:#3aa2bf;
	}
	
	div.dashboard-title {
		color:white;
		position:absolute;
		bottom:0;
		width:640px;
	}
	
	img.dashboard-icon-size {
		width:120px;
		height:120px;
	}
	/* Dashboard */
	
	/* Sales Screens */
	div.sales-big {
		background-color: white;
		color:white;
		text-align: center; 
		border-radius: 20px; 
		-moz-border-radius: 20px; 
		-webkit-border-radius: 20px; 
		border: 5px solid #cecece; 
		position:fixed;
	    top: 50%;
	    left: 50%;
	    width:650px;
	    margin-left: -325px;
	    height:650px;
	    margin-top: -325px; /*set to a negative number 1/2 of your height*/
	}
	
	div.sales-logo {
		-webkit-border-top-right-radius: 15px;
		-webkit-border-top-left-radius: 15px;
		-moz-border-radius-topright: 15px;
		-moz-border-radius-topleft: 15px;
		border-top-right-radius: 15px;
		border-top-left-radius: 15px;
		padding:10px;
		text-align:center;
	}
	/* Sales Screens */
	
	div.medium-body, div.medium-ads, div.small-ads, div.small-search {
		display: none; 
	}
}
 
@media (min-width: 980px) and (max-width: 1199px) {
	
	div.top-logo {
		padding-left:0;
		padding-bottom:10px;
		height: 96px;
	}
	
	div.top-envelope {
		position:absolute;
		right:135px;
		top:0;
	}	

	div.top-club-badge {
		position:absolute;
		right: 235px;
		top: 22px;
		height: 90px;
		width: 90px;
	}

	div.top-client {
		position: absolute;
		right: 28px;
		top: 105px;
		width: 250px;
		color: #555555;
		font-weight: bold;
		font-size:12px;
		
		border-top: 1px solid #252525;
		border-left: 1px solid #252525;
		border-right: 1px solid #252525;
		-webkit-border-top-left-radius: 10px;
		-webkit-border-top-right-radius: 10px;
		-moz-border-radius-topleft: 10px;
		-moz-border-radius-topright: 10px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		text-align:center;
		padding:5px;
		
		background: -moz-linear-gradient(top, rgba(165,165,165,0) 0%, rgba(165,165,165,0.31) 47%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(165,165,165,0)), color-stop(47%,rgba(165,165,165,0.31)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(165,165,165,0) 0%,rgba(165,165,165,0.31) 47%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(165,165,165,0) 0%,rgba(165,165,165,0.31) 47%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(165,165,165,0) 0%,rgba(165,165,165,0.31) 47%,rgba(0,0,0,0.65) 100%); /* IE10+ */
		background: linear-gradient(to bottom, rgba(165,165,165,0) 0%,rgba(165,165,165,0.31) 47%,rgba(0,0,0,0.65) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a5a5a5', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
	}

	div.top-cart {
		position:absolute;bottom:0;right:30px;width:80px;
		padding-left:10px;
		padding-right:10px;
		padding-top:5px;
		padding-bottom:5px;
		background-color:#dbdbdb;
		-webkit-border-top-left-radius: 10px;
		-webkit-border-top-right-radius: 10px;
		-moz-border-radius-topleft: 10px;
		-moz-border-radius-topright: 10px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		text-align: center;
	}
	
	div.large-body {
		padding-top:20px;
	}
	
	div.background-shade {
		width:100%;
		z-index:-1;
		height:163px;
		position:absolute;
		left:0;
		top:170px;
	}
	
	div.large-search {
		display:inline-block;
		margin-top:10px;
	}
	
	div.layout-width {
		max-width: 940px;
	}
	
	a.myaccount-layout {
		margin-right:20px;
	}
	
	div.resort-pad {
		margin-left:80px;
	}
	
	div.dashboard-icon {
		display:inline;
		float:left;
		vertical-align:top;
		margin:5px;
		margin-right:15px;
	}
	
	div.dashboard-icon-left {
		margin-left:30px;
	}
	
	div.dashboard-big-icon {
		display:inline;
		float:left;
		vertical-align:top;
		margin:5px;
		margin-right:25px;
		margin-top:25px;
		font-weight:bold;
	}
	
	div.dashboard-big-icon-bottom {
		margin-bottom:25px;
	}
	
	div.dashboard-big-icon-left {
		margin-left:50px;
	}
	
	div.dashboard-big {
		color:white;
		text-align: center; 
		border-radius: 20px; 
		-moz-border-radius: 20px; 
		-webkit-border-radius: 20px; 
		border: 5px solid #cecece; 
		position:fixed;
	    top: 50%;
	    left: 50%;
	    width:650px;
	    margin-left: -325px;
	    height:466px;
	    margin-top: -233px; /*set to a negative number 1/2 of your height*/
	}
	
	div.dashboard-club-big-icon {
		display:inline;
		float:left;
		vertical-align:top;
		margin:5px;
		margin-right:25px;
		margin-top:25px;
		font-weight:bold;
	}
	
	div.dashboard-club-big-icon-left {
		margin-left:50px;
	}
	
	div.dashboard-club-big-icon-bottom {
		background-color: #A0A0A0;
	    border: 5px solid #CECECE;
	    border-radius: 20px 20px 20px 20px;
	    height: 80px;
	    left: 50%;
	    margin-bottom: 25px;
	    margin-left: -195px;
	    margin-top: 2px;
	    position: relative;
	    top: 50%;
	    width: 370px;
	    text-align: left;
	}
	
	div.dashboard-club-big {
		color:white;
		text-align: center; 
		border-radius: 20px; 
		-moz-border-radius: 20px; 
		-webkit-border-radius: 20px; 
		border: 5px solid #cecece; 
		position:fixed;
	    top: 50%;
	    left: 50%;
	    width:650px;
	    margin-left: -325px;
	    height:275px;
	    margin-top: -233px; /*set to a negative number 1/2 of your height*/
	}
	
	div.dashboard-logo {
		border-bottom:2px solid white;
		-webkit-border-top-right-radius: 15px;
		-webkit-border-top-left-radius: 15px;
		-moz-border-radius-topright: 15px;
		-moz-border-radius-topleft: 15px;
		border-top-right-radius: 15px;
		border-top-left-radius: 15px;
		padding:5px;
		text-align: left;	
		position:absolute;
		top:0;
		width:640px;
		background-color:#3aa2bf;
	}
	
	div.dashboard-title {
		color:white;
		position:absolute;
		bottom:0;
		width:640px;
	}
	
	img.dashboard-icon-size {
		width:120px;
		height:120px;
	}
	
	/* Sales Screens */
	div.sales-big {
		color:white;
		text-align: center; 
		border-radius: 20px; 
		-moz-border-radius: 20px; 
		-webkit-border-radius: 20px; 
		border: 5px solid #cecece; 
		position:fixed;
	    top: 50%;
	    left: 50%;
	    width:650px;
	    margin-left: -325px;
	    height:650px;
	    margin-top: -325px; /*set to a negative number 1/2 of your height*/
	    background-color: white;
	}
	
	div.sales-logo {
		border-bottom:2px solid #cecece;
		-webkit-border-top-right-radius: 15px;
		-webkit-border-top-left-radius: 15px;
		-moz-border-radius-topright: 15px;
		-moz-border-radius-topleft: 15px;
		border-top-right-radius: 15px;
		border-top-left-radius: 15px;
	}
	/* Sales Screens */
	
	div.medium-body, div.medium-ads, div.small-ads, div.small-search {
		display: none; 
	}
}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	
	div.top-logo {
		padding-left:0;
		padding-bottom:10px;
		height: 96px;
	}
	
	div.top-envelope {
		position:absolute;
		right:0;
		top:0;
	}
	
	div.top-club-badge {
		position:absolute;
		right: 95px;
		top: 22px;
		height: 90px;
		width: 90px;
	}

	div.top-client {
		position: absolute;
		right: 0;
		top: 105px;
		width: 250px;
		color: #555555;
		font-weight: bold;
		font-size:12px;
		
		border-top: 1px solid #252525;
		border-left: 1px solid #252525;
		border-right: 1px solid #252525;
		-webkit-border-top-left-radius: 10px;
		-webkit-border-top-right-radius: 10px;
		-moz-border-radius-topleft: 10px;
		-moz-border-radius-topright: 10px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		text-align:center;
		padding:5px;
		
		background: -moz-linear-gradient(top, rgba(165,165,165,0) 0%, rgba(165,165,165,0.31) 47%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(165,165,165,0)), color-stop(47%,rgba(165,165,165,0.31)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(165,165,165,0) 0%,rgba(165,165,165,0.31) 47%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(165,165,165,0) 0%,rgba(165,165,165,0.31) 47%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(165,165,165,0) 0%,rgba(165,165,165,0.31) 47%,rgba(0,0,0,0.65) 100%); /* IE10+ */
		background: linear-gradient(to bottom, rgba(165,165,165,0) 0%,rgba(165,165,165,0.31) 47%,rgba(0,0,0,0.65) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a5a5a5', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
	}
	
	div.top-cart2 {
		margin-left: 20px;
		width:100px;
		padding-left:8px;
		padding-right:8px;
		padding-top:5px;
		padding-bottom:5px;
		background-color:#dbdbdb;
		-webkit-border-top-left-radius: 10px;
		-webkit-border-top-right-radius: 10px;
		-moz-border-radius-topleft: 10px;
		-moz-border-radius-topright: 10px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		text-align: center;
	}
	
	div.large-body {
		padding-top:20px;
	}
	
	div.background-shade {
		width:100%;
		z-index:-1;
		height:163px;
		position:absolute;
		left:0;
		top:170px;
	}
	
	div.resort-pad {
		margin-left:60px;
	}
	
	div.dashboard-icon {
		display:inline;
		float:left;
		vertical-align:top;
		margin:5px;
		margin-right:20px;
	}
	
	div.dashboard-icon-left {
		margin-left:25px;
	}
	
	div.dashboard-big-icon {
		display:inline;
		float:left;
		vertical-align:top;
		margin:5px;
		margin-right:25px;
		margin-top:25px;
		font-weight:bold;
	}
	
	div.dashboard-big-icon-bottom {
		margin-bottom:25px;
	}
	
	div.dashboard-big-icon-left {
		margin-left:50px;
	}
	
	div.dashboard-big {
		color:white;
		text-align: center; 
		border-radius: 20px; 
		-moz-border-radius: 20px; 
		-webkit-border-radius: 20px; 
		border: 5px solid #cecece; 
		position:fixed;
	    top: 50%;
	    left: 50%;
	    width:650px;
	    margin-left: -325px;
	    height:466px;
	    margin-top: -233px; /*set to a negative number 1/2 of your height*/
	}
	
	div.dashboard-club-icon {
		display:inline;
		float:left;
		vertical-align:top;
		margin:5px;
		margin-right:25px;
		margin-top:25px;
		font-weight:bold;
	}
	
	div.dashboard-club-icon-bottom {
		background-color: #A0A0A0;
	    border: 5px solid #CECECE;
	    border-radius: 20px 20px 20px 20px;
	    height: 59px;
	    left: -25px;
	    margin-bottom: 25px;
	    margin-left: -238px;
	    margin-top: 2px;
	    position: relative;
	    top: 50%;
	    width: 274px;
	    text-align: left;
	}
	
	div.dashboard-club-icon-left {
		margin-left:50px;
	}
	
	div.dashboard-club-big {
		color:white;
		text-align: center; 
		border-radius: 20px; 
		-moz-border-radius: 20px; 
		-webkit-border-radius: 20px; 
		border: 5px solid #cecece; 
		position:fixed;
	    top: 50%;
	    left: 50%;
	    width:650px;
	    margin-left: -325px;
	    height:275px;
	    margin-top: -233px; /*set to a negative number 1/2 of your height*/
	}
	
	div.dashboard-club-big-icon {
		display:inline;
		float:left;
		vertical-align:top;
		margin:5px;
		margin-right:25px;
		margin-top:25px;
		font-weight:bold;
	}
	
	div.dashboard-club-big-icon-bottom {
		background-color: #A0A0A0;
	    border: 5px solid #CECECE;
	    border-radius: 20px 20px 20px 20px;
	    height: 59px;
	    left: -25px;
	    margin-bottom: 25px;
	    margin-left: -238px;
	    margin-top: 2px;
	    position: relative;
	    top: 50%;
	    width: 274px;
	    text-align: left;
	}
	
	div.dashboard-club-big-icon-left {
		margin-left:50px;
	}
	
	div.dashboard-club-big {
		color:white;
		text-align: center; 
		border-radius: 20px; 
		-moz-border-radius: 20px; 
		-webkit-border-radius: 20px; 
		border: 5px solid #cecece; 
		position:fixed;
	    top: 50%;
	    left: 50%;
	    width:650px;
	    margin-left: -325px;
	    height:275px;
	    margin-top: -233px; /*set to a negative number 1/2 of your height*/
	}
	
	div.dashboard-logo {
		border-bottom:2px solid white;
		-webkit-border-top-right-radius: 15px;
		-webkit-border-top-left-radius: 15px;
		-moz-border-radius-topright: 15px;
		-moz-border-radius-topleft: 15px;
		border-top-right-radius: 15px;
		border-top-left-radius: 15px;
		padding:5px;
		text-align: left;	
		position:absolute;
		top:0;
		width:640px;
		background-color:#3aa2bf;
	}
	
	div.dashboard-title {
		color:white;
		position:absolute;
		bottom:0;
		width:640px;
	}
	
	img.dashboard-icon-size {
		width:120px;
		height:120px;
	}
	
	div.sales-big {
		background-color: white;
		color:white;
		text-align: center; 
		border-radius: 20px; 
		-moz-border-radius: 20px; 
		-webkit-border-radius: 20px; 
		border: 5px solid #cecece; 
		position:fixed;
	    top: 50%;
	    left: 50%;
	    width:650px;
	    margin-left: -325px;
	    height:650px;
	    margin-top: -325px; /*set to a negative number 1/2 of your height*/
	}
	
	div.medium-ads, div.small-ads, div.top-cart, div.top-myaccount, div.medium-body, div.resort-ad, div.small-search,ul.breadcrumb  {
		display:none;
	}
	
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
#nav.affix {
    position: fixed;
    top: 0;
    margin-left:-20px;
    width: 100%
}
	
	div.top-logo {
		padding-left:0;
		padding-bottom:10px;
		width:100px;
		height: 96px;
	}
	
	div.top-envelope {
		position:absolute;
		right:0;
		top:0;
	}
	
	div.top-club-badge {
		position:absolute;
		right: 95px;
		top: 22px;
		height: 90px;
		width: 90px;
	}
	
	div.top-client {
		position: absolute;
		right: 0;
		top: 105px;
		width: 250px;
		color: #555555;
		font-weight: bold;
		font-size:12px;
		
		border-top: 1px solid #252525;
		border-left: 1px solid #252525;
		border-right: 1px solid #252525;
		-webkit-border-top-left-radius: 10px;
		-webkit-border-top-right-radius: 10px;
		-moz-border-radius-topleft: 10px;
		-moz-border-radius-topright: 10px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		text-align:center;
		padding:5px;
		
		background: -moz-linear-gradient(top, rgba(165,165,165,0) 0%, rgba(165,165,165,0.31) 47%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(165,165,165,0)), color-stop(47%,rgba(165,165,165,0.31)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(165,165,165,0) 0%,rgba(165,165,165,0.31) 47%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(165,165,165,0) 0%,rgba(165,165,165,0.31) 47%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(165,165,165,0) 0%,rgba(165,165,165,0.31) 47%,rgba(0,0,0,0.65) 100%); /* IE10+ */
		background: linear-gradient(to bottom, rgba(165,165,165,0) 0%,rgba(165,165,165,0.31) 47%,rgba(0,0,0,0.65) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a5a5a5', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
	}
	
	div.large-body {
		padding-top:20px;
	}
	
	div.resort-pad {
		margin-left:10px;
	}
	
	div.dashboard-icon {
		display:inline;
		float:left;
		vertical-align:top;
		margin:5px;
		margin-right:20px;
	}
	
	div.dashboard-icon-left {
		margin-left:25px;
	}
	
	div.dashboard-big-icon {
		display:inline;
		float:left;
		vertical-align:top;
		margin:5px;
		margin-right:15px;
		margin-top:25px;
		font-weight:bold;
	}
	
	div.dashboard-big-icon-bottom {
		margin-bottom:25px;
	}
	
	div.dashboard-big-icon-left {
		margin-left:30px;
	}
	
	div.dashboard-club-big-icon-bottom {
		background-color: #A0A0A0;
	    border: 5px solid #CECECE;
	    border-radius: 20px 20px 20px 20px;
	    height: 80px;
	    left: 50%;
	    margin-bottom: 25px;
	    margin-left: -238px;
	    margin-top: 2px;
	    position: relative;
	    top: 50%;
	    width: 443px;
	    text-align: left;
	}
	
	div.dashboard-big {
		color:white;
		text-align: center; 
		border-radius: 20px; 
		-moz-border-radius: 20px; 
		-webkit-border-radius: 20px; 
		border: 5px solid #cecece; 
		position:fixed;
	    top: 50%;
	    left: 50%;
	    width:500px;
	    margin-left: -250px;
	    height:406px;
	    margin-top: -200px; /*set to a negative number 1/2 of your height*/
	}
	
	div.dashboard-big-icon {
		display:inline;
		float:left;
		vertical-align:top;
		margin:5px;
		margin-right:15px;
		margin-top:25px;
		font-weight:bold;
	}
	
	div.dashboard-big-icon-bottom {
		margin-bottom:25px;
	}
	
	div.dashboard-big-icon-left {
		margin-left:30px;
	}
	
	div.dashboard-club-icon {
		display:inline;
		float:left;
		vertical-align:top;
		margin:5px;
		margin-right:15px;
		margin-top:25px;
		font-weight:bold;
	}
	
	div.dashboard-club-icon-bottom {
		background-color: #A0A0A0;
	    border: 5px solid #CECECE;
	    border-radius: 20px 20px 20px 20px;
	    height: 86px;
	    left: 0;
	    margin-bottom: 10px;
	    margin-left: -238px;
	    margin-top: 2px;
	    position: relative;
	    top: 50%;
	    width: 375px;
	    text-align: left;
	}
	
	div.dashboard-club-icon-left {
		margin-left:30px;
	}
	
	div.dashboard-club {
		color:white;
		text-align: center; 
		border-radius: 20px; 
		-moz-border-radius: 20px; 
		-webkit-border-radius: 20px; 
		border: 5px solid #cecece; 
		position:fixed;
	    top: 50%;
	    left: 50%;
	    width:500px;
	    margin-left: -250px;
	    height:390px;
	    margin-top: -200px; /*set to a negative number 1/2 of your height*/
	}
	
	div.dashboard-club-big-icon {
		display:inline;
		float:left;
		vertical-align:top;
		margin:5px;
		margin-right:15px;
		margin-top:25px;
		font-weight:bold;
	}
	
	div.dashboard-club-big-icon-bottom {
		background-color: #A0A0A0;
	    border: 5px solid #CECECE;
	    border-radius: 20px 20px 20px 20px;
	    height: 86px;
	    left: 0;
	    margin-bottom: 10px;
	    margin-left: -238px;
	    margin-top: 2px;
	    position: relative;
	    top: 50%;
	    width: 375px;
	    text-align: left;
	}
	
	div.dashboard-club-big-icon-left {
		margin-left:30px;
	}
	
	div.dashboard-club-big {
		color:white;
		text-align: center; 
		border-radius: 20px; 
		-moz-border-radius: 20px; 
		-webkit-border-radius: 20px; 
		border: 5px solid #cecece; 
		position:fixed;
	    top: 50%;
	    left: 50%;
	    width:500px;
	    margin-left: -250px;
	    height:246px;
	    margin-top: -200px; /*set to a negative number 1/2 of your height*/
	}
	
	div.dashboard-logo {
		border-bottom:2px solid white;
		-webkit-border-top-right-radius: 15px;
		-webkit-border-top-left-radius: 15px;
		-moz-border-radius-topright: 15px;
		-moz-border-radius-topleft: 15px;
		border-top-right-radius: 15px;
		border-top-left-radius: 15px;
		padding:5px;
		text-align: left;	
		position:absolute;
		top:0;
		width:490px;
		background-color:#3aa2bf;
	}
	
	div.dashboard-title {
		color:white;
		position:absolute;
		bottom:0;
		width:490px;
	}
	
	img.dashboard-icon-size {
		width:90px;
		height:90px;
	}
	
	div.sales-big {
		background-color: white;
		color:white;
		text-align: center; 
		border-radius: 20px; 
		-moz-border-radius: 20px; 
		-webkit-border-radius: 20px; 
		border: 5px solid #cecece; 
		position:fixed;
	    top: 50%;
	    left: 50%;
	    width:650px;
	    margin-left: -325px;
	    height:650px;
	    margin-top: -325px; /*set to a negative number 1/2 of your height*/
	}
	
	div.top-cart, div.big-ads, div.medium-body, div.small-ads, div.resort-ad, div.background-shade, div.small-search,ul.breadcrumb {
		display:none;
	}
}
 
@media (max-width: 680px) {
	
#nav.affix {
    position: fixed;
    top: 0;
    margin-left:-20px;
    width: 100%
}
	
	div.top-logo {
		padding-top: 20px;
		padding-left:0;
		padding-bottom:10px;
		width:260px;
		height:70px;
	}
	
	div.top-client {
		position: absolute;
		right: 0;
		top: 100px;
		width: 250px;
		color: #555555;
		font-weight: bold;
		font-size:12px;
		
		border-top: 1px solid #252525;
		border-left: 1px solid #252525;
		border-right: 1px solid #252525;
		-webkit-border-top-left-radius: 10px;
		-webkit-border-top-right-radius: 10px;
		-moz-border-radius-topleft: 10px;
		-moz-border-radius-topright: 10px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		text-align:center;
		padding:5px;
		
		background: -moz-linear-gradient(top, rgba(165,165,165,0) 0%, rgba(165,165,165,0.31) 47%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(165,165,165,0)), color-stop(47%,rgba(165,165,165,0.31)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(165,165,165,0) 0%,rgba(165,165,165,0.31) 47%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(165,165,165,0) 0%,rgba(165,165,165,0.31) 47%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(165,165,165,0) 0%,rgba(165,165,165,0.31) 47%,rgba(0,0,0,0.65) 100%); /* IE10+ */
		background: linear-gradient(to bottom, rgba(165,165,165,0) 0%,rgba(165,165,165,0.31) 47%,rgba(0,0,0,0.65) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a5a5a5', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
	}
	
	div.small-search {
		display:block;
	}
	
	div.large-search,ul.breadcrumb {
		display:none;
	}
} 
 
@media (max-width: 560px) {
	
#nav.affix {
    position: fixed;
    top: 0;
    margin-left:-20px;
    width: 100%
}
	
	div.top-logo {
		padding-top: 20px;
		padding-left:0;
		padding-bottom:10px;
		width:190px;
		height:70px;
	}
	
	div.large-search,ul.breadcrumb {
		display:none;
	}
}
 
/* Landscape phones and down */
@media (max-width: 480px) {
	
	#nav.affix {
    position: fixed;
    top: 0;
    margin-left:-20px;
    width: 100%
}
	
	div.top-logo {
		text-align:center;
		padding-bottom:10px;
		width:387px;
		height:90px;
	}
	
	div.bottom-envelope {
		position:absolute;
		right:0;
		top:0;
	}
	
	div.bottom-club-badge {
		position:absolute;
		right: 95px;
		top: 22px;
		height: 90px;
		width: 90px;
	}
	
	div.bottom-client {
		position: absolute;
		right: 0;
		top: 60px;
		width: 90px;
		color: #555555;
		font-weight: bold;
		font-size: 12px;
	}
	
	div.bottom-cart {
		position:absolute;
		top:20px;
		left:0;
		width:80px;
		padding-left:10px;
		padding-right:10px;
		padding-top:5px;
		padding-bottom:5px;
		background-color:#dbdbdb;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-bottom: 10px;
		text-align: center;
	}
	
	div.bottom-myaccount {
		position: absolute;
		left:0;
		top:70px;
	}
	
	div.medium-body {
		display:block;
		padding-top:10px;
	}
	
	div.small-ads {
		display: block;
	}
	
	div.dashboard-icon {
		display:inline;
		float:left;
		vertical-align:top;
		margin:5px;
		margin-right:20px;
	}
	
	div.dashboard-icon-left {
		margin-left:30px;
	}
	
	div.dashboard-big-icon {
		display:inline;
		float:left;
		vertical-align:top;
		margin:5px;
		margin-right:10px;
		margin-top:25px;
		font-weight:bold;
	}
	
	div.dashboard-big-icon-bottom {
		margin-bottom:25px;
	}
	
	div.dashboard-big-icon-left {
		margin-left:15px;
	}
	
	div.dashboard-big {
		color:white;
		text-align: center; 
		border-radius: 20px; 
		-moz-border-radius: 20px; 
		-webkit-border-radius: 20px; 
		border: 5px solid #cecece; 
		position:fixed;
	    top: 50%;
	    left: 50%;
	    width:400px;
	    margin-left: -200px;
	    height:374px;
	    margin-top: -187px; /*set to a negative number 1/2 of your height*/
	}
	
	div.dashboard-club-icon {
		display:inline;
		float:left;
		vertical-align:top;
		margin:5px;
		margin-right:20px;
	}
	
	div.dashboard-club-icon-left {
		margin-left:30px;
	}
	
	div.dashboard-club-icon-left {
		margin-left:15px;
	}
	
	div.dashboard-club {
		color:white;
		text-align: center; 
		border-radius: 20px; 
		-moz-border-radius: 20px; 
		-webkit-border-radius: 20px; 
		border: 5px solid #cecece; 
		position:fixed;
	    top: 50%;
	    left: 50%;
	    width:400px;
	    margin-left: -200px;
	    height:374px;
	    margin-top: -187px; /*set to a negative number 1/2 of your height*/
	}
	
	div.dashboard-club-icon-bottom {
		background-color: #A0A0A0;
	    border: 5px solid #CECECE;
	    border-radius: 20px 20px 20px 20px;
	    height: 70px;
	    left: 270px;
	    margin-bottom: 5px;
	    margin-left: -238px;
	    margin-top: 2px;
	    position: relative;
	    top: 50%;
	    width: 302px;
	    text-align: left;
	}
	
	div.dashboard-club-big-icon {
		display:inline;
		float:left;
		vertical-align:top;
		margin:5px;
		margin-right:10px;
		margin-top:25px;
		font-weight:bold;
	}
	
	div.dashboard-club-big-icon-bottom {
		margin-bottom:25px;
	}
	
	div.dashboard-club-big-icon-left {
		margin-left:15px;
	}
	
	div.dashboard-club-big {
		color:white;
		text-align: center; 
		border-radius: 20px; 
		-moz-border-radius: 20px; 
		-webkit-border-radius: 20px; 
		border: 5px solid #cecece; 
		position:fixed;
	    top: 50%;
	    left: 50%;
	    width:400px;
	    margin-left: -200px;
	    height:231px;
	    margin-top: -187px; /*set to a negative number 1/2 of your height*/
	}
	
	div.dashboard-logo {
		border-bottom:2px solid white;
		-webkit-border-top-right-radius: 15px;
		-webkit-border-top-left-radius: 15px;
		-moz-border-radius-topright: 15px;
		-moz-border-radius-topleft: 15px;
		border-top-right-radius: 15px;
		border-top-left-radius: 15px;
		padding:5px;
		text-align: left;	
		position:absolute;
		top:0;
		width:390px;
		background-color:#3aa2bf;
	}
	
	div.dashboard-title {
		color:white;
		position:absolute;
		bottom:0;
		width:390px;
	}
	
	img.dashboard-icon-size {
		width:75px;
		height:75px;
	}
	
	div.top-envelope, div.top-club-badge, div.top-client, div.top-cart, div.big-ads, div.medium-ads, div.top-myaccount, div.large-body, div.resort-ad, div.sa-map, div.background-shade, div.large-search,ul.breadcrumb {
		display:none;
	}
}

/* Responsive CSS */

/* Bootstrap */

/*--Main NavBar--*/
.navbar-inverse .nav-collapse .nav > li > a,
.navbar-inverse .nav-collapse {
	color: #ffffff;
}

.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  font-weight: bold;
}
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:focus {
  color: #f6d60f;
  font-weight: bold;
}

.navbar-inverse .navbar-text {
  color: #ffffff;
  font-weight: bold;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #f6d60f;
  font-weight: bold;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #f6d60f;
  font-weight: bold;
  background-color: #087d9e;
}
.navbar-inverse .navbar-link {
  color: #ffffff;
  font-weight: bold;
}
.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
  color: #f6d60f;
  font-weight: bold;
}
.navbar-inverse .divider-vertical {
  border-left-color: #333333;
  border-right-color: #595959;
}

.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #595959, #333333);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#595959), to(#333333));
  background-image: -webkit-linear-gradient(top, #595959, #333333);
  background-image: -o-linear-gradient(top, #595959, #333333);
  background-image: linear-gradient(to bottom, #595959, #333333);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff595959', endColorstr='#ff333333', GradientType=0);
  border-color: #252525;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.navbar {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}

.navbar-inverse .navbar-inner {
  -webkit-box-shadow: 0 5px 2px rgba(1,1,1,.2);
  -moz-box-shadow: 0 5px 2px rgba(1,1,1,.2);
  box-shadow: 0 5px 2px rgba(1,1,1,.2);
}
/*--Main NavBar--*/

/*--Nav Stacked--*/
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 3px;
  padding-left: 3px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding-top: 3px;
  padding-bottom: 3px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  
  color: white;
  
  background: #464646; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #464646 1%, #5e5e5e 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(1%,#464646), color-stop(100%,#5e5e5e)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #464646 1%,#5e5e5e 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #464646 1%,#5e5e5e 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #464646 1%,#5e5e5e 100%); /* IE10+ */
  background: linear-gradient(135deg, #464646 1%,#5e5e5e 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#464646', endColorstr='#5e5e5e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #dddddd;
  background: #aaaaaa; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #6c6c6c 1%, #aaaaaa 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(1%,#6c6c6c), color-stop(100%,#aaaaaa)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #6c6c6c 1%,#aaaaaa 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #6c6c6c 1%,#aaaaaa 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #6c6c6c 1%,#aaaaaa 100%); /* IE10+ */
  background: linear-gradient(135deg, #6c6c6c 1%,#aaaaaa 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c6c6c', endColorstr='#aaaaaa',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: white;
  background: #aaaaaa; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #6c6c6c 1%, #aaaaaa 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(1%,#6c6c6c), color-stop(100%,#aaaaaa)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #6c6c6c 1%,#aaaaaa 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #6c6c6c 1%,#aaaaaa 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #6c6c6c 1%,#aaaaaa 100%); /* IE10+ */
  background: linear-gradient(135deg, #6c6c6c 1%,#aaaaaa 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c6c6c', endColorstr='#aaaaaa',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #ffffff;
  background-color: #0088cc;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  border-color: #ddd;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
/*--Nav Stacked--*/

/*--Fixed Nav on Scroll--*/
#nav.affix {
    position: fixed;
    top: 0;
    width: 100%
}


#navToTop.affix {
    position: fixed;
    bottom: 0;
    width: 100%
}

.cut-off{
	white-space:nowrap;
	overflow:hidden;
	width:inherit;
}

.cut-off > .list-icon-menu
{
	width:2.5em;
}

.cut-off > .list-icon-text
{
	width:0;
	text-overflow:ellipsis;
}


/* Bootstrap */

/* New Left Side Menu */

.menu_left ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border: 1px solid #c5c7c9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-weight: bold;
}

.menu_left ul li a {
	text-decoration: none;
	color: #939598;
	padding: 0;
	background-color: #FFFFFF;
	display:block;
	border-bottom: 1px solid #c5c7c9;
}

.menu_left ul li:first-child a {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
}

.menu_left ul li:last-child a {
	border-bottom: 0;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}

.menu_left ul li a:visited {
	color: #939598;
}

.menu_left ul li a:hover, .menu_left ul li .current {
	color: white;
	background-color: #939598;
}

img.menu_left-first-icon {
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
}

img.menu_left-last-icon {
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}

img.menu_left-icon {
	padding:10px;
	background-color:#2cc2e1;
	margin-right:10px;
}

div.menu_left-first-icon {
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
}

div.menu_left-last-icon {
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}

div.menu_left-icon {
	/*padding:10px;*/
	background-color:#2cc2e1;
	margin-right:10px;
	height:45px;
	width:45px;
	display: table-cell;
	color:white;
	vertical-align: middle;
	text-align: center;
}

div.menu_left-text {
	display: table-cell;
	vertical-align: middle;
	padding-left: 15px;
}

/* New Left Side Menu */

/* jQuery UI */
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #464646; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #464646 1%, #5e5e5e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(1%,#464646), color-stop(100%,#5e5e5e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #464646 1%,#5e5e5e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #464646 1%,#5e5e5e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #464646 1%,#5e5e5e 100%); /* IE10+ */
	background: linear-gradient(135deg, #464646 1%,#5e5e5e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#464646', endColorstr='#5e5e5e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color: #222222;
	font-weight: bold;
}

input.error {
	border: 1px solid LightCoral;
}

select.error {
	border: 1px solid LightCoral;
}

label.error {
	margin-left: 10px;
	width: auto;
	display: inline;
	color: #b94a48;
}
/* jQuery UI */

div.round4-border {
	padding:0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #c5c7c9;
}

div.large-heading {
	color: #939598;
	display: inline-block;
	padding-left:30px;
	font-size: xx-large;
}

/* Buttons */

button.bDefault, a.bDefault, div.bDefault {
	background: #777777;
	color: white;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #c5c7c9;
	display: inline-block;
	cursor: pointer;
	font-size: 17px;
	text-decoration: none;
	text-shadow: 0 1px 0 #2f6627;
	padding: 12px 20px 12px 20px ;
	font-weight: bold;
}

button.bDefault:hover, a.bDefault:hover, div.bDefault:hover, button.bSmall:hover, a.bSmall:hover, div.bSmall:hover, button.bSmaller:hover, a.bSmaller:hover, div.bSmaller:hover {
	background-color:#c5c7c9;
}
button.bDefault:active, a.bDefault:active, div.bDefault:active, button.bSmall:active, a.bSmall:active, div.bSmall:active, button.bSmaller:active, a.bSmaller:active, div.bSmaller:active {
	position:relative;
	top:1px;
}

button.bSmall, a.bSmall, div.bSmall {
	background: #777777;
	color: white;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #c5c7c9;
	display: inline-block;
	cursor: pointer;
	font-size: 14px;
	text-decoration: none;
	text-shadow: 0 1px 0 #2f6627;
	padding: 8px 15px 8px 15px ;
	font-weight: bold;
}

button.bSmaller, a.bSmaller, div.bSmaller {
	background: #2cc2e1;
	color: white;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #c5c7c9;
	display: inline-block;
	cursor: pointer;
	font-size: 12px;
	text-decoration: none;
	text-shadow: 0 1px 0 #2f6627;
	padding: 5px 9px 5px 9px ;
	font-weight: bold;
}

button.bBlue, a.bBlue, div.bBlue {
	background: #2cc2e1;
}

button.bGreen, a.bGreen, div.bGreen {
	background: #a9c938;
}

button.bOrange, a.bOrange, div.bOrange {
	background: #eba920;
}

button.bGray, a.bGray, div.bGray {
	background: #dedede;
	color: black;
	text-shadow: none;
}

button.btlz, a.btlz , a.div {
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
}

button.bblz, a.bblz, div.bblz {
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
}

/* Buttons */

/* Rounded Divs */
div.rtl4 {
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
}

div.rtr4 {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
}

div.rbl4 {
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}

div.rbr4 {
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}
/* Rounded Divs */

/* Rounded Images */
img.rtl4 {
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
}

img.rtr4 {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
}

img.rbl4 {
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}

img.rbr4 {
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}
/* Rounded Images */

