/* 
    Document   : com_langswitch
    Created on : 2014.06.18., 11:53:56
    Author     : gergo@infoartnet.hu
*/

div#header .part-langswitch {
    position: absolute;
    width: auto;
    height: auto;
    top: 27px;
    right: 0px;   
}

div#header .part-langswitch a {
    width: 26px;
    height: 15px;
    margin: 0 0 0 10px;
    padding: 0 !important;
    display: inline-block;
    background-color: rgba(255, 0, 0, 0.5) !important;
    text-indent: -10000px;
    border: 1px solid rgba(255, 255, 255, 0.5);
}
div#header .part-langswitch a:hover { border: 1px solid rgba(255, 255, 255, 0.75); }
div#header .part-langswitch a.en_GB { background: url('../gfx/en.png') no-repeat 50% 50% transparent; }
div#header .part-langswitch a.hu_HU { background: url('../gfx/hu.png') no-repeat 50% 50% transparent; }
div#header .part-langswitch a.de_DE { background: url('../gfx/de.png') no-repeat 50% 50% transparent; }
div#header .part-langswitch a.active { display: none; }



/* Media Queries */

@media only screen and (min-width: 640px) and (max-width: 993px) {}
@media only screen and (min-width: 480px) and (max-width: 639px) {}
@media only screen and (min-width: 320px) and (max-width: 479px) {}