/* #Media Queries
================================================== */

@media only screen and (max-width: 1024px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
    /*homepage*/  
    .homepage {
        margin-top: 0 !important;
    }
    #slider.fullscreen .flex-control-thumbs {
        max-width: 100%;
    }
    .facilities-img {
        width: 100%;
    }
    .facilities-detail {
        width: 100%;
        padding: 80px 2% 80px 3%;
    }
    .facilities-detail-b {
        width: 100%;
    }
    .facilities-detail-c {
    margin-top: 130px;
    padding: 80px 2% 80px 3%;        
    width: 100%;
    }
    /*pagetitle*/
    .page-title .title {
        padding-top: 15%;
    }
    .sidebar {
        margin-top: 80px;
    }
    .widget .widget-agent-img {
        width: 100%;
        margin-right: 0;
    }
}
@media only screen and (max-width: 991px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
    /*blog*/
    .blog .blog-post img {
        width: 100%;
    }
     /*menu*/
    #main-menu {
        display: none;
    }
    .menu{
        display:none;
    }
    #header .mobile-menu {
        display: block;
        float: right;
        padding: 10px 25px 25px;
    }
    .c-menu--slide-right {
        width: 300px;
        height: 100%;
    }
    .menus-mobile ul.child {
        display: none;
        -webkit-transition: all 0.6s ease 0s;
           -moz-transition: all 0.6s ease 0s;
            -ms-transition: all 0.6s ease 0s;
             -o-transition: all 0.6s ease 0s;
                transition: all 0.6s ease 0s;
    }
    .menus-mobile li.has-child:hover > ul.child {
        display: block;
    }
    #natureza {
        margin-left: 0px!important;
    }
    #educacao {
        margin-left: 0px!important;
    }
       .grid figcaption {
    top: -29% !important;
    }
    
}
@media only screen and (max-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
    /*homepage*/
    #slider.fullscreen .flex-control-thumbs {
        margin-top: -70px;
    }
    .slider-form {
        display: none;
    }
    .facilities .facilities-img, .facilities .facilities-detail .facilities-detail-b {
        width: 100%;
    }
    .gallery .gallery-item img {
        width: 100%;
    }
    .features .features-item {
        width: 20%;
        float: left;
    }
    /*pagetitle*/
    .page-title .title {
        padding-top: 20%;
    }
    /*contact*/
    .agent-img {
        width: 100%;
    }
    .agent-detail {
        width: 100%;
        padding: 80px 2% 80px 3%;
    }
    .form {
        width: 100%;
        padding: 80px 3% 80px 2%;
    }
    .maps {
        width: 100%;
    }
    .maps iframe {
        height: 300px;
    }
    .room-slider {
        margin-bottom: 40px;
    }
    #natureza {
        margin-left: 0px!important;
    }
    #educacao {
        margin-left: 0px!important;
    }
    .article .content p {
        text-align: center;
    }
    .footer320 {
        width: 240px;
    }    
        .facilities-content {
        text-align: center !important;
    }
    .footer-text a img {
        width: 200px !important;
    }
       .facilities-detail-b {
        text-align: center !important;
    }
        .post-content {
        text-align: center !important;
    }
       .grid figcaption {
    top: -25% !important;
    }
}
@media only screen and (max-width: 480px) {

    .features .features-item {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .facilities-detail-b {
        width: 100%;
        border-bottom: 4px solid rgb(166, 206, 57);
    }
    .facilities-detail {
        width: 100%;
        border-bottom: 4px solid rgb(166, 206, 57);
        background-color: white;        
    }
    .facilities-detail-b {
        width: 100%;
        border-bottom: 4px solid rgb(166, 206, 57);
        background-color: white;        
    }
   .facilities-detail-c {
        width: 100%;
        border-bottom: 4px solid rgb(166, 206, 57);
        background-color: white;        
    }
    /*pagetitle*/
    .page-title .title {
        padding-top: 30%;
    }
    .grid figcaption h2 {
        -webkit-transform: translateY(60px);
        transform: translateY(60px);
        margin-top: -6px;
    }
    /*facilities*/
    .facilities-item {
        width: 100%;
    }
    .logo {
        width: 200px;
        margin-top: 10px;
    }
    .imagem, .imagem2{
        visibility: visible;
        height: auto;
        margin-top: 80px;
        margin-left: -1px;
    }
    .title2 {
        margin-top: 40px;
        text-align: center !important;
    }
    #natureza {
        margin-left: 0px!important;
    }
    #educacao {
        margin-left: 0px!important;
    }
    .article .content p {
        text-align: center;
    }
    .footer320 {
        width: 240px;
    }    
        .facilities-content {
        text-align: center !important;
    }
    .facilities-detail  {
        text-align: center !important;
        margin-top: auto;
    }      
    .facilities-detail {
        text-align: center !important;
    }
    .footer-text a img {
        width: 200px !important;
    }
     .facilities-detail-b  {
        text-align: center !important;
    }   
        .post-content {
        text-align: center !important;
    }
       .grid figcaption {
    top: -25% !important;
    }
}

@media all and (max-width: 320px) {
        .facilities-content {
        text-align: center !important;
    }
    .c-menu--slide-right {
        width: 250px;
    }
    .c-menu--slide-right {
        -webkit-transform: translateX(250px);
        -ms-transform: translateX(250px);
        transform: translateX(250px);
    }
    /*pagetitle*/
    .page-title .title {
        padding-top: 45%;
    }
    .page-title .title h2 {
        font-size: 28px;
    }
     .grid figcaption h2 {
        -webkit-transform: translateY(60px);
        transform: translateY(60px);
        margin-top: -6px;
    }
    .logo {
        width: 65%;
        margin-top: 10px !important;
    }
    #natureza {
        margin-left: 0px!important;
    }
    #educacao {
        margin-left: 0px!important;
    }
    .article .content p {
        text-align: center;
    }
    .footer320 {
        width: 240px;
    }
    .facilities-detail p.intro { 
        text-align: center !important;
    }    
    .title2 {
        text-align: center !important;
    }
    .facilities-detail facilities-detail-c wrapper wow fadeIn  animated {
        text-align: center !important;
    } 
    .footer-text a img {
        width: 200px !important;
    }
    .facilities-detail-b {
        text-align: center !important;
    }
    .post-content {
        text-align: center !important;
    }
   .grid figcaption {
    top: -25% !important;
    }
    
}

