/*
Theme Name: Park Ridge Property
Author: iSimplifyMe
Author URI: http://iSimplifyMe.com/
Version: 1.4
License: GNU General Public License
License URI: license.txt
Tags: custom-menu, sticky-post, microformats, rtl-language-support, translation-ready, full-width-template, post-formats

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Structure
-------------------------------------------------------------- */

html {
	height: 100%;
}
body {
	margin: 0;
	font-family: ProximaNovaA-Light;
	height: 100%;
	font-size: 16px;
	color: #555;
}
@media only screen
and (min-device-width : 320px) 
and (max-device-width : 568px) { /* iPhone 5 and up */
	html {
		height: auto;
	}
	body {
		width: 320px;
		height: auto;
	}
}
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) { /* iPhone 4 and below */
	html {
		height: auto;
	}
	body {
		width: 320px;
		height: auto;
	}
}
a {
	color: #e73f3f;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1.entry-title, h1.page-title, h2.entry-title {
	font-family: ProximaNovaA-Light;
	border-bottom: solid 2px #e73f3f;
	color: #555555;
	font-size: 36px;
	margin: 40px 0;
}
h2.widget-title {
	font-family: ProximaNovaA-Semibold;
	color: #555555;
	font-size: 22px;
	margin: 40px 0 0;
}
p {
	margin: 0 auto 10px;
}
b, strong {
	font-family: ProximaNovaA-Bold;
}
.clear {
	clear: both;
}
.relative {
	position: relative;
}
#page {
	display: block;
	margin: 0;
	position: relative;
	min-height: 100%;
}
#primary {
	float: left;
	margin: 0 -320px 0 0;
	width: 100%;
}
#content {
	margin: 0 360px 0 0;
}
.home #main {
	width: 100%;
	padding: 0 0 70px;
}
#main {
	width: 1140px;
	margin: 0 auto;
	padding: 90px 0 420px;
}
@media only screen
and (min-device-width : 320px) 
and (max-device-width : 568px) { /* iPhone 5 and up */
	.home #main, #main {
		width: 320px;
		padding: 0 0 1px;
	}
}
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) { /* iPhone 4 and below */
	.home #main, #main {
		width: 320px;
		padding: 0 0 1px;
	}
}
#main .widget-area {
	float: right;
	overflow: hidden;
	width: 300px;
}
#colophon {
	clear: both;
	display: block;
	width: 100%;
}
.wrap1200 {
	width: 1140px;
	margin: 0 auto;
	padding: 0 30px;	
}
@media only screen
and (min-device-width : 320px) 
and (max-device-width : 568px) { /* iPhone 5 and up */
	.wrap1200 {
		width: 300px;
		margin: 0 auto;
		padding: 0 10px;	
	}
}
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) { /* iPhone 4 and below */
	.wrap1200 {
		width: 300px;
		margin: 0 auto;
		padding: 0 10px;	
	}
}

/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}

/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* =Header
-------------------------------------------------------------- */

#branding {
	height: 86px;
	width: 100%;
	border-bottom: solid 1px #333;
	background: #FFF;
	background: rgba(255,255,255,.95);
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
	box-shadow: 0px 2px 2px rgba(0,0,0,.25);
}
#topBar {
	height: 40px;
	width: 100%;
	background: #ebebeb;
}
#topBar a.rep {
	color: #959595;
	text-decoration: none;
	text-transform: uppercase;
	float: left;
	display: block;
	line-height: 40px;
	font-family: ProximaNovaA-Semibold;
}
#topBar a.rep:hover {
	color: #666;
}
#topSearch {
	float: left;
	margin-top: 30px;
	background-color: #555;
	width: 210px;
	height: 20px;
	padding-left: 4px;
}
#topSearch ::-webkit-input-placeholder {
	font-family: ProximaNovaA-Light;
	color: #b7b7b7;
	font-size: 14px;
	font-style: italic;
}
#topSearch :-moz-placeholder { /* Firefox 18- */
	font-family: ProximaNovaA-Light;
	color: #b7b7b7;
	font-size: 14px;
	font-style: italic;
}
#topSearch ::-moz-placeholder {  /* Firefox 19+ */
	font-family: ProximaNovaA-Light;
	color: #b7b7b7;
	font-size: 14px;
	font-style: italic;
}
#topSearch :-ms-input-placeholder {  
	font-family: ProximaNovaA-Light;
	color: #b7b7b7;
	font-size: 14px;
	font-style: italic;
}
#topSearch input[type=text] {
	font-family: ProximaNovaA-Light;
	color: #b7b7b7;
	margin: 0;
	width: 186px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	padding:0;
	border: none;
	background: transparent;
	outline: none;
}
#topSearch input[type=text]:focus {
	outline: none;
}
#topSearch .searchsubmit {
	font-size: 1px;
	height: 20px;
	width: 20px;
	margin: 0;
	border: none;
	float: right;
	background: #555 url('images/search-button.jpg') no-repeat;
	background-size: 40px 20px;
	cursor: pointer;
}
#topSearch .searchsubmit:hover {
	background-position: -20px 0px;
}
#site-title {
	position: absolute;
	top: -5px;
	left: 0px;
	font-size: 30px;
    font-weight: 200;
}
@media only screen
and (min-device-width : 320px) 
and (max-device-width : 568px) { /* iPhone 5 and up */
	#branding {
		height: 70px;
		width: 320px;
		border-bottom: solid 1px #333;
		background: #FFF;
		background: rgba(255,255,255,.95);
		position: fixed;
		top: 0px;
		left: 0px;
		z-index: 100;
		box-shadow: 0px 2px 2px rgba(0,0,0,.25);
	}
	#site-title {
		position: relative;
		top: auto;
		left: auto;
		margin: 10px auto 0;
	}
	#site-title img {
		width: 300px;
		height: auto;
	}
}
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) { /* iPhone 4 and below */
	#branding {
		height: 70px;
		width: 320px;
		border-bottom: solid 1px #333;
		background: #FFF;
		background: rgba(255,255,255,.95);
		position: fixed;
		top: 0px;
		left: 0px;
		z-index: 100;
		box-shadow: 0px 2px 2px rgba(0,0,0,.25);
	}
	#site-title {
		position: relative;
		top: auto;
		left: auto;
		margin: 10px auto 0;
	}
	#site-title img {
		width: 300px;
		height: auto;
	}
}



/* =Menu
-------------------------------------------------------------- */

#access {
	display: block;
	float: right;
	clear: right;
	margin: 50px auto 0;
	font-size: 18px;
}
#access ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
	margin-left: 30px;
}
#access a {
	display: block;
	line-height: 36px;
	text-transform: uppercase;
	height: 36px;
	color: #000;
}
#access ul ul {
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
	top: 2em;
	left: 0;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #dedede;
	line-height: 1em;
	padding: .5em .5em .5em 1em;
	width: 10em;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	color: #e73f3f;
}
#access ul ul a:hover {
	background: #cecece;
}
#access ul li:hover > ul {
	display: block;
}
#mobileDirections {
	display: none;
}
@media only screen
and (min-device-width : 320px) 
and (max-device-width : 568px) { /* iPhone 5 and up */
	#access {
		display: none;
	}
	#mobileDirections {
		display: block;
		font-size: 16px;
		text-align: right;
		margin-bottom: 5px;
		color: #333;
		text-transform: uppercase;
	}
}
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) { /* iPhone 4 and below */
	#access {
		display: none;
	}
	#mobileDirections {
		display: block;
		font-size: 16px;
		text-align: right;
		margin-bottom: 5px;
		color: #333;
		text-transform: uppercase;
	}
}


/* =Counter
-------------------------------------------------------------- */

#theCounter {
	position: fixed;
	right: 20px;
	top: 105px;
	z-index: 100;
	font-size: 20px;
	color: #333;
	text-shadow: 0px 1px 0px #FFF;
	text-shadow: 0px 1px 0px rgba(255,255,255,.5);
	box-shadow: 0px 2px 2px rgba(0,0,0,.25);
	background: #fafafa;
	background: rgba(255,255,255,.5);
	padding: 10px;
	border-radius: 2px;
}
#theCounter em {
	font-size: 12px;
}
@media only screen
and (min-device-width : 320px) 
and (max-device-width : 568px) { /* iPhone 5 and up */
	#theCounter {
		display: none;
	}
}
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) { /* iPhone 4 and below */
	#theCounter {
		display: none;
	}
}



/* =Content
-------------------------------------------------------------- */

.sticky {
}
.entry-meta {
	clear: both;
	display: block;
}
.single-author .entry-meta .byline {
	display: none;
}
#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
}
.page-link {
	clear: both;
	margin: 0 0 1em;
}
.page .edit-link {
	clear: both;
	display: block;
}

/* 404 page */
.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

/* Notices */
.post .notice,
.error404 #searchform {
	background: #eee;
	display: block;
	padding: 1em;
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* Aside Posts */
.format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
}

/* Gallery Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin: 0 1em 0 0;
}

/* Image Posts */
.format-image .entry-header {
	display: none;
}
.single .format-image .entry-header {
	display: block;
}
.format-image .entry-content,
.format-image .entry-summary {
	padding-top: 1em;
}
.single .format-image .entry-content,
.single .format-image .entry-summary {
	padding-top: 0;
}


/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img,
.wp-caption {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption {
}
.wp-smiley {
	margin: 0;
}


/* =Forms
-------------------------------------------------------------- */

label {
	margin-right: 10px;
}
#searchform label {
	display: none;
}
#searchform input#s {
	width: 60%;
}
input[type=text],
input#s {
	margin: 0 1em 0 0;
	width: 60%;
}
textarea {
	width: 80%;
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}


/* =Comments
-------------------------------------------------------------- */

article.comment {
	display: block;
}
#respond input[type=text] {
	display: block;
	width: 60%;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}


/* =Widgets
-------------------------------------------------------------- */

.widget {
	display: block;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}


/* =Footer
-------------------------------------------------------------- */

#colophon {
	padding: 0;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 70px;
	font-size: 20px;
	font-family: ProximaNovaA-Bold;
}
#colophon a {
	color: #000;
}
#colophon ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#colophon ul li {
	line-height: 40px;
}
#int555 {
	font-family: ProximaNovaA-Light;
	font-style: italic;
	display: block;
}
#int555:hover {
	text-decoration: none;
}
#int555 img {
	display: block;
	margin: 0 0 0 50px;
}
#subFoot {
	width: 100%;
	height: 70px;
	border-top: solid 1px #bebebe;
	position: absolute;
	bottom: 0px;
	left: 0px;
	line-height: 70px;
	color: #FFF;
	background: #000;
	text-align: center;
	font-size: 16px;
	text-shadow: none;
}
#subFoot a {
	color: #FFF;
}
.column4 {
	width: 25%;
	padding: 78px 0 100px;
	float: left;
}
@media only screen
and (min-device-width : 320px) 
and (max-device-width : 568px) { /* iPhone 5 and up */
	#colophon {
		padding: 0;
		position: relative;
		bottom: 0px;
		left: 0px;
		width: 320px;
		height: auto;
	}
	#subFoot {
		font-size: 8px;
		height: auto;
		line-height: normal;
		padding: 5px 0;
	}
}
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) { /* iPhone 4 and below */
	#colophon {
		padding: 0;
		position: relative;
		bottom: 0px;
		left: 0px;
		width: 320px;
		height: auto;
	}
	#subFoot {
		font-size: 8px;
		height: auto;
		line-height: 8px;
		padding: 5px 0;
	}
}



/* =Home Page
-------------------------------------------------------------- */

section.fullPage {
	position: relative;
	width: 100%;
	box-shadow: 0px 3px 3px rgba(0,0,0,.5) inset;
}
section.fullPage #tableWrap {
	width: 100%;
	height: 100%;
	position: absolute;
	margin: 0 auto;
	display: block;
	z-index: 10;
	top: 0px;
	left: 0px;
}
section.fullPage .table {
	display: table;
	width: 1140px;
	margin: 0 auto;
	height: 100%;
}
section.fullPage .cell {
	display: table-cell;
	vertical-align: middle;
	margin: 80px auto;
}
section.fullPage .theContent {
	padding: 20px;
	width: 530px;
	border-radius: 2px;
	box-shadw: 0 2px 2px rgba(255,255,255,.25);
	background: #000;
	background: rgba(0,0,0,.8);
	text-shadow: 0px 2px 2px rgba(0,0,0,.5);
	margin: 0 auto;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	position: relative;
}
section.fullPage .theContent h1,
section.fullPage .theContent h2 {
	font-family: ProximaNovaA-Thin;
	font-size: 48px;
	margin: 0 0 15px;
}
section.fullPage .theContent h2 a, section.fullPage .theContent h2 a:hover {
	color: #FFF;
	text-decoration: none;
}
section.fullPage .theContent p {
	margin: 0 0 20px;
}
section.fullPage .theContent a.explore {
	font-size: 22px;
	position: absolute;
	bottom: 20px;
	right: 20px;
}
section.fullPage .bottomBar {
	background: #3e3e3e url(images/bottom-bar-bg.png) center top repeat-x;
	background-size: 100% 100%;
	width: 100%;
	height: 48px;
	border-top: solid 1px #7c7c7c;
	border-bottom: solid 1px #000;	
	font-family: ProximaNovaA-Regular;
	font-size: 18px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	text-shadow: 0px 2px 2px rgba(0,0,0,.5);
	line-height: 48px;
}
section.fullPage .bottomBar a {
	color: #FFF;
}
section.fullPage a.downArrow {
	display: block;
	margin: 20px auto 0;
	width: 80px;
	height: 40px;
	line-height: 40px;
	float: none;
	clear: both;
	color: #FEFEFE;
	background: transparent;
	background-size: 100% 100%;
	border-radius: 5px;
}
section.fullPage a.downArrow.text {
	width: 120px;
	font-size: 18px;
	text-align: center;
}
section.fullPage a.downArrow:hover {
	background: #e73f3f;
	background: rgba(255,0,0,.5);
	box-shadow: 0px 3px 3px rgba(0,0,0,.5);
	text-decoration: none;
}
section.fullPage a.downArrow img {
	width: 80px;
	height: 40px;
}
@media only screen
and (min-device-width : 320px) 
and (max-device-width : 568px) { /* iPhone 5 and up */
	section.fullPage {
		width: 320px;
		height: 568px;
	}
	section.fullPage #tableWrap {
		width: 320px;
		height: 568px;
		position: absolute;
		margin: 0 auto;
		display: block;
		z-index: 10;
		top: 0px;
		left: 0px;
	}
	section.fullPage .table {
		display: table;
		width: 320px;
		height: 568px;
		margin: 0 auto;
	}
	section.fullPage .cell {
		display: table-cell;
		vertical-align: middle;
		margin: 60px auto;
	}
	section.fullPage .theContent {
		padding: 10px;
		width: 260px;
		border-radius: 2px;
		box-shadw: 0 2px 2px rgba(255,255,255,.25);
		background: #000;
		background: rgba(0,0,0,.8);
		text-shadow: 0px 2px 2px rgba(0,0,0,.5);
		margin: 0 auto;
		color: #FFF;
		text-align: center;
		font-size: 12px;
		position: relative;
	}
	section.fullPage .theContent h1,
	section.fullPage .theContent h2 {
		font-family: ProximaNovaA-Thin;
		font-size: 18px;
		margin: 0 0 5px;
	}
	section.fullPage .theContent h2 a, section.fullPage .theContent h2 a:hover {
		color: #FFF;
		text-decoration: none;
	}
	section.fullPage .theContent p {
		margin: 0 0 5px;
	}
}
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) { /* iPhone 4 and below */
	section.fullPage {
		width: 320px;
		height: 480px;
	}
}


/* =Find A Rep Map
-------------------------------------------------------------- */

#map_canvas {
	width: 1140px;
	height: 650px;
	box-shadow: 0px 3px 3px rgba(0,0,0,.5);
	margin: 20px 0 100px;
	font-size: 14px;
}
#map_canvas h2 {
	margin: 0;
	font-family: ProximaNovaA-Bold;
	font-size: 16px;
}
.repWrap h2 {
	margin: 0;
	font-family: ProximaNovaA-Bold;
	font-size: 18px;
}
#map_canvas p, .repWrap p {
	margin: 0;
}
#map_canvas a {
	color: #555555;
}
.repWrap {
	width: 340px;
	height: 185px;
	float: left;
	margin: 20px 20px;
}


/* =Product Page
-------------------------------------------------------------- */

.theProduct {
	margin-bottom: 60px;
}
div.mainImg {
	width: 400px;
	height: 400px;
	float: left;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.feat-apps {
	float: left;
	width: 410px;
	margin: 0 40px;
}
h2.section-heading {
	font-family: ProximaNovaA-Bold;
	font-size: 20px;
	text-transform: uppercase;
	margin: 0 0 5px;
}
h2.section-heading.second {
	margin-top: 30px;
}
.feat-apps ul {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}
ul.applist {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	column-width: 45%;
	column-gap: 10%;
	font-size: 14px;
}
ul.applist li {
	white-space: nowrap;
}
.feat-apps ul li {
	line-height: 20px;
}
.downLink {
	color: #555;
	display: block;
	width: 125px;
	height: 80px;
	padding-top: 40px;
	float: left;
	text-align: center;
	font-family: ProximaNovaA-Bold;
	font-size: 14px;
}
.downLink:hover {
	color: #e73f3f;
	text-decoration: none;
}
.downLink img {
	margin: 0;
}
.downLink span {
	display: block;
}
#addImg {
	clear: both;
	margin: 150px 0 40px;
	text-align: center;
}
#addImg h2 {
	text-align: left;
}
#addImg img {
	width: 240px;
	height: auto;
	box-shadow: 0px 3px 3px rgba(0,0,0,.5);
	margin: 0 20px 60px;
}
#allCatProds {
	text-align: center;
}
#allCatProds h2 {
	text-align: left;
}
.prodList {
	width: 280px;
	text-align: left;
	display: inline-block;
	height: 210px;
	vertical-align: top;
	margin-bottom: 40px;
}
.prodList .innerWrap {
	width: 240px;
	margin-right: 40px;
	display: block;
	height: 180px;
	overflow: hidden;
}
.prodList h3 {
	font-family: ProximaNovaA-Bold;
	font-size: 20px;
	margin: 0;
	text-transform: uppercase;
	height: 20px;
	padding-bottom: 10px;
}
.prodList ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 16px;
}
.prodList li {
	line-height: 30px;
	height: 30px;
	white-space: nowrap;
}
.prodList a {
	display: block;
	color: #555;
}
.prodList a:hover {
	color: #e73f3f;
	text-decoration: none;
}


/* =Category Landing Page
-------------------------------------------------------------- */

.subCatWrap {
	text-align: center;
}
div.subCatPage {
	display: inline-block;
	width: 250px;
	height: 300px;
	margin: 0 40px 100px;
	color: #555;
	text-decoration: none;
	font-size: 18px;
	font-family: ProximaNovaA-Light;
	text-align: left;
	vertical-align: top;
}
div.subCatPage a {
	display: block;
	width: 250px;
	color: #555;
	text-decoration: none;
	font-size: 18px;
	font-family: ProximaNovaA-Light;
	text-align: left;
}
div.subCatPage a span {
	width: 250px;
	height: 250px;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	margin-bottom: 10px;
}
div.subCatPage .shortDesc {
	margin: 0;
	font-size: 14px;
}


/* =Products Page
-------------------------------------------------------------- */

.catWrap {
	margin-bottom: 100px;
}
.catWrap h2 {
	font-family: ProximaNovaA-Semibold;
	margin: 0 0 5px;
	font-size: 26px;
}
.catWrap h2 a {
	color: #555;
}
.catWrap .exLink {
	font-family: ProximaNovaA-Regular;
	font-size: 22px;
}
.catWrap .imgDiv {
	width: 300px;
	height: 300px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: 40px;
	float: left;
	box-shadow: 0px 3px 3px rgba(0,0,0,.5);
}
.subsCon {
	padding-top: 20px;
	text-align: center;
	clear: both;
}
.subsCon a {
	display: inline-block;
	width: 200px;
	margin: 30px 40px;
	color: #555;
	text-decoration: none;
	font-size: 15px;
	font-family: ProximaNovaA-Light;
	text-align: left;
}
.subsCon a span {
	width: 200px;
	height: 200px;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	margin-bottom: 5px;
}
#catNav {
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 22px;
	position: absolute;
	width: 1140px;
	display: none;
	background: rgba(255,255,255,.5);
	border-radius: 3px;
}
#catNav a {
	margin: 0 20px;
}
#vr-architectural-Nav, #cleanroom-Nav, #healthcare-Nav, #high-abuse-Nav, #confinement-Nav, #specialty-Nav {
	height: 60px;
	margin-bottom: 20px;
}


/* =Contact Page
-------------------------------------------------------------- */

#conInfoWrap {
	display: inline-block;
	margin: 20px auto 0;
	font-size: 18px;
	line-height: 26px;
}
#conInfoWrap h2 {
	margin: 0;
	font-family: ProximaNovaA-Semibold;
}
#empWrap {
	clear: both;
	margin-top: 50px;
}
#empWrap .employee {
	display: inline-block;
	width: 450px;
	height: 175px;
	margin: 50px 0 50px 90px;
	vertical-align: top;
	line-height: 26px;
}
#empWrap .employee td {
	vertical-align: bottom;
}
#empWrap .employee img.empPhoto {
	max-height: 175px;
	width: auto;
	margin-right: 20px;
}
#empWrap .employee h3 {
	margin: 0;
	font-family: ProximaNovaA-Semibold;
	font-size: 22px;
}
#empWrap .employee h4 {
	margin: 0;
	font-size: 20px;
}
#empWrap .employee a.empEmail {
	display: block;
}
#empWrap .employee span.empPhone {
	display: block;
}


/* =Protected Page Form
-------------------------------------------------------------- */

#restricted-login {
	margin: 0 auto;
	width: 504px;
}
#restricted-login label {
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	width: 140px;
	display: inline-block;
}
#restricted-login .login-remember {
	display: none;
}
#restricted-login input[type=text], #restricted-login input[type=password] {
	font-family: ProximaNovaA-Light;
	color: #b7b7b7;
	margin: 0;
	width: 342px;
	height: 32px;
	line-height: 32px;
	font-size: 20px;
	padding: 6px 4px 2px;
	border: none;
	background: #555;
	outline: none;
	border-radius: 2px;
}
#restricted-login input[type=text]:focus, #restricted-login input[type=password]:focus {
	outline: none;
}
#restricted-login p {
	margin: 0 0 30px;
}
#restricted-login .login-submit {
	text-align: right;
}
#restricted-login input[type=submit] {
	background: #555 url('images/button-bk.png') repeat-x center center;
	background-size: 100% 100%;
	font-family: ProximaNovaA-Light;
	color: #FFF;
	box-shadow: 0px 3px 3px rgba(0,0,0,.5);
	text-shadow: 0px 2px 2px rgba(0,0,0,.5);
	font-size: 20px;
	border: solid 1px #555;
	border-radius: 3px;
	height: 40px;
	width: 100px;
	margin: 0;
	cursor: pointer;
	outline: none;
}
#restricted-login input[type=submit]:hover, #restricted-login input[type=submit]:focus {
	background-color: #e73f3f;
	border-color: #e73f3f;
}


/* =Home Page Slideshow
-------------------------------------------------------------- */

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	z-index: 1;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: none;
}
.rslides img {
	display: block;
	height: auto;
	float: none;
	width: 100%;
	border: 0;
}
.rslides_tabs {
	position: absolute;
	z-index: 50;
	margin: 0;
	padding: 0;
	list-style: none;
	bottom: 40px;
	left: 0px;
	width: 100%;
	text-align: center;
}
@media only screen
and (min-device-width : 320px) 
and (max-device-width : 568px) { /* iPhone 5 and up */
	.rslides_tabs {
		width: 300px;
	}
}
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) { /* iPhone 4 and below */
	.rslides_tabs {
		width: 300px;
	}
}

.rslides_tabs li {
	background-color: #fefefe;
	background-color: rgba(254,254,254,.5);
	box-shadow: 0px 3px 3px rgba(0,0,0,.5);
	width: 10px;
	height: 10px;
	font-size: 1px;
	display: inline-block;
	margin: 0 5px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
	-webkit-transform: translateZ(0) rotate(0deg);
	-moz-transform: translateZ(0) rotate(0deg);
	-ms-transform: translateZ(0) rotate(0deg);
	transform: translateZ(0) rotate(0deg);
}
.rslides_tabs li a {
	background-color: transparent;
	width: 10px;
	height: 10px;
	font-size: 1px;
	display: inline-block;
	margin: 0;
	overflow: hidden;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
	-webkit-transform: translateZ(0) rotate(0deg);
	-moz-transform: translateZ(0) rotate(0deg);
	-ms-transform: translateZ(0) rotate(0deg);
	transform: translateZ(0) rotate(0deg);
}
.rslides_tabs li.rslides_here {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #fefefe;
}
.rslides_tabs li.rslides_here a {
	background-color: #fefefe;
}
.rslides_tabs li:hover {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #e73f3f;
}
.rslides_tabs li:hover a {
	background-color: #e73f3f;
}


/* =Home Contact Form
-------------------------------------------------------------- */

.theContent form {
	text-align: left;
	width: 400px;
	margin: 0 auto;
	position: relative;
}
.theContent h3.iphorm-title {
	font-size: 40px !important;
	font-weight: normal !important;
	margin: 0 !important;
	padding-bottom: 0 !important;
	text-align: center;
}
.theContent p.iphorm-description {
	font-size: 22px !important;
	color: #fefefe !important;
	margin: 10px auto 0 !important;
	padding-bottom: 0;
	width: 430px;
	font-family: ProximaNovaA-Light, sans-serif;
	text-align: center;
}
.theContent .iphorm-elements .iphorm-element-wrap-text input {
	margin: 10px 0 0;
	width: 400px;
	height: 30px;
	color: #363636;
	line-height: 28px;
	border: solid 1px #405580;
	padding: 0 5px;
	border-radius: 3px;
	box-shadow: 0px 3px 3px rgba(0,0,0,.5);
	box-sizing: border-box;
	font-family: ProximaNovaA-Light, sans-serif;
	font-size: 16px;
}
.theContent .iphorm-elements .iphorm-element-wrap-textarea textarea {
	margin: 10px 0 0;
	width: 400px;
	resize: none;
	height: 80px;
	color: #363636;
	border: solid 1px #405580;
	padding: 5px;
	border-radius: 3px;
	box-shadow: 0px 3px 3px rgba(0,0,0,.5);
	box-sizing: border-box;
	font-family: ProximaNovaA-Light, sans-serif;
	font-size: 16px;
}
#sixth-sec .theContent .iphorm-elements .iphorm-element-wrap-text input {
	width: 280px;
	margin-top: 0px;
}
.theContent .iphorm-element-wrap-text.iphorm-labels-inside > .iphorm-element-spacer > label,
.theContent .iphorm-element-wrap-textarea.iphorm-labels-inside > .iphorm-element-spacer > label {
	font-size: 16px;
	top: 14px;
	left: 0px;
	font-family: ProximaNovaA-Light, sans-serif;
	text-shadow: none;
}
#sixth-sec .theContent .iphorm-element-wrap-text.iphorm-labels-inside > .iphorm-element-spacer > label {
	top: 10px;
}
.theContent .iphorm-submit-wrap {
	margin: 0;
}
.theContent .iphorm-submit-input-wrap {
	float: right;
}
.theContent .iphorm-submit-wrap button {
	border: none;
	background: #e73f3f !important;
	border-radius: 3px;
	font-family: ProximaNovaA-Light, sans-serif;
	text-align: center;
	width: 100px !important;
	height: 40px !important;
	overflow: visible;
	white-space: nowrap;
	padding: 0;
	margin: 0;
	height: auto;
	line-height: auto;
	cursor: pointer;
	margin-right: 0 !important;
	box-shadow: 0px 3px 3px rgba(0,0,0,.5);
}
.theContent .iphorm-submit-wrap button span {
	font-family: ProximaNovaA-Light, sans-serif;
	padding-left: 0 !important;
	background: transparent !important;
	border: none !important;
}
.theContent .iphorm-submit-wrap button em {
	font-family: ProximaNovaA-Light, sans-serif;
	font-style: normal;
	padding-right: 0 !important;
	background: transparent !important;
}
.theContent .iphorm-submit-wrap button span, .theContent .iphorm-submit-wrap button em {
	font-family: ProximaNovaA-Light, sans-serif;
	display: block;
	height: 40px !important;
	font-size: 24px;
	line-height: 40px !important;
	margin: 0;
	color: #FFF !important;
	cursor: pointer;
}
.theContent .iphorm-edit-form-wrap {
	display: none;
}
@media only screen
and (min-device-width : 320px) 
and (max-device-width : 568px) { /* iPhone 5 and up */
	.theContent form {
		text-align: left;
		width: 200px;
		margin: 0 auto;
		position: relative;
	}
	.theContent h3.iphorm-title {
		font-size: 16px !important;
		font-weight: normal !important;
		margin: 0 !important;
		padding-bottom: 0 !important;
		text-align: center;
	}
	.theContent p.iphorm-description {
		font-size: 12px !important;
		color: #fefefe !important;
		margin: 10px auto 0 !important;
		padding-bottom: 0;
		width: 200px;
		font-family: ProximaNovaA-Light, sans-serif;
		text-align: center;
	}
	.theContent .iphorm-elements .iphorm-element-wrap-text input {
		margin: 10px 0 0;
		width: 200px;
		height: 15px;
		color: #363636;
		border: solid 1px #405580;
		padding: 4px;
		border-radius: 3px;
		box-shadow: 0px 3px 3px rgba(0,0,0,.5);
		box-sizing: border-box;
		font-family: ProximaNovaA-Light, sans-serif;
		font-size: 12px;
	}
	#sixth-sec .theContent .iphorm-elements .iphorm-element-wrap-text input {
		width: 120px;
		margin-top: 0px;
	}
	.theContent .iphorm-element-wrap-text.iphorm-labels-inside > .iphorm-element-spacer > label {
		font-size: 12px;
		top: 4px;
		left: 4px;
		font-family: ProximaNovaA-Light, sans-serif;
		text-shadow: none;
	}
	#sixth-sec .theContent .iphorm-element-wrap-text.iphorm-labels-inside > .iphorm-element-spacer > label {
		top: 4px;
	}
	.theContent .iphorm-submit-wrap button {
		border: none;
		background: #e73f3f !important;
		border-radius: 3px;
		font-family: ProximaNovaA-Light, sans-serif;
		text-align: center;
		width: 60px !important;
		height: 15px !important;
		overflow: visible;
		white-space: nowrap;
		padding: 0;
		margin: 0;
		height: auto;
		line-height: auto;
		cursor: pointer;
		margin-right: 0 !important;
		box-shadow: 0px 3px 3px rgba(0,0,0,.5);
		position: absolute;
		left: 140px;
		bottom: 10px;
	}
	.theContent .iphorm-submit-wrap button span {
		font-family: ProximaNovaA-Light, sans-serif;
		padding-left: 0 !important;
		background: transparent !important;
		border: none !important;
	}
	.theContent .iphorm-submit-wrap button em {
		font-family: ProximaNovaA-Light, sans-serif;
		font-style: normal;
		padding-right: 0 !important;
		background: transparent !important;
	}
	.theContent .iphorm-submit-wrap button span, .theContent .iphorm-submit-wrap button em {
		font-family: ProximaNovaA-Light, sans-serif;
		display: block;
		height: 15px !important;
		font-size: 12px;
		line-height: 15px !important;
		margin: 0;
		color: #FFF !important;
		cursor: pointer;
	}
}
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) { /* iPhone 4 and below */
	.theContent form {
		text-align: left;
		width: 200px;
		margin: 0 auto;
		position: relative;
	}
	.theContent h3.iphorm-title {
		font-size: 16px !important;
		font-weight: normal !important;
		margin: 0 !important;
		padding-bottom: 0 !important;
		text-align: center;
	}
	.theContent p.iphorm-description {
		font-size: 12px !important;
		color: #fefefe !important;
		margin: 10px auto 0 !important;
		padding-bottom: 0;
		width: 200px;
		font-family: ProximaNovaA-Light, sans-serif;
		text-align: center;
	}
	.theContent .iphorm-elements .iphorm-element-wrap-text input {
		margin: 10px 0 0;
		width: 260px;
		height: 15px;
		color: #363636;
		border: solid 1px #405580;
		padding: 4px;
		border-radius: 3px;
		box-shadow: 0px 3px 3px rgba(0,0,0,.5);
		box-sizing: border-box;
		font-family: ProximaNovaA-Light, sans-serif;
		font-size: 12px;
	}
	#sixth-sec .theContent .iphorm-elements .iphorm-element-wrap-text input {
		width: 130px;
		margin-top: 0px;
	}
	.theContent .iphorm-element-wrap-text.iphorm-labels-inside > .iphorm-element-spacer > label {
		font-size: 12px;
		top: 8px;
		left: 0px;
		font-family: ProximaNovaA-Light, sans-serif;
		text-shadow: none;
	}
	#sixth-sec .theContent .iphorm-element-wrap-text.iphorm-labels-inside > .iphorm-element-spacer > label {
		top: -4px;
	}
	.theContent .iphorm-submit-wrap button {
		border: none;
		background: #e73f3f !important;
		border-radius: 3px;
		font-family: ProximaNovaA-Light, sans-serif;
		text-align: center;
		width: 60px !important;
		height: 15px !important;
		overflow: visible;
		white-space: nowrap;
		padding: 0;
		margin: 0;
		height: auto;
		line-height: auto;
		cursor: pointer;
		margin-right: 0 !important;
		box-shadow: 0px 3px 3px rgba(0,0,0,.5);
		position: absolute;
		left: 140px;
		bottom: 30px;
	}
	#fourth-sec .theContent .iphorm-submit-wrap button {
		bottom: 30px;
	}
	.theContent .iphorm-submit-wrap button span {
		font-family: ProximaNovaA-Light, sans-serif;
		padding-left: 0 !important;
		background: transparent !important;
		border: none !important;
	}
	.theContent .iphorm-submit-wrap button em {
		font-family: ProximaNovaA-Light, sans-serif;
		font-style: normal;
		padding-right: 0 !important;
		background: transparent !important;
	}
	.theContent .iphorm-submit-wrap button span, .theContent .iphorm-submit-wrap button em {
		font-family: ProximaNovaA-Light, sans-serif;
		display: block;
		height: 15px !important;
		font-size: 12px;
		line-height: 15px !important;
		margin: 0;
		color: #FFF !important;
		cursor: pointer;
	}
}