body{
  background-color: #f5f5f5;
}
.fill-cyan {
  fill: #4bd6e5;
}
.fill-pink {
  fill: #f074ad;
}
.fill-yellow {
  fill: #ffcc00;
}
.fill-blue {
  fill: #2684FF;
}
.fill-purple {
  fill: #510FA8;
}
.tongue {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 138px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #8492A6;
  background-size: 100%;
  background-repeat: no-repeat;
  transform: rotate(180deg) translateX(50%);
  background-image: url(../svg/tongue.svg);
  color: #273444;
}
.bg-blue-gradient {
  background: linear-gradient(50deg, #6e00ff 0, #bb00ff 100%);
}
.tongue i {
  animation: floating-sm 2s ease infinite;
}
button:hover,
.btn:hover{
  box-shadow: 0 1px 8px rgb(55 70 111 / 8%);
}
.dcovgallery .owl-carousel .owl-stage-outer{
  z-index: 1;
}
.dcovgallery .owl-carousel .owl-nav{
  display: flex;
  justify-content: space-between;
  left: 0;
  bottom: 0;
}
.dcovgallery .owl-carousel .owl-nav .owl-next,
.dcovgallery .owl-carousel .owl-nav .owl-prev{
  opacity: 0;
  top: 50%;
  width: 40px;
  height: 40px;
  line-height: 41px!important;
  border-radius: 100%;
  transform: translateY(-50%);
  z-index: 2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.2,0.64,0.21,1);
  transition-timing-function: cubic-bezier(0.2,0.64,0.21,1);
}
.dcovgallery .owl-carousel .owl-nav .owl-prev{
  left: 20px;
}
.dcovgallery .owl-carousel .owl-nav .owl-next{
  right: 20px;
}
.dcovgallery .owl-carousel:hover .owl-nav .owl-prev,
.dcovgallery .owl-carousel:hover .owl-nav .owl-next{
  opacity: 1;
}
.dcovgallery .owl-carousel:hover .owl-nav .owl-prev{
  left: 5px;
}
.dcovgallery .owl-carousel:hover .owl-nav .owl-next{
  right: 5px;
}
.dcovgallery .ratiobox{
  cursor: pointer;
}
/* HEADER */
#header{
  background: #FFFFFF;
  display: flex;
  position: fixed;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 65px;
  z-index: 1003;
  border-bottom: 1px solid rgba(0,0,0,.08);
  transition: .2s;
}
#header .logo{
  display: flex;
  flex-wrap: wrap;
  width: 165px;
}
#header .logo a{
  display: flex;
  height: 55px;
}
#header .barrier{
  height: 24px;
  margin: 0 15px;
  border-left: 1px solid #e0e0e0;
}
#header #appnav .navbar{
  display: flex;
  font-size: 13px;
  font-weight: 500;
  align-items: center;
}
#header #appnav ul > li > a{
  display: block;
  position: relative;
  margin-right: 10px;
  padding-left: 17px;
}
#header #appnav ul > li > a::before{
  content: "\F519";
  font-family: "bootstrap-icons";
  position: absolute;
  left: 1px;
  color: #607D8B;
}
#header #navcat-button{
  height: 36px;
  color: #57544f;
  line-height: 1;
  background: transparent;
  border: 1px solid #e9e9e9;
}
#header .logo a{
  display: inline-flex;
  padding: 0.3rem 0;
}
#header #headsearch input#keyword{
  height: 36px;
  border-radius: 8rem;
  padding-right: 3rem;
}
#header #headsearch button{
  position: absolute;
  background: 0;
  color: #57544f;
  top: 0;
  right: 0;
  padding: 0;
  width: 45px;
  height: 35px;
  line-height: 35px;
}
#header #headsearch button:hover{
  box-shadow: none;
  transform: rotate(45deg);
}
#header ul.navbar li a.btn,
.card__owner .people__detail_action button{
  background: 0;
  color: #57544f;
  padding: 0;
  width: 34px;
  height: 34px;
  font-size: 13px;
  line-height: 35px;
  border: 1px solid #f0f0f0;
}
.card__owner .people__detail_action #user_follows{
  color: #2e80b3;
  border-color: #2e80b3;
}
#header ul.navbar .mobile_search,
#header ul.navbar .mobile__navbar{
  display: none;
}
#header ul.navbar #login-user{
  width: auto;
  padding: 4px 12px;
  font-weight: 500;
}
#header ul.navbar .theme_switch a.btn{
  font-size: 18px;
}
#header ul.navbar .navuser{
  position: relative;
  z-index: 1;
}
#header ul.navbar .shownav{
  overflow: hidden;
  display: block;
  padding: 0!important;
  width: 34px;
  height: 34px;
  border: 1px solid #f0f0f0;
}
#header ul.navbar .usmenu{
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  opacity: 0;
  padding: 0.8rem 1.3rem;
  background: #fff;
  border-bottom-right-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
  box-shadow: 0 1.5rem 2rem rgb(31 45 61 / 25%);
  transform: translate3d(0,30px,0);
  transition: .25s;
}
#header ul.navbar .usmenu.sh{
  visibility:visible;
  opacity:1;
  transform:translateZ(0)
}
#header ul.navbar .usmenu ul{
  list-style: none;
  padding-left: 0;
  line-height: 1.3;
}
#header ul.navbar .usmenu li > a{
  padding: 0 0 0.4rem;
  margin-bottom: 0.4rem;
  border-bottom: 1px solid #f0f0f0;
}
#header ul.navbar .usmenu li:last-child a{
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
#mainwrap{
  margin-top: 65px;
}
#page_head{
  position: relative;
  height: calc(100vh - 65px);
  background-color: #fcfcfc;
}
#page_head.h--home{
 background-color: #f5f5f5;
}
#page_head.h--property{
  height: auto;
}
#page_head.h--property .bg_wrap{
  filter: blur(5px);
}
#page_head.h--property .bg_wrap::before{
  opacity: .7;
}
#page_head .hm-body{
  position: absolute;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
}
#page_head.h--home .main-bg{
  top: -40%;
  left: -1rem;
  width: 130%;
  height: 124%;
  transform: rotate(-7deg);
  border-bottom-left-radius: 3rem;
}
#page_head.h--home .rlb-bg{
  position: absolute;
  display: flex;
  left: auto;
  height: auto;
  right: 0;
  bottom: 0;
  flex: 0 0 50%;
  max-width: 50%;
  align-items: center
}
#page_head.h--promo{
  height: calc(100vh - 320px);
}
.h--glance .my-picture{
  margin: auto;
  max-width: 285px;
}
/* PAGE TITLE */
.p_title{
  position: relative;
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 25px;
}
.p_title .line{
  position: relative;
  background: #e5eaec;
  width: 100%;
  height: 1px;
}
.p_title .line::before{
  content: " ";
  position: absolute;
  top: -1px;
  left: 50%;
  width: 30px;
  height: 3px;
  background-color: #43b4f9;
  transform: translateX(-50%);
}
.p_title.text-left{
  text-align: left;
}
.p_title.text-right{
  text-align: right;
}
.p_title.text-left .line::before{
  left: 0;
  transform: none;
}
.p_title.text-right .line::before{
  right: 0;
  left: auto;
  transform: none;
}
/* ICONBOXS */
.iconboxs{
  display: flex;
  flex: 0 0 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.iconboxs .icon{
  background-color: #fff;
  text-align: center;
  color: #3b5998;
  width: 180px;
  height: 180px;
  font-size: 34px;
  line-height: 180px;
  border-radius: 100%;
  border: 1px solid #e9e9e9;
}
.iconboxs.mid .icon{
  width: 120px!important;
  height: 120px!important;
  font-size: 44px!important;
  line-height: 120px!important;
}
.iconboxs.min .icon{
  width: 100px!important;
  height: 100px!important;
  font-size: 38px!important;
  line-height: 100px!important;
}
.iconboxs.small .icon{
  width: 85px!important;
  height: 85px!important;
  font-size: 24px!important;
  line-height: 85px!important;
}
.iconboxs .tt{
  font-size: 22px;
  margin-top: 18px;
  line-height: 1;
  letter-spacing: 0.2rem;
}
/* ICONSKIL */
.icon-skill .iconboxs{
  position: absolute;
  animation: floating 3s ease infinite;
  will-change: transform;
}
.icon-skill .iconboxs .icon{
  border: 0;
  width: 160px;
  height: 160px;
  font-size: 58px;
  line-height: 160px;
  box-shadow: 0 30px 40px 0 rgb(31 45 61 / 10%);
}
.icon-skill .iconboxs:nth-child(1){
  top: -65px;
  left: 0;
}
.icon-skill .iconboxs:nth-child(2){
  top: 40px;
  left: 140px;
  animation-delay: .5s;
}
.icon-skill .iconboxs:nth-child(3){
  top: -80px;
  left: 50%;
  margin-left: -42px;
  animation-delay: 1s;
}
.icon-skill .iconboxs:nth-child(4){
  top: 10px;
  left: auto;
  right: 180px;
  animation-delay: 1.5s;
}
.icon-skill .iconboxs:nth-child(5){
  top: -56px;
  left: auto;
  right: 0;
  animation-delay: 2.5s;
}
.h-promo .bg{
  opacity: 0.2;
  filter: grayscale(100%);
}

/* CARD */
.row.five-col>[class*=col]{
  -ms-flex: 0 0 20%;
  flex: 20%;
  max-width: 20%;
}
.card .blinked,
.card .blinked::before{
  position: absolute;
  top: 10px;
  left: 10px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #47cf73;
}
.card .blinked::before{
  content: "";
  top: 0;
  left: 0;
  transition: all 0.3s;
  animation: blinked 2s infinite;
}
.card .blinked.sold,
.card .blinked.sold::before{
  background-color: #d32c2c;
}
.card .text .link{
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  -webkit-box-flex: 1;
  flex-grow: 1;
  text-align: left;
}
.card .text .title{
  display: -webkit-box;
  overflow: hidden;
  word-break: keep-all;
  white-space: pre-wrap;
  text-overflow: ellipsis;
  text-transform: capitalize;
  max-width: 100%;
  max-height: 100%;
  min-height: 16px;
  font-size: 0.86rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 4px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.card .text .price{
  display: flex;
  -webkit-box-pack: justify;
  -webkit-box-align: center;
  font-weight: bold;
  align-items: flex-end;
  line-height: 1.3;
  margin-bottom: 3px;
}
.card .text .price b{
  font-size: 1.1rem;
  font-weight: 400;
}
.card .addFavourites{
  color: #607D8B;
  margin-left: auto;
  z-index: 1;
}
.card .addFavourites.added{
  color: #d32c2c;
}
.card .addFavourites i::before,
.dcovgallery .owl-carousel .owl-nav i::before{
  font-weight: 700!important;
}
.card .ratings{
  line-height: 1;
  text-align: left;
}
.card .ratings i{
  color: #ffcc00;
  margin-right: 3px;
}
.card .ratings i::before{
  content: "\F586";
  font-family: "bootstrap-icons";
}
.card .stars.oneplus i:nth-child(2)::before,
.card .stars.twoplus i:nth-child(3)::before,
.card .stars.threplus i:nth-child(4)::before,
.card .stars.fourplus i:last-child::before{
  content: "\F587";
}
.card .stars.none i::before,
.card .stars.onestars i:not(:first-child)::before,
.card .stars.oneplus i:nth-child(3)::before,
.card .stars.oneplus i:nth-child(4)::before,
.card .stars.twostars i:nth-child(3)::before,
.card .stars.twostars i:nth-child(4)::before,
.card .stars.twoplus i:nth-child(4)::before,
.card .stars.threstars i:nth-child(4)::before,
.card .stars.threstars i:last-child::before,
.card .stars.threplus i:last-child::before,
.card .stars.oneplus i:last-child::before,
.card .stars.twoplus i:last-child::before,
.card .stars.twostars i:last-child::before,
.card .stars.fourstars i:last-child::before{
  content: "\F588";
}
.card .ratings .grade{
  margin-top: 3px;
}
.card .time{
  line-height: 1.2;
  padding-left: 18px;
}
.card .time::before{
  content: "\F292";
  font-family: "bootstrap-icons";
  position: absolute;
  left: 0;
  font-size: 13px;
  line-height: 1;
}
.card .category{
  position: relative;
  padding-left: 18px;
  margin-right: 13px;
}
.card .category::before{
  content: "\F5B2";
  font-family: "bootstrap-icons";
  position: absolute;
  left: 0;
  line-height: 1;
  font-size: 14px;
}
.card .text .categ{
  color: #c24a25;
}
.list.card .text .title{
  font-size: 18px;
}
.grid.card .media .ratiobox:not([class*=rb]){
  padding-bottom: 100%;
  border-radius: 0.5rem 0.5rem 0 0;
}
.grid.card .text{
  padding: 8px 10px;
}
.grid.card .text .excerpt{
  display: none;
}
.grid.card .more .btn{
  padding: 0.1rem 0.4rem;
}
.grid.card .more .btn:hover i{
  width: 15px;
}
[class*=col-].list.card:last-child{
  margin-bottom: 0;
}

/* CARD PROPERTY */
.card.property .media .info{
  display: flex;
  background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgb(0 0 0 / 70%) 80%);
}
.grid.card.property .text{
  padding-top: 8px;
  text-align: left;
}
.grid.card.property .price{
  line-height: 1;
  font-size: 15px;
}

/* WIDGETS */
#widget .card .display{
  border: 0;
  box-shadow: none;
}
#widget .card .display .ratiobox{
  border-radius: 5px;
}
#widget .card .text .tt{
  font-size: 16px;
  line-height: 22px;
}
#widget #recommend_items .card .text{
  text-align: left;
  padding: 8px 0 0;
  border-top: 0;
  justify-content: flex-start;
}
#widget #recommend_items .card .text .tt{
  font-size: 14px;
  line-height: 20px;
}
#widget #recommend_items .categ{
  line-height: 1;
  font-size: 12px;
  margin-bottom: 5px;
}
#widget #popular_items .card .media{
  position: absolute;
  line-height: 1;
  left: 0;
  width: 50px;
  height: 100%;
  font-size: 2rem;
  color: #ddd;
}
#widget #popular_items .card .text{
  padding: 0;
  padding-left: 50px;
}
#widget #popular_items .more{
  line-height: 1.3;
  font-size: 12px;
}

/* COUNTDOWN */
.countdown{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.countdown li{
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 3px;
  width: 65px;
  margin: 0 3px;
  padding: .8rem .5rem;
  text-transform: uppercase;
  border: 1px solid #e9e9e9;
}
.countdown li>span{
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}
.countdown li>p{
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
}
.countdown.ended li{
  filter: blur(4px);
  -webkit-filter: blur(4px);
}
.countdown li.expired{
  position: absolute;
  width: 50%;
  top: 15px;
  border: 0;
  padding: 0;
  font-size: 28px;
  font-weight:700;
  filter: none;
  -webkit-filter: none;
  background:transparent;
}
.card .countdown{justify-content:space-between}.card .countdown li{width:auto;border:0;padding:0;margin-left:0;line-height:1}.card .countdown li>span{padding:10px 0;font-size:14px;background:#f0f0f0;border-radius:3px}.card .countdown li>p{padding:0 13px;font-size:12px;text-transform:capitalize}.card .countdown li.expired{top:10px;margin:0;font-size:12px}

/* FOOTER */
#footer .logo{
  flex: 0 0 120px;
  max-width: 120px;
}
#footer .logo a{
  position: relative;
  overflow: hidden;
  display: flex;
  padding-bottom: 60%;
}
.footnav a{
  display: block;
  color: #fcb415;
}
.footnav a > i{
  display: inline-block;
  min-width: 32px;
}

/* SINGLE PROPERTY */
#page_head.h--property .dcovgallery .items{
  overflow: hidden;
  border-radius: 0.5rem;
}
.prop__detail .price{
  color: #ffffff;
  word-break: break-word;
  text-align: center;
  font-weight: 700;
  font-size: 38px;
  line-height: 1.5;
  letter-spacing: 0.08rem;
  text-shadow: 1px 0 #607D8B;
}
.prop__detail .price span{
  line-height: 1;
  font-weight: 200;
  font-size: 50px;
  margin-right: 13px;
  color: #607D8B;
}
.prop__detail .specs .icon{
  background: #f5f5f5;
  background-image: radial-gradient( circle farthest-corner at 10% 20%,  rgba(176,229,208,1) 42%, rgba(92,202,238,0.41) 93.6% );
  text-align: center;
  flex: none;
  width: 80px;
  height: 80px;
  font-size: 28px;
  line-height: 81px;
  box-shadow: 0 15px 5px rgb(0 0 0 / 8%);
  transition: all .2s ease-in-out;
}
.prop__detail .specs .icon i{
  display: block;
  transition: .3s ease-in-out;
}
.prop__detail .specs .desc p{
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.2rem;
}
.prop__detail .specs .desc sup{
  font-size: small;
}
.prop__detail .specs .items:hover .icon{
  color: #fff;
  background-image: radial-gradient( circle 588px at 31.7% 40.2%,  rgba(225,200,239,1) 21.4%, rgba(163,225,233,1) 57.1% );
  box-shadow: 0 0 0 rgb(0 0 0 / 8%);
}
.prop__detail .specs .items:hover i{
  transform: rotate(45deg);
}
/* SINGLE PRODUCT */
.product__counted{
  line-height: 1.3;
}
.product__counted .label{
  color: #9cb1c3;
  font-weight: 300;
  font-size: 14px;
}
.product__counted .label b{
  color: #3b4249;
  font-size: 12px;
  font-weight: 600;
  margin-right: 4px;
  text-transform: uppercase;
}
.product__counted .stars i{
  color: #ffcc00;
  margin-right: 3px;
  line-height: 1;
  font-size: 13px;
}
.product__counted .stars i::before{
  content: "\F588";
  font-family: "bootstrap-icons";
}
.product__counted .barrier{
  width: 1px;
  height: 13px;
  margin: 0 10px;
  background: #B0BEC5;
}
.product__price{
  line-height: 1;
}
.product__price span{
  color: #607D8B;
  font-size: 36px;
  font-weight: 300;
  line-height: 1;
  margin-right: 8px;
}
.product__info .detail:not(:last-child){
  margin-right: 13px;
}
.product__info .detail b{
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  color: #3b4249;
}
.product__info .detail span{
  color: #607D8B;
  font-weight: 600;
}
.product__info .detail span.new{
  color: #009688;
}
.product__info .detail span.second{
  color: #d32c2c;
}
.card__owner .card .media{
  background-color: #fff;
  flex: none;
  width: 100px;
  padding: 3px;
  border: 1px dashed #e9e9e9;
}
.card__owner .card .text{
  padding: 0;
  padding-left: 18px;
}
.card__owner .card .text .tt{
  font-size: 18px;
}
.card__owner .card .text .tt i{
  display: inline-flex;
  color: #2e80b3;
}
.card__owner .people__detail_action button{
  width: auto;
  height: auto;
  line-height: 1.2;
  font-weight: 600;
  padding: 6px 9px;
  letter-spacing: 0.02rem;
}
.report_content button{
  background: 0;
  color: #607D8B;
  padding: 0;
  font-size: 12px;
  font-weight: 600;
  margin-left: auto;
  line-height: normal;
}
.report_content button:hover{
  box-shadow: none;
  color: #d32c2c;
}
/* SINGLE ARTICLE */
.read-pages .detail_meta .category a{
  position: relative;
  padding-left: 17px;
  margin-right: 3px
}
.read-pages .detail_meta .category a::before{
  content: "\F519";
  font-family: "bootstrap-icons";
  position: absolute;
  left: 1px;
  color: #607D8B;
}
.read-pages .detail_item_action small{
  line-height: 1;
  margin-bottom: 12px;
}
.read-pages .detail_item_action .icon{
  display: inline-flex;
  width: 28px;
  height: 28px;
  line-height: 29px;
  border-radius: 2px;
  align-items: center;
  justify-content: center;
  border: 1px solid #f0f0f0;
}
.read-pages .detail_item_action .icon.added{
  color: #d32c2c!important;
  border-color: #f0caca;
}
#ads_read_content .ad_wrap{
  background: #f5f5f5;
  padding-bottom: 10px;
}
.read-pages #widget.detail_ads{
  width: 160px;
  min-height: 10rem;
}
.col-8.read-pages #items_others [class*=col-].card{
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-8.read-pages #items_others .card .price,
.col-8.read-pages #items_others .card .addFavourites{
  font-size: 13px;
}
.col-8.read-pages #items_others .card .price b{
  font-size: 15px;
}
#items_related [class*=col-].card{
  margin-bottom: 10px;
}
#items_related .card .display{
  padding: 5px 5px 8px;
  border-bottom: 1px solid #e9e9e9;
}
#items_related .card .title{
  font-size: 15px;
  line-height: 1.3;
}
#items_related .card .more{
  line-height: 1;
  margin-top: 3px;
}
.dcovAds.bt-15 iframe{
  margin-bottom: 15px;
}
.dcovAds .ad_caption{
  color: rgba(0, 0, 0, 0.55);
  position: relative;
  display: block;
  margin: 5px;
  font-size: 9px;
  text-align: center;
  letter-spacing: 0.7px;
}
/* DARK MODE */
body.dark-mode,
.dark-mode #pagewrap,
.dark-mode .page-link,
.dark-mode #page_head.h--home{
  background: #1e1e2f!important;
  color: #e3e3e3!important;
}
.dark-mode tr,
.dark-mode table,
.dark-mode input,
.dark-mode select,
.dark-mode textarea,
.dark-mode select option,
.dark-mode .box,
.dark-mode #header,
.dark-mode #footer,
.dark-mode #header ul.navbar .usmenu,
.dark-mode .owl-carousel .owl-nav button.owl-next,
.dark-mode .owl-carousel .owl-nav button.owl-prev{
  background: #27293d!important;
  color: #e3e3e3;
}
.dark-mode td,
.dark-mode th,
.dark-mode input,
.dark-mode select,
.dark-mode textarea,
.dark-mode #header,
.dark-mode #footer,
.dark-mode .page-link,
.dark-mode .card .display,
.dark-mode #header .barrier,
.dark-mode .box .head .title,
.dark-mode .detail_item_action .icon,
.dark-mode #header ul.navbar li a.btn,
.dark-mode #header ul.navbar #login-user,
.dark-mode #header ul.navbar .usmenu li > a{
  border-color: #3a3d5c!important;
}
.dark-mode a,
.dark-mode h1,
.dark-mode h2,
.dark-mode h3,
.dark-mode h4,
.dark-mode h5,
.dark-mode h6,
.dark-mode ol li,
.dark-mode ul li,
.dark-mode input::placeholder,
.dark-mode .box .head .title{
  color: #e3e3e3!important;
}
.dark-mode #ads_read_content .ad_caption{
  color: rgb(255 255 255 / 55%);
}
.dark-mode #ads_read_content .ad_wrap{
  background: #27293d;
}
.dark-mode #header .logo.navbrand button{
  border-color: #8f91a6;
  color: #fff;
}
.dark-mode .card .text .categ a{
  color: #FF9800!important;
}
.dark-mode a:hover{
  color: #00BCD4!important;
}
.dark-mode .box{
  border: 0;
  box-shadow: 0 1px 20px 0 rgb(0 0 0 / 10%);
}
#header ul.navbar .usmenu{
  box-shadow: 0 1.5rem 2rem rgb(124 150 179 / 25%);
}
.dark-mode .divider::before{
  background: radial-gradient(ellipse at center,rgba(255,255,255,.2) 0,rgba(31,45,61,0) 75%);
}
.dark-mode .p_title .line,
.dark-mode #header ul.navbar li a.btn,
.dark-mode .divider.solid::before{
  background: #3a3d5c;
}

/* ANIMAED */
@-webkit-keyframes blinked{100%,50%{transform:scale(2);opacity:0}}
@keyframes blinked{100%,50%{transform:scale(2);opacity:0}}
@keyframes floating{0%{transform:translateY(0)}50%{transform:translateY(10px)}100%{transform:translateY(0)}}
@keyframes floating-sm{0%{transform:translateY(0)}50%{transform:translateY(5px)}100%{transform:translateY(0)}}@keyframes floating-lg{0%{transform:translateY(0)}50%{transform:translateY(15px)}100%{transform:translateY(0)}}

/* desktops 1281px */
@media (min-width: 1281px) {
  .container{
    width: 1080px;
    max-width: 1080px;
  }
  .container-lg{
    width: 1240px;
    max-width: 1240px
  }
}

/* laptops and desktop */
@media (min-width: 1025px) and (max-width: 1280px) {
  .container{
    width: 960px;
    max-width: 960px;
  }
  .container-lg{
    width: 1080px;
    max-width: 1080px;
  }
}

/* tablets, ipads portrait moded */
@media (min-width: 768px) and (max-width: 1024px) {
  
}

/* tablets, ipads landscape mode */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
}

/* lll tablet and mobile device mode */
@media only screen and (max-width: 1024px){
  
}

@media screen and (max-width: 860px) {

}

/* tablet only */
@media (min-width: 481px) and (max-width: 768px) {

}

/* mobile landscape mode */
@media (min-width: 481px) and (max-width: 527px) {
  
}

/* mobile portrait mdoe */
@media (min-width: 320px) and (max-width: 480px) {
  #header .container,
  #header .navsearch,
  .read-pages .detail_meta .category{
    width: 100%;
    max-width: 100%;
  }
  #header .group-wrap,
  .read-pages .detail_body{
    flex-direction: column;
  }
  #header #appnav .navbar{
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  #header .logo{
    width: auto;
  }
  #header .logo a{
    height: 55px;
    padding: 0.5rem 0;
  }
  #header #mainnav{
    position: fixed;
    top: 65px;
    width: 100%;
    left: -100%;
    max-width: 256px;
    background: #f5f5f5;
    border-bottom-right-radius: 1rem;
    background-image: radial-gradient( circle farthest-corner at 10% 20%,  rgba(176,229,208,1) 42%, rgba(92,202,238,0.41) 93.6% );
    box-shadow: 0 15px 5px rgb(0 0 0 / 8%);
    transition: left .2s ease-in-out;
  }
  #header #appnav{
    padding: 18px 15px 15px;
  }
  #header #appnav ul > li{
    width: 100%;
    line-height: 31px;
  }
  #header #appnav ul > li > a{
    margin-right: 0;
  }
  #header #headsearch{
    position: absolute!important;
    visibility: hidden;
    margin-left: 0;
    opacity: 0;
    transform: translate3d(0,100px,0);
    transition: all .25s;
  }
  #header #headsearch.show{
    visibility: visible;
    opacity: 1;
    transform: translate3d(0,55px,0);
  }
  #header #appnav .barrier,
  .card.promo .info .code,
  .list.card .text .excerpt{
    display: none;
  }
  #header ul.navbar .mobile_search,
  #header ul.navbar .mobile__navbar{
    display: block;
  }
  [class*=col-].grid.card,
  .row.five-col>[class*=col],
  .prop__detail .specs .items,
  .col-8.read-pages #items_others [class*=col-].card{
    -ms-flex:0 0 50%;
    flex:0 0 50%;
    max-width:50%
  }
  #popular_items [class*=col-].card{
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%
  }
  .card.promo .text{
    padding: 0.5rem;
  }
  .card.promo .text .tt,
  .prop__detail .specs{
    line-height: 1.3;
  }
  .card.promo .info{
    margin-bottom: 10px;
  }
  .card.promo .more{
    justify-content: center;
  }
  .card.promo .countdown li > span{
    padding: 0.3rem;
    font-size: 12px;
  }
  .card.promo .countdown li > p{
    padding: 0 0.5rem;
    font-size: 10px;
  }
  .card.promo .more .btn{
    width: 100%;
    margin-left: 0!important;
    margin-top: 8px;
    line-height: 1;
    font-size: 13px;
  }
  .list.card .media{
    flex: none;
    width: 112px;
  }
  .list.card .text{
    padding: 0.5rem 0.8rem;
  }
  .list.card .addFavourites{
    line-height: 1;
    margin-top: 3px;
  }
  .list.card .text .title{
    font-size: 14px;
    margin-bottom: 0;
  }
  .card__owner .card .display{
    position: relative;
    padding-bottom: 28px;
  }
  .card__owner .card .media{
    width: 85px;
  }
  .card__owner .people__detail_action button{
    padding: 0;
    border: 0;
    margin-right: 5px;
  }
  .card__owner .card address{
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
  #widget .card .text .tt{
    font-size: 14px;
  }
  #widget .card .time{
    font-size: 10px;
    padding-left: 15px;
  }
  #widget .card .time::before{
    top: 1px;
    font-size: 11px;
  }
  /* SINGLE */
  .prop__detail .price{
    font-size: 28px;
  }
  .prop__detail .price span{
    font-size: 42px;
  }
  .prop__detail .specs .icon{
    width: 52px;
    height: 52px;
    line-height: 51px;
    font-size: 18px;
  }
  .prop__detail .specs .desc p{
    font-size: 18px;
  }
  .read-pages .page-title .tt{
    font-size: 22px;
    line-height: 1.5;
  }
  .read-pages .detail_wrap,
  .read-pages #widget.detail_ads{
    margin-top: 15px;
  }
  .read-pages #widget.detail_ads{
    width: 100%;
    min-height: auto;
  }
  .read-pages .detail_meta,
  .read-pages .detail_item_action{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .read-pages .detail_item_action{
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px dashed #e9e9e9;
    align-items: center;
  }
  .read-pages .detail_body .content{
    margin-left: 0;
    order: inherit;
  }
}

/* mobile s portrait mode */
@media only screen and (max-width: 320px) {

}