* {
	font-family: 'Source Sans Pro', sans-serif;
	color: #595959;
}

body {
	background-color: #f7f5ec;
}

.container-fluid {
	padding-right: 0;
	padding-left: 0;
}

.header {
	width: 100%;
	background-color: #3c53a2;
	text-align: center;
	height: 70px;
}

.logo {
	float: left; 
	width: 45%;
	padding-top: 20px;
}

.logo img {
	width: 219px;
	height: 33px;
	float: left;
}

.tagline {
	width: 50%;
	float: right;
	padding-top: 27px;
}

.tagline img {
	width: 305px;
	height: 23px;
	float: right;
}

nav.navbar {
	background-color: #f6f7ec;
	margin-bottom: 0;
	border: none;
	min-height: inherit;
	width: 100%;
}

nav.navbar.affix {
	top: 0;
	z-index: 10000;
	border-bottom: 10px solid #7dc745;
}

nav.navbar li {
	background-color: #ece9ca;
	border-right: 1px solid #d9deca;
}

nav.navbar li:first-child {
	border-left: 1px solid #d9deca;
}

nav.navbar li.active {
	border-right: 0;
	border-left: 0;
}

.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
}

nav.navbar li.active a:link, nav.navbar li.active a:active, nav.navbar li.active a:visited {
	color: #fff;
}

.navbar-default .navbar-nav>li>a {
	text-align: center;
}

.basic, nav.navbar div ul.nav li.active a.basic, nav.navbar div ul.nav li.active a.basic:hover {
	background-color: #7dc745;
}

.inactive, nav.navbar div ul.nav li.active a.inactive, nav.navbar div ul.nav li.active a.inactive:hover {
	background-color: #a686a6;
}

.member, nav.navbar div ul.nav li.active a.member, nav.navbar div ul.nav li.active a.member:hover {
	background-color: #a86c62;
}

.bar {
	padding: 10px 0 35px 0;
}

.bar h1 {
	color: #fff;
	text-align: center;
	margin-top: 15px;
}

.bar:after {
	clear: both;
}

.quick-search {
	text-align: center;
	padding: 8px 0;
	background-color: #e4ebce;
}

.quick-search h1 {
	color: #656661;
}

.quick-search div.row {
	padding-bottom: 15px;
}

.quick-search input, .quick-search select {
	color: #59c8f2;
}

.quicksearch-btn, .quicksearch-btn span.glyphicon.glyphicon-arrow-right {
	background-color: #fff;
	color: #7dc745;
}

.left-side {
	background-color: #e9eed7;
}

.sidebar-title {
	background-color: #d9deca;
	height: 28px;
	text-align: center;
}

.sidebar {
	background-color: #e9eed7;
}

.sidebar tr td {
	padding: 10px;
}

.main-content {
	padding: 20px 0 50px 0;
}

.main-content-subpage {
	padding: 0 20px 0 0;
	background-color: #fff;
}

.main-content-subpage .content {
	padding-top: 15px;
}

.main-content h1 {
	color: #74bd00;
}

.featured-breed {
 padding-top: 10px;
 padding-left: 20px;
 font-weight: bold;
 font-size: 1.2em;
}

.featured-breed img {
	height: 206px;
	width: 206px;
	border-radius: 103px;
	-webkit-border-radius: 103px;
	-moz-border-radius: 103px;
	border: 10px solid #fff;
}

.featured-breed .featured-image {
	margin-right: 30px;
}

.featured-breed .featured-image, .featured-breed .featured-name {
 float: left;
 text-align: left;
 margin-bottom: 10px;
}

.featured-name {
	color: #74bd00;
	margin-top: 50px;
}

.featured-name h2 {
	font-weight: 300;
}

.featured-name h2.breed-name {
	font-weight: bold;
}

.featured-info {
	font-weight: normal;
	text-align: left;
}

.featured-info h3 {
	font-weight: bold;
}

.featured-sale {
	border-width: 1px;
    border-style: solid;
    -webkit-border-image: 
      -webkit-gradient(linear, 0 0, 0 100%, from(#ccc), to(rgba(0, 0, 0, 0))) 1 100%;
    -webkit-border-image: 
      -webkit-linear-gradient(#ccc, rgba(0, 0, 0, 0)) 1 100%;
    -moz-border-image:
      -moz-linear-gradient(#ccc, rgba(0, 0, 0, 0)) 1 100%;    
    -o-border-image:
      -o-linear-gradient(#ccc, rgba(0, 0, 0, 0)) 1 100%;
    border-image:
      linear-gradient(to bottom, #ccc, rgba(0, 0, 0, 0)) 1 100%;
    border-right: 0;
    padding-left: 25px;
	border-top: 0;
}

.featured-sale h2 {
	font-weight: 300;
	color: #3d52a3;
	margin-top: 0;
	margin-bottom: 20px;
}

.image {
	float: left;
	margin-right: 5px;
}

.image img {
	width: 76px;
	height: 76px;
}

.info {
 float: left;
 margin-bottom: 20px;
 margin-top: -3px;
 margin-left: 5px;
}

.info a {
    font-weight: bold;
}

.puppies-row {
	margin-bottom: 20px;
}

.join {
	text-align: center;
	margin-top: 30px;
}

.puppies-btn {
	background-color: #fff;
	font-size: 1.5em;
	font-weight: bold;
	box-shadow: 1px 1px 3px #888;
	padding: 5px 30px;
}

.puppies-btn a {
	text-decoration: none;
	color: #284b9e;
}

.puppy-info {
	padding: 10px 0 50px 0;
	background-color: #d9e6f0;
	min-height: 350px;
}

.puppy-info h1 {
	color: #595959;
	font-weight: bold;
	margin-left: 7%;
}

.testimonial-left, .testimonial-right {
	background-color: transparent;
	padding: 20px 20px 0 20px;
}

.testimonial-left {
	margin-right: 2%;
	margin-left: 7%;
	border-right: 1px solid #ccc;
}

.popular-breeds {
	padding: 30px 7% 50px 7%;
	background-color: #fff;
}

.city-btn {
	box-shadow: 1px 1px 3px #888;
	border-radius: 25px;
	margin-top: 20px;
	width: 100%;
	overflow: hidden;
}

footer {
	padding: 30px;
	background-color: #595959;
	color: #f3f3f3;
	font-weight: 300;
}

footer .container .row {
	margin-bottom: 5px;
}

footer a:link, footer a:active, footer a:visited {
	color: #fff;
	text-decoration: none;
}

a.footer-link:link, a.footer-link:active, a.footer-link:visited {
	font-weight: 400;
	font-size: 0.9em;
}

div.content table tbody tr td form table tbody tr td table tbody tr td, div.content form table tbody tr td table tbody tr td {
	background-repeat: repeat-x;
}

.static-750 {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
}

a.right.carousel-control, a.left.carousel-control {
	background: transparent;
}

a.right.carousel-control span.glyphicon.glyphicon-chevron-right, a.left.carousel-control span.glyphicon.glyphicon-chevron-left {
	color: #666;
}

.col-xs-3 {
	padding-right: 0;
}

.padding-top-6 {
	padding-top: 6px;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 1px solid #fff;
  background: #d9e6f0;
  font-weight: normal;
  color: #666;
}

.small_logo {
	height: 32px;
	width: 32px;
}

.disabled {
	pointer-events: none;
	cursor: default;
}

.full {
	width: 100%;
}

.margin-bottom-20 {
	margin-bottom: 20px
}

.margin-bottom-0 {
	margin-bottom: 0;
}

.margin-top-0 {
	margin-top: 0;
}

@media all and (max-width: 1024px) {
	.puppies-btn {
		font-size: 1.1em;
		font-size: 1.5vw;
	}
}

@media all and (max-width: 992px){
	.ipad-offset {
		margin-left: 12.499999%;
	}
	
	.puppies-btn {
		width: 100%;
		padding: 0;
		font-size: 2em;
		font-size: 3vw;
		margin-bottom: 20px;
	}
	
	.puppy-info h1 {
		margin-left: 20px;
	}

	.testimonial-left {
		border-right: 0;
		border-bottom: 1px solid #ccc;
		padding-bottom: 15px;
	}

	.testimonial-left, .testimonial-right {
		margin-right: 0;
		margin-left: 8.333333%;
	}

	.popular-breeds {
		padding: 20px;
	}

	.oval-img {
		width: 50%;
	}
}

@media all and (min-width: 768px) {
	.navbar-nav, .header {
        float: none;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
    }
    
	.height-50 {
		height: 50px;
	}

	ul.nav li a.margin-top-neg-20 {
		margin-top: -20px;
	}
}

@media all and (max-width: 767px){
	.static-750 {
		width: 100%;
	}

	.logo {
		width: 100%;
		float: none;
	}

	.logo img {
		float: none;
	}

	nav.navbar li {
		width: 100%;
	}

	.navbar-default .navbar-nav>li>a {
		text-align: left;
	}

	.navbar-collapse {
		padding-right: 0;
		padding-left: 0;
	}

	.container {
		padding-right: 0;
		padding-left: 0;
	}
	
	.quick-search input, .quick-search select {
		width: 100%;
		margin-top: 20px;
	}

	.quicksearch-btn {
		margin-top: 20px;
		font-weight: bold;
		width: 100%;
	}
	
	.sidebar-title {
		width: 106px;
	}

	.featured-breed .featured-image, .featured-breed .featured-name {
		float: none;
		text-align: center;
		margin-right: 0;
	}

	.featured-sale {
		border: none;
	}
	
	.main-content {
		padding: 20px;
	}

	.main-content-subpage .content {
		padding-left: 0;
	}

	.testimonial-right {
		margin-bottom: 15px;
	}

	.oval-img {
		height: 95%;
		width: 95%;
	}

	.text-right {
		text-align: left;
	}

	.puppies-btn {
		font-size: 1.2em;
		font-size: 4vw;
	}
}

.padding-right-0 {
    padding-right: 0;
}

footer div.container div.row div {
   color: #f3f3f3 ;
}

.btn.city-btn a {
   width: 100%;
   display: block;
}