/*Design Stuff*/
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,400i,700');

body {
	font-family: 'Raleway', sans-serif;
	background-color: #fff;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}
img {
	max-width: 100%;
}
iframe {
	width: 100%;
}
h1 {
	text-align: center;
	color: #438b8a;
	padding-top: 20px;
	padding-bottom: 30px;
	border-bottom: #438b8a 5px solid;
	margin-bottom: 40px;
}
h1.home {
	border-bottom: none;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin-bottom: 20px;
	color: #000;
}
.white-box {
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
}
.white-box-slim {
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 10px;
}
.padding-40 {
	padding: 40px;
}
.social {
	margin-top: 20px;
	padding-left: 80px;
}
.header {
	background-image: url(../images/hero.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.header a i {
	font-size: 40px;
	padding: 0 5px;
	color: #fff;
}
.header a:hover i {
	color: #2a4157;
}
.header h4, .header p {
	color: #fff;
	/*text-shadow: #CCC 1px 1px;*/
}
.contact {
	margin-top: 30px;
	text-align: right;
	padding-right: 80px;
}
.contact p {
	font-size: 20px;
	font-weight: 700;
}
@media (max-width: 768px){
	.social, .contact {
		display: none;
	}
}
.latest-header-title h1 {
	font-size: 30px;
	border-bottom: none;
	margin-bottom: 0;
	text-transform: uppercase;
}
.latest-header-cat-body hr {
	width: 50px;
	border-bottom: #438b8a 5px solid;
}
/*.latest-header-widget {
	background-color: #f5f0eb;
	padding-top: 20px;
	padding-bottom: 30px;
}*/
@media (min-width: 768px){
	.latest-header-widget {
	margin-left: -15px;
	margin-right: -15px;
	}
}
.latest-news-widget {
	padding-top: 20px;
	padding-bottom: 30px;
}

@media (min-width: 768px){
    .navbar-nav {
        margin: 0 auto;
        display: table;
        table-layout: auto;
        float: none;
        width: 100%;
    }
    .navbar-nav > li {
        display: table-cell;
        float: none;
        text-align: center;
    }
}

.navbar-default {
	background-color: #ff6666;
	border: none;
	border-radius: 0;
	margin-bottom: 0;
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #CCC;
}
body {
  margin: 0px;
  padding: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../../../images/easter.jpg);
}
.btn-primary {
	background-color: #ff6666;
	border: none;
}
.btn-primary:hover {
	background-color: #000;
	border: none;
}
.hero {
	margin-left: -30px;
	margin-right: -30px;
}
.hero-background {
	background-image: url(../../../images/background-1.jpg);
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 750px;
}
@media (max-width: 767px) {
	.hero-background {
		height: 300px;
	}
}
.slide-1 {
	background-image: url(../../../images/puppy.jpg);
}
.slide-2 {
	background-image: url(../../../images/home.jpg);
	background-position: center center;
}
.slide-nails {
	background-image: url(../../../images/nail-paint.jpg);
	background-position: center center;
}
.slide-santa {
	background-image: url(../../../images/santa-photo.jpg);
	background-position: center center;
}
.carousel-control.left, .carousel-control.right {
	opacity: 0.1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
#carousel-custom:hover .carousel-control, .carousel:hover .carousel-control {
	opacity: 0.5;
}
#carousel-custom:hover .carousel-control.left:hover, .carousel:hover .carousel-control.left:hover {
	opacity: 0.9;
}
#carousel-custom:hover .carousel-control.right:hover, .carousel:hover .carousel-control.right:hover {
	opacity: 0.9;
}
.item.next .carousel-caption {
    opacity: 0;
}
.carousel-caption {
  transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -webkit-transition: opacity .5s ease-in-out;
  background-color: rgba(0, 0, 0, 0.8);
  padding-top: 10px;
  padding-bottom: 20px;
}

.blue-area {
	background-color: #438b8a;
}
.blue-area h2 {
	color: #fff;
	padding-bottom: 30px;
	padding-top: 30px;
	text-align: center;
}

.page-body {
	padding-bottom: 30px;
}
@media (min-width: 768px){
	.page-body {
	margin-left: -15px;
	margin-right: -15px;
	}
}
.background-image-area {
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	right: 0;
	z-index: -1;
}
@media (max-width: 767px) {
	.background-image-area {
		margin-top: 120px;
		padding-top: 10px;
		position: absolute;
	}
}
@media (min-width: 767px) {
  .background-image-area {
  	width:calc(100% - 250px);
  }
}
.index {
	background-color: #EBEBEB;
}
.index123 {
	height: 100%;
	width: 95%;
	max-width: 1100px;
	background-image: url(../../../images/home.jpg);
	background-position: top left;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.tear-beard-stain-solution {
	background-image: url(../../../images/puppy-background1.png);
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
}
.grooming-packages {
	background-image: url(../../../images/puppy-background3.jpg);
	background-position: top left;
	background-size: cover;
	background-repeat: no-repeat;
}
.shampoos-and-products {
	background-image: url(../../../images/background-5.jpg);
	background-position: center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
@media (max-width: 768px){
	.shampoos-and-products {
		background-image: url(../../../images/background-5.jpg);
		background-position: center;
		background-size: auto 100%;
		background-repeat: no-repeat;
		background-attachment: fixed;
	}
}
.make-an-appointment {
	background-image: url(../../../images/background-7.jpg);
	background-position: top right;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.contact-us {
	background-image: url(../../../images/background-8.jpg);
	background-position: center center;
	
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.form-control {
	border-radius: 2px;
	height: 50px;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 10px;
}
.social .form-control {
	border-radius: 2px;
	height: 30px;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 10px;
}
.footer-section {
	background-color: #ff6666;
	color: #fff;
	padding-top: 20px;
}
.footer-section {
	margin-left: -15px;
	margin-right: -15px;
}
.footer-section .row {
	padding-bottom: 10px;
}
.footer-section .col-sm-2 img {
	margin-top: 20px;
}
.footer-section a {
	color: #fff;
	text-decoration: underline;
}
.footer-section a:hover {
	color: #ccc;
}
.footer-section a i {
	font-size: 30px;
	padding: 0 5px;
}

br[class*="spacer"] {
    content: " ";
    display: block;
}
.spacer-xs {
    line-height: 10px;
    margin-bottom: 10px;
}
.spacer-sm {
    line-height: 20px;
    margin-bottom: 20px;
}
.spacer-md {
    line-height: 40px;
    margin-bottom: 40px;
}
.spacer-lg {
    line-height: 60px;
    margin-bottom: 60px;
}
.spacer-xl {
    line-height: 80px;
    margin-bottom: 80px;
}