html, body {
    padding: 0;
    margin: 0;
    height: 100%;
}

body {
    background: #000 url("../img/header-bg.png") repeat-x;
    color: #999999;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

a { color: #960008; }
a:hover { color: #bb0913; }
a img { border: 0; }

img { max-width: 100%; height: auto }

h1, h2, h3, h4, h5, h6 { margin-top: 0; }

.wrap {
    width: 1000px;
    margin: 0 auto;
}

.wrap-bg {
    background: url("../img/carbg.jpg") no-repeat;
    min-height: 100%;
    padding-bottom: 30px;
}

.logo { margin-top: 15px; display: block; }

.header {
    position: relative;
}

.header-arc {
    background: transparent url("../img/header.png") no-repeat;
    height: 160px;
    width: 100%;
    position: absolute;
    top: 0; left: 0;
}

.nav {
    padding: 60px 0 0 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.block-list li,
.nav li,
.btn {
    background: #960008;
    background: linear-gradient(to top, #540114, #960008);
    border: 1px solid #770008;
    color: #fff;
}

.nav li {
    width: 130px; height: 100px;
    display: inline-block;
    vertical-align: bottom;
}

.nav li a {
    display: block;
    height: 100px;
    color: #fff;
    text-align: center;
    /* Now links can be clickable through the arc */
    z-index: 9;
    position: relative;
    font-size: 14px;
}

/* Used to aling long links names */
.nav li a span {
    position: absolute;
    bottom: 10px;
    width: 130px;
    padding: 0 5px;
    text-align: center;
    display: block;
}

.block-list li:hover,
.nav li:hover,
.btn:hover {
    background: #bb0913;
    background: linear-gradient(to top, #5f0215, #bb0913);
}

.content {
    padding: 40px;
}

.panel {
    padding: 30px 40px;
    margin-bottom: 30px;
    border-radius: 2px;
    border: 4px solid #333;
}

.panel-black {
    background: #010101;
    color: #999999;
}

.panel-white {
    background: #fefefe;
    color: #333;
}

.process-steps {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
    text-align: center;
}

.process-steps li {
    background: url("../img/arrow.png") no-repeat 100% 50%;
    display: inline-block;
    width: 125px;
    height: 106px;
    vertical-align: middle;
    text-align: left;
}

.process-steps li:last-child {
    width: 106px;
    background-image: none;
}

.process-steps li div {
    width: 106px;
    height: 106px;
    display: inline-table;
}

.process-steps a {
    width: 106px; height: 106px;
    padding: 5px;
    text-align: center;
    display: table-cell;
    color: #fff;
    text-decoration: none;
    background: url("../img/block-button.png") no-repeat;
    vertical-align: middle;
}

.process-steps .selected {
    background-position: -106px 0;
}

.block-list {
    list-style: none;
}

.block-list li {
    margin-bottom: 10px;
}

.block-list a {
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: block;
    padding: 10px;
}

.footer {
    background: #101010 url("../img/footer-gradient.png") repeat-x;
    padding: 25px 0 15px 0;
    margin-top: -62px;
}

table {
    border: 2px solid #555;
    border-collapse: collapse;
}

tbody tr:first-child { font-weight: bold; }

td {
    border: 1px solid #555;
    padding: 0.5em 1em;
}

.align_left,
.pull-left {
    float: left;
}

.align_left { margin: 0 20px 20px 0; }
.align_right { margin: 0 0 20px 20px; }

.align_right,
.pull-right {
    float: right;
}

.white {
    color: #fefefe;
}

.gallery {
    width: 100%;
    height: 470px;
}

/**
 * FORMS
 */

.form-group {
    margin-bottom: 20px;
}

.form-group input, .form-group textarea {
    font-size: 16px;
    padding: 0.5em;
    width: 100%;
}

.form-group label {
    display: block;
    color: #fff;
    font-weight: bold;
    margin-bottom: 5px;
}

.btn {
    padding: 0.5em 1em;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.address dt, .address dd {
    margin: 0 0 10px 0;
    padding: 0;
    display: inline-block;
}

.address dt {
    width: 20%;
    margin-right: 20px;
    text-align: right;
    vertical-align: top;
}

.address dd {
    width: 70%;
}

.error {
    color: red;
    border: 1px solid red;
    padding: 1em;
    margin-bottom: 1em;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.clearfix:after,
.row:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix {
  zoom: 1;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col {
    width: 100%;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.hidden { display: none !important; }

/*.first { margin-left: 0; margin-right: 2%; }
.last { margin-right: 0; margin-left: 2%; }*/

.col-75 { width: 75%; }
.col-66 { width: 66.666666666%; }
.col-65 { width: 65%; }
.col-50 { width: 50%; }
.col-35 { width: 35%; }
.col-33 { width: 33.333333333%; }
.col-25 { width: 25%; }

.section { margin-bottom: 20px; }
hr { clear: both; width: 100%; height: 1px; border: none; background: #fff; }