@font-face {
	font-family: QTMerryScript;
	src: url('QTMerryScript.eot');
	src: url('QTMerryScript.eot?#iefix') format('embedded-opentype'),
	url('QTMerryScript.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

html, body {
	margin: 0;
	min-width: 320px;
}

body {
	background-color: #151515;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	margin-top: 40px;
}

h1, h2, h3 {
	color: #C1E9F5;
	font-weight: normal;
	text-align: center;
}
h1, h2 {
	text-transform: uppercase;
}
h1 {
	font-size: 26pt;
}
h2 {
	font-size: 23pt;
}
h3 {
	font-size: 22pt;
}

p {
	text-align: justify;
	text-indent: 1em;
	margin: 0.3em 0;
}

a {
	color: inherit;
}

img {
	border: 1px solid #C1E9F5;
}

.ui-button {
	font-style: normal;
	padding: 0.2em 1em;
	margin-right: 0.5em;
}

.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: black;
	border-bottom: 1px solid black;
	box-shadow: 0 5px 5px black;
	height: 39px;
	padding: 0 0.5em;
	z-index: 100;
}

.lc-bar {
	float: left;
	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 #C1E9F5;
}

#menu-container {
	padding: 0;
	margin: 0;
	text-align: right;
	white-space: nowrap;
	overflow: hidden;
}
#menu-container-fixed {
	position: fixed;
	top: 40px;
	right: 5px;
	background-color: black;
	border: 1px solid #CCCCCC;
	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-size: 110%;
	line-height: 39px;
	padding: 0;
}
.menu a, .menu span {
	cursor: pointer;
	color: #CCCCCC;
	border-bottom: 2px solid transparent;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	padding: 0 0.2em;
	margin: 0 0.3em;
}
#menu-container-fixed .menu a,
#menu-container-fixed .menu span {
	display: block;
}
.menu a:hover {
	border-bottom: 2px solid #CCCCCC;
}
.menu span.active {
	border-bottom: 2px solid #C1E9F5;
	color: #C1E9F5;
}
#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: 27px;
	height: 14px;
	margin: 12px 0;
}
#menu-button .menu-button:hover {
	background: url("images/icon-menu.png") -27px top no-repeat no-repeat;
}
#menu-button.open .menu-button {
	background: url("images/icon-menu.png") -54px top no-repeat no-repeat;
}
#menu-button.open .menu-button:hover {
	background: url("images/icon-menu.png") -81px top no-repeat no-repeat;
}
#menu-bg-cover {
	position: fixed;
	top: 40px;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: black;
	opacity: 0.5;
	z-index: 99;
}

#page-poster {
	position: relative;
	background-color: black;
	border-bottom: 1px solid black;
	box-shadow: 0 10px 10px black;
	color: #C1E9F5;
	height: 100px;
	margin-bottom: 0.7em;
	z-index: 98;
}
#page-poster-logo {
	position: relative;
	background: #151515 url("images/logo-silver.png") center 13px no-repeat no-repeat;
	width: 230px;
	height: 100%;
}
#page-poster-divider {
	position: absolute;
	left: 229px;
	bottom: 1px;
	background: url("images/bg-line.png") left top no-repeat no-repeat;
	width: 1px;
	height: 51px;
}
#page-poster-container {
	position: absolute;
	top: 0;
	left: 230px;
	right: 0;
	bottom: 0;
	background: url("images/bg-g2t.png") left top no-repeat repeat;
}
#page-poster-title {
	position: absolute;
	left: 1em;
	right: 1em;
	bottom: 5px;
}
#page-poster-title h1 {
	font-family: QTMerryScript, cursive;
	font-size: 30pt;
	line-height: 1.0;
	text-transform: none;
	text-align: left;
	margin: 0;
}

.title {
	color: #C1E9F5;
	font-family: QTMerryScript, cursive;
	font-size: 27pt;
	line-height: 1.0;
	text-align: center;
	padding-top: 0.1em;
}

.available {
	color: #95ECB0;
}
.option {
	color: #F6E379;
}
.reserved {
	color: #F89B63;
}
.sold {
	color: #FD6767;
}
.unsaleable {
	color: #C1E9F5;
}

.no-content {
	color: gray;
	text-align: center;
	font-size: large;
	font-weight: bold;
	font-style: italic;
}
.content {
	padding: 1em;
	max-width: 100%;
}

.static-content {
	padding: 0.3em 1em;
}
.static-content h1,
.static-content h2 {
	text-transform: none;
}
.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;
	border-bottom: 1px solid transparent;
	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 #C1E9F5;
}
.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-radius: 8px;
	cursor: pointer;
	padding: 0.2em 1em;
	margin-right: 0.5em;
}
.paginator a {
	background: #404E52 url("images/ui-bg_highlight-soft_75_404E52_1x100.png") 50% 50% repeat-x;
	border: 1px solid #8B99A4;
	color: #CCCCCC;
	text-decoration: none;
}
.paginator a:hover {
	background: #74A0AD url("images/ui-bg_highlight-soft_100_74A0AD_1x100.png") 50% 50% repeat-x;
	border: 1px solid #C1E9F5;
	color: black;
}
.paginator span {
	background: #74A0AD url("images/ui-bg_inset-soft_100_74A0AD_1x100.png") 50% 50% repeat-x;
	border: 1px solid #C1E9F5;
	color: black;
}

.news-list .separator {
	border-bottom: 2px solid #C1E9F5;
}
.news {
	position: relative;
	padding: 1em 0.5em 0.3em 0.5em;
}
.news .date {
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 0.3em;
}
.news .text {
	position: relative;
	z-index: 10;
}
.news .text h1,
.news .text h2 {
	text-transform: none;
}
.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_CCCCCC_256x240.png") -32px -80px no-repeat;
	right: 16px;
	bottom: 0;
	width: 16px;
	height: 16px;
	overflow: hidden;
	z-index: 15;
}

.litter {
	text-align: center;
}
.litter .litter-content {
	display: inline-block;
	border-bottom: 1px solid #C1E9F5;
	max-width: 100%;
	margin-bottom: 1.5em;
}
.litter:last-child .litter-content {
	border: none;
	margin-bottom: 0;
}
.litter .item {
	display: inline-block;
	width: 258px;
	height: 300px;
	vertical-align: top;
	padding: 3px;
	margin: 0 10px 10px 0;
}
.litter .item.info {
	position: relative;
	border: 1px solid #C1E9F5;
	border-radius: 20px;
	height: 256px;
}
.litter .item.father {
	float: left;
}
.litter .item.mother {
	float: right;
	margin-right: 0;
}
.litter .item img {
	border-radius: 20px;
}
.litter .item h3 {
	font-family: QTMerryScript, cursive;
	margin: 0 0 0.3em 0;
}
.litter .item .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
}
.litter .item h3 a,
.litter .item .title a {
	text-decoration: none;
}
.litter .item.info .title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0.7em;
	color: #CCCCCC;
	font-style: italic;
}
.litter .item.info a.available {
	color: #C1E9F5;
}
.litter .item.mother .title,
.litter .item.father .title {
	font-size: 18pt;
}
.litter .item .info {
	font-size: 12pt;
	font-style: italic;
	line-height: 2.0;
}
.litter .divider {
	display: none;
}

.litter-birthday {
	font-size: 14pt;
	text-align: center;
	margin-bottom: 1em;
}
.litter-parents {
	background: url("images/mating.png") center center no-repeat no-repeat;
}
.kittens {
	text-align: center;
	margin-top: 1em;
}
.kitten {
	display: inline-block;
	margin: 0 1% 1.5em 1%;
}
.kitten .name {
	font-family: QTMerryScript, cursive;
	font-size: 26pt;
	text-align: center;
	margin-bottom: 0.2em;
}
.kitten img {
	border-radius: 20px;
}
.kitten .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	line-height: normal;
}

.cat-info-wrapper {
	float: left;
	margin: 0 2em 2em 0;
}
.cat-info-container {
	display: inline-block;
	background-color: #151515;
	border: 1px solid #C1E9F5;
	border-radius: 20px;
	padding: 0.4em 0.5em 0.5em 0.6em;
}
.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 {
	max-width: 600px;
	font-size: 12pt;
	font-style: italic;
}
.cat-info .title {
	font-style: normal;
	text-align: right;
	margin-right: 1em;
}
.cat-info img {
	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;
	margin: 0.3em;
}

.photos {
	text-align: center;
}
.photos .photo-item-container {
	background-color: #CCCCCC;
	border: 1px solid #708C94;
	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 #C9F3FF;
	color: black;
	text-align: center;
	padding: 0.3em 0;
}

.plans .separator {
	border-bottom: 2px solid #C1E9F5;
}
.plan {
	line-height: 1.5;
	text-align: center;
	margin-bottom: 1.5em;
}
.plan .wrapper {
	display: inline-block;
}
.plan .item {
	display: inline-block;
	width: 256px;
	height: 300px;
	vertical-align: middle;
	margin: 0.5em;
}
.plan .item img {
	border-radius: 20px;
}
.plan .item .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
}
.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/mating.png") center center no-repeat no-repeat;
	width: 190px;
	height: 101px;
}
.plan .description {
	border-top: 1px solid #C1E9F5;
	text-align: left;
}
.plan .description h1,
.plan .description h2 {
	text-transform: none;
	margin-top: 0.1em;
}

.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;
	text-align: left;
	line-height: 1.5;
}
.contact-container .contact .title {
	font-weight: bold;
	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 {
	position: relative;
	background-color: #0F0F0F;
	border-top: 1px solid #0F0F0F;
	box-shadow: 0 -4px 4px #0F0F0F;
	text-align: center;
	margin-top: 0.7em;
	padding: 0.6em 1em;
	z-index: 99;
}
#page-footer a {
	text-decoration: none;
}
#page-footer-social {
	height: 36px;
	text-align: center;
	margin-bottom: 0.7em;
}
#page-footer-social a {
	margin: 0 8px;
}
.facebook-logo {
	display: inline-block;
	background: url("images/icon-social.png") 0 top no-repeat no-repeat;
	width: 35px;
	height: 36px;
}
.instagram-logo {
	display: inline-block;
	background: url("images/icon-social.png") -35px top no-repeat no-repeat;
	width: 35px;
	height: 36px;
}
#page-footer-title {
	color: #C1E9F5;
	margin-bottom: 0.7em;
}
#page-footer-info {
	font-size: 10pt;
}
#page-footer-copyright {
	color: #666666;
	font-size: 10pt;
	margin-top: 1.5em;
}

#scrollUp {
	position: fixed;
	right: 0.5em;
	bottom: 0.5em;
	background-color: #151515;
	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: 2390px) {
	.animals-container { text-align: left; }
	.animals-container .cat-info-container { width: 22.8%; }
}
@media all and (max-width: 2016px) {
	.animals-container .cat-info-container { width: 30.5%; }
}
@media all and (max-width: 1560px) {
	.animals-container .cat-info-container { width: 45.7%; }
}
@media all and (max-width: 1520px) {
	.litter-parents { background: none; }
}
@media all and (max-width: 1064px) {
	.animals-container .cat-info-container { width: auto; }
}
@media all and (max-width: 930px) {
	.cat-info-wrapper {
		float: none;
		margin: 0;
	}
}
@media all and (max-width: 895px) {
	.litter .divider { display: block; }
	.litter .item,
	.litter .item.mother,
	.litter .item.father {
		float: none;
		margin-right: 0;
	}
}
@media all and (max-width: 850px) {
	.plan .wrapper { display: block; }
}
@media all and (max-width: 740px) {
	#page-poster-title h1 { font-size: 26pt; }
}
@media all and (max-width: 500px) {
	#page-poster {
		height: auto;
	}
	#page-poster-logo {
		background-position-y: 9px;
		width: auto;
		height: 95px;
	}
	#page-poster-divider { display: none; }
	#page-poster-container {
		position: static;
		background-image: none;
		background-color: #151515;
	}
	#page-poster-title {
		position: static;
		padding: 0 0.7em 5px 0.7em;
	}
	.content { padding: 1em 0.5em; }
	.cat-info { font-size: 11pt; }
}
@media all and (max-width: 479px) {
	.cat-info,
	.cat-info thead,
	.cat-info tbody,
	.cat-info tr,
	.cat-info td {
		display: block;
	}
	.cat-info .title {
		text-align: center;
		margin-right: 0;
	}
	.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;
	}
}
