/*--RESET--*/
 html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
	margin:0;
	padding:0;
}
:focus {
	outline:0;
}
body {
	line-height:1;
	color:#000;
}
ol, ul {
	list-style:none;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:400;
}
.clear {
	clear: both;
}
.clear.big {
	padding-bottom: 30px;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
/* ----- clear fix for floats ----- */
 .clearfix {
	display:inline-block;
}
* html .clearfix {
	height:1%;
}
/* hides clearfix from IE-mac */
 .clearfix {
	display:block;
}
/* end hide from IE-mac */

/*--FRAMEWORK--*/
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0; margin: 0; }
html{
	height: 100%;
}
.section {
	width: 100%;
}
.wrapper {
	margin: 0 auto;
	width: 960px;
	padding: 40px 0 10px;
	position: relative;
}
.wrapper.small {
	padding: 5px 0;
}
p {
	margin-bottom: 20px;
}
.col1-1 {
	width:940px;
	margin:0px 10px 20px;
	float:none;
	display:inline-block;
	position: relative;
}
.col1-2 {
	width:460px;
	margin:0px 10px 20px;
	float:left;
	position: relative;
}
.col1-3 {
	width:300px;
	margin:0px 10px 20px;
	float:left;
	position: relative;
}
.col2-3 {
	width:620px;
	margin:0px 10px 20px;
	float:left;
	position: relative;
}
.col1-4 {
	width:220px;
	margin:0px 10px 20px;
	float:left;
	position: relative;
}
.col3-4 {
	width:700px;
	margin:0px 10px 20px;
	float:left;
	position: relative;
}
.col5-6 {
	width:780px;
	margin:0px 10px 20px;
	float:left;
	position: relative;
}
.col1-6 {
	width:140px;
	margin:0px 10px 20px;
	float:left;
	position: relative;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.video-container {
	position: relative;
	padding-bottom: 54%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 20px;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.full_width {
	width: 100%;
}
.one_half { width: 48%; }
.one_third { width: 30.66%; }
.two_thirds { width: 65.33%; }
.one_fourth { width: 22%; }
.three_fourths { width: 74%; }
.one_fifth { width: 16.8%; }
.two_fifth { width: 37.6%; }
.three_fifth { width: 58.4%; }
.four_fifth { width: 67.2%; }
.one_sixth { width: 110px; }
.five_sixth { width: 82.67%; }

.one_half,
.one_third,
.two_thirds,
.three_fourths,
.one_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
	position: relative;
	margin-right: 4%;
	margin-bottom: 20px;
	float: left;
}

.last {
	margin-right: 0;
}

img {
	max-width: 100%; height: auto;
}

/**
 *
 * =======================================================================
	 Word Wrap
 * =======================================================================
 */

.breakword {
	word-wrap: break-word;
}

.normal-wrap {
	word-wrap: normal;
}

.inherit-wrap {
	word-wrap: auto;
}


/**
 *
 * =======================================================================
 * Drop Capitals:
 * Extend this object into your markup.

	 <p class="drop-cap">What a wonderful day it is out there wouldn't you'd say?</p>

	* =======================================================================
 */

.drop-cap:first-letter {
	float: left;
	margin: auto .25em auto auto;
	padding: inherit;
	font-size: 4em;
	font-family: inherit;
	line-height: 1;
	text-indent: 0;
	background: transparent;
	color: inherit;
}

p + .drop-cap {
	text-indent: 0;
	margin-top: 0;
}


/**
 *
 * =======================================================================
	 Base Type
 * =======================================================================
 *
 */

html {
	font: normal 100%/1.65 serif; /* base font size 18px with 1.65 line-height */
}

body {
	word-wrap: break-word;
	color: #444444;
}


/**
 *
 * =======================================================================
	 Fine Print
 * =======================================================================
 */

small {
	font-size: 65%;
}


/**
 *
 * =======================================================================
	 Headings
 * =======================================================================
 */

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1;
	margin-top: 0;
	text-rendering: optimizeLegibility; /*  voodoo to enable ligatures and kerning | https://developer.mozilla.org/en-US/docs/CSS/text-rendering */
	color: #222222;
}


/**
* Extend included classes on any element of your
* choosing for adjusting type based on the scale
* provided.

* For example:

 <h6 class="giga">Awesome Headline</h6>
 <p class="tera">a story about a dude</p>

* Our Type Scale is as follows with px fallbacks
* for IE 6-8 as they do not understand REM units.
*
* 18, 21, 24, 36, 48, 60, 72, 90, 117
*
*/

.tera {
	font-size: 117px;
	font-size: 6.5rem; /* 117 / 18 = 6.5 */
	margin-bottom: 0.25385em;
}

.giga {
	font-size: 90px;
	font-size: 5rem; /* 90 / 18 = 5 */
	margin-bottom: 0.33em;
}

.mega {
	font-size: 72px;
	font-size: 4rem; /* 72 / 18 = 4 */
	margin-bottom: 0.4125em;
}

h1,
.alpha {
	font-size: 60px;
	font-size: 3.33333rem; /* 60 / 18 = 3.3333 */
	margin-bottom: 0.495em;
}

h2,
.beta {
	font-size: 48px;
	font-size: 2.6667rem; /* 48 / 18 = 2.6667 */
	margin-bottom: 0.61875rem;
}

h3,
.gamma {
	font-size: 36px;
	font-size: 2rem; /* 36 / 18 = 2 */
	margin-bottom: 0.825em;
}

h4,
.delta {
	font-size: 24px;
	font-size: 1.3333333333333333rem; /* 24 / 18 = 1.3333 */
	margin-bottom: 1.2375em;
}

h5,
.epsilon {
	font-size: 21px;
	font-size: 1.16667rem; /* 21 / 18 = 1.1667 */
	margin-bottom: 1.4142857142857141em; /* measure( base font-size(18) * base line-height(1.65) ) / current font-size(21) = margin-bottom(1.4142857142857141) */
}

h6,
.zeta {
	font-size: 18px;
	font-size: 1rem; /* 18 = 18 × 1 */
	margin-bottom: 1.65em; /* measure( base font-size(18) * base line-height(1.65) ) / current font-size(18) = margin-bottom(1.65) */
}

/**
 *
 * =======================================================================
	 Paragraphs and Indentation
 * =======================================================================
 */

p {
	margin: auto auto 1.4em; /* bottom margin for paragraphs */
}

/**
 *
 * =======================================================================
	 Hyphens
 * =======================================================================
 */

abbr,
acronym,
blockquote,
code,
dir,
kbd,
listing,
plaintext,
q,
samp,
tt,
var,
xmp {
	/* Accepted values: [ none | manual | auto ] */ /* http://meyerweb.com/eric/thoughts/2012/12/17/where-to-avoid-css-hyphenation */
	-webkit-hyphens: none; /* Safari 5.1 thru 6, iOS 4.2 thru 6 */
	-moz-hyphens: none; /* Firefox 16 thru 20 */
	-ms-hyphens: none; /* IE10 */
	-o-hyphens: none; /* PRESTO...haha LOL */
	hyphens: none;	 /* W3C standard */
}


/**
 *
 * =======================================================================
	 Code Blocks
 * =======================================================================
 */

pre code {
	word-wrap: normal;
	white-space: -moz-pre-wrap;
	white-space: pre-wrap; /* http://css-tricks.com/almanac/properties/w/whitespace */
}

pre {
	white-space: pre;
}

code {
	white-space: pre;
	font-family: monospace;
}


/**
 *
 * =======================================================================
 * Abbreviations Markup
 * Extend this object into your markup

	<abbr title="hyper text markup language">HMTL</abbr>

 * Extend this object into your markup.
 * =======================================================================
 */

abbr {
	font-variant: small-caps; /* https://developer.mozilla.org/en-US/docs/CSS/font-variant */
	font-weight: 600;
	text-transform: lowercase;
	color: #808080;
}

abbr:hover {
	cursor: help; /* cursor changed to a question mark */
}

/* Colours */

.turquoise, .button.turquoise {
	background: #1abc9c;
}
.emerald, .button.emerald  {
	background: #2ecc71;
}
.river, .button.river {
	background: #3498db;
}
.amethyst, .button.amethyst {
	background: #9b59b6;
}
.asphalt, .button.asphalt  {
	background: #34495e;
}
.sea, .button.sea  {
	background: #16a085;
}
.nephritis, .button.nephritis  {
	background: #27ae60;
}
.blue, .button.blue  {
	background: #2980b9;
}
.wisteria, .button.wisteria  {
	background: #8e44ad;
}
.midnight, .button.midnight  {
	background: #2c3e50;
}
.sunflower, .button.sunflower  {
	background: #f1c40f;
}
.carrot, .button.carrot  {
	background: #e67e22;
}
.alizarin, .button.alizarin  {
	background: #e74c3c;
}
.clouds, .button.clouds  {
	background: #ecf0f1;
}
.concrete, .button.concrete  {
	background: #95a5a6;
}
.orange, .button.orange {
	background: #f39c12;
}
.pumpkin, .button.pumpkin  {
	background: #d35400;
}
.pomegranate, .button.pomegranate  {
	background: #c0392b;
}
.silver, .button.silver  {
	background: #bdc3c7;
}
.asbestos, .button.asbestos  {
	background: #7f8c8d;
}
.color-turquoise {
	color: #1abc9c;
}
.color-emerald {
	color: #2ecc71;
}
.color-river {
	color: #3498db;
}
.color-amethyst {
	color: #9b59b6;
}
.color-asphalt {
	color: #34495e;
}
.color-sea {
	color: #16a085;
}
.color-nephritis {
	color: #27ae60;
}
.color-blue {
	color: #2980b9;
}
.color-wisteria {
	color: #8e44ad;
}
.color-midnight {
	color: #2c3e50;
}
.color-sunflower {
	color: #f1c40f;
}
.color-carrot {
	color: #e67e22;
}
.color-alizarin {
	color: #e74c3c;
}
.color-clouds {
	color: #ecf0f1;
}
.color-concrete {
	color: #95a5a6;
}
.color-orange {
	color: #f39c12;
}
.color-pumpkin {
	color: #d35400;
}
.color-pomegranate {
	color: #c0392b;
}
.color-silver {
	color: #bdc3c7;
}
.color-asbestos {
	color: #7f8c8d;
}

/* END COLOURS */

@media only screen and (min-width: 1160px) {

.wrapper { width:1160px; position:relative; margin:0px auto; }
.col1-1 { width:1140px; margin:0px 10px 20px; }
.col1-2 { width:560px; margin:0px 10px 20px; float:left; }
.col1-3 { width:360px; margin:0px 10px 20px; float:left; }
.col2-3 { width:740px; margin:0px 10px 20px; float:left; }
.col1-4 { width:265px; margin:0px 10px 20px; float:left; }
.col3-4 { width:835px; margin:0px 10px 20px; float:left; }
.col5-6 { width:950px; margin:0px 10px 20px; float:left; }
.col1-6 { width:170px; margin:0px 10px 20px; float:left; }
}

/* Standard 960 or larger (browsers) */
@media only screen and (min-width: 960px) {}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {

.wrapper { width:768px; position:relative; margin:0px auto; }
.col1-1, .col5-6, .one_third, .two_thirds, .col1-6 { width:748px; margin:0px 10px 20px; }
.col1-2, .recent-projects .col1-4, footer .col1-4 { width:364px; margin:0px 10px 20px; float:left; }
.col1-3 { width:236px; margin:0px 10px 20px; float:left; }
.col2-3 { width:492px; margin:0px 10px 20px; float:left; }
.col1-4 { width:172px; margin:0px 10px 20px; float:left; }
.col3-4 { width:556px; margin:0px 10px 20px; float:left; }
.one_third, .two_thirds { margin-left: 0; margin-right: 0; }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.wrapper { width:440px; position:relative; overflow:visible !important}
.col1-1, .col1-2, .col1-3, .col2-3, .col3-4, .col5-6, .one_third, .two_thirds, .col1-4, .col1-6 { width:420px; margin:0px 10px 20px; }
.one_third, .two_thirds { margin-left: 0; margin-right: 0; }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
.wrapper { width:320px; position:relative; overflow:visible !important}
.col1-1, .col1-2, .col1-4, .col1-3, .col2-3, .col3-4, .col1-6, .col5-6, .one_third, .two_thirds { width:300px; margin:0px 10px 20px; }
.one_third, .two_thirds { margin-left: 0; margin-right: 0; }
}