html,
body {
	background-color: #000;
	background-position: left top;
	color: #eff;
	font-family: "Hind", sans-serif;
	max-width: 980px;
}

.responsive-img {
	width: 100%;
	height: auto;
	max-width: 100%;
}

.carousel-caption {
	padding: 0;
	font-size: 77%;
	background-color: rgba(0, 0, 0, 0.33);
}

.carousel-caption a {
	color: #fff;
}

.carousel-caption .title a {
	color: #fff;
	font-size: 120%;
}

.carousel-caption .author {
	color: #fff;
	font-size: 105%;
}

.carousel-control {
	&.left,
	&.right {
		background-image: none;
	}
}

/* major sections
 ================================================== */
@media screen and (min-width: 600px) {
	#container {
		background-image: url(../images/burnishimageonly.png);
		background-repeat: no-repeat;
		background-position: right top;
	}
}

@media screen and (max-width: 599px) {
	/*
	#container {

	}
	*/
}

#top {
	display: inline-block;
	width: 100%;
	padding-bottom: 1%;
}

#mainBody {
	font-size: 13px;
	line-height: 14px;
	display: inline-block;
	max-width: 100%;
}
/*--------------*/

@media screen and (min-width: 725px) {
	#bottom {
		margin: auto;
		width: 100%;
	}

	#bottomleft {
		float: left;
		margin: 1px;
		width: 33%;
	}

	#bottomcenter {
		float: left;
		margin: 1px;
		width: 33%;
	}

	#bottomright {
		position: relative;
		float: left;
		top: -24px;
		margin: 1px;
		width: 33%;
	}
	#footer {
		margin: auto;
		width: 100%;
		max-width: 980px;
		left: -22px;

		text-align: center;
		border-top: 1px dotted #fff;
		clear: both;
	}
}
/*--------------*/
@media screen and (min-width: 496px) and (max-width: 724px) {
	#bottom {
		margin: auto;
		width: 100%;
		-webkit-column-count: 2; /* Chrome, Safari, Opera */
		-moz-column-count: 2; /* Firefox */
		column-count: 2;
	}

	#bottomleft {
		float: left;
		margin: 1px;
		width: 50%;
	}

	#bottomcenter {
		float: left;
		margin: 1px;
		width: 50%;
	}

	#bottomright {
		width: 100%;
		left: -800px;
		position: absolute;
		text-align: center;
		border-top: 1px dotted #bee;
		clear: both;
	}

	#footer {
		margin: auto;
		width: 100%;
		max-width: 980px;
		left: -22px;

		text-align: center;
		border-top: 1px dotted #bee;
	}
}
/*--------------*/
@media screen and (max-width: 495px) {
	#bottom {
		position: relative;
		margin-left: auto;
		margin-right: auto;
		max-width: 80%;
		height: auto;
		width: auto\9; /* ie8 */
	}
	/*

#bottomleft {
	
}
*/

	#bottomcenter {
		margin-top: -40px;
	}

	#bottomright {
		width: 100%;
		top: -800px;
		left: -800px;
		position: absolute;
		z-index: -100;
		opacity: 0;
		font-size: 1px;
	}

	#footer {
		float: left;
		margin: 1px;
		width: 100%;
		border-top: 1px dotted #000;
	}

	/* standard tags */

	a:link,
	a:visited {
		color: #999;
		text-decoration: none;
	}

	a:hover {
		color: #ddd;
		text-decoration: none;
	}

	h3 {
		color: #fff;
		font-size: 14px;
		font-weight: 700;
	}

	h6 {
		color: #fff;
		font-size: 10px;
		font-weight: 700;
		font-style: italic;
	}

	td,
	tr,
	p,
	div {
		color: #fff;
	}

	hr {
		color: #fff;
		background-color: #fff;
		border: 0;
		height: 1px;
		width: 80%;
	}

	img {
		border: 0 none;
		max-width: 100%;
		height: auto;
		width: auto\9; /* ie8 */
	}

	/* joomla specific
 ================================================== */
	/*site-title
 ================================================== */
	.site-title {
		color: #ddd;
		margin-left: 2%;
		font-size: 12px;
		line-height: 2px;
	}

	.site-title h2 {
		color: #ddd;
		font-size: 28px;
		text-shadow: 0 1px 3px #699;
	}

	.site-title h3 {
		color: #ddd;
		font-size: 14px;
	}
}
/* -- Menus --
 ================================================== */
/* -- Main Menu --
 ================================================== */
@media screen and (min-width: 701px) {
	.menutopmenu {
		font-size: 13px;
	}

	hr.menutopmenu {
		background: #666;
		border: 0;
		height: 1px;
	}

	ul.menutopmenu,
	ul.menutopmenu ul {
		display: flex;
		list-style: none;
		padding-left: 20px;
	}

	.menutopmenu li {
		color: #000;
		display: inline;
		list-style: none;
		padding: 1px 10px 1px 1px;
	}

	.menutopmenu li a {
		background-color: #333;
		border: 1px solid #000;
		border-radius: 10px;
		color: #ddd;
		padding: 1px 4px;
	 text-decoration: none; /* Removes underline */
	}

	.menutopmenu li a:hover {
		background-color: #111;
		color: #666;
		list-style: none;
	}

	.menutopmenu li.current a,
	li.current a :visited {
		background-color: #666;
		color: #fff;
		font-weight: 400;
		list-style: none;
	}
}

@media screen and (min-width: 550px) and (max-width: 700px) {
	.menutopmenu {
		font-size: 10px;
	}

	hr.menutopmenu {
		background: #666;
		border: 0;
		height: 1px;
	}

	ul.menutopmenu,
	ul.menutopmenu ul {
		display: inline;
		list-style: none;
	}

	.menutopmenu li {
		color: #000;
		display: inline;
		list-style: none;
		padding: 1px 12px 1px 1px;
	}

	.menutopmenu li a {
		background-color: #333;
		border: 1px solid #000;
		border-radius: 6px;
		color: #ddd;
		padding: 1px 5px;
	}

	.menutopmenu li a:hover {
		background-color: #eff;
		color: #666;
		list-style: none;
	}

	.menutopmenu li.current a,
	li.current a :visited {
		color: #666;
		font-weight: 400;
		list-style: none;
	}
}

/*-------media exceptions-------------*/
/*
topmenu at 650px
menu needs to switch at 700px
*/
@media screen and (max-width: 549px) {
	.menutopmenu {
		margin-left: -40px;
		-webkit-column-count: 2; /* Chrome, Safari, Opera */
		-moz-column-count: 2; /* Firefox */
		column-count: 2;

		font-size: 14px;
		line-height: 16px;
	}

	hr.menutopmenu {
		background: #000;
		border: 0;
		height: 1px;
	}

	ul.menutopmenu,
	ul.menutopmenu ul {
		list-style: none;
	}

	.menutopmenu li {
		color: #000;
		list-style: none;
	}

	.menutopmenu li a {
		color: #ddd;
		padding: 1px 4px;
	}

	.menutopmenu li a:hover {
		color: #666;
		list-style: none;
	}

	.menutopmenu li.current a,
	li.current a :visited {
		color: #666;
		font-weight: 400;
		list-style: none;
	}
}

/* -- Other Menus -- i.e. bottom menus
 ================================================== */

ul.menu,
ul.menu ul {
	list-style: none;
	padding: 0 0 0 3px;
	line-height: 12px;
	width: 100%;
}

.menu li {
	color: #333;
	font-size: 12px;
	font-weight: 600;
	padding-bottom: 13px;
	text-align: left;
	width: 100%;
}

.menu li .separator {
	color: #333;
	font-size: 12px;
	font-weight: 600;
	padding-bottom: 13px;
	text-align: left;
	width: 100%;
}

.menu li a {
	color: #666;
	font-size: 10px;
	font-weight: 600;
	text-align: left;
}

.menu li li {
	font-size: 12px;
}

.menu li li a {
	background-position: left;
	color: #666;
	font-weight: 600;
	text-align: left;
}

.menu li li a:hover {
	color: #ddd;
	list-style: none;
}

.menu li li li {
	font-size: 9px;
	padding-bottom: 0;
}

.menu li li li a img {
	max-width: 90%;
	min-width: 200px;
	height: auto;
	width: auto\9; /* ie8 */
}

.menu li li li .separator {
	color: #333;
	font-size: 9px;
	font-style: italic;
	font-weight: 500;
}

/* footer */

@media screen and (min-width: 640px) {
	ul.menufooter,
	ul.menufooter ul {
		display: inline;
		list-style: none;
	}

	.menufooter li {
		color: #000;
		display: inline;
		list-style: none;
		margin: 4px;
		padding: 1px 15px 1px 5px;
	}

	li li li .separator {
		color: #000;
		font-size: 9px;
		font-style: italic;
		font-weight: 500;
	}
}

@media screen and (max-width: 639px) {
	ul.menufooter,
	ul.menufooter ul {
		list-style: none;
	}

	.menufooter li {
		color: #000;

		list-style: none;
		margin: 4px;
		padding: 1px 15px 1px 5px;
	}

	li li li .separator {
		color: #333;
		font-size: 9px;
		font-style: italic;
		font-weight: 500;
	}
}
/* ===[ For content item titles that are hyperlink instead of Read On ]=== */

.contentpane,
.contentpaneopen {
	font-weight: 400;
}

a.contentpagetitle:link,
a.contentpagetitle:visited {
	color: #666;
	font-size: 13px;
}

a.contentpagetitle:hover {
	color: #ddd;
	font-size: 13px;
	font-weight: 700;
	text-decoration: underline;
}

.contentheading {
	color: #666;
	font-size: 11px;
}

a.category:hover {
	color: #ddd;
}

a.category:link,
a.category:visited,
.menu li a:hover {
	color: #666;
}

.row-separator {
	border: 0;
	clear: both;
	display: block;
	height: 1px;
	margin: 0;
}

/* ++++++++++++++  blog  ++++++++++++++
 ================================================== */
.subheading-category,
.componentheading,
.blog-featured h3 {
	font-size: 16px;
	font-weight: 500;
	color: #355;
}

.blog-featured,
.column-1,
.column-2,
.column-3 {
	padding: 0;
}

.blog-more {
	padding: 10px 5px;
}

.cols-1 {
	display: block;
	float: none !important;
	margin: 0 !important;
}

.cols-2 .column-1 {
	float: left;
	width: 46%;
}

.cols-2 .column-2 {
	float: right;
	margin: 0;
	width: 46%;
}

.cols-3 .column-1 {
	float: left;
	margin-right: 4%;
	padding: 0 5px;
	width: 29%;
}

.cols-3 .column-2 {
	float: left;
	margin-left: 0;
	padding: 0 5px;
	width: 29%;
}

.cols-3 .column-3 {
	float: right;
	padding: 0 5px;
	width: 29%;
}

.column-2 {
	margin-left: 40%;
	width: 55%;
}

.column-3 {
	width: 30%;
}

.shownocolumns {
	width: 98% !important;
}

.box {
	float: left;
	margin-right: 10px;
	min-height: 100px;
	width: 27%;
}

.box1 {
	width: 35%;
}

.box2 {
	width: 32%;
}

.box3 {
	float: right;
}

.items-row {
	margin-bottom: 0 !important;
	overflow: hidden;
}

.item-separator {
	display: none;
}

/* -- ////////////////// --  */
table.moduletable {
	border-bottom: solid 0 #666;
	border-left: solid 0 #666;
	border-right: solid 0 #666;
	border-top: solid 0 #666;
	margin: 0 10px 10px 0;
	width: 95%;
}

table.moduletable th {
	color: #666;
	font-size: 11px;
	font-weight: 700;
	padding-top: 4px;
	width: 100%;
}

table.moduletable td {
	font-size: 10px;
	font-weight: 400;
	padding-top: 4px;
}

.poll {
	color: #666;
	font-size: 10px;
	line-height: 14px;
}

.sectiontableheader {
	color: #666;
	font-weight: 700;
}

.boxes {
	border: dotted;
	border-color: #b0c4de;
	border-width: 1px;
}

.title {
	color: #666;
	font-size: 24px;
	font-weight: 700;
}

/* custom
 ================================================== */
#biopic {
	border: 0 none;
	float: left;
	margin: 4px;
}

.contact-table {
	margin-left: 10%;
}

/*content specific
 ================================================== */
/* carousel
 ================================================== */
.carousel-wrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

.slider-for {
	margin-left: auto;
	margin-right: auto;
	max-width: 90%;
	height: auto;
	width: auto\9; /* ie8 */
}

.slider-for img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

.slide_caption {
	color: #ddd;
	font-size: 12px;
	text-align: justify;
	line-height: 15px;
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

.slide_caption h5 {
	text-align: center;
	font-size: 10px;
	line-height: 10px;
	margin-bottom: 5px !important;
}

.slider-nav {
	margin-left: auto;
	margin-right: auto;
	max-width: 80%;
	height: auto;
	width: auto\9;
	/* ie8 */
	background: #dee;
	border-style: transparent;
	border-color: #699;
	margin-top: 3px !important;
}

@media screen and (min-width: 390px) {
	.slide_caption h3 {
		text-align: center;
		margin-top: 20px;
	}
}

@media screen and (max-width: 389px) {
	.slide_caption h3 {
		text-align: center;
		line-height: 15px;
		margin-top: 10px;
	}
}

/* works Gallery */

.workscontainer {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

.worksgallery ul {
	list-style-type: none;

	margin: 0;
	position: relative;
}

.worksgallery li {
	display: inline-block;
	zoom: 1;
	/* this fix is needed for IE7- */
	vertical-align: top;
	text-align: left;
}

.worksgallery li .pic {
	width: 200px;
	height: 150px;
}

.worksgallery li .text h3,
.worksgallery li .text h3 a {
	font-size: 12px;
	font-weight: 600;

	padding-bottom: 6px;

	line-height: 14px;
	color: #fff;
}

.worksgallery li .text {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	max-width: 95%;
	height: 93%;
	width: auto\9; /* ie8 */
	padding: 10px 10px 1px 10px;
	background: #000;
	opacity: 0;
}

.worksgallery li .pic:hover .text {
	opacity: 0.8;
	text-align: left;
	color: #fff;
	font-size: 10px;
	line-height: 12px;
}

.worksgallery li .pic .text a {
	color: #bbb;
}

@media screen and (min-width: 475px) {
	/*
	.worksgallery{

	}
	*/
}

@media screen and (max-width: 474px) {
	.worksgallery {
		padding-left: 10%;
	}
}

/* -- Samples Frame --
 ================================================== */
.samples {
	width: 80%;
	padding-left: 20px;
}

.samples ul {
	display: inline;
	list-style: none;
	width: 60%;
}

.samples li {
	display: inline;
	list-style: none;
	width: 100%;
}

.samples li .title {
	color: #333;
	font-size: 13px;
	font-weight: 500;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 5px;
}

.samples li .sampleslink {
	display: inline;
	list-style: none;
	font-size: 11px;
	color: #333;
	text-align: left;
	width: 100%;
}

.samples li .sampleslink a:link,
a:visited {
	color: #666;
	text-decoration: none;
}

.samples li .sampleslink a:hover {
	color: #ddd;
	text-decoration: none;
}

.samples .choicetitle {
	color: #333;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
}

.samples .choicesubtitle {
	color: #333;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	padding-bottom: 20px;
}

.samples .summary {
	color: #333;
	font-size: 11px;
	font-weight: 400;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	padding-top: 20px;
	text-align: justify;
}

/* -- Audio Player --
 ================================================== */
.audiowrapper {
	color: #fff;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	max-width: 70%;
	height: auto;
	width: auto\9;
}

.audioplayer {
	height: 1.5em;
	/* 40 */
	border: 1px solid #eff;
	position: relative;
	z-index: 1;
	background: #333;

	/* ie8 */

	border-radius: 20px;
}

.audioplayer-mini {
	width: 2.5em;
	/* 40 */
	margin: 0 auto;
}

.audioplayer > div {
	position: absolute;
}

.audioplayer-playpause {
	width: 2.5em;
	/* 40 */
	height: 100%;
	text-align: left;
	text-indent: -9999px;
	cursor: pointer;
	z-index: 2;
	top: 0;
	left: 0;
}

.audioplayer:not(.audioplayer-mini) .audioplayer-playpause {
	border-right: 1px solid #555;
	border-right-color: rgba(255, 255, 255, 0.1);
}

.audioplayer-mini .audioplayer-playpause {
	width: 100%;
}

.audioplayer-playpause:hover,
.audioplayer-playpause:focus {
	background-color: rgba(255, 255, 255, 0);
}

.audioplayer-playpause a {
	display: block;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
	width: 0;
	height: 0;
	border: 0.5em solid transparent;
	/* 8 */
	border-right: none;
	border-left-color: #fff;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -0.5em 0 0 -0.25em;
	/* 8 4 */
}

.audioplayer-playing .audioplayer-playpause a {
	width: 0.75em;
	/* 12 */
	height: 0.75em;
	/* 12 */
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -0.375em 0 0 -0.375em;
	/* 6 */
}

.audioplayer-playing .audioplayer-playpause a:before,
.audioplayer-playing .audioplayer-playpause a:after {
	width: 40%;
	height: 100%;
	background-color: #fff;
	content: "";
	position: absolute;
	top: 0;
}

.audioplayer-playing .audioplayer-playpause a:before {
	left: 0;
}

.audioplayer-playing .audioplayer-playpause a:after {
	right: 0;
}

.audioplayer-time {
	color: #fff;
	width: 4.375em;
	/* 70 */
	height: 100%;
	line-height: 1.66em;
	/* 38 */
	text-align: center;
	z-index: 2;
	top: 0;
}

.audioplayer-time-current {
	border-left: 1px solid #eff;
	border-left-color: rgba(0, 0, 0, 0.25);
	left: 2.5em;
	/* 40 */
}

.audioplayer-time-duration {
	border-right: 1px solid #555;
	border-right-color: rgba(255, 255, 255, 0.1);
	right: 2.5em;
	/* 40 */
}

.audioplayer-novolume .audioplayer-time-duration {
	border-right: 0;
	right: 0;
}

.audioplayer-bar {
	height: 0.875em;
	/* 14 */
	background-color: #eff;
	cursor: pointer;
	z-index: 1;
	top: 50%;
	right: 6.875em;
	/* 110 */
	left: 6.875em;
	/* 110 */
	margin-top: -0.438em;
	/* 7 */
}

.audioplayer-novolume .audioplayer-bar {
	right: 4.375em;
	/* 70 */
}

.audioplayer-bar div {
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.audioplayer-bar-loaded {
	background-color: #333;
	z-index: 1;
}

.audioplayer-bar-played {
	background: #eff;
	background: -webkit-gradient(linear, left top, right top, from(#eff), to(#477));
	background: -webkit-linear-gradient(left, #eff, #477);
	background: -moz-linear-gradient(left, #eff, #477);
	background: -ms-radial-gradient(left, #eff, #477);
	background: -o-linear-gradient(left, #eff, #477);
	background: linear-gradient(left, #eff, #477);
	z-index: 2;
}

.audioplayer-volume {
	width: 40px;
	height: 100%;
	border-left: 1px solid #eff;
	border-left-color: rgba(0, 0, 0, 0.25);
	text-align: left;
	text-indent: -9999px;
	cursor: pointer;
	z-index: 2;
	top: 0;
	right: 0;
}

.audioplayer-volume:hover,
.audioplayer-volume:focus {
	background-color: rgba(255, 255, 255, 0);
}

.audioplayer-volume-button {
	width: 100%;
	height: 100%;
}

.audioplayer-volume-button a {
	width: 0.313em;
	/* 5 */
	height: 0.375em;
	/* 6 */
	background-color: #fff;
	display: block;
	position: relative;
	z-index: 1;
	top: 40%;
	left: 35%;
}

.audioplayer-volume-button a:before,
.audioplayer-volume-button a:after {
	content: "";
	position: absolute;
}

.audioplayer-volume-button a:before {
	width: 0;
	height: 0;
	border: 0.5em solid transparent;
	/* 8 */
	border-left: none;
	border-right-color: #fff;
	z-index: 2;
	top: 50%;
	right: -0.25em;
	margin-top: -0.5em;
	/* 8 */
}

.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after {
	/* "volume" icon by Nicolas Gallagher, http://nicolasgallagher.com/pure-css-gui-icons */
	width: 0.313em;
	/* 5 */
	height: 0.313em;
	/* 5 */
	border: 0.25em double #fff;
	/* 4 */
	border-width: 0.25em 0.25em 0 0;
	/* 4 */
	left: 0.563em;
	/* 9 */
	top: -0.063em;
	/* 1 */
	background: rgba(255, 255, 255, 0);
	background-color: rgba(255, 255, 255, 0);

	/* 15 */
	border-radius: 0 0.938em 0 0;
	/* 15 */
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.audioplayer-volume-adjust {
	height: 6.25em;
	/* 100 */
	cursor: default;
	position: absolute;
	left: 0;
	right: -1px;
	top: -9999px;
	background: #eff;
	background: -webkit-gradient(linear, left top, left bottom, from(#699), to(#eff));
	background: -webkit-linear-gradient(top, #699, #eff);
	background: -moz-linear-gradient(top, #699, #eff);
	background: -ms-radial-gradient(top, #699, #eff);
	background: -o-linear-gradient(top, #699, #eff);
	background: linear-gradient(top, #699, #eff);

	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.audioplayer-volume:not(:hover) .audioplayer-volume-adjust {
	opacity: 0;
}

.audioplayer-volume:hover .audioplayer-volume-adjust {
	top: auto;
	bottom: 100%;
}

.audioplayer-volume-adjust > div {
	width: 40%;
	height: 80%;
	background-color: #eff;
	cursor: pointer;
	position: relative;
	z-index: 1;
	margin: 30% auto 0;
}

.audioplayer-volume-adjust div div {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #eff;
	background: -webkit-gradient(linear, left bottom, left top, from(#eff), to(#477));
	background: -webkit-linear-gradient(bottom, #eff, #477);
	background: -moz-linear-gradient(bottom, #eff, #477);
	background: -ms-radial-gradient(bottom, #eff, #477);
	background: -o-linear-gradient(bottom, #eff, #477);
	background: linear-gradient(bottom, #eff, #477);
}

.audioplayer-novolume .audioplayer-volume {
	display: none;
}

.audioplayer-play,
.audioplayer-pause,
.audioplayer-volume a {
	-webkit-filter: drop-shadow(1px 1px 0 #000);
	-ms-filter: drop-shadow(1px 1px 0 #000);
	filter: drop-shadow(1px 1px 0 #000);
}

.audioplayer-bar,
.audioplayer-bar div,
.audioplayer-volume-adjust div {
	border-radius: 4px;
}

.audioplayer-bar,
.audioplayer-volume-adjust > div {
	box-shadow:
		-1px -1px 0 rgba(0, 0, 0, 0.5),
		1px 1px 0 rgba(255, 255, 255, 0.1);
}

.audioplayer-volume-adjust div div,
.audioplayer-bar-played {
	box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.5);
}

.audioplayer-volume-adjust {
	background: rgba(255, 255, 255, 0);
}

.audioplayer *,
.audioplayer :before,
.audioplayer :after {
	-webkit-transition:
		color 0.25s ease,
		background-color 0.25s ease,
		opacity 0.5s ease;
	-moz-transition:
		color 0.25s ease,
		background-color 0.25s ease,
		opacity 0.5s ease;

	-o-transition:
		color 0.25s ease,
		background-color 0.25s ease,
		opacity 0.5s ease;
	transition:
		color 0.25s ease,
		background-color 0.25s ease,
		opacity 0.5s ease;
}

.attribution {
	padding: 3em 0;
	text-align: center;
	color: #222;
	font-size: 12px;
}

.attribution a {
	color: #666;
}

.attribution a:hover {
	color: #eff;
}

/* ---- isotope ---- */
/* ---- button ---- */

.button {
	display: inline-block;
	padding: 0.1em 0.5em;
	background: #666;
	border: none;
	border-radius: 5px;
	color: #fff;
	font-size: 11px;
}

.button:hover {
	background-color: #333;
}

.button:active,
.button.is-checked {
	background-color: #668;
}

.button.is-checked {
	color: white;
	text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);
}

.button:active {
	box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}

/* ---- button-group ---- */

.button-group:after {
	content: "";
	display: block;
	clear: both;
}

.button-group .button {
	float: left;
	border-radius: 0;
	margin-left: 0;
	margin-right: 1px;
}

.button-group .button:first-child {
	border-radius: 0.5em 0 0 0.5em;
}
.button-group .button:last-child {
	border-radius: 0 0.5em 0.5em 0;
}

/* ---- isotope specific---- */

.grid {
	background: #000;
	max-width: 100%;
	padding-left: 5%;
}

/* clear fix */
.grid:after {
	content: "";
	display: block;
	clear: both;
}

.pindex {
	max-width: 15%;
	margin: 5px;
	float: left;
}

/* ui group */

.ui-group {
	display: inline-block;
	padding-left: 5%;
}

.ui-group h3 {
	display: inline-block;
	vertical-align: top;
	line-height: 12px;
	margin-right: 0.2em;
	font-size: 14px;
}

.ui-group .button-group {
	display: inline-block;
	margin-right: 5px;
}

/* color-shape */

.color-shape {
	max-width: 20%;
	margin: 5px;
	float: left;
}

.color-shape.round {
	border-radius: 35px;
}

.color-shape.big.round {
	border-radius: 75px;
}

/*
.color-shape.red {  }
.color-shape.blue {  }
.color-shape.yellow {  }
*/

.color-shape.wide,
.color-shape.big {
	width: 150px;
}
.color-shape.tall,
.color-shape.big {
	height: 150px;
}