/*
 * Variables
 */
/*
 * Generic stuff, rough layout definition
 */
@font-face {
  font-family: DINWeb;
  src: url('../font/DINWeb.woff'); }
@font-face {
  font-family: DINWebBold;
  src: url('../font/DINWeb-Bold.woff'); }
@font-face {
  font-family: Pendry;
  src: url('../font/Pendry.woff'); }
html,
body {
  margin: 0;
  padding: 0;
    line-height: 1.1em;
  font-size: 12pt;
}
body {
  margin: 0;
  padding: 0;
  font-family: DINWeb;
  background-color: #faf5ec;
  color: #56211c;
  height: 100%;
}
/*
 * non-default font sizes
 */
h1 {
  font-family: DINWebBold;
  text-transform: uppercase;
  font-size: 16pt;
  display: inline; }

h2 {
	margin-top: 0px;
  font-family: DINWebBold;
  text-transform: uppercase;
  font-size: 14pt; }

.decorative {
  font-family: Pendry; }

h2.decorative {
  margin: 0 0 8px 0;
  line-height: 100%;
  font-size: 42pt;
  color: #56211c;
  text-transform: none; }

h3 {
  text-transform: uppercase;
  font-family: DINWeb;
  font-size: 14pt; }

h4 {
  text-transform: uppercase;
  font-family: DINWeb;
  font-size: 12pt; }

/*
 * end font sizes
 */
a {
  color: #e87f00;
  text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

h2,
h3,
h4,
span.title {
  color: #e87f00; }

h3 {
  line-height: 1.2em; }

h4,
span.title {
  font-family: DinWebBold;
  margin-bottom: 0; }

sup.trademark {
  position: relative;
  vertical-align: baseline;
  font-family: DinWeb;
  font-size: 0.8em;
  top: -0.4em; }

div.row {
  width: 930px;
  margin: 0 auto;
  padding: 0 15px; }

div.column {
  float: left;
  min-height: 5px; }

table {
  width: 100%; }
    table thead tr {
      color: #faf5ec;
      background: #56211c; }
      table thead tr th {
        padding: 10px; }
  table tr {
    padding: 0;
    border: 0 none;
    border-bottom: 1px solid #56211c !important; }
    table tr.odd {
      background: transparent; }
    table tr.even {
      background: #feeed4; }
    table tr td {
      padding: 5px 10px; }

a.button,
div.node a.button {
  display: block;
  max-width: 200px;
  font-family: DinWebBold;
  border-radius: 8px;
  padding: 8px;
  color: #faf5ec;
  background-color: #56211c;
  border: 2px solid #e87f00;
  text-transform: uppercase; }
  a.button.link,
  div.node a.button.link {
    background-image: url('../images/icon-submit.png');
    background-repeat: no-repeat;
    background-position: 20px center;
    padding: 10px;
    padding-left: 70px; }

div.collapsible {
  border-bottom: 1px solid #e87f00; }
  div.collapsible span.title {
    cursor: pointer;
    display: block;
    background: url('../images/arrow-down.png') left center no-repeat;
    padding-left: 20px;
    line-height: 35px; }
  div.collapsible.collapsed span.title {
    background-image: url('../images/arrow-right.png'); }

span.info {
  display: block;
  line-height: 35px; }
  span.info.tel {
    background: url('../images/tel.png') no-repeat left 0px transparent;
    padding-left: 40px; }

.sborder {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

/*
 * Sticky Footer
 */
div#page-wrapper {
  min-height: 100%; }

div#mid-wrapper {
  clear: both;
  overflow: auto;
  padding-bottom: 150px; }

div#bottom-wrapper {
  height: 150px;
  margin-top: -150px; }

div#top-wrapper,
div#bottom-wrapper {
  background-color: #874037;
  color: #faf5ec; }

div#mid {
  padding-top: 30px;
  padding-bottom: 60px;
  overflow: auto; }
  body.no-sidebars div#mid div.column.left {
    width: 930px;
    padding: 0; }

body.front div#mid {
  padding-top: 20px;
}

div.column.left {
  width: 610px;
  padding-right: 30px; }

div.column.right {
  width: 290px; }

/*
 * Top region
 */
div#top {
  height: 100px; }
  div#top div.column.left {
    width: 700px;
    height: 40px;
    margin-top: 60px; }
  div#top div.column.right {
    width: 200px; }
    div#top div.column.right a#logo {
      float: right;
      margin-right: -15px; }
      div#top div.column.right a#logo img {
        display: block; }

/*
 * Header region
 */
div#header-wrapper {
  margin-top: 30px;
  min-height: 30px; }
  div#header-wrapper div.left {
    width: 960px; }
  body.header-right div#header-wrapper div.left {
    width: 610px;
    float: left; }
    div#header-wrapper div.right h2 {
      margin: 0;
      line-height: 1.2em; }
    div#header-wrapper div.right p {
      margin: 25px 0;
      line-height: 1.4em; }

/*
 * Mid region
 */
div#content-wrapper {
  clear: both; }

  div.node div.left,
  div.node div.right {
    float: left;
    width: 370px; }
  div.node div.left {
    margin-right: 10px;
    width: 500px; }
  div.node h3 {
    margin-top: 0; }
  div.node p {
    margin-top: 0.2em; }
  div.node a {
    color: #56211c; }
  div.node ul {
    padding-left: 15px; }
  div.node ol {
    padding-left: 20px; }
div.full{
	float: left; 
	width: 100%;
}
div.node-webform {
  padding: 0; }
  div.node-webform div.field-name-body {
    padding: 0 10px; }
  div.node-webform div.webform-component-markup {
    margin: 0; }

ul.tabs {
  padding-top: 35px; }

div#footer {
  margin-top: 30px; }
  div#footer div#footer p {
    margin-top: 0; }

/*
 * Forms
 */
form {
  background: url('../images/form-bg.png') repeat-y;
  padding: 30px;
  overflow: hidden; }
  form h2 {
    color: #faf5ec;
    font-family: DinWebBold;
    margin: 0; }
  form span.form-required {
    color: #faf5ec; }
  form input,
  form textarea {
    margin: 0;
    padding: 5px;
    border-radius: 10px;
    border: 0 none;
    line-height: 23pt;
    max-width: 870px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.8); }
    form input[type="submit"],
    form textarea[type="submit"] {
      background: url('../images/icon-submit.png') no-repeat 20px center transparent;
      padding-left: 70px;
      border: 1px solid #e87f00;
      color: #faf5ec;
      font-size: 14pt;
      float: right; }
  form label {
    color: #faf5ec;
    line-height: 2em; }
  form fieldset {
    padding: 0;
    margin: 0;
    border: 0 none; }
    form fieldset div.form-item {
      float: left;
      width: 420px; }
      form fieldset div.form-item:nth-child(odd) {
        margin-right: 30px; }
      form fieldset div.form-item input {
        max-width: 400px; }

li a.active {
  color: #56211c; }

ul.primary {
  border-bottom-color: #56211c; }

ul.primary li a {
  border-radius: 0.3em 0.3em 0 0;
  padding-top: 0.35em;
  font-size: 10pt;
  background-color: #feeed4; }

ul.primary li.active a {
  background-color: #faf5ec;
  border-color: #56211c #56211c #faf5ec; }

#block-system-main .content-left,
#block-system-main .content-right {
  width: 425px;
  float: left; }

#block-system-main .content-left {
  margin-right: 30px; }

a.block-edit {
  font-size: 10px;
  position: relative;
  z-index: 100;
}

.img-wrapper{
	overflow: hidden;
	width: 55%;
	float: right;
}
.txt-wrapper{
	width: 45%;
	float: left;
}

.item-left .img-wrapper{
	float: left;
}
.item-left .txt-wrapper{
	float: right;
}

.field-collection-view{
	border: none;
	margin: 0;
	padding: 0 0 30px 0;
}
.field-collection-container{
	border: none;
}