@charset "utf-8";
/* CSS Document */
* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: geometricPrecision;
}
html,
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}
body {
	background-attachment: fixed;
	background-color: #000;
	background-image: url("/img/background-px.png");
	background-position: center center;
	background-size: contain;
	color: #9a9090;
	font-family: 'Abadi MT W01 Light';
	font-size: 16.3px;
	line-height: 22px;
	letter-spacing: 0.14em;
	word-spacing: -0.05em;
}
p {
	font-size: 22px;
	letter-spacing: 0.06em;
	line-height: 150%;
	margin: 31px 0 0 5px;
	max-width: 85%;
}
#logo {
	left: 56px;
	position: fixed;
	top: 45px;
	width: 20%;
}
a {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
a.pixelxpress {
	background: url("/img/pixelxpress_logo_sm.png") center center / contain;
	border: medium none;
	display: block;
	height: 82px;
	padding: 0 !important;
	text-decoration: none;
	width: 73px;
}
#menu {
	color: #9a9090;
	left: 50px;
	position: fixed;
	top: 172px;
	width: 20%;
}
#menu .items a,
#menu .items a:visited,
#menu .items a:active {
	display: block;
	color: #9a9090;
	text-decoration: none;
	padding: 14px 0;
	transition: all ease-out linear;
}
#menu .items a:hover,
#menu .items a:active,
#menu .items a.selected {
	color: #dad0d0;
	text-decoration: none;
}
#menu .divider {
	padding: 0 0 4px;
	transform: scale(1.4, 1.4);
	transform-origin: left center;
}
#menu .personal {
	font-size: 10px;
	padding: 10px 0 12px;
}
.mobileMenuBTN {
	display: none;
}
.addthis_sharing_toolbox {
	position: fixed;
	bottom: 45px;
}
.text,
.Collage {
	float: right;
	width: 69%;
	margin-right: 9%;
}
.text {
	padding: 31px 20px 50px;
}
.text a,
.text a:visited {
	color: #dad0d0;
	text-decoration: none;
	border-bottom: 1px solid #dad0d0;
	padding-bottom: 3px;
}
.Collage {
	padding: 30px;
	vertical-align: middle;
	display: table-cell;
}
.Collage.homepage,
.Collage.subcat {
	margin-top: 110px;
}
.Collage img {
	/* ensures padding at the bottom of the image is correct */
	vertical-align: bottom;/* hide the images until the plugin has run. the plugin will reveal the images*//*opacity:0;*/
}
.Image_Wrapper {
	box-shadow: 0 0 11px rgba(0,0,0,0.3);
	opacity: 0;
	cursor: pointer;
}
.Caption {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	background: rgba(0, 0, 0, 0.5);
	display: table;
	height: 100%;
	width: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	display: none;
}
.homepage > div > .Caption,
.subcat > div > .Caption {
	display: table;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.homepage > div > .Caption:hover,
.subcat > div > .Caption:hover {
	filter: alpha(opacity=50) !important;
	-moz-opacity: 0.5 !important;
	-khtml-opacity: 0.5 !important;
	opacity: 0.5 !important;
}
.homepage > div > .Caption {
	font-size: 25px !important;
}
.subcat > div > .Caption {
	font-size: 19px !important;
}
.Image_Wrapper:hover .Caption {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	display: table;
}
.Caption_Content {
	color: #EEE;
	padding: 20px;
	height: 100%;
	width: 100%;
	vertical-align: middle;
	display: table-cell;
	overflow: hidden;
}
.clear {
	clear: both;
}

@media screen and (max-width: 1220px) {
.text,
*.Collage {
	width: 68%;
	margin-right: 5%;
}
}

@media screen and (max-width: 820px) {
body,
#fancybox-lock {
	overflow-x: hidden;
	background-size: cover !important;
}
.text,
*.Collage {
	width: 88%;
	margin: auto;
}
#logo {
	margin: auto;
	position: relative;
	top: auto;
	left: auto;
	width: 88%;
}
#logo a {
	display: block;
	margin: 45px 0 15px 15px;
	text-decoration: none;
	border: none;
}
#logo a.pixelxpress {
	float: left;
}
#logo a.mobileMenuBTN {
	float: right;
	margin: 77px 0 0;
}
#menu {
	width: 100%;
	height: 100%;
	top: 0;
	left: auto;
	right: -100%;
	z-index: 10000;
	background-color: #1D1D1D;
	display: none;
	text-align: center;
}
#menu .items {
	font-size: 25px;
	position: relative;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}
#menu .items a,
#menu .items a:visited,
#menu .items a:active {
	padding: 25px 0;
}
#menu .personal {
	font-size: 14px;
	padding: 18px 0 16px;
}
#menu a.mobileMenuBTN {
	background-color: #AAA;
	cursor: pointer;
	display: block;
	height: 40px;
	position: absolute;
	right: 30px;
	text-decoration: none;
	top: 30px;
	width: 40px;
}
#menu a.mobileMenuBTN:before,
#menu a.mobileMenuBTN:after {
	background-color: #1D1D1D;
	border-radius: 8px;
	content: "";
	height: 2px;
	position: absolute;
	top: 19px;
	width: 40px;
	right: 0px;
}
#menu a.mobileMenuBTN:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
#menu a.mobileMenuBTN:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#menu a.mobileMenuBTN:hover,
#menu a.mobileMenuBTN:active,
#menu a.mobileMenuBTN:focus {
	background-color: #CCC;
}
#menu .divider {
	transform-origin: center center;
}
.Image_Wrapper.big {
	margin-top: 0;
}
a.fancybox-close {
	background-color: #AAA !important;
}
.addthis_sharing_toolbox {
	right: 25px;
	bottom: 25px;
	position: absolute;
	transform: scale(2.05);
	transform-origin: right bottom;
}
}

@media screen and (min-width: 820px) and (max-height: 700px) {
#logo {
	position: absolute;
}
#menu {
	position: absolute;
}
.Image_Wrapper.big,
.Image_Wrapper.subcat {
	margin-top: 0;
}
.addthis_sharing_toolbox {
	position: relative;
	margin: 80px 0;
}
}
