.imgpad{  padding: 10px !important;}
.amounthide { display: none}
.amountshow { display: unset}

#calendar {
  background-color: transparent !important;
  padding: 0  !important;
  box-shadow: none !important;
  height: 500px !important;
}

ul.tabs{
  margin: 0px;
  padding: 0px;
  list-style: none;
}
ul.tabs li{
  background: #efefef;
  color: #222;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
}

ul.tabs li.current{
  background: #d07837;
  color: #fbf8f8;
}

.tab-content{
  display: none;
  padding: 15px;
}

.tab-content.current{
  display: inherit;
}

p a { color: #ff6600;}


/*2020-06-30*/
.h_add p{
  margin: 0 0 0 0;

  line-height: 20px;
}
.tm-p-top-medium{
  padding-top:0;
}
.CuteTestimonials .uk-active{
    width: 100%;
}
@media (max-width: 768px){
 .tm-header-offset .uk-width-small-3-4 {
    width: 100%;
  }
 .tm-header-offset .uk-width-small-1-4 {
    display: none;
  }
}
.news{
    background: #ffffff;
}
.news .tm-slideset .tm-slideset-previous{
 top: 20%;
}

.news .tm-slideset .tm-slideset-next{
 top: 20%;
}
.close{
    font-size: 24px;
    float: right;
    color: #d07837;
    margin-right: 11px;
}


@media (min-width: 960px){
   .CuteTestimonials .uk-grid-width-large-1-2 > *{
        width: 100%;
    }

}
