﻿html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {  display: block;}
audio,canvas,progress,video {  display: inline-block;  vertical-align: baseline;}
audio:not([controls]) {  display: none;  height: 0;}
[hidden],template {  display: none;}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;more-btn
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
body{background:#fff;font-size:18px; color:#292929; line-height:1.5; margin:0; padding:0;}
h1, h2, h3, h4, h5, h6{ font-family: 'Philosopher', sans-serif;line-height:1.4;font-weight:500;padding-bottom:10px; font-size:16px; font-weight:bold;}
h1{font-size:2.125em; color:#123983;}
h2, h3, h4, h5, h6{ color: #123983;font-size: 1.500em;margin: 7px 0 0;padding-bottom: 4px;}
/*h3{font-size:1.5625em; color:#164296; margin: 10px 0 0; padding-bottom: 7px;}
h4{font-size:1.3125em; color:#000; margin: 7px 0 0; padding-bottom: 7px;}
h5{font-size:1.2125em; color:#000; margin: 7px 0 0; padding-bottom: 7px;}
h6{font-size:1.2125em;color:#000; margin: 7px 0 0;padding-bottom: 7px;}*/
.sub-title {
    color: #222;font-family: 'Philosopher', sans-serif;line-height:1.4;
    font-size: 1.3125em;
    margin: 7px 0 0;
    padding:0 0 7px; font-weight:600;
}
h2 + .sub-title, h3 + .sub-title, h4 + .sub-title, h5 + .sub-title, h6 + .sub-title{ margin-top:0;}
p { margin: 0; padding: 5px 0 10px; font-size:.889em;}
.failure{color:#ff0000;font-weight:bold;}
.success{color:#008000;font-weight:bold;}
.validators{color:#ff0000}
a{color:#ed3902; }
a:hover{ color:#ff501b; text-decoration:none}
.position-rel{position:relative;}
img{max-width:100%;}
.center{ text-align:center;}
.clear{clear:both;}
.bold{font-weight:bold;}
.height10 {height: 10px;}
.height20{height:20px;}
.height30{height:30px;}
.height40{height:40px;}
.height50{height:50px;}
.error-message{color:#ff0000;font-weight:bold;}
.success-message{color:#008000;font-weight:bold;}
.left-img{ float:left; margin:10px;}
.right-img{ float:right; margin:10px;}
input {
    border: 1px solid #9c8479;
    color: #888;
    font-family: lato;
    font-size: 16px;
    margin: 5px 0;
    padding: 8px 7px;
    width: 230px;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 1280px;
  }
}

.tooltip-wrap .tooltip {
   background: #fff none repeat scroll 0 0;
    border-radius: 8px;
    top:120%;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    color: #2658b7;
    display: block;
    left:0%;
    margin-bottom: 15px;
    opacity: 0;
    padding: 10px;
    pointer-events: none;
    position: absolute;
    width: 100%; z-index:1;
  -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
     -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
       -o-transition: all .25s ease-out;
          transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
     -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
       -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.tooltip-wrap .tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}

/* CSS Triangles - see Trevor's post */
.tooltip-wrap .tooltip:after {
  border-left: solid transparent 7px;
  border-right: solid transparent 7px;
  border-bottom: solid #fff 7px;
  top: -7px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}

.tooltip-wrap > a:hover ~ .tooltip {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
       -o-transform: translateY(0px);
          transform: translateY(0px);
}
/*----------*/

.tooltip-wrap-year::after {
    content: "";
    height: 18px;
    position: absolute;
    right: -23px;
    top: 9px;
    width: 25px
}
.tooltip-wrap-year {
    position: relative; color:#fff;
}

.tooltip-wrap-year .tooltip {
   background: #fff none repeat scroll 0 0;
    border-radius: 8px;
    bottom:100%;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    color: #2658b7;
    display: block;
    left: -100%;
    margin-bottom: 0px; cursor:pointer;
    opacity: 0;
    padding: 10px;
    pointer-events: none;
    position: absolute; font-size:.5em !important;
    width: 100%; min-width:200px;
  -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
     -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
       -o-transition: all .25s ease-out;
          transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
     -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
       -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.tooltip-wrap-year .tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}

/* CSS Triangles - see Trevor's post */
.tooltip-wrap-year .tooltip:after {
  border-left: solid transparent 7px;
  border-right: solid transparent 7px;
  border-top: solid #fff 7px;
  bottom: -7px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}

.tooltip-wrap-year:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
       -o-transform: translateY(0px);
          transform: translateY(0px);
}
.locat-edit.locat-open ~ .tooltip {
    display: none;
}
.astrowiki-btn, input[type="submit"], input[type="button"] {
    background: #fe5e08 none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 2px;
    color: #fff;
    font-weight: bold;
    padding: 7px 14px;
}
.astrowiki-btn:hover, input[type="submit"]:hover, input[type="button"]:hover {
    background: #e45304 none repeat scroll 0 0;
    border: 1px solid #e22d33;
    transition: all 0.5s ease-in-out 0s; color:#fff; text-decoration:none;
}

/* header */
header{ background:#123474;float: left;
    width: 100%;}
.logo-wrap{ float:left; width:20%;}
.logo{background:rgba(0, 0, 0, 0) url("../images/logo.png") no-repeat scroll 0 0;display:block;height:90px;outline:0 none;overflow:hidden;width:172px; margin:12px 0; max-width:100%;}
.middle{ float:left; width:55%; margin:0 4%}
.slogan{background:rgba(0, 0, 0, 0) url("../images/av-tag-line.png") no-repeat scroll 0 0;display:block;height:31px;outline:0 none;overflow:hidden; margin:40px auto 20px; max-width:100%;}
.head-location {
    color: #fff;
    font-size: 0.75em;
    margin-top: 10px;
    position: relative;
}
.head-location a {
  background: rgba(0, 0, 0, 0) url("../images/logo.png") no-repeat scroll 0 -158px;
    color: #fff;
    display: inline-block;
    max-width: 89%;
    overflow: hidden;
    padding-left: 14px;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.head-location a:hover, .head-location a:focus{ text-decoration:underline; color:#fff;}
.head-location .head-loca-edit{
    background: rgba(0, 0, 0, 0) url("../images/logo.png") no-repeat scroll 3px -187px;
    display: inline-block;
    height: 16px;
    width: 14px; position:relative;
}
/*.head-loca-edit::after {
    background: #fff none repeat scroll 0 0;
    bottom: -3px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}
*/


.head-location-hidden {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    padding: 0px;
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 1001;
}
.head-location-hidden .arrow {
    border-bottom: 11px solid #d3d3d3;
    border-left: 11px solid rgba(0, 0, 0, 0);
    border-right: 11px solid rgba(0, 0, 0, 0);
    height: 0;
    position: absolute;
    right: 41px;
    top: -11px;
    width: 0;
    z-index: 9;
}
.head-location-hidden .arrow::after {
    border-bottom: 10px solid #ffffff;
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    bottom: -12px;
    content: "";
    height: 0;
    left: -10px;
    position: absolute;
    width: 0;
    z-index: 1;
}
.head-location-hidden input {
    margin: 0;
    position: relative;padding-left: 25px;
}
.locat-icon {
    background: rgba(0, 0, 0, 0) url("../images/logo.png") no-repeat scroll 0 -210px;
    display: inline-block;
    height: 15px;
    left: 8px;
    position: absolute;
    top: 13px;
    width: 13px;
    z-index: 999;
}

.tp-autocomplete {
  position: relative;
  max-width: em(400px);
}

.tp-ac__input {
  width: 100%;
  padding: em(5px, 20px);

  border: solid 1px transparent;
  border-radius: 0;
  background-color: #fafafa;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, .35);

  font-size: em(20px);
  font-weight: bold;

  -webkit-appearance: none;

  text-overflow: ellipsis;

  &::placeholder {
    color: #ccc;

    -webkit-font-smoothing: antialiased;
  }

  &:focus {
    outline: none;
  }

  &::-ms-clear {
    display: none;
  }

  .spinner & {
    padding-right: em(30px, 20px);
    margin-right: em(-30px, 20px);
  }
}

.tp-ac__list {
  position: absolute;
  z-index: 1;

  width: 100%;
  margin: 0; padding-left:0;


  list-style-type: none;
border-left:1px solid #ddd; border-bottom:1px solid #ddd; border-right:1px solid #ddd;
  color: #979797;
  background-color: #fff;

top:102%;
  font-size: em(13px); text-align:left; font-family:Open Sans;
}

.tp-ac__item {
  overflow: hidden;

  padding: 3px;

  cursor: pointer;
  user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis;

}
.tp-ac__item:hover { background:#f5f5f5; color:#000;}
  /*span {
    color: #4a4a4a;

  }*/



@keyframes spinner {
  to { transform: rotate(360deg); }
}

.spinner:before {
  position: absolute;
  top: 50%;
  right: em(8px);

  width: em(16px);
  height: em(16px);
  margin-top: em(-10px, 16px);
  margin-left: em(-10px, 16px);

  content: '';
  animation: spinner 1s linear infinite;

  border: 2px solid rgba(0, 0, 0, .3);
  border-top-color: rgba(0, 0, 0, .6);
  border-radius: 50%;
}





/*************************************** menu ***************************************/

nav.navbar {
    background:#fff;
    border: medium none;
    margin-bottom: 0; min-height:auto;  border-radius:3px;
}

.nav-menu {
    list-style: none;
     *zoom: 1;
     padding:0;  margin-bottom:0;
}
.nav-menu:before,
.nav-menu:after {
    content: " ";
    display: table;
}
.nav-menu:after {
    clear: both;
}

/*.nav-menu a {
    color: #01396f;
    font-size: 14px;
    padding: 5px 10px;
}*/

.nav-menu a:hover{ text-decoration:none; color:#04489c;}

a.navmenu-parent{ position:relative;}
a.navmenu-parent::after {
    content: "";
border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px dashed;
    font-size: 15px;
    font-weight: normal;
    position: absolute;
    right: -5px;
    top: 50%;
}
.hover > a.navmenu-parent::after { color:#04489c; }
/*.nav-menu li {
    position: relative; white-space:nowrap;
}*/
.nav-menu > li {
    display:inline-block;
}
.nav-menu > li.hover > a {
    background: #fff;
}
.nav-menu > li > a {
    display: block;
}
.nav-menu li  ul {
    position: absolute;
    left: -9999px;
}
.nav-menu > li.hover > ul {
   left: 0;
    top: 100%;
}
.nav-menu li li.hover ul {
    left: 100%;
    top: 0;background: #fff;
}
.nav-menu li li.hover > a {
    background: #fff;
}
/*.nav-menu li li a {
    display: block;
    position: relative; margin: 0;
    z-index:100;
    border-top: 1px solid #e7eaec;padding: 10px;
}*/
.nav-menu li li a.navmenu-parent::after {  border-bottom: 4px solid transparent;
    border-left: 4px dashed;
    border-top: 4px solid transparent;
    right: 10px;
    top: 40%;}
.nav-menu li li li a {

    z-index:200;
    border-top: 1px solid #e7eaec;padding-left:15px;
}

@media screen and (max-width: 767px)
{
    #navbar {
    clear: both;
    display: block;
    float: none;
}
    .active {
        display: block;
    }
    .nav-menu{overflow:hidden;}
    .nav-menu > li {
        display: block; border-bottom: 1px solid #ebebeb;
    }
     .nav-menu ul {
        display: block;
        width: 100%;   box-shadow: 3px 0 10px -5px rgba(0, 0, 0, 0.4);
    }
    .nav-menu a{ margin:0;}
   .nav-menu > li.hover > ul , .nav-menu li li.hover ul {
        position: static;
    }
.nav-menu li li a {
  padding-left:7px;
}
.nav-menu li li li a {
padding-left:15px;
}
a.navmenu-parent::after { right:10px;
    }

}


section.festive-sec {

}

.festival-inner {
    background: #fff none repeat scroll 0 0;
    margin: 20px 0;
    padding: 20px;
}

.head-timerwrap{ float:right; width:16%;text-align: right; }
.head-timer {
     background: #00256c none repeat scroll 0 0;
    border-radius: 3px;
    display: inline-block;
    font-family: philosopher;
    font-size: 16px;
    margin: 10px 0 0;
    padding: 11px 20px;
    text-align: center;
}
.head-date, .head-time{ color:#f9ffb7;}
.head-day{ color:#fff;}

.date-box-wrap {
    background: #2658b7 none repeat scroll 0 0;
    border: 4px solid #123474;
    border-radius: 3px;
    color: #fff;
    float: left;
    font-family: philosopher;
    font-weight: bold;
    margin:12px 4% 20px 1%;
    max-width: 100%;
    padding: 10px;
    text-align: center;
    width: 20%;
}
.box-day {
    font-size: 1.8125em;
}
.box-date {
    color: #fdffe8;
    font-size: 6.375em;
    line-height: 1;
}
.box-month, .box-year {
    font-size: 1.5em;
    line-height: 1.3; position:relative;
}
.box-leftarrow {
    background: rgba(0, 0, 0, 0) url("../images/festiv-icon.png") no-repeat scroll 0 -475px;
    bottom: 6px;
    height: 23px;
    left: 20px;
    position: absolute;
    width: 14px;
}
.box-rightarrow {
    background: rgba(0, 0, 0, 0) url("../images/festiv-icon.png") no-repeat scroll 0 -430px;
    bottom: 6px;
    height: 23px;
    right: 20px;
    position: absolute;
    width: 14px;
}

.boxyear-hidden {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #123474;
    margin: 10px 0 0;
    padding: 7px 10px 1px;
    text-align: left;
    vertical-align: top;
}
.boxyear-icon {
    background: rgba(0, 0, 0, 0) url("../images/festiv-icon.png") no-repeat scroll 0 -590px;
    display: inline-block;
    height: 24px;
    width: 20px;
}
.boxyear-hidden input {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    display: inline-block;
    margin: 0;
    padding: 3px 9px;
    vertical-align: top;
    width: auto;
}
.boxyear-hidden input[type="text"] {
    width: 140px;
}

.boxyear-hidden input[type="button"] {
    background: rgba(0, 0, 0, 0) url("../images/festiv-icon.png") no-repeat scroll 0 -623px;
    height: 20px;
    text-align: right;
    width: 20px; float:right;
}
.boxyear-hidden input[type="submit"] {
    background: rgba(0, 0, 0, 0) url("../images/festiv-icon.png") no-repeat scroll 0 -623px;
    height: 20px;
    text-align: right;
    width: 20px; float:right;
}

.feative-headwrap {
    float: left;
    width: 75%;
}
.festive-titile h1 {
    margin: 0;
}

.festive-titile {
    float: left;
    width:100%;
}
.titile-lacation {
    background: rgba(0, 0, 0, 0) url("../images/festiv-icon.png") no-repeat scroll 0 5px;
    padding-left: 19px;
}
.edit-location {
    font-size: 13px;
    margin: 0 5px;
    position: relative;
}
.edit-location::after {
    background: rgba(0, 0, 0, 0) url("../images/festiv-icon.png") no-repeat scroll 0 -26px;
    content: "";
    height: 21px;
    position: absolute;
    right: -22px;
    width: 22px;
}
.titile-datepicker {
    margin: 10px 0;
    position: relative;
    width: 230px;
}
.titile-datepicker::after {
    background: rgba(0, 0, 0, 0) url("../images/festiv-icon.png") no-repeat scroll 0 -64px;
    content: "";
    height: 35px;
    position: absolute;
    right: 7px;
    top: 10px;
    width: 25px;
}

.festive-goodtime-wrap {
    border: 3px solid #fef3ee;
    color: #555;
    float: left;
    font-family: philosopher;
    line-height: 1.2;
    padding:15px 5px 10px;
    text-align: center;
    width: 99%;
}
.festive-dangtime, .festive-goodtime, .festive-poision {
    float: left;
    margin: 0 1px;
    width: 32%; position:relative;
}
.festive-poision::before {
    background: rgba(0, 0, 0, 0) url("../images/festiv-icon.png") no-repeat scroll -6px -317px;
    content: "";
    height: 140px;
    position: absolute;
    left: -1px;
    top: 0;
    width: 1px;
}
.festive-poision::after {
    background: rgba(0, 0, 0, 0) url("../images/festiv-icon.png") no-repeat scroll -6px -317px;
    content: "";
    height: 140px;
    position: absolute;
    right: -1px;
    top: 0;
    width: 1px;
}
.dang-icon, .good-icon, .poision-icon {
    height: 30px;
    margin: 0 auto;
    width: 32px;
}
.dang-icon {
    background: rgba(0, 0, 0, 0) url("../images/festiv-icon.png") no-repeat scroll 0 -107px;
}
.good-icon {
    background: rgba(0, 0, 0, 0) url("../images/festiv-icon.png") no-repeat scroll 0 -153px;
}
.poision-icon {
    background: rgba(0, 0, 0, 0) url("../images/festiv-icon.png") no-repeat scroll 0 -518px;
}
.dang-titile, .good-titile, .poision-titile {
    font-size: 0.9em;
    font-weight: bold;
    padding-bottom:0px;
}
.dang-time, .good-time, .poision-time {
    font-size: 0.778em;
}
.muhurat-wrap {
    background: #f3f3f4 none repeat scroll 0 0;
    float: left;
    margin:1% 3% 4% 0;
    min-height: 185px;
    padding: 10px 20px;
    text-align: center;
    width: 48%;
}
.muhurat-wrap.last-wrap {
    margin-right: 0;
}
.muhurat-title, .tithi-title {
    color: #123983;
    display: inline-block;
    font-family: "Philosopher",sans-serif;
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.4;
    margin: 10px 0 0;
    padding: 0 0 7px;
    position: relative;

}
.muhurat-title::before, .tithi-title::before
{background: rgba(0, 0, 0, 0) url("../images/festiv-icon.png") no-repeat scroll 0 -255px;
    content: "";
    height: 30px;
    left: -33px;
    position: absolute;
    width: 27px;
}
.tithi-title::before {
    background: rgba(0, 0, 0, 0) url("../images/festiv-icon.png") no-repeat scroll 0 -205px;
    content: "";
    height: 30px;
    left: -37px;
    position: absolute;
    width: 35px;
}
.festive-sec ul {
    list-style: outside none none;
    margin: 5px 0 20px;
    padding: 0 0 0 30px;
}
.festive-sec li {
    background: rgba(0, 0, 0, 0) url("../images/list-1.png") no-repeat scroll 0 12px;
    padding: 5px 0 5px 26px;
}


.cate-title {
    color: #2658b7;
    font-size: 1.6625em;
    padding-bottom: 62px;
    position: relative;
    text-align: center;
}
.cate-title::after {
    background: rgba(0, 0, 0, 0) url("../images/tit-bg.png") no-repeat scroll 0 0;
    bottom: 30px;
    content: "";
    height: 25px;
    left: 50%;
    margin-left: -65px;
    position: absolute;
    width: 130px;
}

.pancha-naksha-warp {
    display:table; border-spacing:15px 0; border-collapse:separate;
    width: 100%; margin-bottom:30px; font-size:16px; color:#383838;
}
.panchag-row {
    display: table-row;
}
.panchang-tb {
    border: 2px solid #fde0a9;
    border-radius: 2px;
    display: table-cell;
    padding: 20px 20px 5px;
    width: 50%;
    overflow:hidden;
}

.second-title {
    color: #2658b7;
    display: inline-block;
    font-size: 1.3625em;
    padding-bottom: 10px;
    position: relative; text-transform:uppercase;
}
.second-title::before {
    background: #a1c1fd none repeat scroll 0 0;
    bottom: 5px;
    content: "";
    height: 2px;
    position: absolute;
    width: 140%;
}
.second-title::after {
    background: rgba(0, 0, 0, 0) url("../images/sub-title-icon.png") no-repeat scroll 0 0;
    bottom: -5px;
    content: "";
    height: 22px;
    left: 140%;
    position: absolute;
    width: 17px;
}
.astrological-info ul {
    border-spacing: 1px 24px;
    display: table;
    padding: 0;    border-collapse: collapse;
}
.astrological-info li {
    background: transparent none repeat scroll 0 0;
    display: table-row;
    list-style: outside none none;
    padding: 5px 3px 5px 25px;
    position: relative; border-bottom:1px solid #eee6e2;
}

.astrological-info li span::before {
    background-color: transparent;
    background-image: url("../images/panchag-icon.png");
    background-repeat: no-repeat;
    content: "";
    height: 25px;
    top: 13px; left:0;
    width: 25px; position:absolute;
}

.astrological-info li span {
    display: table-cell;
    padding: 13px 0px 13px 35px;
    vertical-align: top;
    width: 175px; color:#272727; font-weight:bold; position:relative;
}
.astrological-info li p {
    display: table-cell;
    padding: 13px 0px 13px 0px;
    text-align: left;
    vertical-align: top;
}
.astrological-info li.star-day span::before {
    background-position: 2px 3px;
}
.astrological-info li.moon-phase span::before {
    background-position: 0px -46px;
}
.astrological-info li.sunrise span::before {
    background-position:0px -98px;
}
.astrological-info li.sunset span::before {
    background-position: 0px -144px;
}
.astrological-info li.yoga span::before {
    background-position:0px -190px;
}
.astrological-info li.karana span::before {
    background-position: 0px -242px;
}
.astrological-info li.hora span::before {
    background-position: 0px -282px;
}
.astrological-info li.poitime span::before {
    background-position:0px -322px;
}
.astrological-info li.todo span::before, .astrological-info li.toavoid span::before {
background: transparent none repeat scroll 0 0;
}

.nakshatra-info ul {
    border-spacing: 1px 20px;
    display: table;
    padding: 0; margin-bottom:0;
}
.nakshatra-info li {
    background: transparent none repeat scroll 0 0;
    display: table-row;
    list-style: outside none none;
    padding:0;
    position: relative;
}

.nakshatra-info li span {
    display: table-cell;
    padding-left: 5px;
    vertical-align: top;
    width: 145px; color:#272727; font-weight:bold;
}
.nakshatra-info li p {
    display: table-cell;
    padding: 0;
    text-align: left;
    vertical-align: top;
}
.star-sub-title {
    color: #222;
    font-size: 1.1em;
    padding-top: 6px;
}
.nakshatra-img {
    float: right;
    margin: 0 0 10px 10px;
}
.pradosham-wrap{ float:left; width:100%; border:1px solid #ececec; border-radius:3px; padding:25px 0 30px; position:relative; margin-bottom:30px;}

.pradosham-wrap .pradosham-half {
    float: left;
    width: 50%; margin:25px auto;
}

.pradosham-wrap .pradosham-half:nth-child(4n) {
    clear: both;
    float: none;
}

.pradosham-wrap .date-box-wrap {
    float: none;
    margin: 0 auto 30px;
    width: 40%;
}
.pradosham-wrap .feative-headwrap {
    float: none;
    margin: 0 auto;
    width: 85%;
}
.pradosham-wrap .muhurat-wrap, .pradosham-wrap .muhurat-wrap.last-wrap {
    float: none;
    margin: 10px auto;
    width: 99%;
}

.pradosham-wrap  h1 {
    margin: 0 0 45px;
    position: relative; text-align:center;
}
.pradosham-wrap h1::after {
    background: rgba(0, 0, 0, 0) url("../images/tit-bg.png") no-repeat scroll 0 0;
    bottom: -20px;
    content: "";
    height: 25px;
    left: 50%;
    margin-left: -65px;
    position: absolute;
    width: 130px;
}
.prodosham-leftbtn {
    float: left;
    margin: 17px 0 0 50px;
}
.prodosham-rightbtn {
    float: right;
    margin: 17px 50px 0 0px;
}
.prodosham-leftbtn a, .prodosham-rightbtn a {
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #000;
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none; font-size:14px;
}
.prodosham-leftbtn a:hover, .prodosham-rightbtn a:hover{ background:#fef3ee; color:#ed3902;}
.prodosham-leftarrow {
    left: 40px;
    position: absolute;
    top: 230px;
}
.prodosham-rightarrow {
    position: absolute;
    right: 40px;
    top: 240px;
}
 .pradosham-half.bor-right {
    position: relative;
}
.pradosham-half.bor-right::after {
    background: rgba(0, 0, 0, 0) url("../images/right-shadow.png") no-repeat scroll center center;
    content: "";
    height: 590px;
    position: absolute;
    right: 0;
    top: 0;
    width: 8px;
}
footer {
    background: #fff none repeat scroll 0 0;
    border-top: 3px solid #1b3c79;
    padding: 20px 0; text-align:center;
}

.day-night-wrap {
    background: #fff7e8 none repeat scroll 0 0;
    /*border: 3px solid #edd099;*/
    border:2px solid #fde0a9;
    border-collapse: separate;
    border-radius: 3px;
    border-spacing: 15px 0;
    color: #383838;
    display: table;
    font-size: 16px;
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 20px 10px 5px;
    width: 98%;
}
.horawatch-row {
    display: table-row;
}
.horawatch-tb {
    border-radius: 2px;
    display: table-cell;
    width: 38%;
}
.horawatch-tb.hora-time {
    width: 24%;
}

.horawatch-tb.hora-time {
    font-family: philosopher;
    text-align: center;
    vertical-align: middle;
    width: 20%;
}
.horabox-date {
    color: #2658b7;
    font-size: 7.375em;
    line-height: 0.9;
}
.horabox-month {
    color: #123474;
    font-size: 1.8em;
    line-height: 1.3;
    position: relative;
}
.horabox-time {
    color: #000;
    font-size: 1.8em;
    font-weight: 600;
    line-height: 1.4;
    position: relative;
}

.horabox-day {
    color: #123474;
    font-size: 1.8em;
    font-weight: 600;
}
.horawatch-tb ul {
    border-collapse: separate; border:1px solid #efdab3;
    border-spacing: 0;
    display: table;
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
}
.horawatch-tb li {
    background: #f7f7f7 none repeat scroll 0 0;
    border-bottom: 1px solid #000;
    display: table-row;
    list-style: outside none none;
    padding: 5px 3px 5px 25px;
    position: relative;
    width: 100%;
}
.horawatch-tb li:nth-child(2n){ background:#fff;}
.horawatch-tb li label::before {
    background-color: transparent;
    background-image: url("../images/planet-icon.png");
    background-repeat: no-repeat;
    content: "";
    height: 27px;
    left: 27px;
    position: absolute;
    top: 8px;
    width: 30px;
}
.horawatch-tb li label {
    border-bottom: 1px solid #f0f0f0;
    color: #272727;
    display: table-cell;
    font-weight: bold;
    padding: 9px 5px 9px 65px;
    vertical-align: top;
    width: 46%; position:relative;
}
.horawatch-tb li span {
    border-bottom: 1px solid #f0f0f0;
    display: table-cell;
    padding: 9px 5px 9px 9px;
    text-align: left;
    vertical-align: top;
}

.horawatch-tb li label.Jupiter::before {
    background-position: 2px 3px;
}
.horawatch-tb li label.Mars::before {
    background-position: 0px -46px;
}
.horawatch-tb li label.Sun::before {
    background-position:0px -98px;
}
.horawatch-tb li label.Venus::before {
    background-position: 0px -148px;
}
.horawatch-tb li label.Mercury::before {
    background-position:0px -194px;
}
.horawatch-tb li label.Moon::before {
    background-position: 0px -243px;
}
.horawatch-tb li label.Saturn::before {
    background-position: 0px -294px;
}

.horawatch-tb li.hora-time-title {
    background: #ededed none repeat scroll 0 0;
    color: #000;
    font-family: "Philosopher",sans-serif;
    font-size: 1.22em;
    font-weight: 500;
}
.horawatch-tb li.hora-time-title label::before {
    background: transparent none repeat scroll 0 0;
}
.horawatch-tb li.hora-time-title label {
    font-weight: 500;
    padding: 12px 5px 10px 35px;
}
.horawatch-tb .hora-time-title > span {
    color: #000;
    padding: 12px 5px 10px 9px;
}
.horawatch-tb h4 {
    border-bottom: 1px solid #d7b77a;
    color: #2658b7;
    font-weight: 500;
    margin: 0 auto;
    padding-bottom: 10px;
    text-align: center;
    width: 83%;
}

.free-tools li {
    display: inline-block;
    list-style: outside none none;
    text-align: center;
    width: 19%;
}
.free-tools > ul {
    margin: 5px 0 35px;
    padding: 0;
}
.free-tools h5 {
    color: #fe6000;
    font-family: lato;
    font-size: 1.1em;
    font-weight: 500;
    padding: 3px 0 4px;
}
.free-tools h5 a{ color: #fe6000; text-decoration:none;}

.two-video{ width:100%; }
.two-half{ float:left; width:50%;}
.responsive-youtube-right {
    float: right;
    height: 330px;
    margin: 5px;
    padding: 7px;
    width: 521px; max-width:100%;
}
.responsive-youtube-left {
    float: right;
    height: 330px;
    margin: 5px;
    padding: 7px;
    width: 521px;max-width:100%;
}
.responsive-youtube-bottom {  float: none;
    height: 330px;
    margin: 5px;
    padding: 7px;
    width: 521px;max-width:100%;}
.video-shadow{background: #f6f6f6 none repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: 1px 0 4px #bbbbbb;
    margin: 0 auto;
    text-align: center;}
.bottom-video h6 {
    padding-bottom: 15px;
    padding-top: 10px;
    text-align: center;
}

section.virtual-pooja{ padding:20px 0;}
.virtualpooja-wrap{ padding:20px; background:#fff; border-radius:3px;}
.virtual-pooja  h1 {
    margin: 0 0 45px;
    position: relative; text-align:center;
}
.virtual-pooja h1::after {
    background: rgba(0, 0, 0, 0) url("../images/tit-bg.png") no-repeat scroll 0 0;
    bottom: -20px;
    content: "";
    height: 25px;
    left: 50%;
    margin-left: -65px;
    position: absolute;
    width: 130px;
}

.virtualpooja-wrap ul {
    list-style: outside none none;
    margin: 5px 0 20px;
    padding: 0 0 0 30px;
}
.virtualpooja-wrap li {
    background: rgba(0, 0, 0, 0) url("../images/pooja-icon.png") no-repeat scroll 0 12px;
    padding: 5px 0 5px 26px;
}
.virtual-pooja .item-container {
    background-color: #fff;
    border-radius: 2px 2px 0 0;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    margin: 30px 10px;
}
.virtual-pooja .featured-thumb {
    overflow: hidden;
    position: relative;
}
.virtual-pooja .featured-thumb a {
    display: block;
}
.virtual-pooja .featured-thumb img{
    display: block;
    height: auto;
    transition: all 1s ease 0s;
    width: 100%;    border-radius: 2px 2px 0 0;
}
.item-container:hover .featured-thumb img {
    transform: scale(1.2);
}
.virtual-pooja .featured_post_text h4 {
    font-size: 1.1em !important;
    padding: 4px 0 6px;
    text-align: center;
}
.virtual-pooja .featured_post_text h4 a {
    color: #545051;
    display: block;
    line-height: 1.4; text-decoration:none;
}
.virtual-pooja .featured_post_text h4 a:hover {
    opacity: 0.5;
}
.virtualpooja-mobileflash {
    text-align: center;
}
.virtualpooja-mobileflash .astrowiki-btn {
    display: inline-block;
}
.virtualpooja-flash {
    text-align: center;
}
.virtualpooja-mobileflash > div {
    clear: both;
    margin: 15px auto;
}

.sadesati-report moonsign-label{ text-align:center; }
.sadesati-report moonsign-label span {
   position:relative;
}
.sadesati-report moonsign-label span.sagittarius {
    background-color: transparent;
    background-image: url("../images/Sagittarius.png");
    background-repeat: no-repeat;
    content: "";
    height: 27px;
    left: 27px;
    position: absolute;
    top: 8px;
    width: 30px;
}





@media screen and (min-width:768px) and (max-width:991px){
header {
    position: relative;
}
nav.navbar {
    border-radius: 0;
    bottom: 0;
    left: 0;
    width: 100%; text-align:center;
}
.nav-menu li{ text-align:left;}
}
@media screen and (min-width:992px) and (max-width:1440px){
.nav-menu a{ margin:5px 5px 7px; margin:5px 2px;}
}
@media screen and (min-width:768px) and (max-width:980px){

   .logo-wrap {
    width: 24%;
}
.middle {
    margin: 0 2%;
    width: 45%;
}
.head-timerwrap {
    width: 27%;
}
.middle ul {
    margin: 0;
}

.date-box-wrap {
    width: 38%;
}
.feative-headwrap {
    width: 53%;
}
.muhurat-wrap {
    width: 98%;
}
.panchang-tb {
    display: block;
    margin-bottom: 20px;
    width: 100%;
}
.panchag-row {
    display: block;
}
.pancha-naksha-warp {
    display: block;
}
.day-night-wrap {
    display: block;
    padding-top: 270px;
    position: relative;
}
.horawatch-tb {
    display: block;
    width: 100%;
}
.horawatch-tb.hora-time {
    padding-bottom: 9px;
    position: absolute;
    top: 19px;
    width: 98%;
}
.free-tools li {
    margin-bottom: 30px;
    text-align: center;
    width: 32%;
}
.free-tools > ul {
    text-align: center;
}
.pradosham-wrap .pradosham-half{ float:none; width:100%;}
.prodosham-montharrow{ display:none;}
.pradosham-half.bor-right::after {
    background: transparent none repeat scroll 0 0;
}
}
@media screen and (min-width:981px) and (max-width:1200px){
.date-box-wrap {
    width: 26%;
}
.feative-headwrap {
    width: 69%;
}

.middle {
    margin: 0 1%;
    width: 58%;
}
.head-timerwrap {
    width: 20%;
}
.boxyear-hidden input[type="text"] {
    width: 130px;
}
}
@media screen and (min-width:0px) and (max-width:767px)
{
    header .container{ position:relative;}
    header .logo-wrap {
    left: 45px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 5px;
    width: 40%;
    z-index: 9;
}
.logo {
    background: #0000 url(/images/logo-horizontal.png) no-repeat scroll 0 0;
    height: 33px;
    margin: 0 0 2px;
    top: 0;
    display: inline-block;
}
.navbar-header button.navbar-toggle {
    float: left;
    margin: 5px 0;
    border: none;
    background: #0000;
}
.navbar-default .navbar-toggle .icon-bar{ background:#fff;}
    .logo-wrap {
    float: none;
    text-align: center;
    width: 100%;
}
.slogan {
    margin-top: 0;
}
.middle {
    float: none;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 55%;
    z-index: 9;
}
.slogan {
    background-size: contain;
    margin: 15px 0 0;
    display: inline-block;
    width: 98%;
}
div.horo-slide-banner{ margin-top:0;}
.head-timerwrap {
    float: none;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
}
.festival-inner {
    padding: 10px;
}
.date-box-wrap {
    float: none;
    width: 100%;
}
.feative-headwrap {
    float: none;
    width: 100%;
}
.festive-dangtime, .festive-goodtime, .festive-poision {
    float: none;
    width: 100%;
}
.festive-poision::before {
    background: transparent none repeat scroll 0 0;
    border-top: 1px dashed #ddd;
    top: -3px;
    width: 100%;
}
.festive-poision::after {
    background: transparent none repeat scroll 0 0;
    border-top: 1px dashed #ddd;
    top: 100%;
    width: 100%;
}
.muhurat-wrap {
    float: none;
    width: 100%;
}
.two-half{ float:none; width:100%;}
.panchang-tb {
    display: block;
    margin-bottom: 20px;
    width: 100%;
}
.panchag-row {
    display: block;
}
.pancha-naksha-warp {
    display: block;
}
.astrological-info li span {
    display: block;
    width: 100%;
}
.astrological-info li p {
    display: block;
    margin-bottom: 0;
    margin-top: 5px;
}
.day-night-wrap {
    display: block;
    padding-top: 270px;
    position: relative; margin:0 auto;
}
.horawatch-tb {
    display: block;
    width: 100%;
}
.horawatch-tb.hora-time {
    padding-bottom: 9px;
    position: absolute;
    top: 19px;
    width: 98%;
}
.horawatch-tb li label{ padding:9px 5px 9px 40px;}
.horawatch-tb li label::before{ left:5px;}
.nakshatra-img {
    float: none;
    margin: 10px auto;
}

.free-tools li {
    margin-bottom: 30px;
    text-align: center;
    width: 48%;
}
.free-tools > ul {
    text-align: center;
}

.pradosham-wrap .pradosham-half{ float:none; width:100%;}
.pradosham-wrap .date-box-wrap{ width:92%}
.prodosham-montharrow{ display:none;}
.pradosham-wrap{ border:nonel}
.pradosham-wrap .tithi-title::before{ left:-11px;}
.prodosham-leftbtn, .prodosham-rightbtn {
    display: inline-block;
    margin: 0;
}
.prodosham-leftbtn a, .prodosham-rightbtn a {
    padding: 7px 10px;
}
.pradosham-half.bor-right::after {
    background: transparent none repeat scroll 0 0;
}
}

@media screen and (max-width: 420px) {
.responsive-youtube-right, .responsive-youtube-left, .responsive-youtube-bottom {
    float: none;
    height: 100%;
    width: 100%;
}
}

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity !important;
  transition-property: opacity !important;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0 !important;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1 !important;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0 !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
}
.carousel-fade .carousel-control {
  z-index: 2 !important;
}
@media (min-width: 1200px) {
  .home-slider .carousel-control.left, .home-slider .carousel-control.right{ display:none;}
  .home-slider:hover .carousel-control.left, .home-slider:hover .carousel-control.right{ display:block;}
}

.home-slider .carousel-control.left, .home-slider .carousel-control.right {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    border-radius: 50%;
    height:35px;
    top: 43%;
    width: 35px; opacity: 1;
}

.home-slider .carousel-control.left{left: 6%;}
.home-slider .carousel-control.right { right: 6%;}
.home-slider .carousel-control.left::before {
    background: rgba(0, 0, 0, 0) url("/images/slide-left.png") no-repeat scroll 0 0;
   content: "";
    height: 18px;
    left: 9px;
    position: absolute;
    top: 10px;
    width: 15px;
}
.home-slider .carousel-control.left:hover::before {
    background-position:-13px 0px;}

.home-slider .carousel-control.right::before {
    background: rgba(0, 0, 0, 0) url("/images/slide-right.png") no-repeat scroll -13px 0;
    content: "";
    height: 18px;
    left: 12px;
    position: absolute;
    top: 10px;
    width: 15px;
}
.home-slider .carousel-control.right:hover::before {
    background-position:0 0;}

/* google ads style */
.good-ads-banner .container{ position:relative;}
.left-goo-ad{ position:fixed; left:0; width:170px; top:170px; }
.right-goo-ad{ position:fixed; right:0; width:170px;  top:170px;}
@media screen and (min-width:0px) and (max-width:1400px)
{
    .good-ads-banner .container{ position:static;}
.left-goo-ad{ position:relative; top:7px; width:100%; text-align:center;}

.right-goo-ad {
    bottom: 110px;
    height: 120px;
    position: absolute;
    right: 0;
    text-align: center;
    top: inherit;
    width: 100%;
}
footer {
    margin-top: 0px;
}
body{ position:relative;}

}

/*slideshare*/
.blue{padding:24px 0px 20px;font-size:16px;border-bottom: 1px dotted #CCC;}
.blue, bluelt p{font-size:20px;}
.daily-horo-box a{width:60px !important;}
.home-horo-box h1{font-size:25px !important;margin:0px !important; padding: 20px 0px 0px !important;}
.landing{background:#eff3f5;padding:20px;}
.second{background:#dce8ee;padding:20px;}
.landing h2, second h2{font-size:18px;}
.read-more-align-left{float: right;font-size:15px;}
.horo-right{float:right;margin:10px 0px 10px;}
.horo-right a{padding:5px;border:1px solid #fcd1a3;}
.horo-right strong{padding:5px;border:1px solid #fcd1a3;color:#225f9e;}
.more-btn {background: #fd7801 none repeat scroll 0 0;border-radius: 3px;color: #ffffff;font-size: 15px; padding: 8px 17px;}
.more-btn:hover{color:#fff;}
.boldsky-inner {background: #eff3f5;padding: 10px 10px 10px;margin-bottom:5px !important;}
.reports-new{margin:0px;margin-bottom: 7px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 7px;}
.reports-new img {float: left;margin: 0px 10px 0px 0px;width:80px !important;height:80px !important;}
.reports-new h5 {font-size: 13px !important;color: #2e2e2e;font-weight: bold;margin: 0px;}
.reports-new p{padding: 5px 0; margin: 0 0 5px;text-align: left;font-size:12px;}

.sign-horo{ float: left;
    margin-right: 12px;}
    .horodate-wrap {
    background: #f6f6f6;
    padding: 16px;
    font-size: 15px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px;
}
.glyphicon{ font-family: FontAwesome !important; font-weight:bold;}

.glyphicon-chevron-right:before{content:"\f105" !important;}
.glyphicon-chevron-left::before {content: "\f104" !important;}
.glyphicon-chevron-up::before {
    content: "\f106" !important;
}
.glyphicon-chevron-down::before {
    content: "\f107" !important;
}
.horodate-wrap .answer{ margin-left:10px; }
.horodate-wrap  input[type="submit"]{width:auto;}
a.monhoro-prev {
    float: none;
    color: #000;
    font-size: .75em;
    padding: 5px 10px 5px 25px;
    background: #fff url(/images/slide-left.png) no-repeat -7px 7px;
    margin-top: -7px;
    border-radius: 2px;
}
a.monhoro-next {
      float: none;
    color: #000;
    font-size: .75em;
    padding: 5px 25px 5px 10px;
    background: #fff url(/images/slide-right.png) no-repeat 47px 7px;
   margin-top: -7px;
    border-radius: 2px;
}
.boldsky-frame h2{padding: 0px 5px 10px 5px !important;margin:0px}
a.monhoro-next:hover, a.monhoro-prev:hover
{ color:#428bca;
    }

#horoscope-slider img.data-img{width:100%;}
/* #monthlyhoroscope-slider img.data-img{width:100%;} */
@media screen and (min-width:0) and (max-width:991px){
    .reports-new {
        margin: 20px 0;
    }
    a img {
        margin: 0 auto;
        display: block;
    }
}
@media screen and (min-width:768px) and (max-width:991px){
    .daily-horo-box a{
        width: 70px !important;
    }
}
@media screen and (min-width:992px) and (max-width:1024px){
    .daily-horo-box a{
        margin: 15px 0 !important;
        width: 70px !important;
    }
}
@media screen and (min-width:1025px) and (max-width:1199px){
    .daily-horo-box a{
        margin: 15px 0 !important;
        width: 70px !important;
    }
}
@media screen and (max-width:414px){
    .slogan {
        display: none;
    }
}
.recent-purchase {
    position: fixed;
    width: 330px;
    left: 10px;
    bottom: 10px;
    background: rgba(12, 39, 247, 1);
    background: -moz-linear-gradient(left, rgba(12, 39, 247, 1) 0%, rgba(89, 89, 242, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(12, 39, 247, 1)), color-stop(100%, rgba(89, 89, 242, 1)));
    background: -webkit-linear-gradient(left, rgba(12, 39, 247, 1) 0%, rgba(89, 89, 242, 1) 100%);
    background: -o-linear-gradient(left, rgba(12, 39, 247, 1) 0%, rgba(89, 89, 242, 1) 100%);
    background: -ms-linear-gradient(left, rgba(12, 39, 247, 1) 0%, rgba(89, 89, 242, 1) 100%);
    background: linear-gradient(to right, rgb(12, 39, 247) 0%, rgb(89, 89, 242) 100%);

    padding: 10px;
    box-shadow: 0 0 15px 0 rgba(3, 0, 0, .15);
    border-radius: 60px;
    display: none;
    z-index: 99
}

.purchase-img {
    float: left;
    width: 75px;
    text-align: center;
    padding-top: 2px
}

.purchase-img img {
    overflow: hidden;
    width: 60px;
    border: 2px solid #fff;
    background: #fff;
    border-radius: 50%
}

.purchase-detail {
    width: 230px;
    float: right;
    line-height: 1.5
}

.purchase-detail ul {
    margin-bottom: 5px;
    padding-left: 0;
}

.purchase-detail li {
    list-style: none;
    padding: 0
}

.purpro-name {
    font-size: 1.12em;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.purchase-detail a {
    color: #fff000
}

.purpro-username {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff
}

.purpro-time {
    color: #fff
}

.purchase-detail .close-btn {
    position: absolute;
    left: -5px;
    top: -6px;
    cursor: pointer;
    width: 18px;
    height: 18px;
    background: #ddd;
    border-radius: 50%;
    text-align: center;
    line-height: 17px;
    color: #555;
    opacity: 0
}

.slideUpwrap {
    animation-name: slideUp;
    -webkit-animation-name: slideUp;
    animation-duration: .7s;
    -webkit-animation-duration: .7s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    visibility: visible!important;
    display: block
}

@keyframes slideUp {
    0% {
        transform: translateY(100%)
    }
    80% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    100% {
        transform: translateY(0)
    }
}

@-webkit-keyframes slideUp {
    0% {
        transform: translateY(100%)
    }
    80% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    100% {
        transform: translateY(0)
    }
}

#recent-purchase.hidelistbox {
    animation-name: slideDown;
    -webkit-animation-name: slideDown;
    animation-duration: .9s;
    -webkit-animation-duration: .9s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    visibility: visible!important
}

@keyframes slideDown {
    0% {
        transform: translateY(0)
    }
    90% {
        transform: translateY(300px)
    }
    100% {
        transform: translateY(100px)
    }
}

@-webkit-keyframes slideDown {
    0% {
        transform: translateY(0)
    }
    90% {
        transform: translateY(300px)
    }
    100% {
        transform: translateY(100px)
    }
}
@media screen and (max-width: 420px) {
div.recent-purchase {
  width: calc(100% - 120px);
}
div.purchase-img {
  width: 20%;
}
div.purchase-detail {
  width: 80%;
  font-size: 12px;
  padding-left: 5px;
}
}
.purchase-detail span {
    color: #fff;
}