html {
	background:#fff;
	height:100%;
}
body {
	font-family:'Tinos', serif;
	color:#444;
	outline:none;
	margin:0;
	padding:0;
	height:100%;
}
a:link {
	color:#87764f;
	text-decoration:none;
	outline:none;
	-webkit-transition:color 0.2s ease-in-out;
	-moz-transition:color 0.2s ease-in-out;
	-o-transition:color 0.2s ease-in-out;
	transition:color 0.2s ease-in-out;
}
a:visited {
	color:#87764f;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#87764f;
	text-decoration:underline;
	outline:none;
}
p {
	font-size:18pt;
	line-height:29px;
	font-weight:400;
	margin:0;
	padding:14px 0;
}
strong {
	font-weight:600;
}
a img {
	border:0;
}
.page-content {
	background:#fff;
	width:100%;
	padding:35px 0 70px 0;
	float:left;
}
.container {
	max-width:1000px;
	width:92%;
	margin:0 auto;
	position:relative;
}
.content {
	width:100%;
	padding-top:20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	float:left;
}
.content img {
	width:auto !important;
	max-width:100% !important;
	height:auto !important;
}
.header {
	width:100%;
	height:100%;
	min-height:760px;
	position:relative;
	float:left;
}
.header .container {
	position:relative;
	top:100px;
}
.header-text {
	max-width:620px;
	width:100%;
	font-family:'Tinos', serif;
	font-size:44pt;
	line-height:70px;
	font-weight:400;
	color:#fff;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	text-align:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
a.contact-us {
	font-size:17pt;
	line-height:30px;
	padding:17px 70px;
	color:#fff;
	text-transform:uppercase;
	border:2px solid #87764f;
	position:relative;
	top:76px;
	-webkit-transition:background 0.2s ease-in-out, color 0.2s ease-in-out;
	-moz-transition:background 0.2s ease-in-out, color 0.2s ease-in-out;
	-o-transition:background 0.2s ease-in-out, color 0.2s ease-in-out;
	transition:background 0.2s ease-in-out, color 0.2s ease-in-out;
}
a.contact-us:hover {
	background:#fff;
	color:#87764f;
	text-decoration:none;
}
.menu-container {
	width:100%;
	background:#fff;
	height:280px;
	position:relative;
	-moz-box-shadow:0 3px 3px rgba(0,0,0,0.05);
	-webkit-box-shadow:0 3px 3px rgba(0,0,0,0.05);
	box-shadow:0 3px 3px rgba(0,0,0,0.05);
	float:left;
}
.logo {
	background:url(img/logo.png) no-repeat center;
	background-size:458px 134px;
	width:458px;
	height:134px;
	display:block;
	margin:43px auto;
}
.menu-content {
	width:100%;
	margin:0 auto;
	position:relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.menu {
	position:static;
	top:0;
	left:0;
	z-index:1200;
	width:100%;
	background:#c9c9c9;
	-moz-box-shadow:0 3px 3px rgba(0,0,0,0.05);
	-webkit-box-shadow:0 3px 3px rgba(0,0,0,0.05);
	box-shadow:0 3px 3px rgba(0,0,0,0.05);
	float:left;
}
.menu > ul {
	padding:0;
	margin:0;
	list-style:none;
	text-align:center;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.menu > ul > li {
	margin:0;
	padding:0;
	list-style:none;
	display:inline-block;
	position:relative;
}
.menu > ul > li > a {
	font-family:'Tinos', serif;
	color:#fff;
	text-transform:uppercase;
	font-size:17pt;
	line-height:30px;
	font-weight:400;
	padding:15px 19px;
	-webkit-transition:color 0.2s ease-in-out;
	-moz-transition:color 0.2s ease-in-out;
	-o-transition:color 0.2s ease-in-out;
	transition:color 0.2s ease-in-out;
	-webkit-user-select:none;
    -moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	display:inline-block;
}
.menu ul li a:hover, .menu ul li a.current {
	color:#87764f;
	text-decoration:none;
}
.menu-sml-content {
	background:#fff;
	width:100%;
	height:70px;
	position:absolute;
	top:0;
	left:0;
	z-index:999;
	text-align:center;
	display:none;
}
#menu-bttn {
	width:20px;
	height:13px;
	position:absolute;
	top:18px;
	right:30px;
	padding:10px;
	cursor:pointer;
	z-index:1001;
}
#menu-bttn div {
	background:#111;
	width:22px;
	height:2px;
	position:absolute;
}
.menu-bttn-line-1 {
	top:10px;
}
.menu-bttn-line-2 {
	top:16px;
}
.menu-bttn-line-3 {
	top:22px;
}
#menu-sml {
	background:#fff;
	width:100%;
	padding:0 0 10px 0;
	position:absolute;
	top:70px;
	left:0;
	display:none;
	z-index:1000;
	overflow:auto;
	-webkit-user-select:none;
    -moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-moz-box-shadow:0 3px 3px rgba(0,0,0,0.05);
	-webkit-box-shadow:0 3px 3px rgba(0,0,0,0.05);
	box-shadow:0 3px 3px rgba(0,0,0,0.05);
}
.menu-sml-container {
	background:#fff;
	width:100%;
	overflow:auto;
	padding:20px 0 10px 0;
	float:left;
}
#menu-sml ul {
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
#menu-sml ul li {
	width:100%;
	margin:0 0 4px 0;
	padding:0;
	list-style:none;
	text-align:center;
	float:left;
}
#menu-sml ul li a {
	color:#222;
	text-transform:uppercase;
	font-size:13pt;
	line-height:25px;
	padding:5px;
	position:relative;
	cursor:pointer;
	display:inline-block;
}
#menu-sml ul li a:hover {
	text-decoration:none;
}
h1 {
	width:100%;
	font-size:42pt;
	line-height:67px;
	font-weight:400;
	text-align:center;
	color:#87764f;
	text-transform:uppercase;
	padding:3px 0 10px 0;
	margin:0;
}
h2 {
	width:100%;
	font-size:24px;
	line-height:34px;
	margin:0;
	padding:0 0 5px 0;
	font-weight:600;
}
input, input[type=password], textarea, select {
	background:none;
	border:0;
	border-bottom:1px solid #87764f;
	font:18pt 'Tinos', serif;
	line-height:27px;
	font-weight:400;
	padding:7px 0;
	margin:0 0 16px 0;
	color:#444;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	resize:vertical;
	outline:none;
}
input[type=file] {
	background:none;
	font:18pt 'Tinos', serif;
	font-weight:400;
	color:#444;
	width:auto;
	height:auto;
	border:0;
	margin:0 0 10px 0;
	padding:0;
}
::-webkit-input-placeholder {
	font-style:italic;
}
::-moz-placeholder {	
	font-style:italic;
}
:-ms-input-placeholder {
	font-style:italic;
}
:-moz-placeholder {
	font-style:italic;
}
button, .logForm button:hover {
	background:#fff;
	color:#87764f;
	font:18pt 'Tinos', serif;
	line-height:29px;
	border:0;
	cursor:pointer;
	padding:13px 80px 12px 80px;
	margin-top:10px;
	font-weight:400;
	text-transform:uppercase;
	border:2px solid #87764f;
	-webkit-transition:background 0.2s ease-in-out, color 0.2s ease-in-out;
	-moz-transition:background 0.2s ease-in-out, color 0.2s ease-in-out;
	-o-transition:background 0.2s ease-in-out, color 0.2s ease-in-out;
	transition:background 0.2s ease-in-out, color 0.2s ease-in-out;
}
button:hover {
	background:#87764f;
	color:#fff;
}
button:active {
	padding:9px 29px 7px 31px;
}
.logForm {
	width:100%;
	padding:120px 0;
}
.logForm form {
	width:310px;
	float:none;
	padding:0;
	border:0;
	position:absolute;
	top:50%;
	left:50%;
	margin:-167px 0 0 -155px;
}
.logForm input {
	margin:4px 0 5px 35px !important;
}
.logForm button, .logForm button:hover {
	margin:10px 0 0 0;
	border-color:#fff;
}
.logForm .error {
	width:100%;
	font:10px Arial, Helvetica, sans-serif;
	color:#be3636;
	background:white;
	border:1px solid #be3636;
	padding:3px;
	text-align:left;
	margin-top:20px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	float:left;
}
.logForm .error div {
	width:14px;
	height:14px;
	background:url(img/error.png) no-repeat top left;
	float:left;
	margin:0 4px -2px 1px;
}
.delete {
	background:url(img/icons.png) no-repeat top center;
	width:24px;
	height:24px;
	position:absolute;
	top:15px;
	right:15px;
	z-index:500;
	display:block;
	cursor:pointer;
}
.move {
	background:url(img/icons.png) no-repeat 0 -24px;
	width:24px;
	height:24px;
	position:absolute;
	top:15px;
	right:44px;
	z-index:500;
	display:block;
	cursor:move;
}
.edit-icons {
	position:absolute;
	top:10px;
	right:59px;
}
.edit {
	background:url(img/icons.png) no-repeat bottom center;
	width:24px;
	height:24px;
	position:absolute;
	top:15px;
	right:73px;
	z-index:500;
	display:block;
}
.edit-big {
	background:url(img/edit.png) no-repeat;
	width:34px;
	height:34px;
	display:block;
	position:absolute;
	top:0;
	right:0;
	z-index:100;
}
.delete-big, .delete-big:hover {
	background:url(img/delete.png) no-repeat;
	width:34px;
	height:34px;
	display:block;
	position:absolute;
	top:0;
	right:0;
	z-index:100;
	cursor:pointer;
}
.true {
	background:#fff;
	border:1px solid #23b005;
	padding:10px 5px;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#23b005;
	text-align:left;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin-bottom:20px;
}
.true div {
	background:url(img/big_icons.png) no-repeat left top;
	width:24px;
	height:24px;
	float:left;
	margin:-4px 5px -5px 0;
}
.false {
	background:#fff;
	border:1px solid #ee552a;
	padding:10px 5px;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#ee552a;
	text-align:left;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin-bottom:20px;
}
.false div {
	background:url(img/big_icons.png) no-repeat;
	background-position:0 -24px;
	width:24px;
	height:24px;
	float:left;
	margin:-4px 5px -5px 0;
}
.warn {
	background:#fff;
	border:1px solid #ff8f2c;
	padding:10px 5px;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#ff8f2c;
	text-align:left;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin-bottom:20px;
}
.warn div {
	background:url(img/big_icons.png) no-repeat;
	background-position:0 -48px;
	width:24px;
	height:24px;
	float:left;
	margin:-4px 5px -5px 0;
}
a.logout {
	position:absolute;
	top:15px;
	right:25px;
}
a.logout:hover {
	text-decoration:underline;
}
.about {
	width:100%;
	float:left;
}
.about ul {
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
	display:-webkit-flex;
	display:-ms-flex;
    display:flex;
	-webkit-transition:wrap;
	-moz-flex-wrap:wrap;
	-o-flex-wrap:wrap;
	flex-wrap:wrap;
	float:left;
}
.about ul li {
	width:33.3333%;
	font-size:13pt;
	line-height:22px;
	opacity:0;
	margin:30px 0 -30px 0;
	position:relative;
	bottom:-50px;
	padding:12px 35px 63px 35px;
	text-align:center;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	float:left;
}
.about ul li div {
	width:100px;
	height:100px;
	border:2px solid #87764f;
	margin-bottom:25px;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin:0 auto;
}
.about ul li div.its-all-about-the-dogs {
	background:url(img/its_all_about_the_dogs.png) no-repeat center;
	background-size:100px 100px;
}
.about ul li div.a-family-affair {
	background:url(img/a_family_affair.png) no-repeat center;
	background-size:100px 100px;
}
.about ul li div.two-walks-per-day {
	background:url(img/two_walks_per_day.png) no-repeat center;
	background-size:100px 100px;
}
.about ul li div.five-star-rating {
	background:url(img/5_star_rating.png) no-repeat center;
	background-size:100px 100px;
}
.about ul li div.peace-of-mind {
	background:url(img/peace_of_mind.png) no-repeat center;
	background-size:100px 100px;
}
.about ul li div.happy-owners {
	background:url(img/happy_owners.png) no-repeat center;
	background-size:100px 100px;
}
.about ul li span {
	color:#87764f;
	font-size:18pt;
	line-height:26px;
	display:block;
	padding:25px 0 13px 0;
}
#our-story-content .container {
	max-width:900px;
}
#our-story-content .content > h1 {
	padding-bottom:30px;
}
#photos-content .container {
	max-width:1074px;
}
.photos-content {
	width:100%;
	position:relative;
	float:left;
}
.photos {
	width:100%;
	padding:37px 72px 28px 72px;
	margin-left:-6px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	float:left;
}
#testimonials-content {
	background:#87764f;
}
#testimonials-content .container {
	max-width:1074px;
}
#testimonials-content h1 {
	color:#fff;
}
.testimonials-content {
	width:100%;
	position:relative;
	float:left;
}
.testimonials {
	width:100%;
	padding:21px 78px 6px 78px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	float:left;
}
.testimonials > div {
	max-width:818px;
	text-align:center;
	margin:0 auto;
	color:#fff;
}
.testimonials > div em {
	font-size:15pt;
	line-height:24px;
	font-weight:400;
	padding-top:40px;
	display:block;
}
#contact-content {
	padding-bottom:100px;
}
#contact-content h1 {
	padding-bottom:50px;
}
#contact-content .container {
	max-width:580px;
	text-align:center;
}
#contact-content span {
	color:#87764f;
	font-size:18pt;
	padding:15px 0;
	display:block;
}
#contact-content form {
	max-width:510px;
	margin:0 auto;
	text-align:center;
}
#contact-content input {
	width:100%;
}
#contact-content textarea {
	width:100%;
	height:42px;
}
#contact-content form div {
	display:table;
	margin:4px auto 5px auto;
}
.footer-content {
	background:#949494;
	color:#fff;
	font-size:14pt;
	line-height:24px;
	font-weight:400;
	padding:15px 0 60px 0;
}
.footer-menu {
	width:100%;
	border-top:1px solid #fff;
	float:left;
}
.footer-menu ul {
	width:100%;
	max-width:760px;
	margin:0 auto;
	padding:0;
	list-style:none;
	display:table;
}
.footer-menu ul li {
	display:table-cell;
	margin:0;
	padding:34px 14px;
	text-align:center;
}
.footer-menu ul li a {
	font-size:14pt;
	line-height:24px;
	color:#fff;
}
.footer-info {
	width:100%;
	padding:0 0 35px 0;
	float:left;
}
.footer-info ul {
	width:100%;
	display:table;
	margin:0;
	padding:0;
	list-style:none;
}
.footer-info ul li {
	margin:0;
	padding:0;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.footer-info ul li:first-child {
	text-align:left;
}
.footer-info ul li.web {
	text-align:right;
}
.footer-info ul li.web a {
	color:#c3c3c3;
}
a.facebook {
	background-image:url(img/facebook.png);
	background-size:61px 122px;
	background-position:top center;
	display:inline-block;
	width:61px;
	height:61px;
	position:relative;
	bottom:-3px;
	margin:0 8px;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
	-webkit-transition:background-position 0.2s ease-in-out;
	-moz-transition:background-position 0.2s ease-in-out;
	-o-transition:background-position 0.2s ease-in-out;
	transition:background-position 0.2s ease-in-out;
}
a.facebook:hover {
	background-position:bottom center;
}
a.instagram {
	background-image:url(img/instagram.png);
	background-size:61px 122px;
	background-position:top center;
	display:inline-block;
	width:61px;
	height:61px;
	position:relative;
	bottom:-3px;
	margin:0 8px;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
	-webkit-transition:background-position 0.2s ease-in-out;
	-moz-transition:background-position 0.2s ease-in-out;
	-o-transition:background-position 0.2s ease-in-out;
	transition:background-position 0.2s ease-in-out;
}
a.instagram:hover {
	background-position:bottom center;
}
#menu-sml a.facebook, #menu-sml a.instagram {
	margin:0 4px;
}