@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700|Roboto+Slab:400,700');
/****************************************************************************************/
/****************************************************************************************/
/*	1. HTML/BODY */
/*	2. HEADINGS */
/*	3. LINKS */
/*	4. HEADER */
/*	5. CAROUSEL */
/*	6. MAIN CONTENT - Category List, Featured Blog, Blog, Item Page, Page Header, Main Content Headings, Main Content Links, Main Content ul/ol */
/*	7. SIDEBAR */
/*	8. FOOTER */
/*	9. TEXT */
/*	10. IMAGES */
/*	11. VIDEOS - YouTube */
/*	12. AUDIO */
/*	13. FLOATS */ 
/*	14. FORMS - Contact Form */
/*	15. SEARCH - Main Content */
/*	16. BOXES - Top Boxes, Bottom Boxes */
/*	17. TABLES */
/*	18. MAPS */
/*	19.	BUTTONS */
/*	20. NAVIGATION */
/****************************************************************************************/
/****************************************************************************************/
/* font-family: 'Roboto', sans-serif; */
/*************** 1. HTML/BODY ***************/
body {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 2em;
	color: #222222;
	background-color: #FFFFFF;
	height: 100%;
}
.container-fluid {
	width: 98%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
}
/*************** 1. HTML/BODY EOF ***************/

/*************** 2. HEADINGS ***************/
h1, h2, h3, h4, h5, h6, .componentheading h2 {
	font-family: 'Roboto Slab', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #222;
	font-weight: 700;
	line-height: 1.4em;
}
h1 {
	font-size: 50px;
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}
/*************** 2. HEADINGS EOF ***************/

/*************** 3. LINKS ***************/
a:link, a:visited {
	color: #355e3b;
	text-decoration: underline;
}
a:hover, a:active, a:hover {
	color: #999;
	text-decoration: none;
}
/*************** 3. LINKS EOF ***************/

/************** 4. HEADER ***************/
header {
	padding: 3px 0;
	background-color: #355e3b;
	color: #FFF;
}
header p {
	margin: 0;
	padding: 0;
}
header i {
	float: right;
	margin: 3px 5px 0 5px;
	font-size: 24px !important;
}
header .right {
	text-align: right;
}
header a:link, header a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
header a:hover, header a:active, header a:focus {
	color: #CCC;
}
/*************** 4. HEADER EOF ***************/

/*************** 5. CAROUSEL ***************/
.carousel {
	margin-bottom: 25px;
}
/*************** 5. CAROUSEL EOF ***************/

/*************** 6. MAIN CONTENT ***************/
.page-header {
	margin: 0;
	padding: 0;
}
.custom-page-header {
	margin-top: 0;
	margin-bottom: 25px;
}
.custom-page-header h1 {
	color: #FFF;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}
.custom-page-header {
	padding: 150px 0;
	margin-bottom: 40px;
	background-image: url(../../../images/headers/header-bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
article p {
	margin-bottom: 15px;
}
article ul, article ol {
	margin-left: 35px;
}
article ul li, article ol li {
	line-height: 1.8em;
}
article .page-header {
	border: 0;
}
.blog-featured .item h2.item-title {
	color: #222222;
	font-size: 32px;
}
.blog-featured .items-row {
	border-bottom: solid 1px #CCC;	
}
.blog-featured .item {
	padding-top: 25px;
	padding-bottom: 25px;
}
.blog-featured .item p {
	width: 90%;
}
.blog-featured .item h2 {
	color: #355e3b;
	font-size: 24px;
}
.blog-featured .item .item-image, .item-page .item-image {
	width: 200px;
}
/*
.blog-featured article.row-fluid.row-fluid-item:nth-of-type(2) {
	color: #FFF;
	background: rgba(53, 94, 59, 1);
}
.blog-featured article.row-fluid.row-fluid-item:nth-of-type(2) h2 {
	color: #FFF;
}
*/
.available-dogs .item {
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 25px;
}
.available-dogs .item p {
	margin: 0;
	padding: 0;
	line-height: 1.5;
}
.available-dogs .item h2 {
	font-size: 20px;
	padding-bottom: 0;
	margin-bottom: 5px;
}
.available-dogs .item p.readmore {
	margin-top: 15px;
}
.available-dogs .item-image {
	width: 100%;
	margin: 0 auto;
}
.available-dogs .pull-right.item-image {
	float: none;
}
.available-dogs img {
	width: 94%;
	height: auto;
	margin: 0 auto;
	display: block;
	padding: 4px;
	background-color: #FFF;
	border: solid 1px #CCC;
	border: solid 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
		 -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
					box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
/*************** 6. MAIN CONTENT EOF ***************/

/*************** 7. SIDEBAR ***************/
/*************** 7. SIDEBAR EOF ***************/

/*************** 8. FOOTER ***************/
footer.footer {
	background-color: #355e3b;
	padding-top: 25px;
	padding-bottom: 15px;
	margin-top: 25px;
	color: #fff;
}
footer.footer h3 {
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-weight: 400;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	border-bottom: solid 1px #999999;
}
footer.footer ul {
	margin-left: 0;
	list-style: none;
}
footer.footer ul li {
	line-height: 1.8em;
}
footer a:link, footer a:visited {
	color: #fff;
	text-decoration: none;
}
footer a:hover, footer a:active, footer a:focus {
	color: #999;
	text-decoration: none;
	background-color: transparent !important;
}
footer i {
	font-size: 30px !important;
}
footer .logo img {
	max-width: 300px;
}
footer.copyright {
	margin-top: 0;
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	background-color: #355e3b;
	line-height: 1.6;
}
footer.copyright .footer-social-media a {
	padding: 0 4px;
	font-size: 22px;
}
/*************** 8. FOOTER EOF ***************/

/*************** 9. TEXT ***************/
/* To Top */
.to-top {
	position: fixed;
	bottom: 5%;
	right: 1%;
	text-decoration: none !important;
	color: #FFFFFF !important;
	background: #355e3b;
	padding: 0.5em 1em;
	font-size: 1em;
	border: solid 1px #355e3b;
	display: none;
	-webkit-box-shadow: #000 0px 2px 3px;
	-moz-box-shadow: #000 0px 2px 3px;
	box-shadow: #000 0px 2px 3px;
	-webkit-border-radius: 500px;
     -moz-border-radius: 500px;
          border-radius: 500px;
}
.to-top:hover {
	background: #FFFFFF;
	color: #355e3b !important;
	border: solid 1px #355e3b;
}
/*************** 9. TEXT EOF ***************/

/*************** 10. IMAGES ***************/
span.gc-cs-link {
	color: #FFFFFF;
	text-decoration: none;
}
/*************** 10. IMAGES EOF ***************/

/*************** 11. VIDEOS ***************/
/*************** 11. VIDEOS EOF ***************/

/*************** 12. AUDIO ***************/
/*************** 12. AUDIO EOF ***************/

/*************** 13. FLOATS ***************/
.pull-right {
	margin-left: 2%;
}
.pull-left {
	margin-right: 2%;
}
/*************** 13. FLOATS EOF ***************/

/*************** 14. FORMS ***************/
.componentheading h2, #proforms_proforms {
	width: 98%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	float: none;
	display: block;
}
.pfmElement {
	display: block;
	width: 98%;
	max-width: 500px;
	float: none;
}
.m4jInputField, .m4jSelection, .m4jTextArea {
	width: 95% !important;
	max-width: 500px;
}
.m4jTextArea {
	height: 150px !important;
}
.m4j_submit {
	margin-top: 15px;
}
span.m4j_required.pfmRequired {
	position: relative;
	color: #FF0004;
}
.m4j_required {
	color: #FF0004;
}
/*************** 14. FORMS EOF ***************/

/*************** 15. SEARCH ***************/
/*************** 15. SEARCH EOF ***************/

/*************** 16. BOXES ***************/
/* Top Boxes */
/* Bottom Boxes */
.bottom-boxes-01 {
	margin-top: 25px;
}
.bottom-boxes-01 h2 {
	text-align: center;
}
.bottom-boxes-01 img {
	border: solid 1px #CCC;
}
/*************** 16. BOXES EOF ***************/

/*************** 17. TABLES ***************/
.table-2-col, .table-3-col, .table-4-col, .table-5-col, .table-6-col {
	width: 100%;
}
.table-2-col td, .table-3-col td, .table-4-col td, .table-5-col td, .table-6-col td {
	vertical-align: top;
	padding-bottom: 15px;
}
.table-2-col td img, .table-3-col td img, .table-4-col td img, .table-5-col td img {
	width: 96%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.table-2-col td {
	width: 50%;
}
.table-3-col td {
	width: 33.3%;
}
.table-4-col td {
	width: 25%;
}
.table-5-col td {
	width: 20%;
}
.table-6-col td {
	width: 16.6%;
}
/* ~~~~~~ Twyla Table ~~~~~~ */
.table-2-col-twyla {
	font-size: 14px;
	width: 100%;
	margin-bottom: 25px;
}
.table-2-col-twyla td {
	vertical-align: top;
}
.table-2-col-twyla td.td-left {
	width: 35%;
	padding-right: 2%;
}
.table-2-col-twyla td.td-right {
	width: 63%;
}
.table-2-col-twyla td.td-left table {
	border: solid 1px #f2f2f2;
	border-collapse: collapse;
	margin-bottom: 5px;
	width: 100%;
}
.table-2-col-twyla td.td-left table td:nth-of-type(1) {
	width: 48%;
	padding-right: 2%;
	font-weight: bold;
	text-align: right;
}
.table-2-col-twyla td.td-left table tr:nth-child(odd) {
	background-color: #f2f2f2;
}
.table-2-col-twyla td.td-right table {
	width: 100%;
}
.table-2-col-twyla td.td-right table td {
	vertical-align: top;
	width: 25%;
	padding-bottom: 15px;
}
.table-2-col-twyla td.td-right table td img {
	margin: 0 auto;
	width: 94%;
	height: auto;
	display: block;
}
/*************** 17. TABLES EOF ***************/

/*************** 18. MAPS ***************/
.map-container {
	position: relative;
	padding-bottom: 25%; /* 16:9 */
	padding-top: 0;
	height: 0;
	margin-bottom: 25px;
}
.map-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*************** 18. MAPS EOF ***************/

/*************** 19. BUTTONS ***************/
p.readmore {
	margin-top: 15px;
}
.btn-primary, .m4j_submit, p.readmore a.btn {
	font-size: 14px !important;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	padding: 8px 14px;
  color: #ffffff;
	font-weight: 400;
  text-shadow: none;
  background-color: #355e3b;
  *background-color: #355e3b;
  background-image: -moz-linear-gradient(top, #355e3b, #355e3b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#355e3b), to(#355e3b));
  background-image: -webkit-linear-gradient(top, #355e3b, #355e3b);
  background-image: -o-linear-gradient(top, #355e3b, #355e3b);
  background-image: linear-gradient(to bottom, #355e3b, #355e3b);
  background-repeat: repeat-x;
	border: solid 1px #355e3b;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff355e3b', endColorstr='#ff355e3b', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
          border-radius: 4px;
	-webkit-box-shadow: none;
		 -moz-box-shadow: none;
		 			box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled],
.m4j_submit:hover,
p.readmore a.btn:hover,
p.readmore a.btn:focus,
p.readmore a.btn:active,
p.readmore a.btn.active,
p.readmore a.btn.disabled,
p.readmore a.btn[disabled] {
  color: #355e3b;
  background-color: #FFFFFF;
  *background-color: #FFFFFF;
  background-image: -moz-linear-gradient(top, #FFFFFF, #FFFFFF);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#FFFFFF));
  background-image: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF);
  background-image: -o-linear-gradient(top, #FFFFFF, #FFFFFF);
  background-image: linear-gradient(to bottom, #FFFFFF, #FFFFFF);
  background-repeat: repeat-x;
	border: solid 1px #355e3b;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffFFFFFF', endColorstr='#ffFFFFFF', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-primary:active,
.btn-primary.active,
.m4j_submit:active,
article p.readmore a.btn:active,
article p.readmore a.btn.active {
  background-color: #FFFFFF \9;
}
article p.readmore a.btn span {
	display: none;
}
/*************** 20. NAVIGATION ***************/
.main-menu {
	padding: 0;
	background-color: #FFFFFF;
}
.main-menu .container-fluid {
	width: 100%;
}
/* Original: width: 197px; height: 252px; */
a.brand {
	width: 275px;
	height: auto;
}
.main-menu ul.nav.menu {
	float: right;
}
nav.navbar {
	margin-bottom: 0;
}
/* Navbar coloring */
.navbar-inner {
  min-height: 40px;
  padding-right: 0;
  padding-left: 0;
  background-color: #FFFFFF;
  *background-color: #FFFFFF;
  background-image: -moz-linear-gradient(top, #FFFFFF, #FFFFFF);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#FFFFFF));
  background-image: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF);
  background-image: -o-linear-gradient(top, #FFFFFF, #FFFFFF);
  background-image: linear-gradient(to bottom, #FFFFFF, #FFFFFF);
  background-repeat: repeat-x;
	border: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffFFFFFF', endColorstr='#ffFFFFFF', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
	-webkit-border-radius: 0;
		 -moz-border-radius: 0;
		 			border-radius: 0;
}
/* Navbar text styling */
.navbar .nav > li > a, .nav-header {
	font-size: 15px;
  float: none;
  padding: 35px 20px;
	margin: 0 5px;
  color: #222;
  text-decoration: none;
  text-shadow: none;
	font-weight: 700;
	text-transform: uppercase;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: transparent;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #355e3b;
  text-decoration: none;
  background-color: transparent;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #355e3b;
  text-decoration: none;
	background-color: transparent;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
/* Code for drop down menus */
nav .nav-child {
	position: absolute;
	top: 95%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 0;
	margin: 2px 0 0;
	list-style: none;
	background-color: #FFF;
	border: 0;
	*border-right-width: 0;
	*border-bottom-width: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	text-transform: uppercase;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
nav .nav-child.pull-right {
	right: 0;
	left: auto;
}
nav .nav-child .divider {
	*width: 100%;
	height: 1px;
	margin: 8px 1px;
	*margin: -5px 0 5px;
	overflow: hidden;
	background-color: #355e3b;
	border-bottom: 1px solid #355e3b;
}
nav .nav-child a {
	display: block;
	padding: 10px 20px;
	clear: both;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	white-space: nowrap;
  text-decoration: none;
	border-bottom: solid 1px #355e3b;
	text-transform: capitalize;
	background-color: #355e3b;
	color: #FFF;
}
nav .nav > li {
	position: relative;
}
nav .nav > li:hover > .nav-child,
nav .nav > li > a:focus + .nav-child {
	display: block;
}
nav .nav-child:before {
	position: absolute;
	top: -7px;
	left: 9px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #355e3b;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(53, 94, 59, 1);
	content: '';
}
nav .nav-child:after {
	position: absolute;
	top: -6px;
	left: 10px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #355e3b;
	border-left: 6px solid transparent;
	content: '';
}
nav .nav-child li > a:hover,
nav .nav-child li > a:focus,
nav .nav-child:hover > a {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #333333;
	background-image: -moz-linear-gradient(top,#333333,#333333);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#333333),to(#333333));
	background-image: -webkit-linear-gradient(top,#333333,#333333);
	background-image: -o-linear-gradient(top,#333333,#333333);
	background-image: linear-gradient(to bottom,#333333,#333333);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff333333', endColorstr='#ff333333', GradientType=0);
}
.nav-header {
	cursor: pointer;
}
.nav-header:hover {
  color: #355e3b;
  text-decoration: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
}
.nav li + .nav-header {
  margin-top: 9px;
}
/* Navigation for Tablets and Phones */
.navbar .btn-navbar {
  float: right;
  padding: 7px 10px;
  margin-right: 5%;
  margin-left: 5px;
  color: #FFFFFF;
  text-shadow: none;
  background-color: #355e3b;
  *background-color: #355e3b;
  background-image: -moz-linear-gradient(top, #355e3b, #355e3b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#355e3b), to(#355e3b));
  background-image: -webkit-linear-gradient(top, #355e3b, #355e3b);
  background-image: -o-linear-gradient(top, #355e3b, #355e3b);
  background-image: linear-gradient(to bottom, #355e3b, #355e3b);
  background-repeat: repeat-x;
  border-color: #355e3b #355e3b #355e3b;
  border-color: rgba(53, 94, 59, 1) rgba(53, 94, 59, 1) rgba(53, 94, 59, 1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff355e3b', endColorstr='#ff355e3b', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
	-webkit-border-radius: 0;
		 -moz-border-radius: 0;
		 			border-radius: 0;
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #FFFFFF;
  background-color: #355e3b;
  *background-color: #355e3b;
  background-image: -moz-linear-gradient(top, #355e3b, #355e3b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#355e3b), to(#355e3b));
  background-image: -webkit-linear-gradient(top, #355e3b, #355e3b);
  background-image: -o-linear-gradient(top, #355e3b, #355e3b);
  background-image: linear-gradient(to bottom, #355e3b, #355e3b);
  background-repeat: repeat-x;
  border-color: #231f20 #231f20 #355e3b;
  border-color: rgba(53, 94, 59, 1) rgba(53, 94, 59, 1) rgba(53, 94, 59, 1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff355e3b', endColorstr='#ff355e3b', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
/*************** 20. NAVIGATION EOF ***************/
@media (max-width: 1366px) {
	.navbar .nav > li > a, .nav-header {
  	padding: 35px 20px;
	}
	.navbar .brand img {
		padding-left: 5px;
	}
}
@media (max-width: 1200px) {
	article .container-fluid {
		width: 96%;
		margin: 0 auto;
	}

	.navbar .nav > li > a, .nav-header {
  	padding: 35px 5px;
	}
}
@media (max-width: 979px) {
	body {
		margin: 0;
		padding: 0;
	}
	.container-fluid {
		width: 96%;
		margin: 0 auto;
	}
/*************** 20. NAVIGATION ***************/
	ul.nav.menu {
		margin-top: 0;
		float: none;
	}
	.navbar .nav {
		float: none;
		margin-bottom: 0;
	}
	.navbar-inner, .navbar, .nav-container {
		border: 0;
		width: 100%;
  	padding-right: 0;
  	padding-left: 0;
		margin-right: 0;
		margin-left: 0;
	}
	.navbar .nav > li > a, .nav-header {
		border-radius: 0;
		margin-right: 0;
		margin-bottom: 0;
		margin-left: 0;
		padding: 10px 0 10px 10px;
		color: #FFFFFF;
		font-weight: 300;
		border-bottom: 0 !important;
		background-color: #355e3b;
		background-image: none;
		text-transform: capitalize;
	}
	.navbar .nav > li > a:focus,
	.navbar .nav > li > a:hover {
		background-color: #355e3b !important;
		color: #FFFFFF;
	}
	.navbar .nav > .active > a {
		color: #FFFFFF;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		border-bottom: 0;
		background-color: #355e3b;
	}
	.navbar .nav > .active > a:hover,
	.navbar .nav > .active > a:focus {
		color: #FFFFFF;
		background-color: #355e3b !important;
	}
	nav ul {
		border-top: 0;
	}
	nav .nav-child {
		position: static;
		top: auto;
		left: auto;
		z-index: 1000;
		display: block;
		float: none;
		min-width: 160px;
		padding: 0;
		margin: 0;
		list-style: none;
		background-color: #355e3b;
		border: 0;
		*border-right-width: 2px;
		*border-bottom-width: 2px;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		-webkit-background-clip: padding-box;
		-moz-background-clip: padding;
		background-clip: padding-box;
	}
	nav ul.nav-child a {
		padding-left: 30px;
		font-size: 15px;
		border-bottom: 0;
		color: #FFF;
		background-color: #355e3b;
		font-weight: 300;
}
	nav ul.nav-child a:hover,
	nav ul.nav-child a:focus {
		border-bottom: 0;
		background: #355e3b;
		color: #FFFFFF;
}
	.navbar .nav > li > a:focus,
	.navbar .nav > li > a:hover {
		background: #355e3b;
		border-bottom: 0;
	}
	nav .nav-child:before,
	nav .nav-child:after {
		display: none;
	}
	.nav-header {
		color: #FFFFFF !important;
		background-color: #355e3b;
		background-image: none;
	}
	.nav-header:hover {
		background-color: #355e3b;
		background-image: none;
		border-bottom: 0;
		color: #FFFFFF !important;
	}
	.main-menu ul.nav.menu {
		float: none;
	}
/*************** 20. NAVIGATION EOF ***************/
	img.pull-right, img.pull-left {
		width: 40%;
	}
	span.hidden-desktop {
    display: inline !important;
	}
	header i {
		margin: 0 4%;
		float: none;
		font-size: 24px !important;
	}
	.carousel h1 {
		font-size: 36px;
	}
	.carousel .span12 {
		font-size: 16px;
		font-weight: normal;
	}
}
@media (max-width: 767px) {
	h1 {
		font-size: 24px;
		text-align: center;
	}
	h2 {
		font-size: 28px;
		text-align: center;
	}
	h3 {
		font-size: 22px;
		text-align: center;
	}
	header .right {
		text-align: center !important;
	}
	header .left {
		display: none !important;
	}
	.custom-page-header {
		padding: 75px 0;
		margin-bottom: 20px;
	}
	article ul, article ol {
		margin-left: 30px;
	}
	.blog-featured .item {
		margin-bottom: 25px;
		padding-bottom: 25px;
	}
	.blog-featured .item p {
		width: 100%;
	}
	footer.footer ul {
		padding: 0;
		margin: 0;
	}
	.pull-right.item-image {
		float: none;
		width: 90%;
		margin: 0 auto 20px auto;
		display: block;
	}
	.pull-right.item-image img {
		margin: 0 auto;
		display: block;
	}
	
	.span2.center-banner {
		display: none;
	}
	/* ~~~~~~ Twyla Table ~~~~~~ */
	.table-2-col-donate td {
		display: block;
		text-align: center;
		width: 100% !important;
		padding-bottom: 25px;
	}
	.table-2-col-donate td img {
		margin: 0 auto;
		display: block;
	}
	.table-2-col-twyla {
		width: 100%;
		margin-bottom: 25px;
	}
	.table-2-col-twyla td {
		vertical-align: top;
	}
	.table-2-col-twyla td.td-left {
		width: 100%;
		padding-right: 0;
		display: block;
	}
	.table-2-col-twyla td.td-right {
		padding-top: 15px;
		width: 100%;
		display: block;
	}
	.table-2-col-twyla td.td-left table {
		border: solid 1px #f2f2f2;
		border-collapse: collapse;
		margin-bottom: 5px;
		width: 100%;
	}
	.table-2-col-twyla td.td-right table td {
		width: 100%;
		display: block;
	}
	.table-2-col-twyla td.td-right table td img {
		max-width: 400px;
	}}
@media (max-width: 480px) {
		a.brand {
		width: 70%;
		max-width: 300px;
	}
	.blog-featured {
		padding-top: 20px;
	}
	.blog-featured .item {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.board-of-directors {
		text-align: center;
	}
	.readmore {
		text-align: center;
	}
	img.pull-right, img.pull-left {
		float: none;
		width: 80%;
		margin: 0 auto 20px auto;
		display: block;
	}
	.table-2-col td, .table-3-col td, .table-4-col td, .table-5-col td, .table-6-col td {
		display: block;
		width: 100%;
	}
}
@media (max-width: 320px) {
}