html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

body {
  font-family: Georgia;
  font-size: 14px;
  line-height: 20px;
  color: #3a3a3a;
  background: url(img/bg.jpg) repeat;
  background: url(img/header.png) left top repeat-x, url(img/bg.jpg) repeat; }

.wrap {
  overflow: hidden;
  *zoom: 1;
  width: 860px;
  padding: 100px 7px 0 7px;
  margin: 0 auto;
  background: url(img/content.png) repeat; }
  .cb{ clear:both; }

/* ---------------------------------------------------- */
/*		HEADER
/* ---------------------------------------------------- */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  height: 102px;
  background-color: #3f3e3e;
  background-color: rgba(42, 42, 42, 0.9);
  z-index: 10; }
  header .header-wrap {
    width: 820px;
    margin: 0 auto;
    position: relative; }
  header .logo {
    margin: 25px 0px 0px 15px;
    float: left; }
  header nav {
    text-align: right; }
    header nav a {
      display: inline-block;
      height: 102px;
      line-height: 102px;
      padding: 0 30px;
      border-right: 1px solid #5c5a5a;
      border-left: 1px solid #272626;
      color: #FFF;
      font-family: "Yanone Kaffeesatz";
      font-weight: bold;
      font-size: 26px;
      text-decoration: none;
      text-shadow: 0 1px 0px black;
      -moz-box-shadow: -1px 0px 0px #5c5a5a;
      -webkit-box-shadow: -1px 0px 0px #5c5a5a;
      -o-box-shadow: -1px 0px 0px #5c5a5a;
      box-shadow: -1px 0px 0px #5c5a5a; }
    header nav a:hover, header nav a.active {
      background-color: #343434; }
  header .twitter, header .facebook, header .dribbble {
    position: absolute;
    top: 11px;
    right: -60px;
    width: 25px;
    height: 25px;
    background: url(img/sprite.png) -26px -74px no-repeat;
    text-indent: -9999px; }
  header .twitter:hover {
    background-position: 0px -74px; }
  header .facebook {
    right: -63px;
    top: 41px;
    background-position: -26px -100px; }
  header .facebook:hover {
    background-position: -3px -100px; }
  header .dribbble {
    top: 70px;
    background-position: -26px -126px; }
  header .dribbble:hover {
    background-position: -1px -126px; }

/* ---------------------------------------------------- */
/*		CONTENT
/* ---------------------------------------------------- */
em {
  font-style: italic; }

.alt {
  color: #ea843a; }

strong {
  font-weight: bold;
  color: #3a3a3a; }

h1 {
  width: 777px;
  margin: 25px auto 0 auto;
  line-height: 35px;
  padding-top: 40px;
  background: url(img/h1.jpg) left top no-repeat;
  color: #f27113;
  text-align: center;
  font-family: Copse;
  font-size: 30px;
  text-shadow: 2px 3px 0px #e0e0e0; }


hr {
  width: 680px;
  height: 70px;
  margin: 0 auto;
  padding-top: 7px;
  background: url(img/hr.png) left center repeat-x;
  border-style: none; }

p, ul, ol {
  margin-bottom: 10px; }

ul li {
  list-style: disc;
  margin-left: 20px; }

ol li {
  list-style: decimal;
  margin-left: 20px; }

section {
  width: 680px;
  margin: 0px auto 15px auto;
  overflow: hidden;
  *zoom: 1;
  overflow: visible; 
}
  section h2 {
    height: 50px;
    line-height: 50px;
    text-indent: 12px;
    text-transform: uppercase;
    background: #ea843a;
    color: #FFF;
    font-family: "Myriad Pro"/*"Yanone Kaffeesatz"*/;
    font-weight: bold;
    font-size: 26px;
    margin: 15px 0 35px 0;
    -moz-box-shadow: 3px 4px 0px #e8e8e8, inset 1px 1px 2px #d47835;
    -webkit-box-shadow: 3px 4px 0px #e8e8e8, inset 1px 1px 2px #d47835;
    -o-box-shadow: 3px 4px 0px #e8e8e8, inset 1px 1px 2px #d47835;
    box-shadow: 3px 4px 0px #e8e8e8, inset 1px 1px 2px #d47835;
    text-shadow: 0px 1px 0px #e06423; 
  }

  section h3 {
    /*height: 30px;*/
    line-height: 30px;
    text-indent: 12px;
    text-transform: uppercase;
    background: #ea843a;
    color: #FFF;
    font-family: "Yanone Kaffeesatz";
    font-weight: bold;
    font-size: 20px;
    margin: 15px 0 35px 50px;
    -moz-box-shadow: 3px 4px 0px #e8e8e8, inset 1px 1px 2px #d47835;
    -webkit-box-shadow: 3px 4px 0px #e8e8e8, inset 1px 1px 2px #d47835;
    -o-box-shadow: 3px 4px 0px #e8e8e8, inset 1px 1px 2px #d47835;
    box-shadow: 3px 4px 0px #e8e8e8, inset 1px 1px 2px #d47835;
    text-shadow: 0px 1px 0px #e06423; 
  }

  section .col {
    /*width: 320px;*/
    padding-right: 30px;
    float: left;
    background: url(img/hr.png) right top repeat-y; }
  section .col1 {
    width: 320px;
    padding-right: 30px;
    float: left;
    background: url(img/hr.png) right top repeat-y; }
  section .col2 {
    float: right;
    width: 330px;
    text-align: right; }
    section .col2 img {
      border: 6px solid #eaeaea; }

/* ---------------------------------------------------- */
/*		PORTFOLIO
/* ---------------------------------------------------- */
.portfolio {
  position: relative;
  overflow: visible; }
  .portfolio .col {
    float: left;
    margin: 0 10px; }
  .portfolio article {
    width: 201px;
    height: 157px;
    margin-bottom: 23px;
    border: 6px solid #eaeaea;
    position: relative;
    -moz-box-shadow: 0px 1px 3px #d7d7d7;
    -webkit-box-shadow: 0px 1px 3px #d7d7d7;
    -o-box-shadow: 0px 1px 3px #d7d7d7;
    box-shadow: 0px 1px 3px #d7d7d7; }
    .portfolio article .cache {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: transparent;
      background: rgba(234, 132, 58, 0);
      -moz-box-shadow: inset 0px 1px 5px rgba(0, 0, 0, 0.6);
      -webkit-box-shadow: inset 0px 1px 5px rgba(0, 0, 0, 0.6);
      -o-box-shadow: inset 0px 1px 5px rgba(0, 0, 0, 0.6);
      box-shadow: inset 0px 1px 5px rgba(0, 0, 0, 0.6);
      -moz-transition-duration: 0.3s;
      -webkit-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s; }
    .portfolio article a:hover .cache {
      background: rgba(234, 132, 58, 0.75); }
  .portfolio #slider {
    width: 700px;
    margin-left: -10px; }
  .portfolio a.nav {
    position: absolute;
    top: 250px;
    left: -45px;
    display: block;
    width: 36px;
    height: 37px;
    background: url(img/sprite.png) no-repeat; }
  .portfolio #next {
    background-position: right top;
    left: auto;
    right: -45px; }
  .portfolio #prev.disabled {
    background-position: left -36px; }
  .portfolio #next.disabled {
    background-position: right -36px; }

/* ---------------------------------------------------- */
/*		CONTACT
/* ---------------------------------------------------- */
.contact .col1 {
  width: 380px;
  padding-right: 30px;
  float: left;
  background: url(img/hr.png) right top repeat-y; }
  .contact .col1 .input {
    position: relative; }
  .contact .col1 input, .contact .col1 textarea {
    color: #ea843a;
    font-family: Georgia;
    font-size: 13px;
    width: 350px;
    margin-bottom: 20px;
    outline: none;
    border: none;
    background-color: #f2f2f2;
    border: 1px solid transparent;
    background-position: 98% center;
    -moz-box-shadow: inset 0px 1px 5px #dbdbdb;
    -webkit-box-shadow: inset 0px 1px 5px #dbdbdb;
    -o-box-shadow: inset 0px 1px 5px #dbdbdb;
    box-shadow: inset 0px 1px 5px #dbdbdb;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  .contact .col1 input {
    padding: 0 10px;
    height: 54px; }
  .contact .col1 textarea {
    padding: 10px; }
  .contact .col1 input:focus, .contact .col1 textarea:focus {
    border: 1px solid #fcab70; }
  .contact .col1 input:required:focus:valid, .contact .col1 textarea:focus:required:valid {
    background: #f2f2f2 url(img/valid.png) no-repeat 98% center; }
  .contact .col1 input:focus:invalid, .contact .col1 input.error, .contact .col1 textarea.error, .contact .col1 textarea:focus:invalid {
    background: #f2f2f2 url(img/invalid.png) no-repeat 98% center;
    border-color: #ff5a5a; }
  .contact .col1 .submit {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    background: #ea843a;
    color: #FFF;
    font-family: "Yanone Kaffeesatz";
    font-weight: bold;
    font-size: 24px;
    cursor: pointer;
    width: 120px;
    text-align: center;
    -moz-box-shadow: 3px 4px 0px #e8e8e8, inset 1px 1px 2px #d47835;
    -webkit-box-shadow: 3px 4px 0px #e8e8e8, inset 1px 1px 2px #d47835;
    -o-box-shadow: 3px 4px 0px #e8e8e8, inset 1px 1px 2px #d47835;
    box-shadow: 3px 4px 0px #e8e8e8, inset 1px 1px 2px #d47835;
    text-shadow: 0px 1px 0px #e06423; }
  .contact .col1 .submit.loading {
    text-indent: -200px;
    background: #ea843a url(img/loader.gif) center center no-repeat; }
  .contact .col1 .error-message {
    background: #c44d34;
    position: absolute;
    top: 10px;
    left: 380px;
    color: #FFF;
    width: 250px;
    padding: 3px 10px; }
  .contact .col1 .error-message:before {
    content: "\25C0";
    color: #c44d34;
    position: absolute;
    top: 1px;
    left: -7px; }
  .contact .col1 .success {
    color: #FFF;
    background-color: #57A957;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #62c462), color-stop(100%, #57a957));
    background-image: -webkit-linear-gradient(top, #62c462, #57a957);
    background-image: -moz-linear-gradient(top, #62c462, #57a957);
    background-image: -o-linear-gradient(top, #62c462, #57a957);
    background-image: -ms-linear-gradient(top, #62c462, #57a957);
    background-image: linear-gradient(top, #62c462, #57a957);
    padding: 3px 10px;
    border: 1px solid #57A957;
    border-color: #57A957 #57A957 #3D773D;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px; }
.contact .col2 {
  text-align: left;
  width: 250px;
  overflow: hidden; }
  .contact .col2 hr {
    height: 50px;
    margin: 0!important; }
