.oh_calendar_widget .blue.widget-title{margin-bottom: 0;}
.calendar-footer {

    position: absolute;
    bottom: 0px; 
    text-align: center;
    width: 100%;


}
.calendar {
    width: 100%;
}
.cal-1 {
    width:90%;
}
.cal-1m {
    margin:0 5%;
}
.cal-1mt {
    margin-top:10px;
}
.cal-2mt {
    margin-top:20px;
}
.cal-2 {
    width:60%;
}
.cal-3 {
    width:40%;
}
.cal-4 {
    width:25%;
}
.cal-5 {
    width:25%;
}
.cal-m5 {
    margin:0 0%;
}
.cal-small {
    font-size:12px;
    display:block;
}
.cal-illumination {
    position:absolute;
    bottom:-20px;
    left:10px;
    font-weight:normal;
    font-size:17px;
}
.cal-phase-name{
    text-align:left !important;
    padding-left:35px;
}
.cal-right-day p {
    
}
.cal-right-day b {
    font-size:1.2em;
}
.cal-inline {
    display:inline-block;
    position:relative;
    text-align: center;
    float:left;
}
.cal-img-res {
    width: 100%;
    height: auto;
    max-width: 100%;
}
.cal-mb5 {
    margin-bottom:5px !important;
}
.cal-img-res-custom {
    max-width:45%!important;
}
.cal-old-phases {
    display:block;
    width:100%;
    padding:5px;
    text-align: center;
    float:left;
}
.cal-moon-img {
    margin-top:20px;
}
.psychotronika_moon_phases {
    background: url('../img/bg_moon_phases.png') repeat-y  center center !important; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
     background-size: cover;
     padding-bottom:0px !important;
}
.psychotronika_moon_phases h2, .psychotronika_moon_phases h4 {
   /* color:#fff !important;*/
    text-align:center;
    margin-top:10px !important;
    margin-bottom:10px !important;
}
.calendar-wrapper {
    /*border:1px solid #F1F1F1 ;*/
    position: relative;
    
    text-align: center;
    color: #fff;
    /*font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;*/
    min-height: 420px;
	display: inline-block;
	width:100%;
    
}
.calendar-wrapper a {
    text-decoration: none;
    box-shadow: none !important;
    -webkit-box-shadow:none !important;
transition: none !important;  
-webkit-transition: none !important;
}
.calendar-end {
    /*border-top:1px solid #000;*/
}
.calendar-wrapper .month-nav {
    /*position: absolute;*/
    width: 100%;
    top: 12px;
    direction: ltr;
    font-size:20px;
    padding:5px 15px;

}


.calendar-wrapper #cal-next,.calendar-wrapper #cal-prev, .calendar-wrapper #cal-next-day,.calendar-wrapper #cal-prev-day{
    font-size: 1.5em;
    font-weight: bold;
    /*margin: 5px 15px;*/
    line-height:1;
    color:#fff;
}
.show-calendar-all, .show-calendar-all:hover, .day-number:hover {
    color:#fff !important;
    cursor:pointer;
}
.calendar-wrapper #cal-next:hover,.calendar-wrapper #cal-prev:hover{text-decoration: none;
    color:#fff;
}

 .calendar-wrapper #cal-next, .calendar-wrapper #cal-next-day{float:right; color:#fff;} 
 .calendar-wrapper #cal-prev, .calendar-wrapper #cal-prev-day{float:left; color:#fff;}

.rtl .calendar-wrapper #cal-next{float:left}
.rtl .calendar-wrapper #cal-prev{float:right}
.rtl .calendar-wrapper #cal-next-day{float:left}
.rtl .calendar-wrapper #cal-prev-day{float:right}
.calendar-wrapper table{
    margin:0;
    color: #18486B;
    border:none;
	background: none;
}
.calendar-row {
    border-bottom:0px !important;
}

.calendar-wrapper table td{
    text-align: center;
    vertical-align: middle;
    width:13%;
    padding:0px 0%;
    font-size: 15px;
    border:none;
}
.calendar-wrapper h2{
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    margin: 0;
    padding:10px 0;
    border-bottom: 1px solid #fff;
}
.calendar-day-head {
    border-top: none;
    margin-bottom: 10px;
    color:#fff;
     border-bottom:1px solid #fff !important;
    /*font-weight: bold;*/
}
.day-number img {
    padding:3px;
	display:block;
	width:100%;
    
}
.day-number {
    padding: 6px 0;
    font-weight: bold;
    cursor:pointer;
    z-index:10;
    color:#fff;
    position: relative;
     
}

.calendar-day {
     position:relative;
     padding:2px;
     
     
}
.cal-day-num {
    position:absolute;
    right:0px;
    bottom:-5px;
}
.calendar-wrapper .event-details h3{
    padding:0;
    font-size: 18px;
    margin:0;
}
.cal-circle {
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      border-radius: 50px;
      border:2px solid #fff !important;
      -webkit-box-shadow: 0px 0px 30px 0px rgba(165, 165, 165, 0.75);
    -moz-box-shadow:    0px 0px 30px 0px rgba(165, 165, 165, 0.75);
    box-shadow:         0px 0px 30px 0px rgba(165, 165, 165, 0.75);
}
.cal-circle-green {
    border:2px solid #00B500 !important;
}
.calendar-wrapper .calendar-day{cursor: default; text-align: center;vertical-align: middle    ;color: #18486B;}
.calendar-wrapper .calendar-day.has_events {
    cursor: pointer;
    background: #B5CD40;
}




.ai {
  background: #000;
  color:#ffffff;
  display:inline-block;
  font-size:22px;

}
.ai.aries:before {
    content:"\2648";
}
.ai.taurus:before {
    content:"\2649";
}
.ai.gemini:before {
    content:"\264A";
}
.ai.cancer:before {
    content:"\264B";
}
.ai.leo:before {
    content:"\264C";
}
.ai.virgo:before {
    content:"\264D";
}
.ai.libra:before {
    content:"\264E";
}
.ai.scorpio:before {
    content:"\264F";
}
.ai.sagittarius:before {
    content:"\2650";
}
.ai.capricorn:before {
    content:"\2651";
}
.ai.aquarius:before {
    content:"\2652";
}
.ai.pisces:before {
    content:"\2653";
}

.bubblingG {
    margin:0px auto;
    text-align: center;
    width:40px;
    height:25px;
    padding-top:50px;
}

.bubblingG span {
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    margin: 13px auto;
    background: #000000;
    -moz-border-radius: 25px;
    -moz-animation: bubblingG 0.8s infinite alternate;
    -webkit-border-radius: 25px;
    -webkit-animation: bubblingG 0.8s infinite alternate;
    -ms-border-radius: 25px;
    -ms-animation: bubblingG 0.8s infinite alternate;
    -o-border-radius: 25px;
    -o-animation: bubblingG 0.8s infinite alternate;
    border-radius: 25px;
    animation: bubblingG 0.8s infinite alternate;
}

#bubblingG_1 {
    -moz-animation-delay: 0s;
    -webkit-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
}

#bubblingG_2 {
    -moz-animation-delay: 0.24s;
    -webkit-animation-delay: 0.24s;
    -ms-animation-delay: 0.24s;
    -o-animation-delay: 0.24s;
    animation-delay: 0.24s;
}

#bubblingG_3 {
    -moz-animation-delay: 0.48s;
    -webkit-animation-delay: 0.48s;
    -ms-animation-delay: 0.48s;
    -o-animation-delay: 0.48s;
    animation-delay: 0.48s;
}

@-moz-keyframes bubblingG {
    0% {
        width: 5px;
        height: 5px;
        background-color:#000000;
        -moz-transform: translateY(0);
    }

    100% {
        width: 12px;
        height: 12px;
        background-color:#FFFFFF;
        -moz-transform: translateY(-11px);
    }

}

@-webkit-keyframes bubblingG {
    0% {
        width: 5px;
        height: 5px;
        background-color:#000000;
        -webkit-transform: translateY(0);
    }

    100% {
        width: 12px;
        height: 12px;
        background-color:#FFFFFF;
        -webkit-transform: translateY(-11px);
    }

}

@-ms-keyframes bubblingG {
    0% {
        width: 5px;
        height: 5px;
        background-color:#000000;
        -ms-transform: translateY(0);
    }

   100% {
        width: 12px;
        height: 12px;
        background-color:#FFFFFF;
        -ms-transform: translateY(-11px);
    }

}
@-o-keyframes bubblingG {
    0% {
        width: 5px;
        height: 5px;
        background-color:#000000;
        -o-transform: translateY(0);
    }
    100% {
        width: 12px;
        height: 12px;
        background-color:#FFFFFF;
        -o-transform: translateY(-11px);
    }

}

@keyframes bubblingG {
    0% {
        width: 5px;
        height: 5px;
        background-color:#000000;
        transform: translateY(0);
    }

    100% {
        width: 12px;
        height: 12px;
        background-color:#FFFFFF;
        transform: translateY(-11px);
    }

}
#city-calendar-wrapper {
    float: left;
    width: 100%;
    margin-top: 10px;
}
#city-calendar-wrapper select {
    background:none; border:none; padding:5px; color:#fff; width:60%;
    cursor:pointer; height:auto;
        text-align: center;
    text-align-last: center;
-ms-text-align-last: center;
-moz-text-align-last: center;
    outline:none;

}
#city-calendar-wrapper select option {
 color: #000;
}
#city-calendar-wrapper select option:checked { color:#fff; }



/*ComputerSoft - start*/
.psychotronika_moon_phases.widget{ width: 300px; max-width: 100%; margin-right: auto; margin-left: auto; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1); }
.psychotronika_moon_phases.widget .widget-title{ background: #fff; padding: 12px; font-size: 18px; line-height: 28px; text-align: center; color: #232323; }
.psychotronika_moon_phases.widget .calendar-wrapper{ padding: 20px; }
/*ComputerSoft - end*/