.nb-plugin > .icon,
.weather_white16 {
	display: inline-block;
	cursor: pointer;
}

.nb-plugin,
.nb-shortcuts.is-active {
	position: relative;
}

.nb-plugin:before,
.nb-shortcuts.is-active:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 0;
	border-top: solid 0.5rem transparent;
	border-right: solid 0.5rem transparent;
	border-left: solid 0.5rem transparent;
	border-bottom: solid 0.5rem #fff;
	margin-left: -0.5rem;
}

.sc-horoscope__userSignInfo,
.sc-soccer__userTeamInfo {
	text-align: center;
	-ms-transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	transition: all 200ms linear;
}

.sc-horoscope__userSignInfo:hover,
.sc-soccer__userTeamInfo:hover,
.sc-horoscope__userSignInfo:focus,
.sc-soccer__userTeamInfo:focus {
	opacity: .6;
}

.sc-horoscope__changeSign,
.sc-soccer__changeTeam {
	display: block;
	width: 100%;
	margin: 0.5rem 0;
	font-size: 1rem;
	color: #65655d;
	text-align: center;
	cursor: pointer;
}

.sc-horoscope__changeSign:hover,
.sc-soccer__changeTeam:hover,
.sc-horoscope__changeSign:focus,
.sc-soccer__changeTeam:focus {
	text-decoration: underline;
}

.nb-plugin:before {
	display: none;
}

.nb-plugin.arrowOn:before {
	display: block;
}

.nb-shortcuts {
	display: block;
	width: 2.4rem;
	height: 2.1rem;
	margin-right: 1rem;
	margin-left: 1rem;
	position: relative;
	color: #fff;
	z-index: 9;
	font-size: 1.4em;
	text-decoration: none;
}

.nb-shortcuts .icon {
	-ms-transition: opacity 250ms linear;
	-webkit-transition: opacity 250ms linear;
	-moz-transition: opacity 250ms linear;
	transition: opacity 250ms linear;
}

html[data-range="xsmall"] .nb-shortcuts .icon,
html[data-range="small"] .nb-shortcuts .icon {
	margin-top: 0rem;
}

.nb-shortcuts .icon:active,
.nb-shortcuts .icon:hover {
	opacity: .8;
}

.shortcutsMenu__icon {
	float: right;
}

.nb-shortcuts {
	-ms-transition: width 120ms linear;
	-webkit-transition: width 120ms linear;
	-moz-transition: width 120ms linear;
	transition: width 120ms linear;
}

.nb-shortcuts.arrowOn:before {
	display: none;
}

.shortcutsMenu__area {
	position: absolute;
	top: 0;
	width: 100%;
	height: 30em;
	background-color: #fff;
}

.nb-container[data-locked="shortcuts"] .zaz-app-nb-lock {
	background: #ff7212;
}

.right-pannel__container {
	font-family: 'Ubuntu';
	position: absolute;
	right: -320px;
	top: 0;
	height: 100%;
	width: 320px;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.5) 0 -3px 5px;
	z-index: 2;
	-ms-transition: right 120ms linear;
	-webkit-transition: right 120ms linear;
	-moz-transition: right 120ms linear;
	transition: right 120ms linear;
}

.sc-plugins-list-container {
	height: 100%;
}

.zaz-app-nb-lock .sc-plugin.nb-plugin {
	position: relative;
	padding: 0 0.8rem;
	float: right;
}

.nb-shortcuts {
	width: auto;
}

.shortcutsItemsContainer {
	display: none;
}

.autoshowShortcuts .shortcutsMenu__icon {
	display: none;
}

.autoshowShortcuts .shortcutsItemsContainer {
	height: 100%;
	display: block;
	overflow: hidden;
}

.autoshowShortcuts .sc-plugins-list-container {
	width: auto;
	height: 100%;
}

.showShortcuts .shortcutsItemsContainer {
	display: block;
	position: absolute;
	top: 0;
	right: 40px;
	height: 100%;
	padding-top: 1rem;
}

.showShortcuts .nb-shortcuts {
	position: absolute;
	right: 0;
	top: 0;
	margin-right: 0;
	padding-right: 10px;
	width: 320px;
	z-index: 9;
	background-color: #ff7212;
	box-shadow: rgba(0, 0, 0, 0.5) 0 -3px 5px;
	padding-top: 1rem;
}

.showShortcuts .shortcutsMenu__icon {
	float: right;
	display: block;
}

.autoshowShortcuts .nb-shortcuts .nb-plugin,
.showShortcuts .nb-shortcuts .nb-plugin {
	margin: 0 10px;
}

.nb-plugin.right-pannel__container {
	position: absolute;
	min-width: 320px;
	background-color: #fff;
}

.nb-plugin.right-pannel__container span,
.nb-plugin.right-pannel__container strong {
	color: #000;
}

html[data-device-type="web"] .showShortcuts .nb-shortcuts {
	padding-top: 2rem;
}

html[data-device-type="web"] .showShortcuts .shortcutsItemsContainer {
	padding-top: 2rem;
}

#zaz-nb-plugin-weather {
	position: absolute;
	top: 30px;
	right: -30px;
	width: 806px;
	height: 0;
	overflow: hidden;
	background: #d7d7d7;
	-ms-transition: height 400ms linear;
	-webkit-transition: height 400ms linear;
	-moz-transition: height 400ms linear;
	transition: height 400ms linear;
}

#zaz-nb-plugin-weather.visible {
	height: 600px;
	border: solid 1px #65655d;
}

#zaz-nb-plugin-weather a {
	display: block;
	position: relative;
	width: 2.4rem;
	height: 2.1rem;
	margin: 1rem 0 0 1rem;
	color: #fff;
	font-size: 1.4em;
	text-decoration: none;
}

#zaz-nb-plugin-weather iframe {
	position: absolute;
	left: 0;
	top: -476px;
	width: 100%;
	height: 2024px;
}

.signs__list {
	padding: 0 1rem;
	width: 260px;
	margin: auto;
}

.signs__item {
	display: inline-block;
	margin: 1rem;
	-ms-transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	transition: all 200ms linear;
}

.signs__item:hover,
.signs__item:focus {
	opacity: .8;
}

.sc-horoscope__title {
	font-family: "Ubuntu", OpenSans, sans-serif;
	display: block;
	margin: 2rem 1rem;
}

.sc-horoscope__loader {
	display: block;
	margin: 2rem auto;
}

.sc-horoscope__userSign {
	display: block;
	margin: 0 auto;
}

.sc-horoscope__userSignLink {
	text-decoration: none;
}

.sc-horoscope__helpTxt {
	display: block;
	color: #65655d;
	padding-left: 1rem;
	margin: 1rem 0;
	font-size: 1.2rem;
	text-align: left;
}

.sc-horoscope__btnList {
	padding: 1rem 0;
	text-align: center;
}

.sc-horoscope__btnList li {
	display: inline-block;
	margin-left: 1rem;
}

.sc-horoscope__btnList li:first-child {
	margin-left: 0;
}

.sc-horoscope__signResume {
	font-size: 1.2rem;
	padding: 1rem;
	line-height: 1.4rem;
}

.sc-horoscope__outlink {
	display: block;
	text-align: right;
	text-decoration: none;
	margin-right: 1rem;
	-ms-transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	transition: all 200ms linear;
}

.sc-horoscope__outlink span.subtitle--XS {
	position: relative;
	top: -1rem;
	margin-right: 1em;
}

.sc-horoscope__outlink:hover {
	opacity: .8;
}

.sc-horoscope__keepReading {
	color: #65655d;
	text-decoration: none;
}

.sc-horoscope__keepReading:hover,
.sc-horoscope__keepReading:active {
	text-decoration: underline;
}

.sc-horoscope__today {
	font-size: 1.2rem;
	margin-top: 2em;
	display: block;
	text-align: center;
	color: #65655d;
}

.horoscopeNewSign {
	cursor: pointer;
}

.sc-horoscope__btnList a {
	color: #191917;
	font-weight: bold;
}

.sc__loggedUserHeader {
	background-size: cover;
	background-position: center center;
	width: 100%;
	min-height: 180px;
	background-color: #000;
	padding-top: 15px;
	position: relative;
	margin-bottom: 10px;
}

.sc__darkLayer {
	background: #000;
	opacity: .4;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.sc__loggedUserHeader img {
	margin: auto;
	width: 125px;
	height: 125px;
	border-radius: 50%;
	display: block;
	position: relative;
	z-index: 2;
}

.sc__loggedUserHeader h4,
.sc__notLoggedUserHeader h4 {
	margin: auto;
	text-align: center;
	color: #fff;
	position: relative;
	z-index: 2;
	font-weight: normal;
	margin-top: 10px;
	cursor: default;
}

.sc__userConfig {
	padding: 10px;
}

.sc__userConfigHeader {
	border-bottom: 1px solid #f3f3f3;
	padding-bottom: 10px;
	font-size: 1.2rem;
	color: #33332f;
}

.sc__socialNetworkConnected {
	text-align: right;
	padding: 15px 10px 0 0;
}

.sc__socialRead {
	text-align: left;
	margin: 2rem 0;
	position: relative;
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 10px;
}

.sc__socialRead b {
	font-size: 1.6rem;
	color: #33332f;
}

.sc__socialRead .cmp-switch-btn {
	position: absolute;
	right: 0;
	top: 0;
}

.sc-avatar {
	width: 2.4rem;
	height: 2.4rem;
	border-radius: 50%;
	cursor: pointer;
}

.sc__notLoggedUserHeader {
	background: url("../_img/bgImg.png");
	width: 100%;
	min-height: 180px;
	background-color: #000;
	padding-top: 15px;
	position: relative;
	margin-bottom: 10px;
}

.sc__notLoggedFace {
	background: url("../_img/user.png");
	background-position: center top;
	margin: auto;
	width: 108px;
	height: 108px;
	border-radius: 50%;
	display: block;
	position: relative;
	z-index: 2;
}

.sc__logInButtons,
.sc__notLogged-info,
.sc__socialNetworkConnected {
	font-size: 1.2rem;
	color: #65655d;
}

.sc__logInButtons {
	border-bottom: 1px solid #d7d7d7;
	margin: 10px;
	font-size: 1.1rem;
	text-align: center;
	padding-top: 25px;
}

.sc__notLogged-info {
	padding-left: 20px;
	margin-top: 40px;
}

.sc__notLogged-info .sc__nl-info-item {
	margin-bottom: 20px;
	min-height: 30px;
	display: block;
	clear: both;
}

.sc__notLogged-info .sc__nl-info-item .icon {
	float: left;
}

.sc__notLogged-info .sc__nl-info-item label {
	margin-left: 45px;
	display: block;
}

.sc__socialButtons {
	padding: 20px 0;
}

.sc__logout-link {
	color: #65655d;
	text-decoration: none;
}

.userSoccerMatches__matchTitle,
.teamsGuide__title {
	display: block;
	margin: 2rem 0 1rem;
	font-family: "Ubuntu", OpenSans, sans-serif;
}

.teamsGuide__championshipA,
.teamsGuide__championshipB {
	color: #65655d;
	text-decoration: none;
	display: none;
	-ms-transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	transition: all 200ms linear;
}

.teamsGuide__championshipA:hover,
.teamsGuide__championshipB:hover,
.teamsGuide__championshipA:focus,
.teamsGuide__championshipB:focus {
	opacity: .7;
}

.teamsGuide__control--left,
.teamsGuide__control--right {
	display: none;
	opacity: .5;
	cursor: pointer;
	-ms-transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	transition: all 200ms linear;
}

.teamsGuide__control--left:hover,
.teamsGuide__control--right:hover,
.teamsGuide__control--left:focus,
.teamsGuide__control--right:focus {
	opacity: 1;
}

.teamsGuide__listA,
.teamsGuide__listB {
	position: absolute;
	width: 18rem;
	margin: 1rem auto;
	-ms-transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	transition: all 200ms linear;
}

.teamsGuide__listA li,
.teamsGuide__listB li {
	display: inline;
	position: relative;
	float: left;
	margin: 0.5rem;
	cursor: pointer;
}

.teamsGuide__listA li .sc-newTeam,
.teamsGuide__listB li .sc-newTeam {
	display: block;
	position: relative;
}

.teamsGuide__listA li:hover .sc-team-ico,
.teamsGuide__listB li:hover .sc-team-ico,
.teamsGuide__listA li:focus .sc-team-ico,
.teamsGuide__listB li:focus .sc-team-ico {
	-ms-transform: scale(1.25);
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	transform: scale(1.25);
}

#sc-soccer-team {
	min-width: 20px;
	min-height: 20px;
}

.sc-goTo {
	position: relative;
	top: -0.5rem;
}

#sc-userTeam .sc-teamLink {
	display: block;
	margin: auto;
	text-align: center;
	text-decoration: none;
}

.sc-soccer__userTeamInfo {
	margin-top: 2rem;
}

.sc-soccer__userTeamInfo .sc-teamName {
	color: #47423a;
	display: block;
	font-size: 17px;
	font-weight: 600;
	text-align: center;
	padding: 5px 0 15px 0;
	width: 100%;
}

.userTeam__news {
	margin-top: 2rem;
}

.userTeam__news li {
	overflow: hidden;
}

.userTeam__news hr {
	display: block;
	margin: 1.5rem auto;
	width: 90%;
	height: 1px;
	border: none;
	background-color: #f1f1f1;
}

.userTeam__newslink {
	font-size: 1.2rem;
	padding: 0 1rem;
	display: inline-block;
	text-decoration: none;
	color: #33332f;
	-ms-transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	transition: all 200ms linear;
}

.userTeam__newslink:hover,
.userTeam__newslink:focus {
	opacity: .75;
}

.userTeam__newsPicture {
	float: left;
	margin-right: 1rem;
	border-radius: 5px;
}

.sc-team-ico {
	position: relative;
	width: 25px;
	height: 25px;
}

#sc-teamList .sc-team-ico {
	-webkit-backface-visibility: hidden;
	background: #fff;
}

.userSoccerMatches {
	padding: 0 1rem;
	margin-bottom: 3rem;
}

.userSoccerMatches__game {
	border-bottom: solid 1px #f1f1f1;
}

.userSoccerMatches__wrap {
	float: left;
	width: 90%;
	border-right: solid 1px #f1f1f1;
	overflow: hidden;
}

.userSoccerMatches__game {
	overflow: hidden;
}

.userSoccerMatches__game:hover .userSoccerMatches__wrap,
.userSoccerMatches__game:hover .userSoccerMatches__link,
.userSoccerMatches__game:focus .userSoccerMatches__wrap,
.userSoccerMatches__game:focus .userSoccerMatches__link {
	opacity: .7;
}

.userSoccerMatches__score {
	float: left;
	width: 55%;
	margin-bottom: 2rem;
}

.userSoccerMatches__score span {
	position: relative;
	bottom: 1rem;
	margin: 0 0.5rem;
	font-weight: bold;
}

.userSoccerMatches__info {
	float: right;
	width: 45%;
	margin-bottom: 2rem;
}

.userSoccerMatches__link {
	float: left;
	width: 10%;
	height: 9rem;
	text-align: center;
}

.userSoccerMatches__link:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.userSoccerMatches__link a[href=''] {
	display: none;
}

.userSoccerMatches__teamLogo {
	width: 3.2rem;
}

.userSoccerMatches__matchTitle {
	text-transform: uppercase;
	font-size: 1.4rem;
}

.userSoccerMatches__status {
	display: block;
	font-style: italic;
}

.userSoccerMatches__date {
	color: #65655d;
	font-style: italic;
	text-transform: uppercase;
}

.userSoccerMatches__championship {
	padding: 1rem;
	font-size: 1.2rem;
	color: #65655d;
	font-style: italic;
	text-align: right;
	border-top: solid 1px #f1f1f1;
	clear: both;
}

.teamsGuide {
	width: 21.5rem;
	margin: 0 auto;
	overflow: hidden;
}

.teamsGuide div {
	position: relative;
	height: 18rem;
	width: 18rem;
	margin: 0 auto;
}

.teamsGuide__title {
	text-transform: uppercase;
	font-size: 1.2rem;
	text-align: center;
}

.teamsGuide__control {
	position: relative;
	display: flex;
	justify-content: center;
	text-align: center;
}

.teamsGuide__control--left {
	position: absolute;
	left: 0;
}

.teamsGuide[data-show="b"] .teamsGuide__control--left {
	display: inline-block;
}

.teamsGuide__control--right {
	position: absolute;
	right: 0;
}

.teamsGuide[data-show="a"] .teamsGuide__control--right {
	display: inline-block;
}

.teamsGuide[data-show="a"] .teamsGuide__listA {
	left: 0;
}

.teamsGuide[data-show="b"] .teamsGuide__listA {
	left: -200px;
}

.teamsGuide[data-show="a"] .teamsGuide__listB {
	left: 200px;
}

.teamsGuide[data-show="b"] .teamsGuide__listB {
	left: 0;
}

.teamsGuide[data-show="a"] .teamsGuide__championshipA {
	display: inline-block;
}

.teamsGuide[data-show="b"] .teamsGuide__championshipB {
	display: inline-block;
}

#shortcutsItemsContainer [data-notification] {
	right: -10px;
}

.sc-loader:empty::before {
	content: '';
	background: url("http://s1.trrsf.com/fe/zaz-icons/gif/loader.gif");
	width: 32px;
	height: 32px;
	display: block;
	margin: 50px auto;
}

/*# sourceMappingURL=shortcuts.css.map */

