/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Ubuntu+Condensed);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,400italic);

* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border: none;
	text-decoration: none;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
h2 {
	font-size: 18px;
	margin-bottom: 12px;
}
h3 {
	font-family: "Ubuntu Condensed", sans-serif;
	color: #fff;
	margin-bottom: 12px;
	margin-top: 12px;
	font-size: 18px;
}
p {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.4;
	color: #cfcfcf;
}
html {
	min-height: 100%;
	position: relative;
}
body {
	background: none;
	height: 100%;
	min-width: 320px;
	/*color: #cfcfcf;*/
}
a, a:active, a:focus {
	outline: none;
}
#overlay {
	position: fixed;
	z-index: 2;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(../images/bg_pattern.png);
}
.top-nav {
	height: 50px;
}
.navbar-brand {
	padding: 10px 15px 5px;
}
#navbar {
	float: left;
}
.navbar > .container {
	width: auto;
}
#page {
	position: relative;
	z-index: 10;
}
.screw {
	width: 10px;
	height: 10px;
	background: url(../images/screw.png) no-repeat;
	position: absolute;
	z-index: 99;
}
#topLeft {
	top: 5px;
	left: 5px;
}
#topRight {
	top: 5px;
	left: 259px;
}
#bottomLeft {
	bottom: 5px;
	left: 5px;
}
#bottomRight {
	bottom: 5px;
	left: 259px;
}
#topBar {
	width: 100%;
	height: 19px;
	background: #0f0f0f;
	position: absolute;
	top: 0px;
	z-index: 50;
}
#leftPanel {
	width: 292px;
	height: 100%;
	position: fixed;
	z-index: 99;
	top: 0px;
	background: url(../images/leftPanel.png) repeat-y;
}
#header {
	padding-top: 50px;
}
#logoHolder {
	width: 282px;
	height: 91px;
	background: url(../images/logo-bg-tile.jpg) repeat-x #000;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top: 1px solid #323232;
	border-right: 1px solid #323232;
	box-shadow: 5px 0px 5px #000;
}
#logoHolder h1 {
	margin: 10px 0px 0px 42px;
}
#logoHolder h1 img {
	width: 194px;
}
#navigation {
}
#navigation ul {
	padding-left: 42px;
	padding-top: 20px;
}
#navigation li {
	padding-bottom: 5px;
}
#navigation a {
	font-family: "Ubuntu Condensed", sans-serif;
	position: relative;
	display: block;
	width: 192px;
	color: #d5d5d5;
	text-transform: uppercase;
	font-size: 18px;
	transition: color 0.3s ease-out;
	-webkit-transition: color 0.3s ease-out; /* <-- Safari */
}
#navigation a:hover {
	text-decoration: none;
}
#navigation a .nav-box {
	position: absolute;
	top: 1px;
	right: 0px;
	width: 11px;
	height: 11px;
	background: #c9c9c9;
	border: 2px solid #c9c9c9;
	display: inline-block;
	margin-top: 5px;
}
#navigation a.current .nav-box {
	background: #2f70be;
	border: 2px solid #2f70be;
}
#navigation a .nav-box.clear {
	background: none;
}
#navigation a.active .nav-box.clear {
	background: #2f70be;
	border: 2px solid #c9c9c9;
}
#navigation a:hover, #navigation a.current {
	color: #fff;
}
#navigation a:hover .nav-box {
	background: #fff;
	border: 2px solid #fff;
}
#navigation a.current:hover .nav-box {
	background: #2f70be;
	border: 2px solid #2f70be;
}
#navigation a:hover .nav-box.clear {
	background: none;
	border: 2px solid #fff;
}
#navigation a.active:hover .nav-box.clear {
	background: #2f70be;
	border: 2px solid #fff;
}
#description {
	width: 190px;
	border-top: 2px solid #ededed;
	margin: 20px 0px 0px 42px;
	padding-top: 25px;
}
#description p {
	color: #ededed;
	font-size: 14px;
	line-height: 20px;
}
#content {
	margin-bottom: 80px;
}
#content .scroll-container {
	position: absolute;
	top: 20px;
	bottom: 40px;
	overflow-y: auto;
	overflow-x: hidden;
}
#content .container > .col-md-12 {
	padding: 0px 10px;
}
#content .title {
	margin-top: 50px;
	padding-bottom: 20px !important;
	padding-top: 10px !important;
	background: rgba(0, 0, 0, 0.55);
	border: 6px solid #141414;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#content .title h1 {
	font-family: "Ubuntu Condensed", sans-serif;
	color: #cfcfcf;
	text-transform: uppercase;
	font-size: 46px;
}
#content .title h2 {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	color: #cfcfcf;
	margin-top: 10px;
	font-size: 18px;
	font-weight: 300;
	font-style: italic;
}
#content .main {
	margin-top: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #151515;
}
#content .hero {
	margin-top: 17px;
}
#content .hero h3 {
	font-size: 29px;
	line-height: 1.4;
	text-transform: uppercase;
	margin: 20px 0px;
}
#content .hero h3 span {
	color: #5ca5fc;
	font-family: inherit;
}
#content .h-divide {
	border-top: 1px solid #000;
	border-bottom: 1px solid #3a3a3a;
}
#content .introduction {
}
#content .introduction p {
	line-height: 1.2;
}
#content.homepage .introduction p {
	text-shadow: 2px 2px #000;
}
#content .content-main {
}
#content .main-container {
	padding: 25px 0px;
}

/* homepage */
#content.homepage {
	margin-top: 80px;
}
#content.homepage .title {
	background: none;
	border-radius: 0;
	border: none;
}
#content.homepage .title h1 {
	text-align: center;
	color: #fff;
}
#content.homepage .main {
	padding: 0;
	border-radius: 0;
	background: none;
}
#content.homepage .hero {
	margin-top: 0;
}
#content.homepage .hero h3 {
	text-transform: none;
	color: #fff;
	text-align: center;
}
#content.homepage .introduction {
	max-width: 642px;
	margin: 0 auto;
}
#content.homepage .introduction p {
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	text-shadow: 0px 0px 15px #000;
}
#homeNav {
	margin-top: 60px;
	padding: 20px 10px;
	background: rgba(0, 0, 0, 0.8);
	border-radius: 3px;
}
#homeNav .home-nav_link {
	position: relative;
	display: block;
	padding-top: 60px;
	margin-bottom: 25px;
}
#homeNav .icon {
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -30px;
	background-repeat: no-repeat;
}
#homeNav .icon.hover {
	opacity: 0;
	transition: opacity 0.5s ease-out;
	-webkit-transition: opacity 0.5s ease-out; /* <-- Safari */
}
#homeNav a.home-nav_link:hover .icon.hover {
	opacity: 1;
}
#homeNav .text {
	display: block;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
}
#homeNav a:hover {
	text-decoration: none;
}

/* slider */
.slider {
	margin-top: 25px;
	margin-bottom: 25px;
}
.slider .slides {
}
.slider .slides img {
	width: 100%;
}
.slider .pager {
	margin-top: 25px;
}
.slider .pager a {
	font-family: "Ubuntu Condensed", sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	padding: 0 20px 0 15px;
	background: url(../images/pager-spacer.png) no-repeat right;
}
.slider .pager a.cycle-pager-active {
	color: #5ca5fc;
}
.slider .pager a:last-child {
	background: none;
	padding: 0 15px;
}
#rightPanel {
	height: 363px;
	position: fixed;
	z-index: 99;
	top: 50px;
	right: 0px;
	margin: 5px 0px;
}
#contactTab {
	height: 363px;
}
#contactTabLeft {
	width: 76px;
	height: 100%;
	float: left;
	background: url(../images/contactTabLeft.png) no-repeat;
	cursor: pointer;
}
#contactTabVisible {
	padding: 0px 10px;
	height: 100%;
}
#contactTabVisible .contactArrow {
	width: 21px;
	height: 24px;
	background: url(../images/contactArrow.png) no-repeat;
	position: relative;
	top: 55px;
	left: 23px;
}
#contactTabLeft.active #contactTabVisible .contactArrow {
	background-position: -21px 0px;
}
#contactTabVisible .contactForge {
	width: 14px;
	height: 180px;
	background: url(../images/contactForge.png) no-repeat;
	position: relative;
	top: 124px;
	left: 33px;
}
#contactTabVisible .contactForge p {
	text-indent: -9999px;
}
#contactTabHolder {
	height: 100%;
	float: left;
	background: url(../images/contactTabBg.png) repeat-x;
}
#contactTabForm {
}
#Form_Form > fieldset {
	color: #333;
}
.required.message {
	color: #5ca5fc;
	display: block;
	padding: 10px 4px;
}
#footer {
	width: 100%;
	height: 41px;
	background: #0f0f0f;
	position: fixed;
	bottom: 0px;
	z-index: 50;
	color: #ededed;
}
#footerContainer {
	padding: 11px;
}
#footer p {
	font-size: 14px;
}
#footer .copyright {
	float: left;
}
#footer .author {
	float: right;
}
#footer .author a {
	color: #fff;
	text-decoration: underline;
}
#jdinnovation {
	margin-top: -3px;
	display: block;
}
form label {
	color: #fff;
}
form .field {
	margin-bottom: 12px;
}
form input {
	padding: 8px;
}
form input[type="submit"] {
	padding: 8px 20px;
	background: #5ca5fc;
	color: #fff;
	text-transform: uppercase;
	font-family: "Ubuntu Condensed", sans-serif;
	margin-top: 10px;
}
form input[type="text"], input[type="email"], form select, form textarea {
	width: 100%;
}
#ForgotPassword {
	margin-top: 12px;
}
#MemberLoginForm_LoginForm_Remember {
	position: initial;
	margin-left: 0;
	display: inline;
}
#MemberLoginForm_LoginForm_Remember+label {
	padding-left: 10px;
}

/* categories page */
.anchor-pad {
	padding: 40px;
}
#categories {
}
#categories .cat-menu {
	margin: 0 -2px 15px;
}
#categories .cat-menu .category-button {
	padding: 2px;
}
#categories .cat-menu a {
	display: block;
	width: 100%;
	height: 40px;
	background: #cfcfcf;
	position: relative;
	transition: 0.3s ease-out;
	-webkit-transition: 0.3s ease-out; /* <-- Safari */
}
#categories .cat-menu a span {
	display: block;
	text-transform: uppercase;
	color: #000;
	font-family: "Ubuntu Condensed", sans-serif;
	font-size: 23px;
	position: absolute;
	bottom: 3px;
	left: 10px;
}
#categories .cat-menu a:hover {
	background: #fff;
}
.category {
	margin-top: 75px;
}
.category h4 {
	text-transform: uppercase;
	color: #fff;
	font-family: "Ubuntu Condensed", sans-serif;
	font-size: 27px;
}
.category .items {
}
.category .items p > i {
	font-size: 8px;
	margin: 0 5px;
	position: relative;
	top: -1px;
}
.category .bannerImage {
	margin: 10px 0;
}
.category .bannerImage img {
	width: 100%;
}
.category .category-content {
	margin: 20px 0;
}
.category .call-to-action {
	margin-top: 30px;
}
.category .cta-button {
	display: inline-block;
	border-radius: 2px;
	background: #3070bd;
	font-family: "Ubuntu Condensed", sans-serif;
	color: #fff;
	padding: 10px;
	text-transform: uppercase;
}
.category .cta-button span {
	white-space: nowrap;
	font-family: "Ubuntu Condensed", sans-serif;
}

#backgroundSlideshow {
	z-index: 1;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#backgroundSlideshow .slideshow-container, #backgroundSlideshow .cycle-slideshow {
	width: 100%;
	height: 100%;
}
#backgroundSlideshow .slide {
	bottom: 0;
	right: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

/* Bootstrap: col-s */
@media only screen and (min-width:768px) {
	#homeNav .home-nav_link {
		margin-bottom: 0;
	}
	#navbar {
		float: right;
	}
	#content.homepage {
		margin-top: 200px;
	}
	#contentOffset {
		margin-left: 0;
	}
	#footerContainer {
		margin-left: 280px;
	}
	#content .container > .col-md-12 {
		padding: 0px 40px;
	}
	form input[type="text"], input[type="email"], form select, form textarea {
		width: 400px;
	}
}
@media only screen and (min-width:768px) and (max-width:992px) {
	div.columns {
		-webkit-column-count: 2; /* Chrome, Safari, Opera */
		-moz-column-count: 2; /* Firefox */
		column-count: 2;
		-webkit-column-gap: 30px; /* Chrome, Safari, Opera */
		-moz-column-gap: 30px; /* Firefox */
		column-gap: 30px;
	}
	#categories .cat-menu a {
		height: 80px;
	}
	.anchor-pad {
		padding: 40px;
	}
}

/* Bootstrap: col-md */
@media only screen and (min-width:992px) {
	#content.homepage {
		margin-top: 200px;
	}
	#contentOffset {
		margin-left: 292px;
	}
	#footerContainer {
		margin-left: 280px;
	}
	#categories .cat-menu a {
		height: 120px;
	}
	.anchor-pad {
		padding: 0;
	}
}
@media only screen and (min-width:1050px) and (max-width:1200px) {
	div.columns {
		-webkit-column-count: 2; /* Chrome, Safari, Opera */
		-moz-column-count: 2; /* Firefox */
		column-count: 2;
		-webkit-column-gap: 30px; /* Chrome, Safari, Opera */
		-moz-column-gap: 30px; /* Firefox */
		column-gap: 30px;
	}
}

/* Bootstrap: col-lg */
@media only screen and (min-width:1200px) {
}
@media only screen and (min-width:1300px) {
	div.columns {
		-webkit-column-count: 2; /* Chrome, Safari, Opera */
		-moz-column-count: 2; /* Firefox */
		column-count: 2;
		-webkit-column-gap: 30px; /* Chrome, Safari, Opera */
		-moz-column-gap: 30px; /* Firefox */
		column-gap: 30px;
	}
}