/*
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 : Oct 22, 2018, 9:07:50 PM
    Author     : Sublime
*/

.grid p{
    color: #fff;
}


.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.sticky + .content {
    padding-top: 102px;
}


@media screen and (max-width: 990px) {
    .modal-villa {
        border-bottom: 2px solid #d2e1e6;
        margin-bottom: 10px;
    }

}
@media screen and (min-width: 990px) {
    .modal-villa {
        border-right: 2px solid #d2e1e6;
    }

}