
#custom-bootstrap-menu.navbar-default .navbar-brand {
    color: rgba(255, 255, 255, 1);
}
#custom-bootstrap-menu.navbar-default {
    font-size: 16px;
    background-color: rgba(1, 90, 134, 1);
    border-width: 0px;
    border-radius: 0px;
}
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a {
    color: rgba(123, 194, 232, 1);
    background-color: rgba(248, 248, 248, 0);
}
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:focus {
    color: rgba(185, 218, 235, 1);
    background-color: rgba(248, 248, 248, 0);
}
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a,
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:focus {
    color: rgba(32, 120, 168, 1);
    background-color: rgba(216, 230, 237, 1);
}
#custom-bootstrap-menu.navbar-default .navbar-toggle {
    border-color: #d8e6ed;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle:hover,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus {
    background-color: #d8e6ed;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle .icon-bar {
    background-color: #d8e6ed;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle:hover .icon-bar,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #015a86;
}


.navbar {
  border: none;
  padding: 15px 0;
  background: #015A86;
}
.classWithPad {
     margin:15px; 
     #padding:5px;
     background-color: #ffffff;
     
    border: 1px solid #d9d9d9;
    
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.work_inner{
    padding:15px;
}
.widget-footer a{
    font-size: 14px;
    text-align: center;    
}
.widget-footer a:hover{
    text-decoration: none;
    
}
.widget-footer {
   bottom:0px;
  padding: 10px;
  background-color: #EEEEEC;
  border-top: 1px solid #DDD;
}
.clear {
    clear: both;
}
.work-links{   
   padding:0px;
   margin:0px;
   bottom:0;
}
.work-links ul {
    list-style-type: disc;
    list-style-position: inside;
    margin: 0;
    padding: 0;
    border: none;
 }
 .work-links li{
    margin-left: 3px;
    padding:5px;
    color:#2F4A5F;
    
    margin-bottom:5px;
 }
 .work-links a{
    color:#2F4A5F;
 }

#custom-bootstrap-menu{
    background: url('../img/2bf6febd.png');
    #background:#015A86 url('../img/2bf6febd.png');
    
    -webkit-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.91);
    -moz-box-shadow:    0px 3px 3px 0px rgba(50, 50, 50, 0.91);
    box-shadow:         0px 3px 3px 0px rgba(50, 50, 50, 0.91);
    
    
}

body {
  background:#EBF1F1 url('../img/dotnoise-light-grey.png');
  #background:#EBF1F1 url('../img/ecailles.png');
}
.portfolio-item {    
    padding:0px;
    
}
.portfolio-item img {
  padding:3px;
  border:1px solid #d9d9d9;
  
  display: block;
  margin-left: auto;
  margin-right: auto 
}



#footer_div{
    width:100%;
    background: #015A86;
   
    margin:0px;
    height:45px;
    padding-top: 15px;
    bottom:0px;
    
    color:#E8EEF1;
    text-align: center;
    
    -webkit-box-shadow: 3px 0px 3px 0px rgba(50, 50, 50, 0.91);
    -moz-box-shadow:    3px 0px 3px 0px rgba(50, 50, 50, 0.91);
    box-shadow:         3px 0px 3px 0px rgba(50, 50, 50, 0.91);
}

.orta_content{
    margin-top: -20px;
}

.list-group-item{
    color:#2F4A5F;
}
.glyphicon-chevron-right, .glyphicon-cog{
    padding:10px;
    margin-right: 10px;
}

.imgLogo{
    float:left;
    padding:0px;
    height:50px;
    margin-left:15px;
    margin-right: 30px;
   
}
.work-links li{
 overflow:hidden;
  white-space:normal;
  font-weight:bold;
}
._collapsing {
    -webkit-transition: none;
    transition: none;
}