﻿ .errorMessage {
      background-color:#FDE4E1;
      color:#B10009;
      font-weight: bold;
      text-align: center;
      height: auto;
      line-height: 30px;
      margin-bottom: 15px;
      margin-top: 22px;
  }

  .successMessage {
      background-color:#CCF3C5;
      color:#59B546;
      font-weight: bold;
      text-align: center;
      height: auto;
      line-height: 30px;
      margin-bottom: 15px;
      margin-top: 22px;
  }


    .box {
      background: red;
      color: white;
      text-align: center;
      height: 30px;
      line-height: 30px;
      margin-bottom: 15px;
    }
#sortBy {
    margin-bottom: 10px;
}

#owl-demo {
    margin-bottom: 30px;
}

.fa-facebook, .fa-facebook-square {
    color: #3b5998 !important;
}
.fa-twitter, .fa-twitter-square {
    color: #00aced !important;
}
.google-plus {
    color: #d34836 !important;
}
.whatsapp {
    color: #34AF23 !important;
}

.fa-linkedin {
    color: #0a587d !important;
}

.fa-exclamation-triangle {
    color: #CCCC00 !important;
}

#priceInfo {
    margin-bottom: 5px;
}

.detail-item {
    margin-bottom: -2px !important;
}

#agency-name {
    width: 60%;
    height: auto;
}

#agency-photo {
    width: 30% !important;
    height: 100% !important;
    float: left !important;
    margin: 5px !important;
}
#agency-photo img {
    width: 100%;
    max-width: 75px;
    max-height: 60px;
}

.search-btn {
    width: 100%; 
    border-radius: 0; 
    height: 30px;
    padding: 5px 0;
}

/* == 2 satir sonrasinda ... cikmasi icin ==*/
.line-clamp-1 {
      position: relative;
      height: 1.5em;
      overflow: hidden;
    }

.line-clamp-1:after {
      content: "";
      text-align: right;
      position: absolute;
      bottom: 0;
      right: 0;
      width: 70%;
      height: 1.5em;
      background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);
 }



/* == 2 satir sonrasinda ... cikmasi icin ==*/
.line-clamp-2 {
      position: relative;
      height: 3.6em; /* exactly three lines */
      overflow: hidden;
    }
.line-clamp-2:after {
      content: "";
      text-align: right;
      position: absolute;
      bottom: 0;
      right: 0;
      width: 70%;
      height: 1em;
      background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 90%);
 }

.fade-to-opacity {
  position: relative;
  height: 2.5em; /* exactly three lines */
}
.fade-to-opacity:after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  height: 1em;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 95%);
}

@supports (-webkit-line-clamp: 3) {
    .line-clamp-1 {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;  
        max-height:2em; /* I needed this to get it to work */
        height: auto;
    }
    .line-clamp-1:after {
        display: none;
    }

    .line-clamp-2 {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;  
        max-height:3.6em; /* I needed this to get it to work */
        height: auto;
    }
    .line-clamp-2:after {
        display: none;
    }
}
/* == 2 satir sonrasinda ... cikmasi icin ==*/

.custom-ddl{
     border: 1px solid #e6e6e6;
     margin-bottom: 10px;
     -moz-border-radius: 4px;
     -webkit-border-radius: 4px;
     border-radius: 4px;
 }

#customer-add a:hover {
    color: #fff !important;
    background-color: #60AE60 !important;
    border-color: #4cae4c !important;
}

#page-content_home .SumoSelect p {
    font-size: 13px;
}

@-webkit-keyframes spinner {
    from {transform:rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
}

 @keyframes spinner {
     from {transform:rotate(0deg);}
     to {transform: rotate(360deg);}
 }
 
 .spinner:before {
     content: '';
     box-sizing: border-box;
     position: absolute;
     top: 50%;
     left: 50%;
     width: 20px;
     height: 20px;
     margin-top: -10px;
     margin-left: -10px;
     border-radius: 50%;
     border: 2px solid transparent;
     border-top-color: #07d;
     border-bottom-color: #07d;
     animation: spinner .8s ease infinite;
 }

 .spinner {
     position: relative;
     width: 30px;
     height: 30px;
     margin: 2% 49%;
 }

.wht-cont:hover .exp-img-2, .wht-cont:focus .exp-img-2, .row.white:hover .exp-img-2 {
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.shrink {
    -ms-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -webkit-transform: scale(0.85);
    -o-transform: scale(0.85);
    transform: scale(0.85);
    transform-origin: top center;
}

#header .navigation, #header #header-more, #header .navigation .main-menu .navbar-nav, #header .navbar-brand.nav, #header-menu-responsive {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}