* {
  margin: 0;
}

html, body {
  height: 100%;
}

.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  width: 930px;
  margin: 0 auto -40px;
}

.push {
  margin-top: 40px;
}

.footer, .push {
  height: 40px;
}

a {
  color: white;
}
a:visited {
  color: white;
}
a:hover {
  color: white;
}

body {
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  background-color: black;
}
body #header {
  position: relative;
  margin-bottom: 30px;
}
body #header hgroup {
  width: 400px;
  height: 137px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 401px;
}
body #header hgroup.bg {
  background-image: url("/assets/images/company-logo-large-bg.png");
}
body #header hgroup.en {
  background-image: url("/assets/images/company-logo-large-en.png");
}
body #header nav {
  border-bottom: 2px solid #F58220;
}
body #header nav ul {
  margin-bottom: 0;
}
body #header nav ul li {
  display: inline-block;
}
body #header nav ul li a {
  color: white;
  text-decoration: none;
  font-family: "Scada";
  font-style: italic;
  text-transform: uppercase;
  font-size: 18px;
  padding: 14px;
}
body #header nav ul li a:hover {
  background-color: transparent;
}
body #header nav ul li a.active {
  color: #f58220;
  background-color: transparent;
}
body > footer {
  height: 85px !important;
  border-bottom: 10px solid #f58220;
}
body > footer p {
  text-align: center;
}
body > footer div {
  background-color: #000000;
  text-align: center;
}
body > footer div p {
  padding: 5px 0;
  color: rgba(255, 255, 255, 0.7);
}

#lang-select ul {
  list-style: none;
}
#lang-select ul li {
  display: inline-block;
}
#lang-select ul li:first-child a {
  background-image: url("/assets/images/bg.png");
}
#lang-select ul li:last-child a {
  background-image: url("/assets/images/en.png");
}
#lang-select ul li a {
  display: block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 24px;
}

address dt {
  font-weight: normal;
}
address .dl-horizontal dd {
  margin-left: 70px;
}
address .dl-horizontal dt {
  width: 64px;
}

.thumbnails {
  margin-top: 30px;
}

.aside {
  float: left;
  margin-right: 50px;
}

#insulated-glazing-table {
  border: 1px solid #f58220;
  margin-bottom: 30px;
  margin-top: 35px;
}
#insulated-glazing-table thead tr:first-child th {
  background-color: #f58220;
  padding: 15px;
  text-transform: uppercase;
}
#insulated-glazing-table thead tr:last-child th {
  border-bottom: 1px solid #f58220;
}
#insulated-glazing-table th {
  text-align: center;
}
#insulated-glazing-table td {
  padding: 7px 20px;
}
#insulated-glazing-table tbody tr td:not(:first-child) {
  text-align: center;
}

#main-wood {
  opacity: 0.6;
  position: absolute;
  left: -252px;
}

#home-images {
  text-align: center;
}
#home-images img {
  border: 1px solid #f58220;
  margin: 25px;
}

#wood-thumb-wrapper {
  min-height: 326px;
}

#aluminum-covers div:last-child {
  text-align: center;
}

#window-types {
  height: 430px;
}
#window-types ul {
  float: left;
}

#window-thumb-wrapper {
  float: right;
}

#insulated-glazing img {
  float: right;
  margin-top: -90px;
}
#insulated-glazing p {
  padding-bottom: 15px;
}

.heading {
  margin-top: 50px;
  border-bottom: 1px solid #f58220;
  padding-bottom: 15px;
}

body#admin div.gallery ul {
  list-style: none;
}
body#admin div.gallery ul li {
  position: relative;
  width: 128px;
  height: 128px;
  float: left;
  text-align: center;
  display: inline-block;
  margin: 5px;
}
body#admin div.gallery ul li a {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  right: 0;
  background: transparent url("/assets/images/delete.png") repeat 0 0;
  text-indent: 24px;
  white-space: no-wrap;
  overflow: hidden;
}
body#admin #login-form {
  margin: 0 auto;
}
body#admin #login-form ul {
  list-style: none;
}
body#admin #login-form ul input {
  padding: 4px 8px;
}