.selectnav ul{
background:#fff;
}

.title.with_image{
height:300px;
}

@media(max-width:768px){
.title.with_image{
height:100px;
}
.title{
height:200px;
}
.title.with_image img{
display:none;
}
}

@media(max-width:480px){
.container_inner{
width:90% !important;
}
}

.joh-contact input, .joh-contact textarea{
border:solid 1px;
max-width:400px;
}

.joh-contact input{
margin:0 0 5px 0;
padding:10px 2%;
}

.joh-contact textarea{
margin:0 0 5px 0;
height:80px;
}