@media (min-width: 1300px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1200px;
    }
}
@media (min-width: 1400px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1300px;
    }
}
@media (min-width: 1500px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1400px;
    }
}
@media (min-width: 1600px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1500px;
    }
}
@media only screen and (max-width: 1199px) {
    .section-title .title {
        font-size: 26px;
    }
    .bottombar .menu-wrapper ul li a {
        font-size: 14px;
        padding: 10px 8px;
    }
    #calendarModal .ui-datepicker-multi .ui-datepicker-group {
        width: 50%;
    }
}
@media only screen and (max-width: 991px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    #calendarModal #calendar td[data-handler][data-year] a {
        height: 30px;
    }
    .bottombar .menu-wrapper {
        display: none;
    }
    .bottombar .formContent {
        top: calc(100% - 75%) !important;
    }
    .topbar-wrapper .phone-numbers {
        display: none;
    }

    .header .topbar-wrapper .topbar {
        justify-content: space-between;
    }

    .photo-gallery a::after {
        font-size: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .bottombar .iconBtn button{
        margin: 0px 3px !important;
    }
    #calendarModal .ui-datepicker-multi .ui-datepicker-group {
        width: 100%;
    }

    .container-fluid {
        padding: 0 30px;
    }
    .bottombar a.logo img{
        width: 200px !important;
    }
    .bottombar .searchbar-wrapper form input {
        width: 180px;
        font-size: 14px;
    }
    .bottombar .iconBtn i {
        margin-top: 0px;
    }


    .list-item .info-section .villa-name {
        font-size: 18px;
    }

    .list-item .villa-price strong {
        font-size: 16px;
    }
    .list-item .info-section .villa-properties .property-box span {
        font-size: 12px;
    }
    .list-item .item-buttons button, .list-item .item-buttons a {
        padding: 12px 0px;
    }

    .form-control {
        font-size: 14px;
        padding: 3px 6px;
    }

    #rspMenu {
        width: 320px;
    }

    .description {
        font-size: 14px;
    }
    .description p {
        line-height: 20px;
    }
    .search-engine-wrapper {
        left:auto;
    }
 
}
@media only screen and (max-width: 666px) {

    .ui-datepicker-multi .ui-datepicker-group {
        width: 100%;
        border: 0px;
    }

    #calendarModal .villaCalendar .calendarInfo .calendarIcons {
        flex-wrap: wrap;
    }

    #calendarModal .villaCalendar .calendarInfo .calendarIcons .item {
        flex: 50%;
    }

    .modalRezervationForm .contactForm {
        vertical-align: initial;
        display: block;
    }

    .modalRezervationForm .contactForm form {
        width: 100%;
        display: block;
    }

    .modalRezervationForm.show {
        display: block !important;
        overflow: auto;
    }
}

.bottombar  .formContent input {
    width: 100%;
    background-color: var(--white-color);
    height: 45px;
    font-size: 15px;
    box-shadow: none;
}
@media only screen and (max-width: 575px) {

    .bottombar .searchbar-wrapper {
        position: static;
    }

    .bottombar  .formContent {
        position: absolute;
        top: 100% ;
        left: 0px;
        width: 100%;
        z-index: 9;
    }
    .container-fluid {
        padding: 0 15px;
    }
    .section-title .title {
        font-size: 24px;
    }
    .list-item .info-section .villa-properties {
        margin-top: 10px;
    }

    .list-item .villa-price span {
        font-size: 13px;
    }
    .page-numbers > span {
        font-size: 13px;
    }
    .page-numbers ul li a {
        width: 32px;
        height: 32px;
        font-size: 13px;
    }

    .photo-gallery a {
        width: calc(50% - 10px);
    }

    .description .spacer-title {
        font-size: 20px;
    }

    .bread-crumb ul li a {
        font-size: 14px;
    }
    .teklifBtn {
        display:none;
    }
}
@media only screen and (max-width: 499px) {
    #calendarModal #calendar td[data-handler][data-year] a {
        height: 25px;
    }
    .list-item .info-section .villa-properties .property-box {
        flex-flow: column nowrap;
    }

    .list-item .info-section .villa-properties .property-box i:before {
        margin-right: 0px;
        font-size: 24px;
    }
    .footer-wrapper .partners ul li {
        flex: 0 0 100%;
        justify-content: center;
        margin-bottom: 20px;
    }
    .footer-wrapper .partners ul li img {
        max-width: 200px;
    }

    .label-field label {
        font-size: 14px;
    }

    .section-title .title {
        font-size: 24px;
    }
    .section-title p {
        font-size: 13px;
    }

    .description .spacer-title {
        font-size: 18px;
    }
    .f-size-20 {
        font-size: 18px;
    }
}
@media only screen and (max-width: 450px) {
    .topbar .btn {
        font-size: 13px;
    }
    .favList ul li ul {
        min-width: 290px;
    }
    .favList ul li ul li img {
        width: 70px;
        height: 46px;
    }


    .list-item .villa-price strong {
        font-size: 16px;
    }
}
@media only screen and (max-width:400px){
    .f-size-20 {
        font-size: 15px;
    }
    .villa-location {
        font-size: 11px;
    }

    .list-item .villa-price strong {
        font-size: 13px;
    }
    .bottombar a.logo img {
        width: 185px !important;
    }
}
.bottombar .iconBtn.searchBtn i::before {
    font-size: 22px !important;
}
