/*
Theme Name: Ethically Creative
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Ethically Creative
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Ethically Creative is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
	12.1 - Captions
	12.2 - Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 - 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, 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;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 62.5%;
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%;
}

body {
	background: #fff;
	font-family: 'Open Sans', sans-serif;
}

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

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a:hover, a:active {
	outline: 0;
}

a img {
	border: 0;
}



.home-center-title h1 {
	color:#404040!important;
    line-height: 0;
    text-align: center;

}

.home-center-title .wrap.feature {
    overflow: visible;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/

::-webkit-input-placeholder {
 color: #404040;
}

:-moz-placeholder { /* Firefox 18- */
 color: #404040;
}

::-moz-placeholder {  /* Firefox 19+ */
 color: #404040;
}

:-ms-input-placeholder {
 color: #404040;
}

body, button, input, select, textarea {
	color: #404040;
	line-height: 1.9;
	font-size: 13px;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
	line-height: 1.77em;
}

b, strong {
	font-weight: bold;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
  font-size: 15px;
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 1px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

sup, sub {
	font-size: 50%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

.entry-content h4, .entry-content h5, .entry-content h6 {
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/


hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.0em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul, li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

th {
	font-weight: bold;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/


button, input, select, textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	line-height: 1em;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
	border: none;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	line-height: 1;
	padding: .6em 1em .6em !important;
	background: url(images/menu-bg.png) no-repeat center;
	color: white;
	border-radius: 0 15px 15px !important;
	font-size: 14px !important;
	letter-spacing: .07em;
	width: auto !important;
}


button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
	outline: none;
	opacity: .7;
}

input[type="checkbox"], input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
 -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
 border: 0;
 padding: 0;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], select, textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, select:focus, textarea:focus {
	color: #111;
}

input[type="text"], input[type="tel"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], select, option {
	padding: 7px 0 7px 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	max-width: 97%;
	line-height: normal;
}

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 96%;
	font-family: 'Open Sans', sans-serif;
	padding: 10px 0 10px 10px;
	font-size: 13px;
	max-height: 84px;
	max-width: 98%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/


a {
	color: #404040;
	transition: color .2s linear;
	outline: none;
	transition: all .2s ease-in;
	opacity: 1;
}

a:visited {
}

a:hover, a:focus, a:active {
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/


.main-navigation {
	display: block;
	float: left;
	padding-top: 27px;
	padding-bottom: 8px;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	text-align: right;
}

.main-navigation li {
	position: relative;
	display: inline-block;
	margin-bottom: 0;
	margin-left: -1px;
}

.main-navigation a, a.expand-button {
	display: block;
	text-decoration: none;
	padding: 3px 9px;
	border-radius: 0 15px 15px;
	font-size: 15px;
	margin-right: 1px;
	transition: 0.12s;}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(108, 108, 108, 0.2);
	float: left;
	position: absolute;
	top: 34px;
	left: -999em;
	z-index: 99999;
	margin-left: 11px;
	transition: opacity .3s;
	margin-left: 1px;
	opacity: 0;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul li:hover > ul {
	left: auto;
	opacity: 1;
}

.main-navigation ul ul li:hover > ul {
	left: 100%;
}

.menu-main-nav-container .current_page_item a,
.menu-main-nav-container .current-menu-item a,
.menu-main-nav-container a:hover,
.expand-button, .main-navigation li:hover > a,
.menu-main-nav-container .current-menu-parent a {
	background: url(images/menu-bg.png) center;
	color: white;
	transition: 0s;
	background-color: rgb(152, 186, 199);
	outline: none;
}

.site-main .comment-navigation, .site-main .paging-navigation, .site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous, .paging-navigation .nav-previous, .post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next, .paging-navigation .nav-next, .post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.main-navigation .menu-main-nav-container ul ul a {
	width: 169px;
	transition: all .3s ease-in-out;
	font-size: 14px;
	background: transparent;
	color: #404040;
	padding-left: 10px;
	border-radius: 0;
	margin-right: 0;
	padding: 5px 0 5px 10px;
	border-top: 1px solid white;
}

nav.navigation.paging-navigation {
  float: left;
  width: 100%;
  clear: both;
  padding-top: 110px;
}

.nav-links .nav-previous {
	display: none
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */


.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/

.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after, .wrap:before, .wrap:after, .list-container:after, .list-container:before {
	content: '';
	display: table;
}

.clear:after, .list-container:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after, .wrap:before, .wrap:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/

.widget {
	margin: 0 0 1.3em;
}

.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/

.hentry {
	margin: 0;
}

.byline, .updated {
	display: none;
}

.single .byline, .group-blog .byline {
	display: inline;
}

.page-content, .entry-content, .entry-summary {
	margin: 26px 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/


.blog .format-aside .entry-title, .archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/

.comment-content a {
	word-wrap: break-word;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */


.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */ .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */


.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/


.page-content img.wp-smiley, .entry-content img.wp-smiley, .comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers */


embed, iframe, object {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/


.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
	color: #9cbac5;
	font-style: italic;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/


.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
}

/*--------------------------------------------------------------
13.0 Structure
--------------------------------------------------------------*/

.respons {
	float: left;
	min-height: 1px;
}

.col-1w {
	width: 6.25%
}

.col-2w {
	width: 12.5%
}

.col-3w {
	width: 18.75%
}

.col-4w {
	width: 25%
}

.col-5w {
	width: 31.25%
}

.col-6w {
	width: 37.5%
}

.col-7w {
	width: 40%
}
/* Used to be 43.75 */


.col-8w {
	width: 50%
}

.col-9w {
	width: 56.25%
}

.col-10w {
	width: 62.5%
}

.col-11w {
	width: 68.75%
}

.col-12w {
	width: 75%;
	min-height: 10px;
}

.col-13w {
	width: 81.25%
}

.col-14w {
	width: 87.5%
}

.col-15w {
	width: 93.75%
}

.col-16w {
	width: 100%
}

.col-17w {
	width: 40%
}

.col1, .col2, .col3, .col4 {
	float: left;
}

.wrap {
	width: 1026px;
	margin: auto;
	position: relative;
	clear: both;
	height: 100%;
}

.ie8 .wrap,
.ie7 .wrap {
	width: 980px
}

.widget ul {
	list-style-type: none;
	margin: 0;
}


#content {
	min-height: 740px;
}

#page {
	z-index: 10;
}

.home #page {
	padding-top: 0px;
}

#main section {
	padding-top: 3em;
	clear: both;
}

.home #content ul li {
	padding: 0px 0 5px 15px;
	position: relative;
}

#content ul {
	list-style-type: none;
	padding-left: 0;
	margin: 10px 0;
}

#content ul li:before {
	content: "» ";
	position: absolute;
	left: 0;
	top: -2px;
}

.footer-widgets .widget li:before {
	content: "» ";
	font-weight: 600;
	font-size: 14px;
}

#secondary .widget li:before {
	content: "» ";
	font-weight: 600;
	font-size: inherit;
	top: 0;
}

.single #main {
	padding-bottom: 50px;
}


.blue-banner {
	color: white;
	font-size: 51px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 200;
	background: url(images/blue-bg.jpg) repeat-x;
	text-shadow: 1px 1px 1px #84aab8;
	text-align: center;
	padding: 68px 0 78px;
	line-height: 1.5em;
}

.error404 .page-content .widget {
	margin: 2em 0
}

.admin-bar.beneath.fixed header#masthead {
	margin-top: 32px;
}

.admin-bar.fixed header#masthead-clone {
	top: 32px;
}

/*--------------------------------------------------------------
14.0 Header
--------------------------------------------------------------*/


header#masthead, header#masthead-clone {
	margin: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
	z-index: 9999;
	background: rgb(255,255,255);
	box-shadow: 0 0px 2px #B4B4B4;
	position: relative;
}

.site-branding {
	float: left;
}

nav.main-navigation, nav.main-navigation-clone {
	float: right;
}

.main-navigation .facebook, .main-navigation .twitter, .main-navigation .instagram {
	padding: 0;
	text-indent: -99999px;
	background: url(images/social-icons.png) no-repeat;
	width: 25px;
	height: 30px;
	float: left;
}

.main-navigation a.twitter {
	background-position: -28px 0;
}

.main-navigation a.instagram {
	background-position: -55px 0;
}

.social-icons {
	float: left;
	margin-top: 3px;
}

.menu-main-nav-container {
	float: left;
}

ul.sub-menu {
	text-align: left;
	background: white;
}

.main-navigation ul ul a:before {
	content: "» ";
}

.main-navigation ul ul a:hover {
	background: none;
	color: #404040;
}


.header-shadow {
	background: url(images/shadows.png) no-repeat;
	width: 100%;
	height: 34px;
	position: absolute;
	bottom: -34px;
	background-position: center;
	z-index: -9999;
	pointer-events: none;
}

header#masthead-clone .main-navigation {
	padding-top: 3px;
	padding-bottom: 10px;
}

img.logo-big {
	opacity: 1;
	transition: opacity 1s linear;
	width: 290px;
}

.ie8 img.logo-big, .ie7 img.logo-big  {
	max-width: none;
}

.ie7 .project-title,
.ie8 .project-title {
	display: none
}

#masthead-clone .site-title .logo-big {
	width: 160px;
	height: 38px;
}

.beneath header#masthead {
	top: -150px;
	position: fixed;
	padding-bottom: 7px;
}

.beneath.fixed header#masthead {
	top: 0;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}



header#masthead-clone {
	top: -102px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	position: fixed;
	padding-bottom: 8px;
}


header#masthead .logo-big {
  margin-top: 5px;
}

.fixed header#masthead-clone {
	top:0;
}


/*--------------------------------------------------------------
15.0 Footer
--------------------------------------------------------------*/


.site-footer {
	color: white;
	font-size: 12px;
	clear: both;
}

.site-footer a {
	color: white;
}

.ftr-sitemap ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

.ftr-sitemap li {
	margin: 0 5px;
	display: inline;
}

.ftr-sitemap li:before {
	content: "» ";
}

.ftr-sitemap h3 {
	text-align: right;
	display: block;
}

.ftr-sitemap {
	text-align: center;
	margin-top: 30px;
}

.center-ftr {
	text-align: center;
	display: inline-block;
	margin: auto;
}

.menu-heading a {
	font-weight: bold;
	text-decoration: none;
	cursor: default;
	display: inline-block;
}

.menu-heading:before {
	display: none !important;
	content: "" !important;
}

a.return-to-top {
	background: url(images/return-to-top.png);
	width: 119px;
	height: 88px;
	display: block;
	position: absolute;
	right: 0;
	top: 0px;
}

.footer-top {
	text-align: center;
	padding-top: 5px;
}

span.tweet-cta {
	clear: both;
	display: block;
	font-weight: 600;
}

a.co2-neutral {
	position: absolute;
	left: 0;
	top: -2px;
}

.footer-widgets {
	background: #f3f5f2;
	min-height: 210px;
	background: #f3f5f2 url(images/footer-widgets-bg.jpg) center no-repeat;
	color: #404040;
	background: #d1d3d2;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QxZDNkMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iI2Y4ZjhmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2Y4ZjhmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMWQzZDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #d1d3d2 0%, #f8f8f6 25%, #f8f8f6 75%, #d1d3d2 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#d1d3d2), color-stop(25%,#f8f8f6), color-stop(75%,#f8f8f6), color-stop(100%,#d1d3d2));
	background: -webkit-linear-gradient(left,  #d1d3d2 0%,#f8f8f6 25%,#f8f8f6 75%,#d1d3d2 100%);
	background: -o-linear-gradient(left,  #d1d3d2 0%,#f8f8f6 25%,#f8f8f6 75%,#d1d3d2 100%);
	background: -ms-linear-gradient(left,  #d1d3d2 0%,#f8f8f6 25%,#f8f8f6 75%,#d1d3d2 100%);
	background: linear-gradient(to right,  #d1d3d2 0%,#f8f8f6 25%,#f8f8f6 75%,#d1d3d2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d3d2', endColorstr='#d1d3d2',GradientType=1 ); /* IE6-8 */
	position: relative;
}

.ie9 .footer-widgets  {filter:none;}

section.footer-widgets h1.span {
	color: #a6c4d0;
}

.footer-widgets a, #secondary a {
	color: #7299a7;
}

section.footer-widgets h2, #secondary .widget-title {
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 21px;
}

section.footer-widgets ul li {
	margin-right: 15px;
	display: block;
	margin-bottom: 3px;
}

/*--------------------------------------------------------------
16.0 Headings
--------------------------------------------------------------*/

#page h1, #page h1 a, #filterOptions li a, .project-title {
	font-size: 29px;
	color: #7da6b5;
	text-transform: uppercase;
	position: relative;
	font-weight: bold;
	letter-spacing: -1px;
	font-family: 'Open Sans Condensed', sans-serif;
	margin-bottom: 8px;
	word-spacing: .1em;
}

h2 {
	font-size: 18px;
	color: #404040;
	text-transform: uppercase;
	letter-spacing: -1px;
}

h1 .light-blue, h2 .light-blue, .light-blue a, .light-blue {
	color: #a6c4d0 !important;
}


h1 {
	font-family: 'Open Sans Condensed', sans-serif;

}


/*--------------------------------------------------------------
17.0 Home
--------------------------------------------------------------*/


.blue-background {
	background: url(images/blue-bg.jpg);
	color: white;
	text-shadow: 1px 1px 1px #84aab8;
	background-repeat: repeat-x;
}

.home .blue-background {
	background: url(images/blue-bg.jpg) top;
	min-height: 300px;
	color: white;
	text-shadow: 1px 1px 1px #84aab8;
	position: relative;
	background-repeat: repeat-x;
}

section.blue-background.main-banner {
	background: url(images/blue-bg.jpg) top !important;
}

section.main-banner {
	min-height: 470px;
}

.home #page .main-banner h1 {
	font-weight: 200;
	font-family: 'Open sans';
	line-height: normal;
	font-size: 56px;
	vertical-align: middle;
	display: table-cell;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-animation-duration: 1s;
	-webkit-animation-delay: 1s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: 1s;
	-moz-animation-delay: 1s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-ms-animation-duration: 1s;
	-ms-animation-delay: 1s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: 1s;
	animation-delay: 1s;
	animation-timing-function: ease;
	animation-fill-mode: both;
	color: white;
	text-transform: none;
}

.main-banner .col1, .main-banner .col2 {
	float: left;
	width: 50%;
	min-height: 10px;
	display: table;
	height: 100%;
	position: relative;
}

.home-arrow {
	position: absolute;
	bottom: -78px;
	left: 150px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-animation-duration: 1s;
	-webkit-animation-delay: 1s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: 1s;
	-moz-animation-delay: 1s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-ms-animation-duration: 1s;
	-ms-animation-delay: 1s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: 1s;
	animation-delay: 1s;
	animation-timing-function: ease;
	animation-fill-mode: both;
}

.home .main-banner .col1 {
	min-height: 330px;
	width: 510px;
	height: 330px;
	margin-top: -30px;
	margin-left: 0;
}

.home .main-banner:after, .banner-text:after {
	background: url(images/shadows.png) center no-repeat;
	content: "";
	width: 100%;
	position: absolute;
	height: 50px;
	bottom: -50px;
}

/* Business icons */
.home #content ul.business-icons li {
	padding: 0;
	list-style-type: none;
	margin: 0;
	width: 35%;
	vertical-align: middle;
	display: inline-block;
	height: 61px;
	position: relative;
	padding-left: 63px;
}

#content .business-icons li:before {
	content: "";
}

.eco { background-position: 0 -355px; }
.organic { background-position: 0 -58px; }
.disaster { background-position: 0 -421px; }
.rights { background-position: 0 -115px; }
.energy { background-position: 0 -478px; }
.animal { background-position: 0 -179px; }
.crueltyfree { background-position: 0 -543px; }
.antiabuse { background-position: 0 -236px; }
.fairtrade { background-position: 0 -602px; }
.education { background-position: 0 -292px; }
.healthcare { background-position: 0 -653px; }

ul.business-icons i {
	background-image: url(images/business-icons.png);
	width: 55px;
	height: 54px;
	display: inline-block;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: -12px;
	z-index: 90;
}

ul.business-icons {
	margin-top: 30px;
}

.blue-background {
	color: #404040;
}


h2.which-lines {
	color: #404040;
	display: inline-block;
}

.col1 {
	clear: both
}

/* which are you */
section.which-are-you {
	text-align: center;
	padding-bottom: 2.5em;
}

hr.vertical-white {
	width: 1px;
	background: #404040;
	height: 42px;
	margin-top: 5px;
}

h2.which-lines:before {
	background: url(images/heading-line-left.png) no-repeat left;
	content: "";
	position: absolute;
	width: 115px;
	height: 50px;
	top: 0px;
	left: 25.5%;
}

h2.which-lines:after {
	background: white;
	content: "";
	width: 115px;
	height: 50px;
	position: absolute;
	top: 0px;
	background: url(images/heading-line-right.png) right no-repeat;
	right: 25.5%;
}

h2.which-lines:before {background: url(images/heading-line-left.png) left no-repeat;}
h2.which-lines:after {background: url(images/heading-line-right.png) right no-repeat;}

.home h2.which-lines:before {background: url(images/heading-line-left-white.png) left no-repeat;}
.home h2.which-lines:after {background: url(images/heading-line-right-white.png) right no-repeat;}



/* Counter */
#customers-count {
	padding-top: 20px;
	font-family: Georgia, serif;
	text-transform: uppercase;
	font-size: 12px;
	margin-top: -14px}

#customers_num {
	box-shadow: 0px 1px 1px rgba(60,60,60,.5);
	border-radius: 4px;
	padding: 3px 0 5px 0px;
	height: 35px;
}

.et_count {
	display: inline-block;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 23px;
	font-weight: 700;
	text-shadow: -1px -1px 0 #000;
	letter-spacing: 1.2em;
	padding: 7px 0 0 11px;
}

/* Odometer */
.odometer.odometer-auto-theme, .odometer.odometer-theme-car {
	display: inline-block;
	vertical-align: top;
*vertical-align: auto;
 *zoom: 1;
 *display: inline;
}

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-car .odometer-digit {
	display: inline-block;
	vertical-align: top;
*vertical-align: auto;
 *zoom: 1;
 *display: inline;
	position: relative;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-car .odometer-digit .odometer-digit-spacer {
	display: inline-block;
	vertical-align: middle;
*vertical-align: auto;
 *zoom: 1;
 *display: inline;
	padding: 0px 0px;
	text-align: center;
	visibility: hidden;
	line-height: 1em;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-car .odometer-digit .odometer-digit-inner {
	text-align: left;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-car .odometer-digit .odometer-ribbon {
	display: block;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-car .odometer-digit .odometer-ribbon-inner {
	display: block;
	-webkit-backface-visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-car .odometer-digit .odometer-value {
	display: block;
	-webkit-transform: translateZ(0);
	line-height: 1.6em;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-car .odometer-digit .odometer-value.odometer-last-value {
	position: absolute;
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-car.odometer-animating-up .odometer-ribbon-inner {
	-webkit-transition: -webkit-transform 2s;
	-moz-transition: -moz-transform 2s;
	-ms-transition: -ms-transform 2s;
	-o-transition: -o-transform 2s;
	transition: transform 2s;
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-car.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-car.odometer-animating-down .odometer-ribbon-inner {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-car.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
	-webkit-transition: -webkit-transform 2s;
	-moz-transition: -moz-transform 2s;
	-ms-transition: -ms-transform 2s;
	-o-transition: -o-transform 2s;
	transition: transform 2s;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-car {
	line-height: 1em;
}

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-car .odometer-digit {
	background: url(images/customers_count_bg.png) no-repeat;
	height: 37px;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-car .odometer-digit .odometer-digit-inner {
	left: 12px;
	top: 1px;
	height: 34px;
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-car.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-car.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
	-webkit-transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
}

span.odometer-formatting-mark {
	background: url(images/customers_count_bg.png) no-repeat;
	display: inline-block;
	padding-left: 14px;
	height: 37px;
	padding-top: 8px;
	position: relative;
	line-height: 1em;
	width: 27px;
}

span.odometer-formatting-mark.dollar-sign {
	width: 36px;
	left: 5px;
	padding-left: 10px;
	height: 38px;
	vertical-align: top;
}

span.odometer-formatting-mark:before, .odometer.odometer-auto-theme .odometer-digit:before, .odometer.odometer-theme-car .odometer-digit:before {
	content: "";
	width: 36px;
	height: 20px;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	opacity: .58;
	border-radius: 4px 4px 0 0;
	left: 0;
	top: 0;
	z-index: 10;
}

#amountdonated {
	display: none
}
#customers-count-ie8 {
	display: none
}

#customers-count-mobile {display: none}

.ie9 #customers-count,
.ie8 #customers-count  {
      display: none
}

.ie8 #customers-count-ie8,
.ie7 #customers-count-ie8 {
	display: block;
	font-size: 25px;
	font-weight: bold;
}

/* Testimonial */
#main section.testimonial-section {
	background: #404040;
	padding-bottom: 36px;
	text-align: center;
	font-family: 'Droid Serif', serif;
	padding-top: 46px;
}

.client-testimonial-home {
	font-weight: normal;
	color: white;
	font-family: 'Droid Serif', serif;
	font-size: 20px;
}

section.testimonial-section .wrap:after {
	background: url(images/quote-triangle.png);
	content: "";
	position: absolute;
	width: 51px;
	height: 37px;
	bottom: -69px;
	left: 13px;
	z-index: 90;
}

.which-are-you .col1 {
    margin-left: 8%;
    margin-right: 3.5%;
    position: relative;
    width: 35%;
    padding-right: 1%;
}

.which-are-you .col2 {
    margin-left: 9%;
    width: 35%;
}

.which-are-you h3 {
	font-weight: bold;
	text-shadow: none;
	color: #404040 !important;
	margin: auto;
	display: table;
	vertical-align: middle;
	font-size: 21px;
	font-family: 'Open Sans Condensed';
}

#page .which-are-you h1 {
	color: #404040;
	text-shadow: none;
	font-size: 23px;
	margin-bottom: 12px;
	margin-top: 5px;
}

#primary .which-are-you h2 {
	font-size: 26px;
	position: static;
	color: #404040;
}

.blue-heading {
	font-size: 22px;
	color: #7da6b5;
	text-transform: uppercase;
	position: relative;
	font-weight: 700;
	padding-top: 6px;
	clear: both;
	float: left;
	width: 100%;
	padding-bottom: 8px;
	margin-top: 100px;
}

#main section.contact-section {
	min-height: 270px;
	/* background: #e2e2e2; */
	z-index: -50;
	padding-bottom: 7px;
	padding-top: 52px;
	overflow: hidden;
	max-height: 398px;
	background: #e2e2e2 url(images/contact-section-bg.jpg) no-repeat 32% 0;
	/* background-position: center left; */
}

section.contact-section .wrap {
	min-height: 450px;
	margin-top: -52px;
	z-index: 5;
}

section.contact-section .col2 {
	z-index: 100;
}

.main-navigation ul ul a:hover, .menu-main-nav-container .sub-menu .current-menu-item a {
	color: white;
	transition: 0s;
	background-color: rgb(153, 186, 199);
	outline: none;
	border-radius: 0;
	opacity: 1;
}

/*--------------------------------------------------------------
18.0 Contact Form
--------------------------------------------------------------*/
.wpcf7 {
	margin: 0;
	padding: 0;
}

.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	float: left;
	/* display: none !important; */
}

.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

.wpcf7-mail-sent-ok {
	color: #7ca6b6;
	font-weight: bold;
	padding: 0;
	margin-left: 0;
	font-size: 15px;
}

.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	display: block;
	position: absolute;
	left: 240px;
	top: 6px;
	font-size: 8px;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}

.wpcf7 .ajax-error {
	display: none;
}

.wpcf7 .placeheld {
	color: #888;
}

#page .contact-section h1, #page .living-ethically h1 {
	text-align: center;
	font-size: 51px;
	width: 100%;
	text-transform: none;
	color: #1c1c1c;
	font-family: 'Open Sans', sans-serif;
	font-weight: 200;
}

section.contact-section label {
	float: left;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 5px;
	font-size: 22px;
	min-width: 59px;
	margin-top: 2px;
}

section.contact-section form span {
	display: block;
}

section.contact-section form input {
	width: 158px !important;
	border-radius: 0;
}

section.contact-section form p {
	clear: both;
	min-height: 13px;
	float: left;
	margin-bottom: 9px;
	width: 100%;
}

section.contact-section input[type="submit"] {
	padding: 5px 7px;
}

section.contact-section form textarea {
	height: 100px;
	margin-top: 2px;
	border-radius: 0;
}

.wpcf7-not-valid {
	border: 1px solid red !important;
}

span.wpcf7-not-valid-tip {
	font-size: 12px;
}

form label {
    font-weight: bold;
    text-transform: uppercase;
    line-height: 31px;
    font-family: 'Open Sans Condensed';
    font-size: 18px !important;
}

div.ginput_complex.ginput_container.gf_name_has_2 span {
	width: 49%;
}

.home .contact-section .gfield_required,
.site-footer .gfield_required {
	display: none !important
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: 2px;
}

li#field_7_1,
li#field_7_2 {
    width: 49%;
    float: left;
    clear: none;
    margin-right: 0;
    padding-right: 0
}

li#field_7_1 label,
li#field_7_2 label {
    float: left;
    display: block;
    line-height: inherit;
    margin-right: 6px;
}

#field_7_3 {
    margin-top: 15px;
    clear: both;
    float: left;
    width: 100%;
}

#gform_7 .gform_footer {
    float: right;
    width: auto;
    padding-top: 0;
}

#gform_7 .gfield_description.validation_message {
    display: none;
}

#gform_7 .gform_footer img {
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}

#field_7_1 .ginput_container,
#field_7_2 .ginput_container {
	margin-top: 0px;
}

div#gform_confirmation_message_7 {
	display: none;
}

#field_7_1 input.medium,
#field_7_2 input.medium {
    width: calc(92% - 45px);
    padding: 7px 5px;
    font-size: 13px;
}

li#field_7_3 textarea {
    max-height: 106px;
    font-size: 13px;
}

#content .gform_body li:before {
	display: none;
	content: none;
}

.gform_body .name_first label,
.gform_body .name_last label {
	font-size: 15px !important;
}

body .gform_wrapper ul li.gfield {
	padding-left: 0 !important
}

.gform_wrapper.gf_browser_chrome select,
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 5px 0 5px 3px;
}

span#input_3_16_2_cardinfo_right input {
    padding: 6px;
    margin-top: 2px;
}

.ginput_full {
	margin-top: 5px;
    float: left;
    width: 100%;
}

li#field_3_12 li label {
    font-weight: normal;
    text-transform: none;
    font-size: 17px !important;
}

li#field_3_12 li input {
    vertical-align: top;
    margin-right: 4px;
    margin-top: 7px;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
	margin-right: 4px
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label, .gform_wrapper ul.gfield_radio li input[type=radio]:checked+label {
    font-weight: inherit;
}

body .gform_wrapper ul li.gfield {
    margin-top: 26px;
 }

 div#gform_confirmation_message_8 {
    font-weight: bold;
    font-size: 17px;
}

ul#gform_fields_8 textarea {
    resize: vertical;
    min-height: 108px;
}

.ge-hide-field {
	display: none
}

.ginput_container.ginput_container_radio li label,
.ginput_container.ginput_container_checkbox li label
 {
    font-weight: normal;
    font-size: 18px !important;
    text-transform: none;
}

section.contact-section form label {
	float: left;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 31px;
	margin-right: 8px;
	font-family: 'Open Sans Condensed';
}

p.contact-subtitle {
	text-align: center;
	font-size: 14px;
	color: #404040;
	margin-bottom: 13px !important;
}

section.contact-section form input[type="submit"] {
	width: auto !important;
}


.home .main-services i.fa {
	font-size: 60px;
	text-align: center;
	display: block;
	color: #7da6b5;
	margin-left: 11px;
	margin-top: 5px;
}

.home .main-services i.fa:before {
	color: #7da6b5;
	background: -webkit-linear-gradient(transparent, transparent), url(images/icon-bg.png) top center no-repeat;
	background: -o-linear-gradient(transparent, transparent);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.home form.wpcf7-form {
	height: 345px;
	padding-bottom: 15px;
}

.footer-widgets form.wpcf7-form {
	height: 315px;
}

#wpcf7-f203-o1-wrap{
	height: 315px;
}

#wpcf7-f203-o2 form.wpcf7-form.sent,
#wpcf7-f208-p12-o1 form.wpcf7-form.sent,
#wpcf7-f16-o1 form.wpcf7-form.sent,
.home form.wpcf7-form.sent,
.footer-widgets form.wpcf7-form.sent {
	overflow: hidden;
	height: 0;
	transition: all .35s ease-in-out;
	padding-bottom: 0;
}


#wpcf7-f208-p12-o1 form.wpcf7-form {
    max-height: 1000px;
    height: auto;
}

#wpcf7-f208-p12-o1 form.wpcf7-form.sent {
	height: auto;
	max-height: 0px;
}

form.wpcf7-form {
	overflow-x: hidden;
}

.sent-message {
	display: none;
	line-height: 29px;
	font-size: 17px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-animation-duration: 1.2s;
	-webkit-animation-delay: .5s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: 1.2s;
	-moz-animation-delay: .5s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-ms-animation-duration: 1.2s;
	-ms-animation-delay: .5s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: 1.2s;
	animation-delay: .5s;
	animation-timing-function: ease;
	animation-fill-mode: both;
}

.home .sent-message {
	text-align: center;
	width: 413px;
	float: right;
}

.site-footer .sent-message {
	height: 0;
	transition: height .3s ease-in;
	transition-delay: .4s;
}

.site-footer .sent-message.fadeIn {
 	height: 100px;
}

#thankyou {
	font-weight: 900;
	text-transform: uppercase;
	font-size: 22px;
	font-family: 'Open Sans Condensed', sans-serif;
	padding-top: 7px;
}

.home #thankyou {
	text-align: center;
}

.sent-message-quote {
	font-family: 'Droid serif', serif;
	padding: 25px 0px;
	font-size: 17px;
	line-height: 37px;
	float: right;
	text-shadow: 1px 1px 0px rgba(255,255,255,.45);
}

.home .contact-section .wpcf7,
.home .contact-section form {
	width: 399px;
	float: right;
}

.home .contact-section form ul li label {
	line-height: initial !important;
}

.home .contact-section form ul li {
    clear: both;
    min-height: 13px;
    float: left;
    margin-bottom: 9px;
    width: 100%;
    padding: 0 !important;
    margin-top: 0 !important;
}

.home .contact-section textarea {
	max-height: 100px;
}

.home .contact-section .gform_confirmation_message_6 {
	display: none
}

.home .contact-section .gform_heading {
    margin-top: -16px;
}



body.home .contact-section .gform_wrapper .top_label div.ginput_container {
	margin-top: 0
}

#main section.living-ethically .wrap {
	background: url(images/treehug.png) no-repeat 130px 0;
	height: 360px;
	background-size: 34%;
}

#main section.living-ethically {
	padding-top: 0;
	padding-bottom: 0;
}

.parallax-window {
	min-height: 400px;
	background: transparent;
}

.home .blue-background.main-banner {
	min-height: 411px;
}

.home .footer-widgets ul li {
	display: inline-block;
	font-size: 13px;
}

.home .mc4wp-form p {
	display: inline-block;
	clear: none;
	float: none;
	margin-right: 16px;
}

.home .mc4wp-form input[type="submit"] {
	position: relative;
	right: initial;
	bottom: initial;
}

.home .blue-background.which-are-you {
	color: #454545;
	text-shadow: none;
}

.home .blue-background.which-are-you a {
	color: white;
}


#page .living-ethically h1 {
	margin-bottom: 20px;
    margin-top: 25px;
    line-height: 1em;
}

#page .contact-section h1 {
    float: right;
    width: 421px;
    margin: auto;
    padding-top: 22px;
    line-height: 1.5em;
}

#primary section.living-ethically h2 {
    font-size: 23px;
    margin-bottom: 15px;
    padding-top: 0px;
}

a.hashtag-ethicre {
    color: #7da6b5;
    margin-top: -15px;
    display: block;
}

#main section.main-services, #main section.home-blockquote {
	padding-bottom: 0;
	padding-top: 22px;
}

#primary .which-are-you h2 {
    margin-top: -16px;
    font-family: 'Open Sans Condensed';
    font-size: 28px;
}




/*--------------------------------------------------------------
19.0 Slider
--------------------------------------------------------------*/
.bx-wrapper {
	position: relative;
	margin: 0 auto 20px;
	padding: 0;
*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
	margin: auto;
}

.bx-wrapper .bx-viewport {
	border: 5px solid transparent;
	left: -5px;
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
	margin: auto;
	height: auto !important;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
	left: 3px;
	background: url(images/controls.png) no-repeat 0 -41px;
}

.bx-wrapper .bx-next {
    right: 0px;
    background: url(images/controls.png) no-repeat -50px -41px;
}

.bx-wrapper .bx-prev:hover {
	opacity: .8;
}

.bx-wrapper .bx-next:hover {
	opacity: .8;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 45px;
    height: 42px;
    text-indent: -9999px;
    z-index: 999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	width: 93%;
}

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #bcbcbc;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #535353;
}

section.client-slider .wrap {
	width: 920px;
	margin: auto;
}

section.client-slider {
	background: #f5f5f5;
	padding-bottom: 1.5em;
	border-top: 1px solid #E4E4E4;
}

.ie8 section.client-slider .wrap {
	width: 850px;
	margin: auto;
}
.ie8 section.contact-section .wrap:before {
	background:none;
}

.ie8 section.contact-section .wrap {
	background: url(images/contact-section-bg.jpg) no-repeat;
}

#content .bxslider li:before {
	content: none;
	color: transparent;
	width: 0;
}


.main-services .col4 .service-button {
  margin-right: 0;
  padding-right: 0;
}

section.why-are-we-different .col1 {
  padding-right: 2%;
  width: 50%;
}

section.why-are-we-different .col2 {
  float: right;
  width: 46%;
  margin-top: 15px;
}

.main-banner .col2 {
  width: 46%;
  float: right;
}

.which-are-you .col1 p,  .which-are-you .col2 p {
  line-height: 1.7em;
  margin-bottom: 0;
}

a.tweetethicre-button {
	background: url(images/twitter-small.png) no-repeat;
	width: 51px;
	height: 50px;
	position: absolute;
	right: -23px;
	content: "";
	top: -8px;
}

a.shareethicre:after {
	background: url(images/facebook-small.png);
	width: 51px;
	height: 50px;
	position: absolute;
	right: -54px;
	content: "";
	top: -9px;
}

img.tweetethicre, img.sharefb {
	width: 40px;
	float: left;
}

.home a.expand-button {
  position: relative;
}

.home .main-banner h1 {
    padding-top: 100px;
    text-align: center;
}

span.step-no {
  padding-right: 13px;
}

.which-are-you h3 img {
	vertical-align: middle;
}

#main section.bonus-points {
  padding-top: 24px;
  color: #404040;
  text-shadow: none;
}

#main section.bonus-points h1 {
  line-height: 1em;
}

#content .points-list {
  clear: both;
  float: left;
  margin-top: 6px;
}

section.bonus-points a {
  color: white;.col-
}

#content ul.points-list li {
  padding-bottom: 0;
  margin-bottom: 2px;
}

section.bonus-points .col1 {
  width: 26%;
}

section.bonus-points .col2 {
    width: 25%;
    margin-right: 3%;
    padding-right: 4%;
    position: relative;
}

section.bonus-points .col2:after {
  content: "";
  background: #e8e8e8;
  height: 92%;
  width: 1px;
  position: absolute;
  right: 0;
  top: 0px;
  opacity: 1;
  transition: all .4s linear;
}

#main section.living-ethically .col2 {
  width: 49%;
  margin-right: 4%;
  float: right;
}

.social-sharing-icons {
  margin: 16px 0 0px 26px;
}

#tweettext, .shareethicre {
	float: left;
	display: inline-block;
	padding: 7px 9px;
	border: 1px solid #d1d0d0;
	border-radius: 1px;
	margin-right: 55px;
	text-decoration: none;
	width: 140px;
	position: relative;
	line-height: normal;
	background: white;
	color: #666;
}



/*--------------------------------------------------------------
20.0 Footer Pages
--------------------------------------------------------------*/

.mc4wp-form p {
	float: left;
	margin-right: 11px;
}

h2.widget-title.mailchimp {
	float: left;
	margin-right: 22px;
}

.mc4wp-form p {
	margin-top: 5px;
	margin-bottom: 30px;
	float: left;
	clear: both;
	margin: 5px 0;
}

.mc4wp-form input {
	padding: 6px 8px;
	font-size: 14px;
	line-height: normal;
	font-weight: 600;
	margin-bottom: 4px;
}

section.footer-widgets {
	padding-top: 35px;
	overflow: hidden;
	height: auto;
	position: relative;
	padding-bottom: 15px;
	/* z-index: -10; */
}

.footer-widgets span.wpcf7-not-valid-tip {
	left: 0;
	top: 25px;
	min-width: 160px;
}

#wpcf7-f203-o1 input {
	width: 70%;
}

#wpcf7-f203-o1 input[type="submit"] {
	float: right;
	display: block;
	width: 80px;
}

#wpcf7-f203-o1 .wpcf7-submit {
	float: right !important;
}

#wpcf7-f203-o1 input.wpcf7-submit {
	float: right;
}

img.ajax-loader {
	float: right;
	margin-right: 6px;
	padding-top: 4px;
}

.home img.ajax-loader {
	float: none;
	padding-top: 0
}

.contact-subtitle-footer {
	font-size: 14px;
	margin-bottom: 1em;
}

.respons.col-6w.footer-col2 {
	float: right;
}

aside#text-4 .widget-title {
	float: left;
	width: auto;
}

aside#text-4 .text-widget {
	float: right;
	width: 50px;
}

aside#text-4 .textwidget {
	float: left;
	margin-left: 11px;
	margin-top: 0px;
	position: relative;
}

.mc4wp-form input[type="submit"] {
	position: absolute;
	font-weight: normal;
	bottom: 15px;
	right: -71px;
}

.footer-bg {
	background-image: url(images/footer-bokeh.png);
	background-size: 100%;
	height: 100%;
	width: 100%;
	position: absolute;
	background-position: center center;
	margin-top: -35px;
	opacity: .8;
	padding-bottom: 35px;
	-moz-transition: all 0.3s ease- out;
	-ms-transition: all 0.3s ease- out;
	-o-transition: all 0.3s ease- out;
	-webkit-transition: all 0.3s ease- out;
	transition: all 0.3s ease-out;
}

.footer-bottom {
	position: relative;
	z-index: 10;
	background: #404040;
	padding-bottom: 20px;
}

.footer-bottom .wrap{
	position: relative;
}

/*--------------------------------------------------------------
21.0 Pages
--------------------------------------------------------------*/

img.about-author-image {
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 10;
	display: inline;
	margin-right: 27px;
}

#primary h2 {
	font-size: 26px;
	color: #7da6b5;
	text-transform: uppercase;
	position: relative;
	font-weight: bold;
	letter-spacing: -1px;
}

.about-author-snippet-text {
	padding-left: 300px;
	width: 69.9%;
	min-height: 195px;
}

#page .about-author-snippet-text h1 {
	color: #404040;
	font-size: 24px;
	clear: none;
	margin-bottom: 0;
}

#main section.about-author-snippet.blue-background {
	padding-top: 1em;
	padding-bottom: 1em;
	margin-top: 2em;
}

ol.number-list li {
	list-style-type: none;
}

ol li {
	margin-bottom: 1.5em;
}

ul li {
	margin-bottom: .5em;
	position: relative;
}

ol.number-list .number-one {
	background: url(images/1.png) no-repeat;
}

ol.number-list li {
	padding-left: 45px;
}

ol.number-list {
	margin: 5px 0;
}

ol.number-list .number-two {
	background: url(images/2.png) no-repeat;
}

ol.number-list .number-three {
	background: url(images/3.png) no-repeat;
}

.page-template-about #main .overview {
	padding-bottom: 0;
}

section.about-author-snippet p {
	font-size: 15px;
	margin-bottom: 0;
	font-family: 'Droid Serif';
	line-height: 2em;
}

/*--------------------------------------------------------------
22.0 Archives / Blog / Search
--------------------------------------------------------------*/

.blog .entry-content, .archive .entry-content, .search .entry-content  {
	position: relative;
	overflow: hidden;
	padding-bottom: 1px;
	/* max-height: 150px; */
	transition: all .4s ease-in-out;
	margin-top: 0;
}


.ie8 .blog .entry-content,
.ie7 .blog .entry-content {
	height: auto !important;
	max-height: none;
}


.twitter-share {
	float: left;
	padding-top: 4px;
	display: block;
	padding-left: 15px;
}

.fb-like {
	float: left;
	display: block;
}

a.expand-button {
	position: absolute;
	right: 0;
	top: 10px;
	padding: 3px 8px;
	z-index: 999;
}


.show-comments a.expand-button {
    bottom: -55px;
}


footer.entry-footer, .single-footer-social {
	position: relative;
	z-index: 10;
}

p.entry-padding {
	display: block;
	width: 100%;
	background: black;
	position: absolute;
	bottom: 0;
	z-index: 100;
}

.ie8 .blog .fb-comments.fb_iframe_widget,
.ie7 .blog .fb-comments.fb_iframe_widget{
	display: none
}

.share-icons .fb-like.fb_iframe_widget iframe {
	max-width: inherit;
	max-width: none;
	z-index: 9999999999999999;
 	background: white;
	position: relative;
}

.blog article, .archive article, .search article  {
	padding-top: 60px;
	position: relative;
	clear: both;
}

.blog #primary, .archive #primary, .search #primary {
	width: 65%;
	margin-right: 5%;
	margin-bottom: 50px;
}

.blog header, .archive header, .search header {
	position: relative;
}

h1.entry-title.light-blue a {
	text-decoration: none;
}

.entry-wrap {
	position: relative;
}

header.entry-header a {
	display: inline-block;
}

header.entry-header .thumbnail-link {
	display: block;
}

.share-icons {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-animation-duration: 1.3s;
	-webkit-animation-delay: 2s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	animation-duration: 1.4s;
	animation-delay: 2s;
	animation-timing-function: ease;
	animation-fill-mode: both;
}

.blog .show-comments .fb-comments.fb_iframe_widget, .archive .show-comments .fb-comments.fb_iframe_widget, .search .show-comments .fb-comments.fb_iframe_widget {
	height: auto;
	min-height: 0px;
	opacity: 1;
}

span.cat-links {
	font-size: 14px;
	color: #666;
}

span.cat-links a {
	font-style: italic;
	color: #666;
}

.entry-content a {
	color: #7199a7;
	transition: opacity .2s ease-in-out;
}

#infscr-loading {
	clear: both;
}

#infscr-loading img {
	display: none !important;
}

#infscr-loading  a img {
	display: block !important;
}

.single #main article {
	padding: 40px 0;
}

.show-comments .entry-content {
	margin-bottom: 20px;
}


/*--------------------------------------------------------------
22.1 Archive / Blog / Search - Sidebar
--------------------------------------------------------------*/

#primary.sidebar {
	float: left;
	margin-right: 5%;
	width: 67.7%;
}

#secondary {
	margin-top: 45px;
	float: right;
	font-size: 14px;
	width: 27.3%
}

#secondary iframe {
	border: 2px solid #e8e8e8 !important;
}

#content ul li {
	padding: 0px 0 0px 15px;
}

#secondary .widget_categories li {
	display: inline-block;
	padding: 0 4px 0 12px;
}

#secondary li {
	margin-bottom: 1px;
}

/*--------------------------------------------------------------
23.0 Our Work
--------------------------------------------------------------*/

#content ul#filterOptions li:before, #content ul.ourHolder li:before {
	content: none;
	color: transparent;
	height: 0;
	width:0;
}

ul.ourHolder li {
	float: left;
	padding-left: 0;
}

#project-gallery .ourHolder > li {
	padding-left: 0;
	padding-right: 0;
	width: 25%;
	overflow: hidden;
	margin-bottom: 0;
	cursor: pointer;
	display: block;
}

#project-gallery li#proid-4, #project-gallery li#proid-8, #project-gallery li#proid-12, #project-gallery li#proid-16, #project-gallery li#proid-20, #project-gallery li#proid-24, #project-gallery li#proid-28, #project-gallery li#proid-32, #project-gallery li#proid-36, #project-gallery li#proid-40 {
	padding-right: 0;
}

ul.ourHolder li > img {
	margin-right: 10px;
}

#project-gallery {
	margin-bottom: 140px;
}

/*- FILTER OPTIONS -*/
.options-container {
	width: 100%;
	text-align: center;
	border-bottom: none;
}

ul#filterOptions {
	margin: 0 auto;
	width: auto;
	height: auto;
}

#project-gallery ul#filterOptions li {
	height: auto;
	margin-right: 2px;
	display: inline-block;
	padding: 0 10px 0 0;
}

ul#filterOptions li a {
	text-decoration: none;
}

ul#filterOptions li a:hover {
	opacity: .8;
}

/*- OUR DATA HOLDER -*/
ul.ourHolder {
	width: 99%;
	height: auto;
	overflow: hidden;
}

ul.ourHolder li.item {
	list-style: none;
	padding: 1px;
	width: 200px;
	height: 200px;
	display: inline-block;
	text-align: center;
	overflow: hidden;
}

ul.ourholder li.item img {
	width: 100%;
	height: auto;
}

ul.ourHolder li.item h3 {
	margin-top: 10px;
	font-size: 14px;
	line-height: 20px;
}

.descriptions {
	clear: both;
}

.descriptions h3 {
	font-size: 12px;
	text-align: center;
}

#project-gallery ul#filterOptions li:before {
	content: "/" !important;
	font-size: 26px;
	padding-right: 12px;
	color: #414141;
	position: relative;
	top: -1px;
	font-weight: 200;
}

#project-gallery ul#filterOptions li.view-all:before {
	content: none !important;
}

.project-content {
	display: none
}

.show-project .project-content {
	display: block;
	float: left;
	width: 290px;
	margin-left: 30px;
	margin-top: 19px;
}

.project-li {
	display: none;
}

.project-title {
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: 0;
}

.ourHolder li:hover .project-title {
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	opacity: 1;
}

.project-title {
	font-size: 23px;
	text-align: center;
	padding: 9px 20px 8px;
	margin: 0px 0px 0 0;
	background: rgba(255, 255, 255, 0.84);
	text-transform: uppercase;
	width: 80%;
	bottom: 61px;
	position: absolute;
	line-height: 1.2em;
}

.project-short-details {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 999;
}

.ourHolder li:hover img {
	opacity: .4;
}

ul.ourHolder li img {
	opacity: 1;
	transition: all .3s ease-in-out;
}

.projects-wrap {
	height: 0;
	transition: all .4s linear;
	overflow: hidden;
}

.projects-wrap.show-project {
	height: 750px;
	opacity: 1;
}

.projects-wrap {
	transition: all .4s linear;
	position: relative;
}

.hide-project {
	opacity: 0;
	height: 0 !important;
}

.projects-wrap .bx-wrapper .bx-viewport, .projects-wrap .bx-wrapper {
	margin-left: 0;
}

#content .projects-wrap .bxslider li {
	margin-left: 0;
	padding-left: 0;
	display: block;
	display: -webkit-box;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	height: 100%;
}

.project-close {
	width: 40px;
	height: 40px;
	background: url(images/controls.png) no-repeat -99px 0;
	position: absolute;
	right: 0;
	cursor: pointer;
	top: 0;
	z-index: 999;
	transition: all .2s ease-in;
}

.project-close:hover {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.projects-wrap ul.bxslider {
	height: 645px;
}

span.details-heading {
	font-weight: bold;
}

.project_meta {
	clear: both;
	float: left;
	margin-bottom: 1.5em;
}

#main section.overview {
	padding-top: 0;
}

.gallery-image-wrap {
	margin-left: 0;
	padding-left: 0;
	display: block;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	height: 100%;
	float: left;
	border: 5px solid transparent;
	max-width: 690px !important;
	margin: 0 auto 20px;
}


/*--------------------------------------------------------------
24.0 Contact
--------------------------------------------------------------*/

.page-template-page-contact .business-name {
	width: 315px;
}

.page-template-page-contact .your-phone {
	width: 337px;
}

.page-template-page-contact .your-email {
	width: 333px;
}

.page-template-page-contact #wpcf7-f208-p12-o1.wpcf7 {
	max-width: 85%;
	margin-top: 4em;
}

.page-template-page-contact #wpcf7-f208-p12-o1.wpcf7 input.wpcf7-submit {
	margin-top: 25px;
}

.footer-widgets #wpcf7-f203-o2 input {
	width: 211px;
}

.footer-widgets #wpcf7-f203-o2 input.wpcf7-submit {
	float: right;
	margin-right: 10px;
}

#page .footer-widgets h1 {
	margin-bottom: -1px;
}

.page-template-page-contact .your-name {
    width: 296px;
}

.page-template-page-contact .your-name {
  width: 336px;
}

/* Misc */


#secondary .widget-title { margin-bottom: 6px; }

#mc_embed_signup input[type="email"] {
	width: 170px;
	margin-right: 5px;
}

#page h1.page-title, #page h1.entry-title {
	margin: 25px 0;
	font-size: 30px;
}

a:hover { opacity: .8; }

ul.footer-social-icons a {
	display: block;
	text-decoration: none;
	padding-top: 10px;
	margin-top: 0;
}

#colophon ul.footer-social-icons li {
	display: block;
	padding: 0 0 2px;
	float: left;
	margin: 0 5px;
}

#colophon ul.footer-social-icons {
	list-style-type: none;
	width: 240px;
	margin: auto;
	padding: 0;
}
.ie8 #colophon ul.footer-social-icons {
	width: 260px;
}

a.ftr-hastag h2 {
	color: white;
	margin-top: 11px !important;
}

span.ftr-highlight a {
	text-decoration: none;
	color: #7ea8b8;
	font-weight: 700;
}

a.logo-link { display: block; }

.which-are-you .col1:after {
	content: "";
	background: #BABABA;
	height: 86%;
	width: 1px;
	position: absolute;
	right: -16%;
	top: 16px;
	opacity: 0;
	transition: all .4s linear;
}

.steps-diagram-static { display: none; }

ul.footer-social-icons li:before { display: none }

.which-are-you .features-anim-in.col1:after {
	opacity: 1;
	transition-delay: .7s;
}

a.service-button {
	text-decoration: none;
	display: block;
	transition: opacity .3s ease-in;
}

#FeatureText {
	font-size: 18px;
	text-align: center;
	font-family: 'Droid Serif', serif;
	line-height: 35px;
}

h1.white, .white { color: white !important }

h1.light, h1 .light { color: #a6c4d0 !important }

h1.dark, h1 .dark { color: #7da6b5 !important }

h2.white {
	color: white !important;
	font-size: 20px;
}

section.main-services .wrap.feature { overflow: visible; }

.single footer.entry-footer { margin: 1.5em 0 0; }

.project-title.long-title { bottom: 42px; }

.project-title.medium-title { bottom: 51px; }

.blog #page h1.entry-title, .archive #page h1.entry-title {
	margin: 0;
	line-height: 1.4em;
 	margin-bottom: 8px;
}

.single .share-icons {
	margin-bottom: 10px;
	padding-bottom: 10px;
	height: 35px;
}

.single-footer-social .fb-comments {float: left}

.single #page h1.entry-title {
  margin: 0;
  line-height: 1.4em;
  margin-bottom: 20px;
}

.single .fb-comments {float: left;margin-bottom: 30px;margin-top: -10px;}


.about .col3 {
	float: right;
	width: 27.7%;
}

.blog #page h1.entry-title.light-blue { margin: 0; margin-bottom: 8px; }

.blog #page h1.page-title, .archive #page h1.entry-title { margin: 0; }

.projects-wrap h2 { padding-right: 45px; }

.fb-comments .fb_iframe_widget, .fb-comments .fb_iframe_widget span, .fb-comments .fb_iframe_widget span iframe[style] {
	min-width: 100% !important;
	width: 100% !important;
}

#FeatureText {
	font-size: 18px;
	text-align: center;
	font-family: 'Droid Serif', serif;
	line-height: 35px;
}

.archive #page h1 a, .blog #page h1 a, .search #page h1 a { margin-bottom: 0; }

#content .ftr-sitemap ul li.menu-heading {
	padding-left: 0;
	display: block;
}

.projects-wrap .bx-wrapper, .gallery-image-wrap {
	width: 700px;
	float: left;
	text-align: center;
}

.mc4wp-alert.mc4wp-success { padding-top: 9px; }

.main-navigation .nav-menu .sub-menu a:hover { opacity: .83; }

.home .main-banner .col1 br { display: none; }

.sharing-icons-mobile {
	display: none;
	margin: auto;
	width: 117px;
	clear: both;
	padding-bottom: 35px;
}

.sub-menu a:hover { color: white; }

#secondary ul { margin-top: 0; }

#secondary p.mc-submit {
	position: relative;
	float: left;
	display: block;
	clear: none;
	margin-left: 15px;
	clear: none;
}

.ie8 #secondary p.mc-submit,
.ie7 #secondary p.mc-submit {
	margin-left: 0
}
.ie8 #secondary p.mc-fname input,
.ie7 #secondary p.mc-fname input.ie8  {
	width: auto;
}

#secondary p.mc-fname input { width: 107px; }

#secondary .mc-fname {
	float: left;
	display: block;
	clear: both;
}

#secondary p.mc-submit input {
	position: relative;
	bottom: 0;
	right: 0;
}

.main-navigation .menu-item-has-children li:hover > a { border-radius: 0 15px 0px 0px; }

.col-5w.about-col3 {
	float: right;
	width: 27%;
}

.main-navigation li.menu-item-has-children .sub-menu li:hover > a { border-radius: 0; }

ul.sub-menu li {
	height: 0;
	overflow: hidden;
	display: block;
	transition: all .1s ease-in;
}

.main-navigation li.menu-item-has-children.current-page-ancestor:hover > a { transition: all .5s ease-in; }

#page .which-are-you h1.donated-heading {
	padding-top: 56px;
	margin-bottom: 0px;
	font-size: 27px;
}

.home #primary .which-are-you h2 { color: #404040; }

.home .which-are-you .col1:after { background: #e8e8e8; }

.home hr.vertical-white { background: #e8e8e8; }

.main-navigation ul li:hover > ul li { height: 37px; }

form#tweetethicre-form {
	position: relative;
	border: none;
	padding: 0 5px;
}

form.tweetethicre {
	border: none;
	float: left;
	width: 190px;
	position: relative;
	margin-right: 45px;
}

a.shareethicre-m {
	background: url(images/facebook-small.png);
	width: 51px;
	height: 50px;
	display: block;
	float: left;
	margin-left: 15px;
}

a#tweetethicre-submit {
	background: url(images/twitter-small.png);
	width: 51px;
	height: 50px;
	display: block;
	float: left;
}

.sharing-icons-mobile br { display: none; }


.fb-comments, .fb-comments span, .fb-comments.fb_iframe_widget span iframe {
    width: 100% !important;
}

.wrap.feature {
    overflow: hidden;
}

#primary section.main-services h2 {
  color: #404040;
  font-size: 20px;
  margin-bottom: -4px;
}

.service-icon {
  margin-top: 29px;
  margin-bottom: -22px;
}

p.service-icon-wrap {
    min-height: 69px;
    display: block;
}


* Group Lists */ .group-container {
 position: relative;
 margin-right: 5%;
 margin-bottom: 35px;
 display: inline-block;
 clear: both;
 float: left;
}

span.group-heading {
	position: absolute;
	bottom: 1px;
	background: #404040;
	width: 90%;
	padding: 8px 5%;
	color: white;
	left: 0;
	line-height: normal;
}

.group-content {
	position: relative;
	height: 198px;
	font-weight: 600;
	background: #f4f4f4;
}

.group-container a.expand-group {
	position: absolute;
	width: 100%;
	height: 197px;
	top: 0;
	left: 0;
	display: block;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEUAAACnej3aAAAAAXRSTlMAQObYZgAAAApJREFUCNdjYAAAAAIAAeIhvDMAAAAASUVORK5CYII=);
}

#content .group-container ul {
	border: 1px solid #e1e1e1;
	margin: 0;
}

#content .group-container li {
	padding: 2px 15px;
	margin: 0;
	margin-left: 7px;
}

#content .group-container ul li:before {
	top: 2px;
	left: 3px;
}

#content .group-container ul {
	border: 1px solid rgba(226, 226, 226, 1);
	margin: 0;
	width: 100%;
	z-index: 10;
	background: #f4f4f4;
	border-top: none;
	box-sizing: border-box;
	padding: 10px 0;
	line-height: 1.5em;
	font-size: 13px;
	height: auto;
}

.group-container a {
	color: #7199a7;
	font-size: 13px;
	line-height: 1.5em;
	display: inline-block;
}

#content li.coming-soon-text:before {
    content: none;
}

#content li.coming-soon-text {
    padding-left: 15px;
}

.toggle-wrap.closed ul { opacity: 0 }

.toggle-wrap ul {
	opacity: 1;
	transition: all .3s ease-in;
}

#content .group-container .closed ul { z-index: 0 }

.groups {
	margin: 0 5%;
	margin-bottom: 110px;
}

.toggle-wrap.closed .group-content:after, .toggle-wrap .group-content:after {
	content: "";
	position: absolute;
	right: 9px;
	bottom: 12px;
	font-size: 12px;
	border-top: 9px solid white;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: none;
}

.toggle-wrap .group-content:after {
	content: "";
	border-top: none;
	border-bottom: 9px solid white;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	bottom: 12px;
	right: 9px;
}

.expand-text, .close-text {
	color: white;
	position: absolute;
	bottom: 5px;
	right: 31px;
	font-size: 12px;
	opacity: 0
}

.toggle-wrap.closed .expand-text, .toggle-wrap .close-text { opacity: 1; }

.toggle-wrap .expand-text, .toggle-wrap.closed .close-text { opacity: 0 }

#content ul li.group-container:before { content: none }

#content ul li.group-container { padding: 0 0 15px; }

#content ul.list-column {
	padding: 0;
	margin: 0 33px 0 0;
	width: 277px;
}

.ie8 #content ul.list-column {
	margin-right: 15px;
}

.ie8 .expand-text, .ie8 .close-text {
	display:none;
}

.ie8 .toggle-wrap.closed .group-content:after, .ie8 .toggle-wrap .group-content:after {
	width: 0;
	content: none;
}

ul.list-column { float: left; }

.list-container {
	margin: 0 6%;
	margin-top: 15px;
	display: block;
}

#content ul.list-column.list-column_last { margin-right: 0; }



.team-wrap{
   position: relative;
   float: left;
   left: 0px;
   margin-bottom: 50px;

}
.left1{
   position: relative;
   float: left;
   left: 5px;
   width: 200px;
}
.left2{
   position: relative;
   float: left;
   left: 65px;
   width: 200px;
}
.left3{
   position: relative;
   float: left;
   left: 115px;
   width: 200px;
}
.left4{
   position: relative;
   float: left;
   left: 165px;
   width: 200px;
}
.left5{
   position: relative;
   float: left;
   left: 45px;
   width: 200px;
}

.paging-navigation .page-numbers {
	border-top: 5px solid transparent;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin-right: 1px;
    padding: 2px 11px;
    text-transform: uppercase;
    border: 1px solid #B7CBD4;
    text-decoration: none;
}

.paging-navigation .page-numbers.current {
    background: #A0BFCC;
    color: white;
}

.paging-navigation a {
    color: #404040;
}

nav.navigation.paging-navigation {

}

.social-likes__button, .social-likes__counter {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 600 !important;
}

article .entry-footer {
	padding-top: 10px;
}

#content .list-column ul li::before {
    content: "» " !important;
}

.service-icon:hover {
	background: transparent !important;
}

.termsserviceform ul li:before {display:none;}
.termshostingrenewalform ul li:before {display:none;}
.termshostingsignupform ul li:before {display:none;}

.post-453 .entry-content .one_half {border-left: 10px solid #a6c4d0; padding-left:10px;max-width: 50%;}
.post-453 .entry-content .one_half_last {border-left: 10px solid #a6c4d0; padding-left:10px;max-width: 50%;}

ins{background:#fff}