/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
  overflow-x: hidden;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
html,
body {
  margin: 0;
  width: 100%;
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  table, .table {
    border-collapse: collapse !important;
  }
  table td,
  table th,
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

p {
  letter-spacing: 0px;
  line-height: 28px;
}
a {
  outline: none !important;
}

@media (min-width:991px) {
	.snug .ba-form {
		padding: 40px 0px;
	}
}
/* Wells */
.well {
	color: #FFF;
	padding: 40px;
	border: 0px none;
	margin: 60px 0px;
	border-radius: 50px 7px 50px 50px;
	-webkit-text-shadow: 0px 2px 10px rgba(0,0,0,0.2);
	-moz-text-shadow: 0px 2px 10px rgba(0,0,0,0.2);
	-ms-text-shadow: 0px 2px 10px rgba(0,0,0,0.2);
	-o-text-shadow: 0px 2px 10px rgba(0,0,0,0.2);
	text-shadow: 0px 2px 10px rgba(0,0,0,0.2);
}
.well h1, .well h2, .well h3, .well h4, .well h5, .well h6,
.well.primary h1, .well.primary h2, .well.primary h3, .well.primary h4, .well.primary h5, .well.primary h6,
.well.secondary h1, .well.secondary h2, .well.secondary h3, .well.secondary h4, .well.secondary h5, .well.secondary h6 {
	color: #FFF;
}
.well hr {
	background-color: rgba(255,255,255,0.4);
}
.well.left {
	text-align: right;
}
.well.right {
	text-algn: left;
}
.well.center {
	text-align: center;
}
.well p {
	font-size: 1.5em;
	line-height:1.4;
	margin-bottom: 10px;
}

.well p,
.custom p {
	margin: 0px 0px 20px;
}
.well p:last-of-type,
.custom p:last-of-type {
	margin: 0px 0px 0px;
}
.custom .btn {
	margin-bottom: 0px;
}



hr {
  width: 100px;
  border: 0px none;
  background-color: rgba(0,0,0,0.2);
  height: 2px;
}

@media (max-width:768px) {
	.well {
		padding: 40px 30px 40px;
		margin: 40px 10px;
	}
	.well.left,
	.well.right {
		text-align: center;
	}
	.well p {
		font-size: 1.3em;
		margin-bottom: 10px;
	}
}

/* Headings */
.h1,.h2,.h3,.h4,.h5,.h6,
h1,h2,h3,h4,h5,h6{
	font-family:inherit;
	font-weight:500;
	line-height:1.1;
	color:inherit;
}
.h1 .small,.h1 small,
.h2 .small,.h2 small,
.h3 .small,.h3 small,
.h4 .small,.h4 small,
.h5 .small,.h5 small,
.h6 .small,.h6 small,
h1 .small,h1 small,
h2 .small,h2 small,
h3 .small,h3 small,
h4 .small,h4 small,
h5 .small,h5 small,
h6 .small,h6 small{
	font-weight:400;
	line-height:1;
	color:#777
}
.h1,.h2,.h3,h1,h2,h3{
	margin-top:20px;
	margin-bottom:10px
}
.h1 .small,.h1 small,
.h2 .small,.h2 small,
.h3 .small,.h3 small,
h1 .small,h1 small,
h2 .small,h2 small,
h3 .small,h3 small{
	font-size:60%
}
.h4,.h5,.h6,h4,h5,h6{
	margin-top:10px;
	margin-bottom:10px
}
.h4 .small,.h4 small,
.h5 .small,.h5 small,
.h6 .small,.h6 small,
h4 .small,h4 small,
h5 .small,h5 small,
h6 .small,h6 small{
	font-size:70%
}

.h1,h1{font-size:36px}
.h2,h2{font-size:30px}
.h3,h3{font-size:24px}
.h4,h4{font-size:18px}
.h5,h5{font-size:14px}
.h6,h6{font-size:12px}


/* Section Padding */
.padded-xl {padding: 120px 0px;}
.padded-lg {padding: 100px 0px;}
.padded-md {padding: 80px 0px;}
.padded-sm {padding: 60px 0px;}

/* Module Padding */
.mod-pad-xl {padding: 120px;}
.mod-pad-lg {padding: 100px;}
.mod-pad-md {padding: 80px;}
.mod-pad-sm {padding: 60px;}


/* Section Spacing */
.spacer-xl {margin: 120px 0px;}
.spacer-lg {margin: 100px 0px;}
.spacer-md {margin: 80px 0px;}
.spacer-sm {margin: 60px 0px;}

/* Module Spacing */
.mod-shift-xl {margin: 120px;}
.mod-shift-lg {margin: 100px;}
.mod-shift-md {margin: 80px;}
.mod-shift-sm {margin: 60px;}
.mod-shift-xs {margin: 40px;}




/* Added Padding */
.custom {padding-bottom: 40px;}
.blocks .custom,
.no-pad .custom {padding-bottom: 0px;}
.padfix {display: none;}

.testimonial-title {
	margin-bottom: 30px;
}

@media (max-width:1199px) {
	.padded-xl {padding: 110px 0px;}
	.padded-lg {padding: 90px 0px;}
	.padded-md {padding: 70px 0px;}
	.padded-sm {padding: 50px 0px;}
	.mod-pad-xl {padding: 70px;}
	.mod-pad-lg {padding: 60px;}
	.mod-pad-md {padding: 50px;}
	.mod-pad-sm {padding: 40px;}
	
	.spacer-xl {margin: 110px 0px;}
	.spacer-lg {margin: 90px 0px;}
	.spacer-md {margin: 70px 0px;}
	.spacer-sm {margin: 50px 0px;}
	.mod-shift-xl {margin: 90px;}
	.mod-shift-lg {margin: 70px;}
	.mod-shift-md {margin: 50px;}
	.mod-shift-sm {margin: 30px;}
	.mod-shift-xs {margin: 10px;}
}

@media (max-width:980px) {
	.padded-xl {padding: 100px 0px;}
	.padded-lg {padding: 80px 0px;}
	.padded-md {padding: 60px 0px;}
	.padded-sm {padding: 40px 0px;}
	.mod-pad-xl {padding: 60px;}
	.mod-pad-lg {padding: 50px;}
	.mod-pad-md {padding: 40px;}
	.mod-pad-sm {padding: 30px;}
	
	.spacer-xl {margin: 100px 0px;}
	.spacer-lg {margin: 80px 0px;}
	.spacer-md {margin: 60px 0px;}
	.spacer-sm {margin: 40px 0px;}
	.mod-shift-xl {margin: 100px;}
	.mod-shift-lg {margin: 80px;}
	.mod-shift-md {margin: 60px;}
	.mod-shift-sm {margin: 40px;}
	.mod-shift-xs {margin: 20px;}
	
	.h1,h1{font-size:34px}
	.h2,h2{font-size:28px}
	.h3,h3{font-size:22px}
	.h4,h4{font-size:16px}
	.h5,h5{font-size:12px}
	.h6,h6{font-size:10px}
}

@media (max-width:768px) {
	.padded-xl {padding: 90px 0px;}
	.padded-lg {padding: 70px 0px;}
	.padded-md {padding: 50px 0px;}
	.padded-sm {padding: 30px 0px;}
	.mod-pad-xl {padding: 50px;}
	.mod-pad-lg {padding: 40px;}
	.mod-pad-md {padding: 30px;}
	.mod-pad-sm {padding: 20px;}
	
	.spacer-xl {margin: 90px 0px;}
	.spacer-lg {margin: 70px 0px;}
	.spacer-md {margin: 50px 0px;}
	.spacer-sm {margin: 30px 0px;}
	.mod-shift-xl {margin: 90px;}
	.mod-shift-lg {margin: 70px;}
	.mod-shift-md {margin: 50px;}
	.mod-shift-sm {margin: 30px;}
	.mod-shift-xs {margin: 10px;}
	
	.h1,h1{font-size:32px}
	.h2,h2{font-size:26px}
	.h3,h3{font-size:20px}
	.h4,h4{font-size:14px}
	.h5,h5{font-size:10px}
	.h6,h6{font-size:8px}
}

@media (max-width:480px) {
	.padded-xl {padding: 90px 0px;}
	.padded-lg {padding: 70px 0px;}
	.padded-md {padding: 50px 0px;}
	.padded-sm {padding: 30px 0px;}
	.mod-pad-xl {padding: 50px;}
	.mod-pad-lg {padding: 40px;}
	.mod-pad-md {padding: 30px;}
	.mod-pad-sm {padding: 20px;}
	
	.spacer-xl {margin: 90px 0px;}
	.spacer-lg {margin: 70px 0px;}
	.spacer-md {margin: 50px 0px;}
	.spacer-sm {margin: 30px 0px;}
	.mod-shift-xl {margin: 90px;}
	.mod-shift-lg {margin: 70px;}
	.mod-shift-md {margin: 50px;}
	.mod-shift-sm {margin: 30px;}
	.mod-shift-xs {margin: 10px;}
	
	.h1,h1{font-size:30px}
	.h2,h2{font-size:24px}
	.h3,h3{font-size:18px}
	.h4,h4{font-size:12px}
	.h5,h5{font-size:8px}
	.h6,h6{font-size:6px}
}


.view-article #content {
    padding: 60px 0px;
}

.page-header {
	border: 0px none;
}
.heading {
  font-size: 20px;
}
.subheading {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 60px;
}
.bold {
  font-weight: bold;
}





.section-title {
  text-align: center;
  padding-bottom: 32px;
}
.mod-title {
	margin-top: 10px;
	margin-bottom: 30px;
}

.medium-icon {
  font-size: 32px !important;
}



/* Article Typeography */
.item-page .item-body p {
	margin-bottom: 15px;
}
.item-page .item-image img {width: 100%;}
.item-page .item-body h1 {margin: 60px 0px 20px;}
.item-page .item-body h2 {margin: 50px 0px 20px;}
.item-page .item-body h3 {margin: 45px 0px 20px;}
.item-page .item-body h4 {margin: 40px 0px 20px;}
.item-page .item-body h5 {margin: 35px 0px 20px;}
.item-page .item-body h6 {margin: 30px 0px 20px;}

.item-page .item-body ul,
.item-page .item-body ol {margin: 30px 0px;}

.item-page .item-body ul li ul,
.item-page .item-body ol li ol {
	margin: 20px 0px;
}

.large-title {
	font-size: 2.5em;
	font-weight: 700;
}
@media (max-width: 991px) {
	.large-title {
		text-align: center;
	}
}

#copyright p {
	margin-top: 7px;
	font-size: 12px;
}


/* Globals
===================== */
.wow:first-child {
	visibility: hidden;
}
.wow {
   visibility: hidden;
}
.threedee {
	text-shadow:
	0 1px 0 #ccc,
	0 2px 0 #c9c9c9,
	0 3px 0 #bbb,
	0 4px 0 #b9b9b9,
	0 5px 0 #aaa,
	0 6px 1px rgba(0,0,0,.1),
	0 0 5px rgba(0,0,0,.1),
	0 1px 3px rgba(0,0,0,.3),
	0 3px 5px rgba(0,0,0,.2),
	0 5px 10px rgba(0,0,0,.25),
	0 10px 10px rgba(0,0,0,.2),
	0 20px 20px rgba(0,0,0,.15);
}

.snug [class*=col-] {
	padding: 0px;
}

.items-more {display: none;}

/* Buttons
===================== */

.btn, .btn-default {
  display: inline-block;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  padding: 10px 33px 10px 34px;
  margin: 20px 0px;
  border: 2px solid #444444;
  border-radius: 0px;
  color: #444444;
  -webkit-transition:	all 0.2s linear;
  -moz-transition:		all 0.2s linear;
  -ms-transition:		all 0.2s linear;
  -o-transition:		all 0.2s linear;
  transition:			all 0.2s linear;
}

.btn.btn-primary {
	color: #FFFFFF;
}
.btn.btn-light {
	background-color: #f9f9f9;
	border-color: #f9f9f9;
	color: #444444;
}
.btn.btn-dark {
	background-color: #444444;
	border-color: #444444;
	color: #f9f9f9;
}

.btn-special {
	margin-top: 40px;
	padding: 25px 50px;
	font-size: 22px;
}
.btn-special.dark {
	background-color: #444444;
	border-color: #444444;
	color: #f9f9f9;
}
.btn-special.light {
	background-color: #f9f9f9;
	border-color: #f9f9f9;
	color: #444444;
}
.book-now {
    padding: 20px 40px;
    font-size: 1.5em;
}
.aside-right .book-now,
.aside-left .book-now,
.aside-right .book-now icon,
.aside-left .book-now icon {
	display: block;
	margin-bottom: 7px;
}
.enroll-now {
	display: block;
    padding: 20px 40px;
    font-size: 1.5em;
	white-space: normal;
}
.enroll-now icon {
	display: block;
	margin-bottom: 7px;
	font-size: 2.7em;
}
.aside-right .enroll-now icon,
.aside-left .enroll-now icon {
	font-size: 1.5em;
}
.enroll-now small {
    display: block;
    opacity: 0.6;
    margin-top: 7px;
    font-size: 60%;
}
.btn:hover, .btn-default:hover, .btn.btn-primary:hover {
	text-decoration: none;
	color: #ffffff;
}
.btn.btn-light:hover {
	color: #ffffff;
}
.btn.btn-dark:hover {
	color: #ffffff;
}

.btn-special.dark:hover {
	background-color: transparent;
	border-color: #FFF;
	color: #FFF;
}
.btn-special.light:hover {
	background-color: transparent;
	border-color: #444444;
	color: #444444;
}
.btn.btn-primary.enroll-now:hover,
.btn.btn-primary.enroll-now:visited:hover,
.btn.btn-primary.book-now:hover,
.btn.btn-primary.book-now:visited:hover {
	border-color: #444;
	background-color: #444;
	color: #FFF;
}
@media (max-width:1199px) {
	.btn-special {
		font-size: 20px;
		padding: 20px 30px;
	}
}
@media (max-width:991px) {
	.book-now,
	.btn-special {
		font-size: 18px;
		padding: 18px 24px;
	}
	.enroll-now icon {
		font-size: 2.3em;
	}
}
@media (max-width:768px) {
	.btn, .btn-default {
		font-size: 13px;
		line-height: 20px;
		padding: 7px 20px 7px 21px;
	}
	.book-now,
	.btn-special {
		font-size: 16px;
		padding: 15px 20px;
	}
	.enroll-now {
		font-size: 1.5em;
		padding: 22px 20px;
	}
	.enroll-now icon {
		font-size: 2.6em;
	}
}


/* Lists Style */
[class*="list-"] ul {
	list-style-type: none;
	padding-left: 2em;
}
[class*="list-"] ul li {
	line-height: 120%;
	font-size: 100%;
	margin-bottom: 15px;
}
[class*="list-"] ul li ul li {
	margin-bottom: 10px;
	font-size: 90%;
	line-height: 110%;
}

.list-featured li:before {
	font-family:'FontAwesome';
	content: "\f10c";
	display:inline-block;
	margin-left: -2em;
	width: 2em;
	color: #00a0b8;
}
.list-featured li ul li:before {
	font-size: 80%;
	color: #75C8E8;
}

.list-disc li:before {
	font-family:'FontAwesome';
	content: "\f111";
	display:inline-block;
	margin-left: -2em;
	width: 2em;
	color: #DDDDDD;
}
.list-disc li ul li:before {
	font-size: 80%;
	color: #BBBBBB;
}

/* Generic lists */
.list-alphabet ul, .list-alphabet ul li {
	list-style-type: lower-alpha !important;
}
.list-lowerroman ul, .list-lowerroman ul li {
	list-style-type: lower-roman !important;
}
.list-upperroman ul, .list-upperroman ul li {
	list-style-type: upper-roman !important;
}
.list-number ul, .list-number ul li {
	list-style-type: decimal !important;
}
.list-zero-number ul, .list-zero-number ul li {
	list-style-type: decimal-leading-zero !important;
}


/*
  HEADER
  ====== */
header, header * {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
header {
	width: 100%;
	position:fixed;
	top:0px;
	display: flex;
	overflow: visible;
	z-index: 92;
}
.nav-flex {
	flex-grow: 2;
	background-color: #FFF;
}
.logo-flex {
	flex-grow: 1;
	background-color: #FFF;
	min-width: 25%;
	max-width: 400px;
}
.logo-wrap {
	height: 100%;
	position: relative;
}
svg#logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.header.inline svg#logo {
	height: 100%;
}
.header.inline {
	height:70px;
	-webkit-transition: height 0.3s linear;
	-moz-transition: height 0.3s linear;
	transition: height 0.3s linear;
}
.header.stack {
	height: 200px;
	-webkit-transition: height 0.3s linear;
	-moz-transition: height 0.3s linear;
	transition: height 0.3s linear;
}
.headpad {
	height: 70px;
	-webkit-transition: height 0.3s linear;
	-moz-transition: height 0.3s linear;
	transition: height 0.3s linear;
}
.headpad.push {
	height: 200px;
}

.header.inline .header-contact {
	opacity: 0;
	height: 0px;
	overflow: hidden;
}
.header.stack .header-contact {
	opacity: 1;
	height: 130px;
	overflow: hidden;
}
		
/* for 172x44 logo */
		
/* INLINE */
.header.inline #badge {
	-webkit-transform: translate(10px, 7px) scale(0.7);
	    -ms-transform: translate(10px, 7px) scale(0.7);
	        transform: translate(10px, 7px) scale(0.7);
}
.header.inline #location {
	-webkit-transform: translate(47px, 15px) scale(0.9);
	    -ms-transform: translate(47px, 15px) scale(0.9);
	        transform: translate(47px, 15px) scale(0.9);
	-webkit-transition-duration: 0.35s;
	     -o-transition-duration: 0.35s;
	        transition-duration: 0.35s;
}
.header.inline #title {
	-webkit-transform: translate(47px, 23px) scale(0.65);
	    -ms-transform: translate(47px, 23px) scale(0.65);
	        transform: translate(47px, 23px) scale(0.65);
	-webkit-transition-duration: 0.35s;
	     -o-transition-duration: 0.35s;
	        transition-duration: 0.35s;
}
/* STACKED */
.header.stack #badge {
	-webkit-transform: translate(69px, -5px) scale(0.8);
	    -ms-transform: translate(69px, -5px) scale(0.8);
	        transform: translate(69px, -5px) scale(0.8);
}
.header.stack #location {
	-webkit-transform: translate(47px, 35px) scale(0.85);
	    -ms-transform: translate(47px, 35px) scale(0.85);
	        transform: translate(47px, 35px) scale(0.85);
	-webkit-transition-duration: 0.35s;
	     -o-transition-duration: 0.35s;
	        transition-duration: 0.35s;
}
.header.stack #title {
	-webkit-transform: translate(35px, 42px) scale(0.6);
	    -ms-transform: translate(35px, 42px) scale(0.6);
	        transform: translate(35px, 42px) scale(0.6);
	-webkit-transition-duration: 0.35s;
	     -o-transition-duration: 0.35s;
	        transition-duration: 0.35s;
}

/* Cross Animate */
@-webkit-keyframes zoomFade {
   0% { -webkit-transform: scale(1); opacity: 1;}
   50%   { -webkit-transform: scale(1); opacity: 0.6;}
   100% { -webkit-transform: scale(1); opacity: 1;}
}
@keyframes zoomFade {
   0% { -webkit-transform: scale(1); opacity: 1;}
   50%   { -webkit-transform: scale(1); opacity: 0.6;}
   100% { -webkit-transform: scale(1); opacity: 1;}
}
.header-logo:hover #cross {
	fill: #FF0045;
}
.header-logo:hover #cat {
	-webkit-filter: drop-shadow( 3px 0px 2px rgba(0, 0, 0, .2));
	        filter: drop-shadow( 3px 0px 2px rgba(0, 0, 0, .2));
}
.header-logo:hover #dog {
	-webkit-filter: drop-shadow( 2px 0px 2px rgba(0, 0, 0, .2));
	        filter: drop-shadow( 2px 0px 2px rgba(0, 0, 0, .2));
}

@media (max-width:1599px) {
	.nav-flex {flex-grow:1}
	.logo-flex {
		min-width: 25%;
		max-width: 400px;
	}
}
@media (max-width:991px) {
	
	header,
	.headpad, .headpad.push, .headpad.stack,
	.header.stack, .header.inline {
		height: 70px;
		width: 100%;
		padding: 0px;
		margin: 0px;
	}
	.header.stack #badge,
	.header.inline #badge {
		transform: translate(10px, 7px) scale(0.7);
	}
	.header.stack #location,
	.header.inline #location {
		transform: translate(47px, 15px) scale(0.9);
		-webkit-transition-duration: 0.35s;
		-moz-transition-duration: 0.35s;
		transition-duration: 0.35s;
	}
	.header.stack #title,
	.header.inline #title {
		transform: translate(47px, 23px) scale(0.65);
		-webkit-transition-duration: 0.35s;
		-moz-transition-duration: 0.35s;
		transition-duration: 0.35s;
	}
	.logo-flex {
		
	}
	.header.inline .header-contact,
	.header.stack .header-contact {
		display: none;
	}
}
@media (max-width:768px) {
	.header-logo {
		display: block;
		width: 100%;
		height: 100%;
	}
	svg#logo {
		width: auto;
		max-width: 90%;
	}
	.header.stack, .header.inline {
		height: 70px;
	}
	.header.stack #badge,
	.header.inline #badge {
		transform: translate(10px, 7px) scale(0.7);
	}
	.header.stack #location,
	.header.inline #location {
		transform: translate(47px, 15px) scale(0.9);
		-webkit-transition-duration: 0.35s;
		-moz-transition-duration: 0.35s;
		transition-duration: 0.35s;
	}
	.header.stack #title,
	.header.inline #title {
		transform: translate(47px, 23px) scale(0.65);
		-webkit-transition-duration: 0.35s;
		-moz-transition-duration: 0.35s;
		transition-duration: 0.35s;
	}
	.logo-flex {
		flex-grow: 4;
	}
	.header.inline .header-contact,
	.header.stack .header-contact {
		display: none;
	}
}
@media (max-width:480px) {
	svg#logo {
		width: auto;
		max-width: 98%;
	}
	.nav-flex {
		flex-grow: 0.5;
	}
}


.header-contact .custom {
    padding: 30px 0px 0px;
}
.header-contact ul li {
    display: block;
    line-height: 1.3;
}
.header-contact ul {
    overflow: visible;
	margin: -14px 0px 0px;
	padding: 0px;
	font-size: 14px;
}

.header-contact ul li {
	display: block;
	font-weight: 300;
}
.header-contact icon {
    float: left;
    font-size: 42px;
    margin-right: 20px;
	padding-bottom: 40px;
	color: #AAA;
}
.header-contact strong {
	font-weight: 500;
}
@media (max-width:1599px) {
	.header-contact ul {
		font-size: 12px;
	}
	.header-contact icon {
		font-size: 32px;
		padding-bottom: 50px;
		margin-right: 10px;
	}
}
@media (max-width: 991px) {
	
}


/*
  navigation section
===================== */

#nav {
	/* background: rgb(34,154,206);
	background: -moz-linear-gradient(90deg, rgba(34,154,206,1) 0%, rgba(112,204,243,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(34,154,206,1) 0%, rgba(112,204,243,1) 100%);
	background: linear-gradient(90deg, rgba(34,154,206,1) 0%, rgba(112,204,243,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#229ace",endColorstr="#70ccf3",GradientType=1); */
	height: 70px;
}

/* NEW NAV Styles */

.navbar-collapse111::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: lightblue;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.navbar {
	border-radius: 0px;
}
.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}
.nav > li {
	position: relative;
	display: block;
	margin: 0 20px;
	font-size: 1.1em;
}

.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 0px;
	color: #FFF;
	opacity: 0.7;
	font-weight: 400;
}
.nav > li > a:hover,
.nav > li > a:focus,
.nav > li.active > a,
.nav > li.active > a:visited {
	text-decoration: none;
	color: #FFF;
	opacity: 1;
	background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
}
.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: transparent;
}
.nav > li > a > img {
  max-width: none;
}
.navbar-nav > li i {
	line-height: 10px;
	width: 10px;
	height: 10px;
	-webkit-transition-duration: 0.15s;
	-moz-transition-duration: 0.15s;
	transition-duration: 0.15s;
}
.navbar-nav > li.open i {
	transform: rotate(180deg);
}
.navbar-collapse {
	overflow-x: visible;
	padding-right: 15px;
	padding-left: 15px;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
	overflow-y: auto;
}

.navbar-collapse {
	max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
	.navbar-collapse {
		max-height: 200px;
	}
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
	margin-right: -15px;
	margin-left: -15px;
}

.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}

.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 0px;
	padding: 9px 10px;
	margin-top: 18px;
	margin-bottom: 18px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.navbar-toggle:focus {
	outline: 0;
}
.navbar-toggle {
	display: block;
}
.navbar-collapse.collapse.collapse {
	display: none;
}

.navbar-nav {
	margin: 12.5px -15px;
}
.navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
}

.navbar-nav > li > .dropdown-menu {
	font-size: 0.85em;
	border: 0px none;
	margin-top: 0;
	padding: 15px 20px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	box-shadow: 0 7px 15px 0 rgba(161,161,161,.3);
}
.dropdown-menu > li > a,
.dropdown-menu > li > a:visited {
	font-weight: 300;
	color: #AAA;
	padding: 6px 10px 8px;
	border-bottom: 1px dashed #FFF;
}
.dropdown-menu > li.active > a,
.dropdown-menu > li.active > a:focus,
.dropdown-menu > li.active > a:visited:hover,
.dropdown-menu > li.active > a:hover,
.dropdown-menu > li.current > a,
.dropdown-menu > li.current > a:focus,
.dropdown-menu > li.current > a:hover,
.dropdown-menu > li.current > a:visited:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:visited:hover {
	color: #171718;
	background-color: transparent;
}

.book-online {
	text-align: center;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.book-online::before {
    background-color: red !important;
}

@media (min-width: 991px) {
	.nav > li > a::before {
		position: absolute;
		top: -1px;
		left: 0;
		right: 100%;
		height: 4px;
		content: "";
		display: inline-block;
		opacity: 0;
		transition: 250ms;
		background: #FFFFFF;
	}
	.nav .open > a.dropdown-toggle::before,
	.nav > li > a.dropdown-toggle:hover::before {
		right: 17px;
		opacity: 1;
	}
	.nav .open > a::before,
	.nav > li > a:hover::before {
		right: 0;
		opacity: 1;
	}
	.navbar-collapse {
		width: auto;
		border-top: 0;
		box-shadow: none;
	}
	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}
	.navbar-collapse.in {
		overflow-y: visible;
	}
	.navbar-fixed-top .navbar-collapse,
	.navbar-static-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}
	.container > .navbar-header,
	.container-fluid > .navbar-header,
	.container > .navbar-collapse,
	.container-fluid > .navbar-collapse {
		margin-right: 0;
		margin-left: 0;
	}
	.navbar-static-top {
		border-radius: 0;
	}
	.navbar-toggle {
		display: none;
	}
	.navbar-nav {
		float: left;
		margin: 0;
	}
	.navbar-nav > li {
		float: left;
	}
	.navbar-nav > li > a {
		padding-top: 25px;
		padding-bottom: 24px;
	}
	.navbar-left {
		float: left !important;
	}
	.navbar-right {
		float: right !important;
		margin-right: -15px;
	}
	.navbar-right ~ .navbar-right {
		margin-right: 0;
	}
}
/* New Menu Break Point */
@media (max-width: 990px) {
	#nav {
		background: #FFF;
	}
	.navbar-header {
		float: none;
	}
	.navbar-left,.navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		position: fixed;
		top: 70px;
		left: 0px;
		right: 0px;
		background-color: lightblue;
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
	}
	.navbar-nav>li {
		float: none;
	}
	.collapse.in{
		display:block !important;
	}
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		padding: 5px 0px 15px;
		background-color: transparent;
		border: 0;
		box-shadow: none;
	}
	.navbar-nav .open .dropdown-menu > li > a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 10px 5px 10px;
		color: #FFF;
		opacity: 0.8;
	}
	.navbar-nav .open .dropdown-menu > li > a {
		line-height: 20px;
	}
	.navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-nav .open .dropdown-menu > li > a:focus {
		background-image: none;
	}
	/* Mobile Dropdown Styles */
	.nav > li {
		font-size: 1.2em;
	}
	.nav > li > a, .nav > li > a:visited, .nav > li > a:focus {
		opacity: 1;
	}
	.navbar-nav > li > .dropdown-menu {
		font-size: 0.9em;
		border: 0px none;
		border-radius: 0px;
		margin-top: 0;
		padding: 15px 20px;
	}
}


/* Mobile menu animation */
.nav-toggle {
	width: 30px;
	height: 30px;
	position: relative;
	margin: 23px 20px 0px 0px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}
.nav-toggle {
}
.nav-toggle span {
	display: block;
	position: absolute;
	height: 3px;
	width: 50%;
	background: #474748;
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
.nav-toggle span:nth-child(even) {
	left: 50%;
	border-radius: 0 9px 9px 0;
}
.nav-toggle span:nth-child(odd) {
	left:0px;
	border-radius: 9px 0 0 9px;
}
.nav-toggle span:nth-child(1), .nav-toggle span:nth-child(2) {
	top: 0px;
}
.nav-toggle span:nth-child(3), .nav-toggle span:nth-child(4) {
	top: 9px;
}
.nav-toggle span:nth-child(5), .nav-toggle span:nth-child(6) {
	top: 18px;
}
.nav-toggle.open span:nth-child(1),.nav-toggle.open span:nth-child(6) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.nav-toggle.open span:nth-child(2),.nav-toggle.open span:nth-child(5) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.nav-toggle.open span:nth-child(1) {
	left: 2px;
	top: 4px;
}
.nav-toggle.open span:nth-child(2) {
	left: calc(50% - 3px);
	top: 4px;
}
.nav-toggle.open span:nth-child(3) {
	left: -50%;
	opacity: 0;
}
.nav-toggle.open span:nth-child(4) {
	left: 100%;
	opacity: 0;
}
.nav-toggle.open span:nth-child(5) {
	left: 2px;
	top: 14px;
}
.nav-toggle.open span:nth-child(6) {
	left: calc(50% - 3px);
	top: 14px;
}
.navbar-fixed-top .navbar-collapse {
	max-height: 440px;
}

/***** NAVBAR HEADROOM */
.navbar--fixed {
	position: fixed;
	right: 0px;
	left: 0px;
	top: 0px;
	z-index: 100;
}
.headroom {
    will-change: transform;
    transition: transform 200ms linear;
}
.headroom--pinned {
    transform: translateY(0%);
}
.headroom--unpinned {
    transform: translateY(-100%);
}


/***** FOOTER MENU */
	

/***** MAIN LOGO */



/*
  Page titles
  =================== */
  
.mainheading-wrapper {
	background-size: cover;
}


/*
  slider section
===================== */
#slider {
	display: block;
	overflow:hidden;
	width:100%;
	position: relative;
	height: 70vh;
	text-align: left;
}
.high, .owl-stage-outer, .owl-stage, .owl-item {
	height: 100%;
}
/* #slider .owl-prev span,
#slider .owl-next span {
    background-color: #229ace;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    line-height: 54px;
    font-size: 50px;
    display: block;
} */
.slider-container{
	display: block;
}
.para-slide {
	position: absolute;
	display: block;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.slide-content {
	max-width: 1200px;
	margin: 0px auto;
	padding: 0px 30px;
}

#slider .slide-content {
    text-shadow: 0px 7px 20px rgba(0,0,0,0.12);
}
#slider .slide-content h3 {
    font-size: 4.2em;
	font-weight: 900;
}
#slider .slide-content p {
    color: #FFF;
    font-size: 2em;
}

.slider-container{
	display:block;
	width:100%;
	position:relative;
	height:100%;
	vertical-align:middle;
	text-align:left;
	overflow:hidden;
}

/* 
  Page Headers
===================== */


/*
  Inner Pages
===================== */

.item-page {
	margin-bottom: 60px;
}
.item-page .page-header h2 {
	color: #272727;
}
.item-page .item-image {
    margin-bottom: 40px;
    margin-top: 40px;
    border-radius: 50px 7px 50px 50px;
    overflow: hidden;
	box-shadow: -2px 2px 0px 3px #f2f3f7;
}
.item-page img {
    max-width: 100%;
}

/*
  feature section
===================== */



/* Welcome Article
===================== */

.welcome {
	text-align: center;
	padding: 80px 10px 250px;
}
.welcome .custom {
	max-width: 1000px;
	margin: 0px auto;
}
.welcome .custom > h2 {
	margin-top: 10px;
	margin-bottom: 50px;
	font-weight: 700;
	font-size: 2.3em;
}
.welcome p {
	margin-bottom: 22px;
	font-size: 1.2em;
}



/* Ribbons
===================== */
.ribbon1, .ribbon2 {
	padding: 70px 20px 40px;
}
.ribbon1 p, .ribbon2 p {
	font-size: 2em;
	font-weight: 700;
	line-height: 1.2;
}
.ribbon1 .btn,
.ribbon2 .btn {
	float: right;
	padding: 30px 40px;
	font-size: 1em;
	margin: 0px;
}
.ribbon2 .btn.btn-dark:hover {
    background-color: transparent;
    border-color: #FFF;
}



/*
  Pet Services & 
  Health Care
===================== */
.pet-services, .pet-health {
    padding-top: 80px;
    padding-bottom: 80px;
}
.inner-services {
	padding-bottom: 30px;
}
.pet-services .page-header, .pet-health .page-header {
    font-size: 3em;
    font-weight: 700;
}
.pet-health .page-header {
	
}
.owl-item .item-title,
.owl-item .item-title a,
.owl-item .swipe-padding {
	-webkit-transition: all 0.23s ease-out;
	-moz-transition: all 0.23s ease-out;
	-ms-transition: all 0.23s ease-out;
	-o-transition: all 0.23s ease-out;
	transition: all 0.23s ease-out;
}

.pet-services .item-title,
.pet-health .item-title {
	text-align: center;
	margin: 0px;
	padding: 37px 15px;
	display: block;
	background-color: #FFF;
}

.pet-services .owl-dots,
.pet-health .owl-dots {
	bottom: -10px;
}
.pet-services .owl-theme .owl-nav [class*="owl-"],
.pet-health .owl-theme .owl-nav [class*="owl-"] {
	border-radius: 50%;
	font-size: 50px;
	width: 60px;
	height: 60px;
}
.pet-services .owl-prev span,
.pet-services .owl-next span,
.pet-health .owl-prev span,
.pet-health .owl-next span {
    background-color: #229ace;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    line-height: 54px;
    font-size: 50px;
    display: block;
}

.pet-services .owl-prev,
.pet-health .owl-prev {
	left: -10px;
}
.pet-services .owl-next,
.pet-health .owl-next {
	right: -10px;
}
.pet-services .owl-prev,
.pet-services .owl-next,
.pet-health .owl-prev,
.pet-health .owl-next {
	width: 60px;
}
.pet-services .owl-prev span,
.pet-services .owl-next span,
.pet-health .owl-prev span,
.pet-health .owl-next span {
	color: #FFF;
}
.pet-services .owl-prev:hover span,
.pet-services .owl-next:hover span,
.pet-health .owl-prev:hover span,
.pet-health .owl-next:hover span {
	color: #272727 !important;
}

/* .inner-services .item-title {
	text-align: center;
	margin: 0px;
	padding: 24px 15px;
	display: block;
	background-color: #FFF;
} */

@media (max-width: 768px) {
	.pet-services .item-title,
	.pet-health .item-title {
		font-size: 16px;
		padding: 32px 15px;
	}
	.pet-services .page-header, .pet-health .page-header {
		text-align: center;
		font-size: 2.5em;
	}
}
/* Rounded */
.inner-services .item-title {
    text-align: right;
    margin: 0px;
    padding: 15px 20px;
    display: block;
    background-color: #FFF;
    position: absolute;
    bottom: 51px;
    border-radius: 50px 7px 50px 50px;
    right: 2px;
    max-width: 90%;
    width: auto;
	font-size: 1.1em;
	border: 1px solid;
}
.pet-services .item-image,
.pet-health .item-image {
	margin-bottom: 0px;
}
.inner-services .item-image {
	margin-bottom: 0px;
}
.swipe-padding {
	margin: 25px 15px 60px;
	box-shadow: 0px 3px 33px rgba(0,0,0,0.05);
}
.inner-services .swipe-padding {
	margin: 25px 10px 40px;
	box-shadow: 0px 3px 7px rgba(0,0,0,0.05);
}
.swipe-padding:hover {
	box-shadow: 0px 3px 33px rgba(0,0,0,0.1);
}
.inner-services .swipe-padding:hover {
	box-shadow: 0px 5px 12px rgba(0,0,0,0.1);
}
.swipe-padding:hover .item-title {
	
}
.swipe-padding:hover .item-title,
.swipe-padding:hover .item-title a,
.swipe-padding:hover .item-title a:visited {
	color: #FFF;
	text-decoration: none;
}
.inner-services .owl-dots {
    bottom: -10px;
}

/* Aside List */
.vertical-list {
    padding-left: 0px;
    list-style-type: none;
    margin-bottom: 60px;
}
.vertical-list .item-title {
    margin: 0px;
}
.vertical-list .item-title a,
.vertical-list .item-title a:visited {
	font-weight: 300;
	color: #979799;
    display: block;
    padding: 15px 0px 15px;
	border-bottom: 1px dashed #E7E7E9;
}
.vertical-list .item-title a:hover,
.vertical-list .item-title a:visited:hover {
	color: #272727;
}



/* Specials Module
===================== */
.well.special {
    padding: 40px 60px 70px;
}
.well.special p {
    font-size: 1.2em;
}
.special .item-title {
    margin-bottom: 40px;
    font-weight: 700;
	color: #FFF;
}
.well.special hr {
    width: 50%;
    margin: 40px 0px;
}
.well.special a, .well.special a:visited {
    color: #FFF;
	text-decoration: none;
}

.special .owl-theme .owl-nav [class*="owl-"] {
	width: 20px;
	font-size: 70px !important;
}
.special .owl-prev span, .special .owl-next span {
	color: #FFF;
	opacity: 0.6;
}
.special .owl-prev {
	left: -42px;
}
.special .owl-next {
	right: -42px;
}
.special .owl-prev:hover span, .special .owl-next:hover span {
	color: #FFF !important;
	opacity: 1;
}
.well.special .owl-dots {
    position: absolute;
	bottom: auto;
}
.well.special .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
	border: 1px solid #FFF;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.well.special .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background-color: #FFF;
}
	  
@media (max-width:768px) {
	.well.special {
		padding: 40px 40px 60px;
	}
}




/*
  Team Members
===================== */
/* Member View */
.section-team-members {
	padding:80px 0px;
}
.staff-member hr,
.section-team-members hr {
    margin: 30px 0px;
    width: 50%;
}
.staff-member h4,
.section-team-members h4 {
	color: #757577;
}
.staff-member p,
.section-team-members p {
    margin-bottom: 30px;
}
.member-name {
    font-size: 3.5em;
    font-weight: 700;
}
.staff-name {
	font-size: 2.3em;
	font-weight: 700;
	margin-top: 0px;
}
.staff-image img {
    margin-bottom: 40px;
	-webkit-border-radius: 40px 7px 40px 40px;
    border-radius: 40px 7px 40px 40px;
    overflow: hidden;
	-webkit-box-shadow: -2px 2px 0px 3px #f2f3f7;
    box-shadow: -2px 2px 0px 3px #f2f3f7;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.staff-member:hover .staff-image img {
	box-shadow: -2px 2px 0px 3px lightblue;
}
.team-img img {
	border-radius: 20px 4px 20px 20px;
}
.member-socials {
    padding: 20px;
	list-style-type: none;
	display: block;
	width: auto;
	margin: 0px 0px;
	font-size: 1.3em;
	border-radius: 0px 0px 20px 20px;
	position: relative;
	bottom: 20px;
	right: 0px;
}
.member-socials li {
    display: inline;
    margin: 0px;
}
.member-socials li a, .member-socials li a:visited {
    opacity: 1;
    color: #FFF;
	padding:0px 2px;
}
.member-socials li a:hover, .member-socials li a:visited:hover {
    opacity: 0.9;
    color: black;
}


/* Team View */
.team-member * {
	transition: all 0.15s ease-out;
}
.team {
	margin: 60px 0px 80px;
}
.staff-member,
.team-member {
	margin-top: 40px;
}

.member-name h2{
	font-size: 1.8rem;
	margin: 0px;
	padding: 0px;
	text-align: center;
	border-radius: 0px 0px 20px 20px;
	overflow: hidden;
}
.member-name h2 a {
	display: block;
	margin: 0px;
	padding: 15px 20px;
	background-color: #f1f1f2;
}

.team-img {
    display: inline-block;
    width: auto;
    margin: 0px auto 30px;	
}
.staff-member .staff-image,
.team-member .item-image {
	border-radius: 20px 4px 0px 0px;
	overflow: hidden;
}.staff-member .staff-image img,
.team-member .item-image img {
    width: 100%;
    max-width: 100%;
	display: block;
}
.member-readmore {
    position: absolute;
    top: 55%;
    left: 50%;
    width: 50px;
    height: 50px;
    border-radius: 50px 7px 50px 50px;
    opacity: 0;
    transform: translateX(-50%) translateY(0%);
}
.member-btn, .member-btn:visited {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 50px;
    text-align: center;
    color: #FFF;
}
.team-member:hover .item-image img {
    opacity: 0.5;
}
.member-btn:hover, .member-btn:visited:hover {
    color: #000;
}
.team-member:hover .member-readmore {
    transform: translateX(-50%) translateY(-50%);
    opacity: 1;
}

.team-member:hover .member-name h2 a{
	background-color: lightblue;
	color: #FFF;
}

.team-member .member-name h2 a:hover,
.team-member .member-name h2 a:focus,
.team-member .member-name h2 a:visited:hover {
	text-decoration: none;
	color: #000;
}

@media (max-width: 991px) {
	.member-name h2{
		text-align: left;
	}
	.member-readmore {
		position: absolute;
		left: auto;
		right: -10px;
		top: auto;
		width: 50px;
		height: 50px;
		border-radius: 50px 7px 50px 50px;
		opacity: 1;
	}
}
@media (max-width: 768px) {
	.member-socials {
		padding: 15px 20px;
		font-size: 1.3em;
	}
}

/*
  Puppy Class
===================== */
.puppy-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.puppy-image {
	-webkit-box-flex: 35%;
        -ms-flex: 35%;
            flex: 35%;
	background-size: cover !important;
}
.puppy-class {
    -webkit-box-flex: 65%;
        -ms-flex: 65%;
            flex: 65%;
    padding: 160px 130px;
}
.puppy-class h1 {
	font-size: 3.5em;
	color: #FFF;
	font-weight: 900;
}
.puppy-class h3 {
	font-size: 2.7em;
	color: #FFF;
	margin-bottom: 60px;
}
.puppy-class p {
	font-size: 1.5em;
	line-height:1.4;
	color: #FFF;
}

@media (max-width:1199px) {
	.puppy-class {
		padding: 70px 80px;
	}
	.puppy-class h1 {
		font-size: 3em;
	}
	.puppy-class h3 {
		font-size: 2.2em;
	}
	.puppy-class p {
		font-size: 1.2em;
	}
}
@media (max-width:991px) {
	.puppy-image {
		-webkit-box-flex: 50%;
			-ms-flex: 50%;
				flex: 50%;
		background-size: cover !important;
	}
	.puppy-class {
		-webkit-box-flex: 50%;
			-ms-flex: 50%;
				flex: 50%;
		padding: 70px 60px;
	}
	.puppy-class h1 {
		font-size: 2.5em;
	}
	.puppy-class h3 {
		font-size: 2em;
		margin-bottom: 40px;
	}
	.puppy-class p {
		font-size: 1.2em;
	}
}
@media (max-width:768px) {
	.puppy-container {
		display: block;
	}
	.puppy-image {
		height: 70vh;
		width: 100%;
	}
	.puppy-class {
		padding: 60px 30px;
		width: 100%;
	}
	.puppy-class h1 {
		font-size: 2.5em;
	}
	.puppy-class h3 {
		font-size: 2em;
	}
	.puppy-class p {
		font-size: 1.2em;
		line-height:1.4;
	}
}

/* 
  Contact Page
===================== */

.contact-map .map {
    height: 300px !important;
}
.aside-contact .well {
    text-align: left;
    font-size: 11px;
    padding: 40px 30px;
    margin-top: 40px;
}
.aside-contact .well hr {
    margin: 30px 0px;
}
.aside-contact .well h1, .aside-contact .well h2, .aside-contact .well h3, .aside-contact .well h4, .aside-contact .well h5, .aside-contact .well h6 {
	font-weight: 700;
}
.aside-contact strong,
.aside-contact b {
	font-weight: 500;
	margin-top: 7px;
}
.aside-contact .well ul {
    padding: 0px;
    list-style: none;
    font-size: 16px;
}
.aside-contact .well ul li {
    margin-bottom: 7px;
}

/* 
  Aside right
===================== */
.side-right {
	padding-right: 40px;
}
.aside-right {
    box-shadow: -39px 0px 30px -20px rgba(0,0,0,0.05);
    padding-left: 30px;
	padding-right: 0px;
}

/* 
  Aside left
===================== */
.side-left {
	padding-left: 40px;
}
.aside-left {
    box-shadow: 39px 0px 30px -20px rgba(0,0,0,0.05);
    padding-right: 30px;
	padding-left: 0px;
}
@media (max-width:991px) {
	.side-left {
		padding-left: 32px;
	}
	.aside-left {
		padding-right: 22px;
	}
	.side-right {
		padding-right: 32px;
	}
	.aside-right {
		padding-left: 22px;
	}
}
@media (max-width: 768px) {
	.aside-right, .aside-left {
		display: none;
	}
	.side-left,
	.side-right {
		padding: 0px 15px;
	}
}


/*
  contact section
===================== */




/*
  footer section
===================== */
.footer-contact a, .footer-contact a:visited {
	color: #FFF;
}
.footer-logo {
	text-align: center;
	margin-top: 80px;
}
.footerlogo {
	width: 90%;
	max-width: 280px;
	margin-bottom: 60px;
}
.cpy {
    font-size: 0.92em;
}
.gmap-container .custom {
	padding: 0px;
}

/* Copyright */


/* BACK TO TOP */
#back-top {
	position: fixed;
	right:10px;
	bottom:80px;
	border-radius: 50%;
	z-index: 678876;
}
#back-top a {
	-webkit-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	-moz-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	-ms-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	-o-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	-ms-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	-o-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	
	padding: 12px 16px;
	display: block;
	border-radius: 4px 30px 30px 30px;
	font-size: 10px;
	line-height: 14px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
}
#back-top a:hover {
	-webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	-moz-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	-ms-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	-o-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	padding: 12px 16px;
	color: #FFF;
	text-decoration: none;
}


.valign {
	width: 100%;
	position: absolute;
	top: 40%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}


/*
   MACROS
   ================== */
.call-now {
	font-size: 2em;
	font-weight: 700;
}


/* FLUIDBOX */
@-webkit-keyframes a{0%{-webkit-transform:translate(-50%,-50%) rotateX(0) rotateY(0);transform:translate(-50%,-50%) rotateX(0) rotateY(0)}50%{-webkit-transform:translate(-50%,-50%) rotateX(-180deg) rotateY(0);transform:translate(-50%,-50%) rotateX(-180deg) rotateY(0)}to{-webkit-transform:translate(-50%,-50%) rotateX(-180deg) rotateY(-180deg);transform:translate(-50%,-50%) rotateX(-180deg) rotateY(-180deg)}}@keyframes a{0%{-webkit-transform:translate(-50%,-50%) rotateX(0) rotateY(0);transform:translate(-50%,-50%) rotateX(0) rotateY(0)}50%{-webkit-transform:translate(-50%,-50%) rotateX(-180deg) rotateY(0);transform:translate(-50%,-50%) rotateX(-180deg) rotateY(0)}to{-webkit-transform:translate(-50%,-50%) rotateX(-180deg) rotateY(-180deg);transform:translate(-50%,-50%) rotateX(-180deg) rotateY(-180deg)}}.fluidbox{outline:none}.fluidbox__overlay{opacity:0.7;cursor:pointer;cursor:zoom-out;opacity:0;pointer-events:none;position:fixed;top:-100%;left:0;bottom:-100%;right:0;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.fluidbox--opened .fluidbox__overlay{pointer-events:auto}.fluidbox__wrap{background-position:center center;background-size:cover;margin:0 auto;position:relative;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.fluidbox--closed .fluidbox__thumb,.fluidbox__thumb{-webkit-transition:opacity 0s ease-in-out 0s;transition:opacity 0s ease-in-out 0s}.fluidbox__ghost{background-size:100% 100%;background-position:center center;background-repeat:no-repeat;position:absolute;-webkit-transition:opacity 0s 0s,-webkit-transform .5s 0s;transition:opacity 0s 0s,-webkit-transform .5s 0s;transition:opacity 0s 0s,transform .5s 0s;transition:opacity 0s 0s,transform .5s 0s,-webkit-transform .5s 0s}.fluidbox--opened .fluidbox__ghost{cursor:pointer;cursor:zoom-out}.fluidbox--closed .fluidbox__ghost{-webkit-transition:opacity 0s .5s,-webkit-transform .5s 0s;transition:opacity 0s .5s,-webkit-transform .5s 0s;transition:opacity 0s .5s,transform .5s 0s;transition:opacity 0s .5s,transform .5s 0s,-webkit-transform .5s 0s}.fluidbox__loader{opacity:0;-webkit-perspective:200px;perspective:200px;pointer-events:none;position:absolute;top:0;left:0;bottom:0;right:0}.fluidbox__loader:before{background-color:hsla(0,0%,100%,.85);content:'';-webkit-transform-style:preserve-3d;transform-style:preserve-3d;position:absolute;top:50%;left:50%;width:20%;padding-bottom:20%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-delay:0s;transition-delay:0s}.fluidbox--loading .fluidbox__loader{opacity:1;-webkit-transition:opacity .5s ease-in-out .5s;transition:opacity .5s ease-in-out .5s}.fluidbox--loading .fluidbox__loader:before{-webkit-animation:a 1s 0s infinite ease-in-out forwards;animation:a 1s 0s infinite ease-in-out forwards}


.zooom img {
  width: 100%;
  display: block;
  border-bottom:5px solid #EEE;
  -webkit-transition: all .2s !important;
  transition: all .2s !important;
}


/*
  responsive mobile
===================== */
@media (max-width:1599px) {
	.nav > li {
		font-size: 1em;
		margin: 0px 19px;
	}
}
@media (max-width:1399px) {
	.nav > li {
		font-size: 0.9em;
		margin: 0px 12px;
	}
}
@media (max-width:1199px) {
	.nav > li {
		font-size: 0.8em;
		margin: 0px 10px;
	}
}

@media (max-width: 991px) {
	#slider {
		height: 70vh;
	}
	#slider .para-slide {
		background-size: cover;
		background-position: 0% 30%;
	}
	#slider .slide-content h3 {
		font-size: 3em;
	}
	#slider .slide-content p {
		font-size: 1.7em;
	}
	.ribbon1, .ribbon2 {
		text-align: center;
	}
	.ribbon1 .btn,
	.ribbon2 .btn {
		float: none;
		padding: 15px 20px;
		font-size: 0.8em;
		margin: 20px auto 0px;
	}
}

@media (max-width: 768px) {
	#slider {
		height: 70vh;
	}
	#slider .para-slide {
		background-position: 70%;
	}
	#slider .slide-content h3 {
		font-size: 2.4em;
	}
	#slider .slide-content p {
		font-size: 1.5em;
	}
	#slider .btn {
		border: 2px solid #ffffff;
		letter-spacing: 0px;
		padding: 8px 20px;
		margin-top: 40px;
		 margin: 0px 2px;
	}
	.footer-logo {
		text-align: center;
		margin-top: 60px;
	}
	.footerlogo {
		width: 70%;
		max-width: 280px;
		margin-bottom: 40px;
	}
	.cpy {
		margin-top: 40px;
		font-size: 0.92em;
		text-align:center;
	}
	.footer-contact .padded-sm {
		padding: 0px 30px;
	}
	.valign {
		position: relative;
		top: 0%;
		-webkit-transform: translateY(-0%);
		-moz-transform: translateY(-0%);
		-ms-transform: translateY(-0%);
		-o-transform: translateY(-0%);
		transform: translateY(-0%);
		margin-top: 7%;
	}
}

@media (max-width: 480px) {
	#slider {
		height: 70vh;
	}
	#slider .para-slide {
		background-position: 80%;
	}
	#slider .slide-content h3 {
		font-size: 2.2em;
	}
	#slider .slide-content p {
		font-size: 1.2em;
	}
}