#social_icons { width: 49%; margin-left: 1%; float: right; }

.icon_fb { width: 22px; height: 44px; float: right; padding: 0; margin: 5px 1%; background: url('/public/images/icon_fb_gastronomy.png') no-repeat top center; }
.icon_fb:hover { background: url('/public/images/icon_fb_gastronomy.png') no-repeat bottom center; }

.icon_gplus { width: 43px; height: 44px; float: right; padding: 0; margin: 5px 1%; background: url('/public/images/icon_gplus_gastronomy.png') no-repeat top center; }
.icon_gplus:hover { background: url('/public/images/icon_gplus_gastronomy.png') no-repeat bottom center; }

.icon_twitter { width: 53px; height: 44px; float: right; padding: 0; margin: 5px 1%; background: url('/public/images/icon_twitter_gastronomy.png') no-repeat top center; }
.icon_twitter:hover { background: url('/public/images/icon_twitter_gastronomy.png') no-repeat bottom center; }

.icon_rss { width: 43px; height: 44px; float: right; padding: 0; margin: 5px 1%; background: url('/public/images/icon_rss_gastronomy.png') no-repeat top center; }
.icon_rss:hover { background: url('/public/images/icon_rss_gastronomy.png') no-repeat bottom center; }

.icon_lang_hu { width: 42px; height: 44px; float: right; padding: 0; margin: 5px 1%; background: url('/public/images/icon_lang_hu_gastronomy.png') no-repeat top center; }
.icon_lang_hu:hover { background: url('/public/images/icon_lang_hu_gastronomy.png') no-repeat bottom center; }

.icon_lang_en { width: 42px; height: 44px; float: right; padding: 0; margin: 5px 1%; background: url('/public/images/icon_lang_en_gastronomy.png') no-repeat top center; }
.icon_lang_en:hover { background: url('/public/images/icon_lang_en_gastronomy.png') no-repeat bottom center; }



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

    #social_icons { width: 80%; margin-left: 0; float: right; }    
    
}


@media screen and (max-width: 480px) {
    
    .icon_fb { width: 15px; height: 30px; background: url('/public/images/icon_fb_mobil_gastronomy.png') no-repeat top center; }
    .icon_fb:hover { background: url('/public/images/icon_fb_mobil_gastronomy.png') no-repeat bottom center; } 
    
    .icon_gplus { width: 29px; height: 30px; background: url('/public/images/icon_gplus_mobil_gastronomy.png') no-repeat top center; }
    .icon_gplus:hover { background: url('/public/images/icon_gplus_mobil_gastronomy.png') no-repeat bottom center; }

    .icon_twitter { width: 36px; height: 30px; background: url('/public/images/icon_twitter_mobil_gastronomy.png') no-repeat top center; }
    .icon_twitter:hover { background: url('/public/images/icon_twitter_mobil_gastronomy.png') no-repeat bottom center; }

    .icon_rss { width: 29px; height: 30px; background: url('/public/images/icon_rss_mobil_gastronomy.png') no-repeat top center; }
    .icon_rss:hover { background: url('/public/images/icon_rss_mobil_gastronomy.png') no-repeat bottom center; }     
    
    .icon_lang_hu { width: 29px; height: 30px; background: url('/public/images/icon_lang_hu_mobil_gastronomy.png') no-repeat top center; }
    .icon_lang_hu:hover { background: url('/public/images/icon_lang_hu_mobil_gastronomy.png') no-repeat bottom center; }

    .icon_lang_en { width: 29px; height: 30px; background: url('/public/images/icon_lang_en_mobil_gastronomy.png') no-repeat top center; }
    .icon_lang_en:hover { background: url('/public/images/icon_lang_en_mobil_gastronomy.png') no-repeat bottom center; }
    
}