pre, code {
	font-family: "Times New Roman", Times, serif;
	white-space: pre;
	padding: 20px;
	letter-spacing: 0.1em;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	white-space: pre-wrap;
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}
pre {
	padding: 5px;
}
code, .dashed-tip {
	border: 5px dashed #ddd;
	margin: 10px 0 10px 0;
	display: block;
	color: #333;
	padding: 10px;
	background-color: #ededed;
}
.clear:after {
	clear: both;
	content: "";
	display: block;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, 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 {
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-collapse: separate;
	border-spacing: 0px;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	text-decoration: none;
}
html, body {
	height: 100%;
	width: 100%;
	margin: 0px;
}

::-moz-selection {
 color: #fff;
 background: #707070;
}
::selection {
	color: #fff;
	background: #707070;
}
body {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 1.8;
	font-weight: 400;
	color: #222;
	background: repeat 0 0 #fff;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 15px;
	margin-top: 15px;
	clear: both;
	font-weight: 400;
}
h1.title:after {
	content: ".";
	font-family: 'Exo', sans-serif;
	line-height: 0;
	font-size: 40px;
	font-weight: 600;
	padding-left: 3px;
	color: #EE7D00;
}
.single h1.title:after {
	display: none;
}
.parent-pageid-4762 h1.title:after {
	display: none;
}
.post-title h2 {
	padding-bottom: 15px;
	margin-bottom: 15px !important;
	border-bottom: 2px solid #f8f8f8;
}
sup {
	font-size: 11px;
}
span.title {
	font-size: 42px;
	line-height: 44px;
	font-weight: 300;
}
h1.title {
	font-family: 'Exo', sans-serif;
	font-size: 28px;
	line-height: 30px;
	font-weight: 500;
	padding-top: 20px;
}
h2 {
	font-family: 'Exo', sans-serif;
	font-size: 24px;
	line-height: 34px;
	font-weight: 600;
	margin-top: 35px;
}
h3 {
	font-family: 'Exo', sans-serif;
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	margin-top: 35px;
}
h4 {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	line-height: 32px;
	font-weight: 500;
	margin: 30px 0 15px 0;
}
h5 {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 500;
	font-weight: normal;
	line-height: 28px;
}
h6 {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 17px;
}
hr {
	margin: 30px 0 20px 0;
	border: none;
	border-top: 2px solid #eee;
}
ul.share li {
	list-style: none !important;
	background: none !important;
}
#comments li {
	background: none !important;
}
ul, ol {
	display: block;
	padding: 0px;
	margin: 0 0 20px 10px;
}
ol {
	margin: 0 0 14px 40px;
}
ul.services, ol.services {
	display: block;
	padding: 0 0 10px 20px;
	margin: 0 0 20px 0;
}
ul.services li, ol.services li {
	padding: 0 0 10px 0;
}
.ssba {
	padding-top: 40px;
}
.post-content ul li, #inner-content ul li, .content-wrapper ul li, .one ul li {
	background: url(/wp-content/uploads/2018/01/bullet.png) no-repeat 3px 7px;
	list-style: none;
	background-size: 15px;
	margin-bottom: 5px;
	line-height: 1.7;
	padding-left: 30px;
}
blockquote {
	background: url("../images/sprite.png") no-repeat scroll 15px -315px #FFEAC4;
	float: left;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	font: 16px 'Roboto slab', sans-serif;
	margin: 0 0 30px 0;
	padding: 18px 20px 20px 60px;
}
blockquote.right {
	float: right;
	margin: 10px 0 15px 15px;
}
blockquote p {
	font-size: 17px !important;
    line-height: 28px;
	padding-left: 0;
	margin-bottom: 7px;
	font-weight: 400;
}
#top-bar {
	background-color: #222;
	border-bottom: 1px solid #333;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	height: 45px;
	width: 100%;
	font-size: 14px;
}
#top-bar #inner-bar {
	width: 960px;
	margin: auto;
	height: 45px;
	color: #bbb;
}
#top-bar h1 {
	display: inline;
	line-height: 45px;
	height: 45px;
	margin: 0 auto;
}
#top-bar .phone, #top-bar .email, #top-bar .download {
	background-repeat: no-repeat;
	background-position: center left;
	line-height: 45px;
	height: 45px;
	float: right;
}
#top-bar .phone {
	background-image: url('//www.found.co.nz/wp-content/uploads/2015/12/phone.png');
	padding: 0 0 0 25px;
	color: #eee;
}
#top-bar .email {
	background-image: url('//www.found.co.nz/wp-content/uploads/2015/12/email.png');
	padding: 0 30px 0 35px
}
#top-bar .email a {
	color: #eee;
}
#top-bar .download {
	float: left;
	margin-right: 10px;
}
#top-bar #inner-bar .download a.button-link {
	font-size: 14px;
	padding: 7px 10px;
	margin-top: 8px;
}
#basic-offer {
	background-color: #FFFF99;
	border: 2px dashed #EE7500;
	width: 99%;
	margin-top: 30px;
	float: left;
}
#basic-inner {
	padding: 25px;
}
.step {
	background-color: #efefef;
	padding: 30px;
	text-align: center;
	border-top: 5px solid #dedede;
	border-bottom: 5px solid #dedede;
	margin: 30px 0;
}
.outer-form {
	color: #555;
	clear: both;
	display: block;
	background-color: #ebebeb;
	border-radius: 10px;
	padding: 30px;
}
.largeblock {
	background: url("../images/sprite.png") no-repeat scroll 15px -315px #ebebeb;
	border-radius: 10px 10px 10px 10px;
	color: #888;
	display: block;
	font: italic 16px/17px 'Roboto', sans-serif;
	margin: 20px 0 20px 0;
	padding: 15px 20px 15px 55px;
}
section {
	width: 960px;
	display: block;
	margin: auto;
}
.largeblock p {
	font-size: 22px;
	color: #666;
	line-height: 28px;
	padding-left: 0;
}
p {
	margin-bottom: 20px;
}
p:last-child {
	margin-bottom: 0;
}
em {
	font-style: italic;
}
strong, b {
	font-weight: 600;
}
input, textarea, select, #recaptcha_response_field {
	outline: medium none;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #222;
	border: 1px solid #ddd;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	background-color: #fff;
	padding: 8px;
}
input:focus, textarea:focus, select:focus {
	border: 1px solid #8DC5C5;
	color: #323232;
	box-shadow: 0 0 4px rgba(82, 168, 236, .5);
	-moz-box-shadow: 0 0 4px rgba(82, 168, 236, .5);
	-webkit-box-shadow: 0 0 4px rgba(82, 168, 236, .5);
}
input.submit, input.submit:focus, input.submit:active {
	cursor: pointer;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	color: #fff;
	text-decoration: none !important;
	padding: 7px;
	border: none;
}
input.submit:hover {
	background-color: #222;
}
a {
	-webkit-transition: all 0.14s ease 0s;
	-moz-transition: all 0.14s ease 0s;
	-o-transition: all 0.14s ease 0s;
	outline: none;
}
a:hover {
	color: #111;
}
.title, .title a {
	text-decoration: none;
}
.title a:hover {
}
img {
	max-width: 95%;
}
.alignleft {
	float: left;
	margin: 10px 20px 10px 0;
}
.alignright {
	float: right;
	margin: 10px 0 10px 20px;
}
.aligncenter {
	display: block;
	margin: 10px auto 10px auto;
}
.text-align-right {
	text-align: right;
}
.text-align-left {
	text-align: left;
}
.text-align-center {
	text-align: center;
}
.divider {
	float: left;
	width: 100%;
	height: 70px;
}
.divider-border {
	border-top: 2px solid #eee;
	float: left;
	width: 100%;
	margin: 40px 0;
}
.form-divider {
	border-top: 2px solid #d9d9d9;
	float: left;
	width: 100%;
	padding: 0 8px;
	margin: 10px 0 15px 0;
}
#page-form {
	position: relative;
	background-color: #FFF0E1;
	padding-top: 1px;
	border: 1px solid #EE7500;
	border-top-width: 13px;
	font-weight: 400;
	background-image: url(//www.found.co.nz/wp-content/uploads/2015/12/free-banner-rev-small.png);
	background-position: top right;
	background-repeat: no-repeat;
}
#page-form h4 {
	text-align: center;
	padding: 0 30px 10px 30px;
	font-size: 22px;
	width: 70%;
	text-transform: capitalize;
	font-weight: 600;
	margin: 25px auto 5px;
	color: #EE7500;
}
#page-form div {
	padding: 0 20px 20px 20px;
	font-size: 16px;
}
#page-form form {
	text-align: center;
}
/*--------------------------------------------------



			MAIN CONTENT



---------------------------------------------------*/

#wrapper {
	width: 100%;
}
.content-wrapper {
	width: 100%;
	margin: 0 auto;
	float: left;
	background-color: #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
#header-wrapper {
	background-image: url('/wp-content/uploads/2015/07/background.png');
	background-repeat: repeat-x;
	height: 163px;
	background-size: 520px;
	box-shadow: 0 0 15px 0 #000;
	-moz-box-shadow: 0 0 15px 0 #000;
	-webkit-box-shadow: 0 0 15px 0 #000;
	position: relative;
	margin-top: 45px;
}
#header-wrapper-inner {
	background-color: #222;
	height: 45px;
	bottom: 0;
	position: absolute;
	width: 100%;
}
.header {
	width: 960px;
	padding: 0;
	margin: 0;
	position: relative;
}
#phone-us {
	position: absolute;
	background: url(//www.found.co.nz/wp-content/uploads/2015/07/white-contact-icon.png) no-repeat;
	background-size: 15%;
	width: 279px;
	font-size: 17px;
	font-family: 'Exo', sans-serif;
	line-height: 128%;
	height: 49px;
	top: 42px;
	font-weight: 200;
	right: 0;
	color: #fff;
	padding: 0 0 0 58px;
}
#contact-fullwidth.header {
	border-bottom: none;
	margin: 0 auto;
}
#logo {
	margin-top: 32px;
}
#logo, #logo a {
	float: left;
}
.intro-text {
	font-size: 23px;
	line-height: 34px;
	font-weight: 300;
	font-family: 'Exo', sans-serif;
}
.intro-text p {
	margin-bottom: 10px;
}
/*--------------------------------------------------



			HOME CONTENT



---------------------------------------------------*/

.page-template-page-home-php #wrapper {
	/* background: url('/wp-content/uploads/2015/08/seo-found-junction.jpg') no-repeat scroll center; */
	height: 380px;
	width: 100%;
	margin: 0 auto;
}
#top-layer {
	/* background: rgba(255, 255, 255, 0.30); */
	display: block;
	width: 100%;
	float: left;
}
/* #top-section {
	position:relative;
	display:block;
	float:left;
	height:380px;
	width:960px;
	 background:url('//www.found.co.nz/wp-content/uploads/2013/10/arrow-home.png') center bottom no-repeat;
} */

#top-text {
	/* position: absolute; */
	font-size: 60px;/* left: 0;
    top: 20px; 
    width: 960px; */
}
.collapseomatic {
	border-bottom: dashed 1px;
	color: #EE7500;
	font-size: 18px;
	background-position: right;
	padding: 0 16px 10px 0;
	cursor: pointer;
	margin-bottom: 15px;
}
.collapseomatic_content {
	margin: 0px;
	padding: 20px;
}
#benefits {
	padding: 40px 0 40px;
	/* background: rgba(255, 255, 255, 0.85); */
	background: url('//www.found.co.nz/wp-content/uploads/2015/09/maze-seo.png') no-repeat center bottom;
	background-size: 100%;
	font-size: 18px;
	width: 100%;
	float: left;
}
#benefits-content {
	color: #222222;
	font-family: 'Roboto', sans-serif;
	float: left;
	width: 100%;
	text-align: center;
}
#benefits .h1-style {
	font-size: 36px;
	line-height: 48px;
	font-weight: 600;
	font-family: 'Exo', sans-serif;
}
#benefits .h2-style {
	font-size: 40px;
	line-height: 42px;
	font-weight: 600;
	font-family: 'Exo', sans-serif;
}
#benefits .h1-style:after {
	content: ".";
	font-size: 54px;
	line-height: 30px;
	font-weight: 600;
	font-family: 'Exo', sans-serif;
	padding-left: 3px;
	color: #EE7D00;
}
#benefits .h2-style:after {
	content: ".";
	font-size: 50px;
	line-height: 30px;
	font-weight: 600;
	font-family: 'Exo', sans-serif;
	padding-left: 3px;
	color: #EE7D00;
}
#benefits h3 {
	font-size: 22px;
	line-height: 30px;
	font-weight: 500;
	padding-top: 0;
	margin: 15px 0;
	font-family: 'Roboto', sans-serif;
}
#benefits .why {
	font-size: 17px;
}
.subpage .why, #sidebar .why {
	font-size: 15px;
}
#benefits .why li, .subpage .why li, #sidebar .why li, .e-book li {
	background-image: url('//www.found.co.nz/wp-content/uploads/2015/08/tick.png');
	background-repeat: no-repeat;
	background-size: 28px;
	padding-left: 45px;
	font-weight: 400;
	margin-bottom: 10px;
}
.e-book li {
	background-image: url(//www.found.co.nz/wp-content/uploads/2015/08/tick.png) !important;
	background-repeat: no-repeat !important;
	background-size: 30px !important;
	padding-left: 50px !important;
	font-weight: 400;
	padding-top: 0px;
	margin-bottom: 35px !important;
}
#benefits .why li {
	margin-bottom: 25px;
}
#sidebar .why ul {
	margin-top: 20px;
}
#sidebar .why li {
	background-image: url('//www.found.co.nz/wp-content/uploads/2015/08/tick.png');
	background-size: 28px;
	background-repeat: no-repeat;
	background-position: 11px 6px;
	padding-left: 50px;
	min-height: 40px;
	line-height: 25px;
	margin-bottom: 10px;
	border: none;
	width: auto;
}
#benefits .why ul, .subpage .why ul, #sidebar .why ul {
	margin-left: -6px;
}
#benefits h4 {
	color: #333;
	font-weight: 400;
	line-height: 27px;
	font-size: 16px;
	width: 82%;
	margin: auto;
	margin-top: 16px;
}
ul.homeposts {
	list-style-image: url(//www.found.co.nz/images/bullet.png);
	padding: 10px 0 10px 0;
	margin: 0;
}
ul.homeposts li {
	margin-left: 15px;
	padding-bottom: 10px;
}
ul.homeposts li a {
	display: block;
	font-weight: bold;
}
#main-home-content {
	position: absolute;
	width: 100%;
	top: 600px;
	left: 0;
}
/*--------------------------------------------------



			PRIMARY MENU 



---------------------------------------------------*/



#primary-menu {
	float: right;
	margin: 118px 0 0;
	padding: 0;
}
#primary-menu select {
	display: none;
}
#primary-menu select {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #eee;
	cursor: pointer;
	width: 100%;
	padding: 7px;
	margin: 38px 0;
	box-shadow: 0 0 0 rgba();
	-moz-box-shadow: 0 0 0 rgba();
	-webkit-box-shadow: 0 0 0 rgba();
	color: #323232;
}
#primary-menu ul {
	margin : 0;
	padding: 0;
	list-style-type: none;
	float: right;
}
#primary-menu ul li:hover {
	visibility: inherit;
}
#primary-menu ul li {
	position: relative;
	display: inline;
	float: left;
	margin: 0;
}
#primary-menu ul li:last-child {
	background: none;
}
#primary-menu ul li a {
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 14px;
	font-weight: 500;
	line-height: 45px;
	padding: 0 16px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
}
#primary-menu ul li a:hover, #primary-menu ul li.sfHover a:hover {
	color: #fff;
	background-color: #333;
}
#primary-menu .current {
	color: #fff !important;
}
#primary-menu ul li a.logo {
	display: none;
	margin: 0;
}
#primary-menu ul ul {
	position: absolute;
	top: -9999em;
	width: 100%;
	background: #222;
	z-index: 9999;
}
#primary-menu ul ul li {
}
#primary-menu ul li:hover ul {
	left: 0;
	top: 43px;
}
#primary-menu ul li:hover li ul {
	top: -9999em;
}
#primary-menu ul li li:hover ul {
	left: 214px;
	top: 0;
}
#primary-menu ul ul {
	padding: 0;
	width: 228px;
	margin: 0;
}
#primary-menu ul ul li {
	margin: 0;
	background: none;
	border-bottom: 1px solid #555;
}
#primary-menu ul ul li:last-child {
	border-bottom: none;
}
#primary-menu ul ul li a {
	font-size: 14px;
	line-height: 23px;
	padding: 8px 16px;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
}
#primary-menu ul li:hover ul li a {
	color: #fff;
	width: 196px;
}
#primary-menu ul li:hover ul li a:hover {
	color: #fff;
	background-color: #333;
}
.breadcrumbs {
	line-height: 40px;
	background-color: #f8f8f8;
	padding: 0;
	font-size: 14px;
	position: relative;
	min-width: 960px;
	width: 100%;
	font-weight: 300;
	box-shadow: inset 0px 6px 15px -6px #000;
	-moz-box-shadow: inset 0px 6px 15px -6px #000;
	-webkit-box-shadow: inset 0px 6px 15px -6px #000;
}
.bread-inner {
	width: 960px;
	margin: 0 auto;
}
.fixed {
	position: fixed;
	top: 0px;
	background-color: #222;
	z-index: 999;
	height: 43px;
}
#header-wrapper .fixed {
	background-color: #222;
}
.fixed .header {
	border-bottom: none;
	margin-left: -30px;
	width: 1020px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.fixed #phone-us {
	display: none;
}
.fixed #logo {
	display: none;
}
.fixed .logo2 {
	position: absolute;
	left: 30px;
	top: 10px;
}
.fixed #primary-menu ul {
	padding: 0 30px 0 0;
}
.fixed #primary-menu ul li ul {
	padding: 0 0 0 0;
}
.fixed #primary-menu ul li {
}
.fixed #primary-menu ul li:last-child {
	background: none;
}
.fixed #primary-menu ul li a {
	color: #323232;
	padding: 21px 15px;
}
.fixed #primary-menu ul li a:hover, .fixed #primary-menu ul li.sfHover a {
	background-color: #222;
	color: #fff;
}
.fixed #primary-menu .current {
	color: #fff;
}
.fixed #primary-menu ul li:hover ul {
	top: 59px;
}
.fixed #primary-menu ul ul li {
	background: none;
}
.fixed #primary-menu ul li:hover ul li a {
	padding: 12px 15px;
	background: #222;
}
.fixed #primary-menu ul li:hover ul li a:hover {
	color: #fff;
}
.fixed #primary-menu ul li ul li ul {
	margin-top: -149px;
}
/*--------------------------------------------------



		  SECTION TITLE



---------------------------------------------------*/



.section-title {
	overflow: hidden;
	margin: 10px 0 30px 0;
	padding: 0 0 30px 0;
	font-family: 'Roboto', sans-serif;
	border-bottom: 2px solid #eee;
	clear: both;
}
.section-title .title, .section-title .title a {
	display: inline;
}
.section-title h1.title {
	display: block;
	font-size: 34px;
	font-weight: 500;
	line-height: 45px;
	margin: 10px 0 0 0;
}
.home .section-title span.title {
	font-size: 40px;
	line-height: 50px;
	font-weight: 300;
	font-style: normal;
	color: #222;
	padding: 20px 0 0 0 !important;
	text-transform: none !important;
	display: block;
	margin: 0;
}
.section-title h1.title span, .open-para {
	color: #222;
	display: block;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	margin-top: 10px;
	text-transform: none;
}
.open-para {
	color: #222;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.6;
	margin-top: 0;
}
.section-title p {
	font-weight: 300;
	font-size: 22px;
	line-height: 27px;
}
.section-title .section-nav {
}
.section-title .section-nav ul {
	padding: 20px;
	margin: 0 auto;
}
/*--------------------------------------------------



						 FOOTER



---------------------------------------------------*/



#footer, #bottom-sec {
	color: #fff;
	font-size: 16px;
	float: left;
	border-top: 5px solid #555;
}
#footer a, #bottom-sec a {
	color: #fff;
	font-weight: 400;
}
#footer a:hover, #bottom-sec a:hover {
	color: #EE7500 !important;
}
#footer h3 {
	font-family: 'Exo', sans-serif;
	font-weight: 300;
	color: #fff;
	font-size: 18px;
	display: block;
}
#footer ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#footer ul li {
	margin-bottom: 5px;
}
#footer ul li .date {
	font: normal 11px/20px 'Roboto', sans-serif;
	display: block;
}
#footer-content {
	width: 960px;
	margin: 0 0 0 -30px;
}
#footer-bottom, #footer-top {
	padding: 35px 0;
	overflow: hidden;
	position: relative;
}
#footer-bottom {
	font-size: 16px;
	padding: 35px 0 20px 0 !important;
}
#footer-bottom p {
	margin-bottom: 0;
	font-size: 14px;
}
#footer-bottom a {
}
#footer .textwidget {
	padding: 0;
}
/*--------------------------------------------------



			TEAM



---------------------------------------------------*/



.team {
	background-color: #f8f8f8;
	position: relative;
}
.team-member-info {
	padding: 15px;
	overflow: hidden;
}
.team-member-info ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.team-member-info li {
	display: inline;
}
.team-member-info h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}
.team-member-info h3 {
	font-size: 11px;
	text-transform: uppercase;
	line-height: 17px;
}
.team-member-info p {
	margin-top: 13px;
}
.team-member-info img {
}
div.arrow {
	background: url(../images/sprite.png) no-repeat 0 -128px transparent;
	height: 6px;
	width: 12px;
	margin: -10px 0 0 17px;
	position: relative;
}
.team-member-info h2, .team-member-info h3, .team-member-info p {
	margin-bottom: 0;
}
.team-member-info .social-personal {
	margin-top: 13px;
	padding-top: 13px;
	border-top: 1px dotted #CCCCCC;
}
.team-member-info .social-personal li {
	display: inline;
	float: left;
}
.team-member-info .social-personal li a {
	padding: 0 5px;
	font-size: 11px;
	color: #323232;
}
.team-member-info .social-personal li a:hover {
	color: #fff;
}
.team-member-info .social-personal li span {
	font-size: 10px;
}
/*--------------------------------------------------



			PHOTOSTREAM



---------------------------------------------------*/



.photostream-wrapper, #footer .photostream-wrapper {
	float: left;
}
.photostream ul, #footer .photostream ul, .widget .photostream ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-left: -10px;
}
.photostream ul li, #footer .photostream ul li, .widget .photostream ul li {
	width: auto;
	float: left;
	margin: 0 0 10px 10px;
}
.photostream a, #footer .photostream a, .photostream img, #footer .photostream img {
	height: 40px;
	width: 40px;
}
.photostream a, #footer .photostream a {
	border: 1px solid #eee;
	padding: 4px;
	display: block;
}
#footer .photostream a {
	border: 1px solid #555;
}
#footer .photostream a {
}
.photostream a:hover, #footer .photostream a:hover {
}
.photostream img, #footer .photostream img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.photostream a:hover img, #footer .photostream a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}
/*--------------------------------------------------



		   SERVICES GRAPH



---------------------------------------------------*/



.skills-graph {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.skills-graph li, .skills-graph li span {
	-moz-border-radius: 300px 300px 300px 300px;
	-webkit-border-radius: 300px 300px 300px 300px;
	border-radius: 300px 300px 300px 300px;
}
.skills-graph li {
	margin-bottom: 10px;
	font-size: 11px;
	text-transform: uppercase;
}
.skills-graph li p {
	margin-bottom: 0;
}
.skills-graph li strong {
	margin-left: 5px;
	color: #222;
}
.skills-graph li span {
	height: 13px;
}
/*--------------------------------------------------



		    GRID VIEW



---------------------------------------------------*/



.grid {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}
.grid li {
	float: left;
	border-bottom: 1px dashed #ddd;
	border-right: 1px dashed #ddd;
}
.grid.row3 li {
	width: 319px;
}
.grid.row4 li {
	width: 239px;
}
.grid.row5 li {
	width: 191px;
}
.grid.row6 li {
	width: 159px;
}
.grid li.last {
	border-right: none;
}
.grid li.last-row {
	border-bottom: none;
}
.grid img {
	display: block;
	margin: 0 auto;
}
.services div {
	padding: 15px 10px;
}
.services div a, .services div:hover a {
	color: #323232;
}
.services div:hover a {
	background-color: #222;
}
.services img, .services h2 {
	display: block;
	text-align: center;
	margin-bottom: 20px;
}
.services h2 {
	font-size: 22px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}
.services p {
	text-align: left;
}
.clients img {
	-moz-transition: all 0.14s ease 0s;
	-webkit-transition: all 0.14s ease 0s;
	-o-transition: all 0.14s ease 0s;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.clients img:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
/*--------------------------------------------------



		    BUTTONS



---------------------------------------------------*/



.button {
	cursor: pointer;
	text-align: center;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.button.right {
	float: right;
}
.button, .button:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
}
.button:hover {
	background-color: #222;
}
.small {
	padding: 0 6px;
	font-size: 11px;
	line-height: 16px;
}
.medium {
	font-size: 11px;
	padding: 7px 14px !important;
}
.large {
	padding: 11px 19px 11px 19px !important;
	font-size: 17px;
}
.rounded {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.grey {
	background-color: #222;
}
.yellow {
	background-color: #FEEB43;
	color: #707070;
}
.orange {
	background-color: #f96e5b;
}
.green {
	background-color: #390 !important;
}
.tealgreen {
	background-color: #3ea9a1;
}
.blue {
	background-color: #7CC0CB;
}
.navyblue {
	background-color: #657383;
}
.purple {
	background-color: #9a86a2;
}
.magenta {
	background-color: #C25283;
}
.pink {
	background-color: #F9A7B0;
}
.red {
	background-color: #dc4f49;
}
.cream {
	background-color: #C9C299;
}
/*--------------------------------------------------



			HIGHLIGHTS



---------------------------------------------------*/



.highlight1 {
	color: #FFFFFF;
	padding: 0 2px;
}
.highlight2 {
	background-color: #222;
	color: #FFFFFF;
	padding: 0 2px;
}
.highlight3 {
	border-bottom: 1px dotted;
}
/*--------------------------------------------------



			DROPCAPS



---------------------------------------------------*/



.dropcap1 {
	float: left;
	font-size: 53px;
	line-height: 50px;
	color: #222;
	margin: 0 8px 0 0;
	font-weight: bold;
}
.dropcap2 {
	background-color: #222;
	border-radius: 2px 2px 2px 2px;
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 24px;
	line-height: 32px;
	margin: 6px 8px 0 0;
	padding: 5px 0;
	text-align: center;
	width: 44px;
}
.dropcap3 {
	background-color: #222;
	border-radius: 55px 55px 55px 55px;
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 24px;
	line-height: 44px;
	margin: 6px 8px 0 0;
	text-align: center;
	width: 44px;
}
/*--------------------------------------------------



			DIFFERENT UL STYLES



---------------------------------------------------*/



.check-list ul, .arrow-list ul, .star-list ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: block;
}
.check-list ul li, .arrow-list ul li, .star-list ul li {
	margin-bottom: 5px;
	padding-left: 20px;
}
.arrow-list ul li {
	background: url(../images/bullet-ul.png) no-repeat scroll -82px 5px transparent;
}
.check-list ul li {
	background: url(../images/bullet-ul.png) no-repeat scroll -42px -45px transparent;
}
.star-list ul li {
	background: url(../images/bullet-ul.png) no-repeat scroll 0px -82px transparent;
}
.colored-counter-list ul {
	counter-reset: li;
	margin-left: 0;
	padding-left: 0;
}
.colored-counter-list ul > li {
	position: relative;
	list-style: none;
	padding-left: 35px;
	margin-bottom: 13px;
}
.colored-counter-list ul > li:before {
	content: counter(li);
	counter-increment: li;
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	margin-right: 8px;
	padding: 3px 0;
	text-align: center;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #222;
	color: #fff;
}
/*--------------------------------------------------



			TOGGLE



---------------------------------------------------*/



.toggle-wrap {
	float: left;
	width: 100%;
	margin-bottom: 6px;
}
.trigger {
}
.trigger a {
	display: block;
	padding: 10px;
	padding-left: 15px;
	text-decoration: none;
	font-weight: bold;
	color: #323232;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.17);
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.17);
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.17);
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	background: url(../images/bullet-toggle.png) no-repeat right 15px #f8f8f8;
}
.trigger.active a {
	background: url(../images/bullet-toggle.png) no-repeat right -20px #f8f8f8;
}
.toggle-container {
	overflow: hidden;
	float: left;
	padding: 15px;
}
/*--------------------------------------------------



	     ACCORDION



---------------------------------------------------*/



.trigger-button {
	float: left;
	width: 100%;
	padding: 10px 0 10px 0;
	margin-bottom: 6px;
	text-decoration: none;
	font-weight: bold;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.17);
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.17);
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.17);
	background: url(../images/bullet-toggle.png) no-repeat right 15px #f8f8f8;
	cursor: pointer;
}
.trigger-button span {
	padding-left: 15px;
}
.trigger-button.active {
	background: url(../images/bullet-toggle.png) no-repeat right -20px #f8f8f8;
}
.accordion {
	float: left;
	padding: 8px 15px 22px 15px;
}
/*--------------------------------------------------



				PORTFOLIO



---------------------------------------------------*/



.portfolio-grid ul li a.hide {
	display: none;
}
.portfolio-grid {
	width: 965px;
	margin: 0 0 0 -5px;
	padding: 0;
	float: left;
}
.portfolio-grid ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.portfolio-grid ul li {
	float: left;
	margin: 0 0 5px 5px;
	padding: 0;
	position: relative;
	background-color: #f8f8f8;
}
.isotope-item {
	z-index: 1;
}
.isotope-hidden {
	z-index: 0;
}
.portfolio-grid ul li.col2 {
	width: 477px;
}
.portfolio-grid ul li.col3 {
	width: 316px;
}
.portfolio-grid ul li.col4 {
	width: 236px;
}
.portfolio-grid ul li img {
	float: left;
}
.item-info {
	padding: 15px;
	float: left;
}
.item-info h3, .item-info-overlay h3 {
	font-size: 15px;
	font-style: normal;
	font-weight: 300;
	line-height: 17px;
	margin-bottom: 0;
}
.item-info h3.title a {
	color: #323232;
}
.item-info-overlay h3.title a {
	color: #fff;
}
.item-info-overlay h3.title a:hover {
	color: #222;
}
.item-info h4, .item-info-overlay h4 {
	font-size: 11px;
	line-height: 14px;
	color: #222;
	text-transform: uppercase;
	margin-bottom: 0;
}
/*--------------------------------------------------



		    PORTFOLIO THUMBNAIL HOVER



---------------------------------------------------*/



.item-info-overlay {
	color: #fff;
	font-size: 11px;
}
.item-info-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: none;
	z-index: 120;
}
.item-info-overlay div {
	padding: 0 9% 9% 9%;
}
.item-info-overlay h3 {
	padding: 9% 9% 2% 9%;
	font-size: 17px;
}
.item-info-overlay p {
	margin-top: 10px;
	padding-top: 10px;
}
.item-info-overlay a.preview, .item-info-overlay a.view {
	position: absolute;
	bottom: 0px;
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	text-indent: -9999px;
	height: 37px;
	width: 37px;
	z-index: 110;
}
.item-info-overlay a.view {
	background: url(../images/sprite.png) no-repeat scroll 11px 13px #333;
	right: 0px;
}
.item-info-overlay a.view:hover {
	background: url(../images/sprite.png) no-repeat scroll 11px -18px #333;
}
.item-info-overlay a.preview {
	background: url(../images/sprite.png) no-repeat scroll 12px -50px #333;
	right: 38px;
}
.item-info-overlay a.preview:hover {
	background: url(../images/sprite.png) no-repeat scroll 12px -83px #333;
}
/*--------------------------------------------------



		   SHAPED STYLE ITEM



---------------------------------------------------*/



.portfolio-grid ul.shaped li {
	margin: 0 0 15px 5px;
	background-color: transparent;
}
.shaped .item-container {
	display: block;
	position: relative;
}
.shaped .item-mask {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
}
.shaped .item-container img {
	z-index: 9;
}
.shaped .item-info-overlay {
	text-align: center;
}
.shaped .item-info-overlay a.preview, .shaped .item-info-overlay a.view {
	bottom: 30px;
	height: 30px;
	width: 30px;
}
.shaped .item-info-overlay a.view {
	background: url(../images/sprite.png) no-repeat scroll 7px 10px #333;
	right: 88px;
}
.shaped .item-info-overlay a.view:hover {
	background: url(../images/sprite.png) no-repeat scroll 7px -21px #333;
}
.shaped .item-info-overlay a.preview {
	background: url(../images/sprite.png) no-repeat scroll 9px -53px #333;
	right: 119px;
}
.shaped .item-info-overlay a.preview:hover {
	background: url(../images/sprite.png) no-repeat scroll 9px -86px #333;
}
/*--------------------------------------------------



		   HEXAGON STYLE



---------------------------------------------------*/



.hexagon .item-container {
	width: 236px;
	height: 257px;
	overflow: hidden;
}
.hexagon .item-mask {
	background: url(../images/mask-hexagon.png) no-repeat 0 0 transparent;
	width: 236px;
	height: 257px;
}
.hexagon .item-container img {
	height: 257px;
}
.hexagon .item-info-overlay {
	background: url(../images/mask-hexagon.png) no-repeat 0 0;
}
.hexagon .item-info-overlay h3 {
	padding: 30% 0% 2% 0%;
}
/*--------------------------------------------------



		   CIRCLE STYLE



---------------------------------------------------*/



.circle .item-container {
	width: 236px;
	height: 232px;
	overflow: hidden;
}
.circle .item-mask {
	background: url(../images/mask-circle.png) no-repeat 0 0 transparent;
	width: 236px;
	height: 232px;
}
.circle .item-container img {
	height: 232px;
}
.circle .item-info-overlay {
	background: url(../images/mask-circle.png) no-repeat 0 0;
}
.circle .item-info-overlay div {
	padding: 9%;
}
.circle .item-info-overlay h3 {
	padding: 9% 9% 2% 9%;
}
/*--------------------------------------------------



		   TRIANGLE STYLE



---------------------------------------------------*/



.triangle .item-container {
	width: 316px;
	height: 272px;
	overflow: hidden;
}
.triangle .item-mask {
	background: url(../images/mask-triangle.png) no-repeat 0 0 transparent;
	width: 316px;
	height: 272px;
}
.triangle .item-container img {
	height: 272px;
}
.triangle .item-info-overlay {
	background: url(../images/mask-triangle.png) no-repeat 0 0;
}
.triangle .item-info-overlay div {
	padding: 19%;
}
.triangle .item-info-overlay h3 {
	padding: 18% 14% 2% 14%;
}
.item-info-overlay p {
	margin-top: 5px;
	padding-top: 5px;
}
.shaped.triangle .item-info-overlay a.preview, .shaped.triangle .item-info-overlay a.view {
	bottom: 10px;
}
.shaped.triangle .item-info-overlay a.preview {
	right: 54px;
}
.shaped.triangle .item-info-overlay a.view {
	right: 23px;
}
/*--------------------------------------------------



		    PORTFOLIO FILTERABLE NAVIGATION



---------------------------------------------------*/



.filterable {
	width: 100%;
	float: left;
	padding-bottom: 25px;
}
.filterable ul {
	margin: 0 auto;
}
.filterable li {
	background: none;
	display: inline;
	float: left;
}
.filterable li:last-child {
	background: none;
}
.filterable li:last-child a {
	margin: 0 0 0 7px;
}
.filterable li a {
	font-size: 11px;
	color: #aaa;
	line-height: 16px;
	text-transform: uppercase;
	text-decoration: none;
	float: left;
	margin: 0 5px;
	padding: 0 3px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.filterable li a:hover {
	color: #222;
}
.filterable li.current a {
	color: #222;
}
.filterable li span {
	font-size: 11px;
	color: #ccc;
}
/*--------------------------------------------------



			ITEM NAVIGATION



---------------------------------------------------*/



ul.item-nav {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
ul.item-nav li {
	float: left;
	margin-left: 1px;
	background: #222;
	-webkit-transition: all 0.14s ease 0s;
	-moz-transition: all 0.14s ease 0s;
	-o-transition: all 0.14s ease 0s;
}
ul.item-nav li a {
	background: url(../images/sprite.png) no-repeat scroll 0 0 transparent;
	display: block;
	height: 45px;
	width: 45px;
	text-indent: -9999px;
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
}
ul.item-nav li:hover {
}
ul.item-nav li.prev a {
	background-position: 17px -212px;
}
ul.item-nav li.next a {
	background-position: 17px -282px;
}
ul.item-nav li.all a {
	background-position: 12px -247px;
}
/*--------------------------------------------------



			CONTACT MODAL WINDOW



---------------------------------------------------*/



#wrapper.fullwidth {
	margin-bottom: 40px;
}
.google-map.fullwidth {
	height: 700px;
	width: 1020px;
	z-index: 9;
	top: 0px;
	margin: -4px 0 0 -30px;
}
#contact-mask {
	display: none;
	background: #fff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	opacity: 0.9;
	z-index: 999;
}
.contact-button {
	margin-top: 45px;
}
.contact-popup {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 99999;
	width: 960px;
}
.contact-popup .form {
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.contact-popup .close {
	position: absolute;
	top: 40px;
	right: 0px;
}
/*--------------------------------------------------



			CONTACT



---------------------------------------------------*/



.google-map {
	height: 300px;
	width: 100%;
}
.form, .contact-success {
	padding: 5%;
	background-color: #eee;
	overflow: hidden;
}
.contact-success {
	padding: 20px;
	color: #fff;
	font-size: 12px;
}
.form ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.form li {
	position: relative;
}
.form input, .form textarea, #recaptcha_response_field, .form select {
	width: 85%;
	margin-bottom: 12px;
	position: relative;
}
.form select {
	width: auto;
}
.form textarea {
	width: 96%;
	height: 150px;
}
.form input.submit {
	width: 110px;
}
.form li p, .form input.submit {
	margin-bottom: 0;
}
.form em {
	color: #aaaaaa;
	display: inline;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}
.form .contact-error {
	color: #F96E5B;
	display: block;
	font-size: 11px;
	font-weight: bold;
	margin-top: -10px;
}
.contact-info {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.extra-padding {
	padding-top: 12px !important;
}
/*--------------------------------------------------



				     ADDED CSS



---------------------------------------------------*/

.post-meta ul li {
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
}
.services-page {
	width: 160px;
}
.services-page .box, div.service-page-box {
	margin: 0;
	height: 130px;
	width: 130px;
}
.approach-page .box, div.approach-page-box {
	margin: 0;
	height: 150px;
	width: 150px;
}
#finding, #engaging, #converting {
	width: 100%;
	float: left;
}
.approach-page {
	float: left;
	padding: 15px 0 0;
	width: 100%;
}
.approach-page .box {
	margin: 0 auto;
}
.approach-paragraph {
	float: left;
	padding: 25px 10px;
	vertical-align: top;
	width: 100%;
}
.services-page .box a, div.service-page-box div {
	display: table;
	height: 130px;
	width: 130px;
}
.approach-page .box a, .approach-page .box div h3, div.approach-page-box div {
	display: table;
	height: 150px;
	width: 150px;
}
div.service-page-box, div.approach-page-box {
	margin: 0 auto;
}
.services-page .box a span, div.service-page-box div span, .approach-page .box a span, div.approach-page-box div span, .approach-page .box span {
	color: #FFFFFF;
	display: table-cell;
	font-size: 16px;
	line-height: 25px;
	font-weight: 400;
	padding: 15px;
	text-align: center;
	text-transform: capitalize;
	vertical-align: middle;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
.approach-page .box a span, div.approach-page-box div span, .approach-page .box span {
	text-transform: capitalize;
}
.approach-page .box span {
	font-size: 18px;
}
.service-page-box div {
	background: url('//www.found.co.nz/images/service-circle.png') -910px 0px transparent no-repeat;
}
.seo, #seo .execphpwidget .service-page-box div {
	background: url('//www.found.co.nz/images/service-circle.png') -650px 0px transparent no-repeat;
}
.content, #content .execphpwidget .service-page-box div {
	background: url('//www.found.co.nz/images/service-circle.png') -390px 0px transparent no-repeat;
}
.adwords, #adwords .execphpwidget .service-page-box div {
	background: url('//www.found.co.nz/images/service-circle.png') -130px 0px transparent no-repeat;
}
.analytics, #analytics .execphpwidget .service-page-box div {
	background: url('//www.found.co.nz/images/service-circle.png') -910px 0px transparent no-repeat;
}
.conversion, #conversion .execphpwidget .service-page-box div {
	background: url('//www.found.co.nz/images/service-circle.png') -520px 0px transparent no-repeat;
}
.web-design, #web-design .execphpwidget .service-page-box div {
	background: url('//www.found.co.nz/images/service-circle.png') 0px 0px transparent no-repeat;
}
.keywords, #keywords .execphpwidget .service-page-box div {
	background: url('//www.found.co.nz/images/service-circle.png') -260px 0px transparent no-repeat;
}
.link-building, #link-building .execphpwidget .service-page-box div {
	background: url('//www.found.co.nz/images/service-circle.png') -780px 0px transparent no-repeat;
}
.services-page .box:hover {
	background: url('//www.found.co.nz/images/service-circle.png') -1040px 0px transparent no-repeat;
}
.approach-page .finding {
	background: url('//www.found.co.nz/images/service-circle.png') -150px -149px transparent no-repeat;
}
.approach-page .engaging {
	background: url('//www.found.co.nz/images/service-circle.png') 0 -149px transparent no-repeat;
}
.approach-page .converting {
	background: url('//www.found.co.nz/images/service-circle.png') -301px -149px transparent no-repeat;
}
.header #tagline {
	position: absolute;
	top: 129px;
	left: 0;
}
.fixed .header #tagline {
	position: absolute;
	top: 8px;
	left: 43px;
}
.header #tagline span {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 21px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: none;
	font-family: 'Exo', sans-serif;
}
.header #tagline span:after {
	content: ".";
	font-family: 'Exo', sans-serif;
	line-height: 0;
	font-weight: 600;
	color: #EE7D00;
	font-size: 25px;
	margin-left: -4px;
}
.fixed .header #tagline span {
	font-size: 16px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
}
#logos img {
	padding: 13px;
	margin: auto;
	float: left;
}
#logos img.first {
	padding-left: 0;
}
#logos img.last {
	padding-right: 0;
}
.blogpost-container {
	background: url(//www.found.co.nz/wp-content/uploads/2013/06/blog.jpg) 160px 15px no-repeat;
	padding: 10px 0 0 0;
	margin-top: -10px;
}
.blogpost-sidebar ul li {
	font-size: 14px;
	text-align: left !important;
	margin: 0 0 10px !important;
	border: none !important;
	color: #222;
}
.blogpost-sidebar a {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 22px;
}
.blog-posts {
	padding: 15px;
	font-size: 14px;
	background: #ededed;
}
.blog-posts ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.blog-posts ul li {
	margin-bottom: 10px;
}
.blog-posts a {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
}
.wpcf7-form {
	width: 100%;
	display: block;
	position: relative;
}
span.wpcf7-list-item {
	margin-left: 0;
}
.wpcf7-form input[type=text], .wpcf7-form input[type=email], .wpcf7-form textarea {
	margin-bottom: 5px;
	width: 96%;
}
.textwidget .wpcf7-form input[type=text], .textwidget .wpcf7-form input[type=email], .textwidget .wpcf7-form textarea {
	margin-bottom: 5px;
	width: 95%;
}
.wpcf7-form textarea {
	height: 85px;
}
.wpcf7-form label {
	width: 50%;
	display: block;
	float: left;
}
.wpcf7-form input[type=checkbox], .wpcf7-form label span {
	display: block;
	float: left;
	line-height: 18px;
	margin-bottom: 5px;
}
.wpcf7-form input[type="submit"] {
	/* width: 50% !important; */
	padding: 5px 10px;
}
.wpcf7-form #page-contact {
	background-color: #eee;
	padding: 15px;
	width: auto;
}
.wpcf7-form #page-contact div.halfl {
	float: left;
	width: 50%;
	display: block;
	overflow: hidden;
}
.wpcf7-form #page-contact div.halfr {
	float: right;
	width: 50%;
	display: block;
	overflow: hidden;
}
.wpcf7-form #page-contact div.left {
	clear: left;
}
.wpcf7-form #page-contact div.left span {
	float: right;
	display: inline;
	width: 80%;
}
.wpcf7-form #page-contact div.left .wpcf7-not-valid-tip, .wpcf7-form #page-contact div.left .wpcf7-not-valid-tip-no-ajax, .wpcf7-form #page-contact div.right .wpcf7-not-valid-tip, .wpcf7-form #page-contact div.right .wpcf7-not-valid-tip-no-ajax {
	float: left;
	line-height: 30px;
	width: 5px;
}
.wpcf7-form #page-contact div.left label {
	float: left;
	width: 15%;
	display: inline;
	line-height: 40px;
}
.wpcf7-form #page-contact div.right label {
	float: left;
	width: 15%;
	margin-left: 10px;
	display: inline;
	line-height: 40px;
}
.wpcf7-form #page-contact div.right input {
	float: right;
	width: 80%;
}
.wpcf7-form #page-contact div.right span {
	float: right;
	display: inline;
	width: 80%;
}
.wpcf7-form #page-contact div.right {
	clear: right;
}
.wpcf7-form #page-contact div.left input {
	float: right;
	width: 80%;
}
.wpcf7-form #page-contact textarea {
	float: right;
	height: 145px;
	width: 100%;
	margin-bottom: 20px;
}
.wpcf7-form #page-contact span.wpcf7-not-valid-tip, .wpcf7-form #page-contact span.wpcf7-not-valid-tip-no-ajax {
	margin-right: -16px;
}
.wpcf7-form #page-contact div.wpcf7-validation-errors, .wpcf7-form #page-contact div.wpcf7-mail-sent-ok {
	font-size: 12px;
}
div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
	background-color: #398f14;
	color: #fff;
}
div.wpcf7-validation-errors {
	border: 2px solid #f00;
	background-color: #f00;
	color: #fff;
}
.ajax-loader {
	display: none !important;
}
#contact-me {
	background-color: #F4C400;
	color: #fff;
	font-size: 18px;
	padding: 5px 5px 5px 5px;
	margin: 20px 0 20px;
	line-height: 32px;
	vertical-align: middle;
}
table .form-part {
	background-color: #EBEBEB;
	padding: 20px 20px 20px 20px;
}
.side-badge {
	margin: auto;
	display: block
}
.contact-details {
	background-image: url('/images/contact-back.png');
	background-repeat: no-repeat;
	float: left;
	font-size: 12px;
	width: 700px;
	height: 40px;
	display: block;
	padding-left: 15px;
	line-height: 40px;
	margin: 5px 0 15px 0;
}
.contact-details a {
	color: #676767;
}
.contact-details span {
	float: right;
	padding-right: 45px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold
}
.contact-details span a {
	color: #222;
	text-decoration: underline;
}
.contact-details span a:hover {
	text-decoration: none;
}
.port {
	margin-bottom: 20px;
	width: 100%;
	float: left;
}
.port img {
	max-width: 100% !important;
}
.port a {
	width: 100%;
	display: block;
	text-indent: 12px;
	line-height: 36px;
	background-color: #454543;
	color: #fff;
	font-style: italic;
	font-family: 'Roboto', sans-serif;
	text-decoration: underline;
}
.port span {
	width: 100%;
	display: block;
	text-indent: 7px;
	line-height: 36px;
	background-color: #454543;
	color: #fff;
	font-style: italic;
	font-family: 'Roboto', sans-serif;
}
.port a:hover {
	text-decoration: none;
}
.buttonandlink span {
	float: left;
	font-size: 16px;
	line-height: 60px;
	margin-left: 15px;
}
#outer-consult {
	float: left;
    background-color: #fafafa;
    width: 100%;
    border-top: 3px solid #efefef;
    padding-bottom: 30px;
    margin-top: 30px;
}
#consultation, .consultation {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	width: 960px;
	display: block;
	margin: auto;
}
#consultation .testimonial, .consultation .testimonial{
	font-family: 'Exo', sans-serif;
	font-size: 18px;
}
.sidebar-testimonials .testimonial {
		font-family: 'Exo', sans-serif;
	font-size: 16px;}

#consultation .client, .consultation .client {
	font-size: 16px;
	color: #999;
}

.sidebar-testimonials .client {
	font-size: 15px;
	color: #999;
}

#consultation-form, .consultation-form {
	text-align: center;
	background-color: #dedede;
	padding: 15px;
	border-radius: 7px;
}
#consultation-form .wpcf7-submit, .consultation-form .spcf7-submit {
	background-color: #EE7500;
	display: block;
	margin: auto;
}
#consultation-form .wpcf7-submit:hover, .consultation-form .spcf7-submit:hover {
	background-color: #D36500;
	color: #FFFFFF !important;
	background-position: 0 -15px;
	border: none;
	text-decoration: none;
}
.orange-text {
	color: #EE7500;
}
/* MAIL */

._form {
	position: relative;
	background: #fff;
	width: 100%;/*F*/
	padding: 0!important;
	text-align: left;
}
._form em {
	color: #9a9a9a;
}
._form a {
	margin-left: 3px;
}
._form ._field, ._form ._field ._label, ._form ._type_radio, ._form ._type_checkbox, ._form ._type_captcha, ._form ._field table {
	background: none;
}
._form ._field {
	position: relative;
	width: 100%;
	cursor: move;
	font-style: normal;
	margin: 1.2em 0;
	padding: 0;
	overflow: hidden;
}
._form ._field input[type="text"] {
	width: 95%;
	padding: 8px;
	font-size: 16px;
	border: 1px solid #b6b6b6;
}
._form ._field ._label {
	display: block;
	margin: 0 0 0.5em;
	padding: 0!important;
	font-size: 15px;
}
._form ._field ._option input[type="checkbox"], ._form ._field ._option input[type="radio"] {
	position: relative;
	width: 13px;
	height: 13px;
	margin: -4px 0 0;
	cursor: pointer;
	vertical-align: middle;
	background: #fff;
}
._form ._field ._option input[type="submit"], ._form ._field ._option input[type="button"] {
	margin: 0;
	cursor: pointer;
	height: 35px;
	width: auto;
	font-size: 15px;
}
._form ._field ._option select {
	display: block;
	margin: 0;
	padding: 0;
	width: auto;
	font-size: 15px;
	border: 1px solid #b6b6b6;
}
._form ._type_radio ._option, ._form ._type_checkbox ._option {
	font-size: 13px;
	font-weight: normal;
	line-height: 1.8;
}
._form ._type_date ._option input[type="text"] {
	float: left;
	width: 100px;
}
._form ._type_date ._option input[type="button"] {
	width: 37px;
	height: 36px;
	margin-left: 5px;
	padding: 20px;
	background: url(//e-koncept.activehosted.com/admin/css/../images/icon_calendar.gif) no-repeat 0 0;
	border: none;
	outline: none;
	text-indent: -9999px;
}
._form ._type_captcha img {
	float: left;
	margin: 0 6px 0 0;
	width: 70px;
	height: 33px;
	border: 1px solid #b6b6b6;
}
._form ._type_captcha input[type="text"] {
	margin: -14px 0 0 0!important;
	width: 25%;
}
._form ._field table {
	width: 100%!important;
}
._form ._field table tbody tr td {
	width: 50%!important;
	font-size: 15px;
}
._form {
	width: 100%;/*F*/
	font-weight: normal;
	text-shadow: 1px 1px 1px #fff;
}
._form #notice {
	margin: 10px 0 0 -3px!important;
	padding: 0;
	color: #9f9f9f;
	font-size: 11px;
	font-family: 'Roboto', sans-serif;
}
._form #notice a:link, ._form #notice a:visited {
	color: #9f9f9f!important;
	text-decoration: underline;
}
._form ._field, ._form ._field ._label, ._form ._type_radio, ._form ._type_checkbox, ._form ._type_captcha, ._form ._field table {
	background: none;
}
._form ._field {
	position: relative;
	width: 100%;
	cursor: default;
	font-style: normal;
	margin: 0 0 16px;
	padding: 0!important;
	overflow: hidden;
}
._form ._field input[type="text"], ._form ._field input[type="email"] {
	width: 91%;
	font-size: 16px;
}
._form ._field ._label {
	margin: 0 0 0.6em!important;
	color: #6e6e6e;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}
._form ._field ._option {
	margin: 0;
	padding: 0;
	color: #6e6e6e;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	line-height: 20px;
}
._form ._type_header ._label {
	width: 100%;
	font-style: normal;
	font-size: 18px!important;
	line-height: 24px;
	color: #333333;
	margin: 0 0 5px!important;
	padding: 10px!important;
	overflow: hidden;
	background: #e8e8e8;
	border-bottom: 1px solid #dfdfdf;
}
._form ._type_input ._option textarea {
	width: 97%!important;
	background: #fff url(//e-koncept.activehosted.com/admin/templates/form-themes/golden/images/bg_input.gif) no-repeat 0 0;
	border: 1px solid #cecece;
	border-top: 1px solid #bbbbbb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
._form ._field ._option input[type="submit"], ._form ._field ._option input[type="button"] {
	width: auto;
	margin: 10px 0 0!important;
	padding: 8px 15px!important;
	cursor: pointer;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 13px;
	color: #654500;
	background: #ffcc00;
	border: 1px solid #b97e00;
	border-bottom: 2px solid #c88800;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-shadow: 1px 1px 1px #ffe066;
}
._form ._type_input ._option input[type="submit"]:hover, ._form ._type_input ._option input[type="button"]:hover {
	background: #eebe00;
	border-bottom: 1px solid #b97e00;
}
._form ._type_date ._option input[type="text"] {
	float: left;
	width: 100px;
}
._form ._type_radio {
	background: none;
}
._form ._type_radio ._option label {
	display: inline;
	font-size: 13px;
	font-weight: normal;
	line-height: 22px;
}
._form ._type_radio ._option label input[type="radio"] {
	position: relative;
	width: 13px;
	height: 13px;
	margin: -4px 0 0!important;
	cursor: pointer;
	vertical-align: middle;
	background: #fff;
	border: none;
}
._form ._type_date ._option input[type="button"] {
	width: 27px;
	height: 27px;
	margin: 0 0 0 5px!important;
	padding: 0;
	background: transparent url(//e-koncept.activehosted.com/admin/templates/form-themes/golden/images/icon_calendar.gif) no-repeat;
	border: none;
	outline: none;
	text-indent: -9999px;
}
._form ._type_date ._option input[type="button"]:hover {
	background-color: none!important;
}
._form ._field ._option select {
	display: block;
	margin: 0;
	padding: 0;
	width: auto;
	font-size: 13px;
	border: 1px solid #cecece;
}
._form ._type_captcha img {
	float: left;
	width: 88px;
	height: 44px;
	margin: 0 6px 0 0;
	border: 1px solid #cecece;
}
._form ._type_captcha input[type="text"] {
	float: left;
	margin: 0!important;
	width: 40%;
}
._form ._field table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	width: 100%!important;
	table-layout: fixed;
	margin-bottom: 18px;
	font-size: 13px!important;
	border-collapse: collapse;
	border-spacing: 0;
}
._form ._field table td {
	padding: 0 10px 0 0!important;
	line-height: 18px;
	text-align: left;
	font-size: 13px!important;
	color: #606060;
}
._form ._type_input ._option table tbody#_forward_rcpt input {
	margin: 0 0 5px 0!important;
	width: 96%!important;
}
._form ._type_input ._option table tbody#_forward_rcpt img.image_addrcpt {
	cursor: pointer;
}
.form_errors {
	text-align: center;
	font-size: 15px;
	margin: 10px;
	color: #900;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	margin-bottom: 20px;
}
.section {
	margin: auto;
	padding: 0 30px 0 30px;
}
.sec-dark {
	color: #B1B1AF !important;
	background-color: #434343;
	border-top: 5px solid #555;
	border-bottom: 1px solid #222;
	width: 100%;
	float: left;
}
.sec-darker {
	color: #B1B1AF !important;
	background-color: #393939;
	border-bottom: 1px solid #222;
	border-top: 1px solid #474747;
	padding: 15px 0;
	width: 100%;
	float: left;
}
.sec-light {
	background-color: #fcfcfc;
	border-top: 5px solid #efefef;
	border-bottom: 5px solid #efefef;
	padding: 20px 0 50px 0;
	width: 100%;
	float: left;
}
.sec-white {
	background-color: #fff;
	width: 100%;
	padding: 30px 0;
	float: left;
}
.offer {
	display: block;
	float: left;
	margin-top: 20px;
}
.offer-wrapper {
	padding: 40px;
	background: #efefef;
	float: left;
	border: 2px solid #ddd;
	background-image: url('//www.found.co.nz/wp-content/uploads/2015/12/free-banner.png');
	background-repeat: no-repeat;
}
.top-offer {
	background-color: #FF7300;
	padding: 40px 50px;
	font-weight: 600;
	border-bottom: 7px solid #D26000;
	background-image: url('//www.found.co.nz/wp-content/uploads/2015/12/free-banner.png');
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
.top-offer h2 {
	text-align: center;
	color: #fff;
	margin: 0;
}
.top-offer h1 {
	text-align: center;
	color: #fff;
	padding: 0;
	line-height: 40px;
	margin: 0;
}
.offer h3 {
	margin: 0 0 10px 0;
}
.offer p {
	margin: 0 0 10px 0;
}
#popup-box-pro-gfcr-1 .popupally-pro-outer-khwybd-1, #popup-embedded-box-pro-gfcr-1.popupally-pro-outer-embedded-khwybd-1 {
	border: 10px solid #bbb !important;
}
#popup-box-pro-gfcr-1 .popupally-pro-outer-khwybd-1 .popupally-pro-close-khwybd {
	top: -25px !important;
	right: -26px !important;
}
div.sec.home {
	background: url('//www.found.co.nz/wp-content/uploads/2016/03/auckland.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-bottom: 5px solid #efefef;
	float: left;
	width: 100%;
}
div.sec.white {
	float: left;
	width: 100%;
	padding: 40px 0;
}
.maze.intro-text {
	text-align: left;
	font-size: 30px;
	width: 60%;
	line-height: 40px;
	font-weight: 300;
	padding: 40px 0 80px;
}
.orange-bubble {
	background-color: #FFEDD2;
	border: 5px solid #FF9900;
	padding: 30px;
	margin-bottom: 30px;
}
.maze-heading {
	background: url('//www.found.co.nz/wp-content/uploads/2017/01/maze.png') no-repeat top right;
	margin-top: -10px;
	margin-bottom: -30px;
}
h1#maze-title {
	font-family: 'Exo', sans-serif;
	line-height: 65px;
	padding-top: 40px;
	font-size: 50px;
}
h1#maze-title:after {
	content: ".";
	font-size: 60px;
	font-weight: 600;
	font-family: 'Exo', sans-serif;
	padding-left: 3px;
	color: #EE7D00;
}
div.sec.light {
	border-bottom: 2px solid #efefef;
	border-top: 2px solid #efefef;
	background-color: #f9f9f9;
	float: left;
	width: 100%;
	padding: 40px 0;
}
div.sec.orange {
	border-bottom: 2px solid #FFA037;
	border-top: 2px solid #FFA037;
	background-color: #FF8300;
	float: left;
	width: 100%;
	padding: 40px 0;
}
#newbenefits {
	background-size: 100%;
	font-size: 18px;
	width: 100%;
	position: relative;
	margin: auto;
}
#newbenefits-content {
	padding: 25px 0 15px 0;
	color: #222222;
	font-family: 'Roboto', sans-serif;
	float: left;
	position: relative;
	width: 100%;
}
#newbenefits h1 {
	font-size: 38px;
	line-height: 40px;
	font-weight: 600;
	font-family: 'Exo', sans-serif;
}
#newbenefits h1:after {
	content: ".";
	font-size: 46px;
	line-height: 50px;
	font-weight: 600;
	font-family: 'Exo', sans-serif;
	padding-left: 3px;
	color: #EE7D00;
}
#newbenefits h3 {
	font-size: 22px;
	line-height: 35px;
	width: 700px;
	margin: 15px 0 20px;
	font-weight: 300;
	padding-top: 0;
	font-family: 'Exo', sans-serif;
}
#newbenefits .testimonial {
	float: left;
	text-align: left;
	margin-right: 15px;
	color: #000;
	position: relative;
	z-index: 99;
	margin-top: 20px;
	width: 310px;
	font-family: 'Exo', sans-serif;
}
#newbenefits .testimonial .test-quote {
	background-color: #F1D9C4;
	width: 310px;
	height: 153px;
}
#newbenefits .testimonial .test-text {
	line-height: 1.6;
	font-size: 16px;
	width: 285px;
	height: 140px;
	position: relative;
	padding: 12px 14px 0 14px;
}
#newbenefits .testimonial .test-cred {
	font-size: 14px;
	padding: 10px;
	font-weight: bold;
}
#newbenefits #robert-kramers {
	position: absolute;
	bottom: -10px;
	right: 0;
}
#newbenefits .small-robert {
	display: none;
}
#newbenefits #robert-kramers h5 {
	position: absolute;
	text-align: right;
	top: 92px;
	left: -173px;
	width: 220px;
	text-align: right;
}
span.listnumber {
	margin: 0 0 1.2rem;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	background-color: #FFF;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #000;
	border: 0 solid #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,.2);
}
span.listnumber.green {
	background-color: #7AA738 !important;
	color: #fff;
	border: 0 solid #fff;
}
p.bulletparagraph {
	margin-bottom: 1.1rem;
	position: relative;
	padding-left: 65px;
}
p.bulletparagraph:before {
	content: attr(data-bulletid);
	text-align: center;
	font-size: 18px;
	left: 15px;
	width: 33px;
	font-weight: bold;
	height: 28px;
	line-height: 24px;
	top: -3px;
	padding-top: 4px;
	position: absolute;
	color: #fff;
	background-color: #7AA738 !important;
	border-radius: 20px;
}
.page-template-anchor-page .content-wrapper {
	font-size: 18px !important;
}
.page-template-anchor-page .content-wrapper p {
	margin-bottom: 20px !important;
}
.page-template-anchor-page .content-wrapper h1 {
}
.page-template-anchor-page .content-wrapper .sec.white h2 {
	font-size: 36px;
	line-height: 44px;
	font-weight: bold;
	color: #333 !important;
	text-align: center !important;
	border: 3px solid #e3e3e3;
	margin: 40px 0 50px;
	padding: 0 0 20px 0;
	background-color: #f9f9f9;
	padding: 30px !important;
}
.page-template-anchor-page .content-wrapper .sec.light h2 {
	font-size: 36px;
	line-height: 44px;
	font-weight: bold;
	color: #333 !important;
	text-align: center !important;
	border: 3px solid #c3c3c3;
	margin: 40px 0 50px;
	padding: 0 0 20px 0;
	background-color: #fff;
	padding: 30px !important;
}
.page-template-anchor-page .content-wrapper h3 {
	font-size: 30px;
	line-height: 40px;
	font-weight: 600;
	color: #333 !important;
	padding: 0 0 15px 0;
	margin: 30px 0 40px;
}
.page-template-anchor-page .content-wrapper h4 {
	margin-bottom: 30px;
}
.page-template-anchor-page .content-wrapper h5 {
}
.page-template-anchor-page .content-wrapper span.circle, .page-template-anchor-page .content-wrapper clear-step.circle {
	height: 45px;
	padding-top: 5px;
}
.pro-tip {
	border: 5px solid #7AA738;
	background-color: #EEF5E2;
	padding: 40px 20px 20px 20px;
	margin-top: 60px;
	position: relative;
	margin-bottom: 40px;
}
.pro-tip:before {
	content: attr(data-bulletid);
	text-align: center;
	top: -30px;
	position: absolute;
	padding: 10px;
	text-transform: uppercase;
	border: 5px solid #86B73E;
	background-color: #fff;
	font-weight: bold;
}
.step-tip {
	border: 5px solid #FF9900;
	background-color: #FFEDD2;
	padding: 40px 20px 20px 20px;
	margin-top: 60px;
	position: relative;
	margin-bottom: 40px;
}
.checklist li {
	background-image: url('//www.found.co.nz/wp-content/uploads/2017/01/tick-box.png');
	background-size: 38px 38px;
	background-repeat: no-repeat;
	list-style: none;
	padding-left: 49px;
	margin-left: -25px;
	line-height: 40px;
}
.step-tip:before {
	content: attr(data-bulletid);
	text-align: center;
	top: -30px;
	position: absolute;
	padding: 10px;
	text-transform: uppercase;
	border: 5px solid #FF9900;
	background-color: #fff;
	font-weight: bold;
}
.page-template-anchor-page .content-wrapper img.border, .border-box {
	border: 5px solid #ddd;
	margin: 25px auto;
	padding: 10px 10px;
	background-color: #fff;
}
/*--------------------------------------------------



				     PROCESS PAGE



---------------------------------------------------*/	
	
.mobile {
	display: none;
	margin-top: 30px
}
.desktop {
	display: block;
}
.process {
	float: left;
	width: 100%;
}
.process.first:before {
	background-image: url(/wp-content/uploads/2017/12/half-maze.jpg);
	background-size: 55%;
	background-position: left top;
	content: "";
	width: 76.5%;
	display: block;
	clear: both;
	margin: 0 auto;
	background-repeat: no-repeat;
	height: 170px;
}
.process.even:before {
	background-image: url(/wp-content/uploads/2017/12/maze-left-right.png);
	background-size: 94%;
	background-position: left top;
	content: "";
	width: 76.5%;
	display: block;
	clear: both;
	margin: 0 auto;
	background-repeat: no-repeat;
	height: 160px;
}
.process.odd:before {
	background-image: url(/wp-content/uploads/2017/12/maze-right-left.png);
	background-size: 94%;
	background-position: left top;
	content: "";
	width: 76.5%;
	display: block;
	clear: both;
	margin: 0 auto;
	background-repeat: no-repeat;
	height: 160px;
}
.how-it-works span.listnumber.green {
	margin: auto;
}
.large-text {
	font-family: 'Exo', sans-serif;
	font-size: 42px;
	line-height: 55px;
	font-weight: 700;
	text-align: center;
}
/*--------------------------------------------------



				     PANEL



---------------------------------------------------*/



#panel {
	position: fixed;
	top: 70px;
	z-index: 999;
}
#panel-admin {
	float: left;
	width: 170px;
	padding: 20px;
	background: #333;
	color: #999999;
}
.open {
	background: url(../images/style-panel-button.png) no-repeat 0 0 transparent;
	display: block;
	height: 190px;
	width: 33px;
	float: right;
}
#panel-admin select, #panel-admin select:focus {
	width: 100%;
	padding: 3px;
	margin: 10px 0 15px 0;
	font-size: 12px;
	border: none;
	background-color: #fff;
}
.wp-caption {
}
.wp-caption-text {
}
.sticky {
}
.gallery-caption {
}
.bypostauthor {
}
 @media only screen and (min-width: 768px) and (max-width: 1000px) {
.header, section, #footer-content, #contact-intro, .contact-popup, .bread-inner, #strategies, #consultation, #bottom-sec-content {
	width: 714px!important;
}
.mobile {
	display: none;
}
.desktop {
	display: block;
}
#newbenefits .testimonial {
	margin-right: 10px;
	width: 48%;
}
#benefits .one_half .button-link {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 14px;
}
#newbenefits .small-robert {
	display: none;
}
#newbenefits #robert-kramers h5 {
	right: 0;
	top: 480px;
	left: auto;
}
#newbenefits #robert-kramers {
	display: none;
}
#newbenefits .small-robert {
	display: block;
	width: 245px;
	position: absolute;
	right: 0;
	top: 130px;
}
#newbenefits .small-robert img {
	width: 245px;
}
#newbenefits h3 {
	width: 440px;
	font-size: 22px;
}
#top-bar #inner-bar {
	width: 714px;
	font-size: 14px;
}
#getFixed {
	position: relative !important;
	top: auto !important;
	width: 100% !important;
}
.content-wrapper {
	width: 100%;
}
.breadcrumbs {
	min-width: 714px !important;
}
#wpcf7-f739-p168-o1 {
	display: block !important;
}
#primary-menu ul li a {
	font-size: 11px;
	padding: 0 9px;
}
#primary-menu ul ul li a {
	font-size: 11px;
	line-height: 23px;
	padding: 4px 12px;
}
.fixed .header {
	width: 774px!important;
}
#logos img.six, #logos img.three {
	display: none;
}
.portfolio-grid {
	width: 719px;
}
.portfolio-grid ul li.col2 {
	width: 354px;
}
.portfolio-grid ul li.col3 {
	width: 234px;
}
.portfolio-grid ul li.col4 {
	width: 174px;
}
.portfolio-grid ul.shaped.hexagon li {
	margin: 0 0 15px 3px;
}
.portfolio-grid ul.shaped.triangle li {
	margin: 0 0 15px 30px;
}
.portfolio-grid ul.shaped.circle li {
	margin: 0 0 15px 3px;
}
.grid.row3 li {
	width: 237px;
}
.grid.row4 li {
	width: 177px;
}
.grid.row5 li {
	width: 142px;
}
.grid.row6 li {
	width: 118px;
}
.google-map.fullwidth {
	width: 774px;
	height: 500px;
}
.wpcf7-form input[type=text], .wpcf7-form input[type=email], .wpcf7-form textarea {
	margin-bottom: 5px;
	width: 94%;
}
.page-template-page-home-php #wrapper {
	height: 500px;
}
/* #top-section {
	position:relative;
	display:block;
	float:left;
	height:500px;
	width:714px;
} */

#top-text {
	position: absolute;
	left: 0;
	top: 20px;
	width: 714px;
	line-height: 60px;
}
#home-testimonial {
	width: 322px;
	position: absolute;
	height: 147px;
	right: 0;
	top: 170px;
}
#main-home-content {
	position: absolute;
	width: 100%;
	top: 500px;
	left: 0;
}
}
 @media only screen and (min-width: 480px) and (max-width: 767px) {
.header, section, #footer-content, #contact-intro, .contact-popup, .approach-page, #consultation, #bottom-sec-content {
	width: 420px!important;
}
.desktop, .process {
	display: none;
}
.mobile {
	display: block;
}
.maze-heading {
}
h1#maze-title {
	line-height: 55px;
	padding-top: 20px;
	font-size: 40px;
}
h1#maze-title:after {
	content: ".";
	font-size: 40px;
}
.maze.intro-text {
	width: 100%;
}
#benefits {
	background: none;
}
div.sec.home {
	padding: 0 0 30px 0;
}
#newbenefits .testimonial {
	margin-right: 0;
	width: 100%;
	margin-bottom: 25px;
}
#newbenefits .testimonial .test-quote {
	width: 100%;
	height: 123px;
}
#newbenefits .testimonial .test-text {
	width: auto;
}
#newbenefits #robert-kramers {
	display: none;
}
#newbenefits .small-robert {
	display: block;
	margin: 40px 0 0 0;
}
#newbenefits h3 {
	width: 100%;
	font-size: 22px;
}
.sec.home .button-link {
	margin-top: auto;
	float: none;
}
.sec.home p.seobutton {
	text-align: center;
}
#top-bar {
	display: none;
}
#header-wrapper {
	margin: 0;
}
#getFixed {
	position: relative !important;
	top: auto !important;
	width: 100% !important;
}
.content-wrapper {
	width: 100%;
}
#contact-me, #page-contact {
	display: none;
}
.page-template-page-home-php #wrapper {
	background: none;
}
#header-wrapper.fixed, .breadcrumbs, #phone-us {
	display: none !important;
}
#footer-bottom .alignright {
	float: none;
}
#benefits .why li {
	padding-left: 53px;
}
#logo {
	width: 100%;
	margin-top: 32px;
}
#logo, #logo a {
	width: 100%;
}
#logo a img {
	margin: auto;
	width: 213px;
	display: block;
}
.header #tagline {
	left: 102px;
}
#primary-menu {
	margin-top: 100px;
	width: 100%;
}
#primary-menu ul {
	width: 100%;
	margin: 0 0 50px;
}
#primary-menu ul li {
	margin: 4px 0;
	width: 100%;
}
#primary-menu ul li a {
	background-color: #222;
	width: 100%;
	padding: 0;
	text-align: center;
}
#primary-menu ul ul {
	display: none !important;
}
#strategies {
	background: url("/images/large-circles-small.gif") no-repeat;
	display: block;
	float: none !important;
	margin: auto;
	width: 261px;
	height: 796px;
}
.portfolio-grid {
	width: 100%;
	margin: 0;
}
.portfolio-grid ul li.col2, .portfolio-grid ul li.col3, .portfolio-grid ul li.col4 {
	width: 100%;
	margin: 0 0 6px 0;
}
.portfolio-grid ul.shaped.hexagon li {
	margin: 0 92px 20px 92px;
}
.portfolio-grid ul.shaped.triangle li {
	margin: 0 52px 20px 52px;
}
.portfolio-grid ul.shaped.circle li {
	margin: 0 92px 20px 92px;
}
.grid.row3 li, .grid.row4 li, .grid.row5 li, .grid.row6 li {
	width: 209px;
}
.google-map.fullwidth {
	width: 480px;
	height: 200px!important;
}
.contact-button {
	margin-top: 0;
}
#footer-bottom, #footer-bottom .text-align-right {
	text-align: center;
}
#footer-bottom .one-half {
	margin-bottom: 2px;
}
.widget h3.title {
	text-align: left !important;
}
.widget ul li {
	text-align: left !important;
}
.wpcf7-form input[type=text], .wpcf7-form input[type=email], .wpcf7-form textarea {
	margin-bottom: 5px;
	width: 96%;
}
}
 @media only screen and (min-width: 320px) and (max-width: 479px) {
.header, section, #footer-content, #contact-intro, .contact-popup, #consultation, .approach-page, #bottom-sec-content {
	width: 300px!important;
}
.desktop, .process {
	display: none;
}
.mobile {
	display: block;
}
.maze-heading {
}
h1#maze-title {
	line-height: 45px;
	padding-top: 20px;
	font-size: 30px;
}
h1#maze-title:after {
	content: ".";
	font-size: 35px;
}
.maze.intro-text {
	width: 100%;
}
#benefits {
	background: none;
}
div.sec.home {
	padding: 0 0 30px 0;
}
#newbenefits .testimonial {
	margin-right: 0;
	width: 100%;
	margin-bottom: 25px;
}
#newbenefits .testimonial .test-quote {
	width: 100%;
	height: 173px;
}
#newbenefits .testimonial .test-text {
	width: auto;
}
#newbenefits #robert-kramers {
	display: none;
}
#newbenefits .small-robert {
	display: block;
	margin: 40px 0 0 0;
}
#newbenefits h3 {
	width: 100%;
	font-size: 22px;
}
.sec.home .button-link {
	margin-top: auto;
	float: none;
}
.sec.home p.seobutton {
	text-align: center;
}
#top-bar {
	display: none;
}
#header-wrapper {
	margin: 0;
}
#getFixed {
	position: relative !important;
	top: auto !important;
	width: 100% !important;
}
.content-wrapper {
	width: 100%;
}
#contact-me, #page-contact {
	display: none;
}
.page-template-page-home-php #wrapper {
	background: none;
}
#header-wrapper.fixed, .breadcrumbs, #phone-us {
	display: none !important;
}
#logo {
	width: 100%;
	margin-top: 32px;
}
#logo, #logo a {
	width: 100%;
}
#logo a img {
	margin: auto;
	display: block;
}
.header #tagline {
	left: 38px;
}
#primary-menu {
	margin-top: 100px;
	width: 100%;
}
#primary-menu ul {
	width: 100%;
	margin: 0 0 50px;
}
#primary-menu ul li {
	margin: 4px 0;
	width: 100%;
}
#primary-menu ul li a {
	background-color: #222;
	width: 100%;
	padding: 0;
	text-align: center;
}
#primary-menu ul ul {
	display: none !important;
}
.grid li {
	border-right: none;
}
.grid.row3 li, .grid.row4 li, .grid.row5 li, .grid.row6 li {
	width: 300px;
}
.portfolio-grid {
	width: 100%;
	margin: 0;
}
.portfolio-grid ul li.col2, .portfolio-grid ul li.col3, .portfolio-grid ul li.col4 {
	width: 100%;
	margin: 0 0 6px 0;
}
.portfolio-grid ul.shaped.hexagon li {
	margin: 0 32px 20px 32px;
}
.portfolio-grid ul.shaped.triangle li {
	margin: 0 0px 20px 0;
}
.triangle .item-container, .triangle .item-mask {
	width: 300px;
	height: 263px;
}
.triangle .item-mask, .triangle .item-info-overlay {
	background: url(../images/mask-triangle-portrait.png) no-repeat 0 0 transparent;
}
.triangle .item-container img {
	height: 263px;
}
.triangle .item-info-overlay div {
	padding: 20%;
}
.portfolio-grid ul.shaped.circle li {
	margin: 0 32px 20px 32px;
}
.google-map.fullwidth {
	width: 320px;
	margin-left: -10px;
	height: 200px!important;
}
.contact-button {
	margin-top: 0;
}
#footer-bottom, #footer-bottom .text-align-right {
	text-align: center;
}
#footer-bottom .one-half {
	margin-bottom: 2px;
}
#footer-content {
	padding: 0px;
	margin: 0px;
}
#footer-bottom, #footer-top {
	padding: 35px 5px;
}
#footer-bottom .alignright {
	float: none;
}
.widget h3.title {
	text-align: left !important;
}
.widget ul li {
	text-align: left !important;
}
.wpcf7-form input[type=text], .wpcf7-form input[type=email], .wpcf7-form textarea {
	margin-bottom: 5px;
	width: 94%;
}
.wpcf7-form label {
	width: 100%;
}
}
