@font-face {
	font-family: "Constantia Italic";
	src: url('Constantia Italic.eot');
	src: url('Constantia Italic.eot?#iefix') format('embedded-opentype'),
	url('Constantia Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: Ringbear;
	src: url('ringbear.eot');
	src: url('ringbear.eot?#iefix') format('embedded-opentype'),
	url('ringbear.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

html, body {
	min-width: 320px;
	margin: 0;
}

body {
	background-color: #071203;
	color: #B9FB8B;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 12pt;
	font-style: italic;
	margin-top: 50px;
}

h1, h2, h3 {
	font-family: "Constantia Italic", Arial, Tahoma, sans-serif;
	color: #A8CF21;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	text-decoration: underline;
	margin: 0.5em 0 0.3em 0;
}
h1 {
	font-size: 30pt;
}
h2 {
	font-size: 24pt;
}
h3 {
	font-size: 18pt;
}

p {
	text-align: justify;
	text-indent: 1.5em;
	margin: 0.3em 0;
}

dl {
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd p {
	margin: 0.2em 0;
}

a {
	color: inherit;
}

img {
	border: 1px solid #8AF031;
}

.ui-button {
	padding: 0.7em;
	margin-right: 0.4em;
}

.hint {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: inherit;
	cursor: help;
}

#page-top {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: #040C01;
	border-bottom: 1px solid #040C01;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
	height: 49px;
	padding: 0 1em;
	z-index: 100;
}
#page-top ~ h1 {
	padding-top: 0.4em;
}

.lc-bar {
	float: left;
	margin-top: 10px;
}
.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 #8AF031;
}

#menu-container {
	padding: 0;
	margin: 0;
	text-align: right;
	white-space: nowrap;
	overflow: hidden;
}
#menu-container-fixed {
	position: fixed;
	top: 49px;
	right: 5px;
	background-color: #040C01;
	border: 1px solid #1C370A;
	border-top: none;
	box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.5);
	text-align: left;
	white-space: normal;
	overflow: auto;
	max-height: 85%;
	padding: 0.2em;
	margin: 0;
	z-index: 100;
}
.menu {
	display: inline-block;
	font-family: "Constantia Italic", Arial, Tahoma, sans-serif;
	font-size: 140%;
	font-style: normal;
	line-height: 49px;
	padding: 0;
}
.menu a, .menu span {
	cursor: pointer;
	color: #62B926;
	border-bottom: 3px solid transparent;
	text-decoration: none;
	white-space: nowrap;
	margin: 0 0.4em;
}
#menu-container-fixed .menu {
	font-size: 120%;
	line-height: normal;
}
#menu-container-fixed .menu a,
#menu-container-fixed .menu span {
	display: block;
	margin: 0.5em;
}
.menu a:hover {
	border-bottom: 3px solid #62B926;
}
.menu span.active {
	border-bottom: 3px solid #8AF031;
	color: #8AF031;
}
#menu-button {
	float: right;
	height: 100%;
}
#menu-button .menu-button {
	display: inline-block;
	background: url("images/icon-menu.png") 0 top no-repeat no-repeat;
	width: 25px;
	height: 14px;
	margin: 17px 0;
}
#menu-button .menu-button:hover {
	background: url("images/icon-menu.png") -25px top no-repeat no-repeat;
}
#menu-button.open .menu-button {
	background: url("images/icon-menu.png") -50px top no-repeat no-repeat;
}
#menu-button.open .menu-button:hover {
	background: url("images/icon-menu.png") -75px top no-repeat no-repeat;
}
#menu-bg-cover {
	position: fixed;
	top: 49px;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: black;
	opacity: 0.5;
	z-index: 99;
}

.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-stl {
	position: absolute;
	background: url("images/frame-stl.png") left top no-repeat no-repeat;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.frame-sbr {
	position: absolute;
	background: url("images/frame-sbr.png") right bottom no-repeat no-repeat;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.img-mask {
	position: absolute;
	background: url("images/mask.png") left top no-repeat no-repeat;
	background-size: 100% 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.title {
	color: #B9FB8B;
	font-family: "Constantia Italic", Arial, Tahoma, sans-serif;
	font-size: 16pt;
	font-style: normal;
	text-align: center;
	padding: 0.4em 0.4em 0.2em 0.4em;
}

.available {
	color: #B9FB8B;
}
.option {
	color: #8AF031;
}
.reserved {
	color: #A8CF21;
}
.sold {
	color: #4C8916;
}
.unsaleable {
	color: #4C8916;
}

.no-content {
	color: gray;
	text-indent: unset;
	text-align: center;
	font-size: large;
	font-weight: bold;
	font-style: italic;
}
.content {
	max-width: 100%;
	overflow: auto;
	padding: 0 1em;
}

.static-content {
	padding: 0.5em;
}
.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;
}

.slider {
	box-sizing: border-box;
	width: 768px;
	height: 256px;
	max-width: 100%;
	overflow: hidden;
	margin: 0 auto;
}
.slider .slider-strip {
	display: inline-block;
	white-space: nowrap;
	font-size: 0;
	margin: 0;
}
.slider .slider-strip .slider-item {
	position: relative;
	display: inline-block;
	height: 256px;
	margin-left: 0;
}
.slider .slider-strip .slider-item img {
	display: block;
	border: none;
	width: auto;
	height: 256px;
}

.paginator {
	text-align: center;
	margin: 0.7em 0;
}
.paginator a,
.paginator span {
	background-color: #B9FB8B;
	border: 1px solid #8AF031;
	color: #336600;
	display: inline-block;
	font-size: 13pt;
	font-style: italic;
	cursor: pointer;
	padding: 0.7em;
	margin-right: 0.4em;
}
.paginator a {
	text-decoration: none;
}
.paginator a:hover {
	color: #071203;
}
.paginator span {
	background-color: #A8CF21;
	color: #071203;
}

.news-list > .separator {
	border-bottom: 1px solid #B9FB8B;
}
.news-list > .separator:last-child {
	border-bottom: none;
}
.news {
	position: relative;
	padding: 1em 1.5em;
	margin: 1.5em 0;
}
.news .text {
	position: relative;
	z-index: 10;
}
.news .text img {
	max-width: 100%;
	height: auto;
}
.news .text iframe {
	max-width: 100%;
	max-height: 90%;
}
.news .text .litter .item {
	width: 227px;
}
.news .text .litter .item.info {
	height: 227px;
}
.news .link {
	position: absolute;
	display: inline-block;
	background: url("images/ui-icons_B9FB8B_256x240.png") -32px -80px no-repeat;
	right: 10px;
	bottom: 13px;
	width: 16px;
	height: 16px;
	overflow: hidden;
	z-index: 15;
}

.litters {
	margin-top: 2.5em;
}
.litter {
	text-align: center;
	margin-bottom: 1em;
}
.litter:last-child {
	margin-bottom: 0;
}
.litter .litter-content {
	display: inline-block;
	border-bottom: 1px solid #B9FB8B;
	max-width: 100%;
	margin-bottom: 1em;
}
.litter:last-child .litter-content {
	border-bottom: none;
	margin-bottom: 0;
}
.litter .item {
	position: relative;
	display: inline-block;
	width: 258px;
	vertical-align: top;
	padding: 7px;
	margin: 0 2em 1em 0;
	z-index: 1;
}
.litter .item a {
	text-decoration: none;
}
.litter .item img {
	border: none;
}
.litter .item.info {
	height: 258px;
}
.litter .item.father {
	float: left;
}
.litter .item.mother {
	float: right;
	margin-right: 0;
}
.litter .item.info .title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 1.2em;
	color: #A8CF21;
	padding: 0 0.5em;
}
.litter .item.info .title a {
	text-decoration: underline;
}
.litter .item.mother .title,
.litter .item.father .title {
	padding: 0;
}
.litter .item.mother a,
.litter .item.father a {
	position: relative;
	display: inline-block;
}
.litter .item .info {
	position: relative;
	font-style: italic;
	line-height: 2.0;
	margin-top: 1.2em;
	z-index: 10;
}
.litter .item h3 {
	position: relative;
	text-decoration: none;
	z-index: 10;
}
.litter .divider {
	display: none;
}

.litter-birthday {
	font-style: italic;
	text-align: center;
	padding-bottom: 0.5em;
}
.litter-parents {
	background: url("images/mating.png") center center no-repeat no-repeat;
	margin: 2em 0;
}
.kittens {
	text-align: center;
	margin-top: 2em;
}
.kitten {
	display: inline-block;
	margin: 0 1% 1.5em 1%;
}
.kitten .title {
	font-size: 18pt;
}
.kitten a {
	position: relative;
	display: inline-block;
}
.kitten img {
	border: none;
}
.kitten .status {
	font-family: "Constantia Italic", Arial, Tahoma, sans-serif;
	font-size: 18pt;
	font-style: normal;
	text-align: center;
}

.cat-info-wrapper {
	text-align: center;
	padding-top: 1em;
}
.cat-info-wrapper .description {
	display: inline-block;
	max-width: 600px;
	text-align: left;
}
.cat-info-container {
	position: relative;
	display: inline-block;
	text-align: left;
	padding: 1.5em 2em;
}
.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-style: italic;
	z-index: 10;
}
.cat-info .title {
	font-size: 20pt;
	font-style: normal;
	text-align: left;
	padding: 0;
}
.cat-info img {
	border: none;
}
.cat-info .main-photo-container {
	position: relative;
	display: inline-block;
}
.cat-info .available,
.cat-info .option,
.cat-info .reserved,
.cat-info .sold,
.cat-info .unsaleable {
	font-weight: bold;
}
.cat-info tr:last-child span {
	text-shadow: -1px -1px 0 #071203, 1px -1px 0 #071203, 1px 1px 0 #071203, -1px 1px 0 #071203;
}

.animals-container {
	text-align: justify;
	margin-top: 1.5em;
}
.animals-container .cat-info-container {
	vertical-align: top;
	margin: 0.3em;
}

.photos {
	text-align: center;
}
.photos .photo-item-container {
	border: 1px solid #8AF031;
	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 #B9FB8B;
	font-family: "Constantia Italic", Arial, Tahoma, sans-serif;
	font-size: 14pt;
	font-style: normal;
	text-align: center;
	padding: 0.3em 0;
}

.plan {
	text-align: center;
	margin-top: 1.5em;
}
.plan .wrapper {
	display: inline-block;
}
.plan > .wrapper {
	border-bottom: 1px solid #B9FB8B;
}
.plan .item {
	display: inline-block;
	width: 256px;
	height: 320px;
	vertical-align: middle;
	margin: 0 2em 1em 0;
}
.plan > .wrapper > .wrapper:nth-child(3) > .item {
	margin-right: 0;
}
.plan .item .title {
	padding: 0;
}
.plan .item a {
	position: relative;
	display: inline-block;
}
.plan .item img {
	border: none;
}
.plan .info {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: 2.2em 1.5em;
	margin: 0 2em 1em 0;
}
.plan .info h3 {
	text-decoration: none;
	margin: 0;
}
.plan .decor {
	display: inline-block;
	background: url("images/mating.png") center center no-repeat no-repeat;
	width: 182px;
	height: 116px;
	vertical-align: middle;
	margin: 0 2em 1em 0;
}
.plan .description {
	text-align: left;
	padding: 0 0.5em 0.5em 0.5em;
}
.plan:last-child > .wrapper {
	border-bottom: none;
}

.articles-container {
	text-align: center;
	margin-bottom: 1em;
}
.articles {
	display: inline-block;
}
.articles h3 {
	color: #62B926;
	text-align: left;
	text-decoration: none;
}
.articles a {
	text-decoration: none;
}
.articles a:hover {
	text-decoration: underline;
}
.articles a:active {
	text-decoration: underline;
	color: #8AF031;
}

.contact-container {
	text-align: center;
	margin-bottom: 1.5em;
}
.contact-container .contact {
	display: inline-block;
	text-align: left;
	line-height: 1.5;
}
.contact-container .contact .title {
	text-transform: capitalize;
	padding: 0;
}

#page-footer {
	background-color: #040C01;
	border-top: 1px solid #040C01;
	text-align: center;
	padding: 0 1em;
}
#page-footer-site-name {
	font-family: Ringbear, Arial, Tahoma, sans-serif;
	font-size: 48pt;
	font-style: normal;
	line-height: 1.2;
	color: #A8CF21;
	margin-top: 0.2em;
}
#page-footer-slogan {
	font-family: "Constantia Italic", Arial, Tahoma, sans-serif;
	font-size: 16pt;
	font-style: normal;
	margin-top: 0.5em;
}
#page-footer-info {
	font-family: "Constantia Italic", Arial, Tahoma, sans-serif;
	font-size: 12pt;
	font-style: normal;
	margin-top: 0.75em;
}
#page-footer-social {
	height: 30px;
	margin-top: 1.3em;
}
#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;
}
.telegram-logo {
	display: inline-block;
	background: url("images/icon-social.png") -60px top no-repeat no-repeat;
	width: 30px;
	height: 30px;
}
#page-footer-copyright {
	font-size: 9pt;
	color: #336600;
	padding-bottom: 0.5em;
	margin: 1.5em 0 0 0;
}

#scrollUp {
	position: fixed;
	right: 0.5em;
	bottom: 0.5em;
	background-color: #071203;
	border: 1px solid #1C370A;
	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: 2100px) {
	.animals-container { text-align: left; }
	.animals-container .cat-info-container { width: 28.2%; }
}
@media all and (max-width: 1700px) {
	.animals-container .cat-info-container { width: 42%; }
}
@media all and (max-width: 1560px) {
	.litter-parents { background: none; }
}
@media all and (max-width: 1130px) {
	.animals-container .cat-info-container { width: auto; }
}
@media all and (max-width: 940px) {
	.litter .divider { display: block; }
	.litter .item,
	.litter .item.mother,
	.litter .item.father {
		float: none;
		margin-right: 0;
	}
}
@media all and (max-width: 815px) {
	.plan .wrapper { display: block; }
	.plan .item,
	.plan .info,
	.plan .decor { margin: 0 0 1em 0; }
	#page-footer-slogan { font-size: 14pt; }
	#page-footer-site-name { font-size: 36pt; }
}
@media all and (max-width: 550px) {
	.ui-button {
		padding: 0.7em 0.4em;
	}
	.cat-info,
	.cat-info thead,
	.cat-info tbody,
	.cat-info tr,
	.cat-info td {
		display: block;
	}
	.cat-info .title { text-align: center; }
	.cat-info img { max-width: 100%; }
	.cat-info-container.left,
	.cat-info-container.right {
		margin-left: 0;
		margin-right: 0;
	}
	.animals-container .cat-info-container {
		display: block;
		margin: 0.7em 0;
	}
	#page-footer-slogan { font-size: 12pt; }
	#page-footer-site-name { font-size: 30pt; }
}
