@font-face {
	font-family: Kurale;
	src: url('Kurale.eot');
	src: url('Kurale.eot?#iefix') format('embedded-opentype'),
	url('Kurale.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

html, body {
	margin: 0;
	min-width: 320px;
}

body {
	background-color: #FBEFC8;
	color: #301609;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

h1, h2, h3 {
	font-family: Kurale, Arial, Helvetica, sans-serif;
	color: #FE5500;
	line-height: 1.0;
	text-align: center;
	margin: 0.5em 0 0.75em 0;
}
h1 { font-size: 24pt; }
h2 { font-size: 20pt; }
h3 { font-size: 18pt; }

p {
	text-align: justify;
	text-indent: 1.5em;
}

a {
	color: inherit;
}

img {
	border: 1px solid #41130C;
}

.ui-button {
	font-style: normal;
	padding: 0.4em 0.9em;
}
.ui-button:hover {
	text-shadow: 0 0 4px white;
}

.hint {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: inherit;
	cursor: help;
}

#page-poster {
	position: relative;
	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: Kurale, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 60pt;
	color: #301609;
	line-height: 1.0;
	text-align: center;
	text-shadow: 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white;
	margin: 0;
	padding-bottom: 0.5em;
}
#page-top-info {
	position: absolute;
	top: 1.65em;
	right: 1em;
	font-size: 18pt;
	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 4px white;
}

.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 #41130C;
}

#page-top {
	padding-top: 4px;
	overflow: hidden;
}
#nav-container {
	border-top: 1px solid #41130C;
	box-shadow: 0 -1px 3px #41130C;
	background-color: #41130C;
}
#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: #41130C;
	border: 1px solid #785739;
	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 {
	text-shadow: 0 0 4px white;
}
.menu {
	display: inline-block;
	font-size: 130%;
	padding: 0;
}
.menu a, .menu span {
	display: inline-block;
	cursor: pointer;
	font-family: Kurale, Arial, Helvetica, sans-serif;
	color: #F9EEC6;
	text-decoration: none;
	white-space: nowrap;
	padding: 3px 0.5em;
	margin: 0 0.2em;
}
.menu a .decor, .menu span .decor {
	background: none;
	width: 26px;
	height: 22px;
	margin: 0 auto -0.3em 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: #FBEFC8;
	color: #FE5500;
}
.menu span.active .decor {
	background: url("images/icon-menu.png") -26px top no-repeat no-repeat;
}
#menu-button {
	float: right;
	padding: 6px 1em 6px 0;
}
#menu-button .menu-button {
	display: inline-block;
	background: url("images/icon-menu.png") 0 top no-repeat no-repeat;
	width: 26px;
	height: 37px;
}
#menu-button .menu-button:hover {
	background: url("images/icon-menu.png") -26px top no-repeat no-repeat;
}
#menu-button.open .menu-button {
	background: url("images/icon-menu.png") -52px top no-repeat no-repeat;
}
#menu-button.open .menu-button:hover {
	background: url("images/icon-menu.png") -78px top no-repeat no-repeat;
}
#menu-bg-cover {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: black;
	opacity: 0.5;
	z-index: 101;
}

.title {
	color: #FE5500;
	font-style: italic;
	font-size: 16pt;
	text-align: center;
}

.available {
	color: #006633;
}
.option {
	color: #CC6633;
}
.reserved {
	color: #FE5500;
}
.sold {
	color: red;
}
.unsaleable {
	color: #301609;
}

.content-wrapper {
	position: relative;
	border: 10px double #785739;
	max-width: 100%;
	min-height: 90px;
	padding: 24px;
}
.frame-tl {
	position: absolute;
	top: -16px;
	left: -18px;
	background: url("images/frame-tl.png") left top no-repeat no-repeat;
	width: 76px;
	height: 73px;
	z-index: 1;
}
.frame-tr {
	position: absolute;
	top: -16px;
	right: -18px;
	background: url("images/frame-tr.png") right top no-repeat no-repeat;
	width: 76px;
	height: 73px;
	z-index: 1;
}
.frame-bl {
	position: absolute;
	left: -16px;
	bottom: -18px;
	background: url("images/frame-bl.png") left bottom no-repeat no-repeat;
	width: 73px;
	height: 76px;
	z-index: 1;
}
.frame-br {
	position: absolute;
	right: -16px;
	bottom: -18px;
	background: url("images/frame-br.png") right bottom no-repeat no-repeat;
	width: 73px;
	height: 76px;
	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;
	z-index: 2;
}
.static-content h1,
.static-content h2,
.static-content h3 {
	margin: 0.2em 0 0.5em 0;
}
.static-content h1 { font-size: 22pt; }
.static-content h2 { font-size: 19pt; }
.static-content h3 { font-size: 17pt; }
.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: 1.5em 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 #41130C;
}
.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: 11pt;
	text-align: center;
	margin: 0.7em 0;
}
.paginator a,
.paginator span {
	display: inline-block;
	border: 1px solid #41130C;
	border-radius: 20px;
	color: black;
	cursor: pointer;
	padding: 0.4em 0.9em;
	margin-right: 0.1em;
}
.paginator a {
	background: #9A8066 url("images/ui-bg_inset-hard_100_9A8066_1x100.png") 50% 50% repeat-x;
	text-decoration: none;
}
.paginator a:hover {
	background: #9A8066 url("images/ui-bg_inset-hard_100_9A8066_1x100.png") 50% 50% repeat-x;
	color: #41130C;
	text-shadow: 0 0 4px white;
}
.paginator span {
	background: #C24D14 url("images/ui-bg_inset-hard_100_C24D14_1x100.png") 50% 50% repeat-x;
	color: #FBEFC8;
}
.paginator span:hover {
	text-shadow: 0 0 4px white;
}

.news {
	position: relative;
	border: 10px double #785739;
	max-width: 100%;
	min-height: 90px;
	padding: 24px 24px;
}
.news .date {
	font-size: large;
	text-align: center;
	padding-bottom: 0.5em;
	margin-top: -10px;
}
.news .text {
	position: relative;
	z-index: 10;
}
.news .text h1,
.news .text h2,
.news .text h3 {
	margin: 0.2em 0 0.5em 0;
}
.news .text h1 { font-size: 22pt; }
.news .text h2 { font-size: 19pt; }
.news .text h3 { font-size: 17pt; }
.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_41130C_256x240.png") -32px -80px no-repeat;
	right: 24px;
	bottom: 24px;
	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 img {
	border-radius: 20px;
}
.litter .item.info {
	position: relative;
	width: 248px;
	height: 247px;
	max-width: 100%;
	border: 10px double #785739;
}
.litter .item h3 {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
	font-size: 18pt;
	z-index: 2;
}
.litter .item.info .title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 1em;
	color: #301609;
	z-index: 2;
}
.litter .item .title a {
	text-decoration: none;
}
.litter .item .title a.available {
	color: #FE5500;
}
.litter .item .info span {
	display: inline-block;
	font-style: italic;
	margin-bottom: 0.5em;
}

.litter-birthday {
	font-weight: bold;
	text-align: center;
	margin-top: -0.7em;
	margin-bottom: 1em;
}
.litter-parents {
	background: url("images/mating.jpg") center center no-repeat no-repeat;
}
.litter-parents .cat-info-container {
	padding-top: 0;
}
.kittens {
	text-align: center;
	margin-top: 1em;
}
.kitten {
	display: inline-block;
	margin: 0 1% 1.5em 1%;
}
.kitten .title {
	color: #301609;
	font-size: 18pt;
	font-style: italic;
	margin-bottom: 0.2em;
}
.kitten img {
	border-radius: 20px;
}
.kitten .status {
	font-size: 15pt;
}

.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: 10px double #785739;
	text-align: left;
	padding: 24px;
}
.cat-info-container.left {
	float: left;
	margin: 0 12px 22px 0;
}
.cat-info-container.right {
	float: right;
	margin: 0 0 22px 12px;
}
.cat-info {
	position: relative;
	max-width: 600px;
	font-size: 10pt;
	font-style: italic;
	z-index: 2;
}
.cat-info .title {
	font-family: Kurale, Arial, Helvetica, sans-serif;
	font-size: 21pt;
	font-style: normal;
	padding: 0 0.2em;
}
.cat-info img {
	display: block;
	border-radius: 20px;
}
.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;
	padding-top: 0;
	margin: 12px;
}

.photos {
	text-align: center;
}
.photos .photo-item-container {
	background-color: #785739;
	border: 1px solid #41130C;
	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 #A87D51;
	color: #FBEFC8;
	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 #41130C;
	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: 20px;
}
.plan .info {
	display: inline-block;
	vertical-align: middle;
	padding: 0 0.3em;
	margin: 0.3em;
}
.plan .info h3 {
	color: #301609;
	margin: 0;
}
.plan .info .title {
	color: #301609;
}
.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 {
	color: #301609;
	text-align: left;
}
.articles a {
	text-decoration: none;
}
.articles a:before {
	content: '';
	display: inline-block;
	background: transparent;
	width: 26px;
	height: 22px;
	margin-right: 0.5em;
}
.articles a:hover {
	color: #FE5500;
}
.articles a:hover:before {
	background: url("images/icon-menu.png") -26px 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: #41130C;
	border-top: 1px solid #41130C;
	box-shadow: 0 -1px 2px rgba(65, 19, 12, 0.5);
	color: #F9EEC6;
	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: 30px;
	margin-bottom: 0.7em;
}
#page-footer-social a {
	margin: 0 6px;
}
.facebook-logo {
	display: inline-block;
	background: url("images/icon-social.png") 0 top no-repeat no-repeat;
	width: 30px;
	height: 30px;
}
.instagram-logo {
	display: inline-block;
	background: url("images/icon-social.png") -30px top no-repeat no-repeat;
	width: 30px;
	height: 30px;
}
#page-footer-info {
	color: white;
	font-size: 14pt;
	margin-bottom: 0.7em;
}
#page-footer-site-name {
	font-family: Kurale, Arial, Helvetica, sans-serif;
	font-size: 36pt;
	line-height: 1.0;
	color: #FE5500;
	margin-bottom: 0.5em;
}
#page-footer-copyright {
	color: #F3EEDB;
	font-size: 11px;
}

#scrollUp {
	position: fixed;
	right: 0.5em;
	bottom: 0.5em;
	background-color: #FBEFC8;
	border: 1px solid #FE5500;
	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: 2430px) {
	.animals-container { text-align: left; }
	.animals-container .cat-info-container { width: 20.3%; }
}
@media all and (max-width: 2085px) {
	.animals-container .cat-info-container { width: 27.1%; }
}
@media all and (max-width: 1580px) {
	.animals-container .cat-info-container { width: 40.8%; }
}
@media all and (max-width: 1600px) {
	#page-poster-site-name h1 { font-size: 50pt; }
}
@media all and (max-width: 1410px) {
	.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: 1355px) {
	#page-poster-site-name h1 { font-size: 40pt; }
}
@media all and (max-width: 1320px) {
	.litter .item { margin-left: 2em; margin-right: 2em; }
}
@media all and (max-width: 1280px) {
	#page-top-info { font-size: 16pt; }
}
@media all and (max-width: 1070px) {
	.animals-container .cat-info-container {
		width: auto;
		margin: 12px 0;
	}
}
@media all and (max-width: 1100px) {
	.litter .item { margin-left: 0; margin-right: 1em; }
	#page-top-info { font-size: 14pt; }
}
@media all and (max-width: 1050px) {
	#page-poster-site-name h1 { font-size: 30pt; }
	#page-footer-site-name { font-size: 30pt; }
}
@media all and (max-width: 950px) {
	#page-top-info {
		font-size: 12pt;
		font-weight: bold;
	}
}
@media all and (max-width: 860px) {
	#page-top-info { font-size: 10pt; }
	.litter-parents { background: none; }
}
@media all and (max-width: 820px) {
	#page-poster-site-name h1 { font-size: 22pt; }
	#page-footer-site-name { font-size: 22pt; }
}
@media all and (max-width: 780px) {
	.plan .wrapper { display: block; }
}
@media all and (max-width: 720px) {
	.lc-bar {
		position: relative;
		top: 0;
		left: 0;
	}
	#page-top-info {
		position: relative;
		top: 0;
		right: 0;
		margin-bottom: -1em;
	}
	#page-poster-site-name h1 {
		position: static;
		margin-top: -0.5em;
	}
}
@media all and (max-width: 530px) {
	#page-top-info { margin-bottom: -0.5em; }
	.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: 22px;
	}
	.cat-info-container.left,
	.cat-info-container.right {
		margin-left: 0;
		margin-right: 0;
	}
	.litter .item { margin-right: 0; }
	.news .item.info { margin-left: -10px; margin-right: -10px; }
	.news .item.info .title { bottom: 1.5em; }
}
