/* ------------------------------------------------------------------------ General rules (you may include any resets and global rules here) ------------------------------------------------------------------------- */

html {
	overflow-y: scroll;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	tap-highlight-color: rgba(0,0,0,0);
}

body {
	color: #3D3D3D;
	margin: 0px;
	padding: 0px;
	background: #F6F6F6 url(images/background.jpg) repeat;
	font: 16px/26px 'ProximaNovaRegular', Helvetica, Arial, sans-serif;
	text-align: justify;
}

@font-face {
    font-family: 'ProximaNovaLight';
    src: url('fonts/tensionlight-webfont.eot');
    src: url('fonts/tensionlight-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/tensionlight-webfont.woff') format('woff'),
         url('fonts/tensionlight-webfont.ttf') format('truetype'),
         url('fonts/tensionlight-webfont.svg#ProximaNovaLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNovaRegular';
    src: url('fonts/tensionregular-webfont.eot');
    src: url('fonts/tensionregular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/tensionregular-webfont.woff') format('woff'),
         url('fonts/tensionregular-webfont.ttf') format('truetype'),
         url('fonts/tensionregular-webfont.svg#ProximaNovaRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.clear {
	clear: both;
}

.launch {
	background: url(images/icons/launch.png) no-repeat left center;
	padding-left: 22px;
}

.icon {
	float: left;
	margin-right: 10px;
}

.phone {
	background: url(images/icons/phone.png) no-repeat left center;
	padding-left: 18px;
}

.404 {
	text-align: center;
	padding-bottom: 40px;
}

small {
	color: #595959;
	font-size: 13px;
}

a.top {
	clear: both;
	position: relative;
	top: -19px;
}

a, a:focus {
	outline: none;
	color: #3D3D3D;
	text-decoration: none;
	border: none;
}

a:hover {
	color: #8D9F22;
	text-decoration: none;
}

img {
	border-style: none;
}

.social {
	margin: 10px 5px 0px;
}

.thumbL {
	float: left;
	height: 180px;
	width: 180px;
	margin-right: 20px;
}

.thumbR {
	float: right;
	margin-left: 20px;
}

h1 {
	color: #222;
	font: normal 28px/36px 'ProximaNovaLight', Arial, sans-serif;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 40px;
	text-align: left;
}

h1 span  {
	float: right;
	display: block;
	font-size: 14px;
}

h2 {
	font: normal 20px/40px 'ProximaNovaLight', Arial, sans-serif;
	color: #222;
	border-top: 1px solid #222;
	margin: 0px 0px 20px;
	padding-top: 10px;
	text-align: left;
}

h2 span {
	float: right;
	display: block;
	font-size: 14px;
}

h3 {
	font: normal 20px/40px 'ProximaNovaLight', Arial, sans-serif;
	color: #222;
	margin: 0px 0px 20px;
	padding-top: 10px;
	text-align: left;
}

/* Blockquote */

blockquote {
	border-radius: 5px;
	margin: 30px 0px;
	padding: 0px;
	font: normal 18px/36px 'ProximaNovaLight', Arial, Helvetica, sans-serif;
}

.author {
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #222;
	text-align: left;
	background: url(images/icons/author.png) no-repeat left center;
	padding-left: 22px;
}

/* Tooltips */

.colorTip {
	display:none;
	position:absolute;
	left:40%;
	top:-44px;
	padding:6px;
	background-color:white;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-style:normal;
	line-height:1;
	text-decoration:none;
	text-align:center;
	text-shadow:0 0 1px white;
	white-space:nowrap;
	border-radius:4px;
}

.pointyTip,.pointyTipShadow {
	border:6px solid transparent;
	bottom:-12px;
	height:0;
	left:50%;
	margin-left:-6px;
	position:absolute;
	width:0;
}

.pointyTipShadow {
	border-width:7px;
	bottom:-14px;
	margin-left:-7px;
}

.colorTipContainer {
	position:relative;
	text-decoration:none !important;
}

.black .pointyTip { 
	border-top-color:#333;
}

.black .pointyTipShadow { 
	border-top-color:#111;
}

.black .colorTip {
	background-color:#333;
	border:1px solid #111;
	color:#fcfcfc;
	text-shadow:none;
}

/*

	Standard layout (screen resolutions above 1200px wide)
	____________________________________________________________________________________________________________________________________________________________________
	
*/
	
#wrapper {
	width: 1200px;
	margin: 0px auto;
}

header {
	padding-top: 20px;
	position: relative;
	padding-bottom: 30px;
	height: 150px;
	clear: both;
}

footer {
	font-size: 12px;
	color: #222;
	height: 150px;
	text-align: center;
	padding-top: 0px;
	clear: both;
	border-top: 1px solid #222;
	margin: 0px;
	padding-bottom: 50px;
}

footer p {
	text-align: center;
	margin: 0px;
}

/* Content Areas */

section {
	float: right;
	width: 690px;
	padding: 20px 0px 30px;
}

section .half {
	float: left;
	width: 320px;
	margin-right: 50px;
	margin-bottom: 20px;
	text-align: center;
}

section .half.last {
	margin-right: 0px;
}

section .half img{
	width: 320px;
}

aside {
	float: left;
	width: 400px;
	padding: 20px 0px 30px;
}

aside .half {
	float: left;
	width: 190px;
	text-align: center;
	margin-right: 20px;
	padding-top: 10px;
}

aside .half.last {
	margin-right: 0px;
}

aside .half img {
	width: 188px;
	border: 2px solid #FFF;
}

article {
	clear: both;
	margin-bottom: 30px;
	padding-top: 20px;
}

article ul {
	padding: 15px 0px;
	margin: 0px;
	list-style: none;
}

article li {
	background: url(images/icons/bullet.png) no-repeat left 9px;
	padding-left: 16px;
	margin-bottom: 5px;
}

article .left {
	float: left;
	width: 550px;
	margin-bottom: 40px;
}

article .right {
	float: right;
	width: 550px;
	margin-bottom: 40px;
}

/* logo */
	
.logo {
	float: left;
	display: block;
}

.logo img {
	border-style: none;
}

.logo p {
	letter-spacing: normal;
	color: #222;
	text-transform: lowercase;
	position: absolute;
	top: 96px;
	width: 491px;
	display: block;
	left: 0px;
	text-align: right;
	font: 13px 'ProximaNovaLight', Arial, sans-serif;
}

/* main navigation */

nav {
	float: right;
	padding-top: 20px;
}

nav h2 {
	display: none;
}
	
nav ul {
	margin: 0px;
	padding: 0px 0px 30px;
	list-style: none;
}

nav li {
	display: inline;
}
	
nav ul li a {
	display: inline;
	float: left;
	text-transform: lowercase;
	text-decoration: none;
	color: #222;
	margin-left: 15px;
	height: 80px;
	width: 80px;
	text-align: center;
	font: normal 16px 'ProximaNovaRegular', Arial, sans-serif;
	line-height: 80px;
}

nav ul li a:hover {
	color: #FFF;
	text-decoration: none;
	background: url(images/menu-hover.png);
	text-shadow: none;
}

nav ul li.active a {
	color: #7F9931;
	text-decoration: none;
	background: url(images/menu-active.png);
	text-shadow: none;
}

.navCollapser {
	display: none;
}

/* Breadcrumbs */

menu {
	position:relative;
	float:left;
	margin: -44px 0px 20px -6px;
	padding: 0px;
	color: #737373;
}

menu ul {
	margin:0;
	padding:0;
	display: block;
}

menu ul li{
	display:inline;
	list-style:none;
	padding:0 0 0 6px;
	margin:0;
	font-size:12px;
	line-height: 16px;
}

menu ul li a{
	text-decoration: none;
	padding-right: 6px;
	color: #737373;
}

menu ul li a:hover{
	color:#7F9931;
}

/* Works and Featured */

figure {
	float: left;
	width: 360px;
	margin:0 60px 90px 0;
	position: relative;
	height: 240px;
	padding-top: 20px;
}

figure.last {
	margin-right: 0px;
}

figure img {
	width: 356px;
	height: 236px;
	border: 2px solid #FFF;
}

figcaption {
	color:#222;
	margin: 0px;
	font: normal 14px 'ProximaNovaLight', Arial, sans-serif;
	border-top: 1px solid #222;
	padding: 10px 0px 15px 2px;
}

span.hover {
	background:#000 url(images/hover.png) no-repeat center center;
	height: 240px;
	position: absolute;
	width: 360px;
	z-index: 10;
}

/* Contact Form */

#contact {
	display: block;
	margin-top: -15px;
}

#contact fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}

#contact label {
	display: block;
	padding-bottom: 3px;
	font-size: 14px;
}

#contact input {
	padding: 8px;
	border-radius: 50px;
	margin: 0px 0px 6px;
	font: 13px "Helvetica Neue", Helvetica, Arial;
	width: 350px;
	color: #202020;
	border: none;
	outline: none;
	background: #FFF;
}

#contact textarea  {
	padding: 8px;
	border-radius: 15px;
	background: #FFF;
	margin: 0px 0px 6px;
	font: 13px "Helvetica Neue", Helvetica, Arial;
	width: 90%;
	color: #202020;
	border: none;
	outline: none;
}

#contact input.submit {
	border-radius: 50px;
	background: #B9C62B;
	background: -moz-linear-gradient(top, #B9C62B 0%, #6C821E 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#B9C62B), color-stop(100%,#6C821E));
	background: -webkit-linear-gradient(top, #B9C62B 0%,#6C821E 100%);
	background: -o-linear-gradient(top, #B9C62B 0%,#6C821E 100%);
	background: -ms-linear-gradient(top, #B9C62B 0%,#6C821E 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B9C62B', endColorstr='#6C821E',GradientType=0 );
	background: linear-gradient(top, #B9C62B 0%,#6C821E 100%);
	margin: 6px 0px 0px;
	width: 200px;
	cursor: pointer;
	color: #FFF;
	border-style: none;
	padding-top: 8px;
	padding-bottom: 10px;
	font-size: 14px;
	line-height: 100%;
}

#contact input.submit:hover {
	text-decoration: none;
	background: #454545;
	background: -moz-linear-gradient(top, #454545 0%, #222222 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#454545), color-stop(100%,#222222));
	background: -webkit-linear-gradient(top, #454545 0%,#222222 100%);
	background: -o-linear-gradient(top, #454545 0%,#222222 100%);
	background: -ms-linear-gradient(top, #454545 0%,#222222 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#454545', endColorstr='#222222',GradientType=0 );
	background: linear-gradient(top, #454545 0%,#222222 100%);
	border-style: none;
}

#message { 
	margin: 10px 0;
	padding: 0; 
}

.error_message { 
	display: block; 
	height: 22px; 
	line-height: 22px; 
	background: #FBE3E4 url(images/icons/error.gif) no-repeat 10px center; 
	padding: 3px 10px 3px 35px; 
	color:#8a1f11;
	border: 1px solid #FBC2C4; 
}

.loader { 
	padding: 0 10px; 
}

#contact #success_page h2 {
	background: url(images/icons/success.gif) no-repeat left 10px;
	margin: 0px;
	padding-left: 22px;
}

	

/*

	Screen resolutions below 1200px wide
	Suitable for tablets in landscape mode (i.e. iPad 1 & 2, Blackberry Playbook) and netbooks (i.e. HP Mini, Acer Aspire One)
	____________________________________________________________________________________________________________________________________________________________________
	
*/

@media only screen and (max-width: 1200px){
	
#wrapper {
	width: 960px;
}
	
nav ul li a {
	margin-left: 10px;
	font: normal 14px/80px 'ProximaNovaRegular', Arial, sans-serif;
}

blockquote {
	font: normal 18px/28px 'ProximaNovaLight', Arial, Helvetica, sans-serif;
	text-align: left;
}

section {
	width: 590px;
}

section .half {
	width: 270px;
}

section .half img{
	width: 295px;
}

aside {
	width: 300px;
}

aside .half {
	width: 140px;
}

aside .half img {
	width: 138px;
}

article .left {
	width: 450px;
}

article .right {
	width: 450px;
}

figure {
	height: 200px;
	width: 300px;
	margin:0 30px 80px 0;
}

figure img {
	height: 200px;
	width: 300px;
}

span.hover {
	height: 200px;
	width: 300px;
}
	
}
	
	
/*

	Screen resolutions below 960px wide
	Suitable for tablets in portrait mode (i.e. iPad 1 & 2, Blackberry Playbook, Motorola Xoom) and large res smartphones (i.e. Motorola Atrix in landscape mode)
	____________________________________________________________________________________________________________________________________________________________________
	
*/

@media only screen and (max-width: 960px){
	
#wrapper {
	width: 728px;
}

nav {
	float: left;
	padding-top: 10px;
	padding-bottom: 20px;
}

nav ul li a {
	margin-left: 20px;
	font: normal 16px/80px 'ProximaNovaRegular', Arial, sans-serif;
	margin-right: 20px;
}

.404 {
	text-align: center;
	padding-bottom: 40px;
	max-width: 100%;
}

section {
	float: none;
	width: 100%;
}

section .half {
	float: left;
	width: 320px;
	margin-right: 50px;
	margin-bottom: 20px;
	text-align: center;
}

section .half.last {
	margin-right: 0px;
}

section .half img{
	width: 320px;
}

aside {
	float: none;
	width: 100%;
}

aside .half {
	float: left;
	width: 220px;
	text-align: center;
	margin-right: 268px;
	padding-top: 10px;
}

aside .half.last {
	margin-right: 0px;
}

aside .half img {
	width: 240px;
	border: 2px solid #FFF;
}

article {
	clear: both;
	margin-bottom: 30px;
	padding-top: 20px;
}

article .left {
	float: none;
	width: 100%;
	margin-bottom: 40px;
}

article .right {
	float: none;
	width: 100%;
	margin-bottom: 40px;
}
		
figure {
	height: 151px;
	width: 226px;
	margin:0 20px 80px 0;
}

figure img {
	height: 151px;
	width: 226px;
}

span.hover {
	height: 151px;
	width: 226px;
}
	
}
		
		
/*

	Screen resolutions below 728px wide
	Suitable for mobile devices (i.e. iPhone, Motorola Atrix, Blackberry)
	____________________________________________________________________________________________________________________________________________________________________

*/

@media only screen and (max-width: 728px){
	
#wrapper {
	width: 100%;
}

.logo img {
	text-align: center;
	float: none;
	max-width: 100%;
	width: 96%;
	padding-right: 2%;
	padding-left: 2%;
}

.logo p {
	display: none;
}

.404 {
	text-align: center;
	padding-bottom: 40px;
	max-width: 100%;
}

header {
	height: auto;
}

h1 {
	color: #222;
	font: normal 24px/32px 'ProximaNovaLight', Arial, sans-serif;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 30px;
	text-align: left;
	padding-left: 5%;
}

h1 span  {
	display: none;
}

h2 {
	font: normal 18px/38px 'ProximaNovaLight', Arial, sans-serif;
	color: #222;
	border-top: 1px solid #222;
	margin: 0px 0px 20px;
	padding-top: 10px;
	text-align: left;
}

h2 span {
	display: none;
}
	
/* main navigation */

nav {
	float: none;
	position: relative;
	z-index: 1000;
	margin: 0px;
	padding: 0px;
}

nav ul {
	padding: 0px;
}
		
nav ul li a {
	display: block;
	float: none;
	padding: 0px;
	text-align: center;
	background: #E6E6E6;
	border-bottom: solid 1px #BABABA;
	margin: 0px;
	width: 100%;
	line-height: 52px;
	height: 52px;
}

nav ul li.active a {
	color: #666;
	background: #525252;
}

nav ul li.active a, nav ul li a:hover {
	color: #FFFFFF;
	background: #525252;
	border-bottom: solid 1px #e1e1e1;
}
		
nav.collapsible {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px; 
	width: 100%;
	background: #f1f1f1;
}
		
.navCollapser {
	display: none;
	cursor: pointer;
	width: 100%;
	padding: 15px 0px;
	text-align: center;
	background: #333333;
	background: -moz-linear-gradient(top, #666666 0%, #333333 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#333333));
	background: -webkit-linear-gradient(top, #666666 0%,#333333 100%);
	background: -o-linear-gradient(top, #666666 0%,#333333 100%);
	background: -ms-linear-gradient(top, #666666 0%,#333333 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#333333',GradientType=0 );
	background: linear-gradient(top, #666666 0%,#333333 100%);
	border-bottom: solid 1px #e1e1e1;
	color: #FFF;
}

menu {
	position:relative;
	float:left;
	margin: -34px 0px 20px;
	padding: 0px 0px 0px 5%;
	color: #737373;
}

section {
	margin-top: 20px;
	width: 90%;
	padding-right: 5%;
	padding-left: 5%;
}

aside {
	margin-top: 20px;
	width: 90%;
	padding-right: 5%;
	padding-left: 5%;
}
	
figure {
	float: none;
	width: 90%;
	height: auto;
	margin: 0px auto 30px;
	padding-right: 5%;
	padding-left: 5%;
}

figure.last {
	float: none;
	width: 90%;
	height: auto;
	margin: 0px auto 30px;
	padding-right: 5%;
	padding-left: 5%;
}

figure img {
	width: 100%;
	height: auto;
}

span.hover {
	background:#000 url(images/hover.png) no-repeat center center;
	height: auto;
	position: absolute;
	width: 100%;
	z-index: 10;
}

section .half {
	float: none;
	width: 100%;
	margin-right: 0px;
}

section .half img{
	width: 100%;
}

article .left {
	float: none;
	text-align: left;
	width: 90%;
	margin-bottom: 40px;
	padding-right: 5%;
	padding-left: 5%;
}

article .right {
	float: none;
	text-align: left;
	width: 90%;
	margin-bottom: 40px;
	padding-right: 5%;
	padding-left: 5%;
}
		
#contact input, #contact textarea {
	width: 90%;
}

#contact #success_page h2 {
	font-size: 16px;
}
	
}

/* HTML 5 Standard Styles */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

