/* @group Boilerplate/Resets */

/* @group RESETS */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

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

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

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

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}

select, input, textarea, button {
	font: 99% sans-serif;
}

pre, code, kbd, samp {
	font-family: monospace, sans-serif;
}

html {
	overflow-y: scroll;
}

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

ul, ol {
	margin-left: 2em;
}

ol {
	list-style-type: decimal;
}

nav ul, nav li {
	margin: 0;
	list-style: none;
	list-style-image: none;
}

small {
	font-size: 85%;
}

strong, th {
	font-weight: bold;
}

td {
	vertical-align: top;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
	padding: 15px;
}

textarea {
	overflow: auto;
}

.ie6 legend, .ie7 legend {
	margin-left: -7px;
}

input[type="radio"] {
	vertical-align: text-bottom;
}

input[type="checkbox"] {
	vertical-align: bottom;
}

.ie7 input[type="checkbox"] {
	vertical-align: baseline;
}

.ie6 input {
	vertical-align: text-bottom;
}

label, input[type="button"], input[type="submit"], input[type="image"], button {
	cursor: pointer;
}

button, input, select, textarea {
	margin: 0;
}

input:valid, textarea:valid {
	
}

input:invalid, textarea:invalid {
	border-radius: 1px;
	-moz-box-shadow: 0px 0px 5px red;
	-webkit-box-shadow: 0px 0px 5px red;
	box-shadow: 0px 0px 5px red;
}

.no-boxshadow input:invalid, .no-boxshadow textarea:invalid {
	background-color: #d9a486;
}

::-moz-selection {
	background: #b26a2f;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #b26a2f;
	color: #fff;
	text-shadow: none;
}

a:link {
	-webkit-tap-highlight-color: #FF5E99;
}

button {
	width: auto;
	overflow: visible;
}

.ie7 img {
	-ms-interpolation-mode: bicubic;
}

body, select, input, textarea {
	color: #444;
}

body {
	font-size: 13px;
	line-height: 1.3em;
	font-family: "proxima-nova", Helvetica, Arial, sans-serif;
	font-style: normal;
	background-color: #fff;
	background: url(../_media/_backgrounds/bg-header.jpg) repeat-x left top;
}

/* @end */

/* @end */

/* @group LAYOUT/STRUCTURE */

.container {
	width: 984px;
	text-align: center;
	margin: 0 auto;
	clear: both;
}

.small-container {
	width: 960px;
	margin: 0 auto;
	clear: both;
}

.container.shadow-container {
	margin-top: 25px;
	position: relative;
	z-index: 99;
	overflow: hidden;
	background: url(../_media/_backgrounds/bg-contactShadow.png) no-repeat center 22px;
	padding-bottom: 10px;
}

.container.form-container {
	border: 1px solid #dad7d0;
	overflow: hidden;
	width: 982px;
}

.form {
	position: relative;
	float: left;
	border: 7px solid #fff;
	width: 948px;
	background-color: #f0f1ec;
	padding: 15px 10px 10px;
}

.wrapper {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.wrapper.leaves {
	background: url(../_media/_backgrounds/bg-bannerLeaves.png) no-repeat center 130px;
	overflow: hidden;
	padding-bottom: 53px;
}

.wrapper.content {
	background: url(../_media/_backgrounds/bg-contact.jpg) repeat-x left bottom;
}

.wrapper.footer {
	padding-top: 25px;
	position: relative;
	margin-top: -40px;
	background: url(../_media/_backgrounds/bg-footer.jpg) repeat-x left top;
}

.banner {
	clear: both;
	width: 980px;
	overflow: hidden;
	background: url(../_media/_photos/bannerHands.jpg) no-repeat left top;
	border: 1px solid rgba(90,63,44,0.4);
}

.bannerOverlay {
	float: right;
	height: 401px;
	background: url(../_media/_backgrounds/bg-bannerOverlay.png) repeat left top;
	border-bottom: 1px solid rgba(90,63,44,0.4);
	width: 340px;
	padding: 15px 20px 5px 10px;
}


.wrapper.thankyou {
	width: 100%;
	position: absolute;
	opacity: .8;
}

.wrapper.thankyou .container {opacity: .8; background-color: #8ec349; color: #fff;
min-height: 20px; padding: 20px;	font-family: 'Quattrocento', serif;
}

/* @end */

/* @group MAIN CONTENT */

#logo {
	margin: 16px 0px 18px 7px;
}

.rabbits{
	float: right;
	width: 685px;
	margin: 6px 10px 0px 0px;
}

.rabbit {
	float: left;
	margin: 4px 0 18px 35px;
	width: 305px;
	min-height: 146px;
}

.rabbit p, .rabbit h2 {
	text-align: left;

}

/* @end */

/* @group H1-H6 */

h1, h2, h3, h4 {
	font-family: 'Quattrocento', serif;
}

header hgroup {
	float: right;
	margin-top: 25px;
}

hgroup h1, hgroup h2, hgroup h3 {
	font-family: 'Quattrocento', serif;
	text-align: right;
	font-weight: 100;
	text-transform: uppercase;
	margin-top: 8px;
	line-height: 1.0em;
}

hgroup h1 {
	font-size: 19px;
	color: #7bb52f;
}

hgroup h1 strong, hgroup h3 strong  {
	font-size: 25px;
	font-weight: 100;
}

hgroup h3 {
	font-size: 19px;
	color: #5a3f2c;
}

hgroup h3 strong {
	font-size: 25px;
	text-transform: uppercase;
}

hgroup h2 {
	color: #5a3f2c;
	font-size: 45px;
	font-weight: 700;
	text-align: right;
}

.rabbit h2 {
	color: #5a3f2c;
	font-size: 16px;
	line-height: 1.2em;
	font-weight: 100;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 13px;
	margin-top: 3px;
}

.rabbit h2 strong {
	font-weight: normal;
	font-size: 23px;
}

.form h1 {
	color: #5a3f2c;
	font-size: 16px;
	font-weight: 100;
	text-transform: uppercase;
	text-align: left;
	line-height: 1.6em;
}

.form h1 strong {
	font-size: 24px;
	font-weight: normal;
}

section.testimonials h1{	background: url(../_media/_elements/leaf.png) no-repeat 6px 8px;

		font-size: 16px;
	color: #7bb52f;
	text-transform: uppercase;
	font-weight: 100;
	padding: 23px 0px 9px 0px;
	text-align: right;
	border-bottom:1px solid rgba(156,203,88,0.5);
	width: 100%;
	background-color: #f4f5f2;
}

section.testimonials h1 strong{
		font-size: 24px;
	font-weight: 100;
	margin-right: 12px;

}

/* @end */

/* @group TYPOGRAPHY */

p {
	
	font-size: 13.75px;
	color: #56514d;
	line-height: 1.55em;
	font-weight: 300;
}

textarea, input[type="text"] {
	
	font-size: 14px;
	color: rgba(86,81,77,0.49);
}

footer p, footer a, footer a:visited {
	
	font-size: 14px;
	color: #f5f6f0;
}

a:hover {
	color: #8ec349;
}

.bannerOverlay p {
	
	font-size: 15px;
	color: #f0f1eb;
	text-align: right;
	font-weight: 100;
}


.bannerOverlay h1 {
	font-family: 'Quattrocento', serif;
	font-size: 25px;
	color: #fff;
	text-align: right;
	margin: 12px 0 12px 0px;
	font-weight: 100;
	background: url(../_media/_elements/leaf.png) no-repeat 68px 27px;
	line-height: 1.3em;
}
.bannerOverlay h1 strong {
	text-transform: uppercase;
	font-weight: 100;
}

.form p {
	text-align: left;
	
}



/* @end */

/* @group Testimonials */

section.testimonials{
	margin-top:10px;
	background-color: #fff;
	float: left;
	border: 1px solid #c5bcb5;
	min-height: 280px;
	width:280px;
}

.testimonialShadow{
	width: 279px;
	float: left;
	background: url(../_media/_backgrounds/bg-testimonialShadow.png) no-repeat center 204px;
	height: 340px;
}

section.testimonials ul{
	list-style-type: none;
margin: 0px;
padding: 0px;}

section.testimonials ul img{
	border: 2px solid #f0f1ec;
	width: 144px;
	height: 103px;
	float: left;
	margin: 7px;
}

section.testimonials ul li { 
	float:left;
	width: 100%;
	background-color: #fff;
	border-top: 1px solid #f0f1ec;
}

section.testimonials ul li a, section.testimonials ul li a:visited{ 
	color: #7bb52f;
	text-align: right;
	text-transform: uppercase;
	text-decoration:none;

}


section.testimonials ul li a.view, section.testimonials ul li a.view:visited{
	  	font-family: 'Quattrocento', Georgia, Palatino Linotype, serif;

	float: right;
	font-size: 16px;
	margin-right: 13px;
}

section.testimonials ul li a:hover{
	color: #5a3f2c;
}

section.testimonials ul li p{ 
  	font-family: 'Quattrocento', Georgia, Palatino Linotype, serif;
	color: #5a3f2c;
	text-transform: uppercase;
	text-align: left;
	margin: 20px 10px 20px 0px;
	font-weight: 100;
	font-size: 16px;	
	line-height: 1.25em;
	
}

section.testimonials ul li p strong{ 
	font-size: 20px;	font-weight: 100;

}


/* @end */

/* @group FOOTER */

footer {
	clear: both;
	text-align: center;
	height: 60px;
}

footer p.copyright {
	
	margin-top: 20px;
	float: left;
	margin-left: 10px;
}

footer p.TDG a {
	
	float: right;
	margin-top: 20px;
	text-decoration: none;
	margin-right: 10px;
}

footer p.TDG a strong {
	text-decoration: underline;
	font-weight: normal;
}

footer p.TDG a:hover strong {
		color: #8ec349;

}

/* @end */

/* @group FORMS */



.form input[type="text"] {
	background: #f8f8f5 url(../_media/_backgrounds/bg-inputField.png) repeat-x center top;
	padding: 13px 5px 13px 5px;
	border: 2px solid #fff;
	width: 350px;
	margin-left: 7px;
	margin-bottom: 8px;
	box-shadow: 1px 1px 1px #ccc;
}


.form input[type="text"]:focus, .form textarea:focus {
	border: 2px solid #99c757 !important;
	-webkit-border:2px solid #99c757 !important;
	box-shadow: 1px 1px 2px #bbb !important;
	-webkit-box-shadow: 1px 1px 2px #bbb !important;

}

.form textarea {
	background: #f8f8f5 url(../_media/_backgrounds/bg-textarea.jpg) repeat-x center top;
	height: 88px;
	padding: 2px 2px 2px 5px;
	margin-right: 10px;
	border: 2px solid #fff;
	width: 354px;
	box-shadow: 1px 1px 1px #ccc;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Insert your CSS code here for Chrome and Safari */
.form textarea {
float: left;
	margin-top: -54px !important;
	margin-left: 7px;
		width: 353px;}
}

label {
	
	
}
.form label {
	color: #5a3f2c;
	text-transform: uppercase;
	font-size: 16px;
	padding-top: 10px;
	line-height: 1.5em;
	margin-right: 5px;
	width: 85px;
	padding-left: 5px;
	text-align: right;
	vertical-align: top;
}

.form input[type="text"], .form label {
	float: left;
}

.form input[type="submit"] {
	float: right;
	clear: both;
	background: #7bb52f url(../_media/_backgrounds/bg-submitBtn.jpg) repeat-x left center;
	padding: 8px 18px 8px 18px;
	font-family: 'Quattrocento', serif;
	font-size: 21px;
	color: #fff;
	border: 1px solid #7bb52f;
	text-transform: uppercase;
	margin-bottom: 4px;
	margin-right: 15px;
		box-shadow: 1px 1px 1px #ccc;

}

.form input[type="submit"]:hover {
	border: 1px solid #fff;
	color: #5a3f2c;
}

.form label[for="Field7"] {
	vertical-align: top;
	position: relative;
	top: -55px;
}

/* @end */

/* @group MISC */

.ir {
	display: block;
	text-indent: -999em;
	overflow: hidden;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
}

.hidden {
	display: none;
	visibility: hidden;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.invisible {
	visibility: hidden;
}

.clearfix:before, .clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.cl {
	clear: left;
}

.cr {
	clear: right;
}

.cb {
	clear: both;
}

.oh {
	overflow: hidden;
}

.dn {
	display: none;
}

.up {
	text-transform: uppercase;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.fn {
	float: none;
}

.mb {
	margin-bottom: 15px;
}

.mt {
	margin-top: 15px;
}

.fl-img {
	float: left;
	margin: 5px 7px 5px 0;
	border: 1px solid #ddd;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
}

.fr-img {
	float: right;
	margin: 5px 0 5px 7px;
	border: 1px solid #ddd;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
}

/* @end */



@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {

/* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */

}

@media print {

* {
	background: transparent !important;
	color: black !important;
	text-shadow: none !important;
	filter: none !important;
	-ms-filter: none !important;
}

a, a:visited {
	color: #444 !important;
	text-decoration: underline;
}

a[href]:after {
	content: " (" attr(href) ")";
}

abbr[title]:after {
	content: " (" attr(title) ")";
}

.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
	content: "";
}

pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}

thead {
	display: table-header-group;
}

tr, img {
	page-break-inside: avoid;
}
  @page { margin: 0.5cm; }

p, h2, h3 {
	orphans: 3;
	widows: 3;
}

h2, h3 {
	page-break-after: avoid;
}

}

/* Fonts

    
  font-family: 'Quattrocento', Georgia, Palatino Linotype, serif;
  
 */