
section#q0 {
    /* background-image: url("/assets/images/horoscope/horoscope_05.jpg") !important;
    background-size:cover;                      
    background-repeat:no-repeat;
    background-position: center center; */
    background-color: #000;
    margin: 0 auto;
    padding: 20px;
    overflow: hidden;
    margin-top: 10px;
    border-radius: 20px;
  }
  
  .module { 
    margin: 2% 0;
    &:nth-child(even) {
    margin-right: 0;
    }
    box-shadow: 0 1px 3px rgba(black, 0.2);
  }
  .navbar-default {
      border: 1px solid #00aced;
  }
  .module0 {
    min-height: 50px;
    padding: 10px;
    margin-right: 1%;
     margin-left: 1%;
    margin-bottom: 0;
    margin-top: 0;
   min-height: 100px;
  box-shadow: 0 1px 3px rgba(black, 0.2);
  }
  
  .days .module {
    width: 96%;
    position: relative;
    float: left;
    padding: 0;
    margin-right: 2%;
     margin-left: 2%;
    margin-bottom: 4%;
    &:nth-child(even) {
      margin-right: 0;
    }
    box-shadow: 0 1px 3px rgba(black, 0.2);
  }
   
  .come-in {
    transform: translateY(150px);
    animation: come-in 0.8s ease forwards;
  }
  .come-in:nth-child(odd) {
    animation-duration: 0.6s;
  }
  .already-visible {
    transform: translateY(0);
    animation: none;
  }
  
  @keyframes come-in {
    to { transform: translateY(0); }
  }
  
  .pulse0{
   
    cursor: pointer;
    border: 10px solid rgba(0,0,0,.5);
    /* background-image: url("/assets/images/horoscope/horoscope_02.jpg") ; */
    background-size:     cover;                      /* <------ */
      background-repeat:   no-repeat;
      background-position: center right; 
    padding: 0;
    margin: 0 0 10px 0;
  }
  
  .pulse{
    animation-name: pulse;
    -webkit-animation-name: pulse;  
    animation-duration: 3.5s; 
    -webkit-animation-duration: 3.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    cursor: pointer;
    padding: 5px;
    overflow: hidden;
  }
  .pulse svg{width:100%;}
  @keyframes pulse {
    0% {
      transform: scale(0.95);
      opacity: 0.9;   
    }
    50% {
      transform: scale(1);
      opacity: 1; 
    } 
    100% {
      transform: scale(0.95);
      opacity: 0.9; 
    }     
  }
  
  @-webkit-keyframes pulse {
    0% {
      -webkit-transform: scale(0.95);
      opacity: 0.9;   
    }
    50% {
      -webkit-transform: scale(1);
      opacity: 1; 
    } 
    100% {
      -webkit-transform: scale(0.95);
      opacity: 0.9; 
    }     
  }
  
  .pulse svg:hover{
  -webkit-transform: scale(1.05);
  -moz-transform:scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 1;  
  }
  .month-box { 
  padding: 0;
  color:#fff;
  /*background-position: center top;
  background-size: 100% auto;*/
  height: 100px;
  border-top: 1px solid #7D5714;
  text-align: center;
  margin-bottom: 10px;
  }
  .month-box a { color:#fff; }
  .month-box a:hover { color: #faf7a3;
      text-decoration: none; }
  .birthday-box {
  border: 2px solid transparent;
  padding: 0; 
  /*background-position: center top;
  background-size: 100% auto;*/
  text-align: center;
  margin-bottom: 20px;
  }
  .days .each-month-box .month-box {height: 70px; }
  
  
  #q1 li {list-style: none; }
  #q1 li a {display: block;
    float: left;
    color: #585858;
    text-decoration: none;
    padding: 6px 11px;
    margin-right: 6px;margin-bottom: 6px;
    width:2.5em;
    height: 2.5em;
    text-align: center;
    vertical-align: middle;
    background-color: rgba(256,256,256,0.8);
    /*background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#eee));
    background-image: -webkit-linear-gradient(top, #f7f7f7, #eee);
    background-image: -moz-linear-gradient(top, #f7f7f7, #eee);
    background-image: -ms-linear-gradient(top, #f7f7f7, #eee);
    background-image: -o-linear-gradient(top, #f7f7f7, #eee);
    background-image: linear-gradient(top, #f7f7f7, #eee);*/
    font-family:"Visby CF", sans-serif;
    border: 5px solid rgba(0,0,0,.2);
  }
  #q1 li a:hover {cursor: pointer;background-color: rgba(256,256,256,1);}
  
  .month-box strong {font-family: "Visby CF", sans-serif; font-weight: bold; font-size: 1.8em;color:#B58430;}
  .birthday-each {line-height: 1.5em; font-size: 1em;}
  .birthday-each span {font-size:2.3em;}
  .birthday-each-box {background-color: rgba(0,0,0,.6); padding: 20px; color: #fff;font-family: "Visby FC", sans-serif;}
  p.back {text-align: center; font-family: "Visby FC", sans-serif;color:rgba(256,256,256,1); clear:both;margin: 10px 0;}
  p.back:hover {cursor: pointer; color: #ffe659;}
  
  
  #star h1 {color:#B58430; font-family: "Visby CF", sans-serif; text-align: center; line-height: 0.6em;font-size: 45px;font-weight:bold;}
  #star { color: #fff; font-family: "Visby CF", sans-serif; background-color:rgba(0,0,0,0.3); 
    margin: 0 0 10px 0 ; background-repeat: no-repeat; background-position:top left;display: block; overflow: hidden;}
  #star h1 span {color: #fff; font-size: 16px;font-weight: 100;}
  #star h2 {margin: 0;font-family: "Visby CF", sans-serif;
      font-size: 24px;
      font-weight: normal;}
  
  #star h2 .yetm {
      font-size: 16px;
  }
  #star h2 strong {
      color: #fff;
      font-weight: normal;
  }
  #star h3 {font-size: 18px;}
  #star h3 img{width: 100%;}
  #star h3 span {
      color: #B58430;
      font-size: 14px; 
  }
  #star-left {text-align: center;}
  #star-left svg {max-height:300px;}
  .msg {font-weight: normal;font-size: 16px;color: #fff;}
  
  #star h5 {font-size: 18px; line-height: 1.4em;}
  #sign-char {background-color: rgba(256,256,256, 0); margin: 10px 0;}
  /* div#todaymsg {line-height: 1.6em;} */
  #todaymsg p {font-size: 20px;}
  .clrcode {
      border-radius: 10px;
      font-size: 8px;
  }
  
  table#date {
      color: #fff;
      font-family: "Visby FC", sans-serif;
      font-size: 22px; 
      font-weight: normal;
      margin: 0;
      text-align: center;
  }
  table#date td {
      vertical-align: top;
  }
  table#date strong {
      color: #d9d59a;
      font-weight: normal;
  }
  
  @media (max-width: 640px) {
  table#date {
      font-size: 14px;
  }
  }
  @media (max-width: 450px) {
  table#date {
      font-size: 10px;
  }
  }
  .prev {
      background-position: 0 0;
      height: 32px;
      margin: 0 auto;
      width: 125px;
      
  }
  .prev:hover {
      background-position: 0 -31px;
      height: 32px;
      margin: 0 auto;
      width: 125px;
  }
  .prev {
      background: url("/assets/images/horoscope/day_06.png") no-repeat scroll 0 0 transparent;
      border: medium none;
      cursor: pointer;
      display: block;
      font-size: 0;
      line-height: 0;
      overflow: hidden;
      text-indent: -9999px;
  }
  .next {
      background-position: 0 0;
      height: 32px;
      margin: 0 auto;
      width: 125px;
      
  }
  .next:hover {
      background-position: 0 -32px;
      height: 32px;
      margin: 0 auto;
      width: 125px;
  }
  .next {
      background: url("/assets/images/horoscope/day_08.png") no-repeat scroll 0 0 transparent;
      border: medium none;
      cursor: pointer;
      display: block;
      font-size: 0;
      line-height: 0;
      overflow: hidden;
      text-indent: -9999px;
  }
  
  .today {
      background-position: 0 0;
      height: 32px;
      margin: 0 auto;
      width: 125px;
      
  }
  .today:hover {
      background-position: 0 -31px;
      height: 32px;
      margin: 0 auto;
      width: 125px;
  }
  .today {
      background: url("/assets/images/horoscope/day_15.png") no-repeat scroll 0 0 transparent;
      border: medium none;
      cursor: pointer;
      display: block;
      font-size: 0;
      line-height: 0;
      overflow: hidden;
      text-indent: -9999px;
  }
  
  
  
  .tmtoday {
      background-position: 0 0;
      height: 32px;
      margin: 0 auto;
      width: 125px;
      
  }
  .tmtoday:hover {
      background-position: 0 -31px;
      height: 32px;
      margin: 0 auto;
      width: 125px;
  }
  .tmtoday {
      background: url("/assets/images/horoscope/day_11.png") no-repeat scroll 0 0 transparent;
      border: medium none;
      cursor: pointer;
      display: block;
      font-size: 0;
      line-height: 0;
      overflow: hidden;
      text-indent: -9999px;
  }
  .yetoday {
      background-position: 0 0;
      height: 32px;
      margin: 0 auto;
      width: 125px;
      
  }
  .yetoday:hover {
      background-position: 0 -31px;
      height: 32px;
      margin: 0 auto;
      width: 125px;
  }
  .yetoday {
      background: url("/assets/images/horoscope/day_13.png") no-repeat scroll 0 0 transparent;
      border: medium none;
      cursor: pointer;
      display: block;
      font-size: 0;
      line-height: 0;
      overflow: hidden;
      text-indent: -9999px;
  }
  .yetm { font-size: 16px; }


