/* CSS FILE */
/* Copyright http://www.guestfriendlyhotel.com */
/* All right reserved */

body#results{
	background: #333333;
}

body#results #main{
    padding: 0;
}


#search-sidebar{
    float:left;
    width:20%;
    margin-right:2%;
    position: relative;
}

#search-results{
    float:left;
    width:70%;
    margin-left:1%;
    margin-right:1%;
    position: relative;
}

#search-adverts{
    float:left;
    width:28%;
    position: relative;
}

@media screen and (max-width:568px){

    #search-adverts{
        display:none;
    }

}

.results-module{
    float:left;
    width:90%;
    padding:0 5% 10px 5%;
    background:#fff;
    margin:20px 0 0 0;
    border-radius:2px;
    position: relative;
    border:1px solid #c9cfdd;
}

.results-module h4{
    margin: 0 -5% 6px -5%;
    padding: 6px 0 6px 5%;
    border-bottom: 1px solid #c9cfdd;
    font-size:13px;
    font-weight: 600;
    color: #444;
    width: 105%;
    background: #f9f9f9;
}


.results-module-more p{
    padding:5px 0 5px 5%;
    font-size: 12px;
    line-height: 15px;
    color:#005da4;
}

.results-module-more p span{
    width: 0;
    height: 0;
    float: right;
    margin:5px 5% 0 0;
    border-top:5px solid #005da4;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
}

.results-module-more:hover{
    background:#005da4;
}

.results-module-more:hover p{
    color:#fff;
}

.results-module-more:hover p span{
    border-top-color:#fff;
}

.results-module-dropdown{
    display: none;
    float:left;
    width:100%;
}

.search-result{
    float:left;
    width:99%; 
    margin:0 0 5px 0;
	padding: 5px 0% 5px 1%; 
    border-bottom: 1px solid #c9cfdd;
    background-color:#fff;
    border-radius: 2px;
    position: relative;
}

.search-result h4{
    font-size:18px;
}

.search-result h4 a{
    text-decoration: none;
    color: #229223;
}

.search-result h4 a:hover{
    text-decoration: underline;
}


@media screen and (max-width:768px){

    #search-sidebar{
        width:26%;
    }

}

@media screen and (max-width:568px){
    #search-results{
		 width:100%;
        margin:0;
    }
}


@media screen and (max-width:568px){

    .footer{
        margin-top:0;
    }

    #search-results{
        width:100%;
    }

    #search-sidebar{
        display:none;
        width:100%;
        margin:15px 0 0 0;
        padding:0 0 15px 0;
    }

    .search-results > .row > .main-center{
        padding:0;
    }

    .search-result{
        margin:0;
        border-left:0;
        border-right:0;
        border-top:0;
        border-bottom:1px solid #c9cfdd;
        padding-top: 8px;
        padding-bottom: 10px;
    }

    .results-module{
        width:88%;
        padding:0 3% 15px 3%;
        border:1px solid #c9cfdd;
        background:#fff;
        margin:20px 3% 0 3%;
        overflow: hidden;
    }

    .results-module:first-of-type{
        margin-top:0px;
    }

    .results-module h4{
        width:103%;
        padding:8px 0 8px 3%;
        margin:0 -3% 8px -3%;
    }

    .results-module-more{
        width:106%;
        margin:10px -3% -15px -3%;
    }

    .results-module-more p{
        padding:8px 0 8px 3%;
    }
}

