@charset "UTF-8";
/* custom.css  */

/* BL@LC */

/* TO DO:

Facebook
Twitter


Components - needs balance
Advertising - needs better typography

Responsive
Breakpoint
rem

reduce font size for mobile

*/


/* Styles from Bootstrap 3.x
-------------------------------------------------- */
img {
  width: auto/9;
  height: auto;
  max-width: 100%;
  border: 0;
}

/* disable the preloader */
body > .preloader{ display: none; }

/* General
-------------------------------------------------- */

html { -webkit-font-smoothing: antialiased; }

/* Green Sheet logo colors */
.text-green 			{ color: #bed73b; }
.text-grey 				{ color: #58595b; }
.text-red-orange 	{ color: #e96656; }
.text-red					{ color: #ed2224; }

h2.dark-text, h3.dark-text, .sub-heading.dark-text {
	text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.4)
}
/* Nav
-------------------------------------------------- */
#main-nav {
	min-height: 50px;
}
.navbar-brand {
  padding: 0 0 0 0;
  height: 20px;
}
.navbar-brand img {
  /* width: 229px; */
}

/* Big Heading
-------------------------------------------------- */

#big-heading { padding-top: 200px; }

#big-heading  .logo {
	margin-top: -50px;
}

#big-heading  .intro {
	margin-top: 5%;
}


/* dark text on ligher background */
.light .header {
	background: rgba(255, 255, 255, 0.55);
}
.light .header #big-heading .intro {
/*
	text-align: center;
	margin-top: 25%;
	line-height: 65px;
	z-index: 0;
*/
	color: #404040;
	text-shadow: 0 1px 10px #FFF;
}
.light .header #big-heading h3 {
	color: #000;
	text-shadow: 1px 2px 10px #FFF;
}



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

.light .stats {
	background: rgba(0, 0, 0, 0.5);
}
.light .packages,
.light .newsletter,
.light .contact-us
 {
	background: rgba(255, 255, 255, 0.5);
}

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

/* make the form fields visible on a light bg */
.form-control  {
	/* box-shadow: inset 0 1px 1px #E96656;  	/* inside crisp */
	/* box-shadow: inset 0px 0px 4px #E96656; /* inside glow */
	/* box-shadow: 0px 0px 11px #E96656;  */				/* outer glow */
	box-shadow: inset 0px 0px 2px #000;				/* inside crisp shadow */
}

textarea:hover, input:hover, textarea:active, input:active, textarea:focus, input:focus {
outline: 1 !important;
outline-color: #E96656 !important;
-webkit-appearance: none;
border: none !important;
/* -webkit-box-shadow: none !important; */
/* box-shadow: none !important; */

/*
-webkit-box-shadow: inherit !important;
 box-shadow:  inherit !important;
*/

-webkit-box-shadow: 0px 0px 11px #E96656 !important;
 box-shadow: 0px 0px 11px #E96656 !important;				/* outer glow */
}
/*
-------------------------------------------------- */

.package-header {}
.package-subheader { color: #fff; padding: 12px 0; /* min-height:  80px; */}
.package p { text-align: left; font-size: 14px; line-height: 1.5em; padding: 20px 20px 10px; }
/*
-------------------------------------------------- */

.testimonial {
	/* background: #DBBF56; */
	background: #bed73b;
}


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



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



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




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



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



/* Checkboxes
-------------------------------------------------- */

.checkboxes {
	width: 100%;
	margin-bottom: 20px;
	box-shadow: inset 0px 0px 2px #000;	/* inside crisp shadow */
}
.checkboxes .checkbox { display: block; margin-left: 0; padding-left: 0; margin-bottom: 0; }
.checkboxes.textarea-box { /* min-height: inherit; */ /* optional */}
.checkboxes div 	{ display: inline-block;  vertical-align: middle; margin-right: 10px;}
.checkboxes h6, .checkboxes span 		{ display: inline-block;  vertical-align: middle; margin-right: 50px;}

@media (max-width:1024px){

}

/* Special CSS Checkbox Styles
-------------------------------------------------- */
/* http://cssdeck.com/labs/css-checkbox-styles */

.contact-form input[type=checkbox] {
	visibility: hidden;
}

/* SQUARED ONE - 	Green Fill */
.squaredOne {
	width: 28px;
	height: 28px;
	background: #fcfff4;

	margin: 10px auto;

	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	position: relative;
}
	.squaredOne.gradient {
		background: #fcfff4;
		background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
		background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
		background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
		background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
		background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
	}
.squaredOne label {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	left: 4px;
	top: 4px;

	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);

	background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
	background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
	background: -o-linear-gradient(top, #222 0%, #45484d 100%);
	background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
	background: linear-gradient(top, #222 0%, #45484d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}

.squaredOne label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	background: #00bf00;

	background: -webkit-linear-gradient(top, #00bf00 0%, #009400 100%);
	background: -moz-linear-gradient(top, #00bf00 0%, #009400 100%);
	background: -o-linear-gradient(top, #00bf00 0%, #009400 100%);
	background: -ms-linear-gradient(top, #00bf00 0%, #009400 100%);
	background: linear-gradient(top, #00bf00 0%, #009400 100%);

	top: 2px;
	left: 2px;

	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
}

		/* Greesheet light green */

		/*  http://www.colorzilla.com/gradient-editor/#d3d3d3+0,b3b3b3+100;Custom */
		.squaredOne.variation-1  label {
			background: #d3d3d3;
			background: -moz-linear-gradient(top,  #d3d3d3 0%, #b3b3b3 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d3d3d3), color-stop(100%,#b3b3b3));
			background: -webkit-linear-gradient(top,  #d3d3d3 0%,#b3b3b3 100%);
			background: -o-linear-gradient(top,  #d3d3d3 0%,#b3b3b3 100%);
			background: -ms-linear-gradient(top,  #d3d3d3 0%,#b3b3b3 100%);
			background: linear-gradient(to bottom,  #d3d3d3 0%,#b3b3b3 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d3', endColorstr='#b3b3b3',GradientType=0 );
		}

		/*	http://www.colorzilla.com/gradient-editor/#bed73b+0,758c00+100;Custom 		*/

		.squaredOne.variation-1 label:after {
			background: #bed73b;

			background: -moz-linear-gradient(top,  #bed73b 0%, #758c00 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bed73b), color-stop(100%,#758c00));
			background: -webkit-linear-gradient(top,  #bed73b 0%,#758c00 100%);
			background: -o-linear-gradient(top,  #bed73b 0%,#758c00 100%);
			background: -ms-linear-gradient(top,  #bed73b 0%,#758c00 100%);
			background: linear-gradient(to bottom,  #bed73b 0%,#758c00 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bed73b', endColorstr='#758c00',GradientType=0 );

		}


.squaredOne label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.squaredOne input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}


/* SQUARED TWO - Green Check Mark */
/*
.squaredTwo {
	width: 28px;
	height: 28px;
	background: #fcfff4;

	margin: 20px auto;

	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	position: relative;
}
	.squaredTwo.gradient {
		background: #fcfff4;
		background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
		background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
		background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
		background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
		background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
	}
.squaredTwo label {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	left: 4px;
	top: 4px;

	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);

	background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
	background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
	background: -o-linear-gradient(top, #222 0%, #45484d 100%);
	background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
	background: linear-gradient(top, #222 0%, #45484d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}

.squaredTwo label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 4px;
	left: 4px;
	border: 3px solid #fcfff4;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.squaredTwo label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.squaredTwo input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
*/

