@font-face {
	font-family: "Century Gothic";
	src: url('CenturyGothic.eot');
	src: url('CenturyGothic.eot?#iefix') format('embedded-opentype'),
	url('CenturyGothic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Century Gothic";
	src: url('CenturyGothic-Bold.eot');
	src: url('CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),
	url('CenturyGothic-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: "Century Gothic";
	src: url('CenturyGothic-BoldItalic.eot');
	src: url('CenturyGothic-BoldItalic.eot?#iefix') format('embedded-opentype'),
	url('CenturyGothic-BoldItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}
@font-face {
	font-family: "Century Gothic";
	src: url('CenturyGothic-Italic.eot');
	src: url('CenturyGothic-Italic.eot?#iefix') format('embedded-opentype'),
	url('CenturyGothic-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: "Ribbon 131";
	src: url('ribbon131.eot');
	src: url('ribbon131.eot?#iefix') format('embedded-opentype'),
	url('ribbon131.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

html, body {
	margin: 0;
	min-width: 320px;
}

body {
	background-color: #F2EFF6;
	color: black;
	font-family: Arial, Tahoma, sans-serif;
}

h1, h2, h3 {
	font-family: "Century Gothic", Arial, Tahoma, sans-serif;
	color: #591E72;
	font-weight: normal;
	text-align: center;
	margin: 0.3em 0 0.5em 0;
}

p {
	text-align: justify;
	margin: 1em 0;
}

a {
	color: inherit;
}

img {
	border: 1px solid #591E72;
}

.ui-button:hover {
	text-shadow: 1px 1px 1px rgba(89, 30, 114, 0.75);
}
.ui-button:active {
	text-shadow: 1px 1px 1px rgba(89, 30, 114, 0.75);
}

.hint {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: inherit;
	cursor: help;
}

#page-poster {
	position: relative;
	background-color: #F9FEFA;
	color: #591E72;
	padding: 0.5em;
}
#page-poster-site-name h1 {
	font-family: "Ribbon 131", cursive;
	font-size: 30pt;
	line-height: 1.0;
	text-align: left;
	padding-left: 0.3em;
	margin: 0.3em 0;
}
#page-top-info {
	position: absolute;
	top: 1.65em;
	right: 1em;
	font-family: "Century Gothic", Arial, Tahoma, sans-serif;
	font-size: 10pt;
	text-align: right;
	z-index: 3;
}

.lc-bar {
	position: relative;
	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 #591E72;
}

#page-top {
	padding-top: 3px;
	overflow: hidden;
}
#nav-container {
	border-top: 1px solid #B7A2C3;
	box-shadow: 0 -1px 2px rgba(89, 30, 114, 0.5);
	background-color: #591E72;
}
#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: #591E72;
	border: 1px solid #B7A2C3;
	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: #B7A2C3;
}
.menu {
	display: inline-block;
	font-family: "Century Gothic", Arial, Tahoma, sans-serif;
	font-size: 110%;
	padding: 0;
}
.menu a, .menu span {
	display: inline-block;
	cursor: pointer;
	color: white;
	text-decoration: none;
	white-space: nowrap;
	padding: 3px 0.5em;
	margin: 0 0.2em;
}
.menu a .decor, .menu span .decor {
	background: none;
	width: 24px;
	height: 19px;
	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: #F2EFF6;
	color: #591E72;
}
.menu span.active .decor {
	background: url("images/icon-menu.png") -96px top no-repeat no-repeat;
}
#menu-button {
	float: right;
	padding: 6px 1em 0 0;
}
#menu-button .menu-button {
	display: inline-block;
	background: url("images/icon-menu.png") 0 top no-repeat no-repeat;
	width: 24px;
	height: 32px;
}
#menu-button .menu-button:hover {
	background: url("images/icon-menu.png") -24px top no-repeat no-repeat;
}
#menu-button.open .menu-button {
	background: url("images/icon-menu.png") -48px top no-repeat no-repeat;
}
#menu-button.open .menu-button:hover {
	background: url("images/icon-menu.png") -72px top no-repeat no-repeat;
}
#menu-bg-cover {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: black;
	opacity: 0.2;
	z-index: 101;
}

.title {
	color: #591E72;
	font-family: "Ribbon 131", cursive;
	font-size: 26pt;
	text-align: center;
}

.available {
	color: #009933;
}
.option {
	color: #FF6600;
}
.reserved {
	color: orangered;
}
.sold {
	color: red;
}
.unsaleable {
	color: #591E72;
}

.content-wrapper {
	position: relative;
	border-top: 1px solid #591E72;
	border-bottom: 1px solid #591E72;
	max-width: 100%;
	min-height: 135px;
	padding: 1em;
}
.frame-tl {
	position: absolute;
	top: -1px;
	left: 0;
	background: url("images/frame-tl.png") left top no-repeat no-repeat;
	width: 88px;
	height: 82px;
	z-index: 1;
}
.frame-tr {
	position: absolute;
	top: -1px;
	right: 0;
	background: url("images/frame-tr.png") right top no-repeat no-repeat;
	width: 88px;
	height: 82px;
	z-index: 1;
}
.frame-bl {
	position: absolute;
	left: 0;
	bottom: -1px;
	background: url("images/frame-bl.png") left bottom no-repeat no-repeat;
	width: 88px;
	height: 82px;
	z-index: 1;
}
.frame-br {
	position: absolute;
	right: 0;
	bottom: -1px;
	background: url("images/frame-br.png") right bottom no-repeat no-repeat;
	width: 88px;
	height: 82px;
	z-index: 1;
}

.no-content {
	color: gray;
	text-align: center;
	font-size: large;
	font-weight: bold;
	font-style: italic;
}
.content {
	padding: 1em;
	max-width: 100%;
	overflow: auto;
}

.static-content {
	position: relative;
	font-size: 95%;
	z-index: 2;
}
.static-content h1,
.static-content h2,
.static-content h3 {
	font-family: Arial, Tahoma, sans-serif;
	color: black;
	margin: 0.2em 0 0.5em 0;
}
.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 #591E72;
}
.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: 10.8pt;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	margin: 0.7em 0;
}
.paginator a,
.paginator span {
	display: inline-block;
	border: 1px solid #591E72;
	border-radius: 8px;
	cursor: pointer;
	padding: 0.4em 1em;
	margin-right: 0.1em;
}
.paginator a {
	background: #E9C5FE url("images/ui-bg_inset-hard_100_E9C5FE_1x100.png") 50% 50% repeat-x;
	color: #591E72;
	text-decoration: none;
}
.paginator a:hover {
	background: #D09BEB url("images/ui-bg_inset-hard_100_D09BEB_1x100.png") 50% 50% repeat-x;
	text-shadow: 1px 1px 1px rgba(89, 30, 114, 0.75);
	color: #38094F;
}
.paginator span {
	background: #893DA9 url("images/ui-bg_inset-soft_75_893DA9_1x100.png") 50% 50% repeat-x;
	text-shadow: 1px 1px 1px rgba(89, 30, 114, 0.75);
	color: white;
}

.news {
	position: relative;
	border-top: 1px solid #591E72;
	border-bottom: 1px solid #591E72;
	max-width: 100%;
	min-height: 132px;
	padding: 1em 1em 2em 1em;
}
.news .date {
	font-family: "Century Gothic", Arial, Tahoma, sans-serif;
	font-size: large;
	text-align: center;
	padding-bottom: 0.5em;
}
.news .text {
	position: relative;
	font-size: 95%;
	z-index: 10;
}
.news .text h1,
.news .text h2,
.news .text h3 {
	font-family: Arial, Tahoma, sans-serif;
	color: black;
	margin: 0.2em 0 0.5em 0;
}
.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_38094F_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-top: 1px solid #591E72;
	border-bottom: 1px solid #591E72;
}
.litter .item h3 {
	position: relative;
	font-family: "Ribbon 131", cursive;
	font-size: 26pt;
	z-index: 2;
}
.litter .item.info .title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0.3em;
	z-index: 2;
}
.litter .item .title a {
	text-decoration: none;
}
.litter .item .info span {
	display: inline-block;
	font-style: italic;
	margin-bottom: 0.7em;
}
.litter .item img {
	border-radius: 10px;
}

.litter-birthday {
	color: #591E72;
	font-size: 95%;
	text-align: center;
	margin-top: -0.7em;
	margin-bottom: 1em;
}
.litter-parents {
	background: url("images/mating.png") center center no-repeat no-repeat;
	padding-bottom: 1em;
}
.kittens {
	text-align: center;
	margin-top: 1em;
}
.kitten {
	display: inline-block;
	margin: 0 1% 1.5em 1%;
}
.kitten .title {
	margin-bottom: 0.2em;
}
.kitten img {
	border-radius: 10px;
}
.kitten .status {
	font-family: "Century Gothic", Arial, Tahoma, sans-serif;
	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-top: 1px solid #591E72;
	border-bottom: 1px solid #591E72;
	text-align: left;
	padding: 1.3em 1em;
}
.cat-info-container.left {
	float: left;
	padding-top: 0.3em;
	margin: 0 1em 0.5em 0;
}
.cat-info-container.right {
	float: right;
	padding-top: 0.3em;
	margin: 0 0 0.5em 1em;
}
.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;
	border-radius: 10px;
}
.cat-info .available,
.cat-info .option,
.cat-info .reserved,
.cat-info .sold {
	font-weight: bold;
}

.animals-container {
	text-align: justify;
}
.animals-container .cat-info-container {
	vertical-align: top;
	padding-top: 0.3em;
	margin: 0.3em;
}

.photos {
	text-align: center;
}
.photos .photo-item-container {
	background-color: #591E72;
	border: 1px solid #591E72;
	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 #B7A2C3;
	color: white;
	text-align: center;
	font-style: italic;
	padding: 0.3em 0;
}

.plan {
	text-align: center;
	margin-bottom: 2em;
}
.plan .wrapper {
	display: inline-block;
}
.plan > .wrapper {
	border-bottom: 1px solid #591E72;
	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 .item img {
	border-radius: 10px;
}
.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.png") center center no-repeat no-repeat;
	width: 157px;
	height: 99px;
}

.articles-container {
	text-align: center;
}
.articles {
	display: inline-block;
}
.articles h3 {
	text-align: left;
	color: black;
}
.articles a {
	text-decoration: none;
}

.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 {
	color: black;
	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: #591E72;
	box-shadow: 0 -1px 5px rgba(89, 30, 114, 0.75);
	color: white;
	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: 1em;
}
#page-footer-social a {
	margin: 0 2px;
}
.facebook-logo {
	display: inline-block;
	background: url("images/icon-social.png") 0 top no-repeat no-repeat;
	width: 30px;
	height: 31px;
}
.ok-logo {
	display: inline-block;
	background: url("images/icon-social.png") -31px top no-repeat no-repeat;
	width: 30px;
	height: 31px;
}
.instagram-logo {
	display: inline-block;
	background: url("images/icon-social.png") -62px top no-repeat no-repeat;
	width: 30px;
	height: 31px;
}
#page-footer-info {
	font-family: "Century Gothic", Arial, Tahoma, sans-serif;
	font-size: 10pt;
	margin-bottom: 0.5em;
}
#page-footer-site-name {
	font-family: "Ribbon 131", cursive;
	font-size: 23pt;
	margin-bottom: 0.5em;
}
#page-footer-copyright {
	font-size: 11px;
	color: black;
}

#scrollUp {
	position: fixed;
	right: 0.5em;
	bottom: 0.5em;
	background-color: #F2EFF6;
	border: 1px solid #591E72;
	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: 2420px) {
	.animals-container { text-align: left; }
	.animals-container .cat-info-container { width: 22.5%; }
}
@media all and (max-width: 2080px) {
	.animals-container .cat-info-container { width: 30.3%; }
}
@media all and (max-width: 1560px) {
	.animals-container .cat-info-container { width: 45.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: 1100px) {
	.litter .item { margin-left: 0; margin-right: 1em; }
}
@media all and (max-width: 1050px) {
	.animals-container .cat-info-container { width: auto; }
}
@media all and (max-width: 800px) {
	.litter-parents { background: none; }
}
@media all and (max-width: 768px) {
	.plan .wrapper { display: block; }
}
@media all and (max-width: 760px) {
	#page-poster-site-name h1 {
		padding-left: 0;
		text-align: center;
	}
	#page-top-info {
		position: static;
		margin-right: 0.5em;
	}
}
@media all and (max-width: 520px) {
	#page-poster-site-name h1 { font-size: 26pt; }
	#page-top-info { font-size: 9pt; }
}
@media all and (max-width: 440px) {
	.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; }
	.cat-info-container.left,
	.cat-info-container.right {
		margin-left: 0;
		margin-right: 0;
	}
	.litter .item { margin-right: 0; }
}
