* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #000;
  padding: 40px 0;
  font-family: Lato, Verdana, Arial, Sans-Serif;
  font-weight: 300;
  font-size: 15px;
}

#wrapper {
  max-width: 1200px;
  min-width: 760px;
  margin: auto;
}

.header {
  background: url(../img/layout/wi-logo.png) no-repeat left top;
  height: 210px;
  width: 760px;
  margin: auto;
  color: #fff;
}

.header h1, .header h2, .header p {
  margin-left: 200px;
}

.header h1 {
  font-size: 30x;
  font-weight: 900;
  margin-bottom: 10px;
}

.header h2 {
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 20px;
}

.header p {
  line-height: 140%;
}

.content {
  padding: 20px;
}

a {
  text-decoration: none;
  color: #D00;
}

a:hover {
  text-decoration: underline;
}

.flexslider .slides li {
    position: relative;
}

.flexslider .flex-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 10px 20px;
    color: white;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
}

#carousel .slides > li {
  margin-right: 5px;
}

#slider {
  margin-bottom: 10px;
}

.footer {
  text-align: center;
  color: #FFF;
}

.footer p {
  margin-bottom: 10px;
  font-size: 16px;
  border-top: 1px solid #FFF;
  padding-top: 20px;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/layout/overlay.png);
}

.products, #order {
  color: #FFF;
  line-height: 160%;
  width: 760px;
  margin: auto;
  clear: both;
}

.products h1 {
  margin-bottom: 20px;
}

.product {
  clear: left;
  padding-top: 20px;
  border-top: 1px solid #FFF;
}

.product img.thumb {
  float: left;
  margin: 0 20px 20px 0;
  border: 1px solid #FFF;
}

.product h2 {
  margin: 10px 0 10px 0;
}

.product span.price {
  font-weight: bold;
}

.product div.add {
  float: right;
  text-align: right;
}

.product div.add img.add, .list img.remove {
  cursor: pointer;
}

.product div.add img.add, .product div.add img.ok {
  vertical-align: middle;
  margin-top: -2px;
}

.product div.add select {
  margin: 0 5px;
}

.product div.add p {
  margin: 0 0 5px 0;
}

#order h1 {
  border-bottom: 1px solid #FFF;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 40px;
}

.template {
  display: none;
}

table.list {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
}

table.list tfoot {
  font-weight: bold;
}

table.list td, table.list th {
  text-align: left;
  padding: 5px 3px;
}

table.list td.right, table.list th.right {
  text-align: right;
}

table.list td.action {
  vertical-align: middle;
}

table.list thead th, table.list tbody td {
  border-bottom: 1px solid #FFF;
}

table.list tbody tr:nth-child(even) {
  background: #333;
}

table.list tbody tr:nth-child(odd) {
  background: #111;
}

#empty-cart {
  margin-bottom: 40px;
}

table.form td {
  padding: 3px 20px 3px 0;
}

table.form td.label {
  
}

table.form td.input input, table.form td.input textarea {
  border: none;
  padding: 5px;
  width: 300px;
}

table.form td.input.small input {
  width: 100px;
}

table.form td.input textarea {
  height: 70px;
}

#order button {
  border: 1px solid #FFF;
  background-color: #C00;
  color: #FFF;
  padding: 5px 10px;
  cursor: pointer;
}

#form input, #form textarea {
  border: 2px solid #000;
}

#form input.error, #form textarea.error {
  border: 2px solid #F00;
  background-color: #FEE;
}

#loading {
  display: none;
  text-align: center;
}

