#container {
  min-height:100%;
  position:relative;
  background-image: url("../../../src/images/bg.jpg");
  background-size: 18%;
  padding-bottom: 60px;
  z-index: 0;
}
#header {
  background-color: #2576ad;
  font-size: 16px;
  height: 50px;
  font-family: 'Roboto Condensed', sans-serif;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.75);
}

#header ul {
list-style: none;
margin-top: 14px;
}

#header a, a:active, a:visited, a:focus {
  text-decoration:none; 
  color:#fff;
  outline: none;
}

#header > .row1 > ul > li > a { 
padding: 15px; 
}

#header .row1 > ul > li > a:hover {
  color:#e3e3e3;
background-color: #257fbd;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#header li {
  display:inline-block;
  font-weight: bold;
}

#header p{
  margin:0;
  color:#fff;
}

#logo {
  padding: 8px;
  position:relative;
  text-align: center;
  background-color: #fff;
  margin-bottom: 10px;
  opacity: 0.9;
  filter: alpha(opacity=50);
  z-index: -1;
}

#logo img{
  max-width:100%;
}

.btn-success{
background-color: #2576ad;
border-color: #2576ad;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, #btn-login, #btn-register, #btn-forgot-password {
    background-color: #2b86c3;
    border-color: #2b86c3;
}

.flags-wrapper{float:right; position:relative}
.row1 {
  max-width: 1300px;
  padding-right: 5px;
  padding-left: 5px;
  margin-right: auto;
  margin-left: auto;
}
.modal {position: relative}

#footer {
  position: absolute;
  bottom:0;
  width:100%;
  height:40px;
  font-family: 'Roboto Condensed', sans-serif;		
  background-color: #2576ad;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.75);
}

#footer_row {
  max-width: 1100px;
  padding-right: 5px;
  padding-left: 5px;
  margin-right: auto;
  margin-left: auto;
}

@media all and (max-width: 400px) {
#footer ul{font-size:11px !important; padding-left:unset !important;}
}

#footer p {
  margin:0;
  color:#fff;
}

#footer ul {
  list-style: none;
  font-size: 12px;
  margin-top: 12px;
}

#footer a, a:active, a:visited {
  text-decoration:none;
  color:#fff
}

#footer > div > ul > li > a { 
padding: 12px; 
}

#footer a:hover {
  color:#e3e3e3;
background-color: #257fbd;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#footer li {
  display:inline-block;
  font-weight: bold;
}