@media only screen 
and (max-width : 768px) {
    .fullScreen{
        height: 300px;
        min-height: 300px;
    }
    
    #mapSearch{
        display: block;
        width: 66.6666666%;
    }
    
    #mapSearch input{
        margin: 0;
        display: block;
        width: 50% !important;
        -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
    }
    
    #transport{
        width: 33.3333333%;
    }
    
    #transport .customSelect{
        width: 100% !important;
        -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
        border-right: 1px solid #333;
        cursor: pointer;
    }
    
    .scrollDown{
        display: none;
    }
    
    .langNav li{
        width: 50px;
        height: 50px;
    }
    
    .langNav a{
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }
    
    .allLang{
        top: 50px;
    }
    
    .mainNav{
        background: none;
    }
    
    .navLeft, .navRight, .quickLinks{
        display: none;
    }
    
    .socialLinks{
        top: auto;
        bottom: -25px;
        left: 50%;
        margin-left: -115px;
    }
    
    .reserveerNu{
        display: none;
    }
    
    #subFooter{
        display: none;
    }
    
    .bookingModule .block{
        width: 100%;
    }
    
    .bookingModule{
        text-align: center;
    }
    
    .bookingModule form{
        display: none;
    }
    
    .advantages{
        width: auto;
        padding: 0 25px;
    }
    
    .advantages img, .advantages li{
        width: 45%;
        height: auto;
        max-height: 275px;
        max-width: 275px;
    }
    
    .advantages li{
        margin-left: 10%;
        text-align: center;
    }
    
    .advantages img{
        width: 100%;
        margin: 0 auto;
    }
    
    .clients{
        width: auto;
        padding: 0 25px;
    }
    
    .mobileBooker{
        display: inline-block;
        text-align: center;
        text-decoration: none;
        float: none;
    }
    
    .reviewModule{
        display: none;
    }
    
    .lightTop{
        display: none;
    }
    
    #contactForm tr td input{
        width: 200px;
    }
    
    .contentArticles, .newsArticles{
        width: 100%;
        float: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;    
    }
    
    #photoGallery{
        padding: 0 25px;
    }
    
    #newsArticles{
        padding: 0 25px;
    }
    
    .article{
        width: auto;
        padding: 0 25px;
    }
    
    .submenu, .categories{
        word-wrap: break-word;
        float: none;
        width: 96%;
        margin: 0 2%;
        margin-bottom: 25px;
    }
    
    #addRev, #allRev{
        float: none;
        width: 100%;
        margin: 0;
        margin-top: 25px;
    }
    
    #addReview{
        margin: 0;
/*        padding: 25px;*/
    }
    
    #feedRev{
/*        padding: 0 25px;*/
    }
    
    .sectionInfo{

    }
    
    #mobileNav{
        position: absolute;
        top: 0;
        left: -70%;
        z-index: 999;
        display: block;
        width: 70%;
        background-color: #333;
        -webkit-transition: all ease-out 0.5s;
        -moz-transition: all ease-out 0.5s;
        -o-transition: all ease-out 0.5s;
        transition: all ease-out 0.5s;
    }
    
    #mobileNav .pageNav a{
        height: 40px;
        padding: 0 12px;
        line-height: 40px;
        display: block;
        font-family: GothamBold, sans-serif;
        font-size: 16px;
        text-transform: uppercase;
        text-decoration: none;
        color: #fff;
        -webkit-transition: all ease-out 0.5s;
        -moz-transition: all ease-out 0.5s;
        -o-transition: all ease-out 0.5s;
        transition: all ease-out 0.5s;
    }
    
    #mobileNav #openNav{
        position: absolute;
        top: 0;
        right: -49px;
        width: 49px;
        height: 50px;
        background: url(../images/mobile.png) no-repeat center center #333;
    }
    
    #mobileNav .pageNav a:hover{
        background-color: #222;
        color: #fff;
    }
    
    #mobileNav .pageNav li{
        border-top: 1px solid #444;
    }
    
    #mobileNav .pageNav li:first-child{
        border-top: none;
    }
    
    #mobileNav .quickLinks{
        display: block;
        position: static;
    }
    
    .quickLinks li{
        float: none;
        border-top: 1px solid #444;
    }
    
    .quickLinks a{
        height: 40px;
        line-height: 40px;
        display: block;
        text-align: left;
        background: none;
        font-size: 16px;
        color: #fff;
        width: auto;
    }
    
    .quickLinks a:hover{
        color: #fff;
        background: #222;
    }
    
    .page iframe{
        display: block;
        width: 100% !important;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;    
    }
    
    .roomtypes li{
        float: none;
        width: 100%;
        clear: both;
        padding-top: 50px;
        display: block;
    }
    
    .roomtypes li:first-child{
        padding: 0;
    }
    
    .roomtypes img{
        float: left;
        width: 49%;
    }
    
    .roomtypes .sectionInfo{
        float: right;
        width: 49%;
    }
    
    .roomTitle{
        min-height: 0;
    }
    
    .roomtypes li:first-child .prijsVanaf{
        top: -25px;
    }
    
    .roomtypes .prijsVanaf{
        top: 25px;
        left: -25px;
        right: auto;
    }
}

@media only screen 
and (max-width : 450px) {
    .roomtypes{
        width: 96%;
        margin: 0 2%;
        margin-top: 25px;
    }
    
    .roomtypes li{
        width: 100%;
        margin-bottom: 25px;
    }
    
    .roomtypes img{
        width: 100%;
    }
    
    .roomtypes li.lastRow{
        margin-bottom: 25px;
    }
    
    .roomtypes .sectionInfo{
        width: 100%;
    }
    
    .roomTitle{
        min-height: 0;
    }
}