*{
    margin: 0;
    padding: 0;
}

.container{
    width: 100%;
    margin-top: 10px;
    display: block;
}
.home-active{
}
.site{
    border: solid 1px #000000;
    border-radius: 10px;
}
/* header */


@font-face{
    font-family: lemonchi;
    /*src: url(../fonts/LEMONCHI.ttf);*/
    src: url('../fonts/lemonchi.eot');
    src: url('../fonts/lemonchi.eot?#iefix') format('embedded-opentype'),
    url('../fonts/lemonchi.woff') format('woff'),
    url('../fonts/lemonchii.ttf') format('truetype'),
    url('../fonts/lemonchi.svg#webfont') format('svg');
}
.logo{
    width: 100%;
}
.logo a{
    font-family: lemonchi;
    text-decoration: none;
    font-size: 50px;
    font-weight: bold;
    color: #900;
}
/*.alo{
    border: none;
    background: none;
}
.alo:active, .alo:focus {
    outline:  none;
    ie-dummy: expression(this.hideFocus=true);
}*/

.logo>a>span{
    color: #000;
}
/*hide active and focus dotted border*/
a:active, a:focus {
    outline:  none;
    ie-dummy: expression(this.hideFocus=true);
}
.siteName>ul>li{
    list-style: none;
}
.name{
    width: 500px;
}

.langEn, .langBg{
    width: 35px;
}
.header>ul>li{
    list-style: none;
}
.languages{
    width: auto;
    margin: 0 auto;
    padding:10px 0px 0px 35px;
}
.languages1{
    display: none;
}
.social{
    width: auto;
    margin: 0 auto;
    padding:20px 0px 0px 35px;
}
.header{
    display: block;
    border-bottom: 1px solid black;
    padding-right: 0px;
    padding-left: 0px;
}

.siteName{
    _padding-top: 5px;/* notice the _ before the property - shows in IE6 and below */
    *padding-top: 5px;/* notice the * before the property - shows in IE7 and below */
    margin-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
}

/*header menu*/
.responsiveMenu{
    width: 100px;
    display: none;
}
.langMenu{
    list-style: none;
}

.langMenu1{
    list-style: none;
    display: none;
}
.menu>li, .menu>li>a{
    list-style: none;
    display: inline-block;
    font-family: Verdana;
    color: #900;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 10px;

}

.menu>li>a:hover{
    color: #000;
}


.section{
    margin-top: 3px;
    padding: 0px;
    border-bottom: 1px solid #000000;
}

footer{
    float: right;
}
.poweredBy{
    color: #777777;
    margin-top: 5px;
}
/*----------------MEDIA QUERY-----------------*/

@media screen and (max-width: 990px){
    .name{
        width: 450px;
    }
    .container{
        padding-left: 2px;
        padding-right: 2px;
    }
    .logo a{
        /*font-size: 45px;*/
    }
    .menu{
        display: none;
        background-color: #cccccc;
        border-radius: 2px;
        margin-bottom: 3px;
    }
    .menu > li{
        display: block;
        color: #cccccc;;
        border-bottom: solid 1px black;
        margin: 0px;
    }

    .menu > li:hover{
        background-color: #343C45;
        color: #343C45;
    }
    .menu > li > a:hover{
        color: #ffffff;
    }
    .menu > li > a{
        color: #990000;
        padding: 5px 65% 6px 5px;
        margin: 0px;
    }
    .responsiveMenu{
        display: inline;
        margin-bottom: 5px;
    }

}

@media screen and (max-width: 768px){
    .name{
        width: 300px;
    }

    .languages, .social{
        padding-left: 15px;
    }
    .langMenu{
        padding-top: 15px;
        /*float: right;*/
        display: none;
    }
    .langMenu1{
        float: right;
        margin-top: -21px;
        display: inline-block;
    }
    .languages{
        position: relative;
        top: 15px;
        right: 0px;
    }
    .social{
        position: relative;
        right: 1px;
    }
}

@media screen and (max-width: 570px){
    .languages {
        display: block;
    }

    .logo a{
        font-size: 40px;
    }
    .languages{
        padding-left: 0px;
    }
    .languages, .social{
        padding-left: 0px;
    }
    .social{
        margin-left: 15px;
    }
}

@media screen and (max-width: 480px){
    .name{
        width: 200px;
    }
    .logo a{
        font-size: 30px;
    }
    .langEn, .langBg{
        width: 30px;
    }
    .langMenu1{
        margin-top: -15px;
    }
    .responsiveMenu{
        margin-top: 4px;
        width: 90px;
    }
}
@media screen and (max-width: 340px){
    .logo a{
        font-size: 23px;
    }
}