.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  background-color: #ffffff;
}
a {
  color: #0088cc;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #005580;
  text-decoration: underline;
}
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.span12 {
  width: 940px;
}
.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 700px;
}
.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 460px;
}
.span5 {
  width: 380px;
}
.span4 {
  width: 300px;
}
.span3 {
  width: 220px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
.offset12 {
  margin-left: 980px;
}
.offset11 {
  margin-left: 900px;
}
.offset10 {
  margin-left: 820px;
}
.offset9 {
  margin-left: 740px;
}
.offset8 {
  margin-left: 660px;
}
.offset7 {
  margin-left: 580px;
}
.offset6 {
  margin-left: 500px;
}
.offset5 {
  margin-left: 420px;
}
.offset4 {
  margin-left: 340px;
}
.offset3 {
  margin-left: 260px;
}
.offset2 {
  margin-left: 180px;
}
.offset1 {
  margin-left: 100px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.12765957%;
  *margin-left: 2.07446809%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.12765957%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851%;
}
.row-fluid .span11 {
  width: 91.4893617%;
  *width: 91.43617021%;
}
.row-fluid .span10 {
  width: 82.9787234%;
  *width: 82.92553191%;
}
.row-fluid .span9 {
  width: 74.46808511%;
  *width: 74.41489362%;
}
.row-fluid .span8 {
  width: 65.95744681%;
  *width: 65.90425532%;
}
.row-fluid .span7 {
  width: 57.44680851%;
  *width: 57.39361702%;
}
.row-fluid .span6 {
  width: 48.93617021%;
  *width: 48.88297872%;
}
.row-fluid .span5 {
  width: 40.42553191%;
  *width: 40.37234043%;
}
.row-fluid .span4 {
  width: 31.91489362%;
  *width: 31.86170213%;
}
.row-fluid .span3 {
  width: 23.40425532%;
  *width: 23.35106383%;
}
.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.84042553%;
}
.row-fluid .span1 {
  width: 6.38297872%;
  *width: 6.32978723%;
}
.row-fluid .offset12 {
  margin-left: 104.25531915%;
  *margin-left: 104.14893617%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.12765957%;
  *margin-left: 102.0212766%;
}
.row-fluid .offset11 {
  margin-left: 95.74468085%;
  *margin-left: 95.63829787%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.61702128%;
  *margin-left: 93.5106383%;
}
.row-fluid .offset10 {
  margin-left: 87.23404255%;
  *margin-left: 87.12765957%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.10638298%;
  *margin-left: 85%;
}
.row-fluid .offset9 {
  margin-left: 78.72340426%;
  *margin-left: 78.61702128%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.59574468%;
  *margin-left: 76.4893617%;
}
.row-fluid .offset8 {
  margin-left: 70.21276596%;
  *margin-left: 70.10638298%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.08510638%;
  *margin-left: 67.9787234%;
}
.row-fluid .offset7 {
  margin-left: 61.70212766%;
  *margin-left: 61.59574468%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.57446809%;
  *margin-left: 59.46808511%;
}
.row-fluid .offset6 {
  margin-left: 53.19148936%;
  *margin-left: 53.08510638%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.06382979%;
  *margin-left: 50.95744681%;
}
.row-fluid .offset5 {
  margin-left: 44.68085106%;
  *margin-left: 44.57446809%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.55319149%;
  *margin-left: 42.44680851%;
}
.row-fluid .offset4 {
  margin-left: 36.17021277%;
  *margin-left: 36.06382979%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.04255319%;
  *margin-left: 33.93617021%;
}
.row-fluid .offset3 {
  margin-left: 27.65957447%;
  *margin-left: 27.55319149%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.53191489%;
  *margin-left: 25.42553191%;
}
.row-fluid .offset2 {
  margin-left: 19.14893617%;
  *margin-left: 19.04255319%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.0212766%;
  *margin-left: 16.91489362%;
}
.row-fluid .offset1 {
  margin-left: 10.63829787%;
  *margin-left: 10.53191489%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.5106383%;
  *margin-left: 8.40425532%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #999999;
}
a.muted:hover,
a.muted:focus {
  color: #808080;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}
.text-error {
  color: #b94a48;
}
a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}
.text-success {
  color: #468847;
}
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: Arbutus Slab;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  line-height: 40px;
}
h1 {
  font-size: 38.5px;
}
h2 {
  font-size: 31.5px;
}
h3 {
  font-size: 24.5px;
}
h4 {
  font-size: 17.5px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 11.9px;
}
h1 small {
  font-size: 24.5px;
}
h2 small {
  font-size: 17.5px;
}
h3 small {
  font-size: 14px;
}
h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 20px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}
abbr[title],
abbr[data-original-title] {
  /*  cursor: help;
  border-bottom: 1px dotted @grayLight;*/
}
abbr[title]:hover {
  cursor: pointer;
  text-decoration: underline;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
form {
  margin: 0 0 20px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 15px;
  color: #999999;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 30px;
}
select {
  width: 220px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: #999999;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}
.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}
.controls-row {
  *zoom: 1;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.help-block,
.help-inline {
  color: #262626;
}
.help-block {
  display: block;
  margin-bottom: 10px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 14px;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 10px;
}
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
.reviews .review {
  margin-top: 15px;
  border-bottom: 1px dotted #e5e5e5;
}
.reviews .last {
  border-bottom: none;
}
.reviews .review-info {
  margin-bottom: 5px;
}
.reviews .review-info .single-progress .rating-author {
  padding-right: 5px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}
.reviews .review-info .progress-wrap {
  width: 64px;
  position: relative;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.reviews .review-info .progress-wrap .progress {
  background: transparent url("http://www.integro-rehab.com/_static/smallstars.png") no-repeat scroll top left;
  position: relative;
  top: 1px;
  left: 0px;
  height: 11px;
}
.reviews .review-info .progress-wrap .progress.full {
  opacity: 0.2;
  position: absolute;
}
.reviews .review-info-detail {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.reviews .classification {
  position: relative;
  height: 18px;
  width: 80px;
}
.reviews .classification .cover {
  background: transparent url("http://www.integro-rehab.com/_static/emptystars.png") no-repeat scroll top left;
  position: absolute;
  height: 18px;
  top: 1px;
  left: 0px;
  width: 80px;
}
.reviews .classification .progress {
  background: transparent url("http://www.integro-rehab.com/_static/fullstars.png") no-repeat scroll top left;
  position: absolute;
  top: 1px;
  left: 0px;
  height: 18px;
}
.reviews .classification .progress span {
  color: #000000;
  position: absolute;
  width: 200px;
  left: 85px;
  top: -2px;
}
.reviews a.more-reviews {
  color: #000000;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-decoration: none;
  border-bottom: 2px solid #cccccc;
}
.reviews a.review-link {
  color: #262626;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-decoration: none;
}
.reviews .optional-arrows {
  display: none;
}
.reviews .single-progress {
  line-height: 1.5;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
html,
body {
  height: 100%;
  background: #e5e5e5;
  -webkit-transition: background 0.3s ease-in;
  -moz-transition: background 0.3s ease-in;
  -o-transition: background 0.3s ease-in;
  transition: background 0.3s ease-in;
}
html.is-demo {
  margin-top: 114px;
}
html.mobile-preview {
  overflow: hidden;
}
body.mobile-preview {
  position: absolute;
  overflow-y: scroll;
  overflow-x: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.container {
  background: #ffffff;
  -webkit-transition: background 0.3s ease-in;
  -moz-transition: background 0.3s ease-in;
  -o-transition: background 0.3s ease-in;
  transition: background 0.3s ease-in;
}
.content a {
  color: #333333;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  font-family: Arbutus Slab;
  -webkit-transition: color 0.3s ease-in;
  -moz-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
}
.editable-text[contenteditable=true] {
  outline: 0px solid transparent;
  min-height: 15px;
  min-width: 15px;
}
.editable-text[contenteditable=true] .text {
  min-height: 15px;
}
.editable-html {
  min-height: 15px;
  min-width: 15px;
}
.editable-html a {
  text-decoration: underline;
}
.header .logo-link {
  text-decoration: none;
  display: inline-block;
  *display: inline;
  zoom: 1;
  cursor: pointer;
  vertical-align: middle;
}
.header .logo-link img {
  max-width: none;
  width: 100%;
}
.header .text {
  word-break: break-word;
}
.header .navbar {
  -webkit-transition: padding 0.25s ease-in;
  -moz-transition: padding 0.25s ease-in;
  -o-transition: padding 0.25s ease-in;
  transition: padding 0.25s ease-in;
}
.footer {
  position: relative;
}
.footer .canonicalContainer {
  position: absolute;
  right: 2%;
  top: -24px;
}
.footer .canonicalContainer a {
  color: #000000;
  font-family: Arbutus Slab;
  text-decoration: none;
}
.footer .footer-content .footer-top-content {
  position: relative;
  padding-top: 10px;
}
.footer .footer-content .footer-top-content .social-media {
  vertical-align: middle;
  position: absolute;
  top: 0;
  z-index: 2;
}
.footer .footer-content .footer-top-content .powered-by-houzz {
  color: #333;
  font-size: 12px;
  text-decoration: none;
  position: relative;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
}
.footer .footer-content .footer-top-content .powered-by-houzz img {
  width: auto;
  height: 21px;
  position: relative;
  top: -4px;
  margin-left: 5px;
}
.footer .footer-content .footer-top-content #footerbadges {
  position: absolute;
  top: -3px;
  display: block;
  right: 0px;
  z-index: 2;
  min-width: 36px;
  min-height: 36px;
}
.footer .footer-content .footer-top-content #footerbadges span {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-right: 5px;
}
.footer .footer-content .footer-top-content #footerbadges span:last-child {
  margin-right: 0;
}
.footer .footer-content .footer-top-content .browse-houzz {
  width: 36%;
  position: absolute;
  top: 5px;
  right: 0;
  text-align: right;
}
.footer .footer-content .footer-top-content .browse-houzz .browse-houzz-title {
  color: inherit;
  font-family: Arbutus Slab;
  text-decoration: none;
}
.footer .footer-content .footer-bottom-content {
  text-align: left;
  padding-top: 4px;
}
.footer .footer-content .footer-bottom-content .browse-houzz {
  position: relative;
}
.footer .footer-content .footer-bottom-content .browse-houzz .browse-houzz-title {
  color: inherit;
  font-family: Arbutus Slab;
  text-decoration: none;
}
.footer .footer-content .policy-links {
  text-align: right;
  top: 5px;
}
.footer .footer-content .policy-links a {
  color: inherit;
  font-family: Arbutus Slab;
  text-decoration: none;
  border-right: 1px solid #333;
  padding: 0 5px;
}
.footer .footer-content .policy-links a:last-of-type {
  border-right: none;
}
@font-face {
  font-family: 'icomoon';
  src: url('http://www.integro-rehab.com/pic/fonts/icomoon-normal.eot');
  src: url('http://www.integro-rehab.com/pic/fonts/icomoon-normal.eot#iefix') format('embedded-opentype'), url('http://www.integro-rehab.com/pic/fonts/icomoon-normal.woff') format('woff'), url('http://www.integro-rehab.com/pic/fonts/icomoon-normal.ttf') format('truetype'), url('http://www.integro-rehab.com/pic/fonts/icomoon-normal.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url('http://www.integro-rehab.com/pic/fonts/icomoon-normal.eot');
  src: url('http://www.integro-rehab.com/pic/fonts/icomoon-normal.eot#iefix') format('embedded-opentype'), url('http://www.integro-rehab.com/pic/fonts/icomoon-normal.woff') format('woff'), url('http://www.integro-rehab.com/pic/fonts/icomoon-normal.ttf') format('truetype'), url('http://www.integro-rehab.com/pic/fonts/icomoon-normal.svg#icomoon') format('svg');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url('http://www.integro-rehab.com/pic/fonts/icomoon-normal.eot');
  src: url('http://www.integro-rehab.com/pic/fonts/icomoon-normal.eot#iefix') format('embedded-opentype'), url('http://www.integro-rehab.com/pic/fonts/icomoon-normal.woff') format('woff'), url('http://www.integro-rehab.com/pic/fonts/icomoon-normal.ttf') format('truetype'), url('http://www.integro-rehab.com/pic/fonts/icomoon-normal.svg#icomoon') format('svg');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url('http://www.integro-rehab.com/pic/fonts/icomoon-normal.eot');
  src: url('http://www.integro-rehab.com/pic/fonts/icomoon-normal.eot#iefix') format('embedded-opentype'), url('http://www.integro-rehab.com/pic/fonts/icomoon-normal.woff') format('woff'), url('http://www.integro-rehab.com/pic/fonts/icomoon-normal.ttf') format('truetype'), url('http://www.integro-rehab.com/pic/fonts/icomoon-normal.svg#icomoon') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url('http://www.integro-rehab.com/pic/fonts/icomoon-bold.eot');
  src: url('http://www.integro-rehab.com/pic/fonts/icomoon-bold.eot#iefix') format('embedded-opentype'), url('http://www.integro-rehab.com/pic/fonts/icomoon-bold.woff') format('woff'), url('http://www.integro-rehab.com/pic/fonts/icomoon-bold.ttf') format('truetype'), url('http://www.integro-rehab.com/pic/fonts/icomoon-bold.svg#icomoon') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url('http://www.integro-rehab.com/pic/fonts/icomoon-bold.eot');
  src: url('http://www.integro-rehab.com/pic/fonts/icomoon-bold.eot#iefix') format('embedded-opentype'), url('http://www.integro-rehab.com/pic/fonts/icomoon-bold.woff') format('woff'), url('http://www.integro-rehab.com/pic/fonts/icomoon-bold.ttf') format('truetype'), url('http://www.integro-rehab.com/pic/fonts/icomoon-bold.svg#icomoon') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url('http://www.integro-rehab.com/pic/fonts/icomoon-bold.eot');
  src: url('http://www.integro-rehab.com/pic/fonts/icomoon-bold.eot#iefix') format('embedded-opentype'), url('http://www.integro-rehab.com/pic/fonts/icomoon-bold.woff') format('woff'), url('http://www.integro-rehab.com/pic/fonts/icomoon-bold.ttf') format('truetype'), url('http://www.integro-rehab.com/pic/fonts/icomoon-bold.svg#icomoon') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url('http://www.integro-rehab.com/pic/fonts/icomoon-bold.eot');
  src: url('http://www.integro-rehab.com/pic/fonts/icomoon-bold.eot#iefix') format('embedded-opentype'), url('http://www.integro-rehab.com/pic/fonts/icomoon-bold.woff') format('woff'), url('http://www.integro-rehab.com/pic/fonts/icomoon-bold.ttf') format('truetype'), url('http://www.integro-rehab.com/pic/fonts/icomoon-bold.svg#icomoon') format('svg');
  font-weight: bold;
  font-style: normal;
}
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'icomoon';
  font-weight: inherit;
  content: attr(data-icon);
  speak: none;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.logo-svg-icon,
.more-icon,
.less-icon,
.down-icon,
.up-icon {
  font-family: 'icomoon';
  font-weight: inherit;
  speak: none;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.logo-svg-icon:before {
  content: "\31";
}
.more-icon,
.less-icon,
.down-icon,
.up-icon {
  font-size: 64%;
}
.down-icon,
.up-icon {
  padding-left: 3px;
  padding-right: 3px;
}
.more-icon:before {
  content: "\32";
}
.less-icon:before {
  content: "\32";
  display: inline-block;
  *display: inline;
  zoom: 1;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.down-icon:before {
  content: "\32";
  display: inline-block;
  *display: inline;
  zoom: 1;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.up-icon:before {
  content: "\32";
  display: inline-block;
  *display: inline;
  zoom: 1;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
/* Edit mode */
#highlightbuttoncontainer {
  padding-top: 2px;
  cursor: default;
}
#highlightbuttoncontainer.logo-image,
#highlightbuttoncontainer.logo-title,
#highlightbuttoncontainer.logo-subtitle {
  background: url("http://www.houzz.com/res/2469/pic/sitedesigner-sprites-v2.png") ;
  background-position: -584px 0;
  background-repeat: no-repeat;
  width: 44px;
  height: 111px;
  padding-top: 4px;
}
#highlightbuttoncontainer.logo-image #cancelbutton,
#highlightbuttoncontainer.logo-title #cancelbutton,
#highlightbuttoncontainer.logo-subtitle #cancelbutton {
  top: 11px !important;
}
#highlightbuttoncontainer.logo-image #savebutton,
#highlightbuttoncontainer.logo-title #savebutton,
#highlightbuttoncontainer.logo-subtitle #savebutton {
  top: 15px !important;
}
#highlightbuttoncontainer.text,
#highlightbuttoncontainer.page-text {
  background: url("http://www.houzz.com/res/2469/pic/sitedesigner-sprites-v2.png") ;
  background-position: -584px 0;
  background-repeat: no-repeat;
  width: 44px;
  height: 49px;
  padding-top: 4px;
}
#highlightbuttoncontainer.text #cancelbutton,
#highlightbuttoncontainer.page-text #cancelbutton {
  top: 1px !important;
}
#highlightbuttoncontainer.text #savebutton,
#highlightbuttoncontainer.page-text #savebutton {
  top: 5px !important;
}
#highlightbuttoncontainer.html,
#highlightbuttoncontainer.page-html {
  background: url("http://www.houzz.com/res/2469/pic/sitedesigner-sprites-v2.png") ;
  background-position: -541px 0;
  background-repeat: no-repeat;
  width: 44px;
  height: 80px;
}
#bottomwrap {
  background: url("http://www.houzz.com/res/2469/pic/sitedesigner-sprites-v2.png") ;
  background-position: -584px -321px;
  background-repeat: no-repeat;
  width: 44px;
  height: 5px;
  position: absolute;
  bottom: -5px;
}
#hoverpencil {
  background-image: url("http://www.houzz.com/res/2469/pic/sitedesigner-sprites-v2.png"), url("http://www.houzz.com/res/2469/pic/sitedesigner-sprites-v2.png");
  background-position: -540px 0;
  background-repeat: no-repeat, no-repeat;
}
#hoverpencil:before {
  background-image: url("http://www.houzz.com/res/2469/pic/sitedesigner-sprites-v2.png"), url("http://www.houzz.com/res/2469/pic/sitedesigner-sprites-v2.png");
  background-position: -335px -278px;
  background-repeat: no-repeat, no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  content: '';
}
#editimagebutton {
  background: url("http://www.houzz.com/res/2469/pic/sitedesigner-sprites-v2.png") ;
  background-position: -235px -283px;
  background-repeat: no-repeat;
}
#editimagebutton.selected {
  background: url("http://www.houzz.com/res/2469/pic/sitedesigner-sprites-v2.png"), url("http://www.houzz.com/res/2469/pic/sitedesigner-sprites-v2.png");
  background-position: -235px -283px, -1px -283px;
  background-repeat: no-repeat;
}
#edithtmlbutton,
#edittextbutton {
  background: url("http://www.houzz.com/res/2469/pic/sitedesigner-sprites-v2.png") ;
  background-position: -209px -283px;
  background-repeat: no-repeat;
}
#edithtmlbutton.selected,
#edittextbutton.selected {
  background: url("http://www.houzz.com/res/2469/pic/sitedesigner-sprites-v2.png"), url("http://www.houzz.com/res/2469/pic/sitedesigner-sprites-v2.png");
  background-position: -209px -283px, -1px -283px;
  background-repeat: no-repeat;
}
#cancelbutton {
  background: url("http://www.houzz.com/res/2469/pic/sitedesigner-sprites-v2.png") ;
  background-position: -288px -284px;
  background-repeat: no-repeat;
}
#savebutton {
  background: url("http://www.houzz.com/res/2469/pic/sitedesigner-sprites-v2.png") ;
  background-position: -315px -286px;
  background-repeat: no-repeat;
}
.activeHoverComponent {
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.25);
}
.activeComponent {
  border: 1px solid #fff;
  box-shadow: inset 0 1px 2px 1px rgba(0, 0, 0, 0.1), 0 0 4px 3px rgba(138, 197, 65, 0.6);
}
.editBlock {
  display: block;
}
.carousel,
.carousel-inner,
.carousel-img-wrapper {
  -webkit-transition: height;
  -moz-transition: height;
  -o-transition: height;
  transition: height;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
a.carousel-control,
a.carousel-control:hover {
  color: #000000;
}
.awards-body.edit-mode,
.organizations-body.edit-mode,
.awards-body .edit-mode,
.organizations-body .edit-mode {
  min-height: 30px;
  min-width: 30px;
}
.contact-form-container {
  margin: 0 auto;
  width: 500px;
  padding-bottom: 30px;
}
.contact-form-container input,
.contact-form-container textarea {
  width: 98%;
  padding: 1%;
  font-size: 12px;
  font-weight: 200;
}
.contact-form-container form ul.parsley-error-list {
  font-size: 11px;
  margin: 2px;
  list-style-type: none;
}
.contact-form-container form ul.parsley-error-list li {
  line-height: 11px;
}
.contact-form-container form input.parsley-success,
.contact-form-container form textarea.parsley-success {
  color: #468847 !important;
  background-color: #DFF0D8 !important;
  border: 1px solid #D6E9C6 !important;
}
.contact-form-container form input.parsley-error,
.contact-form-container form textarea.parsley-error {
  color: #B94A48 !important;
  background-color: #F2DEDE !important;
  border: 1px solid #EED3D7 !important;
}
.contact-form-container .contact-form-header .title {
  font-size: 21px;
}
.contact-form-container .contact-form-header .description {
  padding: 20px 0;
}
.contact-form-container .contact-form-success,
.contact-form-container .contact-form-error {
  display: none;
}
.contact-form-container .contact-form-success {
  text-align: center;
  color: #7ac142;
}
.contact-form-container .contact-form-error {
  text-align: center;
  color: #c14542;
}
.contact-form-container #formDisabledMessage {
  color: red;
}
#hzContactDlgSendBtn {
  width: 110px;
  height: 33px;
  background: #606060;
  color: #fff;
  text-transform: uppercase;
  border: none;
  float: right;
  margin-top: 15px;
  border-radius: 3px;
  position: relative;
  right: -2px;
  padding: 0;
}
.slideshow-image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  position: relative;
}
#projectdetail-carousel .slideshow-image,
#project-carousel .slideshow-image,
.projectdetail-projects .slideshow-image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  position: relative;
  background-size: contain;
}
#projects-list .slideshow-image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  position: relative;
  background-size: cover;
}
img.slideshow-image-preload {
  display: none;
}
/*************/
@media (max-width: 767px) {
  .contact-form-container {
    margin: 0 12%;
    width: auto;
    padding-bottom: 40px;
  }
  .contact-form-container #contact-form {
    margin-bottom: 0;
  }
  .contact-form-container #hzContactDlgSendBtn {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .footer .footer-content {
    overflow: visible;
  }
  .footer .footer-content .footer-top-content {
    width: 100%;
    padding-top: 0;
  }
  .footer .footer-content .footer-top-content .powered-by-houzz {
    margin-left: 0;
    left: 0;
    display: block;
    font-size: 14px;
  }
  .footer .footer-content .footer-top-content .powered-by-houzz img {
    width: auto;
    height: 30px;
    top: -5px;
  }
  .footer .footer-content .footer-top-content .social-media,
  .footer .footer-content .footer-top-content #footerbadges {
    position: relative;
    top: 0;
    min-width: 0;
    min-height: 0;
  }
  .footer .footer-content .footer-top-content .social-media img,
  .footer .footer-content .footer-top-content #footerbadges img {
    padding-bottom: 5px;
  }
  .footer .footer-content .footer-top-content .browse-houzz {
    right: 0;
    width: 100%;
    position: relative;
    top: 0px;
    text-align: center;
    margin: 0;
  }
  .footer .footer-content .footer-top-content .policy-links {
    position: relative;
    text-align: center;
    margin: 0;
    width: 100%;
  }
  .footer .footer-content .footer-bottom-content {
    width: 100%;
    float: none;
    text-align: center;
  }
  .footer .footer-content .footer-bottom-content .browse-houzz {
    right: 0;
    position: relative;
    top: 0px;
    margin: 0 4%;
  }
  .footer .footer-content .footer-bottom-content .policy-links {
    position: relative;
    text-align: center;
    margin: 0;
    width: 100%;
  }
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
html,
body {
  height: 100%;
  background-color: #e5e5e5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Arbutus Slab;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}
.xxlarge-text {
  font-size: 19px;
}
.xlarge-text {
  font-size: 18px;
}
.large-text {
  font-size: 13px;
}
.medium-text {
  font-size: 14px;
}
.normal-text {
  font-size: 13px;
}
.small-text {
  font-size: 12px;
}
.xxtiny-text {
  font-size: 11px;
}
.bold-text {
  font-weight: 700;
}
li {
  list-style-type: circle;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("http://www.integro-rehab.com/_static/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px;
}
.icon-envelope {
  background-position: -72px 0;
}
.icon-user {
  background-position: -168px 0;
}
.icon-map-marker {
  background-position: -24px -72px;
}
.header {
  position: relative;
}
.header .navbar {
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: 13px;
  font-weight: 700;
  font-family: Arbutus Slab;
  padding: 40px 0;
  vertical-align: top;
}
.text-logo-container-wrapper,
.logo-container-wrapper {
  padding: 40px 0px;
  margin-left: 8%;
  text-align: left;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}
.logo-container-wrapper {
  width: 25%;
}
.text-logo-container-wrapper {
  width: 30%;
}
.navbar {
  width: 60%;
}
.footer {
  padding: 15px 0 25px;
  border-top: 1px solid #ccc;
  position: relative;
  margin: 0 8%;
}
.footer .footer-content .footer-right-content {
  padding-top: 0px;
}
.footer .canonicalContainer {
  right: 0;
}
.footer .powered-by-houzz {
  top: -2px !important;
  left: 1%;
}
.footer #footerbadges img {
  height: 36px;
}
.footer .browse-houzz {
  top: 0 !important;
  padding-top: 7px;
}
#profile-photo img {
  width: 100%;
}
.review-stats {
  line-height: 18px;
}
.rating {
  float: left;
  background: url("http://www.integro-rehab.com/_static/stars.png") no-repeat;
  width: 82px;
  height: 18px;
}
.social-media {
  margin-left: 0;
  list-style: none;
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: relative;
  left: 0;
}
.social-media li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin: 0 4px 0 0;
}
.social-media li img {
  height: 30px;
}
.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}
.moreNavBtn {
  position: relative;
  cursor: pointer;
}
.moreNavBtn .arrow-up {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000000;
  position: relative;
  margin-left: 6px;
  top: -1px;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.moreNavBtn .moreNav {
  width: 200px;
  text-align: right;
  position: absolute;
  right: 10px;
  visibility: hidden;
  background: #fff;
  border: 1px solid #ccc;
  z-index: 11;
}
.moreNavBtn .moreNav a {
  padding: 10px 5px 10px 30px;
  border-bottom: 1px solid #ccc;
  display: block;
  color: #000000;
  text-decoration: none;
}
.moreNavBtn .moreNav a:hover,
.moreNavBtn .moreNav a.active {
  background: #e6e6e6;
}
.moreNavBtn .more:hover {
  color: #000000 !important;
}
.nav > li > a {
  display: block;
}
.preview .nav > li > a {
  text-transform: uppercase;
}
.nav > li > a > img {
  max-width: none;
}
.navbar {
  overflow: visible;
  *position: relative;
  *z-index: 2;
}
.navbar-inner {
  min-height: 38px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: right;
  *zoom: 1;
}
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-inner:after {
  clear: both;
}
.navbar .container {
  width: auto;
}
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}
.navbar .btn {
  margin-top: 4px;
}
.navbar .nav {
  margin: 0 0;
}
.navbar .nav > li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin: 0 -4px 0 0;
  padding: 0 10px;
  height: 38px;
}
.navbar .nav > li span {
  line-height: 38px;
}
.navbar .nav > li > a {
  float: none;
  padding: 9px 10px 9px;
  color: #000000;
  text-decoration: none;
}
.preview.navbar .nav > li > a {
  text-transform: uppercase;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #666666;
  text-decoration: none;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:focus {
  color: #666666;
  text-decoration: none;
}
.navbar .btn-navbar {
  display: none;
  position: absolute;
  top: 35px;
  right: 25px;
  margin: 0;
  cursor: pointer;
  text-decoration: none;
  color: #e5e5e5;
  width: 42px;
  height: 42px;
  background: transparent url("http://www.integro-rehab.com/_static/menu.png") no-repeat scroll left top;
  background: none\9;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.integro-rehab.com/_static/menu.png', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.integro-rehab.com/_static/menu.png',sizingMethod='scale')";
  background-size: 42px 42px;
  text-align: center;
}
.navbar .btn-navbar span {
  display: none;
}
.carousel {
  position: relative;
  line-height: 1;
  height: 417px;
}
.carousel-inner {
  overflow: hidden;
  width: 100%;
  height: 417px;
  position: relative;
}
.carousel-indicators-wrapper {
  width: 100%;
  height: 22px;
  padding-top: 10px;
  background: #e5e5e5;
  position: relative;
  bottom: 32px;
  margin-left: 0%;
  opacity: 0.5;
}
.carousel-indicators {
  padding-left: 0;
  text-align: center;
  list-style: none;
  margin: 0 auto;
}
.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #333;
  border-radius: 5px;
  cursor: pointer;
}
.carousel-indicators .active {
  background-color: #afafaf;
}
.carousel .carousel-img-wrapper {
  background: #fff;
  position: relative;
  top: 0px;
  overflow: hidden;
  height: 417px;
}
.carousel img {
  width: 100%;
  max-height: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-controls {
  text-align: right;
  padding-top: 30px;
}
.carousel-control {
  color: #666666;
  position: absolute;
  bottom: 50%;
}
.carousel-control:hover,
.carousel-control:focus {
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev {
  background: url("http://www.integro-rehab.com/_static/slide-arrow-left.png") no-repeat scroll left top;
  width: 35px;
  height: 35px;
}
.carousel-control .icon-next {
  background: url("http://www.integro-rehab.com/_static/slide-arrow-right.png") no-repeat scroll left top;
  width: 35px;
  height: 35px;
}
.carousel-control.left {
  left: 2%;
}
.carousel-control.right {
  right: 2%;
}
/*
 * Home Page
 */
#homepage-carousel {
  padding-bottom: 30px;
}
#homepage-title,
#homepage-projects-title,
#projectpage-title,
#aboutpage-title,
#contactpage-title,
#textpage-title {
  text-align: center;
  color: #000000;
  font-family: Arbutus Slab;
  font-weight: 700;
  width: 84%;
  line-height: 1.1;
  background: url("http://www.integro-rehab.com/_static/mid-border.jpg") repeat-x scroll 0 50% transparent;
  margin: 20px 8% 30px;
}
#homepage-title span,
#homepage-projects-title span,
#projectpage-title span,
#aboutpage-title span,
#contactpage-title span,
#textpage-title span {
  background: #ffffff;
  padding: 0 10px;
}
#homepage-subtitle,
#aboutpage-subtitle,
#contactpage-subtitle {
  margin: 0px 8%;
  line-height: 26px;
  color: #000000;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-align: center;
  overflow: hidden;
}
#homepage-subtitle {
  padding: 5px 4% 20px;
}
#homepage-subtitle span {
  display: block;
}
#aboutpage-subtitle {
  border-top: 1px solid #ccc;
  padding: 30px 4%;
}
#homepage-projects {
  margin-left: auto;
  margin-right: auto;
  margin-top: 45px;
  margin-bottom: 30px;
  width: 788px;
  overflow: hidden;
}
#homepage-projects div {
  position: relative;
  float: left;
  vertical-align: top;
  font-family: Arbutus Slab;
  font-weight: 600;
}
#homepage-projects div.landscape:hover .title,
#homepage-projects div.portrait:hover .title {
  display: block;
  position: absolute;
  background: #000;
  opacity: 0.85;
}
#homepage-projects div.landscape:hover .title a,
#homepage-projects div.portrait:hover .title a {
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: block;
}
#homepage-projects div.landscape:hover .title {
  width: 350px;
  height: 200px;
}
#homepage-projects div.landscape:hover .title a {
  line-height: 200px;
}
#homepage-projects div.portrait:hover .title {
  width: 200px;
  height: 420px;
}
#homepage-projects div.portrait:hover .title a {
  line-height: 420px;
}
#homepage-projects .landscape-wrapper {
  width: 350px;
  height: 420px;
}
#homepage-projects .landscape {
  width: 350px;
  height: 200px;
  overflow: hidden;
}
#homepage-projects .landscape.bottom {
  margin-top: 20px;
}
#homepage-projects .landscape img {
  width: 100%;
  height: auto;
}
#homepage-projects .portrait {
  width: 200px;
  height: 420px;
  overflow: hidden;
  margin-bottom: 15px;
}
#homepage-projects .portrait img {
  width: auto;
  height: 100%;
}
#homepage-projects .portrait.left {
  margin-right: 15px;
}
#homepage-projects .portrait.right {
  margin-left: 15px;
}
#homepage-projects img {
  width: 100%;
  height: 100%;
  max-width: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#homepage-projects .title {
  display: none;
}
/* 
* Project Page
*/
#projects-list {
  margin: 45px 8%;
}
#projects-list .project {
  padding-bottom: 30px;
  margin-bottom: 35px;
  border-bottom: 1px solid #ccc;
}
#projects-list .project:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
#projects-list .photo {
  width: 60%;
  height: 315px;
  overflow: hidden;
  margin-right: 30px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: relative;
  background: #c0c0c0;
}
#projects-list .photo img {
  position: absolute;
  width: 100%;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#projects-list .photo-info {
  width: 34%;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
}
#projects-list .photo-info a,
#projects-list .photo-info span {
  display: block;
}
#projects-list .photo-info .project-title {
  color: #000000;
  text-decoration: none;
}
#projects-list .photo-info .project-subtitle {
  font-family: Arbutus Slab;
  font-weight: 700;
  margin-top: 5px;
  color: #666666;
}
#projects-list .photo-info .project-description {
  color: #000000;
  margin-top: 20px;
}
.projectdetail-info {
  overflow: hidden;
  margin: 0px 8% 20px;
  padding: 25px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #000000;
  text-align: center;
}
.projectdetail-info .project-title {
  padding-bottom: 10px;
}
.projectdetail-info .project-title h3 span {
  color: #666666;
}
.projectdetail-info .project-description {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-left: 8%;
  margin-right: 8%;
}
.projectdetail-projects {
  margin: 0 8% 40px;
}
.projectdetail-projects .project {
  overflow: hidden;
  padding-top: 30px;
}
.projectdetail-projects .project .project-img {
  width: 80%;
  float: left;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
}
.projectdetail-projects .project .project-img .img-wrapper {
  position: relative;
  height: 450px;
  background: #c0c0c0;
  overflow: hidden;
}
.projectdetail-projects .project .project-img .img-wrapper img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  right: 0px;
  margin: auto;
}
.projectdetail-projects .project .project-img.last {
  border: none;
}
.projectdetail-projects .project .project-info {
  width: 17%;
  float: right;
  color: #000000;
}
.projectdetail-projects .project .project-info .title {
  display: block;
  padding-bottom: 10px;
}
.projectdetail-projects .project .project-info .title a {
  color: #000000;
  text-decoration: none;
}
.projectdetail-projects .project .project-info .description {
  display: block;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
/*
 * About Page
 */
#aboutpage-owner {
  overflow: hidden;
  border-top: 1px solid #ccc;
  padding: 60px 0;
  margin: 0 8%;
}
#aboutpage-owner #profile-photo {
  width: 30%;
  float: left;
  text-align: right;
  margin-left: 8%;
}
#aboutpage-owner #profile-photo img {
  border: 1px solid #ccc;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#aboutpage-owner #profile-info {
  width: 57%;
  float: right;
  text-align: left;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #000000;
}
#aboutpage-owner #profile-info .byline {
  padding: 5px 0 10px 0;
}
#aboutpage-owner #profile-info .byline h4 {
  color: #666666;
}
#aboutpage-owner #profile-info .description {
  font-weight: 400;
  width: 90%;
}
#aboutpage-owner #profile-info .description span {
  display: block;
}
#aboutpage-description {
  margin: 0 50px;
  padding: 20px 30px;
  border-bottom: 1px solid #ccc;
}
#aboutpage-description .description-header {
  margin-bottom: 20px;
  color: #000000;
}
#aboutpage-description .description-body {
  color: #000000;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
}
#aboutpage-rate {
  overflow: hidden;
  margin: 0 8%;
  padding: 30px 6%;
  border-top: 1px solid #ccc;
}
#aboutpage-rate .testimony .testimony-header {
  margin-bottom: 5px;
  color: #000000;
}
#aboutpage-rate .testimony .testimony-body {
  color: #000000;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
}
#aboutpage-rate .testimony strong {
  font-weight: 500;
  color: #000000;
}
#aboutpage-awards {
  overflow: hidden;
  margin: 0 8%;
  padding: 30px 6%;
  border-top: 1px solid #ccc;
}
#aboutpage-awards .awards-header {
  margin-bottom: 20px;
  color: #666666;
}
#aboutpage-awards .awards-body {
  color: #000000;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
}
#aboutpage-awards .awards-body div {
  padding-bottom: 10px;
}
#aboutpage-awards .awards-body div span {
  display: inline-block;
  *display: inline;
  zoom: 1;
  list-style-type: none;
  padding: 5px 0;
}
#aboutpage-awards .awards-body li {
  line-height: 1.5;
}
#aboutpage-awards .awards-body img {
  margin-right: 5px;
  margin-bottom: 5px;
}
#aboutpage-organizations {
  overflow: hidden;
  margin: 0 8%;
  padding: 30px 6% 100px;
  border-top: 1px solid #ccc;
}
#aboutpage-organizations .organizations-header {
  margin-bottom: 20px;
  color: #666666;
}
#aboutpage-organizations .organizations-body {
  color: #000000;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
}
#aboutpage-organizations .organizations-body div span {
  display: inline-block;
  *display: inline;
  zoom: 1;
  list-style-type: none;
  padding: 5px 0;
}
#aboutpage-organizations .organizations-body li {
  line-height: 1.5;
}
#aboutpage-organizations .organizations-body img {
  width: 52px;
  height: 52px;
  border: 1px solid #ccc;
  margin-right: 5px;
  margin-bottom: 5px;
}
.reviews .classification {
  width: 78px;
}
.reviews .classification .cover {
  width: 78px;
}
/*
 * Contact Page
 */
#contactpage-mobile-title {
  display: none;
}
#contactpage-space {
  margin: 0 8%;
  padding: 60px 4% 40px;
  border-top: 1px solid #ccc;
}
#contactpage-space .space {
  overflow: hidden;
  position: relative;
  height: 400px;
}
#contactpage-space .space img {
  width: 100%;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#contactpage-info {
  border-top: 1px solid #ccc;
  margin: 0 0 0 12%;
  padding: 30px 5% 30px 0;
  overflow: hidden;
  color: #000000;
  width: 28%;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}
#contactpage-info .blurb {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
}
#contactpage-info .blurb .title {
  color: #000000;
}
#contactpage-info .blurb .subtitle {
  padding-top: 10px;
}
#contactpage-info .blurb .subtitle span {
  display: block;
}
#contactpage-info .actions {
  margin-top: 20px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #000000;
}
#contactpage-info .actions ul {
  margin: 0;
  padding: 0;
}
#contactpage-info .actions ul li {
  list-style-type: none;
  line-height: 75px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#contactpage-info .actions ul li .text {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  line-height: 1.5;
}
#contactpage-info .actions ul li .text.editBlock {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
#contactpage-info .actions ul li .img {
  width: 20px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
  margin-right: 30px;
}
#contactpage-info .actions ul li .email {
  width: 26px;
  margin-right: 25px;
}
.contact-form-container {
  border-top: 1px solid #ccc;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 38%;
  margin: 0 12% 0 -4px;
  padding: 30px 0 80px 5%;
}
.contact-form-container .contact-form-header .title {
  font-size: 18px;
  text-transform: uppercase;
}
.contact-form-container .contact-form-header .description {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 12px;
  padding: 11px 0 20px;
}
.contact-form-container label {
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 10px;
}
.contact-form-container #contact-form {
  margin-top: 20px;
}
.contact-form-container #hzContactDlgSendBtn {
  font-family: Arbutus Slab;
  font-weight: 700;
  background: #ccc;
  color: #606060;
}
/*
* Text Page
*/
#textpage-body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #000000;
  margin: 20px 8%;
}
/*
 * Responsive
 */
@media (min-width: 768px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
    top: 0px !important;
  }
  .main.content {
    margin-top: 0px !important;
  }
}
@media (min-width: 1200px) {
  .carousel,
  .carousel .carousel-inner,
  .carousel .carousel-img-wrapper {
    height: 459px;
  }
  .projectdetail-projects .project .project-img .img-wrapper {
    height: 565px;
  }
  #projects-list .project-item {
    width: 363.33333333px;
  }
  #projects-list .project-item a.project-thumb {
    height: 207.61904762px;
  }
  #homepage-projects {
    width: 968px;
  }
  #homepage-projects .landscape-wrapper {
    width: 400px;
    height: 476px;
  }
  #homepage-projects .landscape {
    width: 400px;
    height: 228px;
  }
  #homepage-projects .portrait {
    width: 265px;
    height: 476px;
  }
  #homepage-projects div.landscape:hover .title {
    width: 400px;
    height: 228px;
  }
  #homepage-projects div.landscape:hover .title a {
    line-height: 228px;
  }
  #homepage-projects div.portrait:hover .title {
    width: 265px;
    height: 476px;
  }
  #homepage-projects div.portrait:hover .title a {
    line-height: 476px;
  }
}
@media (max-width: 979px) {
  .carousel,
  .carousel .carousel-inner,
  .carousel .carousel-img-wrapper {
    height: 330px;
  }
  .projectdetail-projects .project .project-img .img-wrapper {
    height: 342px;
  }
  #projects-list .project-item {
    width: 214.66666667px;
  }
  #projects-list .project-item a.project-thumb {
    height: 122.66666667px;
  }
  #homepage-projects {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  #homepage-projects .landscape-wrapper {
    width: 500px;
    height: auto;
  }
  #homepage-projects .portrait,
  #homepage-projects .portrait:hover,
  #homepage-projects .landscape,
  #homepage-projects .landscape:hover {
    position: relative;
    display: block;
    width: 500px;
    height: 480px;
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 20px !important;
    background: #fafafa;
  }
  #homepage-projects .portrait img,
  #homepage-projects .portrait:hover img,
  #homepage-projects .landscape img,
  #homepage-projects .landscape:hover img {
    width: auto;
    height: 100%;
  }
  #homepage-projects .portrait .title,
  #homepage-projects .portrait:hover .title,
  #homepage-projects .landscape .title,
  #homepage-projects .landscape:hover .title {
    display: block;
    z-index: 9;
    position: absolute;
    bottom: 0px;
    width: 96% !important;
    height: 60px !important;
    line-height: 60px !important;
    background: #000;
    opacity: 0.85;
    padding: 0 2%;
  }
  #homepage-projects .portrait .title a,
  #homepage-projects .portrait:hover .title a,
  #homepage-projects .landscape .title a,
  #homepage-projects .landscape:hover .title a {
    color: #fff;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    text-decoration: none;
    line-height: 60px !important;
    text-align: left !important;
  }
  #homepage-projects .empty {
    display: none;
  }
  #projects-list .photo {
    height: 240px;
  }
  #contactpage-space {
    padding: 20px 4% 10px;
  }
}
@media (max-width: 767px) {
  .carousel,
  .carousel .carousel-inner,
  .carousel .carousel-img-wrapper {
    height: 330px;
  }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    display: none;
  }
  .projectdetail-info {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }
  #homepage-subtitle {
    padding: 5px 4% 10px;
  }
  #homepage-projects {
    margin-top: 35px;
  }
  .projectdetail-projects {
    margin-left: 0;
    margin-right: 0;
  }
  .projectdetail-projects .project {
    margin-left: 4%;
    margin-right: 4%;
  }
  .projectdetail-projects .project .project-img {
    width: 100%;
    border-bottom: none;
  }
  .projectdetail-projects .project .project-img .img-wrapper {
    height: 342px;
  }
  .projectdetail-projects .project .project-info {
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
  }
  .projectdetail-projects .project .project-info.last {
    border: none;
  }
  .footer {
    padding-top: 50px;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
  .footer .canonicalContainer {
    right: 8%;
  }
  .footer .social-media {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-bottom: 45px;
  }
  .footer .social-media li {
    margin: 0 4px;
  }
  .footer .social-media li img {
    height: 40px;
  }
  .footer #footerbadges {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .footer #footerbadges img {
    height: 45px;
  }
  .footer .browse-houzz {
    padding-top: 0;
  }
  #projectpage-title {
    width: 100%;
    line-height: 1;
    margin: 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 30px 0;
    background: none;
  }
  #projects-list .project {
    margin-bottom: 8%;
    padding-bottom: 25px;
  }
  #aboutpage-owner #profile-photo {
    width: auto;
    text-align: center;
    margin: 10px 8% 40px;
    padding-top: 20px;
    width: 84%;
  }
  #aboutpage-owner #profile-info {
    width: 100%;
  }
  #aboutpage-owner #profile-info .name {
    text-align: center;
  }
  #aboutpage-owner #profile-info .byline {
    text-align: center;
    border-bottom: 1px solid #ccc;
  }
  #aboutpage-owner #profile-info .description {
    padding-top: 30px;
  }
  #aboutpage-subtitle,
  #aboutpage-rate {
    margin: 0;
    padding: 30px 8%;
  }
  #aboutpage-awards,
  #aboutpage-organizations {
    padding: 30px 0;
  }
  .review {
    line-height: 1.5;
  }
  #contactpage-space {
    padding: 40px 0px;
  }
  #contactpage-space .space {
    height: 350px;
  }
  #contactpage-space .space img {
    height: 100%;
    width: auto;
    max-width: none;
    max-height: 100%;
  }
  #contactpage-info {
    margin: 0 8%;
    width: 84%;
    padding-right: 0;
  }
  #contactpage-info .blurb {
    width: 100%;
  }
  #contactpage-info .actions {
    padding-top: 20px;
    width: 100%;
    text-transform: none;
  }
  .contact-form-container {
    margin: 0 8%;
    width: auto;
    padding-left: 0;
    display: block;
  }
  .contact-form-container .contact-form-header {
    width: 100%;
  }
  .contact-form-container .contact-form-header .title {
    font-size: 24px;
  }
  .contact-form-container .contact-form-header .description {
    font-size: 20px;
  }
  .contact-form-container label {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .xxlarge-text {
    font-size: 29px;
  }
  .xlarge-text {
    font-size: 24px;
  }
  .large-text {
    font-size: 17px;
  }
  .medium-text {
    font-size: 20px;
  }
  .normal-text {
    font-size: 22px;
  }
  .small-text {
    font-size: 20px;
    line-height: 1.5;
  }
  .xxtiny-text {
    font-size: 12px;
  }
  body {
    padding: 0 !important;
  }
  .header {
    padding-bottom: 0px;
    min-height: 132px;
  }
  .header .logo-container-wrapper {
    width: 50%;
  }
  .header .text-logo-container-wrapper {
    width: 64%;
  }
  .header .navbar {
    width: 28%;
  }
  .header.in {
    overflow: visible;
    position: relative;
  }
  .header.in .logo-container img {
    background: rgba(255, 255, 255, 0);
    background-color: #fff\9;
  }
  .header {
    width: 100%;
    z-index: 11;
  }
  .header .navbar {
    margin-bottom: 0;
    font-size: 21px;
    position: absolute;
    width: 100%;
    left: 0;
    padding: 0;
    height: 0;
  }
  .header .navbar .nav-collapse {
    position: absolute;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    background: #fff\9;
  }
  .header .navbar .nav-collapse .nav {
    border-bottom: 1px solid #ccc;
    margin: 0;
  }
  .header .navbar .nav-collapse .nav li {
    border-top: 1px solid #ccc;
    padding: 20px 0;
    text-align: center;
  }
  .header .navbar-inner {
    border-top: none;
    padding: 0;
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse,
  .nav-collapse.collapse {
    position: absolute;
    overflow: hidden;
    height: 0;
  }
  .navbar .btn-navbar {
    display: block;
    text-indent: -9999px;
  }
  .navbar .nav > li {
    display: block;
    margin: 0;
  }
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  .carousel {
    margin: 0;
    padding: 0;
  }
  .carousel-controls {
    padding: 0;
    height: 64px;
    position: relative;
  }
  .carousel-control {
    position: absolute;
    padding: 10px 15px;
  }
  .carousel-control-divider {
    display: none;
  }
  .review-info-detail {
    display: block;
  }
  .projectdetail-info {
    border-bottom: none;
  }
  .projectdetail-info .project-title {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
  }
  .projectdetail-info .project-title h3 {
    padding: 0 4%;
  }
  .projectdetail-info .project-title h3 span {
    display: block;
    padding: 0 0 10px;
  }
  .projectdetail-info .project-description {
    line-height: 1.5;
    text-align: left;
  }
  .projectdetail-projects .project {
    margin-left: 8%;
    margin-right: 8%;
    padding-top: 0;
    margin-bottom: 8%;
  }
  #projects-list {
    margin: 8%;
  }
  #projects-list .project-item {
    width: auto;
    max-width: 500px;
    float: none;
    margin: 40px auto;
  }
  #projects-list .project-item a.project-thumb {
    height: 285.71428571px;
  }
  #projects-list .photo {
    width: 100%;
    height: 400px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #projects-list .photo-info {
    width: 100%;
    display: block;
  }
  #projects-list .photo-info .project-description {
    display: none;
  }
  #aboutpage-owner {
    padding: 0;
    margin: 0;
  }
  #aboutpage-owner #profile-info .name {
    padding-top: 30px;
    margin: 0 2%;
  }
  #aboutpage-owner #profile-info .byline {
    padding-bottom: 20px;
  }
  #aboutpage-owner #profile-info .description {
    width: auto;
    margin-left: 8%;
    margin-right: 8%;
    line-height: 1.5;
  }
  #contactpage-mobile-title {
    display: block;
    text-align: center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
  }
  #contactpage-space {
    border-top: none;
  }
  #contactpage-info {
    padding: 20px 0px;
  }
  #contactpage-info ul li {
    width: 100%;
  }
  .social-media {
    position: relative;
    left: 0;
    top: 0;
  }
}
@media (max-width: 480px) {
  .footer {
    margin-left: 0px;
    margin-right: 0px;
  }
  .carousel,
  .carousel .carousel-inner,
  .carousel .carousel-img-wrapper {
    height: 238px;
  }
  .projectdetail-projects .project .project-img .img-wrapper {
    height: 160px;
  }
  #projects-list .project-item {
    max-width: 320px;
  }
  #projects-list .project-item a.project-thumb {
    height: 182.85714286px;
  }
  #projects-list .photo {
    height: 336px;
  }
  #homepage-title,
  #homepage-projects-title,
  #projectpage-title,
  #aboutpage-title,
  #contactpage-title,
  #textpage-title {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #homepage-title span,
  #homepage-projects-title span,
  #projectpage-title span,
  #aboutpage-title span,
  #contactpage-title span,
  #textpage-title span {
    padding: 0 5px;
  }
  #homepage-projects {
    width: 375px;
    margin-bottom: 20px;
  }
  #homepage-projects .landscape-wrapper {
    width: 375px;
  }
  #homepage-projects .portrait,
  #homepage-projects .portrait:hover,
  #homepage-projects .landscape,
  #homepage-projects .landscape:hover {
    width: 375px;
    height: 380px;
  }
  #contactpage-subtitle {
    padding-left: 0;
    padding-right: 0;
  }
  #aboutpage-subtitle {
    margin-left: 0%;
    margin-right: 0%;
  }
  #aboutpage-owner {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
  #aboutpage-description {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
  #aboutpage-rate {
    margin: 0;
  }
  #aboutpage-rate .testimony {
    width: 100%;
    margin-bottom: 20px;
  }
  #aboutpage-rate .awards {
    width: 100%;
  }
  #aboutpage-awards,
  #aboutpage-organizations {
    padding-left: 0px;
    padding-right: 0px;
  }
  #aboutpage-awards .awards-body img,
  #aboutpage-organizations .awards-body img {
    margin-bottom: 15px;
  }
  .reviews .classification .progress span {
    top: -8px;
  }
  #contactpage-space {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 8%;
    padding-right: 8%;
  }
}
@media (max-width: 320px) {
  #homepage-projects {
    width: 280px;
  }
  #homepage-projects .landscape-wrapper {
    width: 280px;
  }
  #homepage-projects .portrait,
  #homepage-projects .portrait:hover,
  #homepage-projects .landscape,
  #homepage-projects .landscape:hover {
    width: 280px;
    height: 280px;
  }
  #projects-list .photo {
    height: 256px;
  }
  .projectdetail-projects .project .project-img .img-wrapper {
    height: 150px;
  }
  #contactpage-info .actions ul li .text {
    font-size: 16px;
  }
  #contactpage-space .space {
    height: 280px;
  }
}
@-ms-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-left: -30px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px;
  }
  .span12 {
    width: 1170px;
  }
  .span11 {
    width: 1070px;
  }
  .span10 {
    width: 970px;
  }
  .span9 {
    width: 870px;
  }
  .span8 {
    width: 770px;
  }
  .span7 {
    width: 670px;
  }
  .span6 {
    width: 570px;
  }
  .span5 {
    width: 470px;
  }
  .span4 {
    width: 370px;
  }
  .span3 {
    width: 270px;
  }
  .span2 {
    width: 170px;
  }
  .span1 {
    width: 70px;
  }
  .offset12 {
    margin-left: 1230px;
  }
  .offset11 {
    margin-left: 1130px;
  }
  .offset10 {
    margin-left: 1030px;
  }
  .offset9 {
    margin-left: 930px;
  }
  .offset8 {
    margin-left: 830px;
  }
  .offset7 {
    margin-left: 730px;
  }
  .offset6 {
    margin-left: 630px;
  }
  .offset5 {
    margin-left: 530px;
  }
  .offset4 {
    margin-left: 430px;
  }
  .offset3 {
    margin-left: 330px;
  }
  .offset2 {
    margin-left: 230px;
  }
  .offset1 {
    margin-left: 130px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.56410256%;
    *margin-left: 2.51091107%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.56410256%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851%;
  }
  .row-fluid .span11 {
    width: 91.45299145%;
    *width: 91.39979996%;
  }
  .row-fluid .span10 {
    width: 82.90598291%;
    *width: 82.85279142%;
  }
  .row-fluid .span9 {
    width: 74.35897436%;
    *width: 74.30578287%;
  }
  .row-fluid .span8 {
    width: 65.81196581%;
    *width: 65.75877432%;
  }
  .row-fluid .span7 {
    width: 57.26495726%;
    *width: 57.21176578%;
  }
  .row-fluid .span6 {
    width: 48.71794872%;
    *width: 48.66475723%;
  }
  .row-fluid .span5 {
    width: 40.17094017%;
    *width: 40.11774868%;
  }
  .row-fluid .span4 {
    width: 31.62393162%;
    *width: 31.57074013%;
  }
  .row-fluid .span3 {
    width: 23.07692308%;
    *width: 23.02373159%;
  }
  .row-fluid .span2 {
    width: 14.52991453%;
    *width: 14.47672304%;
  }
  .row-fluid .span1 {
    width: 5.98290598%;
    *width: 5.92971449%;
  }
  .row-fluid .offset12 {
    margin-left: 105.12820513%;
    *margin-left: 105.02182215%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.56410256%;
    *margin-left: 102.45771959%;
  }
  .row-fluid .offset11 {
    margin-left: 96.58119658%;
    *margin-left: 96.4748136%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.01709402%;
    *margin-left: 93.91071104%;
  }
  .row-fluid .offset10 {
    margin-left: 88.03418803%;
    *margin-left: 87.92780506%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.47008547%;
    *margin-left: 85.36370249%;
  }
  .row-fluid .offset9 {
    margin-left: 79.48717949%;
    *margin-left: 79.38079651%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.92307692%;
    *margin-left: 76.81669394%;
  }
  .row-fluid .offset8 {
    margin-left: 70.94017094%;
    *margin-left: 70.83378796%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.37606838%;
    *margin-left: 68.2696854%;
  }
  .row-fluid .offset7 {
    margin-left: 62.39316239%;
    *margin-left: 62.28677941%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.82905983%;
    *margin-left: 59.72267685%;
  }
  .row-fluid .offset6 {
    margin-left: 53.84615385%;
    *margin-left: 53.73977087%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.28205128%;
    *margin-left: 51.1756683%;
  }
  .row-fluid .offset5 {
    margin-left: 45.2991453%;
    *margin-left: 45.19276232%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.73504274%;
    *margin-left: 42.62865976%;
  }
  .row-fluid .offset4 {
    margin-left: 36.75213675%;
    *margin-left: 36.64575377%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.18803419%;
    *margin-left: 34.08165121%;
  }
  .row-fluid .offset3 {
    margin-left: 28.20512821%;
    *margin-left: 28.09874523%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.64102564%;
    *margin-left: 25.53464266%;
  }
  .row-fluid .offset2 {
    margin-left: 19.65811966%;
    *margin-left: 19.55173668%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.09401709%;
    *margin-left: 16.98763412%;
  }
  .row-fluid .offset1 {
    margin-left: 11.11111111%;
    *margin-left: 11.00472813%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.54700855%;
    *margin-left: 8.44062557%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 1156px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 1056px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 956px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 856px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 756px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 656px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 556px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 456px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 356px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 256px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 156px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 56px;
  }
  .thumbnails {
    margin-left: -30px;
  }
  .thumbnails > li {
    margin-left: 30px;
  }
  .row-fluid .thumbnails {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }
  .span12 {
    width: 724px;
  }
  .span11 {
    width: 662px;
  }
  .span10 {
    width: 600px;
  }
  .span9 {
    width: 538px;
  }
  .span8 {
    width: 476px;
  }
  .span7 {
    width: 414px;
  }
  .span6 {
    width: 352px;
  }
  .span5 {
    width: 290px;
  }
  .span4 {
    width: 228px;
  }
  .span3 {
    width: 166px;
  }
  .span2 {
    width: 104px;
  }
  .span1 {
    width: 42px;
  }
  .offset12 {
    margin-left: 764px;
  }
  .offset11 {
    margin-left: 702px;
  }
  .offset10 {
    margin-left: 640px;
  }
  .offset9 {
    margin-left: 578px;
  }
  .offset8 {
    margin-left: 516px;
  }
  .offset7 {
    margin-left: 454px;
  }
  .offset6 {
    margin-left: 392px;
  }
  .offset5 {
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 268px;
  }
  .offset3 {
    margin-left: 206px;
  }
  .offset2 {
    margin-left: 144px;
  }
  .offset1 {
    margin-left: 82px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.76243094%;
    *margin-left: 2.70923945%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.76243094%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851%;
  }
  .row-fluid .span11 {
    width: 91.43646409%;
    *width: 91.3832726%;
  }
  .row-fluid .span10 {
    width: 82.87292818%;
    *width: 82.81973669%;
  }
  .row-fluid .span9 {
    width: 74.30939227%;
    *width: 74.25620078%;
  }
  .row-fluid .span8 {
    width: 65.74585635%;
    *width: 65.69266486%;
  }
  .row-fluid .span7 {
    width: 57.18232044%;
    *width: 57.12912895%;
  }
  .row-fluid .span6 {
    width: 48.61878453%;
    *width: 48.56559304%;
  }
  .row-fluid .span5 {
    width: 40.05524862%;
    *width: 40.00205713%;
  }
  .row-fluid .span4 {
    width: 31.49171271%;
    *width: 31.43852122%;
  }
  .row-fluid .span3 {
    width: 22.9281768%;
    *width: 22.87498531%;
  }
  .row-fluid .span2 {
    width: 14.36464088%;
    *width: 14.31144939%;
  }
  .row-fluid .span1 {
    width: 5.80110497%;
    *width: 5.74791348%;
  }
  .row-fluid .offset12 {
    margin-left: 105.52486188%;
    *margin-left: 105.4184789%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.76243094%;
    *margin-left: 102.65604796%;
  }
  .row-fluid .offset11 {
    margin-left: 96.96132597%;
    *margin-left: 96.85494299%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.19889503%;
    *margin-left: 94.09251205%;
  }
  .row-fluid .offset10 {
    margin-left: 88.39779006%;
    *margin-left: 88.29140708%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.63535912%;
    *margin-left: 85.52897614%;
  }
  .row-fluid .offset9 {
    margin-left: 79.83425414%;
    *margin-left: 79.72787116%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 77.0718232%;
    *margin-left: 76.96544023%;
  }
  .row-fluid .offset8 {
    margin-left: 71.27071823%;
    *margin-left: 71.16433525%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.50828729%;
    *margin-left: 68.40190431%;
  }
  .row-fluid .offset7 {
    margin-left: 62.70718232%;
    *margin-left: 62.60079934%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.94475138%;
    *margin-left: 59.8383684%;
  }
  .row-fluid .offset6 {
    margin-left: 54.14364641%;
    *margin-left: 54.03726343%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.38121547%;
    *margin-left: 51.27483249%;
  }
  .row-fluid .offset5 {
    margin-left: 45.5801105%;
    *margin-left: 45.47372752%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.81767956%;
    *margin-left: 42.71129658%;
  }
  .row-fluid .offset4 {
    margin-left: 37.01657459%;
    *margin-left: 36.91019161%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.25414365%;
    *margin-left: 34.14776067%;
  }
  .row-fluid .offset3 {
    margin-left: 28.45303867%;
    *margin-left: 28.3466557%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.69060773%;
    *margin-left: 25.58422476%;
  }
  .row-fluid .offset2 {
    margin-left: 19.88950276%;
    *margin-left: 19.78311978%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.12707182%;
    *margin-left: 17.02068884%;
  }
  .row-fluid .offset1 {
    margin-left: 11.32596685%;
    *margin-left: 11.21958387%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.56353591%;
    *margin-left: 8.45715293%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 710px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 648px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 586px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 524px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 462px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 400px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 338px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 276px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 214px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 152px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 90px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 28px;
  }
}
@media (max-width: 767px) {
  body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: -20px;
    margin-right: -20px;
  }
  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade {
    top: -100px;
  }
  .modal.fade.in {
    top: 20px;
  }
}
@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .media .pull-left,
  .media .pull-right {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }
  .modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}