.buttom-rounded {
	outline: none;
	background: #fff;
	padding: 0.8rem 1rem 1rem;
	-webkit-touch-callout: none;
	touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	tap-highlight-color: transparent;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-transform: translate3d 0, 0, 0;
	-webkit-transform: translate3d 0, 0, 0;
	-moz-transform: translate3d 0, 0, 0;
	transform: translate3d 0, 0, 0;
	border-radius: 2.5rem;
	-ms-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
	border-bottom: 0.1rem solid #b4b4b4;
	border-top: 0;
	font-size: 1.1rem;
	text-transform: uppercase;
	font-weight: 700;
	color: #65655d;
	display: inline-block;
	box-shadow: 0rem 0rem 0.1rem 0rem #e0e0e0;
}

html[data-range=xsmall] .buttom-rounded {
	padding: 0.6rem 1rem 0.7rem 1rem;
}

html[data-range=small] .buttom-rounded {
	padding: 0.6rem 1rem 0.7rem 1rem;
}

.buttom-rounded:hover {
	box-shadow: 0.1rem 0.1rem 0.2rem 0.1rem #e0e0e0;
	text-shadow: 0.3rem 0.1rem 0.1rem #eee;
}

.buttom-rounded:active {
	border-top: 0.1rem solid #b4b4b4;
	border-bottom: 0;
}

.buttom-rounded__text {
	display: inline-block;
	max-width: 30rem;
	-ms-transition: all 1s 0.3s;
	-webkit-transition: all 1s 0.3s;
	-moz-transition: all 1s 0.3s;
	transition: all 1s 0.3s;
	white-space: nowrap;
	padding: 0 0.5rem;
	vertical-align: middle;
}

html[data-device-type=web] .buttom-rounded.checked:not(:hover) .buttom-rounded__text {
	-ms-transition: all 1s 2s;
	-webkit-transition: all 1s 2s;
	-moz-transition: all 1s 2s;
	transition: all 1s 2s;
	max-width: 0;
	opacity: 0;
	padding: 0;
}

.buttom-rounded__check {
	display: inline-block;
	vertical-align: middle;
}

.buttom-rounded__unchecked-text {
	position: absolute;
	white-space: nowrap;
}

.unchecked .buttom-rounded__unchecked-text {
	-ms-transition: opacity 1s linear;
	-webkit-transition: opacity 1s linear;
	-moz-transition: opacity 1s linear;
	transition: opacity 1s linear;
	opacity: 1;
}

.checked .buttom-rounded__unchecked-text {
	opacity: 0;
}

.buttom-rounded__checked-text {
	opacity: 0;
	white-space: nowrap;
}

.checked .buttom-rounded__checked-text {
	-ms-transition: opacity 1s linear;
	-webkit-transition: opacity 1s linear;
	-moz-transition: opacity 1s linear;
	transition: opacity 1s linear;
	opacity: 1;
}

html[data-device-type='mob'] .buttom-rounded {
	margin: 0;
}

html[data-legacy="ie8.0"] .buttom-rounded {
	display: none;
}

.buttom-rounded.btn-Horoscope {
	padding: 0.8rem 2rem 1rem 1rem !important;
}

html[data-range=xsmall] .buttom-rounded.btn-Horoscope {
	padding: 0.6rem 1.7rem 0.7rem 1rem !important;
}

html[data-range=small] .buttom-rounded.btn-Horoscope {
	padding: 0.6rem 1.7rem 0.7rem 1rem !important;
}

.btn-Horoscope.checked {
	padding: 0.8rem 0.9rem 0.9rem !important;
}

.zaz-app-subjects-menu__item-options {
	float: right;
	height: 100%;
	position: relative;
}

.zaz-app-subjects-menu__item-options .sprite {
	background: url("../_img/options_sprite.png") center top no-repeat;
}

.mediaservice .zaz-app-subjects-menu__item-options {
	display: none;
}

.zaz-app-subjects-menu__item-options .option-menu {
	box-sizing: content-box;
	display: inline-block;
	height: 3.4rem;
	margin: 3.4rem 0;
	position: relative;
	width: 3.4rem;
}

html[data-range=small] .zaz-app-subjects-menu__item-options .option-menu {
	margin: 1.4rem 0;
}

html[data-range=xsmall] .zaz-app-subjects-menu__item-options .option-menu {
	margin: 1.4rem 0;
}

.zaz-app-subjects-menu__item-options .option-menu.twitter {
	background-position: 0 -3.4rem;
}

.zaz-app-subjects-menu__item-options .option-menu.twitter:hover {
	background-position: 0 0;
}

.zaz-app-subjects-menu__item-options .option-menu.twitter:hover .option-menu__tooltip.twitter {
	display: block;
}

.zaz-app-subjects-menu__item-options .option-menu.twitter .option-menu__tooltip {
	background-color: #29abed;
}

.zaz-app-subjects-menu__item-options .option-menu.twitter .option-menu__tooltip:after {
	border-top-color: #29abed;
}

.zaz-app-subjects-menu__item-options .option-menu__tooltip {
	border-radius: 0.3rem;
	bottom: 100%;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.9);
	color: #fff;
	display: none;
	font-size: 1.2rem;
	font-family: OpenSans, sans-serif;
	font-weight: 600;
	margin: 0 -3.4rem 0.8rem 0;
	padding: 0.8rem;
	position: absolute;
	right: 100%;
}

.zaz-app-subjects-menu__item-options .option-menu__tooltip:before {
	content: '';
	border-top: 0.7rem solid #4a4a4a;
	border-right: 0.6rem solid transparent;
	border-bottom: 0;
	border-left: 0.6rem solid transparent;
	display: block;
	height: 0;
	left: 100%;
	margin: 0.1rem 0 0 -2.3rem;
	position: absolute;
	top: 100%;
	width: 0;
	z-index: 10;
}

.zaz-app-subjects-menu__item-options .option-menu__tooltip:after {
	content: '';
	border-top: 0.7rem solid #fff;
	border-right: 0.6rem solid transparent;
	border-bottom: 0;
	border-left: 0.6rem solid transparent;
	display: block;
	height: 0;
	left: 100%;
	margin: 0 0 0 -2.3rem;
	position: absolute;
	top: 100%;
	width: 0;
	z-index: 15;
}

.zaz-app-subjects-menu__item-options-mobile {
	display: inline-block;
	height: auto;
	min-height: 34px;
	min-width: 34px;
	position: relative;
	text-align: right;
	vertical-align: middle;
}

.mediaservice .zaz-app-subjects-menu__item-options-mobile {
	display: none;
}

.zaz-app-subjects-menu__item-options-mobile .arrow-down {
	background: url("../_img/bold_arrow_down_low.png") center top no-repeat;
	display: inline-block;
	height: 0.9rem;
	margin: 1.2rem 0 0;
	width: 1.5rem;
}

.zaz-app-subjects-menu__item-options-mobile .options-menu-tooltip {
	background-color: #fff;
	border-radius: 0.3rem;
	box-shadow: 0 1px 2px #888;
	display: none;
	margin: 1.5rem 0 0 0;
	padding: 1rem;
	position: absolute;
	right: -1rem;
	top: 50%;
	z-index: 10;
}

.zaz-app-subjects-menu__item-options-mobile .options-menu-tooltip:before {
	content: '';
	border-top: 0;
	border-right: 0.6rem solid transparent;
	border-bottom: 0.7rem solid #fff;
	border-left: 0.6rem solid transparent;
	display: block;
	height: 0;
	left: 100%;
	margin: 0 0 0 -2.4rem;
	position: absolute;
	bottom: 100%;
	width: 0;
	z-index: 15;
}

.zaz-app-subjects-menu__item-options-mobile .options-menu-tooltip:after {
	content: '';
	border-top: 0;
	border-right: 0.6rem solid transparent;
	border-bottom: 0.7rem solid #e3e3e3;
	border-left: 0.6rem solid transparent;
	display: block;
	height: 0;
	left: 100%;
	margin: 0.1rem 0 0 -2.4rem;
	position: absolute;
	bottom: 100%;
	width: 0;
	z-index: 10;
}

.zaz-app-subjects-menu__item-options-mobile .option-menu {
	color: #65655d;
	display: inline-block;
	font-family: OpenSans, sans-serif;
	font-size: 1.2rem;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	width: 14rem;
}

.zaz-app-subjects-menu__item-options-mobile .option-menu span {
	margin: 0 0.5rem 0 0;
	vertical-align: middle;
}

.zaz-app-subjects-menu {
	height: 8.5rem;
	margin: auto;
	padding-top: 0.2rem;
	text-align: left;
}

html[data-range=xlarge] .zaz-app-subjects-menu {
	width: 126rem;
}

html[data-range=large] .zaz-app-subjects-menu {
	width: 94rem;
}

html[data-range=medium] .zaz-app-subjects-menu {
	width: 62rem;
}

html[data-range=small] .zaz-app-subjects-menu {
	height: 8.2rem;
	padding-top: 2rem;
	width: 62rem;
}

html[data-range=xsmall] .zaz-app-subjects-menu {
	height: 4.5rem;
	margin: auto;
	padding-top: 6.2rem;
}

.zaz-app-subjects-menu:after {
	border-top: 0.1rem solid #d7d7d7;
	border-bottom: 0.1rem solid #fff;
	content: '';
	display: block;
	height: 0;
	position: relative;
	top: -1.8rem;
	width: 100%;
}

html[data-range=small] .zaz-app-subjects-menu:after {
	top: 0.2rem;
}

html[data-range=xsmall] .zaz-app-subjects-menu:after {
	top: 0.2rem;
}

html[data-device-type='mob'] .zaz-app-subjects-menu {
	border-bottom: 0;
	height: auto;
	width: 30rem;
}

html[data-device-type='mob'] .zaz-app-subjects-menu:after {
	display: none;
}

.zaz-app-subjects-menu__item {
	vertical-align: middle;
	position: relative;
	display: inline-block;
	margin: 0 0 0 1rem;
}

.zaz-app-subjects-menu__item img {
	height: 3.2rem;
	width: 3.2rem;
}

.zaz-app-subjects-menu__item-separator {
	border-left: #ccc 0.1rem solid;
	border-right: #fff 0.1rem solid;
	height: 2rem;
	display: inline-block;
	margin: 0 1rem;
	vertical-align: middle;
}

.zaz-app-subjects-menu__item-mobile {
	display: block;
	line-height: normal;
	margin-top: 1.1rem;
}

html[data-device-type='mob'] .zaz-app-subjects-menu__item {
	max-width: 20rem;
}

.zaz-app-subjects-menu__wrapper {
	display: inline;
}

html[data-device-type='mob'] .zaz-app-subjects-menu__wrapper {
	display: inline-block;
	width: 26rem;
}

.zaz-app-subjects-menu__title {
	font-size: 4rem;
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
	display: inline-block;
	font-family: 'Ubuntu', sans-serif;
	color: #33332f;
}

html[data-range=xsmall] .zaz-app-subjects-menu__title {
	font-size: 2.4rem;
}

html[data-range=small] .zaz-app-subjects-menu__title {
	font-size: 2.4rem;
}

html[data-device-type='mob'] .zaz-app-subjects-menu__title {
	display: inline-block;
	line-height: normal;
	margin: 0;
	max-width: 100%;
	min-width: 26rem;
	vertical-align: middle;
}

.zaz-app-subjects-menu .nav-horizontal-line {
	display: none;
}

.zaz-app-subjects-menu.mediaservice {
	border: 0;
	margin-bottom: 2rem;
	margin-top: -5rem;
	text-align: center;
	position: relative;
}

.zaz-app-subjects-menu.mediaservice:after {
	display: none;
	background: -webkit-radial-gradient(center, ellipse farthest-side, rgba(0, 0, 0, 0.2), transparent);
}

html[data-device-type='mob'] .zaz-app-subjects-menu.mediaservice {
	margin-top: -4rem;
	margin-bottom: 0;
}

.mediaservice .zaz-app-subjects-menu html[data-device-type='mob'] {
	margin-top: -3rem;
}

.mediaservice .zaz-app-subjects-menu__wrapper {
	display: inline-block;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
	width: auto;
}

html[data-device-type='mob'] .mediaservice .zaz-app-subjects-menu__wrapper {
	margin: 0 1.5rem;
	padding: 1.5rem 0;
	width: auto;
}

.mediaservice .zaz-app-subjects-menu__item {
	margin: 0 2rem;
}

.mediaservice .zaz-app-subjects-menu__item:first-child:after {
	background: -webkit-radial-gradient(center, ellipse farthest-side, rgba(0, 0, 0, 0.2), transparent);
	background: -moz-radial-gradient(center, ellipse farthest-side, rgba(0, 0, 0, 0.2), transparent);
	background: -ms-radial-gradient(center, ellipse farthest-side, rgba(0, 0, 0, 0.2), transparent);
	background: -o-radial-gradient(center, ellipse farthest-side, rgba(0, 0, 0, 0.2), transparent);
	background: radial-gradient(center, ellipse farthest-side, rgba(0, 0, 0, 0.2), transparent);
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	width: 0.1rem;
	top: 0;
	right: -2.5rem;
}

.mediaservice .zaz-app-subjects-menu__item img {
	height: auto;
	width: auto;
}

html[data-device-type='mob'] .mediaservice .zaz-app-subjects-menu__item {
	display: block;
	width: auto;
}

html[data-device-type='mob'] .mediaservice .zaz-app-subjects-menu__item:first-child:after {
	display: none;
}

.mediaservice .zaz-app-subjects-menu__title {
	margin: 1.6rem 0;
}

html[data-device-type='mob'] .mediaservice .zaz-app-subjects-menu__title {
	display: inline;
	font-weight: normal;
}

.mediaservice .zaz-app-subjects-menu .nav-horizontal-line {
	display: none;
}

.zaz-app-subjects-menu a {
	display: inline-block;
	text-decoration: none;
}

.premium-header .zaz-app-subjects-menu {
	display: none;
	text-align: center;
	width: 46rem;
}

html[data-range=small] .premium-header .zaz-app-subjects-menu {
	padding-top: 0;
}

html[data-range=xsmall] .premium-header .zaz-app-subjects-menu {
	height: 4.5rem;
	margin: auto;
	padding-top: 6.2rem;
}

.premium-header .zaz-app-subjects-menu__item {
	margin: 1rem 0 0 0;
}

.premium-header .zaz-app-subjects-menu__item-mobile {
	margin-top: 0;
}

.premium-header .zaz-app-subjects-menu:after {
	display: none;
}

html[data-device-type='mob'] .premium-header .zaz-app-subjects-menu {
	height: 5.5rem;
}

.content .zaz-app-subjects-menu {
	height: 5.5rem;
}

/*# sourceMappingURL=zaz-app-subjects-menu.css.map */

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {

.zaz-app-subjects-menu__item-options-mobile .arrow-down {
	background: url("../_img/bold_arrow_down_high.png") center top no-repeat;
	background-size: 1.5rem 0.9rem;
}

}

