body {
	position: relative;
	margin: 0px;
	padding: 0px;
	background-color: #2b2b2b;
}

#headerTopBar { 
	width: 100%;
	max-width: 100%; 
	height: 24px;
	background-color: black;  
}

#headerNavBar {  
	margin-top: 56px;  
	margin-left: 56px;
}

.headerNavBtn {  
	float: left;  
	height: 22px;  
	overflow: hidden;  
	margin-left: 36px;  
	margin-top: 10px;
	cursor: pointer;
}

#headerNavBar img {  
	position: relative;
}

#headerNavBar img:hover {  
	top: -22px;
}

#headerNavBar img.active {  
	top: -22px;
}

#headerPXLogo {  
	margin-top: 20px;  
	margin-right: 20px;  
	margin-bottom: 20px;  
	margin-left: 20px;
}

.container-fluid {  
	max-width: 100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#mainContentPanel {  
	position: relative;
	width: 100%;  
	margin: 0px;
	padding: 0px;
}

.homeSlideBkgd {  
	width: 100%;
	max-width: 100%;
}

.homeSlide {    
	position: absolute;
	width: 100%;
	max-width: 100%;
	margin: 0px;
	padding: 0px;
	z-index: 1;
}

#homeSlideCtrlPanel {  
	position: absolute;
	width: 100%;
	max-width: 100%;
	margin: 0px;
	padding: 0px;
	z-index: 2;
}

#homeSlideCtrlPanelRow1 {  
	height: 25%;
}

#homeSlideCtrlPanelRow2 {
	height: 50%;
}

#homeSlideCtrlPanelRow3 {  
	height: 25%;
	vertical-align: bottom;
}

#homeSlideCtrlPanelPreviousCell {  
	text-align: left;
	padding-left: 20px;
}

#homeSlideCtrlPanelNextCell {  
	text-align: right;
	padding-right: 20px;
}

.homeSlideBtn {
	display: inline-block;
	height: 48px;
	overflow: hidden;
	cursor: pointer;
}

#homeSlideBtnPrevious {
	
}

#homeSlideBtnNext {
	
}

#homeSlideBtnPreviousImg {
	
}

#homeSlideBtnNextImg {
	
}

#homeSlideBtnPreviousImg:hover {
	position: relative;
	top: -48px;
}

#homeSlideBtnNextImg:hover {
	position: relative;
	top: -48px;
}

#homeSlideCtrlPanelRadioCell {  
	text-align: center;
}

.homeSlideRadioBtn {
	display: inline-block;
	height: 30px;
	overflow: hidden;
	cursor: pointer;
}

.homeSlideRadioBtnImg {
}

.homeSlideRadioBtnImg:hover {
	position: relative;
	top: -30px;
}

.homeSlideRadioBtnImgActive {
	position: relative;
	top: -30px;
}

#homeSlideTextPanel {
	position: relative;
	width: 100%;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
	background-color: #000000;
	color: #f4f4f4;
	overflow: auto;
	min-height: 8em; 	/*Use this to standard height*/
}

#homeSlideTextPanel .homeSlideTitle {
	display: inline;
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 1.5em;
	line-height: 1.5em;
	font-style: italic;
}

#homeSlideTextPanel .homeSlideDescription {
	display: inline;
	position: relative;
	text-align: right;
	float: right;
	clear: both;
	margin: 0.5em;
	padding: 0px;
	font-size: 1em;
	line-height: 1.25em;
}

#clientBar {  
	width: 100%;  
	max-width: 100%;
	background-color: #d4d4d4;  
	text-align: center;
}

#footer {  
	max-width: 100%;
	color: #f4f4f4;  
	text-align: center;
}

.clientLogo {  
	margin-top: 20px;  
	margin-right: 20px;  
	margin-bottom: 20px;  
	margin-left: 20px;
}

#footer div.footerCell {  
	margin-top: 20px;
	margin-bottom: 20px;
}

#socialContainer {  
	margin-top: 0px;
}

.socialIcon {  
	margin-top: 10px;  
	margin-right: 10px;  
	margin-bottom: 10px;  
	margin-left: 10px;
}

.aboutTable {
	padding: 40px;
	margin: 40px;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	min-height: 40em;	/*Use this to standard height*/
}

.aboutTableCell {
	background-color: rgba(0, 0, 0, 0.6);
	color: #f4f4f4;
	border-width: 2px;
	border-style: solid;
}

#aboutTableLeft {
	padding: 40px;
}

#aboutTableRight {
	
}

.innerTable {  
  width: 100%;  
  text-align: center;
}

.innerTable tr td {
	padding: 20px;
}

.contentNavBtn {  
  width: 246px;  
  height: 36px;  
  text-align: center;  
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}

.contentNavBtnBkgd {  
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;  
  display: block;  
  top: -36px;
  opacity: 0.0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.contentNavBtn:hover img.contentNavBtnBkgd {
	opacity: 1.0;
}

.contentNavBtnBkgd.active {
	opacity: 1.0;
}

.contentNavBtnText {  
  z-index: 1;  
  position: relative;  
  top: -4px;
}

#panelScroll {
	overflow: auto;
	background-size: cover;
	background-position: center center;
	margin: 0px;
	padding: 0px;
	min-height: 40em;
}

#contentAreaBkgd {  
  position: absolute;  
  min-width: 100%;
  min-height: 100%;
}

.btnProjectCategory {
	float: left;
	margin: 10px;
	margin-bottom: 0px;
	color: #f4f4f4;
	cursor: pointer;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
}

.btnProjectCategory:hover {
	color: #d9a01b;
}

.btnProjectCategoryActive {
	color: #d9a01b;
}

#projectsTable {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	border-style: hidden;
	border-collapse: separate;
	border-spacing: 10px;
}

#projectsTable tr td {
	border-style: hidden;
}

.projectsTableCell {
	display: inline-block;
	position: relative;
	width: 270px;
	height: 116px;
	margin: 0px;
	padding: 5px;
	background-color: #000000;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: background-color 1s;
	transition: background-color 1s;
}

.projectsTableCell:hover {
	background-color: #d9a01b;
}

.projectsTableCellBkgd {
	width: 260px;
	height: 106px;
	margin: 0px;
	padding: 0px;
}

.projectsTableCategoryOverlay {
	display: block;
	position: absolute;
	width: 260px;
	height: 106px;
	margin: 0px;
	padding: 10px;
	top: 5px;
	background-color: transparent;
	color: transparent;
	-webkit-transition: background-color 1s, color 1s;
	transition: background-color 1s, color 1s;
}

.projectsTableCategoryOverlay:hover {
	background-color: rgba(0,0,0,0.7);
	color: white;
}

#cellDir {
	text-align: right;
}

#projectsTablePageIndicator {
	display: inline-block;
	position: relative;
	height: 48px;
	top: -20px;
	color: #ffffff;
}

.projectsTableBtn {
	display: inline-block;
	height: 48px;
	overflow: hidden;
	cursor: pointer;
}

#projectsTableBtnPrevious {
	
}

#projectsTableBtnNext {
	
}

#projectsTableBtnPreviousImg {
	
}

#projectsTableBtnNextImg {
	
}

#projectsTableBtnPreviousImg:hover {
	position: relative;
	top: -48px;
}

#projectsTableBtnNextImg:hover {
	position: relative;
	top: -48px;
}

#projectSubTable {
	border-style: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

#projectSubTable tr td {
	border-style: hidden;
}

#projectSubTable_ContentCellBkgd {
	background-color: rgba(0,0,0,0.7);
	margin: 5px;
}

#projectSubTable_ContentCell {
	padding: 5px;
	width: 550px;
	height: 314px;
}

#projectSubTable_DescriptionCellBkgd {
	background-color: rgba(0,0,0,0.7);
	margin: 5px;
}

#projectSubTable_DescriptionCell {
	background-color: rgba(0,0,0,0.7);
	color: rgb(255,255,255);
	padding: 10px;
	padding-bottom: 20px;
	width: 300px;
	min-height: 314px;
}

#projectSubTable_DescriptionCell h4 {
	color: #d9a01b;
	margin: 0px;
	margin-top: 10px;
}

#projectSubTable_DescriptionCell p {
	margin: 0px;
	margin-left: 10px;
}

.projectSubTable_ThumbCell {
	background-color: rgba(0,0,0,0.7);
	margin: 5px;
	padding: 5px;
	text-align: center;
	cursor: pointer;
	width: 114px;
	height: 70px;
	-webkit-transition: background-color 1s;
	transition: background-color 1s;
}

.projectSubTable_ThumbCell:Hover {
	background-color: #d9a01b;
}

.projectSubTable_ThumbCellActive {
	background-color: #d9a01b;
}

.projectSubTable_ThumbVideoIcon {
	visibility: hidden;
	margin: 10px;
	position: absolute;
	width: 104px;
	height: 60px;
	pointer-events: none;
}

.projectSubTable_ThumbVideoIcon_Display {
	visibility: visible;
}

#projectsBackButton {
	color: #ffffff;
	text-align: right;
	cursor: pointer;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
}

#projectsBackButton:hover {
	color: #d9a01b;
}

.reelContainer {
	width: 1300px;
	margin-top: 0px;
	margin-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
}

.reelTitle {
	margin-bottom: 10px;
	padding-left: 80px;
	text-align: left;
	color: #ffffff;
	font-size: 2em;
	font-weight: bold;
}

.reelFrame {
	padding: 5px;
	padding-top: 10px;
	background-color: #000000;
	text-align: center;
}

.firstReelSpacer {
	height: 40px;
}

a.mailLink {
	color: #f4f4f4;
	text-decoration: underline;
}

a.mailLink:link {
	color: #f4f4f4;
	text-decoration: underline;
}

a.mailLink:visited {
	color: #f4f4f4;
	text-decoration: underline;
}

a.mailLink:hover {
	color: #d9a01b;
	text-decoration: underline;
}

a.mailLink:active {
	color: #f4f4f4;
	text-decoration: underline;
}