/* devleague specific styles */
nav#nav.clubhouse-blue,
nav#sidenavAccordion.clubhouse-blue 
{
	/* background-color: #26aae1 !important;
	color: #000 !important; */
	font-family: "Open Sans", sans-serif;
}

li.activembox {
	background-color: #a9f5cf;
}

li.inactivembox {
	background-color: #fab7a7;
}

a.nav-link:hover {
	background-color: #26aae1 !important;
	color: #000 !important;
}
a.nav-link:hover div.sb-nav-link-icon {
	color: #000 !important;
}

/* POLAROID STYLE CLASS */
.polaroid a {
	border: 2px solid #f5f5f5;
	border-radius: 4px;
	background: rgb(255,255,244);
	background: linear-gradient(180deg, rgba(255,255,244,1) 0%, rgba(255,255,255,1) 43%, rgba(255,255,244,1) 100%);
	display: inline-block;
	margin: 55px 75px 30px;
	padding: 15px 15px 30px;
	text-align: center;
	text-decoration: none;
	-webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
	box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
	-webkit-transition: all .20s linear;
	-moz-transition: all .20s linear;
	transition: all .20s linear;
	z-index: 0;
	position: relative;
}

.polaroid a:after {
	color: #333;
	font-size: 25px;
	content: attr(title);
	position: relative;
	top: 15px;
}
.polaroid img {
	display: block;
	width: 200px;
	border: 1px solid #a19e9e;
	border-radius: 2px;
}
.polaroid a:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
	z-index: 10;
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .7);
	-moz-box-shadow: 0 10px 20px rgba(0, 0, 0, .7);
	box-shadow: 0 10px 20px rgba(0, 0, 0, .7);
}