/* eco-classrooms - www.eco-classrooms.com */
/* © run2, March 2015 - www.run2online.com */
/* main stylesheet - green #57ab27, logo dark green #2e6c1c */


/* Specialist Fonts */

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

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


/* Body setup */
html,
body {
	height: 100%;
	margin-top: 130px;
}

body {
	background: #dcefd9;
	color: #757575;
	font-family: 'Tahoma', 'Trebuchet', 'Verdana', 'Arial', sans-serif;
	margin: 0;
	text-align: center;
}
.body-home {
	margin-top: -130px;
}


/* General Typography */
h1 {
	color: #57ab27;
	font-family: 'AsapBold', 'Tahoma', 'Arial', sans-serif;
	font-size: 2.5em;
	margin: 20px 0 -10px 0;
	padding: 0 0 10px;
}
h1 small {
	color: #57ab27;
	font-family: 'Asap', 'Tahoma', 'Arial', sans-serif;
	margin-left: 15px;
}
h2 {
	color: #57ab27;
	font-family: 'AsapBold', 'Tahoma', 'Arial', sans-serif;
	font-size: 1.5em;
	margin: 0 0 15px;
	padding: 0;
}
h2 small {
	color: #57ab27;
	font-family: 'Asap', 'Tahoma', 'Arial', sans-serif;
	margin-left: 10px;
}
.section-top-projects h2,
.section-top-news h2 {
	color: #57ab27;
	font-size: 1.65em;
	font-family: 'Asap', 'Tahoma', 'Arial', sans-serif;
	margin: .4em 0 30px;
}
.section-top-projects h2.spaced {
	display: block;
	margin-bottom: 15px;
	margin-left: 0;
	margin-top: 15px;
}
h3 {
	color: #000;
	font-family: 'AsapBold', 'Tahoma', 'Arial', sans-serif;
	font-size: 1.1em;
	margin: 15px 0 10px;
	padding: 0;
}
h3 small {
	font-family: 'Asap', 'Tahoma', 'Arial', sans-serif;
	font-size: 1em;
}
.section-top-projects h3,
.section-top-news h3 {
	margin-top: 0;
}
h4 {
	color: #fff;
	font-family: 'Asap', 'Tahoma', 'Arial', sans-serif;
	margin: 0;
	padding: 0;
}
h5 {
	color: #fff;
	font-family: 'AsapBold', 'Tahoma', 'Arial', sans-serif;
	font-size: 1.5em;
	margin: 0 0 5px;
	padding: 0;
}
h6 {
	color: #57ab27;
	font-family: 'AsapBold', 'Tahoma', 'Arial', sans-serif;
	font-size: 1.2em;
	margin: 10px 0 5px;
	padding: 0;
}
p {
	margin: 0 0 10px;
}
a {
	color: #57ab27;
	margin: 0;
	padding: 3px 0;
	text-decoration: underline;
	-webkit-transition: all .2s ease-in;  /* Saf3.2+, Chrome */
	-moz-transition: all .2s ease-in;  /* FF4+ */
	-ms-transition: all .2s ease-in;  /* IE10? */
	-o-transition: all .2s ease-in;  /* Opera 10.5+ */
	transition: all .2s ease-in;
}
a:hover {
	background: #57ab27;
	color: #fff;
	text-decoration: none;
}
ul {
	margin: 0 0 10px;
	padding: 0;
}
table {
	margin: 0;
	padding: 0;
}


/* Span Classes */
.Asap {
	font-family: 'Asap', 'Tahoma', 'Arial', sans-serif;
}
.AsapBold {
	font-family: 'AsapBold', 'Tahoma', 'Arial', sans-serif;
}
.green,
.red {
	color: #57ab27;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.offleft {
	left: -999px;
	position: absolute;
	visibility: hidden;
	width: 990px;
}
.noborder {
	border: none;
	margin: 0;
}
.rule {
	border-bottom: 1px solid #57ab27;
	clear: both;
	margin-bottom: 30px;
}
.fa {
	width: 1.5em;
}
.abbr {
	display: inline-block;
	margin-right: 10px;
	width: 1em;
}
hr {
	border-top: 1px solid #57ab27;
	margin: 0 0 30px;
}
.spaced {
	display: block;
	margin: 30px 0 15px;
}
.quote {
	color: #000;
	font-size: 1.8em;
	margin-top: 30px;
}
.top-0 {
	margin-top: 0;
}
.top-15 {
	margin-top: 15px;
}
.top-30 {
	margin-top: 30px;
}
.bottom-30add {
	margin-bottom: 30px !important;
}
.bottom-15 {
	margin-bottom: 15px !important;
}
.bottom-30 {
	margin-bottom: -30px !important;
}
.no-padding {
	padding-left: 0;
	padding-right: 0;
}
h1.page-header {
	margin-top: 0;
}
ul.disc {
	list-style: disc;
	margin-left: 17px;
}
.lead {
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 15px;
}
.contactwide {
	color: #57ab27;
	display: block;
	float: left;
	width: 150px;
}
.prev_link,
.next-link {
	display: inline-block;
	margin-top: 15px;
}
.inline-quote {
	margin: 0;
}
.inline-byline {
	color: #57ab27;
	margin-bottom: 30px;
	text-align: right;
}
.shadowed {
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .7);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .7);
	box-shadow: 0 0 8px rgba(0, 0, 0, .7);
}

.btn {
	background: #fff;
	border: none;
	color: #555;
	-webkit-transition: all .2s ease-in;  /* Saf3.2+, Chrome */
	-moz-transition: all .2s ease-in;  /* FF4+ */
	-ms-transition: all .2s ease-in;  /* IE10? */
	-o-transition: all .2s ease-in;  /* Opera 10.5+ */
	transition: all .2s ease-in;
}
.btn:hover {
	background: #09c;
	color: #fff;
}
#video_1 {
	margin-top: 15px;
}

/* Header gradient - part of main nav section */
.grad {
	background-image: linear-gradient(to right, #efe44b, #2e6c1c);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .7);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .7);
	box-shadow: 0 0 8px rgba(0, 0, 0, .7);
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#efe44b, endColorstr=#2e6c1c)'; /* For IE8-9 */
	height: 10px;
}


/* Main Nav */
nav {
	background-color: rgba(255, 255, 255, .8) !important;
	color: #3e3e3e;
	font-family: 'Asap', 'Tahoma', 'Arial', sans-serif;
}
nav a {
	color: #3e3e3e !important;
	text-decoration: none;
}
.nav a {
	height: 28px !important;
	padding: 5px 7px !important;
}
.navbar,
.navbar-inverse {
	border: none;
}
nav a.current {
	color: #57ab27 !important;
}
nav a:hover {
	background: #57ab27;
	color: #fff !important;
}
.nav.navbar-nav a:hover {
	background: #57ab27 !important;
}
nav a.navbar-brand {
	color: #57ab27 !important;
	margin-top: 10px !important;
}
nav a.navbar-brand:hover {
	background: none !important;
}
.navbar-default,
.navbar-toggle {
	background-color: #57ab27 !important;
}
address {
	float: right;
	font-family: 'AsapBold', 'Tahoma', 'Arial', sans-serif;
	font-size: 15px;
	margin: 30px 0 0;
	text-align: right;
}
address a {
	padding-left: 3px;
	padding-right: 3px;
}
a.icon-social {
	background-color: #000;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 1.25em;
	display: inline-block;
	height: 1.5em;
	margin: 0 .25em -.3em;
	width: 1.5em;
}
.icon-social:focus,
.icon-social:hover {
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 1.25em;
	display: inline-block;
	height: 1.5em;
	margin: 0 .25em -.3em;
	width: 1.5em;
}
.icon-social--email {
	background-image: url('/assets/icon-email-black.png');
}
.icon-social--email:focus,
.icon-social--email:hover {
	background-color: #2e6c1c;
	background-image: url('/assets/icon-email-col.png');
}
.icon-social--facebook {
	background-image: url('/assets/icon-facebook-black.png');
}
.icon-social--facebook:focus,
.icon-social--facebook:hover {
	background-color: #35528f;
	background-image: url('/assets/icon-facebook-col.png');
}
.icon-social--linkedin {
	background-image: url('/assets/icon-linkedin-black.png');
}
.icon-social--linkedin:focus,
.icon-social--linkedin:hover {
	background-color: #0076b1;
	background-image: url('/assets/icon-linkedin-col.png');
}
.icon-social--twitter {
	background-image: url('/assets/icon-twitter-black.png');
}
.icon-social--twitter:focus,
.icon-social--twitter:hover {
	background-color: #009ddf;
	background-image: url('/assets/icon-twitter-col.png');
}

/* Page Sections */
.section,
.section-colored {
	padding: 30px 0;
}
.section-colored {
	background-color: #57ab27; /* change this to change the background color of a colored section */
	color: #fff;
}
.section-colored h2 {
	color: #fff;
	font-family: 'Asap', 'Tahoma', 'Arial', sans-serif;
}
.section-colored--white {
	background-color: #fff;
	color: #000;
}
.section-colored--white .row {
	align-items: center;
	display: flex;
	justify-content: center;
}
.section-colored--white .link-box {
	margin-bottom: 0;
}
.section-colored--white p {
	color: #57ab27;
	font-family: 'AsapBold', 'Tahoma', 'Arial', sans-serif;
	font-weight: bold;
	margin-bottom: 0;
}
.sidebar ul {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 5px;
}

.img-home-portfolio,
.img-customer,
.portfolio-item {
	margin-bottom: 30px;
}

.tab-pane {
	margin-top: 15px;
}

.section-top {
	margin-top: 95px;
}
.section-top-projects {
	margin-top: 35px;
}
img .main {
	margin-bottom: 0;
}
.flex-row {
	display: flex;
	flex-wrap: wrap;
}
.flex-row.case-studies p.more {
	margin-left: 15px;
	margin-top: 10px;
}
div.project {
	margin-bottom: 0;
	margin-top: 30px;
}

.case-study {
	background: #fff;
	padding: 5px;
}
.case-study p {
	margin-bottom: 5px;
}

.youtube-player {
	height: calc(100% * .5625);
	padding-top: 30px;
	width: 100%;
}


/* Hovercaption styles */
.hovercaption {
	position: relative; /* important (so we can absolutely position the description div) */
}
.hovercaption .description {
	background-color: #57ab27;
	bottom: 0; /* position will be on bottom */
	color: #fff;
	display: none; /* hide it */
	left: 0;
	margin: 0 15px 30px;
	position: absolute; /* absolute position (so we can position it where we want) */
	text-align: left;
	z-index: 999;
}
.hovercaption .description a,
.hovercaption .description a:hover {
	text-decoration: none;
}
.hovercaption .description_content {
	padding: 10px 10px 0;
}


/* Home page */
.home-intro {
	color: #57ab27;
	font-family: 'AsapBold', 'Tahoma', 'Arial', sans-serif;
	font-size: 1.6em;
	margin: 0 0 20px;
	padding: 0 0 10px;
}
.link-panel a {
	background: #022a59;
	color: #fff;
	display: block;
	font-family: 'AsapBold', 'Tahoma', 'Arial', sans-serif;
	font-size: 1.2em;
	margin-bottom: 15px;
	padding: 10px;
	text-decoration: none;
}
.link-panel a:hover {
	background: #57ab27;
}

.home-box-outer {
	position: relative; /* important (so we can absolutely position the description div) */
}
.home-box {
	background-color: rgba(87, 171, 39, .8);
	bottom: 30px;
	color: #fff;
	left: 15px;
	padding: 10px 10px 0;
	position: absolute;
	right: 15px;
	-webkit-transition: all .2s ease-in;  /* Saf3.2+, Chrome */
	-moz-transition: all .2s ease-in;  /* FF4+ */
	-ms-transition: all .2s ease-in;  /* IE10? */
	-o-transition: all .2s ease-in;  /* Opera 10.5+ */
	transition: all .2s ease-in;
}
.home-box:hover {
	background-color: rgba(62, 62, 62, .8);
}
.link-box {
	background-color: #000;
	border: none;
	color: #fff;
	display: block;
	font-family: 'AsapBold', 'Tahoma', 'Arial', sans-serif;
	margin-bottom: 15px;
	padding: 20px 15px;
	text-decoration: none;
	-webkit-transition: all .2s ease-in;  /* Saf3.2+, Chrome */
	-moz-transition: all .2s ease-in;  /* FF4+ */
	-ms-transition: all .2s ease-in;  /* IE10? */
	-o-transition: all .2s ease-in;  /* Opera 10.5+ */
	transition: all .2s ease-in;
}
.link-box--brochure {
	margin-top: 15px;
}
.link-box:hover {
	background-color: #57ab27;
}

@media (max-width: 992px) {
	.link-box {
		margin-top: 15px;
	}
}

/* Carousel Customization */
.carousel {
	height: 75%;
}
.item,
.active,
.carousel-inner {
	height: 100%;
}
.fill {
	background-position: center;
	background-size: cover;
	height: 100%;
	width: 100%;
}
.carousel-indicators {
	bottom: 0;
}
.carousel-caption {
	bottom: 0;
	padding-bottom: 0;
}
.carousel-caption h1 {
	color: #fff !important;
	font-size: 4em;
}


/* Awards styles */
.news-award {
	clear: both;
}
.news-award a {
	border-bottom: 1px solid #757575;
	color: #757575;
	display: block;
}
.news-award a .green {
	-webkit-transition: all .2s ease-in;  /* Saf3.2+, Chrome */
	-moz-transition: all .2s ease-in;  /* FF4+ */
	-ms-transition: all .2s ease-in;  /* IE10? */
	-o-transition: all .2s ease-in;  /* Opera 10.5+ */
	transition: all .2s ease-in;
}
.news-award a:hover {
	background: #57ab27;
	color: #fff;
}
.news-award a:hover .green {
	color: #fff;
}
.news-award img {
	background: #fff;
	float: left;
	margin: 5px 15px 5px 0;
	padding: 3px;
}
.news-award p {
	float: left;
	margin: 3px 0 10px;
}
.news-archive {
	color: #757575;
	text-decoration: none;
}


/* Social Icons Styles */
.list-social-icons {
	margin-bottom: 0;
	margin-top: 15px;
}
.tooltip-social {
	margin-right: -20px;
}
.tooltip-social a {
	color: inherit;
	text-decoration: none;
}
.tooltip-social a:hover {
	background: transparent !important;
}
a:hover .nobg {
	background: transparent !important;
}
.twitter-link a:hover {
	color: #39a9e0;
}
.facebook-link a:hover {
	color: #3b5998;
}
.google-plus-link a:hover {
	color: #d14836;
}
.instagram-link a:hover {
	color: #f90;
}
.linkedin-link a:hover {
	color: #3b5998;
}


/* Room builder form */
.builderform table {
	margin: 0 0 20px;
	padding: 0;
	width: 100%;
}
.builderform td {
	line-height: 2.5em;
	padding-bottom: 15px;
}
.builderform label {
	font-weight: normal;
}
.builderform .form_label {
	color: #757575;
	text-align: left;
	vertical-align: top;
	width: 20%;
}
.builderform img {
	border: 1px solid #757575;
	margin: 0;
	padding: 0;
}
.builderform .inputbox {
	width: 100%;
}
.builderform .buttonSubmit {
	background: #fff;
	border: 1px solid #757575;
	color: #57ab27;
	padding: 2px;
	width: 225px;
}
.builderform .buttonSubmitRoll {
	background: #57ab27;
	border: 1px solid #757575;
	color: #fff;
	padding: 2px;
	width: 225px;
}
.attach {
	padding-bottom: 10px;
}
.builderform .link-box {
	display: inline-block;
}


/* Footer */
footer {
	background: #fff;
	border-top: 8px solid #57ab27;
	clear: both;
	color: #fff;
	font-size: .95em;
	margin: 15px auto;
	padding: 0;
	text-align: left;
}
footer .container {
	padding-left: 5px;
	padding-right: 5px;
}
footer .row {
	margin: 0;
}
footer .lh {
	color: #000;
	font-family: 'AsapBold', 'Tahoma', 'Arial', sans-serif;
}
footer a {
	color: #fff;
	text-decoration: none;
}
footer.rule {
	padding-top: 1px;
}
footer .last {
	text-align: right;
}

.awards {
	margin: 15px 0 0 !important;
	text-align: center;
}
.awards a {
	margin: 0 30px 15px;
}
.awards a:hover {
	background: none;
}
.award {
	height: 75px;
	margin-bottom: 15px;
}

.gradient {
	background-image: linear-gradient(to right, #efe44b, #2e6c1c);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .7);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .7);
	box-shadow: 0 0 8px rgba(0, 0, 0, .7);
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#efe44b, endColorstr=#2e6c1c)'; /* For IE8-9 */
	padding: 15px 0;
}


/* Dropdown menu slide/fade */
.open > .dropdown-menu {
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
.open > .dropdown-menu li a {
	color: #000;
}
.dropdown-menu li a {
	color: #fff;
}
.dropdown-menu {
	-moz-animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	display: block;
	-moz-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	-o-transform: scale(1, 0);
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-moz-transform-origin: top;
	-ms-transform-origin: top;
	-o-transform-origin: top;
	-webkit-transform-origin: top;
	transform-origin: top;
	transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}
.dropup .dropdown-menu {
	-moz-transform-origin: bottom;
	-ms-transform-origin: bottom;
	-o-transform-origin: bottom;
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
}
.dropup > .dropdown-menu:after {
	border-bottom: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid rgba(39, 45, 51, .9);
	bottom: -6px;
	content: '';
	display: inline-block;
	left: 50%;
	position: absolute;
	top: auto;
}


/* Zoho brochure download form */
.hidden {
	left: -999em;
	position: absolute;
	top: -999em;
	width: 1%;
}
fieldset {
	background: #fff;
	border: none;
	float: left;
	margin: 0 0 20px;
	padding: 15px;
}
.legend {
	background: #57ab27;
	color: #fff;
	font-family: 'AsapBold', 'Tahoma', 'Trebuchet', 'Verdana', 'Arial', sans-serif;
	font-size: 1.2em;
	margin: -15px -15px 15px -15px;
	padding: 5px 10px;
}
table .data {
	width: 122%;
}
option {
	padding: 0 5px;
}
.brochure_wrap {
	margin: 20px 0 5px;
}
.brochure_wrap label {
	font-size: 1em;
}
.tag {
	vertical-align: middle;
	width: 25%;
}
.data_input {
	border: 1px solid #aaa;
	margin-bottom: 5px;
	width: 75%;
}
.captcha {
	border: 1px solid #aaa;
}
.download_div {
	display: none;
}

/* Zoho newsletter signup */
.newsletter-anchor {
	display: block;
	height: 0;
	position: relative;
	top: -150px;
}
.newsletter-signup-form {
	display: none;
	margin-top: 15px;
	width: 100%;
}
.newsletter-signup-form table {
	width: 100%;
}
.newsletter-signup-form__left,
.newsletter-signup-form__right {
	border-spacing: 0;
	border-width: 0;
	padding: 5px 10px 5px 0;
	width: 33%;
}
.newsletter-signup-form__right {
	padding: 5px 0;
	width: 67%;
}
.newsletter-signup-form__right input {
	width: 100%;
}
.newsletter-signup-form .link-box {
	display: inline-block;
	margin-right: 10px;
	margin-top: 10px;
	width: auto;
}
.newsletter-signup-form .link-box--secondary {
	background-color: #aaa;
}
.newsletter-signup-form .link-box--secondary:hover,
.newsletter-signup-form .link-box--secondary:focus {
	background-color: #757575;
}

/* Home page videos */
.video-home {
	height: 169px;
	margin-bottom: 15px;
	width: 300px;
}

@media (min-width: 768px) {
	.video-home {
		height: 194px;
		width: 345px;
	}
}

@media (min-width: 992px) {
	.video-home {
		height: 165px;
		width: 293px;
	}
}

@media (min-width: 1200px) {
	.video-home {
		height: 202px;
		width: 360px;
	}
}

/* Responsive Styles */

@media (max-width: 767px) {
	body {
		margin-top: -50px !important;
	}
	.body-home {
		margin-top: -120px !important;
	}
	.navbar-brand {
		margin-bottom: 10px;
		width: 80%;
	}
	.navbar-brand .img-responsive {
		max-height: 150%;
		max-width: 100%;
	}
	.navbar-header {
		float: right;
		margin-bottom: -30px;
		margin-top: 10px;
		width: 20%;
	}
	.navbar-collapse {
		background: #fff !important;
	}
	address {
		text-align: center;
	}
	.carousel {
		height: 50%; /* shrink the carousel height so it looks good on phones */
	}
	.case-studies {
		margin-bottom: 15px !important;
	}
	.home-box {
		bottom: 0;
	}
	footer {
		font-size: .85em;
	}
}

@media (min-width: 768px) {
	.navbar-collapse {
		display: block;
		min-width: calc(50% - 10px);
	}
	.nav {
		margin-bottom: 5px;
	}
	.navbar-nav.navbar-right:last-child {
		margin-right: -10px;
	}
	.navbar-logo {
		max-width: 45%;
	}
	.address {
		max-width: 50%;
	}
	.case-study.shadowed {
		height: 100%;
	}
	h1 {
		margin-top: 30px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	body {
		margin-top: 10px;
	}
	.navbar-brand {
		float: none;
		text-align: center;
	}
	.navbar-brand img {
		margin: auto;
	}
	address {
		margin-top: 0;
		text-align: center;
		width: 100%;
	}
	.nav {
		display: flex;
		float: none !important;
		justify-content: center;
		margin-bottom: 15px;
		width: 100%;
	}
}

@media (min-width: 992px) {
	nav {
		height: 130px;
	}
	h1 {
		margin-top: 0;
	}
	.section-top-projects h2 {
		margin-top: .4em;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	body {
		margin-top: 10px;
	}
}
