@media screen and (max-width: 767px) {
    .navbar-default li{
        background-color: #efefef;
    }
    
    #layout-header #main-title {
        padding-top: 40px;
    }
    
    .dropdown .dropdown-menu .list-group-item.dropdown-toggle{
        font-size: 1em;
        border-bottom: 1px solid #dddddd;
    }
    
    #main-menu .navbar-nav > li.active > a {
        color: #333333;
        font-weight: bold;
    }
    
    .taxonomy-term-special .euAbstract,
    .taxonomy-term-special .euRelatedLinks,
    #vat-left,
    #vat-right,
    #vat-right .left,
    #vat-right .right{
        width: 100%;
        float: none;
        margin-right: auto;
        clear: both;
        margin-bottom: 15px;
        overflow: hidden;
    }
    
    #vat-right .right {
        border-top: 1px #ccc solid;
}

@media screen and (max-width: 600px) {
    .region-footer > div#block-bean-big-footer-block
	{
		padding: 1px;
	}

	.region-footer > div#block-bean-big-footer-block #footer-column-left
	{
		padding: 5px;
	}

	.region-footer > div#block-bean-big-footer-block #footer-column-left,
	.region-footer > div#block-bean-big-footer-block #footer-column-right,
	.region-footer > div#block-bean-big-footer-block #footer-column-left ul
	{
		float: none;
		width: 100%;
		margin: 0;
		clear: both;
	}

	.region-footer > div#block-bean-big-footer-block #other-sites
	{
		padding: 5px;
		border: 0;
	}
	
	.region-footer > div#block-bean-big-footer-block a {
	    display: block;
	    padding: 5px;
	}
	
	

    #block-system-main .field-name-body p:first-of-type img,
    #block-system-main .field-name-body h2:first-of-type img,
    #block-system-main .field-name-body h3:first-of-type img,
    #block-system-main .field-name-body img.floatright{
        float: none;
        clear: none;
        margin: 0;
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 479px) {
    .taxonomy-term-special .euAbstract .euImg {
        width: 100% !important;
        height: auto !important;
        float: none;
        margin-bottom: 15px;
    }
}