/*==============================================================================*/
/* Site: Boodang */
/* URL: http://boodang.com */
/* Design/Development: The Firm Graphics - http://thefirmgraphics.com */
/*==============================================================================*/

/*==============================================================================*/
/* CSS Reset */
/*==============================================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{ margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent}body{ line-height:1}article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary{ display:block}nav ul{ list-style:none}blockquote,q{ quotes:none}blockquote:before,blockquote:after,q:before,q:after{ content:''; content:none}a{ margin:0; padding:0; border:0; font-size:100%; vertical-align:baseline; background:transparent}ins{ background-color:#ff9; color:#000; text-decoration:none}mark{ background-color:#ff9; color:#000; font-style:italic; font-weight:bold}del{ text-decoration:line-through}abbr[title],dfn[title]{ border-bottom:1px dotted #000; cursor:help}table{ border-collapse:collapse; border-spacing:0}hr{ display:block; height:1px; border:0;  border-top:1px solid #ccc; margin:1em 0; padding:0}input,select{ vertical-align:middle}

/*==============================================================================*/
/* General */
/*==============================================================================*/
html,
body {
	height: 100%;
}

body {
	background: #141417 url(../images/bg-body.jpg) no-repeat fixed left top;
	color: #d4d4d4;
	font: 100%/20px helvetica, arial, sans-serif;
}

.container {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0 auto -134px;
	width: 980px;
}

/*==============================================================================*/
/* Typography */
/*==============================================================================*/
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #fff;
	font-family: 'PT Sans', helvetica, arial, sans-serif;
	font-weight: 700;
	margin: 0 0 20px;
}

h1 {	
	font-size: 24px;
	line-height: 28px;
}

h2 {	
	font-size: 22px;
	line-height: 26px;
}
	
	h2.block-title {	
		font-size: 14px;
		margin: 0 15px 10px;
		overflow: hidden;
	}
	
	h2.block-title span {
		color: #fff;
		display: inline-block;		
		font: 700 16px/16px 'PT Sans', helvetica, arial, sans-serif;
		padding: 0 12px 0 0;
		position: relative;	
	}
	
	h2.block-title span:after {
		background: #515165;
		content: '';
		display: block;
		height: 1px;
		position: absolute;
		top: 50%;
		width: 690px;
	}
	
	h2.block-title span:after {
		right: -690px;
	}
	
	.lt-ie8 h2.block-title  span {
		display: inline;
		zoom: 1;	
	}


h3 {	
	font-size: 20px;
	line-height: 24px;		
}

h4 {	
	font-size: 18px;
	line-height: 22px;		
}

h5 {	
	font-size: 16px;
	line-height: 20px;		
}

h6 {	
	font-size: 14px;
	line-height: 18px;		
}

p {
	font-size: 12px;
	margin: 0 0 20px;	
}

strong {	
	font-style: normal;
	font-weight: 700;
}

em {	
	font-style: italic;
	font-weight: 400;
}

strong em,
em strong {
	font-style: italic;
	font-weight: 700;	
}

ul {
	list-style: square inside;
	margin: 0 0 20px;
}

ul ul {
	list-style: circle inside;
	margin: 0;
	padding: 0 0 0 20px;
}

ol {
	list-style: decimal inside;
	margin: 0 0 20px;	
}

ol ol {
	list-style: lower-alpha inside;
	margin: 0;
	padding: 0 0 0 20px;	
}

li {
	font-size: 12px;
}

a {
	color: #cccc7f;
	text-decoration: none;
	transition: all 300ms;	
}

a:hover {
	color: #fff;	
}

::-moz-selection, 
::selection { 
	background: #f4f4a6 !important;
	color: #fff !important;
	text-shadow: none !important;
}

:focus {
	outline: 0;	
}

/*==============================================================================*/
/* Header */
/*==============================================================================*/
header {
	height: 230px;
	position: relative;
}

header h1 {
	margin: 0;	
}

header h1 a {
	background: url(../images/boodang-logo.png);
	display: block;
	height: 135px;
	left: 20px;
	position: absolute;
	text-indent: -9999px;
	top: 78px;
	width: 416px;
}

header h1 a:hover,
header h1 a:focus {
	filter: alpha(opacity=50);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	opacity: .5;
}

header .buy-tickets {
	background: url(../images/px-black-15.png);
	border-radius: 0 0 8px 8px;
	box-shadow: inset 0 0 10px #000;
	height: 62px;
	position: absolute;
	right: 25px;
	top: 0;
	width: 186px;
}

header .buy-tickets .diagonal {
	background: url(../images/header-diagonal.png);
	height: 22px; 
	left: -32px;
	position: absolute;
	top: 0;
	width: 78px;
}

header .buy-tickets a {
	background: url(../images/px-purple.png);
	border-radius: 24px;
	bottom: 9px;
	color: #fff;
	font: 700 14px 'PT Sans', helvetica, arial, sans-serif;
	height: 24px;
	left: 9px;
	line-height: 24px;
	padding: 0 0 0 18px;
	position: absolute;
	text-transform: uppercase;
	width: 150px;
}

header .buy-tickets a span {
	background: url(../images/arrow-right.png);
	display: block;
	height: 25px;
	position: absolute;
	right: 0;
	top: 0;	
	width: 25px;
}

header .buy-tickets a:hover,
header .buy-tickets a:focus {
	filter: alpha(opacity=50);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	opacity: .5;
}

/*==============================================================================*/
/* Navigation */
/*==============================================================================*/
nav {
	background: url(../images/bg-nav.png);
	border-bottom: 1px solid #494960;
	border-top: 1px solid #1b1b1d;
	border-radius: 8px;
	box-shadow: 0 0 15px rgba(0, 0, 0, .5);
	height: 32px;
	margin: 0 0 6px;
	position: relative;
	padding: 4px;
	z-index: 20;
}

nav > ul {
	background: url(../images/bg-nav-inner.png);
	border-radius: 5px;
	box-shadow: 
		inset 0 1px 0 #1b1b1d,
		inset 0 -1px 0 #42424c
	;
	list-style: none;
	margin: 0;
	text-align: center;
}

nav > ul > li {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	position: relative;
	vertical-align: top;
}

.lt-ie8 nav > ul > li {
	display: inline;
	zoom: 1;	
}

nav > ul > li.nav-divider {
	background: url(../images/bg-nav-divider.png);
	width: 1px;	
}

nav > ul > li > a {
	color: #fff;
	display: block;
	font-family: 'PT Sans', helvetica, arial, sans-serif;
	font-size: 13px;
	height: 32px;
	padding: 0 26px;
	text-shadow: 0 1px 0 #000;
	text-transform: uppercase;
}

nav > ul > li > a img {
	margin: 0 0 0 5px;
	transition: all 300ms;
	vertical-align: middle;	
}

nav > ul > li:hover > a,
nav > ul > li > a:focus {
	background: url(../images/px-black-30.png);
	background: rgba(0, 0, 0, .3);
	color: #cece7f;
}	

nav > ul > li:hover > a img,
nav > ul > li > a:focus img {
	filter: alpha(opacity=50);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	opacity: .5;	
}

nav > ul > li > a:active {
	line-height: 33px;
	transition: none;
}

nav > ul > li.current > a {
	color: #cece7f;
	text-decoration: line-through;	
}

nav > ul > li.current:hover > a,
nav > ul > li.current > a:focus {
	background: none;	
	color: #cece7f;
}

	/*==================================================================*/
	/* Sub Navigation */
	/*==================================================================*/
	nav > ul > li > ul {
		border-left: 1px solid #2e2e37;
		border-right: 1px solid #2e2e37;		
		box-shadow: 0 3px 6px rgba(0, 0, 0, .5);
		display: none;
		left: -1px;	
		list-style: none;	
		margin: 0;
		padding: 0;
		position: absolute;
		text-align: left;
		top: 32px;	
	}
	
	.no-js nav > ul > li:hover > ul {
		display: block;	
	}
	
	.lt-ie8 nav > ul > li > ul {
		width: 160px;
	}
	
	nav > ul > li > ul > li {
		background: #1c1c1f;
		border-bottom: 1px solid #2e2e37;
		height: 34px;
		white-space: nowrap;
	}	
	
	nav > ul > li > ul > li > a {
		background: none;
		color: #fff;	
		display: block;
		font-family: 'PT Sans', helvetica, arial, sans-serif;
		font-size: 13px;
		height: 34px;
		line-height: 34px;
		padding: 0 52px 0 26px;
		text-shadow: 0 1px 0 #000;
		text-transform: uppercase;
		width: auto;	
	}	
		
	nav > ul > li > ul > li > a:hover, 
	nav > ul > li > ul > li:hover > a {
		background: #060607;
		color: #cece7f;	
	}
	
	nav > ul > li > ul > li > a:active {
		line-height: 35px;
		transition: none;
	}

/*==============================================================================*/
/* Main */
/*==============================================================================*/
.main {
	margin: 0 0 6px;
}

/*==============================================================================*/
/* Content */
/*==============================================================================*/
.content {
	float: right;	
	width: 724px;
}

.content .block {
	background: #34343c;
	background: linear-gradient(#34343c, #18181a);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34343c', endColorstr='#18181a',GradientType=0 );
	border-bottom: 1px solid #494960;
	border-top: 1px solid #1b1b1d;
	border-radius: 8px;
	box-shadow: 0 0 15px rgba(0, 0, 0, .5);
	margin: 0 0 6px;
	padding: 12px 17px 20px;
	position: relative;
}

.content .block .diagonal {
	background: url(../images/content-diagonal.png);
	height: 64px;	
	position: absolute;
	right: 12px;
	top: 12px;
	width: 64px;
	z-index: 10;
}

.content .block .padded {
	padding: 0 15px;	
}

.content .page-image {
	background: #a4a488;
	border-radius: 8px;
	box-shadow: inset 0 0 7px #000;
	display: block;
	margin: 0 auto 25px;
	padding: 7px;
	/*width: 660px;*/
}

.content .page-image img {
	border-radius: 5px;
	display: block;
	width: 100%;
}

	/*==============================================================================*/
	/* Homepage Slider */
	/*==============================================================================*/
	.homepage-slider {
		background: #a4a488;
		border-radius: 8px;
		box-shadow: inset 0 0 7px #000;
		margin: 0 auto;
		padding: 7px;
		width: 660px;
	}
	
	/*==============================================================================*/
	/* News */
	/*==============================================================================*/	
	
		/*==============================================================================*/
		/* News List */
		/*==============================================================================*/	
		.news-list article {
			margin: 0 0 20px;	
		}
		
		.news-list article .post-image {
			background: #a4a488;
			border-radius: 8px;
			box-shadow: inset 0 0 7px #000;
			display: block;
			float: left;
			height: 100px;
			padding: 7px;
			width: 200px;	
		}
		
		.news-list article .post-image img {
			border-radius: 5px;
			display: block;
			height: 100px;
			width: 200px;	
		}
		
		.news-list article .post-image:hover,
		.news-list article .post-image:focus {
			background: #fefecc;
		}
		
		.news-list article .post-info {
			float: right;
			width: 430px;
		}
		
		.news-list article .post-info h3 {
			margin: 0;
		}
		
		.news-list article .post-info h3 a {
			color: #fff;
			font-size: 19px;
			line-height: 22px;
		}
		
		.news-list article .post-info h3 a:hover,
		.news-list article .post-info h3 a:focus {
			color: #cccc7f;	
		}
		
		.news-list article .post-info .date {
			color: #cccc7f;
			font-size: 11px;
			margin: 0;	
		}
		
		.news-list article .post-info .excerpt p {
			font-size: 11px;
			line-height: 17px;
			margin: 0;	
		}
		
		/*==============================================================================*/
		/* News Detail */
		/*==============================================================================*/		
		.news-detail .post-image {
			background: #a4a488;
			border-radius: 8px;
			box-shadow: inset 0 0 7px #000;
			display: block;
			margin: 0 auto 15px;
			padding: 7px;
			width: 660px;
		}
		
		.news-detail .post-image img {
			border-radius: 5px;
			display: block;
		}	
			
		.news-detail h3.post-title {
			color: #fff;
			font-size: 22px;
			line-height: 26px;
			margin: 0 0 4px;
		}
		
		.news-detail .date {
			color: #cccc7f;
			font-size: 15px;
			margin: 0 0 20px;	
		}
		
	/*==============================================================================*/
	/* About */
	/*==============================================================================*/	
	/*.about-list article {
		margin: 0 0 20px;	
	}
	
	.about-list article .about-image {
		background: #a4a488;
		border-radius: 8px;
		box-shadow: inset 0 0 7px #000;
		display: block;
		float: left;
		height: 100px;
		padding: 7px;
		width: 200px;	
	}
	
	.about-list article .about-image img {
		border-radius: 5px;
		display: block;
		height: 100px;
		width: 200px;	
	}
	
	.about-list article .about-image:hover,
	.about-list article .about-image:focus {
		background: #fefecc;
	}
	
	.about-list article .about-info {
		float: right;
		padding: 5px 0 0 0;
		width: 430px;
	}
	
	.about-list article .about-info h3 {
		color: #fff;
		font-size: 19px;
		line-height: 24px;
		margin: 0 0 4px;
	}
	
	.about-list article .about-info h3 a:hover,
	.about-list article .about-info h3 a:focus {
		color: #cccc7f;	
	}	
	
	.about-list article .about-info p {
		font-size: 13px;
		line-height: 23px;
		margin: 0;	
	}
	
	.about-list article .about-info p strong {
		color: #cccc7f;
	}*/
	
		/*==============================================================================*/
		/* Residents */
		/*==============================================================================*/
		.residents {
			
		}
		
		.residents .resident {
			background: url(../images/px-black-15.png);
			float: left;
			margin: 0 1px 1px 0;
			padding: 20px;
			width: 289px;
		}
		
		.residents .resident.end-row {
			margin-right: 0;
		}
		
		.residents .resident h3 {
			color: #cccc7f;
			margin: 0 0 8px;
			text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
		}
		
		.residents .resident ul {
			margin: 0;
			padding: 0;
		}
		
		.residents .resident ul li {
			display: block;
			float: left;
			margin: 0 1px 0 0;	
		}
		
		.residents .resident ul li a {
			background-color: #000;
			background-color: rgba(0, 0, 0, 0.25);
			background-position: center center;
			background-repeat: no-repeat;
			color: #fff;
			display: block;
			font-family: 'PT Sans', helvetica, arial, sans-serif;
			font-size: 13px;
			font-weight: 700;
			height: 44px;
			line-height: 44px;
			text-indent: -9999px;
			text-transform: uppercase;
			width: 48px;
		}
		
		.residents .resident ul li a:hover,
		.residents .resident ul li a:focus {
			filter: alpha(opacity=40);
			-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
			opacity: .4;
		}
		
		.residents .resident ul li a.site {
			padding: 0 15px;
			text-indent: 0;
			width: auto;
		}
		
		.residents .resident ul li a.fb { background-image: url(../images/icon-fb.png); }
		.residents .resident ul li a.tw { background-image: url(../images/icon-tw.png); }		
		.residents .resident ul li a.inst { background-image: url(../images/icon-inst.png); }
		.residents .resident ul li a.sc { background-image: url(../images/icon-sc.png); }

		/*==============================================================================*/
		/* Past Artists */
		/*==============================================================================*/
		.past-artists .letter {
			margin: 0 0 25px;
		}
		
		.past-artists .letter h3 {
			background: #cccc7f;
			color: #34343c;
			font-size: 19px;
			margin: 0 1px 1px 0;	
			padding: 8px 18px;
			text-shadow: 0 1px 0 #ffffc0;
		}
		
		.past-artists .letter .artist {
			background: url(../images/px-black-50.png);
			background: rgba(0, 0, 0, 0.5);
			float: left;
			font-family: 'PT Sans', helvetica, arial, sans-serif;
			font-size: 12px;
			font-weight: 700;
			height: 51px;
			line-height: 17px;
			margin: 0 1px 1px 0;
			padding: 17px;
			transition: 300ms;
			width: 97px;
		}
		
		.past-artists .letter .artist.empty {
			background: url(../images/px-black-30.png);
			background: rgba(0, 0, 0, 0.3);
		}
		
		.past-artists .letter .artist.end-row {
			margin-right: 0;
		}	
	
	/*==============================================================================*/
	/* Events */
	/*==============================================================================*/	
	
		/*==============================================================================*/
		/* Event List */
		/*==============================================================================*/
		.share-bar.events {
			margin: 0 0 20px;	
		}
			
		.event-list article {
			margin: 0 0 5px;
		}
		
		.event-list article .share-bar {
			top: -20px;	
		}
		
		.event-list article .event-image {
			background: #a4a488;
			border-radius: 8px;
			box-shadow: inset 0 0 7px #000;
			display: block;
			float: left;
			height: 100px;
			margin: 0 0 0 5px;
			padding: 7px;
			position: relative;
			width: 200px;	
			z-index: 2;
		}
		
		.event-list article .event-image img {
			border-radius: 5px;
			display: block;
			height: 100px;
			width: 200px;	
		}
		
		.event-list article .event-image:hover,
		.event-list article .event-image:focus {
			background: #fefecc;
		}
		
		.event-list article .event-info {
			float: right;
			width: 425px;
		}
		
		.event-list article .event-info h3 {
			margin: 0 0 2px;
		}
		
		.event-list article .event-info h3 a {
			color: #fff;
			font-size: 19px;
			line-height: 22px;
		}
		
		.event-list article .event-info h3 a:hover,
		.event-list article .event-info h3 a:focus {
			color: #cccc7f;	
		}
		
		.event-list article .event-info .date {
			color: #cccc7f;
			font-size: 15px;
			margin: 0 0 2px;	
		}
		
		.event-list article .event-info .excerpt p {
			font-size: 11px;
			line-height: 17px;
			margin: 0;
			max-height: 34px;
			overflow: hidden;
		}	
		
		/*==============================================================================*/
		/* Event Detail */
		/*==============================================================================*/		
		.event-detail .event-image {
			background: #a4a488;
			border-radius: 8px;
			box-shadow: inset 0 0 7px #000;
			display: block;
			margin: 0 auto 15px;
			padding: 7px;
			width: 660px;
		}
		
		.event-detail .event-image img {
			border-radius: 5px;
			display: block;
		}	
			
		.event-detail h3.event-title {
			color: #fff;
			font-size: 22px;
			line-height: 26px;
			margin: 0 0 4px;
		}
		
		.event-detail .date {
			color: #cccc7f;
			font-size: 15px;
			margin: 0 0 5px;	
		}
		
		.event-detail .meta {
			font-size: 13px;
			margin: 0 0 20px;	
		}
		
		.event-detail .meta strong {
			color: #fff;
		}
		
		.event-detail .meta span {
			color: #777;
			margin: 0 5px;
		}
	
	/*==============================================================================*/
	/* Music */
	/*==============================================================================*/
	.music-list {
	}	
	
	.music-list article {
		margin: 0 0 30px;
	}
	
	.music-list article h3 {
		color: #fff;
		font-size: 19px;
		line-height: 22px;
		margin: 0;
	}
	
	.music-list article p {
		color: #cccc7f;
		font-size: 11px;
		margin: 0 0 5px;	
	}
	
	.music-list article iframe {
		margin: 0 0 10px;	
	}
	
	/*==============================================================================*/
	/* Gallery */
	/*==============================================================================*/	
	
		/*==============================================================================*/
		/* Featured Galleries */
		/*==============================================================================*/
		.featured-galleries {
			padding: 0 0 15px;
		}
		
		.featured-galleries .gallery {
			background: #a4a488;
			border-radius: 8px;
			box-shadow: inset 0 0 7px #000;
			display: block;
			float: left;
			line-height: 19px;
			margin: 0 6px 0 0;
			padding: 7px;	
			position: relative;
		}
		
		.featured-galleries .gallery.last {
			margin-right: 0;	
		}
		
		.featured-galleries .gallery .image {
			border-radius: 5px;
			display: block;
			width: 310px;
		}
		
		.featured-galleries .gallery .info {
			background: url(../images/px-black-70.png);
			border-radius: 0 0 5px 5px;
			bottom: 7px;
			left: 7px;
			position: absolute;
			width: 310px;
		}
		
		.featured-galleries .gallery .info .inner {
			color: #fff;
			padding: 7px 14px;
			text-shadow: 0 1px 0 #000;
		}
		
		.featured-galleries .gallery .info .inner .title {
			color: #fff;
			font-size: 17px;
			margin: 0;
		}
		
		.featured-galleries .gallery .info .inner .meta {
			color: #dddda6;
			font-size: 12px;
			margin: 0;
		}
		
		.featured-galleries .gallery .view-gallery {
			background: #2c2c36;
			border-radius: 18px;
			color: #bbb;
			display: block;
			font-size: 10px;
			height: 19px;
			line-height: 19px;
			margin: 0 -56px 0 0;
			padding: 0 0 0 12px;
			position: absolute;
			right: 50%;
			top: 20px;
			transition: all 300ms;
			width: 100px;
			filter: alpha(opacity=0);
			-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
			opacity: 0;
		}
		
		.featured-galleries .gallery .view-gallery img {
			border-radius: 0;
			display: block;
			float: right;
			left: 1px;
			margin: 0 0 0 6px;
			position: relative;
			top: -3px;
		}
		
		.featured-galleries .gallery:hover,
		.featured-galleries .gallery:focus {
			background: #fefecc;
		}
		
		.featured-galleries .gallery:hover .view-gallery,
		.featured-galleries .gallery:focus .view-gallery {
			filter: alpha(opacity=100);
			-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
			opacity: 1;
		}	
	
		/*==============================================================================*/
		/* Gallery Grid */
		/*==============================================================================*/	
		.gallery-grid {
			margin: 0 0 10px;
			padding: 15px 0 0;
		}		
		
		.gallery-grid .gallery {
			background: #a4a488;
			border-radius: 8px;
			box-shadow: inset 0 0 7px #000;
			display: block;
			float: left;
			line-height: 17px;
			margin: 0 9px 9px 0;
			padding: 7px;	
			position: relative;
		}
		
		.gallery-grid .gallery.last {
			margin-right: 0;	
		}
		
		.gallery-grid .gallery .image {
			border-radius: 5px;
			display: block;
			width: 200px;
		}
		
		.gallery-grid .gallery .info {
			background: url(../images/px-black-70.png);
			border-radius: 0 0 5px 5px;
			bottom: 7px;
			left: 7px;
			position: absolute;
			width: 200px;
		}
		
		.gallery-grid .gallery .info .inner {
			color: #fff;
			padding: 5px 10px;
			text-shadow: 0 1px 0 #000;
		}
		
		.gallery-grid .gallery .info .inner .title {
			color: #fff;
			font-size: 15px;
			margin: 0;
		}
		
		.gallery-grid .gallery .info .inner .meta {
			color: #dddda6;
			font-size: 10px;
			margin: 0;
		}
		
		.gallery-grid .gallery .view-gallery {
			background: #2c2c36;
			border-radius: 18px;
			color: #bbb;
			display: block;
			font-size: 10px;
			height: 19px;
			line-height: 19px;
			margin: 0 -56px 0 0;
			padding: 0 0 0 12px;
			position: absolute;
			right: 50%;
			top: 20px;
			transition: all 300ms;
			width: 100px;
			filter: alpha(opacity=0);
			-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
			opacity: 0;
		}
		
		.gallery-grid .gallery .view-gallery img {
			border-radius: 0;
			display: block;
			float: right;
			left: 1px;
			margin: 0 0 0 6px;
			position: relative;
			top: -3px;
		}
		
		.gallery-grid .gallery:hover,
		.gallery-grid .gallery:focus {
			background: #fefecc;
		}
		
		.gallery-grid .gallery:hover .view-gallery,
		.gallery-grid .gallery:focus .view-gallery {
			filter: alpha(opacity=100);
			-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
			opacity: 1;
		}		
		
		/*==============================================================================*/
		/* Gallery Detail */
		/*==============================================================================*/		
		.gallery-detail-info .title {
			color: #fff;
			font-size: 22px;
			line-height: 26px;
			margin: 0 0 4px;
		}
		
		.gallery-detail-info .date {
			color: #cccc7f;
			font-size: 15px;
			margin: 0 0 5px;	
		}
		
		.gallery-detail-info .meta {
			font-size: 13px;
			margin: 0 0 20px;	
		}
		
		.gallery-detail-info .meta strong {
			color: #fff;
		}
		
		.gallery-detail-info .meta span {
			color: #777;
			margin: 0 5px;
		}
		
		.gallery-detail-grid {
			margin: 0 0 10px;
			padding: 15px 0 0;
		}
		
		.gallery-detail-grid a {
			border: 1px solid #454552;
			border-radius: 4px;
			box-shadow: 0 0 0 1px #000;
			display: block;
			float: left;
			margin: 0 8px 8px 0;
			position: relative;
		}
		
		.gallery-detail-grid a.last {
			margin-right: 0;	
		}
		
		.gallery-detail-grid a img {
			border-radius: 3px;
			display: block;
			height: 100px;
			width: 100px;
		}
		
		.gallery-detail-grid a:hover,
		.gallery-detail-grid a:focus {
			filter: alpha(opacity=50);
			-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
			opacity: .5;
		}
	
	/*==============================================================================*/
	/* Videos */
	/*==============================================================================*/
		
		/*==============================================================================*/
		/* Featured Video */
		/*==============================================================================*/
		.featured-video {
			margin: 0 0 25px;
		}
		
		.featured-video .player {
			background: #a4a488;
			border-radius: 8px;
			box-shadow: inset 0 0 7px #000;
			display: block;
			margin: 0 auto 15px;
			padding: 7px;
			width: 660px;
		}
		
		.featured-video .info h3 {
			color: #fff;
			font-size: 22px;
			line-height: 26px;
			margin: 0 0 4px;
		}
		
		.featured-video .info .date {
			color: #cccc7f;
			font-size: 15px;
			margin: 0 0 5px;	
		}
		
		.featured-video .info .meta {
			font-size: 13px;
			margin: 0 0 15px;	
		}
		
		.featured-video .info .meta strong {
			color: #fff;
		}
		
		.featured-video .info .meta span {
			color: #777;
			margin: 0 5px;
		}		
	
		/*==============================================================================*/
		/* Video Grid */
		/*==============================================================================*/
		.video-grid {
			margin: 0 0 10px;
		}		
		
		.video-grid .video {
			background: #a4a488;
			border-radius: 8px;
			box-shadow: inset 0 0 7px #000;
			display: block;
			float: left;
			margin: 0 9px 9px 0;
			padding: 7px;	
			position: relative;
		}
		
		.video-grid .video.last {
			margin-right: 0;	
		}
		
		.video-grid .video img {
			border-radius: 5px;
			display: block;
			width: 200px;
		}
		
		.video-grid .video .title {
			background: url(../images/px-black-70.png);
			border-radius: 0 0 5px 5px;
			bottom: 7px;
			left: 7px;
			position: absolute;
			width: 200px;
		}
		
		.video-grid .video .title .inner {
			color: #fff;
			font-size: 11px;
			font-weight: bold;
			line-height: 14px;
			padding: 7px 14px;
			text-shadow: 0 1px 0 #000;
		}
		
		.video-grid .video:hover,
		.video-grid .video:focus {
			background: #fefecc;
		}
		
	/*==============================================================================*/
	/* Connect Contact Form */
	/*==============================================================================*/
	.cform {
		background: #34343c;
		border: 1px solid #454552;
		border-radius: 5px;
		box-shadow: 0 0 0 1px #000;
		margin: 0 0 15px;
		padding: 25px 30px;
	}
	
	.cform .field-group {
		float: left;
		margin: 0 20px 0 0;
	}
	
	.cform .field-group.last {
		margin-right: 0;	
	}
	
	.cform label {
		clear: both;
		color: #fff;
		display: block;
		font-size: 13px;
		font-weight: bold;
		margin: 0 0 8px;
	}
	
	.cform label span {
		color: #cccc7f;
	}	
	
	.cform input[type="text"],
	.cform textarea {
		background: #23232a;
		border: 1px solid #131317;
		border-radius: 3px;
		color: #919197;		
		display: block;
		font: 13px helvetica, arial, sans-serif;
		margin: 0 0 20px;
		transition: all 300ms;
	}
	
	.cform input[type="text"]:focus,
	.cform textarea:focus {
		border-color: #cccc7f;
		color: #fff;
	}
	
	.cform input[type="text"] {
		height: 30px;	
		line-height: 30px;
		padding: 0 10px;
		width: 267px;
	}
	
	.cform textarea {
		height: 140px;
		line-height: 20px;
		overflow: auto;
		padding: 8px 10px;
		resize: none;
		width: 576px;
	}
	
	.cform a.submit {
		float: left;
	}
		
	.no-js .cform a.submit {
		display: none;
	}
	
	.cform input[type="submit"] {		
		display: none;
		float: left;
	}
	
	.no-js .cform input[type="submit"] {	
		display: block;
	}	
	
	.cform .required {
		color: #fff;
		float: right;
		font-size: 11px;
		line-height: 23px;
		margin: 0;	
	}
	
	.cform .required span {
		color: #cccc7f;
		font-weight: bold;
	}
	
	.cform .errors,
	.cform .success {
		border-radius: 3px; 
		font-size: 13px;
		font-weight: bold;
		margin: 0 0 20px;
		padding: 8px 16px;
	}
	
	.cform .errors {
		background: #23232a;
		border: 2px solid #f22;		
	}
	
	.cform .success {
		background: #23232a;
		border: 2px solid #cccc7f;
	}
	
	.cform .errors p, 
	.cform .success p {
		margin: 0;	
	}
		
/*==============================================================================*/
/* Sidebar */
/*==============================================================================*/
aside {
	background: #34343c;
	background: linear-gradient(#34343c, #18181a);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34343c', endColorstr='#18181a',GradientType=0 );
	border-bottom: 1px solid #494960;
	border-top: 1px solid #1b1b1d;
	border-radius: 8px;
	box-shadow: 0 0 15px rgba(0, 0, 0, .5);
	float: left;
	padding: 5px;
	position: relative;
	width: 240px;
}

aside .diagonal {
	background: url(../images/sidebar-diagonal.png);
	height: 19px; 
	position: absolute;
	right: 15px;
	top: 15px;
	width: 64px;
}

aside .block {
	background: #18181a;
	background: linear-gradient(#18181a, #34343c);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18181a', endColorstr='#34343c',GradientType=0 );
	border-top: 1px solid #1b1b1d;
	border-radius: 6px 6px 0 0;
	margin: 0 0 -5px;
	padding: 10px 15px 25px;	
}

aside .block.last {
	border-radius: 6px;	
	margin-bottom: 0;
}

aside h6 {	
	margin: 0 0 14px;
	overflow: hidden;
}

aside h6 span {
	color: #fff;
	display: inline-block;		
	font: 700 16px/16px 'PT Sans', helvetica, arial, sans-serif;
	padding: 0 12px 0 0;
	position: relative;	
}

aside h6 span:after {
	background: #515165;
	content: '';
	display: block;
	height: 1px;
	position: absolute;
	top: 50%;
	width: 240px;
}

aside h6 span:after {
	right: -240px;
}

.lt-ie8 aside h6 span {
	display: inline;
	zoom: 1;	
}

	/*==============================================================================*/
	/* Community */
	/*==============================================================================*/
	.social {
		background: url(../images/bg-social-icon.png);
		display: block;
		float: left;
		height: 38px;
		margin: 0 6px 0 0;
		text-indent: -9999px;
		width: 38px;
	}
	
	.social:hover,
	.social:focus {
		filter: alpha(opacity=50);
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
		opacity: .5;		
	}
	
	.social span {
		background-position: center center;
		background-repeat: no-repeat;
		display: block;
		height: 38px;
		width: 38px;
	}
	
	.social .fb { background-image: url(../images/icon-fb.png); }
	.social .tw { background-image: url(../images/icon-tw.png); }
	.social .yt { background-image: url(../images/icon-yt.png); }
	.social .inst { background-image: url(../images/icon-inst.png); }
	
	/*==============================================================================*/
	/* Join Us */
	/*==============================================================================*/
	.join-us label {
		color: #bbb;
		display: block;
		font-size: 11px;
		line-height: 15px;
		margin: 0 0 12px;
	}
	
	.join-us .inner {
		background: #3b3b46;
		border-radius: 6px;
		box-shadow: 
			inset 0 0 10px #000,
			0 0 0 1px #202025
		;
		height: 41px;
		position: relative;
		width: 210px;	
	}
	
	.join-us input[type="text"] {
		background: none;		
		border: none;
		border-radius: 6px 0 0 6px;		
		color: #919197;
		float: left;
		font: 13px helvetica, arial, sans-serif;
		height: 41px;
		line-height: 41px;
		padding: 0 16px;
		transition: all 300ms;
		width: 137px;
	}
	
	.join-us input[type="text"]:focus {
		color: #fff;
	}
	
	.join-us input[type="submit"] {
		background: #555567 url(../images/arrow-right.png) no-repeat center center;
		border: none;
		border-radius: 0 6px 6px 0;
		box-shadow: 
			inset 0 10px 10px -10px #000,
			inset 0 -10px 10px -10px #000,
			inset -10px 0 10px -10px #000
		;
		display: block;
		float: right;
		height: 41px;
		text-indent: -9999px;
		text-transform: capitalize;
		transform: uppercase;
		transition: all 300ms;
		width: 41px;
	}
	
	.join-us input[type="submit"]:hover {
		background-color: #6d6d85;
		cursor: pointer;			
	}
	
	/*==============================================================================*/
	/* Recent Photos */
	/*==============================================================================*/
	.recent-photos .gallery {
		background: #18181a;
		background: linear-gradient(#18181a, #34343c);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18181a', endColorstr='#34343c',GradientType=0 );
		border-top: 1px solid #1b1b1d;
		border-radius: 6px;	
		margin: 0 0 8px;
	}
	
	.recent-photos .gallery.last {
		margin-bottom: 0;
	}
	
	.recent-photos .gallery .image {
		border-radius: 6px;		
		display: block;
		float: left;
		height: 70px;
		position: relative;
		width: 70px;
	}
	
	.recent-photos .gallery .image img {
		border-radius: 6px;
		display: block;	
	}
	
	.recent-photos .gallery .image:after {
		border-radius: 6px;
		box-shadow: inset 0 0 10px #000;
		content: '';
		display: block;
		height: 70px;
		position: absolute;
		top: 0;	
		width: 70px;
	}
	
	.recent-photos .gallery .image:hover,
	.recent-photos .gallery .image:focus {
		filter: alpha(opacity=50);
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
		opacity: .5;	
	}
	
	.recent-photos .gallery .info {
		float: right;
		padding: 5px 5px 0 0;
		width: 125px;	
	}
	
	.recent-photos .gallery .info a {
		display: block;
		font: 700 14px/16px 'PT Sans', helvetica, arial, sans-serif;
		word-wrap: break-word;
	}
	
	.recent-photos .gallery .info a:hover,
	.recent-photos .gallery .info a:focus {
		
	}
	
	.recent-photos .gallery .info .date {
		color: #bbb;
		font-size: 11px;
		margin: 0;
	}
	
	/*==============================================================================*/
	/* Tweets */
	/*==============================================================================*/
	.tweets .tweet {
		margin: 0 0 20px;
		font-style: italic;	
	}
	
	.tweets .tweet.last {
		margin-bottom: 0;	
	}
	
	.tweets .tweet .text {
		color: #bbb;
		font-size: 11px;
		line-height: 15px;
		margin: 0;
	}
	
	.tweets .tweet .timestamp {
		font-size: 11px;
		line-height: 15px;
		margin: 0;
		text-align: right;		
	}
	
/*==============================================================================*/
/* Event Rotator / Lemmon Slider */
/*==============================================================================*/
.event-rotator {	
	background: #1f1f23;
	background: linear-gradient(#1f1f23, #34343c);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f1f23', endColorstr='#34343c',GradientType=0 );		
	border-bottom: 1px solid #494960;
	border-top: 1px solid #1b1b1d;
	border-radius: 8px;
	box-shadow: 0 0 15px rgba(0, 0, 0, .5);
	height: 63px;
	margin: 0 0 30px;
	padding: 9px 10px 0;
}

.event-rotator .inner {	
	height: 54px;
	overflow: hidden;
	position: relative;
}

.lemmon-slider { overflow:hidden; position:relative; width: 820px; margin: 0 auto; }
.lemmon-slider ul { list-style: none; margin:0; padding:0; }
.lemmon-slider li { float:left; margin:0 0 0 0; list-style:none; height: 54px; display: block; }
.lemmon-slider li a { display: block; height: 54px; line-height: 54px;padding: 0 30px;}
.lemmon-slider li a:hover { 
	filter: alpha(opacity=50);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	opacity: .5;	 
}
.lemmon-slider li img {vertical-align: middle;}
.lemmon-slider ul { width:100%; }

.event-rotator .prev-slide,
.event-rotator .next-slide {
	background: #34343c;
	background: linear-gradient(#34343c, #1f1f23);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34343c', endColorstr='#1f1f23',GradientType=0 );		
	border-bottom: 1px solid #494960;
	border-top: 1px solid #1b1b1d;
	border-radius: 6px;
	display: block;
	height: 52px;
	position: absolute;
	top: 0;
	width: 30px;
}

.event-rotator .prev-slide img,
.event-rotator .next-slide img {
	display: block;
	margin: 0 auto;
	position: relative;
	top: 13px;
}

.event-rotator .prev-slide {
	left: 0;
}

.event-rotator .next-slide {
	right: 0;
}

.event-rotator .prev-slide:hover,
.event-rotator .next-slide:hover { 
	filter: alpha(opacity=50);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	opacity: .5;	 
}

.event-rotator .mask {
	display: block;
	height: 54px;
	position: absolute;
	top: 0;
	width: 14px;
	z-index: 2;	
}

.event-rotator .rotator-mask-left {
	background: url(../images/rotator-mask-left.png);
	left: 68px;	
}

.event-rotator .rotator-mask-right {
	background: url(../images/rotator-mask-right.png);
	right: 68px;	
}

/*==============================================================================*/
/* Footer */
/*==============================================================================*/
footer {
	background: #000;
	border-top: 1px solid #3a3a49;
	box-shadow: 0 0 15px rgba(0, 0, 0, .5);
	clear: both;
	height: 133px;
	min-width: 980px;
}

.push {
	clear: both;
	height: 134px;
}

footer .inner {
	margin: 0 auto;
	padding: 24px 0 0 24px;
	width: 956px;	
}

footer .logo {
	background: url(../images/boodang-logo-footer.png);
	display: block;
	height: 32px;
	margin: 0 0 8px;
	text-indent: -9999px;
	width: 127px;
	filter: alpha(opacity=60);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	opacity: .6;
}

footer .logo:hover,
footer .logo:focus {
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
}

footer p {
	color: #434350;
	margin: 0 0 8px;	
}

footer ul {
	list-style: none;
	margin: 0;
}

footer li {
	display: inline;
	margin: 0 5px 0 0;
	text-transform: uppercase;
}

footer a {
	color: #525269;
	font-size: 11px;
}

footer a:hover,
footer a:focus {
	color: #afafd0;
}

/*==============================================================================*/
/* Pagination */
/*==============================================================================*/
.pagination {
	border-bottom: 1px solid #2e2e37;
	border-top: 1px solid #2e2e37;
	box-shadow: 
		0 -1px 0 #000, 
		inset 0 -1px 0 #000	
	;
	clear: both;
	margin: 0 auto;
	padding: 15px 0;
	text-align: center;
}

.pagination a {
	margin: 0 2px;	
}

/*==============================================================================*/
/* Share Bar */
/*==============================================================================*/
.share-bar {
	background: #34343c;
	background: linear-gradient(#34343c, #18181a);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34343c', endColorstr='#18181a',GradientType=0 );
	border-bottom: 1px solid #494960;
	border-top: 1px solid #1b1b1d;
	border-radius: 8px;
	clear: both;
	height: 41px;
	line-height: 41px;
	margin: 0 auto;
	padding: 0 12px;
	position: relative;
}

	/*==============================================================================*/
	/* Button Links */
	/*==============================================================================*/
	.share-bar .link {
		background: #3e3e4a;
		border-radius: 18px;
		color: #bbb;
		display: block;
		float: right;
		font-size: 10px;
		height: 19px;
		line-height: 19px;
		margin: 0 0 0 6px;
		padding: 0 0 0 12px;
		position: relative;
		top: 11px;
	}
	
	.share-bar .link img {
		border-radius: 0;
		display: block;
		float: right;
		left: 1px;
		margin: 0 0 0 6px;
		position: relative;
		top: -3px;
	}
	
	.share-bar .link:hover,
	.share-bar .link:focus {
		background: #5d5d6e;
		color: #fff;
	}
	
	/*==============================================================================*/
	/* Dropdown Menus */
	/*==============================================================================*/
	.share-bar .dropdown {
		background: #3b3b47;
		border-radius: 4px;
		float: right;
		font-size: 10px;
		height: 23px;
		margin: 0 0 0 6px;
		padding: 4px 6px 0;
		position: relative;
		top: 7px;
		transition: border-radius 300ms;
	}
	
	.share-bar .dropdown .inner {
		background: #4d4d5e;
		border-radius: 18px;
		color: #c1c1c7;
		font-size: 10px;
		height: 19px;
		line-height: 19px;
		width: 140px;
		padding: 0 0 0 12px;
		position: relative;
		transition: all 300ms;
	}
	
	.share-bar .dropdown .inner img {
		border-radius: 0;
		display: block;
		float: right;
		left: 1px;
		margin: 0 0 0 6px;
		position: relative;
		top: -3px;
		transition: all 300ms;
	}
	
	.share-bar .dropdown:hover,
	.share-bar .dropdown:focus {
		border-radius: 4px 4px 0 0;
	}
	
	.share-bar .dropdown:hover .inner,
	.share-bar .dropdown:focus .inner {
		background: #5d5d6e;
		color: #fff;
	}
	
	.share-bar .dropdown:hover .inner img,
	.share-bar .dropdown:focus .inner img {
		transform: rotate(90deg);
	}
	
	.share-bar .dropdown ul {
		border: 1px solid #3b3b47;
		border-bottom: none;
		border-top: none;	
		box-shadow: 0 3px 6px rgba(0, 0, 0, .5);
		display: none;
		left: -6px;
		list-style: none;
		margin: 0;
		padding: 0;
		position: absolute;		
		top: 23px;
		width: 162px;
		z-index: 2;
	}
	
	.share-bar .dropdown ul li {
		background: #1c1c1f;
		border-bottom: 1px solid #3b3b47;
		display: block;
		height: 30px;
		line-height: 30px;
		white-space: nowrap;
	}
	
	.share-bar .dropdown ul li a {
		color: #fff;
		display: block;
		font-weight: bold;
		font-size: 11px;
		height: 30px;
		line-height: 30px;
		padding: 0 15px;
		text-shadow: 0 1px 0 #000;
		text-transform: uppercase;
		
	}
	
	.share-bar .dropdown ul li a:hover {
		background: #060607;
		color: #cece7f;	
	}
	
	.share-bar .dropdown ul li a:active {
		line-height: 31px;
		transition: none;
	}
	
	.no-js .share-bar .dropdown:hover ul,
	.no-js .share-bar .dropdown:focus ul {
		display: block;	
	}

/*==============================================================================*/
/* Miscellaneous */
/*==============================================================================*/
.clearfix:before, .clearfix:after {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.button {
	background: #393947;
	border: 1px solid #000;
	border-radius: 3px;
	box-shadow: inset 0 1px 0 #555569;
	color: #cccc7f;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	padding: 0 10px;
	text-align: center;
	vertical-align: middle;
}

.lt-ie8 .button {
	display: inline;
	zoom: 1;	
}

.button.arrow {
	font-size: 18px;	
}

.button:hover,
.button:focus ,
.button.current {
	background: #555569;
	box-shadow: inset 0 1px 0 #7d7d98;
	color: #fff;
}

iframe {
	display: block;	
}

/*==============================================================================*/
/* Plugins */
/*==============================================================================*/

	/*==============================================================================*/
	/* Nivo Slider */
	/*==============================================================================*/
	.nivoSlider {
		border-radius: 5px;
		position:relative;
		width:660px;
		height:330px;
		overflow: hidden;
	}
	
	.nivoSlider img {
		border-radius: 5px;
		position:absolute;
		top:0px;
		left:0px;
		max-width: none;
	}
	
	.nivo-main-image {
		display: block !important;
		position: relative !important; 
		width: 100% !important;
	}
	
	.nivoSlider a.nivo-imageLink {
		border-radius: 5px;
		position:absolute;
		top:0px;
		left:0px;
		width:100%;
		height:100%;
		border:0;
		padding:0;
		margin:0;
		z-index:6;
		display:none;
	}
	
	.nivo-slice {
		border-radius: 5px;
		display:block;
		position:absolute;
		z-index:5;
		height:100%;
		top:0;
	}
	
	.nivo-box {
		display:block;
		position:absolute;
		z-index:5;
		overflow:hidden;
	}
	
	.nivo-box img { border-radius: 5px;display:block; }
	
	.nivo-caption {
		background: url(../images/px-black-70.png);
		background: rgba(0, 0, 0, .70);
		border-radius: 0 0 5px 5px;
		box-shadow: 0 -1px 0 rgba(255, 255, 255, .15);
		position:absolute;
		height: 39px;
		line-height: 39px;
		left:0px;
		bottom:0px;
		color:#fff;
		width:100%;
		z-index:8;
		padding: 0 20px;
		overflow: hidden;
		display: none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.nivo-caption p {
		float: left;
		font-size: 13px;
		font-weight: bold;
		padding:0;
		text-shadow: 0 1px 0 #000;
		margin:0;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 530px;
	}
	
	.nivo-caption p a {
		display:inline !important;
	}
	
	.nivo-caption .slide-link {
		background: #2c2c36;
		border-radius: 18px;
		color: #bbb;
		display: block;
		font-size: 10px;
		height: 19px;
		line-height: 19px;
		padding: 0 0 0 12px;
		position: absolute;
		right: 10px;
		top: 10px;		
	}
	
	.nivo-caption .slide-link img {
		border-radius: 0;
		display: block;
		float: right;
		left: 1px;
		margin: 0 0 0 6px;
		position: relative;
		top: -3px;
	}
	
	.nivo-caption .slide-link:hover {
		background: #4e4e5f;
		color: #fff;
	}
	
	.nivo-html-caption {
		display:none;
	}
	
	.nivo-directionNav a {		
		background-color: #393947;
		background-repeat: no-repeat;
		background-position: center center;		
		border: 1px solid #000; 
		border-radius: 100%;
		box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .15), 0 0 10px rgba(0, 0, 0, 1);
		height: 35px;
		width: 35px;
		margin: -19px 0 0 0;
		position: absolute;
		text-indent: -9999px;
		top:50%;
		z-index:9;
		cursor:pointer;		
		filter: alpha(opacity=0);
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		opacity: 0;
		transition: all 400ms;
	}
	
	.nivoSlider:hover .nivo-directionNav a {
		filter: alpha(opacity=100);
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		opacity: 1;
	}
	
	.nivoSlider:hover .nivo-directionNav a:hover {
		background-color: #555569;	
	}
	
	.nivoSlider .nivo-prevNav {
		background-image: url(../images/arrow-left.png);
		left: -36px;
	}
	
	.nivoSlider:hover .nivo-prevNav {
		background-image: url(../images/arrow-left.png);
		left:20px;
	}
	
	.nivoSlider .nivo-nextNav {
		background-image: url(../images/arrow-right.png);
		right: -36px;
	}
	
	.nivoSlider:hover .nivo-nextNav {
		background-image: url(../images/arrow-right.png);
		right:20px;
	}
	
	.nivo-controlNav {
		text-align:center;
		padding: 15px 0;
	}
	
	.nivo-controlNav a {
		cursor:pointer;
	}
	
	.nivo-controlNav a.active {
		font-weight:bold;
	}
	
	/*==============================================================================*/
	/* Fancybox */
	/*==============================================================================*/
	.fancybox-wrap,
	.fancybox-skin,
	.fancybox-outer,
	.fancybox-inner,
	.fancybox-image,
	.fancybox-wrap iframe,
	.fancybox-wrap object,
	.fancybox-nav,
	.fancybox-nav span,
	.fancybox-tmp {
		padding: 0;
		margin: 0;
		border: 0;
		outline: none;
		vertical-align: top;
	}
	
	.fancybox-wrap {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 8020;
	}
	
	.fancybox-skin {
		position: relative;
		background: #34343c;
		background: linear-gradient(#34343c, #18181a);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34343c', endColorstr='#18181a',GradientType=0 );
		border: 1px solid #1b1b1d;
		box-shadow: inset 0 0 0 1px #494960;
		color: #444;
		text-shadow: none;
		border-radius: 8px;
	}
	
	.fancybox-opened {
		z-index: 8030;
	}
	
	.fancybox-opened .fancybox-skin {
		
	}
	
	.fancybox-outer, .fancybox-inner {
		position: relative;
	}
	
	.fancybox-inner {
		overflow: hidden;
	}
	
	.fancybox-type-iframe .fancybox-inner {
		-webkit-overflow-scrolling: touch;
	}
	
	.fancybox-error {
		color: #444;
		font: 14px/20px Helvetica,Arial,sans-serif;
		margin: 0;
		padding: 15px;
		white-space: nowrap;
	}
	
	.fancybox-image, .fancybox-iframe {
		display: block;
		width: 100%;
		height: 100%;
	}
	
	.fancybox-image {
		max-width: 100%;
		max-height: 100%;
	}
	
	#fancybox-loading {
		position: fixed;
		top: 50%;
		left: 50%;
		margin-top: -22px;
		margin-left: -22px;
		background-position: 0 -108px;
		opacity: 0.8;
		cursor: pointer;
		z-index: 8060;
	}
	
	#fancybox-loading div {
		width: 44px;
		height: 44px;
		background: url(../images/fancybox-loading.gif) center center no-repeat;
	}
	
	.fancybox-close {		
		background-color: #393947;
		background-repeat: no-repeat;
		background-position: center center;
		background-image: url(../images/x.png);
		border: 1px solid #000; 
		border-radius: 100%;
		box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .15), 0 0 10px rgba(0, 0, 0, 1);
		position: absolute;
		right: -18px;
		top: -18px;
		width: 35px;
		height: 35px;
		cursor: pointer;
		z-index: 8040;		
		transition: all 300ms;
	}	
	
	.fancybox-close:hover {
		background-color: #555569;	
	}
	
	.fancybox-nav {
		position: absolute;
		top: 0;
		width: 40%;
		height: 100%;
		cursor: pointer;
		text-decoration: none;
		background: transparent url(../images/blank.gif);
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		z-index: 8040;
	}
	
	.fancybox-prev {		
		left: 0;
	}
	
	.fancybox-next {
		right: 0;
	}
	
	.fancybox-nav span {
		background-color: #393947;
		background-repeat: no-repeat;
		background-position: center center;
		border: 1px solid #000; 
		border-radius: 100%;
		box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .15), 0 0 10px rgba(0, 0, 0, 1);
		position: absolute;
		top: 50%;
		width: 35px;
		height: 35px;
		margin-top: -19px;
		cursor: pointer;
		z-index: 8040;
			filter: alpha(opacity=0);
			-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
			opacity: 0;
			transition: all 300ms;
	}
	
	.fancybox-prev span {
		left: -36px;
		background-image: url(../images/arrow-left.png);
	}
	
	.fancybox-next span {
		right: -36px;
		background-image: url(../images/arrow-right.png);
	}
	
	.fancybox-outer:hover .fancybox-nav span {
		filter: alpha(opacity=100);
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		opacity: 1;
	}
	
	.fancybox-outer:hover .fancybox-prev span {
		left: 20px;	
	}
	
	.fancybox-outer:hover .fancybox-next span {
		right: 20px;	
	}
	
	.fancybox-prev:hover span,
	.fancybox-next:hover span {
		background-color: #555569;	
	}
	
	.fancybox-tmp {
		position: absolute;
		top: -99999px;
		left: -99999px;
		visibility: hidden;
		max-width: 99999px;
		max-height: 99999px;
		overflow: visible !important;
	}
		
	.fancybox-lock {
		overflow: hidden;
	}
	
	.fancybox-overlay {
		position: absolute;
		top: 0;
		left: 0;
		overflow: hidden;
		display: none;
		z-index: 8010;
		background: url(../images/fancybox-overlay.png);
		background: url(../images/px-black-80.png);		
	}
	
	.fancybox-overlay-fixed {
		position: fixed;
		bottom: 0;
		right: 0;
	}
	
	.fancybox-lock .fancybox-overlay {
		overflow: auto;
		overflow-y: scroll;
	}
		
	.fancybox-title {
		visibility: hidden;
		font: normal 13px/20px Helvetica,Arial,sans-serif;
		position: relative;
		text-shadow: none;
		z-index: 8050;
	}
	
	.fancybox-opened .fancybox-title {
		visibility: visible;
	}
	
	.fancybox-title-float-wrap {
		position: absolute;
		bottom: 0;
		right: 50%;
		margin-bottom: -35px;
		z-index: 8050;
		text-align: center;
	}
	
	.fancybox-title-float-wrap .child {
		display: inline-block;
		margin-right: -100%;
		padding: 2px 20px;
		background: transparent;
		background: rgba(0, 0, 0, 0.8);
		border-radius: 15px;
		text-shadow: 0 1px 2px #222;
		color: #FFF;
		font-weight: bold;
		line-height: 24px;
		white-space: nowrap;
	}
	
	.fancybox-title-outside-wrap {
		position: relative;
		margin-top: 10px;
		color: #fff;
	}
	
	.fancybox-title-inside-wrap {
		padding-top: 10px;
	}
	
	.fancybox-title-over-wrap {
		position: absolute;
		bottom: 0;
		left: 0;
		color: #fff;
		padding: 10px;
		background: #000;
		background: rgba(0, 0, 0, .8);
	}