
/* Device hides */
.hidden {
  display: none;
  visibility: hidden;
}

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

.visible-desktop {
  display: inherit !important;
}

@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}




@media screen and (max-width: 767px) {
  body {
    padding-right: 12px;
    padding-left: 12px;
  }

	#header, #menu ul, #content, #who, #whoweare, #joinus, #news, #latestnews, #tweets, #events, #followholder, #follow, #footer, #sitemap, #generalinfo, #terms {
/*		clear: left;
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
		margin-bottom: 4px; */
	}
	

/* resize height */
#who, #whoweare {
	height: 100px;
	margin-bottom: 4px;
}

#content {
	width: 96%;
	}

*/

#footer {
	height: 100%;

}

#twocola, #twocolb {
		width: 100%;
}
#twocolb img {
		max-width:100%;
		max-height:100%;
}


#contactlogin {
	margin-top: 10px;
	text-align: right;
}

#contactlogin a.members  {
	background-image: url(../images/member-icon.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 24px;
	color: #797b70;
	width: auto;
	height: 20px;
	}

	#contactlogin a.contact {
		background-image: none;
		width: auto;
		height: 20px;
		margin-bottom: 0px;
	}
	
	

#menu {
	height: 100%;
	width: 100%;
   }


.menu-icon {
	float: right;
}

#mobilemenu {
	clear: left;
	display: inherit;
	max-width: 767px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	min-height: 42px;
	border: none;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
  padding: 0px;
  background-image: -moz-linear-gradient(top, #46aeda, #0096cf);
  background-image: -ms-linear-gradient(top, #46aeda, #0096cf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#46aeda), to(#0096cf));
  background-image: -webkit-linear-gradient(top, #46aeda, #0096cf);
  background-image: -o-linear-gradient(top, #46aeda, #0096cf);
  background-image: linear-gradient(top, #46aeda, #0096cf);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#'46aeda, endColorstr='#'0096cf, GradientType=0);
	}


#menu ul#nav {
	padding-bottom: 4px;
}
	
#homelink { 
		border: none;
	}
	
#mobilemenu a {
		padding: 0px 0px 0px 12px;
		margin: 0px;
		border: none;
	}



.icon-barcode {
  background-position: -456px -24px;
}

	
#menuholder {
		display: none;
		background-color: inherit;
		height: 100%;
	}


ul#nav  {
	float: left;
	display: block;
	max-width: 743px;
	height: 100%;
	border: none;
}

	
ul#nav li {
	display: inline; 
	width: 100%;
	background-color: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
	border-bottom: none;
	  background-image: -moz-linear-gradient(top, #46aeda, #0096cf);
  background-image: -ms-linear-gradient(top, #46aeda, #0096cf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#46aeda), to(#0096cf));
  background-image: -webkit-linear-gradient(top, #46aeda, #0096cf);
  background-image: -o-linear-gradient(top, #46aeda, #0096cf);
  background-image: linear-gradient(top, #46aeda, #0096cf);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#'46aeda, endColorstr='#'0096cf, GradientType=0);
}

#nav li ul {
  margin: 0px;
  margin-top: 0px;
  border: none;
}


ul#nav > li > a {
	text-align: left;
	display: block;
	width: 96%;
	color: white !important;
	font-weight: bold;
	text-decoration: none;
	line-height: 41px;
	font-size: 14px;
	border-right: none;
	border-bottom: 1px solid #75b5e5;
   padding: 0px 0px 0px 3%;
   margin: 0px;
}


#nav li:hover > ul.submenu { 
/* position: relative;  */
  position: relative; 
  display: block;
  list-style: none;
  list-style-position: inside;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  background-color: #cabfb9 !important;
}

#nav > li > ul > li {
	display: block;
	width: 100%;
	background-color: transparent;
	background-image: none;
}


#nav > li > ul > li > a {
	font-weight: normal;
	width: 100%;
	border: none;
}

#nav li ul li:hover {
	background-image: none !important;
}


	ul#nav li.homelink {
		display: none;
	}

#nav ul.submenu  {

}
#followholder {
	clear: both;
}

#terms {
	border: none;
}
}

@media screen and (min-width: 768px;) and (max-width: 996px)  {
	
	div#contactlogin a.login {
	background-image: url(../images/member-icon.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 24px;
	color: #797b70;
	}
}


@media screen and (min-width: 768px;) and (max-width: 840px)  {
	/* resize top menu */
	#nav > li  > a {
	display: block;
	font-size: 11px !important;
	}
	
}

@media screen and (min-width: 768px;)  {
	/* resize top menu */
	#nav > li  > a {
	display: block;
	font-size: 11px !important;
	}
	
}





@media screen and (min-width: 960px) { 
#menuholder {
	display: inherit !important;
}

}
