.card {
    border-radius: 4px;
}

.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%;
}

.horoscope .mosaic li {
    display: inline-block;
    width: 33%;
    margin-bottom: 14px;
}

.horoscope .mosaic .icon {
    margin: 0 auto;
    cursor: pointer;
    display: block;
    overflow: hidden;
    text-indent: -99px;
}

/*card horoscopo*/

.horoscope .arrow-previous::before {
    content: "\46";
	-webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */

    /* No support for these yet, use at own risk */
    -o-user-select: none;
    user-select: none;
}
.horoscope .arrow-next::before {
    content: "\45";
	-webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */

    /* No support for these yet, use at own risk */
    -o-user-select: none;
    user-select: none;
}

.horoscope .icon:hover,
.horoscope .icon.disabled {
    opacity:.2;
}
.horoscope .icon.disabled {
    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 .icon:first-child {
    float: left;
    text-align: left;
}

.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;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */

    /* No support for these yet, use at own risk */
    -o-user-select: none;
    user-select: none; 
}

.horoscope .items-wrap {
    text-align: center;
    height: 300px;
    overflow: hidden;
    width: 300px;
    margin: 0 auto;
}

.horoscope  .items-wrap .title {
    font-size: 18px;
    font-weight: 700;
    color: #191917;
    height: 53px;
    line-height: 52px;
    font-style: italic;
}

.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;
    height: 300px;
    width: 300px;
    transition:opacity 1.5s;
    -webkit-transition:opacity 1.5s;
    -moz-transition:opacity 1.5s;
    -o-transition:opacity 1.5s;
}

.horoscope .items-wrap .item.close{
    opacity: 0;
}

.horoscope .img-rouded{
    border-radius: 50%;
    position: relative;
    margin-bottom: 6px;
    width: 112px;
    height: 112px;
    margin: auto;
    overflow: hidden;
    cursor: pointer;
    display: block;
    /*background: url('../_img/signos.gif') no-repeat;*/
}

.horoscope .img-rouded.over, .horoscope .description.over {
    opacity: .5;
}

.horoscope .img-rouded::before {
    position: absolute;
    border-radius: 50%;
    display: block;
    width: 112px;
    height: 112px;
    content: "";
    box-shadow: inset 0px 1px 2px 1px #D7D7D7;
    -webkit-box-shadow: inset 0px 1px 2px 1px #D7D7D7;
    -moz-box-shadow: inset 0px 1px 2px 1px #D7D7D7;
    -o-box-shadow: inset 0px 1px 2px 1px #D7D7D7;
    border:none;
    opacity:.9;
}

.horoscope .change {
	font-size: 12px;
	color: #6C6C6C;
	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 {
    font-size: 14px;
    color: #191917;
    line-height: 9px;
    padding: 17px 0 16px;
    font-weight: 600;
}

.horoscope .date span {
    font-weight: normal;
}

.horoscope .description {
    margin: 0 20px;
    font-size: 12px;
    color: #6C6C6C;
    height: 30px;
    overflow: hidden;
    font-weight: 600;
    line-height: 14px;
    cursor: pointer;
}

.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;
}

.horoscope .img-rouded .icon {
    margin: 20px auto 0;
    position: relative;
    display: block;
    overflow: hidden;
    text-indent: 99px;
}

.horoscope .icon-78 {
    background-size: 78px auto;
    width: 78px;
    height: 78px;

}

/*NIGHTMODE THEME*/
.nightmode .horoscope header,
.nightmode .horoscope nav .icon,
.nightmode .horoscope .description,
.nightmode .horoscope .date,
.nightmode .horoscope  .items-wrap .title,
.nightmode .horoscope .change {
    color: #f1f1f1;
}
