@font-face {
	font-family: "Faydark Cursive";
	src: url('Faydark-Cursive-Web.eot');
	src: url('Faydark-Cursive-Web.eot?#iefix') format('embedded-opentype'),
	url('Faydark-Cursive-Web.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

html, body {
	margin: 0;
	min-width: 320px;
}

html {
	background-color: #0C2B18;
}

body {
	background-color: #DCFFC4;
	color: #0C2B18;
	font-family: Arial, Tahoma, sans-serif;
	margin-top: 20px;
}

h1, h2, h3 {
	text-align: center;
	text-shadow: 2px 2px 3px #657B55;
}

h1 {
	font-family: "Faydark Cursive", Arial, Tahoma, sans-serif;
	font-size: 60pt;
	font-synthesis: none;
	margin: 0;
}

h2 {
	font-family: "Faydark Cursive", Arial, Tahoma, sans-serif;
	font-size: 45pt;
	font-synthesis: none;
	margin: 0;
}

p {
	text-align: justify;
	text-indent: 1.5em;
}

dl {
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd p {
	margin: 0.2em 0;
}

a {
	color: inherit;
}

.hint {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: inherit;
	cursor: help;
}

#page-top-info {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 19px;
	background-color: #0C2B18;
	border-bottom: 1px solid #DCFFC4;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 13px;
	color: white;
	text-align: center;
	padding: 0 1em;
	z-index: 100;
}
#page-top-info-left {
	position: absolute;
	top: 0;
	left: 1em;
}
#page-top-info-right {
	position: absolute;
	top: 0;
	right: 1em;
}
#page-top-info a,
#page-footer-info a {
	color: inherit;
	text-decoration: none;
}
#page-top-info a:hover,
#page-footer-info a:hover {
	text-shadow: 0 0 6px white;
}
#page-poster {
	background: #0C2B18 url("images/background.png") left center repeat repeat;
	position: relative;
	height: 250px;
	overflow: hidden;
	z-index: 1;
}
#page-poster-left-side {
	background: url("images/left-side.png") left top no-repeat no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 432px;
	height: 250px;
	z-index: 2;
}
#page-poster-left-cat {
	background: url("images/left-cat.png") left top no-repeat no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 239px;
	height: 250px;
	z-index: 4;
}
#page-poster-center-left-cat {
	background: url("images/center-left-cat.png") left top no-repeat no-repeat;
	position: absolute;
	right: 52.5%;
	bottom: 0;
	width: 566px;
	height: 200px;
	z-index: 5;
}
#page-poster-center-cat {
	background: url("images/center-cat.png") left top no-repeat no-repeat;
	position: absolute;
	left: 45%;
	bottom: 0;
	width: 504px;
	height: 200px;
	margin-left: -252px;
	z-index: 6;
}
#page-poster-center-right-cat {
	background: url("images/center-right-cat.png") left top no-repeat no-repeat;
	position: absolute;
	left: 47.5%;
	bottom: 0;
	width: 483px;
	height: 200px;
	z-index: 5;
}
#page-poster-right-cat {
	background: url("images/right-cat.png") left top no-repeat no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	width: 396px;
	height: 250px;
	z-index: 7;
}
#page-poster-right-side {
	background: url("images/right-side.png") left top no-repeat no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	width: 560px;
	height: 250px;
	z-index: 3;
}
#page-poster-site-name {
	position: absolute;
	top: 6%;
	left: 180px;
	right: 290px;
	bottom: 6%;
	z-index: 8;
}
#page-poster-site-name h1 {
	font-synthesis: unset;
	line-height: 0.85;
	color: #D0FFFF;
	text-shadow: 0 0 12px #D0FFFF;
	padding: 0;
}

#menu-container {
	border-top: 1px solid #DCFFC4;
	padding: 0;
	margin: 0;
}
#menu-container-fixed {
	position: fixed;
	top: 20px;
	left: 0;
	right: 0;
	padding: 0;
	margin: 0;
	z-index: 100;
}
.menu {
	background-color: #0C2B18;
	font-size: large;
	line-height: 2.0;
	padding: 0;
}
.menu a, .menu span {
	cursor: pointer;
	border-radius: 3px;
	color: white;
	text-shadow: none;
	text-decoration: none;
	white-space: nowrap;
	padding: 0.2em 0.8em;
	margin: 0 0.3em;
}
.menu a:hover {
	text-shadow: 0 0 6px white;
	text-decoration: underline;
}
.menu span.active {
	background-color: #DCFFC4;
	color: #0C2B18;
}

.lc-bar {
	float: right;
	margin-top: 0.4em;
}
.lc-bar .lc-item {
	display: inline-block;
	border-bottom: 2px solid transparent;
	margin-right: 0.5em;
}
.lc-bar .lc-item.current {
	border-bottom: 2px solid white;
}

.bottom-edge-dg {
	background: url("images/bottom-edge-dg.png") left top repeat repeat;
	height: 57px;
}
.bottom-edge-lg {
	background: url("images/bottom-edge-lg.png") left top repeat repeat;
	height: 47px;
}

.frame-tl {
	position: absolute;
	background: url("images/frame-tl.png") left top no-repeat no-repeat;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.frame-tr {
	position: absolute;
	background: url("images/frame-tr.png") right top no-repeat no-repeat;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.frame-bl {
	position: absolute;
	background: url("images/frame-bl.png") left bottom no-repeat no-repeat;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.frame-br {
	position: absolute;
	background: url("images/frame-br.png") right bottom no-repeat no-repeat;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.frame-tlc {
	position: absolute;
	background: url("images/frame-tl.png") left top no-repeat no-repeat;
	top: 0;
	left: 0;
	right: auto;
	bottom: auto;
	width: 4px;
	height: 4px;
}
.frame-t {
	position: absolute;
	background: url("images/frame-tl.png") -20px top no-repeat no-repeat;
	background-size: 100% 342px;
	top: 0;
	left: 4px;
	right: 0;
	height: 4px;
}
.frame-l {
	position: absolute;
	background: url("images/frame-tl.png") left -20px no-repeat no-repeat;
	background-size: 291px 100%;
	top: 4px;
	left: 0;
	bottom: 0;
	width: 4px;
}
.frame-brc {
	position: absolute;
	background: url("images/frame-br.png") right bottom no-repeat no-repeat;
	top: auto;
	left: auto;
	right: 0;
	bottom: 0;
	width: 4px;
	height: 4px;
}
.frame-r {
	position: absolute;
	background: url("images/frame-br.png") right 20px no-repeat no-repeat;
	background-size: 291px 100%;
	top: 0;
	right: 0;
	bottom: 4px;
	width: 4px;
}
.frame-b {
	position: absolute;
	background: url("images/frame-br.png") 20px bottom no-repeat no-repeat;
	background-size: 100% 342px;
	left: 0;
	right: 4px;
	bottom: 0;
	height: 4px;
}


.decor-tl {
	position: absolute;
	background: url("images/decor-tl.png") left top no-repeat no-repeat;
	top: 0;
	left: 0;
	width: 51px;
	height: 55px;
	z-index: 10;
}
.decor-tr {
	position: absolute;
	background: url("images/decor-tr.png") right top no-repeat no-repeat;
	top: 0;
	right: 0;
	width: 51px;
	height: 55px;
	z-index: 10;
}
.decor-br {
	position: absolute;
	background: url("images/decor-br.png") right bottom no-repeat no-repeat;
	right: 0;
	bottom: 0;
	width: 49px;
	height: 40px;
	z-index: 10;
}

.title {
	font-size: 16pt;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding-top: 0.1em;
}

.available {
	color: green;
}
.option {
	color: darkorange;
}
.reserved {
	color: orangered;
}
.sold {
	color: darkred;
}
.unsaleable {
	color: darkred;
}

.no-content {
	color: gray;
	text-align: center;
	font-size: large;
	font-weight: bold;
	font-style: italic;
}
.content {
	padding: 0 1em;
	max-width: 100%;
	overflow: auto;
}

.static-content img {
	max-width: 100%;
}
.static-content iframe {
	max-width: 100%;
	max-height: 90%;
}

.separator {
	clear: both;
	font-style: normal;
	font-size: unset;
	font-weight: normal;
	text-align: left;
}

.slider {
	box-sizing: border-box;
	width: 768px;
	height: 256px;
	max-width: 100%;
	overflow: hidden;
	margin: 0 auto;
	border: 1px solid green;
}
.slider .slider-strip {
	display: inline-block;
	white-space: nowrap;
	font-size: 0;
	margin: 0;
}
.slider .slider-strip .slider-item {
	display: inline-block;
	height: 256px;
	margin-left: 0;
}
.slider .slider-strip .slider-item img {
	display: block;
	width: auto;
	height: 256px;
}

.news {
	position: relative;
	padding: 0.5em 0.5em 0.3em 0.5em;
	margin-bottom: 1em;
}
.news .date {
	font-style: italic;
	font-weight: bold;
	text-shadow: 2px 2px 3px #657B55;
	padding-bottom: 1em;
}
.news .text {
	position: relative;
	font-size: 85%;
	z-index: 10;
}
.news .text h1 {
	font-size: 51pt;
}
.news .text h2 {
	font-size: 38pt;
}
.news .text img {
	max-width: 100%;
}
.news .text iframe {
	max-width: 100%;
	max-height: 90%;
}
.news .link {
	position: absolute;
	display: inline-block;
	background: url("images/ui-icons_0C2B18_256x240.png") -32px -80px no-repeat;
	right: 3px;
	bottom: 3px;
	width: 16px;
	height: 16px;
	overflow: hidden;
	z-index: 15;
}

.litter {
	line-height: 1.5;
	text-align: center;
	margin-bottom: 1.5em;
}
.litter .parents {
	display: inline-block;
}
.litter .item {
	position: relative;
	display: inline-block;
	width: 258px;
	height: 300px;
	vertical-align: top;
	padding: 1em;
	margin: 0.5em;
}
.litter .item img {
	position: relative;
	margin-top: 0.4em;
	border: 1px solid #0C2B18;
	z-index: 10;
}
.litter .item h3 {
	position: relative;
	margin: 1.5em 0;
	z-index: 10;
}
.litter .item h3 > a {
	text-decoration: none;
}
.litter .item .info {
	position: relative;
	text-align: left;
	padding: 0 0.3em;
	margin: 1.5em 0;
	z-index: 10;
}
.litter .item .title {
	position: relative;
	z-index: 10;
}
.litter .item .info ~ .title {
	position: absolute;
	left: 1em;
	right: 1em;
	bottom: 2em;
}

.plan {
	line-height: 1.5;
	text-align: center;
	margin-bottom: 1.5em;
}
.plan .wrapper {
	display: inline-block;
}
.plan > .wrapper {
	border-bottom: 1px solid #657B55;
}
.plan .item {
	position: relative;
	display: inline-block;
	width: 258px;
	height: 300px;
	vertical-align: middle;
	padding: 1em;
	margin: 0.5em;
}
.plan .item img {
	position: relative;
	margin-top: 0.4em;
	border: 1px solid #0C2B18;
	z-index: 10;
}
.plan .info {
	display: inline-block;
	vertical-align: middle;
	padding: 0 0.3em;
	margin: 0.5em;
}
.plan .info h3 {
	margin: 0;
}
.plan .info .decor {
	background: url("images/heart.png") center center no-repeat;
	width: 128px;
	height: 128px;
}
.plan .description {
	text-align: left;
	padding-bottom: 1em;
}
.plan .description h1 {
	font-size: 51pt;
}
.plan .description h2 {
	font-size: 38pt;
}

.cat-info-wrapper {
	float: left;
	margin: 0 1em 0.5em 0;
}
.cat-info-container {
	position: relative;
	display: inline-block;
	padding: 0.4em 0.5em 0.1em 0.3em;
}
.cat-info-container.left {
	float: left;
	margin: 0 1em 0.5em 0;
}
.cat-info-container.right {
	float: right;
	margin: 0 0 0.5em 1em;
}
.cat-info {
	position: relative;
	max-width: 600px;
	font-size: 10pt;
	z-index: 10;
}
.cat-info .title {
	text-align: left;
}
.cat-info img {
	border: 1px solid #657B55;
}
.cat-info .available,
.cat-info .option,
.cat-info .reserved,
.cat-info .sold,
.cat-info .unsaleable {
	font-weight: bold;
}

.animals-container {
	text-align: justify;
}
.animals-container .cat-info-container {
	vertical-align: top;
	margin: 0.3em;
}

.litter-birthday {
	font-weight: bold;
	font-style: italic;
	text-align: center;
	margin: -0.3em 0 1em 0;
}
.kittens {
	text-align: center;
	margin-bottom: 1em;
}
.kitten {
	display: inline-block;
	margin-bottom: 1.5em;
}
.kitten img {
	border: 2px solid #657B55;
}
.kitten .name {
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.2em;
}
.kitten .title {
	font-family: "Times New Roman", serif;
}

.photos {
	text-align: center;
}
.photos .photo-item-container {
	background-color: white;
	border: 1px solid #0C2B18;
	display: inline-block;
	margin: 5px;
}
.photos .photo-item-container img {
	display: block;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.photos .photo-item-container iframe {
	display: block;
	max-width: 100%;
	max-height: 90%;
	vertical-align: bottom;
}
.photos .photo-item-container .photo-description {
	border-top: 1px solid #657B55;
	text-align: center;
	font-family: "Times New Roman", serif;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	padding: 0.3em 0;
}

.paginator {
	text-align: center;
}
.paginator a,
.paginator span {
	display: inline-block;
	border: 1px solid #657B55;
	border-radius: 3px;
	width: 29px;
	height: 29px;
	line-height: 29px;
}
.paginator a {
	background: #DCFFC4 url("images/ui-bg_highlight-soft_100_DCFFC4_1x100.png") 50% 50% repeat-x;
	color: #0C2B18;
	text-decoration: none;
}
.paginator a:hover {
	background: #657B55 url("images/ui-bg_highlight-hard_80_657B55_1x100.png") 50% 50% repeat-x;
	color: white;
}
.paginator span {
	background: #0C2B18 url("images/ui-bg_highlight-soft_50_0C2B18_1x100.png") 50% 50% repeat-x;
	border: 1px solid #0C2B18;
	color: white;
}

.articles-container {
	text-align: center;
}
.articles {
	display: inline-block;
}
.articles h3 {
	text-align: left;
}
.articles a {
	text-decoration: none;
}

.contact-container {
	text-align: center;
	margin-bottom: 2em;
}
.contact-container .contact {
	display: inline-block;
	line-height: 1.5;
}
.contact-container .contact .title {
	font-size: 12pt;
	text-transform: capitalize;
}

.banners {
	margin: 0.5em 0;
	text-align: right;
}
.banners > .banner {
	display: inline-block;
	margin-left: 0.5em;
	text-align: justify;
	vertical-align: middle;
}

#page-footer {
	background-color: #0C2B18;
	padding: 0 0 1em 0;
	margin: 0;
}
#page-footer-content {
	position: relative;
	color: white;
	font-size: small;
	text-align: center;
	min-height: 4em;
}
#page-footer-logo {
	position: absolute;
	background: url("images/logo-mini.png") left top no-repeat no-repeat;
	top: 0;
	left: 3em;
	bottom: 0;
	width: 93px;
	height: 80px;
	margin: auto;
}
#page-footer-info {
	display: inline-block;
}
#page-footer-social {
	position: absolute;
	top: 0;
	right: 3em;
	bottom: 0;
	height: 29px;
	margin: auto;
}
#page-footer-social a {
	margin-left: 0.8em;
}
.instagram-logo {
	display: inline-block;
	background: url("images/icon-social.png") 0 top no-repeat no-repeat;
	width: 29px;
	height: 29px;
}
.facebook-logo {
	display: inline-block;
	background: url("images/icon-social.png") -30px top no-repeat no-repeat;
	width: 29px;
	height: 29px;
}
#page-footer-copyright {
	color: #DCFFC4;
	text-align: center;
	font-size: small;
	margin-top: 1em;
}

#scrollUp {
	position: fixed;
	right: 0.5em;
	bottom: 0.5em;
	background-color: #DCFFC4;
	border: 1px solid #0C2B18;
	border-radius: 50%;
	padding: 0.5em;
	opacity: 0.7;
	cursor: pointer;
	z-index: 100;
}
#scrollUp > div {
	background: url("images/icon-scroll-up.png") no-repeat no-repeat center center;
	width: 24px;
	height: 24px;
}
#scrollUp:hover {
	opacity: 1;
}

@media all and (max-width: 2300px) {
	.animals-container { text-align: left; }
	.animals-container .cat-info-container { width: 23.3%; }
}
@media all and (max-width: 2120px) {
	.animals-container .cat-info-container { width: 31.5%; }
}
@media all and (max-width: 1919px) {
	#page-poster-center-left-cat { display: none; }
	#page-poster-center-right-cat { display: none; }
}
@media all and (max-width: 1580px) {
	.animals-container .cat-info-container { width: 47.5%; }
}
@media all and (max-width: 1376px) {
	#page-poster-center-cat { display: none; }
}
@media all and (max-width: 1064px) {
	.animals-container .cat-info-container { width: auto; }
}
@media all and (max-width: 822px) {
	.plan .wrapper { display: block; }
	.cat-info-wrapper {
		float: none;
		margin: 0;
	}
}
@media all and (max-width: 768px) {
	#page-poster-site-name { left: 0.5em; }
	#page-poster-site-name h1 { font-size: 40pt; }
}
@media all and (max-width: 760px) {
	#page-top-info-left { display: none; }
	#page-top-info-right { display: none; }
	#page-footer-logo { margin-top: -10px; }
	#page-footer-info { margin-top: 80px; }
	#page-footer-social { margin-top: 15px; }
}
@media all and (max-width: 656px) {
	#page-poster-site-name h1 { text-shadow: 0 0 12px black; }
}
@media all and (max-width: 472px) {
	#page-poster-left-cat { display: none; }
}
@media all and (max-width: 440px) {
	.cat-info,
	.cat-info thead,
	.cat-info tbody,
	.cat-info tr,
	.cat-info td {
		display: block;
	}
	.cat-info .title {
		text-align: center;
	}
	.cat-info-container .decor-tr { display: none; }
	.cat-info-container.left,
	.cat-info-container.right {
		margin-left: 0;
		margin-right: 0;
	}
	.animals-container .cat-info-container { display: block; }
}
