.center{
         width: 95%;
}

header{
    float: left;
    width: 100%;
    height: auto;

}

#menu ul {
    float: left;
    width: 100%;
    height: auto;
    display:none;
}

#menu ul li {
    float: left;
    width: 98%;
    border-bottom: 1px solid grey;
}


#menu ul li:nth-child(2){
    width: 98%;
}
#menu ul li:nth-child(4){
    width: 98%;
}
#menu ul li:nth-child(5){
    /* width: 147px; */
}

.mobile_box {
display: block;
float: right;
width: 35%;
overflow: hidden;
}
.mobile_box a {
    float: right;

    font-size: 14px;
text-transform: uppercase;
text-decoration: none;
color: #B63A3A;
font-weight: bold;

    line-height: 17px;
}
.nav-icon:after, .nav-icon:before, .nav-icon div {
    background-color: #B53939;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    content: '';
    display: block;
    height: 2px;
    margin: 4px 0;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.nav-icon {
  margin: 0;
  width: 20px;
  float: left;
  margin-top: -2px;
  margin-right: 9px;
  margin-left: 5px;
}


.nav-icon.c:before {
  transform: translateY(6px) rotate(135deg);
  -moz-transform: translateY(6px) rotate(135deg);
  -webkit-transform: translateY(6px) rotate(135deg);
}

.nav-icon.c:after {
  transform: translateY(-6px) rotate(-135deg);
  -moz-transform: translateY(-6px) rotate(-135deg);
  -webkit-transform: translateY(-6px) rotate(-135deg);
}

.nav-icon.c div {
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}

.flag{

    width: 78px;
    height: 22px;
    padding-top: 0px;
}
.flag img{
    width: 20px;
    height: 20px;
    margin-left: 5px;
    margin-right: 0px;

}
#logo{
    margin-top: 0px;
    /* border: 1px black solid; */
    width: 250px;
}
#logo img{
 width: 225px;
}
#home .text p{
     font-size: 11pt;
     line-height: 14pt;
     padding-left: 5px;
    
     padding-right: 5px;
    /* font-style: italic; */
    /* font-weight: bold; */
}
#home .text h1, .new h1{
     font-size: 13pt;
     text-align: center;
}
#home .new{
    float: left;
    width: 100%;

    /* border: 1px black solid; */
}
#home .new img{
    width: 100%;
}
#home .new img:nth-child(2){
    margin-left: 0px;
    margin-right: 0px;
}

footer{
    float: left;
    width: 100%;
    height: 29px;
   background-color: #000; 
}
footer p{
     line-height: 0pt;
}

#menu ul li a {

font-size: 11pt;

}