#footer {
    margin-top: 20px;
}

.page-header {
    margin-top: 20px;
}

body {
  background: url('../images/bg/bg_gaillac.jpg') 50% 0 no-repeat fixed;
    background-size: auto;
  background-size: cover;
}

#header header {
  background-color: #ffffff;
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 0px 0;
  position: relative;
}
#header .container {
    background-color: #ffffff;
}

#header .header-top {
    margin-bottom: 5px;
    margin-top: 5px;
}

#header .container {
    background: #ffffff9e;
}

#header .header-top .container {
    background: #fff;
}

#content {
  background: #fff;
  border-top: 4px solid #cd043b;
}

.navbar {
    margin-bottom: 0px !important;
    border: 0px !important;
}

#header h1 {
    margin-top: 20px;
    margin-bottom: 20px;
}
#content {
    padding-bottom: 15px;
    min-height: 650px;
    margin-bottom: 5px;
}

.breadcrumb {
    padding-left: 0;
    padding-bottom: 0;
}

.nav-step {
    border-bottom: 1px solid #dbd3c8 !important;
    background-color: #fff;
}

.nav-step ul.navbar-nav li {
    border-top: 1px solid #dbd3c8;
    border-right: 1px solid #dbd3c8;
}

.nav-step ul.navbar-nav li:first-child {
    border-left: 1px solid #dbd3c8;
}

.list-group-item.active-bordered {
    border-left: 6px solid #cd043b !important;
}

.panel-primary-bordered-right {
    border-right: 6px solid #cd043b;
}
