@font-face {
	font-family: "Good Vibes Pro";
	src: url('good-vibes-pro.eot');
	src: url('good-vibes-pro.eot?#iefix') format('embedded-opentype'),
	url('good-vibes-pro.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

html, body {
	margin: 0;
	min-width: 320px;
}

body {
	background-color: #410417;
	color: #FFCC66;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 14pt;
}

h1, h2, h3 {
	font-style: italic;
	text-align: center;
	margin: 0.5em 0 0.75em 0;
}
h1 { font-size: 18pt; }
h2 { font-size: 16pt; }
h3 { font-size: 14.5pt; }

p {
	text-align: justify;
	text-indent: 1.5em;
}

a {
	color: inherit;
}

img {
	border: 1px solid #FBCC0E;
}

.ui-button {
	font-style: normal;
}

.hint {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: inherit;
	cursor: help;
}

#page-poster {
	position: relative;
	background-color: #24030C;
	color: #FBCC0E;
	padding: 0 0.5em;
}
#page-poster > img {
	display: block;
	border: none;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
#page-poster-site-name h1 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	font-family: "Good Vibes Pro", cursive;
	font-style: normal;
	font-weight: normal;
	font-size: 40pt;
	color: #FBCC0E;
	line-height: 1.0;
	text-align: center;
	margin: 0;
	padding-bottom: 0.3em;
}
#page-top-info {
	position: absolute;
	top: 1.65em;
	right: 1em;
	text-align: right;
	z-index: 3;
}
#page-top-info a,
#page-footer-info a {
	text-decoration: none;
}
#page-top-info a:hover,
#page-footer-info a:hover {
	text-shadow: 0 0 6px #FBCC0E;
}

.lc-bar {
	position: absolute;
	top: 0.5em;
	left: 0.5em;
	z-index: 2;
}
.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 #FBCC0E;
}

#page-top {
	background-color: #24030C;
	padding-top: 4px;
	overflow: hidden;
}
#nav-container {
	border-top: 1px solid #030303;
	box-shadow: 0 -1px 3px #030303;
	background-color: #21010A;
}
#nav-container.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	box-shadow: none;
	z-index: 102;
}

#menu-container {
	padding: 0;
	margin: 0;
	text-align: right;
	white-space: nowrap;
	overflow: hidden;
}
#menu-container-fixed {
	position: fixed;
	top: 39px;
	right: 5px;
	background-color: #21010A;
	border: 1px solid #340312;
	border-top: none;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.75);
	text-align: left;
	white-space: normal;
	overflow: auto;
	max-height: 85%;
	padding: 0;
	margin: 0;
	z-index: 103;
}
#menu-container-fixed .decor {
	display: none;
}
#menu-container-fixed .menu a:hover {
	background-color: #340312;
	text-shadow: 0 0 6px #FBCC0E;
}
.menu {
	display: inline-block;
	font-size: 110%;
	padding: 0;
}
.menu a, .menu span {
	display: inline-block;
	cursor: pointer;
	color: #FFCC66;
	text-decoration: none;
	white-space: nowrap;
	padding: 3px 0.5em;
	margin: 0 0.2em;
}
.menu a .decor, .menu span .decor {
	background: none;
	width: 15px;
	height: 14px;
	margin: 0 auto;
}
#menu-container-fixed .menu a,
#menu-container-fixed .menu span {
	display: block;
	margin: 0.2em;
}
.menu a:hover .decor {
	background: url("images/icon-menu.png") 0 top no-repeat no-repeat;
}
.menu span.active {
	background-color: #410417;
	color: #FBCC0E;
}
.menu span.active .decor {
	background: url("images/icon-menu.png") -16px top no-repeat no-repeat;
}
#menu-button {
	float: right;
	padding: 11px 1em 0 0;
}
#menu-button .menu-button {
	display: inline-block;
	background: url("images/icon-menu.png") 0 top no-repeat no-repeat;
	width: 15px;
	height: 22px;
}
#menu-button .menu-button:hover {
	background: url("images/icon-menu.png") -16px top no-repeat no-repeat;
}
#menu-button.open .menu-button {
	background: url("images/icon-menu.png") -32px top no-repeat no-repeat;
}
#menu-button.open .menu-button:hover {
	background: url("images/icon-menu.png") -48px top no-repeat no-repeat;
}
#menu-bg-cover {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: white;
	opacity: 0.2;
	z-index: 101;
}

.title {
	color: #FBCC0E;
	font-style: italic;
	font-size: 17pt;
	text-align: center;
}

.available {
	color: #FBCC0E;
}
.option {
	color: #FFCC66;
}
.reserved {
	color: orangered;
}
.sold {
	color: red;
}
.unsaleable {
	color: white;
}

.content-wrapper {
	position: relative;
	border-left: 1px solid #FBCC0E;
	border-right: 1px solid #FBCC0E;
	max-width: 100%;
	min-height: 85px;
	padding: 0.7em 1em;
}
.frame-tl {
	position: absolute;
	top: -10px;
	left: -8px;
	background: url("images/frame-tl.png") left top no-repeat no-repeat;
	width: 110px;
	height: 56px;
	z-index: 1;
}
.frame-tr {
	position: absolute;
	top: -10px;
	right: -8px;
	background: url("images/frame-tr.png") right top no-repeat no-repeat;
	width: 110px;
	height: 56px;
	z-index: 1;
}
.frame-bl {
	position: absolute;
	left: -8px;
	bottom: -10px;
	background: url("images/frame-bl.png") left bottom no-repeat no-repeat;
	width: 110px;
	height: 56px;
	z-index: 1;
}
.frame-br {
	position: absolute;
	right: -8px;
	bottom: -10px;
	background: url("images/frame-br.png") right bottom no-repeat no-repeat;
	width: 110px;
	height: 56px;
	z-index: 1;
}

.no-content {
	color: gray;
	text-align: center;
	font-size: large;
	font-weight: bold;
	font-style: italic;
}
.content {
	padding: 10px 1em;
	max-width: 100%;
	overflow: auto;
}

.static-content {
	position: relative;
	font-size: 93%;
	z-index: 2;
}
.static-content h1,
.static-content h2,
.static-content h3 {
	margin: 0.2em 0 0.5em 0;
}
.static-content h1 { font-size: 17pt; }
.static-content h2 { font-size: 15pt; }
.static-content h3 { font-size: 13.5pt; }
.static-content img {
	max-width: 100%;
	height: auto;
}
.static-content iframe {
	max-width: 100%;
	max-height: 90%;
}

.separator {
	clear: both;
	font-style: normal;
	font-size: unset;
	font-weight: normal;
	text-align: left;
	margin: 1em 0;
}
.separator:last-child { display: none; }

.slider {
	box-sizing: border-box;
	width: 768px;
	height: 256px;
	max-width: 100%;
	overflow: hidden;
	margin: 0 auto;
	border: 1px solid #FBCC0E;
}
.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;
	border: none;
	width: auto;
	height: 256px;
}

.paginator {
	font-size: 12pt;
	text-align: center;
	margin: 0.7em 0;
}
.paginator a,
.paginator span {
	display: inline-block;
	border: 1px solid #FBCC0E;
	color: black;
	cursor: pointer;
	padding: 0.4em 1em;
	margin-right: 0.1em;
}
.paginator a {
	background: #FFCC66 url("images/ui-bg_highlight-hard_100_FFCC66_1x100.png") 50% 50% repeat-x;
	text-decoration: none;
}
.paginator a:hover {
	background: #FBCC0E url("images/ui-bg_highlight-hard_100_FBCC0E_1x100.png") 50% 50% repeat-x;
}
.paginator span {
	background: #FBCC0E url("images/ui-bg_inset-hard_100_FBCC0E_1x100.png") 50% 50% repeat-x;
}

.news {
	position: relative;
	border-left: 1px solid #FBCC0E;
	border-right: 1px solid #FBCC0E;
	max-width: 100%;
	min-height: 85px;
	padding: 1em 1em 2em 1em;
}
.news .date {
	font-size: large;
	text-align: center;
	padding-bottom: 0.5em;
}
.news .text {
	position: relative;
	font-size: 93%;
	z-index: 10;
}
.news .text h1,
.news .text h2,
.news .text h3 {
	margin: 0.3em 0 0.5em 0;
}
.news .text h1 { font-size: 17pt; }
.news .text h2 { font-size: 15pt; }
.news .text h3 { font-size: 13.5pt; }
.news .text img {
	max-width: 100%;
	height: auto;
}
.news .text iframe {
	max-width: 100%;
	max-height: 90%;
}
.news .link {
	position: absolute;
	display: inline-block;
	background: url("images/ui-icons_FFCC66_256x240.png") -32px -80px no-repeat;
	right: 18px;
	bottom: 18px;
	width: 16px;
	height: 16px;
	overflow: hidden;
	z-index: 15;
}

.litters {
	padding-top: 1em;
}
.litter {
	text-align: center;
	margin-bottom: 1em;
}
.litter .parents {
	display: inline-block;
}
.litter .item {
	display: inline-block;
	vertical-align: top;
	margin: 0 4em 1em 4em;
}
.litter .item.info {
	position: relative;
	width: 258px;
	height: 257px;
	max-width: 100%;
	border-left: 1px solid #FBCC0E;
	border-right: 1px solid #FBCC0E;
}
.litter .item h3 {
	position: relative;
	font-weight: normal;
	font-size: 19pt;
	color: #FBCC0E;
	z-index: 2;
}
.litter .item.info .title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 1em;
	color: #FFCC66;
	z-index: 2;
}
.litter .item .title a {
	text-decoration: none;
}
.litter .item .info span {
	display: inline-block;
	font-style: italic;
	font-size: 11pt;
	margin-bottom: 0.7em;
}

.litter-birthday {
	font-size: 80%;
	text-align: center;
	margin-top: -0.7em;
	margin-bottom: 1em;
}
.litter-parents {
	background: url("images/mating.jpg") center center no-repeat no-repeat;
}
.kittens {
	text-align: center;
	margin-top: 1em;
}
.kitten {
	display: inline-block;
	margin: 0 1% 1.5em 1%;
}
.kitten .title {
	margin-bottom: 0.2em;
}
.kitten .status {
	font-size: 16pt;
}

.cat-info-wrapper {
	text-align: center;
}
.cat-info-wrapper .description {
	display: inline-block;
	max-width: 600px;
	text-align: left;
}
.cat-info-container {
	position: relative;
	display: inline-block;
	border-left: 1px solid #FBCC0E;
	border-right: 1px solid #FBCC0E;
	text-align: left;
	padding: 0.7em 1em;
}
.cat-info-container.left {
	float: left;
	margin: 0 15px 25px 0;
}
.cat-info-container.right {
	float: right;
	margin: 0 0 25px 15px;
}
.cat-info {
	position: relative;
	max-width: 600px;
	font-size: 10pt;
	font-style: italic;
	z-index: 2;
}
.cat-info .title {
	font-style: normal;
}
.cat-info img {
	display: block;
}
.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: 15px;
}

.photos {
	text-align: center;
}
.photos .photo-item-container {
	background-color: #340312;
	border: 1px solid #FBCC0E;
	display: inline-block;
	vertical-align: top;
	margin: 5px;
}
.photos .photo-item-container img {
	display: block;
	border: none;
	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 #FFCC66;
	color: #FBCC0E;
	font-size: 12pt;
	text-align: center;
	padding: 0.3em 0;
}

.plan {
	text-align: center;
	margin-bottom: 2em;
}
.plan .wrapper {
	display: inline-block;
	margin-bottom: 1em;
}
.plan > .wrapper {
	border-bottom: 1px solid #FBCC0E;
	padding-bottom: 2em;
}
.plan:last-child > .wrapper {
	border: none;
	padding-bottom: 0;
}
.plan .item {
	display: inline-block;
	width: 256px;
	vertical-align: middle;
	margin: 0.3em;
}
.plan .info {
	display: inline-block;
	vertical-align: middle;
	padding: 0 0.3em;
	margin: 0.3em;
}
.plan .info h3 {
	margin: 0;
}
.plan .info .decor {
	background: url("images/mating.jpg") center center no-repeat no-repeat;
	width: 157px;
	height: 133px;
}

.articles-container {
	text-align: center;
}
.articles {
	display: inline-block;
}
.articles h3 {
	text-align: left;
}
.articles a {
	text-decoration: none;
}
.articles a:before {
	content: '';
	display: inline-block;
	background: url("images/icon-menu.png") 0 top no-repeat no-repeat;
	width: 15px;
	height: 14px;
	margin-right: 0.5em;
}
.articles a:hover {
	color: #FBCC0E;
}
.articles a:hover:before {
	background: url("images/icon-menu.png") -16px top no-repeat no-repeat;
}

.contact-container {
	text-align: center;
	margin-bottom: 2em;
}
.contact-container .contact {
	display: inline-block;
	text-align: left;
	line-height: 1.5;
}
.contact-container .contact .title {
	text-transform: capitalize;
}

.banners {
	margin: 0.5em 0 -1em 0;
	text-align: right;
}
.banners > .banner {
	display: inline-block;
	margin-left: 0.5em;
	text-align: justify;
	vertical-align: middle;
}
.banners > .banner img {
	border: none;
}

#page-footer {
	background-color: #340312;
	border-top: 1px solid #030303;
	box-shadow: 0 -1px 2px rgba(3, 3, 3, 0.5);
	color: #FFCC66;
	text-align: center;
	margin-top: 0.7em;
	padding: 1em 0.5em 0.5em 0.5em;
}
#page-footer a {
	text-decoration: none;
}
#page-footer-social {
	height: 31px;
	margin-bottom: 0.7em;
}
#page-footer-social a {
	margin: 0 5px;
}
.facebook-logo {
	display: inline-block;
	background: url("images/icon-social.png") 0 top no-repeat no-repeat;
	width: 30px;
	height: 31px;
}
.instagram-logo {
	display: inline-block;
	background: url("images/icon-social.png") -30px top no-repeat no-repeat;
	width: 30px;
	height: 31px;
}
#page-footer-info {
	font-size: 11pt;
	margin-bottom: 0.7em;
}
#page-footer-site-name {
	font-family: "Good Vibes Pro", cursive;
	font-size: 26pt;
	line-height: 1.0;
	color: #FBCC0E;
	margin-bottom: 0.5em;
}
#page-footer-copyright {
	font-size: 11px;
	color: #FBCC0E;
}

#scrollUp {
	position: fixed;
	right: 0.5em;
	bottom: 0.5em;
	background-color: #410417;
	border: 1px solid #FFCC66;
	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: 2360px) {
	.animals-container { text-align: left; }
	.animals-container .cat-info-container { width: 21.5%; }
}
@media all and (max-width: 2150px) {
	.animals-container .cat-info-container { width: 29%; }
}
@media all and (max-width: 1740px) {
	.animals-container .cat-info-container { width: 43.5%; }
}
@media all and (max-width: 1500px) {
	.litter-parents .cat-info,
	.litter-parents .cat-info thead,
	.litter-parents .cat-info tbody,
	.litter-parents .cat-info tr,
	.litter-parents .cat-info td {
		display: block;
	}
}
@media all and (max-width: 1320px) {
	.litter .item { margin-left: 2em; margin-right: 2em; }
}
@media all and (max-width: 1280px) {
	#page-poster-site-name h1 { font-size: 36pt; }
}
@media all and (max-width: 1165px) {
	.animals-container .cat-info-container {
		width: auto;
		margin: 15px 0;
	}
}
@media all and (max-width: 1100px) {
	#page-poster-site-name h1 { font-size: 32pt; }
	.litter .item { margin-left: 0; margin-right: 1em; }
}
@media all and (max-width: 1050px) {
	#page-poster-site-name h1 { font-size: 28pt; }
	#page-top-info { font-size: 12pt; }
}
@media all and (max-width: 880px) {
	#page-poster-site-name h1 { font-size: 24pt; }
	#page-top-info { font-size: 10pt; }
}
@media all and (max-width: 820px) {
	.litter-parents { background: none; }
}
@media all and (max-width: 800px) {
	#page-top-info { font-size: 9pt; }
}
@media all and (max-width: 780px) {
	.plan .wrapper { display: block; }
}
@media all and (max-width: 760px) {
	#page-poster-site-name h1 { font-size: 20pt; }
}
@media all and (max-width: 650px) {
	#page-poster-site-name h1 {
		position: static;
		line-height: normal;
		margin-top: -1em;
	}
}
@media all and (max-width: 560px) {
	.lc-bar {
		position: relative;
		top: 0;
		left: 0;
	}
	#page-top-info {
		position: relative;
		margin: -2em 0.5em -2em 0;
	}
}
@media all and (max-width: 440px) {
	#page-top-info { margin-bottom: -0.3em; }
	.cat-info,
	.cat-info thead,
	.cat-info tbody,
	.cat-info tr,
	.cat-info td {
		display: block;
	}
	.cat-info img {
		max-width: 100%;
		height: auto;
	}
	.animals-container .cat-info-container {
		display: block;
		margin-bottom: 25px;
	}
	.cat-info-container.left,
	.cat-info-container.right {
		margin-left: 0;
		margin-right: 0;
	}
	.litter .item { margin-right: 0; }
}
