/*----------------------------------------------------
PAWS Screen Stylesheet

version:	2.0
date:		March 4, 2014
author:		Kris Erhardt
email:		kris at capitolmedia dot com
website:	http://www.paws.org
history:	/css/
----------------------------------------------------*/

* {
}

h1, h2, h3, h4, h5, h6 {
	font-family:'ff-ernestine-web-pro', Helvetica Bold, Arial Bold, sans-serif;
	font-weight: normal;
}

.typewriter {
	font-family: 'ff-ernestine-web-pro';
}

.shadowed-border {
	border-bottom: 5px solid #e17000;
	-webkit-box-shadow: 0 10px 5px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
	margin-bottom: 3.0rem;
}

.underline {
	border-bottom: 1px solid #e17000;
}

p, li {
	font-size: 1.4rem;
}

a {
	color:#e17000;
	text-decoration:none;
}

a:hover, a:focus {
	color: #673300;
	text-decoration:underline;
}

.petango {
	padding-bottom: 40.0rem;
}

.optionset {
	list-style-type: none;
	margin:0;
	padding:0;
}

.optionset input {
	display: inline-block;
}

.btn {
	text-transform: uppercase;
}

.btn-default {
	background-color: #fff;
	border: 1px solid #e17000;
	color: #e17000;
}

.btn-default:hover {
	background-color: #e17000;
	border: 1px solid #e17000;
	color: #fff;
}

.btn-header {
	background: #fff;
	border-color: #fff;
	color: #e17000;
	font-size: 1.4rem;
}

.btn {
	background-color: #e17000;
	color: #fff;
	font-family:'ff-ernestine-web-pro', Helvetica Bold, Arial Bold, sans-serif;
}

.btn:hover {
	background-color: #8b4500;
	color: #fff;
}

.btn-primary {
	background-color: #e17000;
	color: #fff;
}

.btn-primary:hover {
	background-color: #e17000;
	border-color: #fff;
	color: #fff;
}

.btn-default {
	background-color: #fff;
	color: #e17000;
}

.btn-default:hover {
	background-color: #e17000;
	color: #fff;
}

.btn-donate {
	border: #fff solid 0.1rem;
	border-right: none;
	border-radius: 0.5rem 0 0 0.5rem;
	background-color: #e17000;
	color: #fff !important;
	margin: 1.5rem 0;
}

.btn-donate:hover {
	background-color: #fff;
	color: #e17000 !important;
}

.lowercase {
	text-transform: lowercase;
}

.relative {
	position: relative;
}

.icon-bar{background-color: #e17000;
	display:block;width:22px;height:2px;border-radius:1px}
.icon-bar+.icon-bar{margin-top:4px}

.breadcrumb {
	margin-top: 20px;
}

label, .control-label {
	font-size: 1.4rem;
	font-weight: normal;
}

.embed-container {
  background-color: #fff;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: scroll;
  max-width: 100%;
  height: auto;
  -webkit-overflow-scrolling: touch;
}

.embed-container iframe, .embed-container object, .embed-container embed, .embed-container video {
  position: absolute;
  top: 0;
  left: 0.1rem;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.embed-responsive {
	margin:0 0 10px;
}

/*
------------------------------
   Basic Page Layout
------------------------------
*/

body {
	background-color: #e6e6e6;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
}

.wrapper {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
}

.site-header {
}

.site-header .system {
}

.site-header .system > a {
	font-size: 1.3rem;
	display: inline-block;
	padding: 0.6rem 0.5rem;
}

.site-header .system a .glyphicon {
	font-size: 2.0rem;
	line-height: 3.0rem;
}

.site-header .site-brand {
	float: left;
	margin: 0;
	padding: 0;
	width: 13.9rem;
}

.site-header .logo {
	display: inline-block;
	margin: 0;
}

.site-header .logo a {
	background: #e17000 url('../images/logo.gif') no-repeat 0 0;
	background-size: auto 100%;
	display: block;
	height: 13.0rem;
	margin: 0;
	padding: 0;
	text-indent: -9999rem;
	width: 13.9rem;
}

.site-header .buttons {
	float: right;
	margin: 0 1.5rem 0 0;
	padding: ;
}

.site-header .buttons .btn-header {
	border: 1px solid #fff;
}

.site-header .buttons .btn-header:hover {
	color: #fff;
	background-color: #e17000;
}

.site-header .buttons .toggle {
	background: transparent;
	padding: 0.9rem 0.1rem;
}

.site-header .buttons .icon-bar {
	background-color: #fff;
	height: 0.4rem;
	width: 3.6rem;
}

.site-header .buttons .social-links {
	clear: both;
	display: block;
	margin-top: 2.8rem;
}

.site-header .buttons .social-links a {
	background-color: #fff;
	display: inline-block;
	overflow: hidden;
	height:3.7rem;
	width:3.7rem;
	text-align: center;
	border-radius: 5px;
}

.site-header .buttons .social-links .glyphicon {
	font-size: 3.5rem;
}

.site-header .search {
	margin: 1.5rem 0;
}
.donate-link {
	margin: 0 0 0 -1.5rem;
	padding: 0;
}

.site-header .menu-primary {
	background-color: #000;
	border: none;
}

.menu-primary .nav {
	background: #000 url('../images/bg-primary.gif') repeat-x;
	border-left: 1px solid #000;
}

.menu-primary .nav > li {
	border: none;
	margin: 0 0.1rem;
	padding: 0 0 0.5rem;
	position: relative;
}

.menu-primary .nav > li:hover,
.menu-primary .nav > li.current,
.menu-primary .nav > li.section {
	background-color: #e17000;
}

.menu-primary .nav > li > a {
	border: none;
	border-bottom: 1px solid #e17000;
	border-top: 5px solid #e17000;
	border-left-width: 0;
	border-radius: 0;
	color: #fff;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 2.0rem;
	padding: 3.0rem 1.5rem 0.5rem;
	text-transform: lowercase;
}

.menu-primary .nav > li > a:hover,
.menu-primary .nav > li:hover > a,
.menu-primary .nav > li.current > a,
.menu-primary .nav > li.section > a {
	background-color: #e17000;
	border-color: #fff;
}

.menu-primary .nav li ul {
	background-color: #000;
	border: 1px solid #e17000;
	display: none;
	list-style-type: none;
	padding: 10px 0;
	position: absolute;
	width: 20.0rem;
}

.menu-primary .nav li:last-child ul {
	right: 0;
}

.menu-primary .nav li:hover ul {
	display: block;
	top: 6.0rem;
	z-index: 999;
}

.menu-primary .nav li ul li {

}

.menu-primary .nav li ul li a {
	border: none;
	color: #fff;
	display: block;
	font-size: 1.2rem;
	padding: 5px 15px;
	text-transform: none;
}

.menu-primary .nav li ul li a:hover {
	background-color: #e17000;
}

.menu-secondary {
	font-size: 12px;
}

.menu-secondary ul {

}

.menu-secondary > ul > li {
	border-top: 1px solid #ACACAC;
}

.menu-secondary > ul > li:first-child {
	border: none;
}

.menu-secondary > ul > li > a {
	color: #585858;
	font-weight: bold;
}

.menu-secondary ul > li.current > a, .menu-secondary ul > li.section > a {
	color: #e17000;
	padding-left: 15px;
}

.menu-secondary ul > li.current > a:before {
	position:relative;
	top:1px;
	display:inline-block;
	font-family:'Glyphicons Halflings';
	font-style:normal;
	font-weight:400;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	content:"\e005";
	width: 20px;
}

.menu-secondary ul li > ul {
	padding-left: 35px;
}

.menu-secondary ul li > ul li {

}

.menu-secondary ul li > ul li a {
	color: #585858;
}

.hero .row {
	background-color: #333;
}

.hero .quicklinks {
	padding: 0;
	min-height: 100%;
}

.hero .quicklinks h4 {
	color: #fff;
	padding: 0 1.5rem;
}

.hero .quicklinks .list-group-item {
	background: transparent;
	border-color: #666;
	border-left-width: 0;
	border-right-width: 0;
	border-radius: 0;
	color: #eee;
}

.hero .quicklinks .list-group-item:hover {
	background-color: #e17000;
	color: #fff !important;
}

.hero .quicklinks .list-group-item .list-group-item-heading {
	color: #fff;
	margin-bottom: 0;
}

.hero .quicklinks .list-group-item .list-group-item-heading span {
	background-color: #e17000;
	display: block;
	float: left;
	line-height: 3.0rem;
	margin: 0 1.5rem 0 -1.5rem;
	text-align: center;
	width: 6.0rem;
}

.hero .quicklinks .list-group-item .list-group-item-text {
	font-size: 1.2rem;
	padding-top: 0.5rem;
}

.hero .quicklinks .list-group-item:hover .list-group-item-heading, .hero .quicklinks .list-group-item:hover .list-group-item-text {
	color: #fff;
}

#slides {
	display: none;
	margin-right: 0;
}

.gallery {
	padding: 0;
	position: relative;
}

.gallery .gallery-item {

}

.gallery .gallery-item .content {
	background-color: rgba(0, 0, 0, 0.75);
	color: #fff;
	padding: 0 0 3.0rem 6.0rem;
	position: absolute;
		bottom: 0;
		left: 0;
}

.gallery .gallery-item .content h1 {
	text-transform: lowercase;
}

.gallery .gallery-item .content p {
	border-left: 5px solid #e17000;
	font-size: 1.6rem;
	margin: 0 1.5rem 0 6.0rem;
	padding: 0 1.5rem;
}

.gallery .gallery-item .caption {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.75);
	font-size: 1.4rem;
	margin: 1.5rem;
	position: absolute;
	padding: 1.5rem;
		right: 0;
		top: 0;
	width: 18.0rem;
}

.blogroll {
}

.blogroll h3 a {
	display: block;
}

.blogroll h3 a .glyphicon {
	float: right;
}

.blogroll .item {
	border-bottom: 1px dashed #585858;
	margin-bottom: 1.5rem;
}

.date {
	border: 1px solid #585858;
	float: left;
	margin-right: 1.0rem;
	text-align: center;
	width: 3.8rem;
}

.date .month {
	background-color: #e17000;
	color: #fff;
	display: block;
}

.date .day {
	color: #585858;
	font-size: 2.4rem;
	line-height: 2.4rem;
}

.blogroll .title {
	margin: 0;
}

.blogroll .description {
	font-size: 1.2rem;
	margin: 1.0rem 0 1.0rem 5.0rem;
}


.section-menu {
	background-color: #f5f5f5;
	border: 1px solid #e17000;
	color: #333;
	display: block;
	font-size: 1.6rem;
	height: 16.5rem;
	padding: 1.5rem;
	position: relative;
	width: 100%;
}

.section-menu:hover {
	color: #e17000;
}

.section-menu .title {
	display: inline-block;
	padding: 1.5rem;
	position: absolute;
	bottom: 0;
	left: 0;
}

.section-menu .glyphicon {
	position: absolute;
	top: 1.5rem;
	right: 1.5rem;
}

.featured-pet {

}

.featured-pet .thumbnail {
	border-radius: 0;
	border-bottom-width: 0.5rem;
	border-bottom-color: #e17000;
	text-decoration: none;
}

.featured-pet .thumbnail:hover {
	border-color: #e17000 !important;
}

.featured-pet .thumbnail .caption {
	font-size: 1.4rem;
	font-weight: bold;
	display: block;
	line-height: 1.4rem;
}

.featured-pet .thumbnail:hover .caption {
	color: #e17000;
}

.featured-pet .thumbnail .caption .glyphicon {
	font-size: 1.2rem;
	float: right;
}

.feature header h3 {
	display: inline-block;
	min-height: 5.4rem;
	vertical-align: text-bottom;
	width: 100%;
}

.list-group-item {
	font-size: 1.4rem;
}

.media {
	border-bottom: 0.1rem solid #585858;
	padding-bottom: 1.5rem;
}
/*
------------------------------
   Press Releases - PressReleasePage.ss
------------------------------
*/

.calendar-event {
	border-top: 1px dashed #585858;
	padding: 1.0rem 0 1.5rem;
}

.calendar-event .date {
	display: inline-block;
	margin-top: 2.5rem;
}

.calendar-event h3 {
}

.calendar-event h3 small {
	font-size: 1.4rem;
	display: block;
}


/*
------------------------------
   Press Releases - PressReleasePage.ss
------------------------------
*/

.release {
	border-bottom: 1px solid #999;
	font-size: 1.4rem;
	line-height: 2.0rem;
	padding: 15px 0;
}

.release .date {
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
}

.release .link {

}

.release .link a {
	color: #e17000;
	font-style: italic;
	font-weight: bold;
}

/*
------------------------------
   Contact Page - ContactPage.ss
------------------------------
*/

.location {

}

.location .section {
	margin-bottom: 3.0rem;
}

.location .section.phone-numbers {
	min-height: 19.4rem;
}

.location .section.phone-numbers p:first-of-type, .location .section.phone-numbers table {
	margin-bottom: 0;
}

.location .section.hours {
	min-height: 20.9rem;
}

/*
------------------------------
   Page Footer
------------------------------
*/

.page-footer {
	background: #eee;
	-webkit-box-shadow: inset 0 5px 5px -5px rgba(0, 0, 0, 0.25);
	box-shadow: inset 0 5px 5px -5px rgba(0, 0, 0, 0.25);
	font-size: 1.2rem;
	margin: 1.5rem -1.5rem 0;
	padding: 1.5rem;
}

.page-footer > p {
	font-size: 1.2rem;
	margin: 0 0 1.5rem 0;
	padding: 0 0 1.5rem 0;
}

/*
------------------------------
   Section Color Variations
------------------------------
*/

.section-cats-and-dogs a {
	color: #9fb000;
}

.section-cats-and-dogs .btn {
	background-color: #9fb000;
}

.section-cats-and-dogs .btn-default {
	background-color: #fff;
}

.section-cats-and-dogs .underline,
.section-cats-and-dogs .shadowed-border,
.section-cats-and-dogs .section-menu {
	border-color: #9fb000;
}

.section-cats-and-dogs .btn-default {
	border: 1px solid #9fb000;
	color: #9fb000;
}

.section-cats-and-dogs .btn-default:hover {
	background-color: #9fb000;
	border-color: #9fb000;
}

.section-cats-and-dogs .btn-donate,
.section-cats-and-dogs .hero .quicklinks .list-group-item:hover {
	background-color: #9fb000;
}

.section-cats-and-dogs .btn-donate:hover {
	background-color: #fff;
	color: #9fb000 !important;
}

.section-cats-and-dogs .site-header .system ul li a {
	border: 1px solid #9fb000;
}

.section-cats-and-dogs .site-header .system ul li a.icon {
	border: 1px solid #9fb000;
}

.section-cats-and-dogs .site-header .system ul li a:hover,
.section-cats-and-dogs .site-header .system ul li.current a {
	background-color: #9fb000;
	color: #fff;
}

.section-cats-and-dogs .site-header .system ul li a.icon:hover {
	background-color: #9fb000;
	color: #fff;
}

.section-cats-and-dogs .site-header .logo a {
	background: #9fb000 url('../images/logo-catsdogs.gif') no-repeat 0 0;
	background-size: auto 100%;
}

.section-cats-and-dogs .site-header .menu-primary .nav {
	background: #000 url('../images/bg-primary-cats-and-dogs.gif') repeat-x;
}

.section-cats-and-dogs .site-header .menu-primary .nav > li > a {
	border-color: #9fb000;
}

.section-cats-and-dogs .site-header .menu-primary .nav > li > a:hover {
	border-color: #fff;
}

.menu-primary .nav > li.cats-and-dogs:hover,
.menu-primary .nav > li.cats-and-dogs.current,
.menu-primary .nav > li.cats-and-dogs.section  {
	background-color: #9fb000;
}

.menu-primary .nav .cats-and-dogs a:hover,
.menu-primary .nav .cats-and-dogs:hover > a,
.menu-primary .nav > li.cats-and-dogs.current > a,
.menu-primary .nav > li.cats-and-dogs.section > a {
	background-color: #9fb000;
	border-color: #fff;
}

.menu-primary .nav .cats-and-dogs ul {
	border: 1px solid #9fb000;
}

.section-cats-and-dogs .menu-secondary ul > li.current > a {
	color: #9fb000;
}

.cats-and-dogs .blogroll .month {
	background-color: #9fb000;
}

.section-wildlife a {
	color: #9e3038;
}

.section-wildlife .btn {
	background-color: #9e3038;
}

.section-wildlife .btn-default {
	background-color: #fff;
}

.section-wildlife .underline,
.section-wildlife .shadowed-border,
.section-wildlife .section-menu {
	border-color: #9e3038;
}

.section-wildlife .btn-default {
	border: 1px solid #9e3038;
	color: #9e3038;
}

.section-wildlife .btn-default:hover {
	background-color: #9e3038;
	border-color: #9e3038;
}

.section-wildlife .btn-donate,
.section-wildlife .hero .quicklinks .list-group-item:hover {
	background-color: #9e3038;
}

.section-wildlife .btn-donate:hover {
	background-color: #fff;
	color: #9e3038 !important;
}

.section-wildlife .site-header .system ul li a {
	border: 1px solid #9e3038;
}

.section-wildlife .site-header .system ul li a.icon {
	border: 1px solid #9e3038;
}

.section-wildlife .site-header .system ul li a:hover,
.section-wildlife .site-header .system ul li.current a {
	background-color: #9e3038;
	color: #fff;
}

.section-wildlife .site-header .system ul li a.icon:hover {
	background-color: #9e3038;
	color: #fff;
}

.section-wildlife .site-header .logo a {
	background: #9e3038 url('../images/logo-wildlife.gif') no-repeat 0 0;
	background-size: auto 100%;
}

.section-wildlife .site-header .menu-primary .nav {
	background: #000 url('../images/bg-primary-wildlife.gif') repeat-x;
}

.section-wildlife .site-header .menu-primary .nav > li > a {
	border-color: #9e3038;
}

.section-wildlife .site-header .menu-primary .nav > li > a:hover {
	border-color: #fff;
}

.menu-primary .nav > li.wildlife:hover,
.menu-primary .nav > li.wildlife.current,
.menu-primary .nav > li.wildlife.section  {
	background-color: #9e3038;
}

.menu-primary .nav .wildlife a:hover,
.menu-primary .nav .wildlife:hover > a,
.menu-primary .nav > li.wildlife.current > a,
.menu-primary .nav > li.wildlife.section > a {
	background-color: #9e3038;
	border-color: #fff;
}

.menu-primary .nav .wildlife ul {
	border: 1px solid #9e3038;
}

.section-wildlife .menu-secondary ul > li.current > a {
	color: #9e3038;
}

.section-kids a {
	color: #00afd3;
}

.section-kids .btn {
	background-color: #00afd3;
}

.section-kids .btn-default {
	background-color: #fff;
}

.section-kids .underline,
.section-kids .shadowed-border,
.section-kids .section-menu {
	border-color: #00afd3;
}

.section-kids .btn-default {
	border: 1px solid #00afd3;
	color: #00afd3;
}

.section-kids .btn-default:hover {
	background-color: #00afd3;
	border-color: #00afd3;
}

.section-kids .btn-donate,
.section-kids .hero .quicklinks .list-group-item:hover {
	background-color: #00afd3;
}

.section-kids .btn-donate:hover {
	background-color: #fff;
	color: #00afd3 !important;
}

.section-kids .site-header .system ul li a {
	border: 1px solid #00afd3;
}

.section-kids .site-header .system ul li a.icon {
	border: 1px solid #00afd3;
}

.section-kids .site-header .system ul li a:hover,
.section-kids .site-header .system ul li.current a {
	background-color: #00afd3;
	color: #fff;
}

.section-kids .site-header .system ul li a.icon:hover {
	background-color: #00afd3;
	color: #fff;
}

.section-kids .site-header .logo a {
	background: #00afd3 url('../images/logo-kids.gif') no-repeat 0 0;
	background-size: auto 100%;
}

.section-kids .site-header .menu-primary .nav {
	background: #000 url('../images/bg-primary-kids.gif') repeat-x;
}

.section-kids .site-header .menu-primary .nav > li > a {
	border-color: #00afd3;
}

.section-kids .site-header .menu-primary .nav > li > a:hover {
	border-color: #fff;
}

.menu-primary .nav > li.kids:hover,
.menu-primary .nav > li.kids.current,
.menu-primary .nav > li.kids.section  {
	background-color: #00afd3;
}

.menu-primary .nav .kids a:hover,
.menu-primary .nav .kids:hover > a,
.menu-primary .nav > li.kids.current > a,
.menu-primary .nav > li.kids.section > a {
	background-color: #00afd3;
	border-color: #fff;
}

.menu-primary .nav .kids ul {
	border: 1px solid #00afd3;
}

.section-kids .menu-secondary ul > li.current > a {
	color: #00afd3;
}

/*
------------------------------
   Responsive Elements
------------------------------
*/

@media (max-width:767px){
	.site-header {
		position: relative;
	}
	.site-header .site-brand {
		float: none;
		width: 100%;
	}
	.site-header .buttons {
		display: inline-block !important;
	}

	#primary-menu {
		max-height: inherit;
		overflow: visible !important;
		padding: 1.5rem;
		width: 100%;
		z-index: 999;
		background: #000;
	}

	.site-header .menu-primary .nav {
		border-left-width: 0;
	}

	.site-header .menu-primary .nav > li {
		display: block;
		width: 100%;
	}
	.site-header .menu-primary .nav > li > a {
		border-top-width: 0;
		padding: 1.0rem 1.5rem 0.5rem;
	}
	.site-header .menu-primary .nav > li > ul {
		background-color: transparent;
		border: none;
		display: block;
		padding: 0 0 0 1.5rem;
		position: static;
		width: 100%;
	}

	.release .date {
		text-align: left;
	}
}

@media (min-width:768px) and (max-width:991px){

	.site-header .menu-primary .nav {
		border-left-width: 0;
	}

	#primary-menu {
		display: block !important;
		margin: 0 0 0 0.1rem;
		width: 61.0rem;
	}

	.menu-primary .nav > li {
		margin: 0;
	}

	.menu-primary .nav > li > a {
		padding: 3.0rem 0.9rem 0.5rem;
	}
}

@media (min-width:992px) and (max-width:1199px){
	.absolute-md {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 999;
	}
	#primary-menu {
		display: block !important;
		width: 83.0rem;
	}
}

@media (min-width:1200px){
	.search-container {
		width: ;
	}
	#primary-menu {
		display: block !important;
		width: 103.0rem;
	}
}
