<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css?family=Lily+Script+One);

body {
	background-image: url(../../../img/mini/pet-care/bg-body.png);
}

.w200 {
	width: 200px;
}
/* HEADER */
header {
	background-image: url("../../../img/mini/pet-care/bg-header.png");
    background-color: #840504;
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, .5);
	border-top-color: #ddd;
	height: auto;
	padding-bottom: 160px;
}
#header-pet-care {
	position: relative;
	top: 140px;
	color: #fff;
}
#header-pet-care h1 {
    font-size: 85px;
	line-height: 120px;
	font-family: 'Lily Script One', cursive;
	text-shadow: 0 -2px 0 rgba(0, 0, 0, .5);
}
#header-pet-care h1.ttl-mid {
    font-size: 60px;
	line-height: 90px;
}
#header-pet-care h1.ttl-mid2 {
    font-size: 54px;
	line-height: 66px;
}
#header-pet-care .lead {
    font-size: 24px;
	line-height: 30px;
	font-family: 'Quattrocento Sans', sans-serif;
	font-weight: bold;
}
#header-pet-care .lead.min {
    font-size: 20px;
	line-height: 24px;
}
#header-pet-care .lead p, #header-pet-care .lead ol {
}
#header-pet-care .lead.min p, #header-pet-care .lead.min ol {
	margin-bottom: 10px;
	margin-top: 10px;
}
h2.pet-care {
	font-size: 60px;
	line-height: 100px;
	font-family: 'Lily Script One', cursive;
}
.care-green {
	color: #3CA103;
}
.care-red {
	color: #C90706;
}


.sprite-care {
	display: block;
	background-image: url(../../../img/mini/pet-care/sprite-start.png);
	background-repeat: no-repeat;
	width: 290px;
	height: 313px;
	margin: 0 auto;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	margin-bottom: 30px;
}
#sc-0.sprite-care {
	background-position: left top;
}
#sc-1.sprite-care {
	background-position: center top;
}
#sc-2.sprite-care {
	background-position: right top;
}
.sprite-care:hover {
	-webkit-transform: scale(.95);
	-moz-transform: scale(.95);
	-ms-transform: scale(.95);
	-o-transform: scale(.95);
	transform: scale(.95);
}

.c_AVATAR_MID_ext {
	margin-right: 60px;
}

a.thumb, a.thumb:hover {
	border: 4px solid #C90706;
	padding: 4px;
	border-radius: 10px;
	box-shadow: none;
}
a.thumb:hover {
	border: 4px solid #3CA103;
}
a.thumb img {
	border-radius: 5px;
	overflow: hidden;
}

.bg_col-7 {
    background-color: #840504;
}

#pet-care-social {
    background-color: #3CA103;
    background-image: url(../../../img/mini/pet-care/bg-banner.png);
    text-align: center;
    padding: 30px 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
    margin: 1px;
}
#pet-care-social h3 {
    font-family: 'Lily Script One', cursive;
    font-size: 25px;
    line-height: 32px;
    color: #fff;
    font-weight: normal;
    text-transform: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
}
#pet-care-social h3 a {
    font-family: Amaranth, Georgia, "Times New Roman", Times, serif;
    font-size: 34px;
    font-style: italic;
    display: block;
    color: #fff;
    font-weight: bold;
    -webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
#pet-care-social h3 a:hover {
    text-shadow: 0 1px 0 rgba(0, 0, 0, .4);
    -webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.modal-container {
    background-image: url("../../../img/mini/pet-care/bg-header.png");
    background-color: #840504;
    color: #fff;
}
.modal-container h3 {
    font-family: 'Lily Script One', cursive;
	text-shadow: 0 -2px 0 rgba(0, 0, 0, .5);
    font-size: 24px;
    line-height: 40px;
    padding-top: 15px;
}

#social-share-box {
    margin: 10px 0 15px;
    padding: 10px 10px 7px;
    float: left;
    background-color: rgba(255, 255, 255, .8);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.ui-icon-closethick {
    display: none;
}</pre></body></html>