/* -------------------- Bootstrap CF CSS Framework-------------------- */
/* Built on Bootstrap 2. http://twitter.github.com/bootstrap/

   To update bootstrap, download uncompiled version from github (https://github.com/twitter/bootstrap/)
   extract, and copy less folder contents into /style/less/bootstrap

   To modify Bootstrap files, first migrate them to the CF folder.

*/
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;
  }
}
.button {
  display: inline-block;
  color: #ffffff;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 600;
  border: 0;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #000000;
  line-height: 14px;
  padding: 17px 30px;
  cursor: pointer;
  text-decoration: none;
}
.button:hover {
  background-color: #4e4d4d;
  color: #ffffff;
}
.button-small {
  display: inline-block;
  color: #ffffff;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 600;
  border: 0;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #000000;
  line-height: 14px;
  padding: 17px 30px;
  cursor: pointer;
  text-decoration: none;
  font-size: 11px;
  line-height: 11px;
  padding: 5px 10px;
}
.button-small:hover {
  background-color: #4e4d4d;
  color: #ffffff;
}
.button-big {
  display: inline-block;
  color: #ffffff;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 600;
  border: 0;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #000000;
  line-height: 14px;
  padding: 17px 30px;
  cursor: pointer;
  text-decoration: none;
  background-color: #9d261d;
  font-size: 16px;
  line-height: 16px;
  margin: 2em auto;
  padding: 14px 25px;
}
.button-big:hover {
  background-color: #4e4d4d;
  color: #ffffff;
}
.button-alt {
  color: #ffffff;
  background: #9d261d;
}
.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;
}
.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.127659574468085%;
  *margin-left: 2.074468085106383%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}
.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}
.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}
.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}
.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}
.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}
.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}
.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}
.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}
.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}
.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}
.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}
.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}
.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}
.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}
.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}
.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}
.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}
.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}
.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}
.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}
.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}
.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}
.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}
[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;
  text-align: justify;
  text-justify: newspaper;
}
.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}
.text-center {
  text-align: center !important;
}
.text-center p {
  text-align: center;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: left !important;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #dfded8;
}
.text-warning {
  color: #c09853;
}
.text-error {
  color: #b94a48;
}
.text-info {
  color: #3a87ad;
}
.text-success {
  color: #468847;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1;
  color: #000000;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #dfded8;
}
h1 {
  font-family: "raleway", Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 48px;
  line-height: 48px;
  margin: 40px 0;
  text-align: center;
}
h2 {
  font-size: 18px;
  line-height: 20px;
  color: #000000;
  margin: 40px 0 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
h3 {
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  margin: 40px 0 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
h4 {
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  color: #333333;
  margin: 1em 0 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
h5 {
  font-size: 18px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  line-height: 20px;
  margin: 0;
}
h6 {
  font-size: 12px;
  line-height: 20px;
}
h1 small {
  font-size: 24px;
}
h2 small {
  font-size: 18px;
}
h3 small {
  font-size: 14px;
}
h4 small {
  font-size: 14px;
}
.text_center {
  text-align: center !important;
}
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #f0efe9;
}
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;
}
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-bottom: 1px solid #dfded8;
}
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #dfded8;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #f0efe9;
}
blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #dfded8;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #f0efe9;
  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;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
.table tbody tr.success > td {
  background-color: #dff0d8;
}
.table tbody tr.error > td {
  background-color: #f2dede;
}
.table tbody tr.warning > td {
  background-color: #fcf8e3;
}
.table tbody tr.info > td {
  background-color: #d9edf7;
}
.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
.nav-previous {
  float: left;
  width: 50%;
}
.nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
nav {
  *zoom: 1;
}
nav:before,
nav:after {
  display: table;
  content: "";
  line-height: 0;
}
nav:after {
  clear: both;
}
nav ul {
  list-style: none;
  margin-left: 0;
  /* vertical navigation */

  /* horizontal navigation */

}
nav ul li {
  margin: 0;
  padding: 0;
  background: none;
}
nav ul a {
  display: block;
  text-decoration: none;
}
nav ul.horizontal li {
  display: inline;
}
nav ul.horizontal a {
  display: inline-block;
  margin: 0 0.5em;
}
nav ul.horizontal li:first-child a {
  margin-left: 0;
}
nav ul.horizontal li:last-child a {
  margin-right: 0;
}
nav ul.alignleft {
  display: inline;
  float: left;
}
nav ul.alignright {
  display: inline;
  float: right;
  text-align: right;
}
nav ul.aligncenter {
  float: none;
  text-align: center;
}
#site-header #navbar #primaryNav ul .new-nav a {
  color: #FF0000;
  font-size: 14px;
}
#site-header #navbar #primaryNav ul .blue a {
  color: #0077B5;
  font-size: 14px;
}
/*
 * photoswipe.css
 * Copyright (c) %%year%% by Code Computerlove (http://www.codecomputerlove.com)
 * Licensed under the MIT license
 *
 * Default styles for PhotoSwipe
 * Avoid any position or dimension based styles
 * where possible, unless specified already here.
 * The gallery automatically works out gallery item
 * positions etc.
 */
body.ps-active,
body.ps-building,
div.ps-active,
div.ps-building {
  background: #000;
  overflow: hidden;
}
body.ps-active *,
div.ps-active * {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  display: none;
}
body.ps-active *:focus,
div.ps-active *:focus {
  outline: 0;
}
/* Document overlay */
div.ps-document-overlay {
  background: #000;
}
/* UILayer */
div.ps-uilayer {
  background: #000;
  cursor: pointer;
}
/* Zoom/pan/rotate layer */
div.ps-zoom-pan-rotate {
  background: #000;
}
div.ps-zoom-pan-rotate * {
  display: block;
}
/* Carousel */
div.ps-carousel-item-loading {
  background: url(../../img/photoswipe/loader.gif) no-repeat center center;
}
div.ps-carousel-item-error {
  background: url(../../img/photoswipe/error.gif) no-repeat center center;
}
/* Caption */
div.ps-caption {
  background: #000000;
  background: -moz-linear-gradient(top, #303130 0%, #000101 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #303130), color-stop(100%, #000101));
  border-bottom: 1px solid #42403f;
  color: #ffffff;
  font-size: 13px;
  font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
  text-align: center;
}
div.ps-caption * {
  display: inline;
}
div.ps-caption-bottom {
  border-top: 1px solid #42403f;
  border-bottom: none;
  min-height: 44px;
}
div.ps-caption-content {
  padding: 13px;
  display: block;
}
/* Toolbar */
div.ps-toolbar {
  background: #000000;
  background: -moz-linear-gradient(top, #303130 0%, #000101 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #303130), color-stop(100%, #000101));
  border-top: 1px solid #42403f;
  color: #ffffff;
  font-size: 13px;
  font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
  text-align: center;
  height: 44px;
  display: table;
  table-layout: fixed;
}
div.ps-toolbar * {
  display: block;
}
div.ps-toolbar-top {
  border-bottom: 1px solid #42403f;
  border-top: none;
}
div.ps-toolbar-close,
div.ps-toolbar-previous,
div.ps-toolbar-next,
div.ps-toolbar-play {
  cursor: pointer;
  display: table-cell;
}
div.ps-toolbar div div.ps-toolbar-content {
  width: 44px;
  height: 44px;
  margin: 0 auto 0;
  background-image: url(../../img/photoswipe/icons.png);
  background-repeat: no-repeat;
}
div.ps-toolbar-close div.ps-toolbar-content {
  background-position: 0 0;
}
div.ps-toolbar-previous div.ps-toolbar-content {
  background-position: -44px 0;
}
div.ps-toolbar-previous-disabled div.ps-toolbar-content {
  background-position: -44px -44px;
}
div.ps-toolbar-next div.ps-toolbar-content {
  background-position: -132px 0;
}
div.ps-toolbar-next-disabled div.ps-toolbar-content {
  background-position: -132px -44px;
}
div.ps-toolbar-play div.ps-toolbar-content {
  background-position: -88px 0;
}
/* Hi-res display */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
  div.ps-toolbar div div.ps-toolbar-content {
    -moz-background-size: 176px 88px;
    -o-background-size: 176px 88px;
    -webkit-background-size: 176px 88px;
    background-size: 176px 88px;
    background-image: url(../../img/photoswipe/icons@2x.png);
  }
}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: url(../../img/colorbox/overlay.png) repeat 0 0;
}
#colorbox {
  outline: 0;
}
#cboxTopLeft {
  width: 21px;
  height: 21px;
  background: url(../../img/colorbox/controls.png) no-repeat -101px 0;
}
#cboxTopRight {
  width: 21px;
  height: 21px;
  background: url(../../img/colorbox/controls.png) no-repeat -130px 0;
}
#cboxBottomLeft {
  width: 21px;
  height: 21px;
  background: url(../../img/colorbox/controls.png) no-repeat -101px -29px;
}
#cboxBottomRight {
  width: 21px;
  height: 21px;
  background: url(../../img/colorbox/controls.png) no-repeat -130px -29px;
}
#cboxMiddleLeft {
  width: 21px;
  background: url(../../img/colorbox/controls.png) left top repeat-y;
}
#cboxMiddleRight {
  width: 21px;
  background: url(../../img/colorbox/controls.png) right top repeat-y;
}
#cboxTopCenter {
  height: 21px;
  background: url(../../img/colorbox/border.png) 0 0 repeat-x;
}
#cboxBottomCenter {
  height: 21px;
  background: url(../../img/colorbox/border.png) 0 -29px repeat-x;
}
#cboxContent {
  background: #fff;
  overflow: hidden;
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  margin-bottom: 28px;
}
#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}
#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}
#cboxLoadingOverlay {
  background: url(../../img/colorbox/loading_background.png) no-repeat center center;
}
#cboxLoadingGraphic {
  background: url(../../img/colorbox/loading.gif) no-repeat center center;
}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}
#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}
#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../../img/colorbox/controls.png) no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
#cboxPrevious:hover {
  background-position: -75px -25px;
}
#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(../../img/colorbox/controls.png) no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
#cboxNext:hover {
  background-position: -50px -25px;
}
#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../../img/colorbox/controls.png) no-repeat -25px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
#cboxClose:hover {
  background-position: -25px -25px;
}
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: #4e4d4d;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 15px;
  color: #dfded8;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
input,
button,
select,
textarea {
  font-family: Georgia, "Times New Roman", Times, 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: 30px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  -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;
  cursor: pointer;
}
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: #dfded8;
  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: #dfded8;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #dfded8;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #dfded8;
}
.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: #f0efe9;
}
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:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required: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: #595959;
}
.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 {
  margin-bottom: 5px;
  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 {
  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: #f0efe9;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #cce8c3;
  border-color: #6fbf53;
}
.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,
.input-append select + .btn-group .btn,
.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-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child {
  -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 {
  margin-top: 10px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
/*
----------------------------------------------------------------

Gravity Forms Date Picker Styles
http: //www.gravityforms.com
updated: March 18, 2013 4:24 PM

Customized styles for the jQuery UI Datepicker 1.9.2

----------------------------------------------------------------
*/
.ui-datepicker-month {
  width: 75px;
  height: auto;
}
.ui-datepicker-year {
  width: 75px;
  height: auto;
}
.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  background: #ffffff;
  font: 9pt Arial, sans-serif;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.ui-datepicker a {
  text-decoration: none;
}
.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
}
.ui-datepicker-header {
  background-color: #666;
  /* set the header background color */

  color: #e0e0e0;
  font-weight: bold;
  -webkit-box-shadow: inset 0px 1px 1px 0px #fafafa;
  -moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 0.2);
  box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 0.2);
  text-shadow: 1px -1px 0px #000000;
  filter: dropshadow(color=#000000, offx=1, offy=-1);
  line-height: 30px;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #666;
}
.ui-datepicker-title {
  text-align: center;
}
.ui-datepicker-prev,
.ui-datepicker-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  background-image: url('../../img/datepicker/arrow.png');
  background-repeat: no-repeat;
  line-height: 600%;
  overflow: hidden;
}
.ui-datepicker-prev {
  float: left;
  background-position: center -30px;
}
.ui-datepicker-next {
  float: right;
  background-position: center 0px;
}
.ui-datepicker thead {
  background: #f7f7f7;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #f1f1f1));
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background: -o-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background: -ms-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#f1f1f1', GradientType=0);
  border-bottom: 1px solid #bbb;
}
.ui-datepicker th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #666666;
  text-shadow: 1px 0px 0px #fff;
  filter: dropshadow(color=#ffffff, offx=1, offy=0);
}
.ui-datepicker tbody td {
  padding: 0;
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb;
}
.ui-datepicker tbody td:last-child {
  border-right: 0px;
}
.ui-datepicker tbody tr {
  border-bottom: 1px solid #bbb;
}
.ui-datepicker tbody tr:last-child {
  border-bottom: 0px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666666;
  text-shadow: 1px 1px 0px #fff;
  filter: dropshadow(color=#ffffff, offx=1, offy=1);
}
.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #dedede));
  background: -webkit-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: -o-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: -ms-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: linear-gradient(to bottom, #ededed 0%, #dedede 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dedede', GradientType=0);
  -webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5);
  -moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5);
  box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5);
}
.ui-datepicker-calendar .ui-state-hover {
  background: #f7f7f7;
}
.ui-datepicker-calendar .ui-state-active {
  background: #FFF2AA;
  /* set the active date background color */

  border: 1px solid #c19163;
  /* set the active date border color */

  color: #666;
  /* set the active date font color */

  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  text-shadow: 0px 1px 0px #FFF;
  filter: dropshadow(color=#ffffff, offx=0, offy=1);
  position: relative;
  margin: -1px;
}
.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 29px;
  margin-left: 0;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0;
}
td.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7;
}
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
.flex-container {
  position: relative;
  height: auto;
  /* Direction Nav */

  /* Control Nav */

}
@media (max-width: 767px) {
  .flex-container {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
.flex-container .flexslider {
  width: 100%;
  height: 100%;
}
.flex-container .flexslider ul {
  width: 100%;
  height: 100%;
}
.flex-container .flexslider ul li {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .flex-container .flexslider ul li {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
.flex-container .flexslider ul li img {
  width: auto;
  max-width: none;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .flex-container .flexslider ul li img {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
.flex-container .flex-direction-nav {
  *height: 0;
}
.flex-container .flex-direction-nav a {
  width: 50px;
  height: 100px;
  margin: -50px 0 0;
  display: block;
  background: transparent url('../../img/sprites-global.png') no-repeat -180px 0;
  position: absolute;
  top: 0;
  left: 0;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .flex-container .flex-direction-nav a {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
.flex-container .flex-direction-nav a.flex-next {
  background-position: -180px -100px;
  left: auto;
  right: 30px;
}
.flex-container .flex-direction-nav a.flex-prev {
  left: 30px;
}
.flex-container .flex-direction-nav a:hover {
  opacity: 0.5;
}
.flex-container .flex-direction-nav a.flex-disabled {
  opacity: .3!important;
  filter: alpha(opacity=30);
  cursor: default;
}
.flex-container .flex-control-nav {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  top: auto;
  bottom: 60px;
  text-align: center;
  z-index: 4;
}
@media (max-width: 767px) {
  .flex-container .flex-control-nav {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
.flex-container .flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-container .flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-container .flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-container .flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.gform_wrapper {
  text-align: left;
  max-width: 800px;
  margin: 60px auto;
}
.gform_wrapper ul {
  list-style: none;
  margin: 0;
}
.gform_wrapper ul li {
  margin: 0;
  vertical-align: top;
}
.gform_wrapper .gfield {
  margin-bottom: 30px;
}
.gform_wrapper .gfield_checkbox input[type="checkbox"] {
  float: left;
  margin-right: 10px;
}
.gform_wrapper label {
  font-weight: bold;
}
.gform_wrapper .ginput_container label {
  font-size: 11px;
  font-weight: normal;
}
.gform_wrapper .ginput_right,
.gform_wrapper .gf_right_half {
  width: 48%;
  display: inline-block;
}
.gform_wrapper .ginput_left,
.gform_wrapper .gf_left_half {
  width: 48%;
  margin-right: 2%;
  display: inline-block;
}
.gform_wrapper .gf_right_third {
  width: 31%;
  display: inline-block;
}
.gform_wrapper .gf_middle_third {
  width: 31%;
  margin-right: 2%;
  display: inline-block;
}
.gform_wrapper .gf_left_third {
  width: 31%;
  margin-right: 2%;
  display: inline-block;
}
.gform_wrapper input[type="text"],
.gform_wrapper input[type="url"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="password"] {
  padding: 4px 6px !important;
  margin-bottom: 0 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 30px;
  width: 100%;
}
.gform_wrapper input[type="text"]:focus,
.gform_wrapper input[type="url"]:focus,
.gform_wrapper input[type="email"]:focus,
.gform_wrapper input[type="tel"]:focus,
.gform_wrapper input[type="number"]:focus,
.gform_wrapper input[type="password"]:focus {
  -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);
}
.gform_wrapper select {
  margin-bottom: 0;
  width: 100%;
}
.gform_wrapper .validation_message {
  color: #9d261d;
  padding-top: 10px;
}
.gform_wrapper input.button {
  margin: 0 auto;
  float: none;
  display: block;
  padding: 7px 20px;
  border: 0;
  background: #000000;
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
}
.gform_wrapper input.button:hover {
  color: #ffffff;
  background: #4e4d4d;
}
.gform_wrapper .datepicker.datepicker_with_icon {
  margin-right: 4px !important;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 47%;
}
.gform_wrapper .gfield_time_hour,
.gform_wrapper .gfield_time_minute,
.gform_wrapper .gfield_date_month,
.gform_wrapper .gfield_date_day,
.gform_wrapper .gfield_date_year {
  width: 70px;
  vertical-align: top;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.gform_wrapper .gfield_date_month,
.gform_wrapper .gfield_date_day,
.gform_wrapper .gfield_date_year {
  margin-right: 12px;
}
.gform_wrapper .gfield_date_dropdown_month,
.gform_wrapper .gfield_date_dropdown_day,
.gform_wrapper .gfield_date_dropdown_year {
  vertical-align: top;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.gform_wrapper .gfield_date_dropdown_month,
.gform_wrapper .gfield_date_dropdown_day,
.gform_wrapper .gfield_date_dropdown_year {
  margin-right: 6px;
}
.gform_wrapper .gfield_time_ampm {
  vertical-align: top;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.gform_wrapper .gfield_time_ampm select {
  width: 60px !important;
}
.gform_wrapper .gfield_time_hour input,
.gform_wrapper .gfield_time_minute input,
.gform_wrapper .gfield_date_month input,
.gform_wrapper .gfield_date_day input,
.gform_wrapper .gfield_date_year input {
  width: 70% !important;
}
.gform_wrapper .gfield_date_month,
.gform_wrapper .gfield_date_day,
.gform_wrapper .gfield_date_year {
  width: 50px;
  float: left;
}
.gform_wrapper .gfield_date_month input,
.gform_wrapper .gfield_date_day input,
.gform_wrapper .gfield_date_year input {
  width: 85% !important;
}
.gform_wrapper textarea {
  width: 98%;
}
body {
  margin: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff;
  text-align: left;
}
html {
  height: 100%;
}
a {
  color: #4e4d4d;
  text-decoration: underline;
}
a:hover {
  color: #000000;
  text-decoration: none;
}
body > #main {
  position: relative;
  margin: 0 auto;
  min-height: 400px;
  padding-bottom: 40px;
  padding-top: 40px;
}
@media (max-width: 767px) {
  body > #main {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
.site-content {
  position: relative;
  z-index: 5;
  padding-top: 1em;
  padding-bottom: 3em;
}
@media (max-width: 767px) {
  .site-content {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
#secondary {
  margin-top: 40px;
}
#site-header {
  display: block;
  width: 100%;
  height: 40px;
  position: relative;
  z-index: 501;
}
@media (max-width: 767px) {
  #site-header {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
#site-header #menu {
  display: none;
  background: #000000;
  height: 40px;
  width: 100%;
  text-align: center;
}
#site-header #menu #menu-label {
  font-size: .75em;
  padding: .75em 2em 0 2em;
  color: #dfded8;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  text-decoration: none;
}
#site-header #menu #menu-label:hover {
  text-decoration: none;
}
#site-header #menu #menu-label:after {
  content: "";
  display: inline-block;
  background: transparent url('../../img/sprites-global.png') no-repeat right -330px;
  width: 15px;
  height: 10px;
  overflow: hidden;
  margin: 12px 0 0 6px;
}
#site-header #navbar {
  display: block;
  height: 39px;
  *zoom: 1;
  width: 100%;
  overflow: hidden;
}
#site-header #navbar:before,
#site-header #navbar:after {
  display: table;
  content: "";
  line-height: 0;
}
#site-header #navbar:after {
  clear: both;
}
#site-header #navbar #primaryNav {
  width: 100%;
  *zoom: 1;
  display: block;
}
#site-header #navbar #primaryNav:before,
#site-header #navbar #primaryNav:after {
  display: table;
  content: "";
  line-height: 0;
}
#site-header #navbar #primaryNav:after {
  clear: both;
}
#site-header #navbar #primaryNav ul {
  margin: 10px 0 0;
  position: relative;
}
@media (max-width: 767px) {
  #site-header #navbar #primaryNav ul {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
#site-header #navbar #primaryNav ul a {
  color: #000000;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
}
#site-header #navbar #primaryNav ul a:hover {
  color: #666666;
}
#site-header #navbar #primaryNav ul .current_page_item a,
#site-header #navbar #primaryNav ul .current_menu_item a,
#site-header #navbar #primaryNav ul .current-menu-ancestor a,
#site-header #navbar #primaryNav ul .current-menu-parent a {
  border-color: black;
}
#site-header #navbar #primaryNav.nav-white a {
  color: #ffffff !important;
}
#site-header #navbar #primaryNav.nav-white ul .new-nav a {
  color: #FF0000 !important;
}
#site-header #navbar #primaryNav.nav-white a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}ul .new-nav 
#secondaryNav {
  display: block;
  width: 100%;
}
#secondaryNav ul {
  display: block;
}
#secondaryNav ul li {
  display: none;
  margin: 0;
}
#secondaryNav ul li.current-menu-item,
#secondaryNav ul li.current-menu-ancestor {
  display: inline-block;
}
#secondaryNav ul li.current-menu-item a,
#secondaryNav ul li.current-menu-ancestor a {
  display: none;
}
#secondaryNav ul li.current-menu-item .sub-menu,
#secondaryNav ul li.current-menu-ancestor .sub-menu {
  height: 20px;
  padding: 60px 0 0 0;
}
#secondaryNav ul li.current-menu-item .sub-menu li,
#secondaryNav ul li.current-menu-ancestor .sub-menu li {
  display: inline-block;
}
#secondaryNav ul li.current-menu-item .sub-menu li .sub-menu,
#secondaryNav ul li.current-menu-ancestor .sub-menu li .sub-menu {
  display: none;
}
#secondaryNav ul li.current-menu-item .sub-menu li a,
#secondaryNav ul li.current-menu-ancestor .sub-menu li a {
  display: inline-block;
  color: #000000;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
}
#secondaryNav ul li.current-menu-item .sub-menu li a:hover,
#secondaryNav ul li.current-menu-ancestor .sub-menu li a:hover {
  color: #666666;
}
#secondaryNav ul li.current-menu-item .sub-menu li.current-menu-item a,
#secondaryNav ul li.current-menu-ancestor .sub-menu li.current-menu-item a,
#secondaryNav ul li.current-menu-item .sub-menu li.current-menu-ancestor a,
#secondaryNav ul li.current-menu-ancestor .sub-menu li.current-menu-ancestor a {
  border-color: black;
}
#secondaryNav .nav-line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #dfded8;
  display: none;
}
#site-logo {
  position: relative;
  z-index: 500;
  margin-top: 80px;
  display: block;
  width: 100%;
  height: 80px;
}
@media (max-width: 767px) {
  #site-logo {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
#site-logo #logo {
  position: relative;
  display: block;
  width: 284px;
  height: 66px;
  margin: 0 auto 0;
  background: transparent url('../../img/sprites-global.png') no-repeat left top;
  text-indent: -9999px;
  overflow: hidden;
}
@media (max-width: 767px) {
  #site-logo #logo {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
#site-logo #logo:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
#site-logo.logo-white #logo {
  background-position: left -80px;
}
#site-logo.logo-white #logo:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
#sideNav ul {
  list-style: none;
  margin: 0 0 40px 0;
}
#sideNav ul li {
  padding-left: 0;
}
#sideNav ul li a {
  color: #000000;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
}
#sideNav ul li a:hover {
  color: #666666;
}
.blog-navigation li,
.filter li {
  color: #dfded8;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
}
.blog-navigation a,
.filter a {
  color: #666666;
}
.blog-navigation a:hover,
.filter a:hover {
  color: #000000;
}
.blog-navigation li.current-cat a,
.filter li.current-cat a,
.blog-navigation a.selected,
.filter a.selected {
  color: #000000;
  border-bottom: 3px solid #000000;
}
.blog-navigation ul.nav_practice .label,
.filter ul.nav_practice .label {
  display: none;
}
ul.dropdown ul {
  display: inline-block;
}
ul.dropdown li li {
  display: none;
}
ul.dropdown li li.current-cat {
  display: inline-block;
}
ul.dropdown li.label {
  display: inline-block;
  color: #666666;
  margin-right: 5px;
}
ul.dropdown li.label .sep {
  display: none;
}
ul.dropdown li.label:after {
  content: "";
  display: inline-block;
  background: transparent url('../../img/sprites-global.png') no-repeat -600px -50px;
  width: 10px;
  height: 12px;
  overflow: hidden;
  margin-left: 6px;
  position: relative;
  top: 4px;
}
@media (max-width: 767px) {
  ul.dropdown li.label:after {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
ul.dropdown li.label:hover {
  cursor: pointer;
  color: #000000;
}
ul.dropdown li.label:hover:after {
  display: none;
}
ul.dropdown li.label:hover li {
  display: inline-block;
}
.home #main {
  background: #ffffff;
  z-index: 2;
}
.home #fullscreen-push {
  height: 1000px;
}
.home #site-header {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .home #site-header {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
.home #site-logo {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 140px;
}
@media (max-width: 767px) {
  .home #site-logo {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
.home h1 {
  margin-top: 40px;
}
.home #home-latest {
  margin-top: 2em;
}
.home #home-latest .home-latest-item {
  border-top: 1px solid #dfded8;
}
.home #home-latest .home-latest-item h4 {
  text-transform: uppercase;
  text-align: center;
  margin: 2em 0 1em;
}
.home #twitterLatest ul {
  list-style: none;
  margin: 0;
}
.home #twitterLatest ul li {
  margin-bottom: 1em;
  text-align: center;
}
.home #twitterLatest ul li:last-child {
  margin: 0;
}
.home #twitterLatest ul li .tweetTime {
  color: #9d261d;
}
.home #tweets ul {
  list-style: none;
  margin: 0 0 20px;
}
.home nav#home-social {
  width: 100%;
  display: block;
  height: 50px;
  margin: 3em 0;
}
.home nav#home-social ul {
  position: relative;
}
@media (max-width: 767px) {
  .home nav#home-social ul {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
.home nav#home-social ul li {
  width: 50px;
  height: 50px;
}
.home nav#home-social ul a {
  display: inline-block;
  background: transparent url('../../img/sprites-global.png') no-repeat -350px -230px;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  overflow: hidden;
}
.home nav#home-social ul a:hover {
  opacity: .6;
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
.home nav#home-social ul a#homeOnFacebook {
  background-position: -400px -230px;
}
#home-actions {
  z-index: 1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  #home-actions {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
#home-actions .flexslider .action-detail {
  position: absolute;
  top: 0;
  display: block;
  z-index: 3;
  width: 100%;
  height: 220px;
  left: 0;
  top: 50%;
  margin-top: -110px;
  text-align: center;
}
@media (max-width: 767px) {
  #home-actions .flexslider .action-detail {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
#home-actions .flexslider .action-detail h2 {
  color: #ffffff;
  font-size: 80px;
  line-height: 70px;
  margin: 40px auto;
  font-family: "raleway", Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-style: normal;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  text-transform: none;
}
#home-actions .flexslider .action-detail h2.headline-black {
  color: #000000;
}
#home-actions .flexslider .action-detail p {
  font-style: italic;
  font-weight: 700;
  color: #ffffff;
  font-size: 22px;
  margin: 10px auto;
  max-width: 700px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  text-align: center;
}
#home-actions .flexslider .action-detail p.headline-black {
  color: #000000;
}
#home-actions .flexslider .action-detail .button-wrap {
  height: 30px;
  width: 100%;
  position: relative;
  margin-top: 40px;
}
@media (max-width: 767px) {
  #home-actions .flexslider .action-detail .button-wrap {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
#home-actions .flexslider .action-detail .button-wrap a {
  display: inline-block;
  color: #ffffff;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 600;
  border: 0;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #000000;
  line-height: 14px;
  padding: 17px 30px;
  cursor: pointer;
  text-decoration: none;
}
#home-actions .flexslider .action-detail .button-wrap a:hover {
  background-color: #4e4d4d;
  color: #ffffff;
}
#home-actions #scroll {
  position: absolute;
  top: 0;
  left: 0;
  left: 50%;
  top: auto;
  bottom: 20px;
  width: 17px;
  height: 10px;
  margin-left: -9px;
  background: transparent url('../../img/sprites-global.png') no-repeat -200px -170px;
  z-index: 1000;
}
@media (max-width: 767px) {
  #home-actions #scroll {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
#footer-actions {
  position: relative;
  z-index: 10;
  padding: 3em 0;
  background: #ffffff;
}
@media (max-width: 767px) {
  #footer-actions {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
#footer-actions .footer-action {
  border-top: 1px solid #dfded8;
  padding: 1em 0;
  text-align: center;
}
#footer-actions .footer-action h4 {
  text-transform: uppercase;
}
.vineyard h1 {
  text-align: center;
}
.vineyard .vineyard-header {
  height: 300px;
  width: 33.3333%;
  overflow: hidden;
  float: left;
  background: #dfded8;
}
.vineyard .vineyard-header#vineyard-image {
  background: #666666;
}
#map-contact {
  width: 100%;
  height: 560px;
  margin-top: 5em;
}
#map-contact img {
  max-width: none;
}
.blog #main {
  margin-top: 4em;
}
.blog-content {
  text-align: left;
  margin: 2em 0;
}
.blog-content {
  margin: 0 0 3em;
}
.blog-content .post {
  padding-bottom: 2em;
  border-bottom: 1px solid #dfded8;
}
.entry-header h2 {
  margin: 0 0 1em 0;
}
.entry-meta h3 {
  margin: 0;
  line-height: 30px;
}
.commentsBox {
  background: #f0efe9;
}
.commentsBox #comments {
  margin: 0 30px;
  padding: 30px 0 10px;
}
.commentsBox .reply {
  margin-bottom: 20px;
}
.commentsBox .reply a {
  display: inline-block;
  color: #ffffff;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 600;
  border: 0;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #000000;
  line-height: 14px;
  padding: 17px 30px;
  cursor: pointer;
  text-decoration: none;
  font-size: 11px;
  line-height: 11px;
  padding: 5px 10px;
  background-color: #ffffff;
}
.commentsBox .reply a:hover {
  background-color: #4e4d4d;
  color: #ffffff;
}
.gform_wrapper input.button {
  margin: 0;
  float: left;
  display: block;
  padding: 0 10px;
  border: 0;
  background: #333333;
  color: #ffffff;
  height: 28px;
  font-size: 13px;
  text-transform: uppercase;
}
.gform_wrapper input.button:hover {
  color: #ffffff;
  background: #4e4d4d;
}
#nav-below .nav-previous .meta-nav {
  display: none;
}
#nav-below .nav-next .meta-nav {
  display: none;
}
.post-list article {
  float: left;
  width: 33.3333333%;
  position: relative;
}
@media (max-width: 767px) {
  .post-list article {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
.post-list article .entry {
  height: 160px;
  padding: 20px;
  margin: 0 5px 5px 0;
  background-color: #f0efe9;
  overflow: hidden;
  -webkit-transition: background-color 0.1s ease-in-out;
  -moz-transition: background-color 0.1s ease-in-out;
  -o-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out;
}
.post-list article .entry a {
  text-decoration: none;
  cursor: text;
  color: inherit;
}
.post-list article .entry .entry-meta {
  margin: 0 0 10px;
}
.post-list article .entry .entry-meta h6 {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  color: #666666;
  margin: 0;
}
.post-list article .entry .entry-meta p {
  color: #666666;
}
.post-list article .entry .entry-date {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  color: #666666;
}
.post-list article .entry .entry-title h2 {
  line-height: 20px;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px !important;
}
.post-list article .entry .entry-summary {
  display: none;
}
.post-list article .entry.focus {
  background-color: #e2e0d4;
}
.post-list article .entry.focus a {
  text-decoration: underline;
  cursor: pointer;
}
.post-list article .entry.focus h6 a {
  text-decoration: none;
}
.post-list article .entry.focus a:hover {
  color: #dfded8;
}
.post-list article .entry.focus .entry-title {
  display: none;
}
.post-list article .entry.focus .entry-summary {
  display: block;
}
.post-list article .entry.focus .entry-summary .cta_button {
  display: inline-block;
  background: #333333;
  color: #ffffff;
  text-transform: uppercase;
  width: 160px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -80px;
  text-rendering: optimizelegibility;
}
@media (max-width: 767px) {
  .post-list article .entry.focus .entry-summary .cta_button {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
.post-list article .entry.focus .entry-summary .addthis_toolbox {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 20px;
}
@media (max-width: 767px) {
  .post-list article .entry.focus .entry-summary .addthis_toolbox {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
#site-footer {
  position: relative;
  z-index: 10;
  background: #000000;
  padding: 80px 0;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  #site-footer {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
#site-footer p {
  text-align: center;
}
#site-footer a {
  color: #ffffff;
  text-decoration: none;
}
#site-footer a:hover {
  text-decoration: underline;
}
#site-footer h4 {
  color: #ffffff;
  margin: 0 1em 0 0;
  font-size: 13px;
  margin-bottom: 10px;
}
#site-footer .tel {
  margin-right: 10px;
}
#site-footer #footer-content {
  position: relative;
  z-index: 501;
}
@media (max-width: 767px) {
  #site-footer #footer-content {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
#site-footer #footer-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 500;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  #site-footer #footer-image {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
#site-footer #footer-image img {
  margin: 0 auto;
}
#site-footer #footer-nav {
  text-align: left;
  text-transform: uppercase;
  vertical-align: top;
}
#site-footer #footer-nav #footerSubscribe {
  text-align: center;
}
#site-footer #footer-nav #footerSubscribe a {
  display: inline-block;
  color: #ffffff;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 600;
  border: 0;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #000000;
  line-height: 14px;
  padding: 17px 30px;
  cursor: pointer;
  text-decoration: none;
  background-color: #9d261d;
  margin: 0 auto;
}
#site-footer #footer-nav #footerSubscribe a:hover {
  background-color: #4e4d4d;
  color: #ffffff;
}
#site-footer #footer-nav #footerSubscribe a:hover {
  background-color: #666666;
}
#site-footer #footer-nav #footerNav {
  *zoom: 1;
}
#site-footer #footer-nav #footerNav:before,
#site-footer #footer-nav #footerNav:after {
  display: table;
  content: "";
  line-height: 0;
}
#site-footer #footer-nav #footerNav:after {
  clear: both;
}
#site-footer #footer-nav #footerNav ul a {
  color: #ffffff;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}
#site-footer #footer-nav #footerNav ul a:hover {
  color: #666666;
}
#site-footer #footer-nav span.space {
  display: inline-block;
  width: 40px;
}
#site-footer #btnFacebook {
  width: 50px;
  height: 50px;
  margin: 20px auto;
  background: transparent url('../../img/sprites-global.png') no-repeat -70px -160px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
#site-footer #btnFacebook:hover {
  background-position: -120px -160px;
}
#site-footer #site-info {
  font-size: 12px;
  text-transform: none;
  margin-top: 60px;
}
#site-footer #site-info span {
  margin-right: 1em;
}
#site-footer #site-info span:last-child {
  margin: 0;
}
#site-footer #site-info a.cf-link {
  color: #ffffff;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-decoration: none;
}
#site-footer #site-info a.cf-link:hover {
  text-decoration: underline;
}
#site-footer #logo-mark {
  display: block;
  width: 50px;
  height: 32px;
  margin: 40px auto;
  background: transparent url('../../img/sprites-global.png') no-repeat 0 -160px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
#site-footer #logo-mark:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
#bg {
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  #bg {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
#bg img {
  position: fixed;
  top: 0;
  left: 0;
  max-width: none;
}
@media (max-width: 767px) {
  #bg img {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
#headerImage {
  width: 100%;
  height: 320px;
  background-color: #4e4d4d;
  overflow: hidden;
}
#headerImage img {
  min-width: inherit;
}
.imageBanner {
  background: #666666;
  width: 1200px;
  height: 560px;
}
img.alignnone {
  max-width: 100%;
}
img.alignright {
  float: right;
  margin: 0 -2em 1em 1em;
}
#page-actions,
#rotating-images {
  height: 500px;
  position: relative;
}
@media (max-width: 767px) {
  #page-actions,
  #rotating-images {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
#page-actions .flexslider,
#rotating-images .flexslider {
  height: 500px;
}
#page-actions .flexslider .action-detail,
#rotating-images .flexslider .action-detail {
  position: absolute;
  top: 0;
  display: block;
  z-index: 3;
  width: 100%;
  height: 220px;
  left: 0;
  top: 50%;
  margin-top: -110px;
  text-align: center;
}
@media (max-width: 767px) {
  #page-actions .flexslider .action-detail,
  #rotating-images .flexslider .action-detail {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
#page-actions .flexslider .action-detail hr,
#rotating-images .flexslider .action-detail hr {
  border: 0;
  display: block;
  width: 320px;
  height: 5px;
  background-color: #ffffff;
  margin: 0 auto 40px auto;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
#page-actions .flexslider .action-detail h2,
#rotating-images .flexslider .action-detail h2 {
  color: #ffffff;
  font-size: 54px;
  line-height: 44px;
  margin: 10px auto;
  max-width: 700px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}
#page-actions .flexslider .action-detail p,
#rotating-images .flexslider .action-detail p {
  font-weight: 700;
  font-style: italic;
  color: #ffffff;
  font-size: 20px;
  margin: 10px auto;
  max-width: 700px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  text-align: center;
}
#page-actions .flexslider .action-detail .button-wrap,
#rotating-images .flexslider .action-detail .button-wrap {
  height: 30px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  #page-actions .flexslider .action-detail .button-wrap,
  #rotating-images .flexslider .action-detail .button-wrap {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
#page-actions .flexslider .action-detail a,
#rotating-images .flexslider .action-detail a {
  display: inline-block;
  color: #ffffff;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 600;
  border: 0;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #000000;
  line-height: 14px;
  padding: 17px 30px;
  cursor: pointer;
  text-decoration: none;
}
#page-actions .flexslider .action-detail a:hover,
#rotating-images .flexslider .action-detail a:hover {
  background-color: #4e4d4d;
  color: #ffffff;
}
.arve-embed-container {
  margin: 80px auto;
}
#searchform {
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  #searchform {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
#searchform label {
  display: none;
}
#searchform legend {
  border: none;
  font-size: 18px;
  margin: 0;
  padding: 0;
}
#searchform input {
  -webkit-appearance: none;
  width: 100%;
}
#searchform input.submit {
  background: transparent;
  border: 0;
  text-indent: -9999px;
  background: transparent url('../../img/sprites-global.png') no-repeat -700px -30px;
  width: 9px;
  height: 17px;
  position: absolute;
  top: 0;
  left: 0;
  top: 6px;
  right: -6px;
}
@media (max-width: 767px) {
  #searchform input.submit {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
#searchform input.submit:hover {
  opacity: .8 !important;
}
.image-gallery {
  margin-top: 60px;
  margin-bottom: 60px;
  *zoom: 1;
}
.image-gallery:before,
.image-gallery:after {
  display: table;
  content: "";
  line-height: 0;
}
.image-gallery:after {
  clear: both;
}
.gallery h1 {
  text-align: center;
}
.gallery-image {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  overflow: hidden;
  width: 12.5%;
  border-right: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  text-decoration: none;
}
.gallery-image img {
  opacity: 1;
}
.gallery-image:hover {
  text-decoration: none;
  color: #dfded8;
  background: #000000;
}
.gallery-image:hover img {
  opacity: 0.8;
}
#subpage-image-list {
  *zoom: 1;
  margin: 60px 0;
}
#subpage-image-list:before,
#subpage-image-list:after {
  display: table;
  content: "";
  line-height: 0;
}
#subpage-image-list:after {
  clear: both;
}
#subpage-image-list .subpage-image {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.333333%;
  border-left: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  float: left;
  background-color: #000000;
  position: relative;
}
@media (max-width: 767px) {
  #subpage-image-list .subpage-image {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
#subpage-image-list .subpage-image img {
  opacity: 1;
  min-height: 148px;
}
#subpage-image-list .subpage-image .entry-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  pointer-events: none;
  top: 50%;
  margin-top: -10px;
}
@media (max-width: 767px) {
  #subpage-image-list .subpage-image .entry-title {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
#subpage-image-list .subpage-image .entry-title h2 {
  display: inline-block;
  color: #ffffff;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 600;
  border: 0;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #000000;
  line-height: 14px;
  padding: 17px 30px;
  cursor: pointer;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  margin: 0;
}
#subpage-image-list .subpage-image .entry-title h2:hover {
  background-color: #4e4d4d;
  color: #ffffff;
}
#subpage-image-list .subpage-image.focus img {
  opacity: 0.6;
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
.size-full {
  margin: 60px 0 40px;
}
.row-comments {
  margin: 2em 0;
}
.row-comments h3 {
  margin-top: 0;
}
#commentform p label {
  display: inline-block;
}
#commentform p input,
#commentform p textarea {
  display: block;
  width: 67%;
}
#commentform p input:focus,
#commentform p textarea:focus {
  -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);
}
#commentform p input#submit {
  width: auto;
  display: inline-block;
  color: #ffffff;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 600;
  border: 0;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #000000;
  line-height: 14px;
  padding: 17px 30px;
  cursor: pointer;
  text-decoration: none;
}
#commentform p input#submit:hover {
  background-color: #4e4d4d;
  color: #ffffff;
}
#commentform .form-allowed-tags {
  display: none;
}
nav.posts-navigation {
  margin-top: 30px;
  font-weight: bold;
  color: #666666;
  *zoom: 1;
}
nav.posts-navigation:before,
nav.posts-navigation:after {
  display: table;
  content: "";
  line-height: 0;
}
nav.posts-navigation:after {
  clear: both;
}
nav.posts-navigation a {
  text-decoration: none;
  color: #000000;
}
nav.posts-navigation a:hover {
  color: #dfded8;
}
nav.posts-navigation .nav-previous,
nav.posts-navigation .nav-next {
  width: 40%;
  border-top: 1px solid #dfded8;
  padding: 30px 0;
}
.widget-area {
  padding-left: 20px;
}
.widget-area h3 {
  margin: 1em 0;
}
.widget-area ul {
  list-style: none;
  margin: 0 0 2em;
}
.widget-area ul li {
  padding: 0;
  margin-bottom: 4px;
}
@-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.564102564102564%;
    *margin-left: 2.5109110747408616%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.564102564102564%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.45299145299145%;
    *width: 91.39979996362975%;
  }
  .row-fluid .span10 {
    width: 82.90598290598291%;
    *width: 82.8527914166212%;
  }
  .row-fluid .span9 {
    width: 74.35897435897436%;
    *width: 74.30578286961266%;
  }
  .row-fluid .span8 {
    width: 65.81196581196582%;
    *width: 65.75877432260411%;
  }
  .row-fluid .span7 {
    width: 57.26495726495726%;
    *width: 57.21176577559556%;
  }
  .row-fluid .span6 {
    width: 48.717948717948715%;
    *width: 48.664757228587014%;
  }
  .row-fluid .span5 {
    width: 40.17094017094017%;
    *width: 40.11774868157847%;
  }
  .row-fluid .span4 {
    width: 31.623931623931625%;
    *width: 31.570740134569924%;
  }
  .row-fluid .span3 {
    width: 23.076923076923077%;
    *width: 23.023731587561375%;
  }
  .row-fluid .span2 {
    width: 14.52991452991453%;
    *width: 14.476723040552828%;
  }
  .row-fluid .span1 {
    width: 5.982905982905983%;
    *width: 5.929714493544281%;
  }
  .row-fluid .offset12 {
    margin-left: 105.12820512820512%;
    *margin-left: 105.02182214948171%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.56410256410257%;
    *margin-left: 102.45771958537915%;
  }
  .row-fluid .offset11 {
    margin-left: 96.58119658119658%;
    *margin-left: 96.47481360247316%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.01709401709402%;
    *margin-left: 93.91071103837061%;
  }
  .row-fluid .offset10 {
    margin-left: 88.03418803418803%;
    *margin-left: 87.92780505546462%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.47008547008548%;
    *margin-left: 85.36370249136206%;
  }
  .row-fluid .offset9 {
    margin-left: 79.48717948717949%;
    *margin-left: 79.38079650845607%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.92307692307693%;
    *margin-left: 76.81669394435352%;
  }
  .row-fluid .offset8 {
    margin-left: 70.94017094017094%;
    *margin-left: 70.83378796144753%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.37606837606839%;
    *margin-left: 68.26968539734497%;
  }
  .row-fluid .offset7 {
    margin-left: 62.393162393162385%;
    *margin-left: 62.28677941443899%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.82905982905982%;
    *margin-left: 59.72267685033642%;
  }
  .row-fluid .offset6 {
    margin-left: 53.84615384615384%;
    *margin-left: 53.739770867430444%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.28205128205128%;
    *margin-left: 51.175668303327875%;
  }
  .row-fluid .offset5 {
    margin-left: 45.299145299145295%;
    *margin-left: 45.1927623204219%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.73504273504273%;
    *margin-left: 42.62865975631933%;
  }
  .row-fluid .offset4 {
    margin-left: 36.75213675213675%;
    *margin-left: 36.645753773413354%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.18803418803419%;
    *margin-left: 34.081651209310785%;
  }
  .row-fluid .offset3 {
    margin-left: 28.205128205128204%;
    *margin-left: 28.0987452264048%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.641025641025642%;
    *margin-left: 25.53464266230224%;
  }
  .row-fluid .offset2 {
    margin-left: 19.65811965811966%;
    *margin-left: 19.551736679396257%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.094017094017094%;
    *margin-left: 16.98763411529369%;
  }
  .row-fluid .offset1 {
    margin-left: 11.11111111111111%;
    *margin-left: 11.004728132387708%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.547008547008547%;
    *margin-left: 8.440625568285142%;
  }
  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.7624309392265194%;
    *margin-left: 2.709239449864817%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.7624309392265194%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.43646408839778%;
    *width: 91.38327259903608%;
  }
  .row-fluid .span10 {
    width: 82.87292817679558%;
    *width: 82.81973668743387%;
  }
  .row-fluid .span9 {
    width: 74.30939226519337%;
    *width: 74.25620077583166%;
  }
  .row-fluid .span8 {
    width: 65.74585635359117%;
    *width: 65.69266486422946%;
  }
  .row-fluid .span7 {
    width: 57.18232044198895%;
    *width: 57.12912895262725%;
  }
  .row-fluid .span6 {
    width: 48.61878453038674%;
    *width: 48.56559304102504%;
  }
  .row-fluid .span5 {
    width: 40.05524861878453%;
    *width: 40.00205712942283%;
  }
  .row-fluid .span4 {
    width: 31.491712707182323%;
    *width: 31.43852121782062%;
  }
  .row-fluid .span3 {
    width: 22.92817679558011%;
    *width: 22.87498530621841%;
  }
  .row-fluid .span2 {
    width: 14.3646408839779%;
    *width: 14.311449394616199%;
  }
  .row-fluid .span1 {
    width: 5.801104972375691%;
    *width: 5.747913483013988%;
  }
  .row-fluid .offset12 {
    margin-left: 105.52486187845304%;
    *margin-left: 105.41847889972962%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.76243093922652%;
    *margin-left: 102.6560479605031%;
  }
  .row-fluid .offset11 {
    margin-left: 96.96132596685082%;
    *margin-left: 96.8549429881274%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.1988950276243%;
    *margin-left: 94.09251204890089%;
  }
  .row-fluid .offset10 {
    margin-left: 88.39779005524862%;
    *margin-left: 88.2914070765252%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.6353591160221%;
    *margin-left: 85.52897613729868%;
  }
  .row-fluid .offset9 {
    margin-left: 79.8342541436464%;
    *margin-left: 79.72787116492299%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 77.07182320441989%;
    *margin-left: 76.96544022569647%;
  }
  .row-fluid .offset8 {
    margin-left: 71.2707182320442%;
    *margin-left: 71.16433525332079%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.50828729281768%;
    *margin-left: 68.40190431409427%;
  }
  .row-fluid .offset7 {
    margin-left: 62.70718232044199%;
    *margin-left: 62.600799341718584%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.94475138121547%;
    *margin-left: 59.838368402492065%;
  }
  .row-fluid .offset6 {
    margin-left: 54.14364640883978%;
    *margin-left: 54.037263430116376%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.38121546961326%;
    *margin-left: 51.27483249088986%;
  }
  .row-fluid .offset5 {
    margin-left: 45.58011049723757%;
    *margin-left: 45.47372751851417%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.81767955801105%;
    *margin-left: 42.71129657928765%;
  }
  .row-fluid .offset4 {
    margin-left: 37.01657458563536%;
    *margin-left: 36.91019160691196%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.25414364640884%;
    *margin-left: 34.14776066768544%;
  }
  .row-fluid .offset3 {
    margin-left: 28.45303867403315%;
    *margin-left: 28.346655695309746%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.69060773480663%;
    *margin-left: 25.584224756083227%;
  }
  .row-fluid .offset2 {
    margin-left: 19.88950276243094%;
    *margin-left: 19.783119783707537%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.12707182320442%;
    *margin-left: 17.02068884448102%;
  }
  .row-fluid .offset1 {
    margin-left: 11.32596685082873%;
    *margin-left: 11.219583872105325%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.56353591160221%;
    *margin-left: 8.457152932878806%;
  }
  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;
  }
}
/**
 * CSS for handling the [column] shortcode styles.
 *
 * @version   20121007
 * @author    Justin Tadlock <justin@justintadlock.com>
 * @copyright Copyright (c) 2012, Justin Tadlock
 * @link      http://justintadlock.com
 * @license   http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 */
.column-grid {
  clear: both;
}
.column-grid:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.column-grid .column {
  float: left;
  margin-right: 5%;
  margin-left: 0;
}
.column-grid .column-first {
  margin-left: 0;
}
.column-grid .column-last {
  float: right;
  margin-right: 0;
  margin-left: 0;
}
/**
 * Formula for getting the width of each column.
 *	$width = ( 100 + $margin-right ) / ( $grid ) * ( $span ) - ( $margin_right )
 *	$x     = ( 100 + $margin_right ) / $grid
 */
/* === 2 columns === */
/* $x = 52.5 */
.column-grid-2 .column-span-2 {
  width: 100%;
}
.column-grid-2 .column-span-1 {
  width: 47.5%;
}
.column-grid-2 .column-push-1 {
  margin-left: 52.5%;
}
/* === 3 columns === */
/* $x = 35 */
.column-grid-3 .column-span-3 {
  width: 100%;
}
.column-grid-3 .column-span-2 {
  width: 65%;
}
.column-grid-3 .column-span-1 {
  width: 30%;
}
.column-grid-3 .column-push-2 {
  margin-left: 70%;
}
.column-grid-3 .column-push-1 {
  margin-left: 35%;
}
/* === 4 columns === */
/* $x = 26.25 */
.column-grid-4 .column-span-4 {
  width: 100%;
}
.column-grid-4 .column-span-3 {
  width: 73.75%;
}
.column-grid-4 .column-span-2 {
  width: 47.5%;
}
.column-grid-4 .column-span-1 {
  width: 21.25%;
}
.column-grid-4 .column-push-3 {
  margin-left: 78.75%;
}
.column-grid-4 .column-push-2 {
  margin-left: 52.5%;
}
.column-grid-4 .column-push-1 {
  margin-left: 26.25%;
}
/* === 5 columns === */
/* $x = 21 */
.column-grid-5 .column-span-5 {
  width: 100%;
}
.column-grid-5 .column-span-4 {
  width: 79%;
}
.column-grid-5 .column-span-3 {
  width: 58%;
}
.column-grid-5 .column-span-2 {
  width: 37%;
}
.column-grid-5 .column-span-1 {
  width: 16%;
}
.column-grid-5 .column-push-4 {
  margin-left: 84%;
}
.column-grid-5 .column-push-3 {
  margin-left: 63%;
}
.column-grid-5 .column-push-2 {
  margin-left: 42%;
}
.column-grid-5 .column-push-1 {
  margin-left: 21%;
}
/* === 12 columns === */
/* $x = 8.75 */
.column-grid-12 .column-span-12 {
  width: 100%;
}
.column-grid-12 .column-span-11 {
  width: 91.25%;
}
.column-grid-12 .column-span-10 {
  width: 82.5%;
}
.column-grid-12 .column-span-9 {
  width: 73.75%;
}
.column-grid-12 .column-span-8 {
  width: 65%;
}
.column-grid-12 .column-span-7 {
  width: 56.25%;
}
.column-grid-12 .column-span-6 {
  width: 47.5%;
}
.column-grid-12 .column-span-5 {
  width: 38.75%;
}
.column-grid-12 .column-span-4 {
  width: 30%;
}
.column-grid-12 .column-span-3 {
  width: 21.25%;
}
.column-grid-12 .column-span-2 {
  width: 12.5%;
}
.column-grid-12 .column-span-1 {
  width: 3.75%;
}
.column-grid-12 .column-push-11 {
  margin-left: 96.25%;
}
.column-grid-12 .column-push-10 {
  margin-left: 87.5%;
}
.column-grid-12 .column-push-9 {
  margin-left: 78.75%;
}
.column-grid-12 .column-push-8 {
  margin-left: 69%;
}
.column-grid-12 .column-push-7 {
  margin-left: 61.25%;
}
.column-grid-12 .column-push-6 {
  margin-left: 52.5%;
}
.column-grid-12 .column-push-5 {
  margin-left: 43.75%;
}
.column-grid-12 .column-push-4 {
  margin-left: 35%;
}
.column-grid-12 .column-push-3 {
  margin-left: 26.25%;
}
.column-grid-12 .column-push-2 {
  margin-left: 17.5%;
}
.column-grid-12 .column-push-1 {
  margin-left: 8.75%;
}
@media (min-width: 768px) and (max-width: 979px) {
  #navbar #primaryNav ul a {
    letter-spacing: 0 !important;
  }
  #navbar #primaryNav ul .your-account a {
    background: transparent url('../../img/sprites-global.png') no-repeat -400px -180px;
    width: 13px;
    height: 13px;
    text-indent: -6000px;
    overflow: hidden;
  }
  #navbar #primaryNav ul .your-account a:before {
    background: none !important;
  }
  #navbar #primaryNav ul .your-account a:hover {
    background: transparent url('../../img/sprites-global.png') no-repeat -400px -160px;
  }
  #home-actions .flexslider .action-detail {
    position: absolute;
    top: 0;
    display: block;
    z-index: 3;
    width: 100%;
    height: 220px;
    left: 0;
    top: 50%;
    margin-top: -110px;
    text-align: center;
  }
  #home-actions .flexslider .action-detail hr {
    width: 200px;
  }
  #home-actions .flexslider .action-detail h2 {
    max-width: 500px;
  }
  #home-actions .flexslider .action-detail p {
    5max-width: 500px;
  }
  #home-actions .flexslider .action-detail .button-wrap {
    position: relative;
    margin-top: 20px;
  }
  .gallery-image {
    width: 14.2857%;
  }
  .post-list article {
    width: 50%;
  }
  #brandtree {
    width: 768px;
  }
  #site-footer #footer-nav #footerConnect h3 {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 979px) and (max-width: 767px) {
  #home-actions .flexslider .action-detail {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@media (min-width: 768px) and (max-width: 979px) and (max-width: 767px) {
  #home-actions .flexslider .action-detail .button-wrap {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 767px) {
  body {
    padding-left: 0;
    padding-right: 0;
  }
  #main {
    padding-left: 20px;
    padding-right: 20px;
  }
  header#site-header {
    position: absolute;
    top: 0;
    left: 0;
  }
  header#site-header #menu {
    display: block;
    width: 100%;
  }
  header#site-header #navbar {
    background: none;
    overflow: visible;
    height: auto;
    display: none;
  }
  header#site-header #navbar #primaryNav ul {
    margin: 0;
    float: none !important;
    *zoom: 1;
  }
  header#site-header #navbar #primaryNav ul:before,
  header#site-header #navbar #primaryNav ul:after {
    display: table;
    content: "";
    line-height: 0;
  }
  header#site-header #navbar #primaryNav ul:after {
    clear: both;
  }
  header#site-header #navbar #primaryNav ul li {
    float: left;
    display: block;
    width: 100%;
    margin: 0 !important;
    text-align: center;
    border-top: 1px dotted #000000;
    background: #333333;
  }
  header#site-header #navbar #primaryNav ul li a {
    padding: .5em 1em;
    color: #ffffff;
  }
  header#site-header #navbar #primaryNav ul li a:hover {
    color: #666666;
  }
  header#site-header #navbar #primaryNav ul .your-account {
    background: #000000;
    width: 50%;
    margin: 0;
    padding: 0;
    height: 40px;
  }
  header#site-header #navbar #primaryNav ul .your-account a:before {
    background: transparent url('../../img/sprites-global.png') no-repeat -400px -200px;
  }
  header#site-header #navbar #primaryNav ul .cart {
    background: #000000;
    width: 50%;
    padding: 0;
    height: 40px;
  }
  header#site-header #navbar #primaryNav ul .cart a:before {
    background: transparent url('../../img/sprites-global.png') no-repeat -350px -200px;
  }
  header#site-header #navbar #primaryNav ul .current_page_item a,
  header#site-header #navbar #primaryNav ul .current-menu-ancestor a,
  header#site-header #navbar #primaryNav ul .current-menu-parent a {
    border: none;
    color: #666666 !important;
  }
  header#site-header.sections_selected #navbar {
    display: block;
  }
  #secondaryNav {
    height: auto;
    min-height: 40px;
    position: relative;
    top: 0;
  }
  #secondaryNav ul {
    height: auto;
    min-height: 29px;
  }
  #btn-shopp {
    display: none;
  }
  .addthis_toolbox a {
    display: inline-block;
  }
  .addthis_toolbox a.addthis_button_twitter:before {
    background-position: -350px -100px;
    width: 22px;
  }
  .addthis_toolbox a.addthis_button_twitter:hover:before {
    background-position: -350px -130px;
  }
  .addthis_toolbox a.addthis_button_facebook:before {
    background-position: -400px -100px;
    width: 10px;
  }
  .addthis_toolbox a.addthis_button_facebook:hover:before {
    background-position: -400px -130px;
  }
  .addthis_toolbox a.addthis_button_email:before {
    background-position: -550px -100px;
    width: 22px;
  }
  .addthis_toolbox a.addthis_button_email:hover:before {
    background-position: -550px -130px;
  }
  .addthis_toolbox a.post_comments:before {
    background-position: -600px -100px;
    width: 20px;
  }
  .addthis_toolbox a.post_comments:hover:before {
    background-position: -600px -130px;
  }
  .gallery-image {
    width: 20%;
  }
  #subpage-image-list .subpage-image {
    width: 50%;
  }
  #site-footer {
    height: auto;
    padding: 2em 0;
  }
  #site-footer #lvp-contact {
    text-align: center;
  }
  #site-footer #lvp-contact span {
    margin: .5em auto;
    display: block;
  }
  #site-footer #footer-nav {
    text-align: center !important;
  }
  #site-footer #footer-nav #footerConnect h3 {
    display: block;
    text-align: center;
    margin: 0;
  }
  #site-footer #footer-nav #footerConnect .social {
    display: block;
    margin: .5em 0;
  }
  #site-footer #footer-nav #footerSubscribe {
    margin: 1.5em 0;
  }
  #site-footer #footer-nav .alignright {
    float: none !important;
    text-align: center !important;
    margin: 0 !important;
  }
  .post-list article {
    width: 80%;
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  #home-actions {
    height: 600px;
  }
  #home-actions .flexslider .action-detail {
    top: 300px;
  }
  #home-actions .flexslider .action-detail hr {
    width: 33%;
  }
  #home-actions .flexslider .action-detail h2 {
    width: 90%;
    font-size: 38px;
    line-height: 36px;
  }
  #home-actions .flexslider .action-detail p {
    width: 90%;
  }
  #home-actions .flexslider .action-detail .button-wrap {
    position: relative;
    margin-top: 20px;
  }
  #home-actions .flexslider img {
    width: auto;
    max-width: none;
  }
  #home-actions .flex-direction-nav {
    display: none;
  }
  .home #fullscreen-push {
    height: 600px;
  }
  .home #home-latest {
    margin-top: 2em;
  }
  .home #home-latest .home-latest-item {
    border-top: none;
  }
  .home #home-latest .home-latest-item:first-child {
    border-top: 1px solid #dfded8;
  }
  .fullsize-bg #main {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .fullsize-bg #fullsize-bg-image {
    position: relative;
    width: 300px;
    height: auto;
    margin: 0 auto;
  }
  .fullsize-bg #fullsize-bg-image img {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    position: relative;
  }
  .fullscreen #page-top-fade {
    display: none;
  }
  #brandtree {
    width: 440px;
  }
  #pals p {
    text-align: center;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  header#site-header {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #secondaryNav {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #home-actions .flexslider .action-detail .button-wrap {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .fullsize-bg #fullsize-bg-image {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .fullsize-bg #fullsize-bg-image img {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 480px) {
  .gallery-image {
    width: 33.3333%;
  }
  #subpage-image-list .subpage-image {
    width: 100%;
  }
  .column-grid .column {
    width: 100% !important;
    float: none !important;
  }
  .post-list article {
    width: 100%;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  #banner #logo a {
    background-image: url('../../img/sprites-global-x2.png');
    background-size: 400px 400px;
  }
  #banner #top a {
    background-image: url('../../img/sprites-global-x2.png');
    background-size: 400px 400px;
  }
  #banner .span8 h2:before {
    background-image: url('../../img/sprites-global-x2.png');
    background-size: 400px 400px;
  }
  #banner .span1 .contact-navigation a:before {
    background-image: url('../../img/sprites-global-x2.png');
    background-size: 400px 400px;
  }
  #banner .span1 #search label:before {
    background-image: url('../../img/sprites-global-x2.png');
    background-size: 400px 400px;
  }
  #footer nav.social-navigation a#onEmail:before {
    background-image: url('../../img/sprites-global-x2.png');
    background-size: 400px 400px;
  }
  #footer nav.social-navigation a#onFacebook:before {
    background-image: url('../../img/sprites-global-x2.png');
    background-size: 400px 400px;
  }
  #footer nav.social-navigation a#onTwitter:before {
    background-image: url('../../img/sprites-global-x2.png');
    background-size: 400px 400px;
  }
  #footer nav.social-navigation a#onLinkedIn:before {
    background-image: url('../../img/sprites-global-x2.png');
    background-size: 400px 400px;
  }
  #footer #meritas {
    background-image: url('../../img/sprites-global-x2.png');
    background-size: 400px 400px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px) {
  #banner #logo a {
    background-image: url('../../img/sprites-global-x2.png');
    background-size: 400px 400px;
  }
  #banner #sectionsHeader h2:before {
    background-image: url('../../img/sprites-global-x2.png');
    background-size: 400px 400px;
  }
  #banner .contact-navigation a:before {
    background-image: url('../../img/sprites-global-x2.png');
    background-size: 400px 400px;
  }
  #banner .searchform label:before {
    background-image: url('../../img/sprites-global-x2.png');
    background-size: 400px 400px;
  }
  #banner .searchform input.submit {
    background-image: url('../../img/sprites-global-x2.png') !important;
    background-size: 400px 400px !important;
  }
  nav.sub-navigation ul.nav_inline li.current_page_item a:after {
    background-image: url('../../img/sprites-global-x2.png');
    background-size: 400px 400px;
  }
  .home #banner #logo a {
    background-image: url('../../img/sprites-global-x2.png');
    background-size: 400px 400px;
  }
  .home article a.home_next:after {
    background-image: url('../../img/sprites-global-x2.png') !important;
    background-size: 400px 400px !important;
  }
  #people .filter a.selected:after {
    background-image: url('../../img/sprites-global-x2.png');
    background-size: 400px 400px;
  }
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
.collapse_children_vertical * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.collapse_children_horizontal * {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/**Woocommerce**/
.woocomerce .content-area {
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
 background-color: #000000 !important;
 }
 
 .woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover  {
 background-color:  #4e4d4d !important; !
 }
 .cart-contents:before {
    font-family: FontAwesome;
    content: "\f07a";
    font-size: 28px;
    margin-top: 10px;
    font-style: normal;
    font-weight: 400;
    padding-right: 5px;
    vertical-align: bottom;
}

.cart-contents-count {
    color: #fff;
    background-color: #000;
    font-weight: 700;
    border-radius: 10px;
    padding: 1px 6px;
    line-height: 1;
    vertical-align: top;
}
span.cart-count {
	position: absolute;
	left: 75%;
    top: 50px;
	font-family: "proxima-nova", Helvetica, Arial, sans-serif;
	font-size: 10px;
}

span.cart-count a {
	text-decoration: none;
}

mark.count {
	display:none !important;
	}
.woocommerce-loop-category__title	{
	text-align: center !important;	
}
.type-product {
	margin: 0 20px;
}
.sku_wrapper {
	display: none;
}
.woocommerce-product-gallery__image {
   margin-bottom: 10px;
}
.woocommerce div.product div.images img, .gift-home img {
	border:  #666666  3px groove;
	}
.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__wrapper #wpb_wiz_gallery .woocommerce-product-gallery__image {
	width: 23% !important;
    padding-right: 1%;
	margin-right: 1%;
}
.woocommerce div.product div.images #wpb_wiz_gallery img {
	border: #666666 1px groove !important;
}
.woocommerce-store-notice {
background-color: #000000 !important;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	width: 40% !important;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h2 {
	height: 60px;
}
 .is-style-outline .wp-block-button__link:hover, .wp-block-button__link.is-style-outline:hover {
 	background-color: transparent;
 }
 
 .woocommerce-breadcrumb {
 	display: none;
	margin-top: 45px;
 }
.wc-pao-addon-1009-handmade-holiday-tags-only-6-each-3 > a:first-child{ display:none; }
@media (max-width: 767px) {
.woocommerce #content div.product div.images, .woocommerce #content div.product div.summary, .woocommerce div.product div.images, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.images, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.images, .woocommerce-page div.product div.summary {
	float: none;
    width: 100% !important;
	
}
