.FindusMap iframe,
.InstagramArea /** remove the line after we get the actual instagram details **/
{
    display: none !important;
}
body.page-template-home .content-area
{
    margin-top: 0px !important;
}
.extra-exhibitions p:empty
{
    display:none;
}
body.single-exhibition .GridItem {
    min-height: 460px;
}
body.single-exhibition
{
    height: auto;
}

body.single-exhibition .ExhibitionFtr .ColLeft p
{
    display:none;
}



 body.single-exhibition .ExhibitionFtr .ColRight p {
    display: block;
}

@media only screen and (max-width: 1280px) and (min-width: 1201px) {
    .navbar-nav {
        float: left;
        width: 100%;
    }
}