.kss-store-icon{
    margin-top: 35px;
    color: #ffffff;
    text-shadow:3px 3px 5px #ffffff;
    background-color: rgba(128,218,201,0.09);
    border-radius: 15px;
}
.allactivities .kss-user input{
     height: auto !important;
 }
.allactivities .kss-user form{
    margin: 0 !important;
}
.parentsearchbox {
    position : relative;
  margin : 15px auto;
  width : 50%;
  height : auto;
  border : none;
  overflow : visible;
  background-color: rgba(0,0,0,0.5);
    border-radius: 1px;
    color: #ccc;
    text-align: center;
    padding: 10px;
    text-transform: none;
    
}
.parentsearchbox .input-group{
    margin-bottom: 5px;
}
.parentsearchbox .select2{
    text-align: left;
}
.parentsearchbox .select2-selection__choice{
    color: black;
}
.blurbackground {
    background-color: rgba(255, 255, 255, 0.81);
    border-radius: 1px;
    padding: 5px;
}

.date input[type=text]{
    height: 35px;
    font-size: 12px;
}
/*start listing items style*/
.resultlistitem{
    
}
.activityheader{
    color: #20a28e;
    padding: 5px;
    background-color: #fff;
    margin-top: 10px;
    margin-right: 30px;
    font-size: larger;
    font-weight: bold;
}
.activitydetailsheader{
    color: #20a28e;
}
.listingimg{
    width: 100%;
    height: 200px;
    border: none;
    overflow: no-display;
    /*position: relative;*/
    float: right;
}
.activityimage{
    width: 100%;
}
.black_overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
}
.black_overlay_text{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 30px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
.result-banner{
    position: absolute;
    background: 0 0;
    right: 0;
    top:0;
}
.favorite{
    float: left;
    border: 0;
    color: #ff6a00;
    margin-top: 6px;
    margin-right: 10px;
}
.favorite span{
    cursor: pointer;
    padding: 0;
    font-size: 20px;
}
.resultlistitem-bottom{
    text-transform: none;
    background-color: #fff;
    margin-bottom: 20px;
}
.resultlistitem-bottom .flex-container{
    display: flex;
    justify-content: space-evenly;
}
.r-details{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 5px;
}
.r-details span{
    color: #20a28e;
}
.popover {
    width: 350px;
}

.schedule{
    color: white;
    background-color: #20a28e;
    border: 1px solid #20a28e;
}
.schedule > a{
    color: #fff;
}

.nav > li.schedule > a:hover,
.nav > li.schedule > a:focus {
  border: 1px solid #20a28e;
  background-color: #20a28e;
  color: #fff;
}

.wk-day-box{
    display: inline-block;
    border: 1px solid #808080;
    border-radius: 2px;
    text-align: center;
    width: 20px;
}

.wk-day-box.active{
    background-color: #20a28e;
    color: #fff;
}

.align-center{
    text-align: center;
}
/*end listing items style*/
.sticky {
  position: fixed;
  top: 0;
  width: 20%;
    background-color: white;
    padding: 5px 5px;
}
/*customise bs for classes page*/
.classes {
        margin-top: -130px;
    z-index: 9999;
    }
.classes .col-md-3 img {
        max-height: 130px;
    }

.classes .col-md-3 a {
    color: black;
}

.classes .col-md-4 .blue-btn {
    width: 100%;
}

.classes-user {
    margin-top: 100px;
}

.psubcat {
    min-height: 165px;
}

.FilterForm .form-control {
    background-color: #f5f3e7;
}
/*end customisation for classes*/

.translator {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
}
.kss-container .kss-home .kss-header .pull-right .kss-home-btn{
    font-size: 65px;
    color: #097368 !important; /*#5fa099*/
    position: absolute;
    top: 50px;
    right: 1%;
}
.allactivities{
    background-color: #dddddd;
}
.allactivities .footer-shadow{
    height: auto !important;
}
.AllActivityFilterList{
    z-index: 999;
}
.fa{
    margin-left: -6px;
}
.hidden-xl{
    display: initial;
}
.show-xl{
    display: none;
}
.kss-user-welcome-txt{
    font-size: 15px; margin-top: 40px;   font-weight:800;      letter-spacing: 1px;   /* pk=font-weight:500;  */
}
.kss-user-detail-txt{
    font-size: 18px; margin-top: 5px;   font-weight: 700;      letter-spacing: 1px;
}
.text-shadow-black{
    text-shadow: none;/*1px 0px 0px #000;*/
}
/* .join-us-btn{
    background: #22272726 !important;
    box-shadow: 0px 0px 20px 0px #22272761 !important;
    color: white !important;
} */


/*custom marquee implement*/
.marquee {
    overflow: hidden;
    /*position: relative;*/
}

.marquee {
    /*position: absolute;*/
    overflow: hidden;
    position: relative;
    height: 100%;
    /*width: 100%;*/
    /*margin: 0;*/
    /*line-height: 50px;*/
    /*text-align: center;*/
}
.scroll-vertical{
    height: 100%;
    position: absolute;
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    animation: scroll-bottom 50s linear infinite;
}
.scroll-vertical span {
    float: top;
    /*width: 50%;*/
    height: 100%;
}
@keyframes scroll-top {
    0% {
        -moz-transform: translateY(100%);
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    100% {
        -moz-transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}
.scroll-bottom div {
    float: bottom;
}
@keyframes scroll-bottom {
    0% {
        -moz-transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -moz-transform: translateY(100%);
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

.scroll-horizontal{
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-animation: scroll-left 2s linear infinite;
    -webkit-animation: scroll-left 2s linear infinite;
    animation: scroll-left 20s linear infinite;
}

@-moz-keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
    }
    100% {
        -moz-transform: translateX(-100%);
    }
}

@-webkit-keyframes scroll-left {
    0% {
        -webkit-transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(-100%);
    }
}

@keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
/*marquee implementation end*/

.menu-pull-out{
    cursor:pointer;
    margin-top: 8%;
}
.activity-session-header{
    background-color: #ffc4770f;
    padding: 5px 10px;
}
.activity-session-header p{
    text-decoration: underline;
    /*text-shadow: 1px 1px 1px white;*/
}
@media (min-width: 1024px) {
    .kss-container .allactivities{
        display: block !important;
    }
}
@media (max-width: 620px) {
    .parentsearchbox{
    width : 85%;
}
}

@media (min-width:1200px){
    .row {
        margin: 0px !important;
    }
}
@media (min-width:1440px){
    .col-xl-10 {
        width: 83.333333% !important;
    }
    .parentsearchbox{
        width:40%;
        font-size: 1.3rem;
    }
    .kss-container .kss-home .kss-header{
        /*height: 25%;*/
        padding: 3% 0px 0px;
    }
    .kss-header{
        text-shadow: 0px 1px 12px #ffffff;
    }
    .kss-header .kss-btn {
        font-size: 1.8rem;
        text-shadow: 0px 0px 20px #ffffff;
    }
    .kss-container .kss-home .kss-header .kss-user{
        font-size: 1.4rem;
    }
    .hidden-xl{
        display: none;
    }
    .show-xl{
        display: initial;
    }
    .listingimg {
        /*height: 100%;*/
    }
}
