/* ---------------- General Style ---------------- */
.list-projects a:focus,.list-projects a:hover {
    text-decoration: none !important;
}
#website {
  width: 100%;
  display: table;
  margin: 0;
}
#website .table-cell {
  display: table-cell;
  vertical-align: top;
}
#website .col-md-3.table-cell {
  min-width: 236px;
}
#main-logo {
  position: relative;
	max-width: 315px;
	max-height: 200px;
}
#main-contact {
	padding-left: 5px;
}
.star-picto {
	max-height: 9px;
	max-width: 11px;
  position: relative;
  top: -1px;
  margin-right: 5px;
}
header h1 {
  margin: 0;
}

/* ---------------- Sidebar menu style ---------------- */
.sidebar-nav .panel-group .first-heading {
  padding-left: 3px;
}
.sidebar-nav .panel-group .first-heading .panel-title a {
  font-size: 28px;
}
.sidebar-nav .panel-group .first-heading .panel-title a img {
  position:relative;
  top: -3px;
}
.second-heading {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 40px;
}
.panel {
  border: none;
  box-shadow: none;
}
.panel-default>.panel-heading {
  background-color: transparent;
  border: none;
}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body,
.panel>.list-group .list-group-item, .panel>.panel-collapse>.list-group .list-group-item {
  border:none;
}
.panel a,
.panel a:hover,
.panel a:visited,
.panel a:focus {
  text-decoration: none;
}
.list-proj-item,
.list-proj-item a {
  text-transform: uppercase;
  font-size: 16px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 90px;
}
.list-proj-item a {padding-left: 0}
.panel-group {
  margin-bottom: 0;
}
.subcategory-list-item {
  font-size: 18px;
  font-style: italic;
}
.list-group {
  margin-top: 10px;
}
/* make sidebar nav vertical */
@media (max-width: 767px) {
  .product-view {
    top: 0 !important;
  }
}
@media (min-width: 768px) {
  .sidebar-nav .navbar .navbar-collapse {
    padding: 0;
    max-height: none;
  }
  .sidebar-nav .navbar ul {
    float: none;
  }
  .sidebar-nav .navbar ul:not {
    display: block;
  }
  .sidebar-nav .navbar li {
    float: none;
    display: block;
  }
  .sidebar-nav .navbar-nav ul li {
    padding-left: 15px;
    background: url('../images/static/star.png') left center no-repeat;
  }
  .sidebar-nav .navbar li a {
    padding-top: 12px;
    padding-bottom: 12px;
    background: url('../images/static/star.png') left center no-repeat;
  }
}

/* ---------------- List Projects ---------------- */
.list-projects .list-group-item {
  border:none;
  text-align: center;
  display: inline-block;
}
.list-projects .list-group-item h2 {
  font-size: 18px;
  text-transform: uppercase;
}
.list-projects .list-group-item p {
  font-style: italic;
  font-size: 18px;
}
.list-group-item img {
  width: 200px;
  height: 200px;
  box-shadow: 5px 5px 5px #888;
}

/* ---------------- Product View ---------------- */
.product-view {
  position: relative;
  top: -172px;
}
.product-view img {
  width: 100%;
}
.project-title {
  font-size: 24px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 35px;
}
 .dotted {
  width: 100%;
  height: 2px;
  background: url('../images/static/round_border.jpg') repeat-x;
  background-size: auto 100%;
}
.dotted.bottom {
  margin-top: 40px;
  margin-bottom: 20px;
}
.project-second-title {
  font-style: italic;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 0;
  font-size: 17px;
}
.project-content {
  font-style: italic;
  font-size: 16px;
  margin-bottom: 50px;
}
.list-images img {
  margin-top: 10px;
}
.list-images img:first-child {
 margin-top: 0px;
}
.scrollTop {
  cursor:pointer;
  font-size: 16px;
  margin-bottom: 20px;
}