body {
    background-color: #F3F3F3;
}

.container-corps {
    padding: 10px;
    background-color: white;
}

.container {
    width: 1020px;
}

.navbar-fixed-top {
  top: auto; 
  position: relative;
}

.text-top {
    margin-top: 10px;
}

.header-adres {
    background-color : white;
    padding-bottom: 5px;
	
	
}

.row1{
  margin-left: -50px;
  margin-right: -50px;
}

.h4-top {
    text-align: center;
}

.navbar {
  margin-bottom: 0px;

}

.table-references {
    text-align: center;
    margin-bottom: 10px;
}

.th-references {
    background-color: #ff9900;
    color: white;
}

table {
    border-collapse: separate;
    border-spacing: 0 1px;
}

thead th {
    background-color: #ff9900;
    color: white;
}

.navbar-form {
    padding : 0px;
}

.footer {
  background: #7E7E7E;
  padding: 1.5em 0;
  color : white;
  
}

#footer .link_group {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

#footer .list_link_inline {
  padding-left: 0;
  display: inline;
}
ol, ul {
  list-style: none;
}

#footer li, #footer p {
  display: inline;
  line-height: 130%;
}

#footer a {
  color: #FFC200;
  text-decoration: none;
}

#footer a:hover, a:focus {
  color: #E0CC00;
  text-decoration: underline;
}

.carousel-page
{
width:100%;
height:400px;
background-color:#5f666d;
color:white;

}

.center-table
{
  margin: 0 auto !important;
  float: none !important;
  width:100%;
}



.carousel-control.left {
  /* background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%); */
  background-image: -o-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);
  /* background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0.0001))); */
  /* background-image: linear-gradient(to right, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%); */
  /* background-repeat: repeat-x; */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  /* background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%); */
  background-image: -o-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);
  /* background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.0001)), to(rgba(0,0,0,0.5))); */
  /* background-image: linear-gradient(to right, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%); */
  /* background-repeat: repeat-x; */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}


.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}

.pagination {
  margin: 0px;
  border-radius: 4px;
}

