/*.header{
	width: 100%;
	height: 172px;
	background-image: url("https://chameleonbeach.com/Portals/0/WL3/LCLNWL/animal-header-bg-fur.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-color: #98877d;
}*/

body {
    color: #222;
		margin: 0;
		padding: 0;
}



header{
	display: block;
}

.container:first-of-type{
	width: 100%;
	margin: 0;
	padding: 0;
}


#nav-global {
    background: #27C2BD none repeat scroll 0 0;
    border-bottom: 1px solid #333;
		height: 15px;
}
#nav-global {
    font-size: 0.7em;
}
#nav-global {
    border-bottom: 1px solid #EDEDED;
    clear: both;
    float: left;
    font-size: 1em;
    padding: 2px 0;
    position: relative;
    width: 100%;
    z-index: 3;
}

#superheader::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
#superheader {
    background: #bfa387 no-repeat scroll center top;
}


#header-primary {
    background: #bfa387  no-repeat scroll center top;
}
#header-primary {
    display: table;
    float: left;
    overflow: hidden;
    padding: 5px 0;
    position: relative;
    width: 100%;
}

.width-set {
    margin: 0 auto;
    max-width: 1200px;
    min-width: 320px;
    position: relative;
    text-align: left;
}

#header-primary .homelink {
    display: table-cell;
    vertical-align: middle;
    height: 80px;
    margin: 0 auto;
    /*width: 185px;*/

}

#header-primary h1 {
    display: table-cell;
    /*color: #fff;*/
    font-size: 3em;
    text-align: center;
    margin: 0 10px;
    vertical-align: middle;
		font-family: "Gotham Medium", Gotham ,arial,sans-serif;
		font-size: 2em;
    /*text-shadow: 0 0 1px #333;*/
		/*font-stretch: ultra-condensed;*/
		transform : scale(.7,1);
		font-weight: lighter;
/*-webkit-transform:scale(.5,1.2); /* Safari and Chrome */
/*-moz-transform:scale(1,1.2); /* Firefox */
/*-ms-transform:scale(1,1.2); /* IE 9+ */
/*-o-transform:scale(1,1.2); /* Opera */
}


#header-primary h1 a:link, #header-primary h1 a:visited {
    color: #eee;
    text-shadow: 0 0 6px #555;
}
#header-primary h1 a:link, #header-primary h1 a:visited {
    text-decoration: none;
}

.bottomBar{
    background-color: #27C2BD;
    border-bottom: 3px solid #EDEDED;
    border-top: 1px solid #EDEDED;
    font-size: 0.7em;
		width: 100%;
		height: 23px;
		display: block;
}


.arrow {
    display: inline-block;
    float: left;
    width: 6px;
}


#header-primary img {
    /*width: 185px;*/
		margin-left: 20px;
}

@media only screen and (min-width: 760px) {
#header-primary h1 {
    font-size: 3em;
		text-align: left;
}
}


/*.panel-default > .panel-heading {
	background-color: #214a23;
	border-color: rgba(151, 239, 98, 0.54);
	color: #fff;
}*/

/*.panel-heading .accordion-toggle::after {
    color: #fff;
}

#insideCart .panel-heading .accordion-toggle::after {
    color: #fff;
    font-weight: bold;
}


.cartTableHeader {
	background-color: #a9c4a2;
}*/

/*.piTable tr:nth-child(2n+1), .aiTable tr:nth-child(2n+1) {
	background-color: #edf8ea;
}

.cartTableSubHeader, .PatronResultsHeader {
	background-color: #edf8ea;
}

.UD_Btn, #btn_DonationUpdate {
	color: #fff;
	background-color: #214a23;
}

	.UD_Btn:hover, .UD_Btn:active, .UD_Btn:focus, #btn_DonationUpdate:hover, #btn_DonationUpdate:active, #btn_DonationUpdate:focus {
	color: #fff;
	background-color: #214a23;
		border: 1px solid #214a23;
	}


	.btnlowlight {
    background-color: #e9ffea !important;
    color: #000 !important;
				border: 1px solid #214a23;
}*/

/*.btnlowlight:hover, .btnlowlight:active, .btnlowlight:focus {
    background-color: #214a23 !important;
    color: #fff !important;
}*/

/*#btn_addAnimal{
color: #000;
}

#btn_addAnimal:hover{
color: #000;
background-color: #fff;
}

.btn-default:hover {
    background-color: #fff;
    border-color: #ccc;
    color: #000;
}

.btn_DonationUpdate {
}

.form-control:focus, input:focus {
	border-color: #0e4912;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #5f9562;
	outline: 0 none;
}


input[type="checkbox"]:checked + label::after {
	border: 3px solid #0d3b0a;
}*/

