/* ==========================================================================
   Table of Contents
   ==========================================================================
:: Shared Styles
	- Font Overrides
	- Header
	- Main Content
	- Footer
:: Page Styles
    - Home
    - Contact
:: Media Queries
:: Plugin Styles
*/

/* ==========================================================================
   Shared Styles
   ========================================================================== */
body {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #FFF;
	font-weight: 400;
}
/* --=== Font Overrides ===-- */
h1, h2, h3 {
}
h1 {
	font-size: 35px;
	font-weight: 600;
}
h2 {
	font-size: 24px;
	font-weight: normal;
}
p {
	line-height: 26px;
	color: #000;
	font-weight: 400;
}
.clear { clear: both; }

/* --==- Hero Area ===-- */
#hero-wrap {
	background: #000 url('../img/hero-bg.png') repeat top center;
}
#hero-wrap-inner {
	background: url('../img/hero-hot.png') no-repeat top center;
	padding-top: 40px;
	padding-bottom: 20px;
}
#hero-wrap #hero-latest-catalogue {
	width: 83%;
	display: block;
	margin:auto;
	-moz-box-shadow: 5px 5px 20px #000000;
	-webkit-box-shadow: 5px 5px 20px #000000;
	box-shadow: 5px 5px 20px #000000;
}
#hero-wrap p {
	color:#FFF;
	font-size: 13px;
	line-height: 18px;
}

/* --=== Header ===-- */
#header-wrap {
	background-color: #1b1b1b;
	background-image: -moz-linear-gradient(top, #222222, #111111);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
	background-image: -webkit-linear-gradient(top, #222222, #111111);
	background-image: -o-linear-gradient(top, #222222, #111111);
	background-image: linear-gradient(to bottom, #222222, #111111);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
	border-color: #252525;
}

@media all and (min-width: 979px) {
	.navbar { margin: 0; }
	.navbar-inverse .navbar-inner {
		border: none;
		background: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.navbar-inverse .nav>li>a {
		line-height: 65px;
		color: #FFF;
		font-weight: 300;
		font-size: 16px;
		padding: 0 25px;
	}
	.navbar-inverse .nav>li.active>a {
		background: #e38730;
	}
}

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

/* --=== Footer ===-- */
#footer-wrap {
	margin-top: 45px;
	margin-bottom: 40px;
}
#footer-wrap a { color: #000; }
#footer-wrap h1 {
	color: #e38730;
	text-align: right;
	font-weight: 400;
	margin-top: 0;
}
#footer-wrap h2 {
	margin-top: 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
}
#footer-wrap ul {
	list-style: none;
	margin: 0;
}

.social-footer-img{
	height: 65px;

	}

/* ==========================================================================
   Page Styles
   ========================================================================== */

/* --=== Specifications ===-- */
#specifications {
	background: #FFF;
	padding-top: 40px;
	padding-bottom: 40px;
}
#specifications h1 {
	font-size: 30px;
	font-weight: 400;
	color: #e38730;
	text-align: right;
}
#specifications p {
	text-align: right;
	color: #e38730;
}
#specs-text {
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid #898989;
}
#specs-list h2 {
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
}
#specs-list h2 em {
	font-size: 14px;
}
#specs-list p {
	color: #000;
	text-align: left;
	font-size: 15px;
	line-height: 17px;
}
#specs-list ul {
	list-style: none;
	margin: 0;
}
#specs-list ul li.heading {
	margin-top: 8px;
	font-weight: 600;
}

/* --=== Archive ===-- */
#archive {
	background: #363636;
}
#archive h1 {
	font-size: 30px;
	font-weight: 600;
	color: #FFF;
	line-height: 30px;
	margin:40px 0;
}
#archive ul { margin:0; }
#archive ul li {
	margin-bottom: 20px;
	position: relative;
}
#archive ul li img {
	moz-transition: all 0.8s;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
}
#archive ul li img:hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-moz-box-shadow: 0 0 10px #8888ff;
	-webkit-box-shadow: 0 0 10px #8888ff;
	box-shadow: 0 0 10px #8888ff;
}
#archive ul li:nth-child(5n+1) {
	clear: both;
}
#archive ul li a.pdf {
	position: absolute;
	bottom:0;
	right:0;
}
#archive ul li a.pdf img:hover {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#archive p {
	color: #fff;
	font-weight: 300;
	line-height: 17px;
	margin-top: 8px;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */
@media (max-width: 1200px) {
}
@media (max-width: 979px) {
	#archive ul li a.pdf { position: static; }
	.social-footer-img{ height: 50px;}
}

@media (max-width: 767px) {
	#hero-wrap #hero-latest-catalogue { width: 50% }
	#hero-wrap #hero-logo { display:block; margin:20px auto 0 auto; }
	#hero-wrap #hero-latest-btn { display: block; margin:0 auto 20px auto; }
	#hero-wrap, #header-wrap, #archive, #footer-wrap {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}
	#archive ul li {
		width:30%;
		float: left;
		margin-left: 3%;
	}
	#archive ul li:nth-child(5n+1) {
	clear: none;
	}
	#archive ul li:nth-child(3n+1) {
	clear: both;
	}
	#specs-list .span2 {
		width:50%;
		float: left;
		margin-bottom: 40px;
	}
	#footer-wrap {
		text-align: center;
	}
	#footer-wrap h1 {
		text-align: center;
	}
	#footer-wrap img {
		display: block;
		margin: auto;
	}
	#footer-wrap .span3 {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}



/* ==========================================================================
   Plugin Styles
   ========================================================================== */
