
.lightbox img
{
	border: 0;
	max-width: 100%;
}

/** page structure **/
.lightbox 
{
	display: block;
	max-width: 1100px;
	margin: 0 auto;
}

#portfolio-lbr
{
	display: block;
}

#portfolio-lbr li
{
	display: block;
	float: left;
	margin:5px;
}

#portfolio-lbr li a
{
	display: block;
}

#portfolio-lbr li img
{
	-webkit-transition:ease-out 320ms;
	-moz-transition:ease-out 320ms;
	-ms-transition:ease-out 320ms;
	-o-transition:ease-out 320ms;
	transition:ease-out 320ms;
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	
	border:2px solid #ccc;	
}

#portfolio-lbr li img:hover
{
	opacity:1;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
}

#portfolio-lbr * :focus
{
	outline:0;
	border:0;
}

.mfp-title
{
	font-size: 1.2em;
	color: #ddd !important;
	font-weight: 700;
}

/** clearfix **/
.clearfix:after
{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix
{
	display: inline-block;
}

html[xmlns] .clearfix
{
	display: block;
}

* html .clearfix
{
	height: 1%;
}

/** media queries **/
/*@media screen and (max-width: 780px) {

#portfolio-lbr li
{
	width: 45%;
}
}*/

@media screen and (max-width: 1000px) 
{
#portfolio-lbr
{
	text-align: center;
}

#portfolio-lbr li
{
	float: none;
	display: inline-block;
	width: 80%;
	margin-bottom: 30px;
}
}

/* BLOCKED */
/*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html
{
	overflow-y: scroll;
}

body
{
	background: #fcfcfc url('bg.png');
	font-size: 62.5%;
	line-height: 1;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	padding: 45px 25px;
	padding-bottom: 100px;
}

br
{
	display: block;
	line-height: 1.6em;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{
	display: block;
}

ol, ul
{
	list-style: none;
}

input, textarea
{
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}

blockquote, q
{
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after
{
	content: '';
	content: none;
}

strong, b
{
	font-weight: bold;
}

em, i
{
	font-style: italic;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}*/
