::selection {
	color: #fff;
	background: #333;
}

::-moz-selection {
	color: #fff;
	background: #333;
}

html, body {
	height: 100%;
	min-height: 100%;
}

body {
	font-family: 'Josefin Sans', sans-serif;
	font-size:15px;
	font-smooth:always;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	color: #666;
	background: #fff;
}

body.contentpage {
	padding-top: 120px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Cabin', sans-serif;
	margin: 15px 0;
	color: #05007c;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: normal;
}

.subhead {
	font-weight: bold;
	color: #febb00;
}

a {
	color: #febb00;
	font-weight: bold;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

a:hover {
	text-decoration: none;
	color: #585858;
}

img {
	max-width: 100%;
}

#top-bar {
	width: 100%;
	background: #05007c;
	padding: 5px 10px;
	color: #fff;
	text-align: center;
}

#top-bar a {
	color: #fff;
	font-weight: bold;
}

#logo-section {
	padding: 10px;
	background: #fff;
	color: #333;
}

#logo-section .logopush {
	margin-top: 20px;
}

/**  NAVIGATION  **/

#nav {
	background: #fff;
	border-bottom: 1px solid #05007c;
}

.homepage .navbar, .contentpage .navbar {
	min-height: 60px;
	margin: 0;
	border: none;
	background: transparent;
	margin-top: 15px;
}

.navbar h1 {
	font-family: 'Josefin Sans', sans-serif;
	text-transform: none;
	font-weight: 300;
	margin-top: 15px;
}

.navbar h1 a.navbar-brand {
	color: #fff;
	padding: 0;
	height: auto;
	font-size: 40px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

.navbar h1 a.navbar-brand:hover {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	transform: scale(0.8);
	color: #f6f6f6;
}

.navbar h1 a.navbar-brand span {
	font-family: 'Cabin', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 13px;
}

.nav li a {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;

	-webkit-animation: Navbar 1.5s normal; /* Safari 4+ */
	-moz-animation:    Navbar 1.5s normal; /* Fx 5+ */
	-o-animation:      Navbar 1.5s normal; /* Opera 12+ */
	animation:         Navbar 1.5s normal; /* IE 10+ */
}

.navbar-default .navbar-nav li a {
	color: #333;
}

.nav li a {
    color: #333;
    font-weight: 700;
    text-shadow: none;
	overflow: hidden;
	padding: 0 20px;
	height: 1.5em;
}

.nav li a span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

.nav li a span::before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	font-weight: 700;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.nav li a:hover span, .nav li a:focus span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #05007c;
	background: none;
}

.navbar-nav {
	margin-top: 20px;
    display: inline-block;
    float: none;
}

.nav .btn {
	margin-top: -7px;
	border: 2px solid #fff;
	background: transparent;
	font-family: 'Cabin', sans-serif;
	font-weight: 500;
	color: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-transform: uppercase;
	font-size: 12px;
	position: relative;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

.nav .btn:hover {
	background: rgba(255, 255, 255, .3);
}

.navbar-nav li .dropdown-menu {
	margin-top: 29px;
	border-color: #e5e5e5;
	box-shadow: 0 2px 2px rgba(50, 50, 50, .1);
}

.navbar-default .navbar-nav .open a, .navbar-default .navbar-nav .open a:hover, .navbar-default .navbar-nav .open a:focus {
	background: none;
	color: #cba07b;
}

.nav .dropdown-menu li a {
	padding: 7px 20px;hea
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

.contentpage .affix .nav .dropdown-menu .active a, .contentpage .dropdown-menu .active a:hover, .contentpage .dropdown-menu .active a:focus {
	color: #999;
	background-color: #05007c;
}

.navbar-default .navbar-toggle {
	border: 2px solid #05007c;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #05007c;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background: transparent;
	border: 2px solid #999;
}

.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #999;
}

.affix.navbar-default .navbar-toggle {
	border: 2px solid #999;
}

.affix.navbar-default .navbar-toggle .icon-bar {
	background-color: #999;
}

.affix.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background: transparent;
}

.affix.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #999;
}

/** NAV ON SCROLL  **/

.homepage .affix-top, .contentpage .affix-top {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

.homepage .affix, .contentpage .affix {
	background: rgba(255,255,255,0.8);
	box-shadow: 0 3px 5px 2px rgba(0,0,0,0.2);
	/*border-bottom: 1px solid #e5e5e5;*/
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

.homepage .affix  h1 a.navbar-brand, .contentpage .affix  h1 a.navbar-brand {
	color: #6d6d6d;
}

.homepage .affix  h1 a.navbar-brand:hover, .contentpage .affix  h1 a.navbar-brand:hover {
	color: #333;
}

.homepage .affix  h1 a.navbar-brand span, .contentpage .affix  h1 a.navbar-brand span {
	color: #adadad;
}

.homepage .affix .btn, .contentpage .affix .btn {
	color: #333;
	border: 2px solid #333;
}


.homepage .affix .nav li a:hover, .contentpage.affix .nav li.active a, .contentpage .affix .nav li a:hover, .contentpage .affix .nav li.active a, .nav li.active {
	color: #ea8400;
}


/**  Slider  **/

#slidersection {
	width: 100%;
	height: 400px;
}

#home_carousel {
	width: 100%;
	background: #333;
	overflow: hidden;
}

.caroufredsel_wrapper {
	width: 100% !important;
}

#home_carousel .carousel-caption {
	height: 70%;
}

#home_carousel .carousel-caption .caption-container {
	background: rgba(0,0,0,0.8);
	padding: 20px 40px;
}

#home_carousel .carousel-caption .caption-container h2 {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 66px;
	text-shadow: none;
	text-transform: uppercase;
	letter-spacing: -2px;
	margin-bottom: 30px;
	-webkit-animation: SlideTitle 1.5s normal; /* Safari 4+ */
	-moz-animation:    SlideTitle 1.5s normal; /* Fx 5+ */
	-o-animation:      SlideTitle 1.5s normal; /* Opera 12+ */
	animation:         SlideTitle 1.5s normal; /* IE 10+ */
	position: relative;
	color: #fff;
	text-shadow: 2px 2px 2px #000;
}

#home_carousel .carousel-caption .caption-container p {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 20px;
	text-shadow: none;
	text-transform: uppercase;
	margin-bottom: 30px;
	-webkit-animation: SlideDesc 1.5s normal; /* Safari 4+ */
	-moz-animation:    SlideDesc 1.5s normal; /* Fx 5+ */
	-o-animation:      SlideDesc 1.5s normal; /* Opera 12+ */
	animation:         SlideDesc 1.5s normal; /* IE 10+ */
	position: relative;
}

#home_carousel .carousel-caption .caption-container img {
	max-width: 250px;
	margin-bottom: 20px;
}

#home_carousel img {
	height: 100%;
	width: 100%;
	position: relative;
	-webkit-animation: SlideBG 1.5s normal; /* Safari 4+ */
	-moz-animation:    SlideBG 1.5s normal; /* Fx 5+ */
	-o-animation:      SlideBG 1.5s normal; /* Opera 12+ */
	animation:         SlideBGbtn 1.5s normal; /* IE 10+ */
}

#home_carousel .btn {
	/*border: 2px solid #fff;*/
	/*background: transparent;*/
	font-family: 'Cabin', sans-serif;
	font-weight: 500;
	color: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-transform: uppercase;
	font-size: 16px;
	position: relative;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-animation: SlideBtn 1.5s normal; /* Safari 4+ */
	-moz-animation:    SlideBtn 1.5s normal; /* Fx 5+ */
	-o-animation:      SlideBtn 1.5s normal; /* Opera 12+ */
	animation:         SlideBtn 1.5s normal; /* IE 10+ */
}

#home_carousel  .btn:hover {
	background: rgba(255, 255, 255, .3);
}

@media screen and (max-width: 1150px) {
	#home_carousel .carousel-caption {
		display: none;
	}
}

.carousel-control.right, .carousel-control.left {
	background-image: none;
}

.carousel-indicators li, .carousel-indicators li.active {
	width: 15px;
	height: 15px;
	border: none;
	margin: 0;
	background: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

.carousel-indicators li {
	background: rgba(255, 255, 255, .3);
}

.carousel-indicators li:hover {
	background: #fff;
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
	text-shadow: none;
	background: rgba(255, 255, 255, .3);
	padding: 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-animation: NextBtn 1.5s infinite; /* Safari 4+ */
	-moz-animation:    NextBtn 1.5s infinite; /* Fx 5+ */
	-o-animation:      NextBtn 1.5s infinite; /* Opera 12+ */
	animation:         NextBtn 1.5s infinite; /* IE 10+ */
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
	text-shadow: none;
	background: rgba(255, 255, 255, .3);
	padding: 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-animation: PrevBtn 1.5s infinite; /* Safari 4+ */
	-moz-animation:    PrevBtn 1.5s infinite; /* Fx 5+ */
	-o-animation:      PrevBtn 1.5s infinite; /* Opera 12+ */
	animation:         PrevBtn 1.5s infinite; /* IE 10+ */
}

/** COLUMNS  **/

.col3 {
	margin: 70px 0 0 0;
	text-align: center;
}

.col3 .roundal, .centered .roundal {
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	margin: 0 auto 30px auto;
	width: 125px;
	height: 125px;
	border-radius: 50%;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	background-color: #333 !important;
}

.col3 .roundal:hover, .centered .roundal:hover {
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	background-color: #585858 !important;
}

.col3 .roundal#kennel {
	background: url("../images/services-kennel.png") 50% 50% no-repeat;
}

.col3 .roundal#grooming {
	background: url("../images/services-grooming.png") 50% 50% no-repeat;
}

.col3 .roundal#adoption {
	background: url("../images/services-adoption.png") 50% 50% no-repeat;
}

.col3 .roundal#walking {
	background: url("../images/services-walking.png") 50% 50% no-repeat;
}

.col3 .roundal#advice {
	background: url("../images/services-advice.png") 50% 50% no-repeat;
}

.col3 .roundal#play {
	background: url("../images/services-play.png") 50% 50% no-repeat;
}

.col3 h3 {
	font-weight: 700;
	font-size: 14px;
	color: #585858;
}

.btn {
	background: transparent;
	font-family: 'Cabin', sans-serif;
	font-weight: 500;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-transform: uppercase;
	font-size: 12px;
	padding: 8px 12px;
}

/** FULL WIDTH CAROUSEL  **/

#c-carousel {
	position: relative;
	min-height: 345px;
	padding: 0;
	margin: 50px 0 0 0;
}

#wrapper {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}

#carousel div {
	text-align: center;
	width: 374px;
	padding: 0;
	margin: 0 1px 0 0;
	float: left;
	position: relative;
	overflow: hidden;
	background: #333;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

#carousel div:hover img {
	-khtml-opacity:.20;
	-moz-opacity:.20;
	-ms-filter:"alpha(opacity=20)";
	filter:alpha(opacity=20);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.2);
	opacity:.20;
	-webkit-transform: scale(1.3) rotate(7deg);
	-moz-transform: scale(1.3) rotate(7deg);
	transform: scale(1.3) rotate(7deg);
}

#carousel div img {
	border: none;
	width: 100%;
	min-height: 276px;
	display: block;
	height: auto;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

#carousel div a {
	display: block;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
}

#carousel div a::before {
	bottom: -20px;
	position: absolute;
	width: 100%;
	display: block;
	text-align: center;
	opacity: 1;
	z-index: 500;
	content: attr(data-hover);
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

#carousel div a:hover:before, #carousel div a:focus {
	bottom: 35%;
}

#carousel div:before {
	width: 100%;
	height: 38px;
	top: -38px;
	background: url("../images/view.png")  50% 50% no-repeat;
	content: "";
	position: absolute;
	display: block;
	opacity: 1;
	z-index: 500;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

#carousel div:hover:before, #carousel div:focus {
	top: 35%;
}

#c-carousel .pager {
	text-align: center;
	margin: 45px auto 0 auto;
}

#c-carousel .pager a {
	width: 15px;
	height: 15px;
	border: none;
	margin: 0 2px;
	display: inline-block;
	text-indent: -9999px;
	text-transform: capitalize;
	background: #cdcfd0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

#c-carousel .pager a.selected, #c-carousel .pager a:hover {
	background: #333;
}


/** REHOME BLOCK  **/

.rehome {
	background: #f6f6f6;
	border-top: 1px solid #edeaea;
	margin: 70px 0 0 0;
}

.rehome h4 {
	text-transform: none;
	font-size: 28px;
	color: #585858;
}

.rehome h4 a {
	color: #333;
}

.rehome h4 a:hover {
	color: #585858;
}

.rehome .centered {
	margin-bottom: 70px;
}


/**  STAFF BLOCK  **/

.staff {
	background: #363b3f url("../images/staff-bg.png") 0 0 no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 70px 0;
	overflow: hidden;
	min-height: 450px;
	margin: 70px 0;
}

.staff .member {
	position: relative;
	-webkit-animation: FadeIn 1.5s normal; /* Safari 4+ */
	-moz-animation:    FadeIn 1.5s normal; /* Fx 5+ */
	-o-animation:      FadeIn 1.5s normal; /* Opera 12+ */
	animation:         FadeIn 1.5s normal; /* IE 10+ */
}

.staff .member div {
	background: #fff;
	position: relative;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	left: 0 !important;
	padding-bottom: 20px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.staff .member div span {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	overflow: hidden;
	display: block;
	height: 129.5px;
	width: 129.5px;
	position: absolute;
	top: -60px;
	left: 50%;
	margin-left: -64px;
	border: 3px solid #fff;
	background: #333;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

.staff .member div span:hover img {
	-khtml-opacity:.20;
	-moz-opacity:.20;
	-ms-filter:"alpha(opacity=20)";
	filter:alpha(opacity=20);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.2);
	opacity:.20;
}

.staff .member div span img {
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

.staff .member div span a {
	display: block;
	height: 35px;
	width: 35px;
	z-index: 100;
}

.staff .member div span a:hover {
	-webkit-transform: rotate(360deg);
}

.staff .member div span a.facebook {
	background: url("../images/profile-facebook.png") no-repeat;
	position: absolute;
	top: 50%;
	left: -35%;
	margin-top: -17px;
}

.staff .member div span:hover a.facebook {
	left: 15%;
}

.staff .member div span a.twitter {
	background: url("../images/profile-twitter.png") no-repeat;
	position: absolute;
	top: 50%;
	right: -35%;
	margin-top: -17px;
}

.staff .member div span:hover a.twitter {
	right: 15%;
}

.staff .member div p {
	margin: 0 20px;
}

.staff .member div h4 {
	font-size: 14px;
	font-weight: 700;
	background: #f6f6f6;
	display: block;
	margin-bottom: 20px;
	padding: 85px 0 20px 0;
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
}

/**  PRICING BLOCK  **/

.prices {
	background: #363b3f url("../images/prices-bg.png") 0 0 no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 70px 0;
	overflow: hidden;
	min-height: 450px;
	margin: 70px 0;
}

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

.prices .costs {
	position: relative;
	-webkit-animation: FadeIn 1.5s normal; /* Safari 4+ */
	-moz-animation:    FadeIn 1.5s normal; /* Fx 5+ */
	-o-animation:      FadeIn 1.5s normal; /* Opera 12+ */
	animation:         FadeIn 1.5s normal; /* IE 10+ */
}

.prices .costs div {
	background: #fff;
	position: relative;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	left: 0 !important;
	padding-bottom: 20px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.prices .costs div img {
	position: absolute;
	top: 10px;
	margin-left: -25px;
	left: 50%;
}

.prices .costs div h4 {
	font-size: 14px;
	font-weight: 700;
	background: #f6f6f6;
	display: block;
	margin-bottom: 20px;
	padding: 85px 0 20px 0;
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
}

.prices .costs div p {
	margin: 0 20px 10px 20px;
}

.prices .costs div p.per-night {
	color: #333;
	font-weight: 700;
}

.prices .costs div form {
	margin: 20px 20px 0 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.prices .costs div button {
	width: 100%;
}

/**  SERVICES  **/

.services-single {
	margin-top: 70px;
}

.adoption-single {
	margin-top: 50px;
}

.services-single h2, .adoption-single h2 {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 20px;
	text-transform: none;
}

.social-share {
	overflow: hidden;
	padding: 15px;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.social-share p {
	float: left;
	margin: 0;
}

.social-share .twitter-share-button {
	margin-left: 30px;
}

.social-share .pinterest-button {
	margin-left: 20px;
}

.social-share .pinterest-button img {
	margin-top: -10px;
}

#contact_form label {
	display: none;
}

#contact_form input, #contact_form textarea {
	border: 1px solid #666;
	border-bottom: 2px solid #999;
	padding: 15px;
	height: auto;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.contact-info {
	margin: 0;
	list-style: none;
}

.contact-info li {
	font-size: 16px;
	padding: 10px 0 10px 50px;
	margin-bottom: 10px;
}

.contact-info li.telephone {
	background: url("../images/telephone.png") 0 50% no-repeat;
}

.contact-info li.address {
	background: url("../images/marker.png") 0 50% no-repeat;
}

.contact-info li.mail {
	background: url("../images/mail.png") 0 50% no-repeat;
}

.contact-info li.facebook {
	background: url("../images/facebook.png") 10px 50% no-repeat;
}

/**  FOOTER  **/

.footer {
	background: #222;
	padding: 70px 0 0 0;
}

.footer h4 { color: #fff; }

.footer h6 {
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
}

.footer p {
	color: #eee;
}

.footer a {
	color: #fff;
}

.footer a:hover {
	color: #999;
}

.footer .title {
	margin-bottom: 15px;
}

.footer .title a {
	font-weight: 700;
}

.footer ul {
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
	color: #fff;
}

.footer ul li {
	background: url("../images/arrow.png") 0 50% no-repeat;
	text-indent: 20px;
	margin-bottom: 10px;
}

.footer ul li a {
	color: #908f8f;
}

.footer ul li a:hover {
	color: #333;
}

.footer .contact-info span {
	display: inline-block;
	width: 80px;
	color: #aaa;
}

.footer .contact-info .c-details {
	color: #fff;
}

.footer .contact-info .social {
	overflow: hidden;
}

.footer .contact-info .social a {
	display: block;
	float: left;
	margin-right: 5px;
	height: 50px;
	width: 50px;
	background: #2a3034;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.footer .contact-info .social a:hover {
	background-color: #333;
	transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
}

.footer .contact-info .social a.facebook {
	background-image: url("../images/facebook.png");
}

.footer .contact-info .social a.pinterest {
	background-image: url("../images/pinterest.png");
}

.footer .contact-info .social a.twitter {
	background-image: url("../images/twitter.png");
}

.footer .copyright {
	border-top: 2px solid #4a4f53;
	padding-top: 30px;
}

.footer .copyright a {
	color: #fff;
}

.footer .copyright a:hover {
	color: #333;
}

/** JQUERY UI  **/

#tabs ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #e6e6e6;
	height: 42px;
	margin-bottom: 20px;
}

#tabs ul li {
	float: left;
	padding: 10px 15px;
	top: 0;
	white-space: nowrap;
	border: none;
}

#tabs ul li a {
	color: #6d6d6d;
}

#tabs ul li.ui-tabs-active {
	border-left: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #fff;
	margin-bottom: -1px;
	border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
}

#tabs ul li.ui-tabs-active a {
	color: #333;
}

#tabs ul li.ui-tabs-active a:active, #tabs ul li.ui-tabs-active a:focus, #tabs ul li:active, #tabs ul li:focus {
	border: none;
	outline: none;
	text-decoration: none;
}

#accordion h4 {
	font-family: 'Josefin Sans', sans-serif;
	text-transform: none;
	font-size: 15px;
	font-weight: 700;
	padding: 15px;
	border: 1px solid #e6e6e6;
	margin: 0 0 10px 0;
	background: url("../images/plus.png") 97% 50% no-repeat;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#accordion h4.ui-accordion-header-active {
	background: url("../images/minus.png") 97% 50% no-repeat;
}

#accordion h4:hover {
	border-color: #333;
	color: #333;
	cursor: pointer;
}

#accordion h4:focus, #accordion h4:active {
	outline: none;
}

/** KEYFRAMES  **/

@-webkit-keyframes Navbar {
  0%   { opacity: 0; top: -20px }
  100% { opacity: 1; top: 0; }
}
@-moz-keyframes Navbar {
  0%   { opacity: 0; top: -20px }
  100% { opacity: 1; top: 0; }
}
@-o-keyframes Navbar {
  0%   { opacity: 0; top: -20px }
  100% { opacity: 1; top: 0; }
}
@keyframes Navbar {
  0%   { opacity: 0; top: -20px }
  100% { opacity: 1; top: 0; }
}

/**/

@-webkit-keyframes SlideBG {
  0%   { transform: scale(1.2); -ms-transform: scale(1.2); -webkit-transform: scale(1.2); }
  100% { transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); }
}
@-moz-keyframes SlideBG {
  0%   { transform: scale(1.2); -ms-transform: scale(1.2); -webkit-transform: scale(1.2); }
  100% { transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); }
}
@-o-keyframes SlideBG {
  0%   { transform: scale(1.2); -ms-transform: scale(1.2); -webkit-transform: scale(1.2); }
  100% { transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); }
}
@keyframes SlideBG {
  0%   { transform: scale(1.2); -ms-transform: scale(1.2); -webkit-transform: scale(1.2); }
  100% { transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); }
}

/**/

@-webkit-keyframes SlideTitle {
  0%   { opacity: 0; left: -220px }
  100% { opacity: 1; left: 0; }
}
@-moz-keyframes SlideTitle {
  0%   { opacity: 0; left: -220px }
  100% { opacity: 1; left: 0; }
}
@-o-keyframes SlideTitle {
  0%   { opacity: 0; left: -220px }
  100% { opacity: 1; left: 0; }
}
@keyframes SlideTitle {
  0%   { opacity: 0; left: -220px }
  100% { opacity: 1; left: 0; }
}

/**/

@-webkit-keyframes SlideDesc {
  0%   { opacity: 0; right: -180px; }
  100% { opacity: 1; right: 0; }
}
@-moz-keyframes SlideDesc {
  0%   { opacity: 0; right: -180px; }
  100% { opacity: 1; right: 0; }
}
@-o-keyframes SlideDesc {
  0%   { opacity: 0; right: -180px; }
  100% { opacity: 1; right: 0; }
}
@keyframes SlideDesc {
  0%   { opacity: 0; right: -180px; }
  100% { opacity: 1; right: 0; }
}

/**/

@-webkit-keyframes SlideBtn {
  0%   { opacity: 0; transform: scale(0); -ms-transform: scale(0); -webkit-transform: scale(0); }
  30%   { opacity: 0; transform: scale(.3); -ms-transform: scale(.3); -webkit-transform: scale(.3); }
  100% { opacity: 1; transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); }
}
@-moz-keyframes SlideBtn {
  0%   { opacity: 0; transform: scale(0); -ms-transform: scale(0); -webkit-transform: scale(0); }
  100% { opacity: 1; transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); }
}
@-o-keyframes SlideBtn {
  0%   { opacity: 0; transform: scale(0); -ms-transform: scale(0); -webkit-transform: scale(0); }
  100% { opacity: 1; transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); }
}
@keyframes SlideBtn {
  0%   { opacity: 0; transform: scale(0); -ms-transform: scale(0); -webkit-transform: scale(0); }
  100% { opacity: 1; transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); }
}

/**/

@-webkit-keyframes PrevBtn {
  0%   { margin-left: -5px; }
  50% { margin-left: 0; }
  100% { margin-left: -5px; }
}
@-moz-keyframes PrevBtn {
  0%   { margin-left: -5px; }
  50% { margin-left: 0; }
  100% { margin-left: -5px; }
}
@-o-keyframes PrevBtn {
  0%   { margin-left: -5px; }
  50% { margin-left: 0; }
  100% { margin-left: -5px; }
}
@keyframes PrevBtn {
  0%   { margin-left: -5px; }
  50% { margin-left: 0; }
  100% { margin-left: -5px; }
}

/**/

@-webkit-keyframes NextBtn {
  0%   { margin-right: -5px; }
  50% { margin-right: 0; }
  100% { margin-right: -5px; }
}
@-moz-keyframes NextBtn {
  0%   { margin-right: -5px; }
  50% { margin-right: 0; }
  100% { margin-right: -5px; }
}
@-o-keyframes NextBtn {
  0%   { margin-right: -5px; }
  50% { margin-right: 0; }
  100% { margin-right: -5px; }
}
@keyframes NextBtn {
  0%   { margin-right: -5px; }
  50% { margin-right: 0; }
  100% { margin-right: -5px; }
}

/**/

@-webkit-keyframes Testimonials {
  0%   { opacity: 0; left: -50px; }
  15%   { opacity: 0; left: -50px; }
  100% { opacity: 1; left: 0; }
}
@-moz-keyframes Testimonials {
  0%   { opacity: 0; top: -30px; }
  15%   { opacity: 0; top: -30px; }
  100% { opacity: 1; top: 0; }
}
@-o-keyframes Testimonials {
  0%   { opacity: 0; top: -30px; }
  15%   { opacity: 0; top: -30px; }
  100% { opacity: 1; top: 0; }
}
@keyframes Testimonials {
  0%   { opacity: 0; top: -30px; }
  15%   { opacity: 0; top: -30px; }
  100% { opacity: 1; top: 0; }
}

/**/

@-webkit-keyframes FadeIn {
  0%   { opacity: 0; top: 50px; }
  100% { opacity: 1; top: 0; }
}
@-moz-keyframes Testimonials {
  0%   { opacity: 0; top: 50px; }
  100% { opacity: 1; top: 0; }
}
@-o-keyframes Testimonials {
  0%   { opacity: 0; top: 50px; }
  100% { opacity: 1; top: 0; }
}
@keyframes Testimonials {
  0%   { opacity: 0; top: 50px; }
  100% { opacity: 1; top: 0; }
}

/**  MEDIA QUERIES  **/

@media (max-width: 1200px) {

	#home_carousel {
		height: auto;
	}

	#home_carousel .carousel-caption h2 {
		font-size: 48px;
	}

	.nav li a {
		padding: 0 10px;
	}


	#home_carousel .carousel-caption h2 {
		font-size: 40px;
		text-shadow: 2px 2px 2px #000;
	}

	#home_carousel .carousel-caption p {
		font-size: 18px;
	}

	#c-carousel .pager {
		margin-top: 20px;
	}

	#c-carousel {
		min-height: 305px;
	}

	.contentpage #c-carousel .featured {
		height: 256px;
		padding: 20px;
	}

	.contentpage #c-carousel img {
		min-height: 256px;
	}


	.contentpage #c-carousel .pager {
		margin-top: 50px;
	}

}

@media (max-width: 767px) {

	.navbar h1 {
		margin-left: 15px;
	}

	.navbar-nav {
		float: none;
		/*background: #333;*/
		margin: 60px 0 0 0;
	}

	.navbar-nav li.active {
		color: #6d6d6d !important;
	}

	.navbar-toggle {
		margin-top: 12px;
	}

	.navbar-collapse.collapse.in, .navbar-collapse.collapsing {
		padding-left: 0;
		padding-right: 0;
		width: 60%;
		position: absolute;
		right: 0;
		background: rgba(0,0,0,0.8);
		border-radius: 10px;
	}

	.navbar-default .navbar-collapse {
		border: none;
		box-shadow: none;
	}

	.navbar-default .navbar-collapse ul li {
		margin: 0 0 10px 0;
	}

	.navbar-nav .purchase-btn {
		display: none;
	}

	.homepage .affix .nav li a, .homepage .affix .nav li a:before {
		color: #fff;
	}

	.homepage .affix .nav li a:hover, .homepage .affix .nav li.active a {
		color: #ea8400;
	}

	.navbar-default .navbar-nav .open a, .navbar-default .navbar-nav .open a:hover, .navbar-default .navbar-nav .open a:focus {
		color: #333;
	}

	.adoption div a img {
		width: 100%;
	}

	.purchase .purchase-button {
		text-align: left;
		margin-top: 30px;
	}

	.purchase p {
		line-height: 1.3em;
	}

	.centered h3 {
		width: 100%;
		font-size: 26px;
	}

	.rehome h4 {
		font-size: 26px;
	}

	#home_carousel .carousel-caption h2 {
		font-size: 28px;
		margin-top: 20px;
	}

	#home_carousel .carousel-caption p, #home_carousel .btn, .carousel-control.right, .carousel-control.left {
		display: none;
	}

	.prev-next .prev-page, .prev-next .next-page {
		width: 14px;
		overflow: hidden;
		height: 16px;
	}

	.contentpage #c-carousel {
		margin-top: 80px;
	}

	.prices .costs {
		margin-bottom: 20px;
	}

	.contentpage #c-carousel .featured {
		height: 260px;
	}

	.services-single .col-md-6 {
		margin-bottom: 20px;
	}

	.social-share p {
		float: none;
		margin-bottom: 10px;
	}

	.social-share .twitter-share-button {
		margin-left: 0;
	}

	.staff .member {
		margin-bottom: 100px;
	}

	.centered {
		margin-top: 50px;
	}

	#map {
		height: 290px;
		margin: 50px 0;
	}

	.col-md-3 .contact-info {
		padding: 0;
		margin-top: 20px;
	}

}

/* Custom CSS */

.spacer-sm {
	height: 20px;
	width: 100%;
}

.spacer-md {
	height: 40px;
	width: 100%;
}

.spacer-big {
	height: 60px;
	width: 100%;
}

@media (max-width: 456px) {
	.toplogo {
		width: 208px;
	}
}

@media (max-width: 991px) {
	.hidden-sm {
		display: none;
	}

	#logo-section .text-left {
		text-align: center !important;
	}
}


.backblock {
	background-color: rgba(0,0,0,0.5);
	margin-left: 15%;
	width: 60%;
	border-radius: 40px;
	padding: 20px 0;
}

.banner {
	width: 100%;
	padding: 30px 0;
	margin-bottom: 50px;
}

.banner h4 {
	color: #222;
}

.btn a {
	color: #fff;
}

.btn a:hover {
	color: #333;
}

.slidersection {
	background: url(../images/clouds.png) repeat #fff;
	width: 100%;
	padding: 40px 10px;
}

#section1 {
	width: 100%;
	padding: 80px 10px;
	color: #ccc;
	font-size: 1.2em;
}

#section2 {
	width: 100%;
	background: #e1b6b6;
	padding: 50px 10px;
	text-align: center;
}

.gall img {
	max-width: 100%;
	margin-bottom: 30px;
}

.carousel-btn {
	margin-right: 50px;
	padding: 10px 20px;
	border: none;
	box-shadow: 0 0 0 5px rgba(255,255,255,0.2);
	background-color: #ea8400;
	border-radius: none;
}

.carousel-btn-2 {
	padding: 10px 20px;
	border: none;
	box-shadow: 0 0 0 5px rgba(255,255,255,0.2);
	background-color: #ea8400;
	border-radius: 0;
}

.serviceimg {
	float: left;
	padding-right: 10px;
}

.footer-about {
	padding-bottom: 30px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb50 {
	margin-bottom: 50px;
}

#body-text {
	padding: 60px 10px;
	text-align: center;
}

#homebodyarea1 {
	position: relative;
	background: #fff;
	padding: 0px 20px 100px 0px;
}

#bodyarea1 {
	position: relative;
	background: #fff;
}

#bodyarea2 {
	position: relative;
	background: #efefef;
}

.padding60 {
	padding: 60px;
}

.medium-text {
	font-size: 1.1em;
}

#contact-details {
	width: 100%;
	padding: 100px 10px;
	margin-bottom: 50px;
	background: #333 url(../images/thumbbg.jpg) center no-repeat;
	color: #fff;
	font-size: 15px;
	text-align: center;
	border-top: 1px solid #05007c;
}

#contact-details i {
	font-size: 30px;
}

#contact-details h1 {
	color: #fff;
	font-weight: bold;
}


#contact-details h3 {
	color: #fff;
	font-style: italic;
}

#contact-details a {
	color: #fff;
	text-decoration: underline;
}

#contact-details .trail h3 {
	font-size: 16px;
}

@media screen and (max-width:992px) {
	#contact-details h3 {
		text-align: center !important;
	}
}

#header-shout {
	width: 100%;
	padding: 50px 10px;
	background: #05017b;
	color: #fff;
	font-size: 15px;
}

#header-shout p {
	margin-bottom: 40px;
}

#header-shout h2, #header-shout a {
	color: #fff;
}

#header-shout .btn {
	margin-top: 30px;
}

@media (max-width: 992px) {
	#header-shout h2 {
		font-size: 1.3em;
	}
}

.btn-default {
	padding: 20px 30px;
	font-size: 16px;
	background: #05007c;
	color: #fff;
	border: 2px solid #05007c;
	border-radius: 50px;
	transition: all 0.3s ease 0s;
}

.btn-default:hover {
	background: transparent;
	color: #05007c;
	border: 2px solid #05007c;
}

@media (max-width: 992px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
		margin-top: 12px;
	}

	.navbar-collapse.collapse.in, .navbar-collapse.collapsing {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
		position: absolute;
		right: 0;
		background: #fff;
		border-radius: 0;
	}
	.navbar-default .navbar-collapse ul li {
		margin: 0 0 10px 0;
		line-height: 15px;
	}
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
  #logo-section {
		text-align: center;
  }

}

.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5 {
        width: 20%;
        float: left;
    }
}
@media (max-width: 768px) {
	.testimonial {
		padding: 20px;
	}
}

#testimonialarea {
	width: 100%;
	background: #efefef;
	padding: 50px 10px;
}

.testimonial h3 {
	color: #05007c;
}

.testimonial p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
		font-size: 20px;
		color: #05007c;
    float: left;
    margin-right: 10px;
}

.testimonial p:after {
    content: "\f10e";
    font-family: 'Fontawesome';
		font-size: 20px;
		color: #05007c;
    float: right;
    margin-left: 10px;
}

/* Chrome central bullet fix */

li {
    list-style-position: inside;
}

.top-contact {
	text-align: right;
}

@media screen and (max-width: 992px) {
	.top-contact {
		text-align: center;
	}
}

h3.about {
	color: #333;
	padding-bottom: 10px;
	border-bottom: 2px solid #05007c;
}

h3.about span {
	color: #05007c;
}

#accred {
	padding: 50px 10px;
	text-align: center;
}

#accred img {
	margin-bottom: 10px;
}

.feature-box {
	text-align: center;
	margin: 20px 0;
	border: 1px solid #ccc;
	border-radius: 5px;
	overflow: hidden;
	background: #fff;
}

.feature-box .btn {
	margin-bottom: 30px;
}

.feature-box .btn-default {
	padding: 10px 20px;
	background: transparent;
	color: #333;
	font-size: 16px;
	border: 1px solid #333;
}

.feature-box .btn-default:hover {
	padding: 10px 20px;
	background: #333;
	color: #fff;
	font-size: 16px;
	border: 1px solid #fff;
}

.feature-box img {
	max-width: 100%;
	margin-bottom: 5px;
}

.feature-box h4 {
	color: #333;
}

.feature-box p {
	padding-bottom: 10px;
}

@media screen and (max-width: 1024px) {
	.text-left, .text-right {
		text-align: center;
	}
}

ul.fa-ul i {
	color: #05007c;
}

#featurearea {
	margin-top: 60px;
	margin-bottom: 30px;
	text-align: center;
	}

.features {
	background-color: #eee;
	border-radius: 50%;
	padding: 20px;
	width: 100px;
	height: 100px;
	margin-left: 35%;
	margin-bottom: 30px;
}

@media (max-width: 992px) {
	#bodyarea1, #bodyarea2 {
		text-align: center;
	}
}

.blue {
	color: #05007c;
}

/* New Styles */

.jumbotron{
	background: url("../images/thumbbg.jpg") 50% 50% no-repeat;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 150px;
	padding-bottom: 150px;
	margin-bottom: 0px;
}

.jumbotron h1, .jumbotron .h1{
	font-size: 60px;
	color: #FFF;
	font-weight: 800;
}

.jumbotron h2, .jumbotron .h2{
	font-size: 30px;
	color: #FFF;
	font-weight: 800;
}

.jumbotron .btn {
	background: #febb00;
	font-family: 'Cabin', sans-serif;
	font-weight: 500;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-transform: uppercase;
	border-color: #febb00;
	padding: 10px 20px;
	font-weight: 800;
	font-size: 20px;

