.jp-container {
	width: 253.33px;
	height: 300px;
	max-height: 300px;
	position: relative;
	float: left;
	padding: 20px;
	background: #2c3e50;
	font-size: 12px;
	font-weight: normal;
}
.jp-container h3 {
	line-height: normal;
	font-size: 14px;
	font-weight: normal;
	padding: 0;
	text-transform: uppercase;
	color: #aea470;
	margin-bottom: 15px;
}
.jp-container h3 a {
	color: #aea470;
	text-decoration: none;
}
.jp-container h3 a:hover {
	color: #999;
}
.jp-container img {
	display: block;
	width: 95%;
	max-width: 95%;
	max-height: 120px;
	margin: 0 0px 10px;
	border: none;
}
/*.. ADDED STYLE ..*/

#boardHolds {
	background: #e5e5e5;
	color: #3498db;
	width: 170px;
	max-width: 170px;
	height: 190px;
	word-wrap: normal;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
	position: relative;
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 50px 20px 0
}
#boardHolds:nth-child(3n+1) {
	margin-right: 0;
}
#boardHolds span {
	width: 170px;
	position: absolute;
	background: rgba(0,0,0,0.75);
	color: white;
	padding: 20px;
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	left: 0;
	bottom: 0;
	text-transform: uppercase;
}
#boardHolds:hover span {
	opacity: 1;
	height: 200px;
}
#boardHolds span .dview {
	position: absolute;
	bottom: 20px;
	right: 20px;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	cursor: pointer;
}
#contain {
	padding: 20px;
	height: auto;
	width: 700px;
	display: none;
	background: #fff;
	position: absolute;
	z-index: 100;
	top: 30%;
	left: 30%;
	margin: -120px 0 0 -100px; /* [-(height/2)px 0 0 -(width/2)px] */
}
#contain #close {
	color: #3498db;
	width: 90px;
	height: auto;
	float: right;
	margin-top: -20px;
	margin-right: -20px;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	background: #eee;
	padding: 10px 0;
}
#contain #titleHold {
	color: #000;
	width: 700px;
	height: 40px;
	font-size: 22px;
	font-weight: normal;
	line-height: 40px;
	display: block;
	text-transform: uppercase;
	border-bottom: 1px dotted #ccc;
	margin: 0;
}
#contain #dHold {
	width: 700px;
	height: auto;
	margin: 0;
	padding-top: 20px;
}
#contain #photo {
	width: 700px;
	height: 280px;
	max-height: 280px;
	text-align: left;
	overflow: hidden;
	margin-bottom: 20px;
}
#contain #photo img {
	width: auto;
	height: 100%;
}
#contain #descHolds {
	color: #000;
	width: 700px;
	height: auto;
	min-height: 150px;
	max-height: 150px;
	margin: 0;
	padding: 0;
	overflow: auto;
}
#contain #descHolds p {
	font-size: 12px;
	margin-bottom: 10px;
	font-weight: normal;
	line-height: 18px;
}
#contain .apply {
	color: #3498db;
	width: auto;
	height: auto;
	font-size: 12px;
	font-weight: normal;
	float: right;
	text-align: center;
	padding: 5px 20px;
	text-transform: uppercase;
	line-height: 20px;
	margin-bottom: -20px;
	margin-right: -20px;
	background: #eee;
}
#contain .apply a {
	color: #3498db;
	text-decoration: none;
}
#contents {
	width: 920px;
	padding: 0;
	margin: 0 auto 100px;
}
.pageTitle {
	width: 900px;
	margin-bottom: 20px;
	margin-top: 10px;
	padding: 10px;
	color: #fff;
	font-size: 26px;
	font-weight: normal;
	color: #000;
	text-transform: uppercase;
}
.pcol {
	background: #000;
	width: 293px;
	padding: 0;
	float: left;
	display: block;
	margin-bottom: 20px;
}
.space {
	margin-right: 18px;
}
.nospace {
	margin-right: 0;
}
.pcol img {
	display: inline-block;
	width: 100%;
	max-width: 100%;
	height: 150px;
	max-height: 150px;
	margin: 0 0px 10px;
	border: none;
}
.pcol .s-hold {
	width: 263px;
	max-width: 263px;
	display: block;
	height: 90px;
	max-height: 90px;
	position: relative;
	padding: 0 15px 20px;
	margin: 0;
}
.pcol .s-hold h3 {
	line-height: normal;
	font-size: 14px;
	font-weight: normal;
	padding: 0;
	text-transform: uppercase;
	color: #999;
	margin-bottom: 15px;
}
.pcol .s-hold a.more, .pcol .s-hold .more {
	width: auto;
	position: absolute;
	padding: 5px 0;
	bottom: 10px;
	right: 15px;
	text-transform: capitalize;
	font-size: 11px;
	font-weight: normal;
	border-bottom: 1px dotted #999;
	color: #999;
	cursor: pointer;
}
.pcol .s-hold a:hover.more, .pcol .s-hold .more:hover {
	color: #aea470;
	border-bottom: 1px dotted #aea470;
}
/*.. FLIP EFFECTS ..*/
.sponsorListHolder {
	margin: 0px;
}
.sponsor {
	width: 220px;
	height: 220px;
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
	position: relative;
	cursor: pointer;
}
.sponsor:nth-child(4n) {
	margin-right: 0;
}
.sponsorFlip {
	position: absolute;
	left: 0;
	top: 0;
	width: 220px;
	height: 220px;
	background: url(../img/background.jpg) no-repeat center center;
	overflow: hidden;
}
.sponsorFlip .noFoto {
	background: #3498db;
	width: 180px;
	height: 170px;
	color: #000;
	padding: 50px 20px 0;
	overflow: hidden;
	text-align: left;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
}
.sponsorFlip:hover {
	-moz-box-shadow: 0 0 30px #ddd inset;
	-webkit-box-shadow: 0 0 30px #ddd inset;
	box-shadow: 0 0 30px #ddd inset;
}
.sponsorFlip img {
	width: 180px;
	max-width: 100%;
	height: auto;
	position: absolute;
	top: 15%;
	left: 10%;
}
.sponsorData {
	display: none;
}
.sponsorInfo {
	background: #3498db !important;
	width: 220px;
	height: 220px;
}
.sponsorDescription {
	font-size: 15px;
	padding: 50px 10px 20px 20px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
}
.sponsorURL {
	font-size: 11px;
	font-weight: normal;
	padding-left: 20px;
	position: absolute;
	bottom: 10px;
	left: 120px;
}
.sponsorURL a {
	color: #fff;
	text-decoration: none;
}
.sponsorURL a:hover {
	text-decoration: underline;
}
.cBar {
	width: 259px;
	height: auto;
	min-height: 400px;
	max-height: 650px;
	padding: 0 10px;
	float: right;
	border-left: 1px solid #ccc;
}
#bHold {
	width: 620px;
	float: left;
	padding-right: 20px;
}
#bHold #banners {
	width: 620px;
	height: 350px;
	text-align: left;
	overflow: hidden;
}
#bHold #banners img {
	width: auto;
	max-width: 100%;
	height: 350px;
}
#bHold #dholder {
	width: 580px;
	padding: 20px;
}
#bHold #dholder #smh {
	font-size: 24px;
	font-weight: normal;
	color: #000;
	margin-bottom: 20px;
	text-transform: capitalize;
	width: 500px;
}
#bHold #dholder .date {
	font-size: 10px;
	font-weight: normal;
	color: #000;
	margin-bottom: 15px;
}
.module {
	width: 260px;
	height: 130px;
	margin: 0 0 10px 0;
	padding-top: 15px;
}
.module h2 {
	color: #000;
	font-size: 15px;
	font-weight: normal;
	padding-left: 10px;
	text-transform: uppercase;
}
.module ul {
	list-style: none;
	padding: 10px 0;
}
.module li {
	color: #000;
	font-size: 12px;
	font-weight: normal;
	overflow: hidden;
}
.module li:first-child {
	border-top: 0;
	padding-top: 0;
}
.module li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
.module li a {
	height: 60px;
	color: #000;
	display: block;
	text-align: left;
	text-decoration: none;
	padding: 10px;
	overflow: hidden;
}
.module li a:hover, .module li a:active, .module li.active a {
	color: #fff;
	border: none;
	text-decoration: none;
	background: rgb(16,37,58);
	overflow: hidden;
}
.module li .img {
	width: 60px;
	height: 60px;
	margin-right: 10px;
	float: left;
	text-align: center;
	overflow: hidden;
	background: #000;
}
.module li .img img {
	width: auto;
	height: 60px;
}
.module li .dHold {
	width: 170px;
	float: left;
}
.module li .mTitle {
	width: 170px;
	height: auto;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.module li .pTitle {
	width: 170px;
	height: auto;
	font-size: 10px;
	font-weight: normal;
}
.module li .pTitle p {
	color: #000;
	line-height: 12px;
	font-size: 11px;
	font-weight: normal;
}
.module li a:hover .pTitle p, .module li.active a .pTitle p {
	color: #fff;
	line-height: 12px;
	font-size: 11px;
}
.cbp-ntaccordion {
	list-style: none;
	margin: 0;
	padding: 0;
}

.cbp-ntsubaccordion {
	list-style: none;
}

.cbp-ntaccordion .cbp-nttrigger {
	cursor: pointer;
} 

.cbp-ntaccordion h3 {
	margin: 0 0 0.3em;
	padding: 1em 0 0.5em;
	border-bottom: 1px solid #ddd;
	color:#000;
	font-size: 18px;
	font-weight: 300;
}

.cbp-ntaccordion h4 {
	font-size: 15px;
	text-transform: uppercase;
	padding: 0.5em 0 0.5em;
	margin: 0 0 0.5em;
	color:#2A3BC3;
}

.cbp-ntaccordion h5 {
	font-size: 15px;
	color: #aaa;
	padding: 0.5em 0 0.5em;
	margin: 0 0 0.5em;
}

.cbp-ntaccordion .cbp-ntcontent .img {
	width:180px;
	height:180px;
	display:inline-block;
	float:left;
	margin-right:20px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.cbp-ntaccordion .cbp-ntcontent .limg {
	width:600px;
	height:300px;
	display:block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.cbp-ntaccordion .cbp-ntcontent p {
	color: #000;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5;
	padding: 0.2em 0 1.5em;
	margin: 0;
}

/* Arrow icons */
.cbp-ntaccordion > li > .cbp-nttrigger:before,
.cbp-ntsubaccordion > li > .cbp-nttrigger:before {
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	color: #ddd;
	margin-right: 0.5em;
	-webkit-font-smoothing: antialiased;
}

.cbp-ntaccordion > li > .cbp-nttrigger:before {
	font-size: 75%;
}

/*.cbp-ntaccordion > li > .cbp-nttrigger:before {
	content: "\36";
}
.cbp-ntaccordion > li > .cbp-nttrigger:hover:before {
	content: "\35";
	color: inherit;
}
.cbp-ntaccordion > li.cbp-ntopen > .cbp-nttrigger:before,
.no-js .cbp-ntaccordion > li > .cbp-nttrigger:before {
	content: "\34";
	color: inherit;
}

.cbp-ntsubaccordion > li > .cbp-nttrigger:before {
	content: "\32";
}
.cbp-ntsubaccordion > li > .cbp-nttrigger:hover:before {
	content: "\33";
	color: inherit;
}
.cbp-ntsubaccordion > li.cbp-ntopen > .cbp-nttrigger:before,
.no-js .cbp-ntsubaccordion > li > .cbp-nttrigger:before {
	content: "\31";
	color: inherit;
}
*/
/* Initial height is zero */
.cbp-ntaccordion .cbp-ntcontent {
	height: 0;
	overflow: hidden;
}

/* When open, set height to auto */
.cbp-ntaccordion .cbp-ntopen > .cbp-ntcontent,
.cbp-ntsubaccordion .cbp-ntopen > .cbp-ntcontent,
.no-js .cbp-ntaccordion .cbp-ntcontent {
	height: auto;
}
