@charset "utf-8";
/** VARS ***********************************************************************
_______________________________________________________________________________*/
@font-face {
  font-family: 'Goudy Bookletter 1911';
  font-style: normal;
  font-weight: 400;
    src: url(https://themes.googleusercontent.com/static/fonts/goudybookletter1911/v4/l5lwlGTN3pEY5Bf-rQEuIMvsW7MYFVYsuLRj6jSUyb0.woff) format('woff');
}
@font-face {
  font-family: 'Lustria';
  font-style: normal;
  font-weight: 400;
  src: url(https://themes.googleusercontent.com/static/fonts/lustria/v2/jxv7sa1tHLjuAOuAPVunGw.woff) format('woff');
}
/** NORMALIZE OVERWRITE ********************************************************
_______________________________________________________________________________*/
*,
p,
h1 {
  margin: 0;
  padding: 0;
}
a,
a:hover,
a:visited,
a:active {
  color: inherit;
  outline: none;
  /*text-decoration: none;*/
}
input,
textarea,
select,
label,
button {
  vertical-align: middle;
}
input,
textarea,
select,
button {
  width: 100%;
  height: 26px;
  padding: 0 10px;
  box-sizing: border-box;
  border: none;
  background-color: #383838;
  color: #fff;
  border-radius: 2px;
  /*font-size: 12px; color: #a1a1a1; text-transform: uppercase;*/
  line-height: 26px;
}
input[type="checkbox"],
textarea[type="checkbox"],
select[type="checkbox"],
button[type="checkbox"],
input[type="radio"],
textarea[type="radio"],
select[type="radio"],
button[type="radio"] {
  width: auto;
  height: auto;
  border: none;
  background: none;
  margin-right: 2px;
}
input[type="submit"],
textarea[type="submit"],
select[type="submit"],
button[type="submit"] {
  width: auto;
}
@media (max-width: 980px) {
  input,
  textarea,
  select,
  button {
    height: 36px;
    line-height: 36px;
  }
}
textarea {
  height: auto;
  padding: 5px 0 4px 10px;
  line-height: normal;
  resize: none;
}
button {
  width: auto;
}
form {
  margin-top: 10px;
}
/** ROOT ***********************************************************************
_______________________________________________________________________________*/
html {
  height: 100%;
}
body {
  height: 100%;
  font: 400 100%/1.5 Arial, Sans-serif;
  color: #7a7979;
  background: #ffffff /* url(../images/layout/bg-ptrn.png) repeat 0 0*/;
}
@media (min-width: 980px) {
  body {
    font-size: 85%;
  }
}
@media (max-width: 760px) {
  body {
    font-size: 75%;
  }
}
@media (max-width: 760px) {
  .phone {
    display: none;
  }
}
/** GRID ***********************************************************************
_______________________________________________________________________________*/
#wrapper {
  margin: 0 auto -109px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}
.space {
  padding: 50px 0;
}
.inside {
  max-width: 980px;
  margin: 0 auto;
  height: inherit;
  position: relative;
}
@media (max-width: 980px) {
  .inside {
    max-width: 98%;
    margin: 0 1%;
  }
}
header {
  width: 100%;
  height: 96px;
  position: fixed;
  top: 4px;
  z-index: 1;
  background-color: #383838;
  transition: all 0.3s ease 0s;
  transform: translateY(0%);
}
header #logo,
header nav[role="navigation"] {
  position: absolute;
  top: 50%;
  margin-top: -26px;
}
header #logo img,
header nav[role="navigation"] img {
  display: block;
  transition: all 0.3s ease 0s;
}
header nav[role="navigation"] {
  right: 0;
  margin-top: -10px;
  line-height: normal;
}
header nav[role="navigation"] a,
header nav[role="navigation"] a:hover {
  margin-left: 15px;
  font-size: 16px;
  font-family: 'Lustria', 'Goudy Bookletter 1911', serif;
  color: #fff;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
}
header nav[role="navigation"] a.active,
header nav[role="navigation"] a:hover.active,
header nav[role="navigation"] a:hover,
header nav[role="navigation"] a:hover:hover {
  border-bottom: solid 1px #c1c1c1;
}
header.ha-header-small {
  top: 0;
  height: 50px;
  border-bottom: solid 1px #fff;
}
header.ha-header-small #logo {
  margin-top: -13px;
}
header.ha-header-small #logo img {
  width: 100px;
  height: auto;
}
#content {
  padding-top: 93px;
}
#content #slogan div.inside {
  position: relative;
  font: 400 50px/60px serif;
  font-family: 'Lustria', 'Goudy Bookletter 1911', serif;
  text-transform: uppercase;
}
#content #slogan div.inside a.contact-action {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -76px;
}
#content #slogan div.inside a.contact-action img {
  display: block;
}
@media (max-width: 760px) {
  #content #slogan div.inside {
    font-size: 30px;
    line-height: 36px;
  }
  #content #slogan div.inside p {
    max-width: 80%;
  }
  #content #slogan div.inside a.contact-action {
    margin-top: -38px;
  }
  #content #slogan div.inside a.contact-action img {
    width: 76px;
    height: auto;
  }
}
#content #page {
  background-color: #383838;
  color: #fff;
}
#content #cases {
  /*background-color: @cFont;*/
  background-color: #e1e1e2;
  color: #383838;
  position: relative;
}
#content #cases h1 {
  display: inline-block;
  /*margin-left: -20px;*/
  padding: 0 20px;
  font-size: 50px;
  background-color: #7a7979;
  color: #fff;
  position: absolute;
  left: -20px;
}
#content #cases div.case-view {
  /*margin-top: 25px;*/
  padding-top: 85px;
  overflow: hidden;
}
#content #cases div.case-view article {
  float: left;
  /*width: 470px;*/
  width: 48%;
  /*padding-right: 40px;*/
  white-space: normal;
}
#content #cases div.case-view article h2 {
  margin: 0;
  padding: 0 0 15px 0;
  font-size: 36px;
  color: #7a7979;
  text-transform: none;
  background-color: transparent;
}
#content #cases div.case-view article:first-child {
  padding-right: 4%;
}
@media (max-width: 980px) {
  #content #cases {
    display: none;
  }
}
#content #form {
  background-color: rgba(56, 56, 56, 0.95);
}
#content #form div.inside {
  overflow: hidden;
  color: #fff;
}
#content #form div.inside h2 {
  color: #fff;
}
#content #form div.inside #newsletter {
  float: right;
  /*width: 45%;*/
  width: 48%;
}
#content #form div.inside #newsletter form {
  width: 100%;
  height: 88px;
  margin-top: 5px;
}
#content #form div.inside #newsletter form span.error {
  margin-left: 10px;
  vertical-align: middle;
}
#content #form div.inside form {
  /*width: 50%;*/
  width: 48%;
  margin-top: 0;
}
@media (max-width: 760px) {
  #content #form div.inside #newsletter,
  #content #form div.inside form {
    float: none;
    width: 100%;
  }
  #content #form div.inside #newsletter {
    margin-bottom: 50px;
  }
}
#push {
  height: 109px;
  clear: both;
}
footer {
  height: 109px;
  background-color: #383838;
  color: #7a7979;
  background-color: #212121;
}
footer a {
  text-decoration: none;
}
footer #copy {
  position: absolute;
  right: 0;
  bottom: 25px;
}
footer #copy img {
  display: block;
}
footer address {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 50%;
  font-style: normal;
}
footer address h1 {
  font-size: 16px;
  color: #fff;
  padding-bottom: 10px;
}
footer address table {
  border-collapse: separate;
}
footer address table td {
  border-left: solid 1px #080808;
  padding-left: 50px;
  border-right: solid 1px #3B3B3B;
}
footer address table td:first-child {
  border-left: none;
  padding-left: 0;
}
footer address table td:last-child {
  border-right: none;
}
@media (max-width: 980px) {
  footer address {
    width: 75%;
  }
}
@media (max-width: 760px) {
  footer address {
    width: 100%;
  }
}
/** DEFINED ********************************************************************
_______________________________________________________________________________*/
h1,
h2 {
  font: 400 19px normal serif;
  font-family: 'Lustria', 'Goudy Bookletter 1911', serif;
  text-transform: uppercase;
  padding-bottom: 20px;
}
h2 {
  color: #383838;
  font-weight: 700;
  text-transform: none;
  padding-bottom: 10px;
}
hr {
  line-height: 0;
  height: 1px;
  border-width: 0;
  background-color: #c4c4c5;
}
hr:after {
  font-size: 14px;
}
.table-info {
  font-weight: bold;
  font-size: 10px;
}
.table-info th {
  height: 34px;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  background-color: #c4c4c5;
}
.table-info td:nth-child(odd) {
  width: 20px;
  /*background-color: red;*/
}
.table-info td:nth-child(even) {
  width: 172px;
  padding: 0 10px 10px 10px;
  /*background-color: green;*/
  background-color: #e1e1e2;
  vertical-align: top;
}
.table-info td:nth-child(even) hr {
  line-height: 0;
  height: 1px;
  border-width: 0;
  background-color: #c4c4c5;
}
.table-info td:nth-child(even) hr:after {
  font-size: 10px;
}
.table-info td:nth-child(even) ul {
  padding-left: 20px;
}
.table-info td:nth-child(even) ul li {
  padding-left: -5px;
}
/** FORMS **********************************************************************
_______________________________________________________________________________*/
#form form {
  overflow: hidden;
}
#form form p {
  float: left;
  width: 100%;
  margin-bottom: 5px;
  margin-right: 1%;
  position: relative;
}
#form form p label.error {
  position: absolute;
  top: 0;
  right: 5px;
  line-height: 26px;
  color: #f00;
}
@media (max-width: 980px) {
  #form form p label.error {
    line-height: 36px;
    color: #f00;
  }
}
#form form div p:nth-child(3n),
#form form div p:nth-child(5n) {
  margin-right: 0;
}
#form form div p:last-child {
  margin-bottom: 0;
}
/** CASES **********************************************************************
_______________________________________________________________________________*/
#article {
  padding: 40px 0;
  overflow: hidden;
  position: relative;
  background: url("../images/layout/ico-seperator.png") repeat-x left bottom;
}
#article #close {
  position: absolute;
  right: 0;
  top: 10px;
  line-height: 20px;
}
#article figure {
  float: left;
  width: 50%;
  margin-right: 3%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
#article figure img {
  max-width: 100%;
  height: auto;
  display: block;
}
#article aside {
  float: left;
  width: 47%;
}
#article aside .entry-headline {
  margin: 0 0 15px 0;
  padding-left: 15px;
  border-left: 5px solid #fff;
}
#article aside .entry-headline .entry-title {
  margin-bottom: 5px;
}
#article aside .entry-headline .entry-title h5 {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
}
#article aside .entry-headline .entry-date {
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
}
#article aside .entry-info {
  padding: 15px 0 0 0;
  font-size: 11px;
  line-height: 18px;
  background: url("../images/layout/ico-seperator.png") repeat-x 0 0;
}
#blocks {
  color: #7a7979;
}
#blocks .spacer {
  display: none;
}
#blocks .block {
  margin-top: 40px;
  /*margin-bottom: 30px;*/
  font-size: 15px;
  line-height: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
#blocks .block .blockwrap {
  position: relative;
  /*padding: 0 24px;*/
  overflow: hidden;
  background: none repeat scroll 0 0 #ffffff;
  border: 0 solid #E2E2E2;
  border-radius: 3px;
  /*			.section_link { display: block; width: 100%; height: 100%; outline: 0 none;
				position: absolute; left: 0; top: 0; z-index: 100;
			}

			header { padding: 22px 0 20px;

				h2 { position: relative; top: -1px;
					font-family: "Open Sans",Helvetica,Arial,sans-serif; font-size: 20px;
				}
				h3 { position: relative; top: 2px;
					margin-top: 0; display: none; font-weight: 400; color: #A5A5A5 !important;
				}
			}

			.photos { position: relative; top: 4px;
				height: 192px;
				margin-bottom: 24px;
				margin-top: 0;

				.photos .main_photo {
    height: 244px;
    width: 244px;
}
			}*/
}
#blocks .block .blockwrap .img_holder {
  position: relative;
  cursor: pointer;
}
#blocks .block .blockwrap .img_holder img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  border: 0 none;
}
#blocks .block .blockwrap .img_holder .overlay {
  background: none repeat scroll 0 0 #FFFFFF;
  cursor: pointer;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#blocks .block .blockwrap .entry-headline {
  margin: 20px 15px;
  padding-left: 15px;
  border-left: 5px solid #383838;
}
#blocks .block .blockwrap .entry-headline .entry-title {
  margin-bottom: 5px;
}
#blocks .block .blockwrap .entry-headline .entry-title h5 {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
}
#blocks .block .blockwrap .entry-headline .entry-date {
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
}
#blocks .block .blockwrap .entry-info {
  padding: 15px;
  font-size: 11px;
  line-height: 18px;
  background: url("../images/layout/ico-seperator.png") repeat-x scroll left top rgba(0, 0, 0, 0);
}
@media (max-width: 760px) {
  #blocks .spacer {
    display: block;
    height: 0px;
  }
}
