/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 9, 2016, 9:35:52 AM
    Author     : nermin.hajdarevic
*/
.filters .triangle-calendar {
    border-bottom-color: #194D87;
}
.search-date {
    width: 140px;
}
.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 80px;
  height: 80px;
  position: relative;
  top: 50%;
  left: 0%;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  z-index: 1;
  margin: -40px auto;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.f-s-18 {
    font-size: 18px;
}
.error {
    color: #c10b08;
}
.property-details {
    font-size: 16px;
}
.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 73px;
}
.property-list {
    margin-bottom: 20px;
}
.property {
    width: 100%;
    border: 1px solid #dadada;
    display: inline-block;
    margin-bottom: 20px;
    padding: 10px;
    background-color: #fff;
}
.property-list-image {
    width: 100%;
    overflow: hidden;
    position: relative;
    float: left;
    margin-right: 20px;
}
.property-price {
    position: absolute;
    bottom: 0;
    padding: 2px;
    color: white;
    margin-bottom: 0;
    background: rgba(51,51,51,0.4);
    width: 100%;
    font-size: 14px;
    padding-bottom: 0;
    padding-left: 10px;
    padding-top: 10px;
    height: 40px;
}
.price {
    font-weight: bold;
    font-size: 24px;
}
.property-information {
    width: 100%;
    padding-top: 10px;
    clear: both;
}
.property-title {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    color: #555;
}
.attributes {
    padding-left: 0px;
}
.attributes li{
    margin-right: 0;
    display: inline-block;
    width: 42.5%;
    white-space: nowrap;
}
.attributes span {
    font-size: 17px;
    margin-right: 10px;
    padding-left: 1px;
    line-height: 30px;
}
.property-more-section {
    text-align: center;
    margin-top: 3px;
    margin-bottom: 3px;
}
.property-more {
    border: 1px solid #777;
    width: 90px;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    margin: 0 auto;
    background-color: #999;
}
.property-more:focus,
.property-more:hover {
    text-decoration: none;
    background-color: #777;
    cursor: pointer;
}
.property-more-section a:hover, .property-more-section a:focus {
    text-decoration: none;
}
.property-list-image img {
    width: 100%;
    height: auto;
}
.property-filter-title {
    font-weight: bold
}
.filter-guests {
    margin-bottom: 20px;
}
.availability-section {
    margin-bottom: 20px;
}
.property-description p {
    font-size: 16px;
    line-height: 26px;
}
@media screen and (min-width: 768px) {
    .loader {
        position: absolute;
        top: 10%;
        left: 50%;
        margin: 0;
    }
    .property-list-image {
        width: 50%;
        max-width: 459px;
        max-height: 306px;
    }
    .property-information {
        width: 46.8%;
        float: left;
        clear: none;
        padding-top: 0;
    }
    .property-description {
        display: none;
    }
    .h2-title {
        position: relative;
    }
    .filters .select-check-out {
        left: 30% !important;
    }
}
@media screen and (min-width: 950px) and (max-width: 1299px) {
    .property-list-image {
        height: 222px;
    }
    .property-description {
        display: none;
    }
}
@media screen and (min-width: 1300px) and (max-width: 1499px) {
    .property-list-image {
        width: 50%;
    }
    .attributes li{
        width: 45%;
        text-overflow: ellipsis;
        overflow: hidden;
        margin-bottom: 0px;
    }
    .attributes {
        margin-bottom: 5px;
    }
    .truncate {
        height: 72px;
    }
    .property-list-image img {
        height: 100%;
    }
    .property-more-section {
        margin-top: 11px;
        margin-bottom: 11px;
    }
}
@media screen and (min-width: 1500px) {
    .property-description {
        display: block;
        margin-bottom: 17px;
    }
    .property-title {
        text-align: left;
    }
    .attributes li{
        width: 32%;
    }
    .property-more-section {
        margin-top: 11px;
        margin-bottom: 11px;
    }
    .truncate {
        -webkit-line-clamp: 4;
        height: 97px;
    }
}
@media screen and (max-width: 487px) {
    .attributes li {
        width: 49%;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}
@media screen and (min-width: 787px) and (max-width: 1249px) {
    .attributes li {
        width: 48.5%;
    }
}
@media screen and (min-width: 887px) and (max-width: 949px) {
    .property-more-section {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .property-list-image {    
        max-width: 768px;
        max-height: 452px;
    }
    .property-more-section {
        margin-top: 20px;
    }
}