.horoscope {
	opacity: 0;
	transition: opacity .5s;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-o-transition: opacity .5s;
	position: relative;
}

.horoscope.show {
	opacity: 1;
	transition: opacity .5s;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-o-transition: opacity .5s;
}

.horoscope header {
	padding: 13px 14px 17px 14px;
	color: #000;
	line-height: 13px;
	text-transform: uppercase;
	font-family: Ubuntu;
	font-weight: bold;
}

.horoscope .mosaic {
	height: 257px;
}

.horoscope .mosaic div {
	float: left;
	height: 100%;
}

.horoscope .mosaic ul {
	height: 100%;
	text-align: center;
}

.horoscope .mosaic li,
.w1024 .w2h1.flex-1024-w2h2 .horoscope .mosaic li {
	display: inline-block;
	width: 33%;
	margin-bottom: 8px;
}

.w2h1 .horoscope .mosaic li {
	width: 16%;
}

.horoscope .mosaic .icon,
.w1024 .w2h1.flex-1024-w2h2 .horoscope .mosaic .icon {
	margin: 0 auto;
	cursor: pointer;
	display: block;
	overflow: hidden;
	text-indent: 99px;
	background-size: 52px auto;
	width: 52px;
	height: 52px;
}

.w2h1 .horoscope .mosaic .icon {
	background-size: 32px auto;
	width: 32px;
	height: 32px;
}

.horoscope .arrow-previous::before {
	content: '\46';
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.horoscope .arrow-next::before {
	content: '\45';
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.horoscope .icon:hover {
	opacity: .2;
}

.horoscope .icon.disabled {
	opacity: .2;
	cursor: inherit;
}

.horoscope nav {
	padding-top: 92px;
	position: absolute;
	width: 100%;
	top: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.horoscope nav,
.w1024 .w2h1.flex-1024-w2h2 .horoscope nav {
	display: block;
}

.w2h1 .horoscope nav {
	display: none;
}

.horoscope nav .icon {
	margin: 0 33px;
	display: block;
	font-size: 30px;
	float: right;
	text-align: right;
	cursor: pointer;
	position: relative;
	z-index: 2;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.horoscope nav .icon:first-child {
	float: left;
	text-align: left;
}

.horoscope .items-wrap {
	text-align: center;
	overflow: hidden;
	margin: 0 auto;
	width: 300px;
	height: 300px;
}

.horoscope .items-wrap .title {
	font-size: 18px;
	font-weight: 700;
	color: #191917;
	height: 53px;
	line-height: 52px;
	font-style: italic;
}

.horoscope .items-wrap .title,
.w1024 .w2h1.flex-1024-w2h2 .horoscope .items-wrap .title {
	display: block;
}

.w2h1 .horoscope .items-wrap .title {
	display: none;
}

.horoscope .items-wrap ul {
	transition: margin .8s;
	-webkit-transition: margin .8s;
	-moz-transition: margin .8s;
	-o-transition: margin .8s;
}

.horoscope .items-wrap .item {
	opacity: 1;
	float: left;
	transition: opacity 1.5s;
	-webkit-transition: opacity 1.5s;
	-moz-transition: opacity 1.5s;
	-o-transition: opacity 1.5s;
	width: 300px;
}

.horoscope .items-wrap .item,
.w1024 .w2h1.flex-1024-w2h2 .horoscope .items-wrap .item {
	display: block;
	height: 300px;
}

.w2h1 .horoscope .items-wrap .item {
	display: flex;
	align-items: center;
	height: 140px;
}

.horoscope .items-wrap .item.close {
	opacity: 0;
}

.horoscope .items-wrap .resume,
.w1024 .w2h1.flex-1024-w2h2 .horoscope .items-wrap .resume {
	text-align: center;
}

.w2h1 .horoscope .items-wrap .resume {
	text-align: left;
	margin-right: 10px;
}

.horoscope .items-wrap .icon,
.w1024 .w2h1.flex-1024-w2h2 .horoscope .items-wrap .icon {
	background-size: 78px auto;
	width: 78px;
	height: 78px;
}

.w2h1 .horoscope .items-wrap .icon {
	background-size: 52px auto;
	width: 52px;
	height: 52px;
}

.horoscope .img-rouded {
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	display: block;
}

.horoscope .img-rouded,
.w1024 .w2h1.flex-1024-w2h2 .horoscope .img-rouded {
	margin: auto;
	width: 112px;
	height: 112px;
}

.w2h1 .horoscope .img-rouded {
	width: 95px;
	height: 95px;
	height: 95px;
	margin: 0 15px 0 10px;
}

.horoscope .img-rouded:hover {
	opacity: .5;
}

.horoscope .img-rouded::before {
	position: absolute;
	border-radius: 50%;
	display: block;
	content: '';
	box-shadow: inset 0 1px 2px 1px #d7d7d7;
	-webkit-box-shadow: inset 0 1px 2px 1px #d7d7d7;
	-moz-box-shadow: inset 0 1px 2px 1px #d7d7d7;
	-o-box-shadow: inset 0 1px 2px 1px #d7d7d7;
	border: none;
	opacity: .9;
}

.horoscope .img-rouded::before,
.w1024 .w2h1.flex-1024-w2h2 .horoscope .img-rouded::before {
	width: 112px;
	height: 112px;
}

.w2h1 .horoscope .img-rouded::before {
	width: 95px;
	height: 95px;
}

.horoscope .img-rouded .icon {
	margin: 20px auto 0;
	position: relative;
	display: block;
	overflow: hidden;
	text-indent: 99px;
}

.horoscope .description,
.w1024 .w2h1.flex-1024-w2h2 .horoscope .description {
	margin: 0 20px;
	font-size: 12px;
	color: #65655d;
	height: 30px;
	overflow: hidden;
	font-weight: 600;
	line-height: 14px;
	cursor: pointer;
}

.w2h1 .horoscope .description {
	height: auto;
	margin: 0;
}

.horoscope .description:hover {
	opacity: .5;
}

.horoscope .change {
	font-size: 12px;
	color: #65655d;
	font-weight: 600;
	height: 16px;
	margin: 6px auto 0 auto;
	cursor: pointer;
	width: 100px;
}

.horoscope .change:hover {
	opacity: .5;
}

.horoscope .no-change {
	height: 16px;
	font-size: 12px;
	margin: 6px auto 0 auto;
}

.horoscope .date,
.w1024 .w2h1.flex-1024-w2h2 .horoscope .date {
	font-size: 14px;
	color: #191917;
	line-height: 9px;
	padding: 17px 0 16px;
	font-weight: 600;
}

.w2h1 .horoscope .date {
	padding-top: 0;
}

.horoscope .date span {
	font-weight: normal;
}

.horoscope footer {
	width: 100%;
	position: absolute;
	text-align: right;
	margin-top: 277px;
}

.horoscope footer img {
	cursor: pointer;
	padding-right: 10px;
}

.horoscope footer img:hover {
	opacity: .5;
}

.nightmode .horoscope header,
.nightmode .horoscope nav .icon,
.nightmode .horoscope .description,
.nightmode .horoscope .date,
.nightmode .horoscope .items-wrap .title,
.nightmode .horoscope .change {
	color: #f1f1f1;
}

/*# sourceMappingURL=theme-default.css.map */

