.social-link li i:hover{
    color: #333!important;
}
#imageUpload{
    display: none;
}
.mask {
    background-color: rgb(255,255,255);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100000;
    display: none;
    opacity: 0.8;
    top: 0px;
}
#loader {
    left: 0px;
    top: 0px;
    position: absolute;
    background: url(../img/loader.gif)center center no-repeat;
    width: 100%;
    height: 100%;
    display: none;
}
.search-area{
    margin-bottom: 0px;
}
.ad-block{
    display: inline-block;
}
.imagepreview{
    height: 130px;
    background-position: center;
    background-size: cover;
}
.ad-description > .ad-detail{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ad-block h4{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.notavailable{
    background-color: gray;
}
.w3-display-left, .w3-display-left:focus{
    position: absolute;
    top: 50%;
    left: 0%;
    background-color: #ffffff;
    transform: translate(0%,-50%);
    border: none;
    color: #eb0835;
    font-size: 27px;
    outline: 0;
}
.w3-display-right{
    position: absolute;
    top: 50%;
    right: 0%;
    background-color: #ffffff;
    transform: translate(0%,-50%);
    border: none;
    color: #eb0835;
    font-size: 27px;
    outline: 0;
}
.playpause {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: white;
    font-size: 44px;
    cursor: pointer;
}
.pac-container {
    z-index: 10000 !important;
}
.preview-video {
  
      width: 130px;
    height: 130px;
    margin: auto;
}
.hidden-video-file{opacity: 0;
    position: absolute;
    width: 130px;
    height: 130px;}
.preview-video img {
    width: 130px;
    height: 130px;
    vertical-align: top;
    object-fit: cover;
  }
.color-gray{color:#666666}
.owl-controls{
    background: #FFF!important;
}
.owl-carousel .owl-wrapper-outer{
    box-shadow: none!important;
}
.categoryimg{
    width: 35px;
    height: 35px;
}
.price2{
    font-size:16px!important;
}
/*.profile-video-section{
    width: 458px !important;
    height: 303px !important;
}*/
.mySlides {
   /* width: 457px !important;
    height: 303px !important;
    width: auto !important;*/
    height: 303px !important;
    margin-left: auto;
    margin-right: auto;
}
.signup-modal .form{
    padding: 38px 15px 0!important;
}
.sign-back{
    background-repeat: no-repeat;
}
@media only screen and (max-width: 600px) {
    .add-post .row {
        padding: 0px 5px!important;
    }
}
.img-circle{
    height: 47px;
}



    #owl-demo .item{
      margin: 3px;
    }
    

    .owl-pagination {
    text-align: center;
    top: 0px !important;
    position: relative;
}


.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  float: right;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

