@charset "UTF-8";
/* CSS RESET. standardizes cross-browser rendering on common elements, neutralizing browsers' built-in stylesheets. */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, iframe {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

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

q:before, q:after {
  content: ""; }

abbr, acronym {
  border: 0; }

a, img a {
  border: 0 none;
  margin: 0;
  padding: 0; }

/* End RESET. */
@font-face {
  font-family: "FuturaStdBookRegular";
  src: url("../fonts/futurastd-book-webfont.eot");
  src: url("../fonts/futurastd-book-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/futurastd-book-webfont.woff") format("woff"), url("../fonts/futurastd-book-webfont.ttf") format("truetype"), url("../fonts/futurastd-book-webfont.svg#FuturaStdBookRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

/*
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?v=4.0.3");
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.0.3") format("embedded-opentype"), url("../fonts/font-awesome/fontawesome-webfont.woff?v=4.0.3") format("woff"), url("../fonts/font-awesome/fontawesome-webfont.ttf?v=4.0.3") format("truetype"), url("../fonts/font-awesome/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.2857142857142858em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.143em;
  width: 2.142857142857143em;
  top: 0.14285714285714285em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.857em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }

  100% {
    -moz-transform: rotate(359deg); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg); } }

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }

  100% {
    -o-transform: rotate(359deg); } }

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg); }

  100% {
    -ms-transform: rotate(359deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }

  100% {
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1); }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-mail-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

body header nav {
  font-family: "FuturaStdBookRegular";
  margin-left: 266px; }
  body header nav a {
    transition: all 0.7s;
    -moz-transition: all 0.7s;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    color: #b0b993;
    float: left;
    font-size: 16px;
    height: 85px;
    letter-spacing: 1px;
    line-height: 90px;
    position: relative;
    text-shadow: -1px -1px 0 #21352b;
    padding: 0 12px; }
    body header nav a:hover {
      color: white; }
    body header nav a.active {
      background: rgba(156, 165, 105, 0.3);
      color: #eff6db; }
      body header nav a.active:after {
        background: url(../images/triangle3.png) no-repeat center bottom;
        bottom: -25px;
        content: " ";
        display: block;
        height: 13px;
        left: 0;
        margin: 0 auto;
        position: absolute;
        width: 100%; }
    body header nav a.new:after {
      opacity: 0.97;
      -moz-opacity: 0.97;
      -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=97);
      filter: alpha(opacity=97);
      zoom: 1;
      background: url(../images/new2.png);
      content: "NEW";
      height: 21px;
      left: 0;
      position: absolute;
      text-indent: -3000px;
      top: 79px;
      width: 69px; }
body header #phone-number {
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-top: 0 none;
  background: rgba(156, 165, 105, 0.3);
  color: #b0b993;
  float: left;
  font-size: 16px;
  margin: 0 0 10px 16px;
  padding: 18px 0 6px;
  text-align: center;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.8);
  width: 144px;
  float: right; }
body header img#appointlet-button {
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  float: right;
  margin-left: 14px;
  padding: 0; }
  body header img#appointlet-button:hover {
    opacity: 0.8;
    -moz-opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    zoom: 1; }

nav {
  position: relative;
  z-index: 597; }
  nav .dir {
    position: relative;
    float: left;
    zoom: 1; }
    nav .dir.hover > .balloon, nav .dir:hover > .balloon {
      opacity: 1;
      -moz-opacity: 1;
      -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      filter: alpha(opacity=100);
      zoom: 1;
      top: 72px;
      visibility: visible; }
    nav .dir .balloon {
      opacity: 0;
      -moz-opacity: 0;
      -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      filter: alpha(opacity=0);
      zoom: 1;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      transition: all 0.4s;
      -moz-transition: all 0.4s;
      -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
      position: absolute;
      text-align: left;
      top: 62px;
      visibility: hidden;
      z-index: 598; }
      nav .dir .balloon a {
        float: none;
        position: relative;
        margin: 0;
        padding: 0;
        height: auto;
        line-height: 1;
        display: block; }
      nav .dir .balloon .content {
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        height: 141px;
        margin: 28px 2px 0 2px;
        padding: 5px 0 0 12px; }
        nav .dir .balloon .content h1 {
          color: #b0b993;
          font-size: 28px;
          height: 40px;
          padding-left: 55px;
          text-indent: -30000px; }
        nav .dir .balloon .content p {
          font-family: Georgia, Times, serif;
          color: #b0b993;
          font-size: 11px;
          font-style: italic;
          letter-spacing: 1px;
          line-height: 1.5;
          margin: 46px 0 0 55px; }
    nav .dir.store_balloon .balloon {
      -moz-box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 9px;
      -webkit-box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 9px;
      box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 9px;
      background: url(../images/balloon.png);
      height: 176px;
      left: -99px;
      width: 271px; }
      nav .dir.store_balloon .balloon .content {
        background: url(../images/shirt.png) no-repeat right top; }
        nav .dir.store_balloon .balloon .content h1 {
          background: url(../images/cart_icon.png) no-repeat left top; }
    nav .dir.blog_balloon .balloon {
      background: url(../images/balloon_pen.png);
      height: 180px;
      left: -103px;
      width: 279px; }
      nav .dir.blog_balloon .balloon p {
        padding-top: 38px; }

body#home section hr.nice {
  background: url(../images/text_divider.png);
  border: 0 none;
  height: 21px;
  margin: 40px auto -9px;
  width: 76px;
  z-index: 5;
  position: relative; }
  body#home section hr.nice:before, body#home section hr.nice:after {
    background: #d2d7c1;
    content: " ";
    float: left;
    height: 1px;
    margin: 12px 0 0 -443px;
    width: 437px; }
  body#home section hr.nice:after {
    margin: 12px 0 0 82px; }
body#home section h2 {
  font-family: Georgia, Times, serif;
  -moz-box-shadow: white 0 1px 0;
  -webkit-box-shadow: white 0 1px 0;
  box-shadow: white 0 1px 0;
  background: url(../images/white_gradient2.png);
  border-bottom: 1px solid #d2d7c1;
  font-size: 16px;
  line-height: 1.65;
  margin: 0 auto 0 -26px;
  padding: 33px 0 30px;
  text-align: center;
  width: 960px; }
body#home section #tailoring {
  background: url(../images/scissors.png) no-repeat 140px 1px; }
  body#home section #tailoring p {
    font-family: Georgia, Times, serif;
    color: #7d7e81;
    font-size: 12px;
    line-height: 1.6;
    margin: 27px auto 0;
    padding-left: 240px;
    text-align: left;
    width: 390px; }
    body#home section #tailoring p strong {
      color: black; }
    body#home section #tailoring p small {
      border-top: 1px solid #bebec0;
      display: block;
      font-size: 11px;
      font-style: italic;
      margin-top: 10px;
      padding-top: 20px;
      width: 200px; }
body#home section #ghurka {
  -moz-box-shadow: white 1px 1px 0;
  -webkit-box-shadow: white 1px 1px 0;
  box-shadow: white 1px 1px 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-family: Georgia, Times, serif;
  transition: all 0.7s;
  -moz-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #cbcdce;
  margin: 40px auto 10px;
  padding: 3px;
  position: relative;
  width: 710px; }
  body#home section #ghurka a {
    transition: all 0.7s;
    -moz-transition: all 0.7s;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s; }
    body#home section #ghurka a img#ribbon {
      position: absolute;
      margin-top: -6px;
      z-index: 1;
      right: 19px; }
    body#home section #ghurka a img#ghurka_logo {
      float: left;
      margin: 12px 0 0 22px; }
    body#home section #ghurka a div {
      transition: all 0.7s;
      -moz-transition: all 0.7s;
      -webkit-transition: all 0.7s;
      -o-transition: all 0.7s;
      -moz-border-radius: 2px;
      -webkit-border-radius: 2px;
      border-radius: 2px;
      background: white;
      border: 1px solid #dbdcdd;
      height: 170px;
      margin-left: 200px;
      position: relative; }
      body#home section #ghurka a div h4 {
        transition: all 0.7s;
        -moz-transition: all 0.7s;
        -webkit-transition: all 0.7s;
        -o-transition: all 0.7s;
        border-bottom: 1px solid #dbdcdd;
        color: black;
        letter-spacing: 1px;
        padding: 15px 0 10px 32px;
        font-size: 22px; }
      body#home section #ghurka a div ul {
        margin-left: 32px;
        margin-top: 19px; }
        body#home section #ghurka a div ul li {
          float: left;
          position: relative;
          margin-right: 20px; }
          body#home section #ghurka a div ul li:after {
            border-right-color: #cbcdce;
            border-style: solid;
            border-left-color: #a5a5a5;
            border-width: 0 1px;
            content: "";
            display: block;
            height: 12px;
            margin: 19px -12px 0 0;
            position: absolute;
            width: 2px;
            top: 0;
            right: 0; }
          body#home section #ghurka a div ul li:last-child:after {
            display: none; }
          body#home section #ghurka a div ul li img {
            -moz-box-shadow: white 1px 1px 0;
            -webkit-box-shadow: white 1px 1px 0;
            box-shadow: white 1px 1px 0;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            border-radius: 2px;
            transition: all 0.7s;
            -moz-transition: all 0.7s;
            -webkit-transition: all 0.7s;
            -o-transition: all 0.7s;
            border: 1px solid #989898; }
      body#home section #ghurka a div span {
        transition: all 0.7s;
        -moz-transition: all 0.7s;
        -webkit-transition: all 0.7s;
        -o-transition: all 0.7s;
        color: #b0b993;
        font-size: 14px;
        font-weight: bold;
        left: 32px;
        letter-spacing: 1px;
        position: absolute;
        top: 137px; }
  body#home section #ghurka:hover {
    background: rgba(176, 185, 147, 0.2);
    border-color: #b0b993; }
    body#home section #ghurka:hover div {
      background: rgba(255, 255, 255, 0.8); }
      body#home section #ghurka:hover div img {
        border-color: #b0b993; }
    body#home section #ghurka:hover h4:after {
      content: "→";
      font-size: 12px;
      margin-left: 8px;
      position: absolute;
      top: 22px;
      color: gray; }
    body#home section #ghurka:hover span {
      color: #8e9b65;
      text-decoration: underline; }
body#home .video {
  display: none;
  border-top: 1px solid #bebec0;
  margin: 20px 0 0 379px;
  padding-top: 20px;
  width: 200px; }
  body#home .video a.fancybox {
    transition: all 0.7s;
    -moz-transition: all 0.7s;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s; }
    body#home .video a.fancybox .play {
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      transition: all 0.7s;
      -moz-transition: all 0.7s;
      -webkit-transition: all 0.7s;
      -o-transition: all 0.7s;
      background: rgba(0, 0, 0, 0.8) url(../images/play.png) no-repeat center center;
      background-size: 13px;
      content: "";
      height: 26px;
      margin: 20px 0 0 30px;
      position: absolute;
      width: 42px; }
    body#home .video a.fancybox:hover .play {
      background-color: transparent;
      background-size: 0;
      height: 36px;
      margin: 15px 0 0 25px;
      width: 52px; }
    body#home .video a.fancybox img {
      transition: all 0.3s;
      -moz-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      -moz-box-shadow: white 1px 1px 0;
      -webkit-box-shadow: white 1px 1px 0;
      box-shadow: white 1px 1px 0;
      -moz-border-radius: 2px;
      -webkit-border-radius: 2px;
      border-radius: 2px;
      border: 1px solid #989898;
      width: 100px; }
    body#home .video a.fancybox p {
      color: #7d7e81;
      margin: 10px 0 0 0; }

body section #slides {
  margin-left: 30px;
  position: relative; }
  body section #slides a.prev, body section #slides a.next {
    transition: all 0.7s;
    -moz-transition: all 0.7s;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    -moz-box-shadow: rgba(0, 0, 0, 0.85) -2px -1px 2px inset;
    -webkit-box-shadow: rgba(0, 0, 0, 0.85) -2px -1px 2px inset;
    box-shadow: rgba(0, 0, 0, 0.85) -2px -1px 2px inset;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px;
    background: url(../images/slider_left_arrow.jpg);
    display: block;
    height: 286px;
    left: -30px;
    position: absolute;
    text-indent: -30000px;
    top: 9px;
    width: 30px; }
    body section #slides a.prev:hover, body section #slides a.next:hover {
      opacity: 0.8;
      -moz-opacity: 0.8;
      -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
      filter: alpha(opacity=80);
      zoom: 1; }
  body section #slides a.next {
    -moz-box-shadow: rgba(0, 0, 0, 0.85) 2px -1px 2px inset;
    -webkit-box-shadow: rgba(0, 0, 0, 0.85) 2px -1px 2px inset;
    box-shadow: rgba(0, 0, 0, 0.85) 2px -1px 2px inset;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
    background: url(../images/slider_right_arrow.jpg);
    left: 849px; }
  body section #slides:before {
    background: url(../images/pattern.png);
    content: " ";
    height: 286px;
    position: absolute;
    top: 9px;
    width: 849px; }
  body section #slides:after {
    background: white;
    content: " ";
    height: 268px;
    left: 9px;
    position: absolute;
    top: 18px;
    width: 833px;
    z-index: 1; }
  body section #slides .slides_container {
    height: 286px;
    margin: 0 0 0 18px;
    position: relative;
    width: 813px;
    z-index: 2; }
    body section #slides .slides_container img {
      margin-top: 27px;
      width: 813px;
      height: 249px; }
      body section #slides .slides_container img#mg {
        margin-top: 0;
        height: 286px; }
  body section #slides #frame {
    background: url(../images/slider_frame.png);
    height: 285px;
    left: 1px;
    position: absolute;
    top: 10px;
    width: 848px;
    z-index: 3; }
    body section #slides #frame:after {
      background: url(../images/slider_shadow.png);
      content: " ";
      height: 7px;
      position: absolute;
      top: 285px;
      left: -30px;
      width: 908px; }
  body section #slides ul.pagination {
    bottom: -32px;
    left: -22px;
    position: absolute; }
    body section #slides ul.pagination li {
      opacity: 0.9;
      -moz-opacity: 0.9;
      -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
      filter: alpha(opacity=90);
      zoom: 1;
      transition: all 0.7s;
      -moz-transition: all 0.7s;
      -webkit-transition: all 0.7s;
      -o-transition: all 0.7s;
      margin: 0 6px 0 0;
      float: left; }
      body section #slides ul.pagination li a {
        -moz-box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 0px inset, white 1px 1px 0;
        -webkit-box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 0px inset, white 1px 1px 0;
        box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 0px inset, white 1px 1px 0;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        transition: all 0.7s;
        -moz-transition: all 0.7s;
        -webkit-transition: all 0.7s;
        -o-transition: all 0.7s;
        background: rgba(255, 255, 255, 0.3);
        border: 1px solid rgba(0, 0, 0, 0.2);
        display: block;
        height: 6px;
        text-indent: -30000px;
        width: 6px; }
      body section #slides ul.pagination li.current {
        opacity: 1;
        -moz-opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        filter: alpha(opacity=100);
        zoom: 1;
        position: relative;
        z-index: 600; }
        body section #slides ul.pagination li.current a {
          background: #b0b993;
          border-color: #8e9b65;
          background-color: #dde1d1;
          background-image: -moz-linear-gradient(top, #dde1d1, #b0b993);
          background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dde1d1), color-stop(1, #b0b993));
          background-image: linear-gradient(top, #dde1d1, #b0b993);
          -pie-background: linear-gradient(#dde1d1, #b0b993);
          -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px;
          -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px;
          box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px; }

/* jScrollPane Main Style */
.jspContainer {
  overflow: hidden;
  position: relative; }

.jspPane {
  position: absolute; }

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
  height: 100%; }

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red; }

.jspVerticalBar *, .jspHorizontalBar * {
  margin: 0;
  padding: 0; }

.jspCap {
  display: none; }

.jspHorizontalBar .jspCap {
  float: left; }

.jspTrack {
  background: #ddddee;
  position: relative; }

.jspDrag {
  background: #bbbbdd;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer; }

.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
  float: left;
  height: 100%; }

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer; }
  .jspArrow.jspDisabled {
    cursor: default;
    background: #80808d; }

.jspVerticalBar .jspArrow {
  height: 16px; }

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%; }

.jspVerticalBar .jspArrow:focus {
  outline: none; }

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%; }

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* .jspCorner {
  margin: 0 -3px 0 0; }

body#about #string {
  background: url("../images/string.png");
  height: 17px;
  width: 7px;
  position: absolute;
  left: 50%;
  z-index: 5;
  margin-left: -379px;
  margin-top: -17px; }
body#about footer #col2 {
  background: url("../images/polaroid.png") no-repeat 410px bottom; }
body#about header nav a.active:after {
  background: url(../images/triang_about.png) no-repeat center top; }
body#about section {
  font-family: Georgia, Times, serif;
  height: 1043px;
  padding: 77px 0 0 26px;
  text-shadow: 1px 1px 0 white;
  width: 934px !important; }
  body#about section #pic {
    background: url(../images/about.png);
    float: left;
    height: 1120px;
    margin: -77px 0 0 0;
    width: 464px; }
  body#about section hr {
    border-width: 1px 0;
    border-style: solid;
    border-bottom-color: #cbcdce;
    border-top-color: #a5a5a5;
    padding: 1px; }
  body#about section article {
    margin: 0 0 0 467px; }
    body#about section article p {
      color: #7d7e81;
      font-size: 13px;
      margin: 0 0 20px;
      line-height: 1.4;
      text-align: left; }
      body#about section article p strong {
        color: black;
        font-size: 13px; }
    body#about section article#mg {
      padding-bottom: 5px; }
      body#about section article#mg h1 {
        color: #7d7e81;
        font-size: 16px;
        line-height: 1.45;
        margin-bottom: 30px; }
        body#about section article#mg h1 strong:first-child {
          background: url(../images/for_over_60_years.png);
          display: block;
          height: 68px;
          margin-bottom: -15px;
          text-indent: -30000px;
          width: 378px; }
        body#about section article#mg h1 span {
          display: inline-block;
          vertical-align: baseline;
          zoom: 1;
          *display: inline;
          *vertical-align: auto;
          height: 5px;
          width: 20px; }
      body#about section article#mg a.fancybox {
        transition: all 0.7s;
        -moz-transition: all 0.7s;
        -webkit-transition: all 0.7s;
        -o-transition: all 0.7s;
        margin-right: -10px;
        float: right;
        text-align: center;
        width: 254px; }
        body#about section article#mg a.fancybox .play {
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
          border-radius: 3px;
          transition: all 0.7s;
          -moz-transition: all 0.7s;
          -webkit-transition: all 0.7s;
          -o-transition: all 0.7s;
          background: rgba(0, 0, 0, 0.8) url(../images/play.png) no-repeat center center;
          background-size: 13px;
          content: "";
          height: 26px;
          margin: 72px 0 0 107px;
          position: absolute;
          width: 42px; }
        body#about section article#mg a.fancybox:hover .play {
          background-color: transparent;
          background-size: 0;
          height: 36px;
          margin: 67px 0 0 102px;
          width: 52px; }
        body#about section article#mg a.fancybox:hover h5 span, body#about section article#mg a.fancybox:hover h5 strong {
          color: #0dadd5; }
        body#about section article#mg a.fancybox:hover h5 strong {
          color: #0793b6; }
        body#about section article#mg a.fancybox h5 {
          margin-top: 5px; }
          body#about section article#mg a.fancybox h5 span {
            transition: all 0.7s;
            -moz-transition: all 0.7s;
            -webkit-transition: all 0.7s;
            -o-transition: all 0.7s;
            background: url(../images/vimeo_favicon.gif) no-repeat left center;
            color: #7d7e81;
            padding-left: 22px;
            text-transform: uppercase; }
          body#about section article#mg a.fancybox h5 strong {
            transition: all 0.7s;
            -moz-transition: all 0.7s;
            -webkit-transition: all 0.7s;
            -o-transition: all 0.7s;
            color: black; }
      body#about section article#mg p {
        width: 203px; }
        body#about section article#mg p strong {
          background: url(../images/m.png) no-repeat left 2px;
          display: block;
          padding: 13px 0 0 36px; }
          body#about section article#mg p strong:first-letter {
            color: transparent;
            text-shadow: 0 0 0 transparent; }
    body#about section article#stevie h2 {
      background: url(../images/the_protege.png);
      height: 53px;
      margin: 24px 0 10px 0;
      text-indent: -30000px;
      width: 206px; }
    body#about section article#stevie img#stevie_pic {
      float: right;
      margin: -66px -60px 0 8px; }
    body#about section article#stevie p {
      width: 297px; }
    body#about section article#stevie .smaller p {
      margin-left: 113px;
      width: auto; }
  body#about section #signature {
    background: url(../images/signature.png);
    float: right;
    height: 23px;
    margin-right: -18px;
    width: 97px; }
    body#about section #signature:before {
      border-bottom-color: #cbcdce;
      border-style: solid;
      border-top-color: #a5a5a5;
      border-width: 1px 0;
      content: "";
      height: 2px;
      float: right;
      margin: 8px 105px 0 0;
      width: 383px; }
  body#about section article#martins_story {
    padding: 48px 0 0 32px; }
    body#about section article#martins_story h3 {
      background: url(../images/martins_story.png);
      height: 36px;
      margin-left: 198px;
      text-indent: -30000px;
      width: 181px; }
    body#about section article#martins_story img {
      -moz-box-shadow: white 1px 1px 0;
      -webkit-box-shadow: white 1px 1px 0;
      box-shadow: white 1px 1px 0;
      float: left;
      margin-left: 81px; }
    body#about section article#martins_story p {
      font-size: 12px;
      margin-right: 25px; }
      body#about section article#martins_story p#first {
        margin-left: 198px; }
      body#about section article#martins_story p#ggg {
        background: url(../images/1947.png) no-repeat 2px 3px;
        padding-left: 106px; }
      body#about section article#martins_story p:last-child {
        margin-bottom: 0; }
    body#about section article#martins_story hr {
      margin-right: 25px;
      margin-bottom: 20px; }
    body#about section article#martins_story .scroll-pane {
      height: 140px; }
    body#about section article#martins_story .jspVerticalBar {
      width: 12px; }
    body#about section article#martins_story .jspTrack {
      background: #d9dadb;
      background: -moz-linear-gradient(left, #d9dadb 0%, white 100%);
      background: -webkit-gradient(linear, left top, right top, color-stop(0%, #d9dadb), color-stop(100%, white));
      -pie-background: linear-gradient(#d9dadb, white);
      -moz-border-radius: 6px;
      -webkit-border-radius: 6px;
      border-radius: 6px;
      border: 1px solid #a1a3a6;
      width: 12px;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box; }
    body#about section article#martins_story .jspDrag {
      -moz-box-shadow: rgba(255, 255, 255, 0.25) 1px 2px 1px inset;
      -webkit-box-shadow: rgba(255, 255, 255, 0.25) 1px 2px 1px inset;
      box-shadow: rgba(255, 255, 255, 0.25) 1px 2px 1px inset;
      background: #b0b993;
      background: -moz-linear-gradient(left, #b0b993 0%, #89947c 100%);
      background: -webkit-gradient(linear, left top, right top, color-stop(0%, #b0b993), color-stop(100%, #89947c));
      -pie-background: linear-gradient(#b0b993, #89947c);
      -moz-border-radius: 6px;
      -webkit-border-radius: 6px;
      border-radius: 6px;
      border: 1px solid #828e77;
      margin-left: -1px;
      margin-top: -1px !important;
      position: absolute;
      width: 12px;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box; }
    body#about section article#martins_story .jspHover {
      -moz-box-shadow: rgba(255, 255, 255, 0.5) 1px 2px 1px inset;
      -webkit-box-shadow: rgba(255, 255, 255, 0.5) 1px 2px 1px inset;
      box-shadow: rgba(255, 255, 255, 0.5) 1px 2px 1px inset;
      background: #b0b993; }
    body#about section article#martins_story .jspActive {
      background: #89947c; }

body#press footer #col2 {
  background: url("../images/newspaper.png") no-repeat 370px bottom; }
body#press section a.fancybox {
  transition: all 0.7s;
  -moz-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s; }
  body#press section a.fancybox .play {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    transition: all 0.7s;
    -moz-transition: all 0.7s;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    background: rgba(0, 0, 0, 0.8) url(../images/play.png) no-repeat center center;
    background-size: 13px;
    content: "";
    height: 26px;
    margin: 70px 0 0 126px;
    position: absolute;
    width: 42px; }
  body#press section a.fancybox:hover .play {
    background-color: transparent;
    background-size: 0;
    height: 36px;
    margin: 65px 0 0 121px;
    width: 52px; }
body#press section article#videos h1 {
  background: url(../images/videos.png);
  height: 30px;
  margin: 8px 0 24px 335px;
  text-indent: -30000px;
  width: 121px; }
body#press section article#videos #featured {
  font-family: Georgia, Times, serif;
  margin-left: -26px;
  width: 960px; }
  body#press section article#videos #featured #video_camera {
    background: url(../images/video_camera.png) no-repeat 50px top;
    float: left;
    height: 150px;
    margin-top: -27px;
    position: relative;
    width: 330px; }
    body#press section article#videos #featured #video_camera i {
      color: #b0b993;
      float: right;
      font-size: 33px;
      margin-top: 168px;
      text-shadow: -1px -1px 0 white; }
    body#press section article#videos #featured #video_camera:after {
      content: "";
      border-width: 1px 0;
      border-style: solid;
      border-bottom-color: #cbcdce;
      border-top-color: #a5a5a5;
      bottom: -5px;
      padding: 1px;
      position: absolute;
      width: 330px; }
  body#press section article#videos #featured #featured_video {
    float: right;
    width: 600px; }
    body#press section article#videos #featured #featured_video a img {
      transition: all 0.3s;
      -moz-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      -moz-box-shadow: white 1px 1px 0;
      -webkit-box-shadow: white 1px 1px 0;
      box-shadow: white 1px 1px 0;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      background: #21352b url(../images/pattern.png);
      border: 1px solid #8e9b65;
      float: left;
      padding: 4px; }
    body#press section article#videos #featured #featured_video a:hover img {
      background: #b0b993; }
    body#press section article#videos #featured #featured_video hgroup {
      float: right;
      width: 262px; }
      body#press section article#videos #featured #featured_video hgroup h4 {
        background: url(../images/star.png) no-repeat left center;
        color: #7d7e81;
        font-weight: bold;
        margin-bottom: 8px;
        padding-left: 18px; }
      body#press section article#videos #featured #featured_video hgroup h2 {
        font-weight: bold;
        font-size: 21px;
        line-height: 1.4;
        margin-bottom: 12px; }
      body#press section article#videos #featured #featured_video hgroup h3 {
        color: #7d7e81;
        font-size: 13px;
        line-height: 1.4;
        margin: 58px 0 0 42px; }
        body#press section article#videos #featured #featured_video hgroup h3:before {
          content: "";
          border-width: 1px 0;
          border-style: solid;
          border-bottom-color: #cbcdce;
          border-top-color: #a5a5a5;
          padding: 1px;
          position: absolute;
          width: 222px;
          margin-top: -15px;
          margin-left: -2px; }
      body#press section article#videos #featured #featured_video hgroup img {
        float: left; }
body#press section article#videos ul {
  clear: both;
  margin-left: -26px;
  padding: 33px 0 0 0;
  width: 960px; }
  body#press section article#videos ul li {
    float: left;
    margin-right: 29px;
    margin-bottom: 20px;
    width: 218px; }
    body#press section article#videos ul li:last-child, body#press section article#videos ul li:nth-child(4n+0) {
      margin-right: 0; }
      body#press section article#videos ul li:last-child:after, body#press section article#videos ul li:nth-child(4n+0):after {
        display: none; }
    body#press section article#videos ul li a img {
      transition: all 0.3s;
      -moz-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      -moz-box-shadow: white 1px 1px 0;
      -webkit-box-shadow: white 1px 1px 0;
      box-shadow: white 1px 1px 0;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      background: #21352b url(../images/pattern.png);
      border: 1px solid #8e9b65;
      float: left;
      padding: 4px; }
    body#press section article#videos ul li a p {
      -moz-box-shadow: white 0 1px 0 inset;
      -webkit-box-shadow: white 0 1px 0 inset;
      box-shadow: white 0 1px 0 inset;
      font-family: Georgia, Times, serif;
      transition: all 0.3s;
      -moz-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      background: url(../images/youtube_favicon2.png) no-repeat left 7px;
      border-top: 1px solid #cbcdce;
      color: #b0b993;
      float: left;
      font-size: 12px;
      line-height: 1;
      font-weight: bold;
      margin: 10px 0 0 5px;
      padding: 7px 0 0 25px;
      text-shadow: 1px 1px 0 white; }
    body#press section article#videos ul li a .play {
      margin: 50px 0 0 89px; }
    body#press section article#videos ul li a:hover img {
      background: #b0b993; }
    body#press section article#videos ul li a:hover .play {
      margin: 45px 0 0 84px; }
    body#press section article#videos ul li a:hover p {
      background-position: -50px 7px;
      color: #727c50;
      font-size: 14px;
      padding: 5px 0 0 0; }
    body#press section article#videos ul li:after {
      border-right-color: #cbcdce;
      border-style: solid;
      border-left-color: #a5a5a5;
      border-width: 0 1px;
      content: "";
      display: block;
      height: 12px;
      margin: 57px 0 0 230px;
      position: absolute;
      width: 2px; }
body#press article#press_articles {
  clear: both;
  margin: 0 0 0 -26px;
  padding-top: 15px;
  text-shadow: 1px 1px 0 white;
  width: 960px; }
  body#press article#press_articles hr {
    padding: 1px;
    border-width: 1px 0;
    border-style: solid;
    border-bottom-color: #cbcdce;
    border-top-color: #a5a5a5;
    width: 100%; }
  body#press article#press_articles h1 {
    background: url(../images/press_articles.png);
    height: 30px;
    margin: 36px 0 45px 143px;
    text-indent: -30000px;
    width: 260px; }
  body#press article#press_articles a#presskit {
    transition: all 0.7s;
    -moz-transition: all 0.7s;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    float: right;
    margin-right: 40px;
    margin-top: -84px;
    padding: 5px 10px 6px 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: transparent 1px 1px 0;
    -webkit-box-shadow: transparent 1px 1px 0;
    box-shadow: transparent 1px 1px 0;
    border: 1px solid transparent; }
    body#press article#press_articles a#presskit .icon {
      transition: all 0.7s;
      -moz-transition: all 0.7s;
      -webkit-transition: all 0.7s;
      -o-transition: all 0.7s;
      background: url(../images/presskit.png);
      float: right;
      height: 36px;
      width: 36px; }
    body#press article#press_articles a#presskit .text {
      font-family: Georgia, Times, serif;
      transition: all 0.7s;
      -moz-transition: all 0.7s;
      -webkit-transition: all 0.7s;
      -o-transition: all 0.7s;
      color: #b0b993;
      float: left;
      font-size: 13px;
      font-weight: bold;
      margin-right: 10px;
      margin-top: 6px;
      text-align: right;
      width: 72px; }
      body#press article#press_articles a#presskit .text span {
        transition: all 0.7s;
        -moz-transition: all 0.7s;
        -webkit-transition: all 0.7s;
        -o-transition: all 0.7s;
        display: block;
        font-size: 10px;
        font-weight: normal; }
    body#press article#press_articles a#presskit:hover {
      background-color: rgba(255, 255, 255, 0.2);
      background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.2), white);
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.2)), color-stop(1, white));
      background-image: linear-gradient(top, rgba(255, 255, 255, 0.2), white);
      -pie-background: linear-gradient(rgba(255, 255, 255, 0.2), white);
      -moz-box-shadow: white 1px 1px 0;
      -webkit-box-shadow: white 1px 1px 0;
      box-shadow: white 1px 1px 0;
      border-color: #c7cdb2;
      background: rgba(255, 255, 255, 0.5); }
      body#press article#press_articles a#presskit:hover .text {
        color: #727c50; }
        body#press article#press_articles a#presskit:hover .text span {
          color: #7d7e81; }
  body#press article#press_articles ul {
    margin: 35px auto 0;
    width: 674px; }
    body#press article#press_articles ul li {
      -moz-box-shadow: white 0 1px 0;
      -webkit-box-shadow: white 0 1px 0;
      box-shadow: white 0 1px 0;
      border-bottom: 1px solid #cbcdce;
      padding-top: 20px;
      padding-bottom: 17px; }
      body#press article#press_articles ul li:last-child {
        -moz-box-shadow: transparent 0 0 0;
        -webkit-box-shadow: transparent 0 0 0;
        box-shadow: transparent 0 0 0;
        border: 0 none;
        margin-bottom: 0; }
      body#press article#press_articles ul li a {
        font-family: Georgia, Times, serif;
        color: #8e9b65;
        position: relative; }
        body#press article#press_articles ul li a img.thumbnail {
          -moz-box-shadow: white 1px 1px 0;
          -webkit-box-shadow: white 1px 1px 0;
          box-shadow: white 1px 1px 0;
          -moz-border-radius: 2px;
          -webkit-border-radius: 2px;
          border-radius: 2px;
          transition: all 0.7s;
          -moz-transition: all 0.7s;
          -webkit-transition: all 0.7s;
          -o-transition: all 0.7s;
          border: 1px solid #989898; }
        body#press article#press_articles ul li a .article {
          float: right;
          padding-top: 14px;
          width: 566px; }
          body#press article#press_articles ul li a .article img {
            vertical-align: middle; }
          body#press article#press_articles ul li a .article .separator {
            border-right-color: #cbcdce;
            border-style: solid;
            border-left-color: #a5a5a5;
            border-width: 0 1px;
            display: inline-block;
            vertical-align: baseline;
            zoom: 1;
            *display: inline;
            *vertical-align: auto;
            height: 12px;
            margin: 6px 18px 0;
            vertical-align: top;
            width: 2px; }
          body#press article#press_articles ul li a .article time {
            color: gray;
            font-size: 13px;
            vertical-align: middle; }
          body#press article#press_articles ul li a .article h2 {
            transition: all 0.7s;
            -moz-transition: all 0.7s;
            -webkit-transition: all 0.7s;
            -o-transition: all 0.7s;
            background: url(../images/icon_article.png) no-repeat left top;
            font-size: 15px;
            font-style: italic;
            font-weight: bold;
            letter-spacing: 0.2px;
            margin-top: 8px;
            padding: 2px 0 0 29px; }
          body#press article#press_articles ul li a .article h3 {
            display: inline-block;
            vertical-align: baseline;
            zoom: 1;
            *display: inline;
            *vertical-align: auto;
            font-size: 18px;
            color: #7d7e81;
            vertical-align: middle; }
      body#press article#press_articles ul li:hover {
        background: url(../images/white_gradient2.png) repeat-y center center; }
        body#press article#press_articles ul li:hover a img.thumbnail {
          opacity: 0.7;
          -moz-opacity: 0.7;
          -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
          filter: alpha(opacity=70);
          zoom: 1;
          border-color: #7d7e81; }
        body#press article#press_articles ul li:hover a .article h2 {
          color: #727c50; }

body#testimonials footer #col2 {
  background: url("../images/scissors2.png") no-repeat 400px 14px; }
body#testimonials section {
  padding-top: 77px; }
  body#testimonials section h1 {
    background: url(../images/testimonials.png);
    float: right;
    height: 44px;
    margin-bottom: 15px;
    text-indent: -30000px;
    width: 598px; }
  body#testimonials section #parallax {
    background: #6a562e url(../images/hug.jpg);
    height: 156px;
    margin: 64px 0 0 315px;
    position: absolute;
    width: 588px; }
  body#testimonials section img#hug {
    float: right;
    margin-bottom: 30px; }
  body#testimonials section aside {
    float: left;
    width: 200px; }
  body#testimonials section #mannequin {
    background: url(../images/mannequin.png);
    width: 190px;
    height: 544px;
    margin-left: 6px; }
  body#testimonials section #sticky-anchor {
    height: 10px; }
  body#testimonials section #gallery {
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 1px inset, white 1px 1px 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 1px inset, white 1px 1px 0;
    box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 1px inset, white 1px 1px 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #cbcdce;
    margin-left: 52px;
    padding: 10px 0; }
    body#testimonials section #gallery a {
      margin: 18px 7px; }
      body#testimonials section #gallery a:after {
        margin: 18px 0 0 19px; }
    body#testimonials section #gallery.sticky {
      position: fixed;
      top: 10px; }
  body#testimonials section blockquote {
    -moz-box-shadow: white 0 1px 0;
    -webkit-box-shadow: white 0 1px 0;
    box-shadow: white 0 1px 0;
    font-family: Georgia, Times, serif;
    background: url(../images/big_balloon.png) no-repeat left top;
    border-bottom: 1px solid #cbcdce;
    float: right;
    margin-bottom: 30px;
    padding-bottom: 10px;
    text-shadow: 1px 1px 0 white;
    width: 588px; }
    body#testimonials section blockquote.last {
      -moz-box-shadow: transparent 0 1px 0;
      -webkit-box-shadow: transparent 0 1px 0;
      box-shadow: transparent 0 1px 0;
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: 0 none; }
    body#testimonials section blockquote img {
      -moz-border-radius: 2px;
      -webkit-border-radius: 2px;
      border-radius: 2px;
      border: 1px solid #989898;
      margin: 3px 0 0 4px;
      float: left; }
    body#testimonials section blockquote h3, body#testimonials section blockquote h2, body#testimonials section blockquote p {
      float: right;
      width: 420px;
      padding-right: 27px; }
    body#testimonials section blockquote h2 {
      font-size: 15px;
      font-weight: bold;
      margin: 6px 0; }
    body#testimonials section blockquote h3 {
      font-size: 13px;
      margin: -2px 0 2px; }
    body#testimonials section blockquote p {
      color: #7d7e81;
      font-size: 12px;
      margin: 0 0 15px;
      line-height: 1.3;
      text-align: left; }
  body#testimonials section .clear {
    clear: both; }

body#contact footer #col2 {
  background: url("../images/stamp.png") no-repeat 370px bottom; }
body#contact section {
  padding-left: 0;
  padding-right: 0;
  width: 950px !important; }
  body#contact section .separator {
    background: url("../images/location_icon.png");
    clear: both;
    margin: 0 auto;
    height: 36px;
    width: 36px; }
    body#contact section .separator#appointment_icon {
      background: url("../images/watch_icon.png"); }
    body#contact section .separator:after, body#contact section .separator:before {
      content: "";
      border-width: 1px 0;
      border-style: solid;
      border-bottom-color: #cbcdce;
      border-top-color: #a5a5a5;
      margin: 14px 0 0 48px;
      padding: 1px;
      position: absolute;
      width: 420px; }
    body#contact section .separator:before {
      margin: 14px 0 0 -436px; }
  body#contact section article#form {
    background: url("../images/inkwell.png");
    float: right;
    height: 567px;
    margin-top: 10px;
    width: 346px; }
    body#contact section article#form #content {
      margin: 60px 22px 0 46px;
      height: 50px; }
      body#contact section article#form #content a {
        font-family: Georgia, Times, serif;
        transition: all 0.7s;
        -moz-transition: all 0.7s;
        -webkit-transition: all 0.7s;
        -o-transition: all 0.7s;
        color: #b0b993;
        font-size: 14px;
        font-weight: bold; }
        body#contact section article#form #content a:hover {
          color: #8e9b65; }
      body#contact section article#form #content form {
        margin-top: 10px;
        position: relative; }
        body#contact section article#form #content form input, body#contact section article#form #content form textarea {
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
          border-radius: 3px;
          transition: all 0.7s;
          -moz-transition: all 0.7s;
          -webkit-transition: all 0.7s;
          -o-transition: all 0.7s;
          -moz-box-shadow: transparent 1px 1px 5px inset, transparent 0 0 5px;
          -webkit-box-shadow: transparent 1px 1px 5px inset, transparent 0 0 5px;
          box-shadow: transparent 1px 1px 5px inset, transparent 0 0 5px;
          background: #f2f2f2;
          border: 1px solid #c2c2c2;
          font-size: 11px;
          height: 22px;
          margin-top: 11px;
          padding: 2px 6px;
          outline: none;
          width: 264px; }
          body#contact section article#form #content form input:focus, body#contact section article#form #content form textarea:focus {
            -moz-box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 5px inset, #b0b993 0 0 5px;
            -webkit-box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 5px inset, #b0b993 0 0 5px;
            box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 5px inset, #b0b993 0 0 5px;
            background-color: #b0b993;
            color: white; }
            body#contact section article#form #content form input:focus:hover, body#contact section article#form #content form textarea:focus:hover {
              -moz-box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 5px inset, #b0b993 0 0 5px;
              -webkit-box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 5px inset, #b0b993 0 0 5px;
              box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 5px inset, #b0b993 0 0 5px; }
          body#contact section article#form #content form input:hover, body#contact section article#form #content form textarea:hover {
            -moz-box-shadow: transparent 1px 1px 5px inset, #b0b993 0 0 5px;
            -webkit-box-shadow: transparent 1px 1px 5px inset, #b0b993 0 0 5px;
            box-shadow: transparent 1px 1px 5px inset, #b0b993 0 0 5px;
            border-color: #b0b993; }
        body#contact section article#form #content form textarea {
          font-family: Verdana, Arial, sans-serif;
          height: 60px; }
        body#contact section article#form #content form button[type='submit'] {
          -webkit-appearance: none;
          background-color: #b0b993;
          background-image: -moz-linear-gradient(top, #b0b993, #6d725c);
          background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #b0b993), color-stop(1, #6d725c));
          background-image: linear-gradient(top, #b0b993, #6d725c);
          -pie-background: linear-gradient(#b0b993, #6d725c);
          -moz-border-radius: 4px;
          -webkit-border-radius: 4px;
          border-radius: 4px;
          text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.7);
          -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.7);
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          -moz-box-shadow: transparent 0 0 7px;
          -webkit-box-shadow: transparent 0 0 7px;
          box-shadow: transparent 0 0 7px;
          border: 1px solid #21352b;
          color: white;
          cursor: pointer;
          font-weight: bold;
          height: 24px;
          padding: 3px 8px 6px;
          float: right;
          margin-top: 11px; }
          body#contact section article#form #content form button[type='submit']:hover {
            -moz-box-shadow: #b0b993 0 0 7px;
            -webkit-box-shadow: #b0b993 0 0 7px;
            box-shadow: #b0b993 0 0 7px; }
          body#contact section article#form #content form button[type='submit']:active {
            -moz-box-shadow: rgba(255, 255, 255, 0.7) 0 0 6px;
            -webkit-box-shadow: rgba(255, 255, 255, 0.7) 0 0 6px;
            box-shadow: rgba(255, 255, 255, 0.7) 0 0 6px; }
          body#contact section article#form #content form button[type='submit']:before {
            border-top: 1px solid #dcddde;
            content: "";
            height: 0;
            margin: 7px 0 0 -225px;
            position: absolute;
            width: 200px; }
        body#contact section article#form #content form span.error {
          -moz-box-shadow: #333333 1px 1px 3px;
          -webkit-box-shadow: #333333 1px 1px 3px;
          box-shadow: #333333 1px 1px 3px;
          background-color: #a91f13;
          background-image: -moz-linear-gradient(top, #a91f13, #ca2517);
          background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #a91f13), color-stop(1, #ca2517));
          background-image: linear-gradient(top, #a91f13, #ca2517);
          -pie-background: linear-gradient(#a91f13, #ca2517);
          -moz-border-radius: 6px;
          -webkit-border-radius: 6px;
          border-radius: 6px;
          border: 1px solid #ca2517;
          color: white;
          font-size: 11px;
          left: -220px;
          margin-top: 11px;
          padding: 6px 12px;
          position: absolute;
          text-align: right;
          text-shadow: -1px -1px 0 #86180f;
          width: 187px; }
          body#contact section article#form #content form span.error:after {
            background: url(../images/triang_red2.png);
            content: " ";
            height: 12px;
            margin: 2px 0 0 12px;
            position: absolute;
            width: 7px; }
      body#contact section article#form #content #success {
        background: url(../images/manila-envelope.png) no-repeat center bottom;
        height: 229px;
        padding: 10px;
        text-align: center;
        margin-top: 1px; }
        body#contact section article#form #content #success h1 {
          font-family: Georgia, Times, serif;
          background: url(../images/seal.png) no-repeat center top;
          font-size: 24px;
          letter-spacing: 1px;
          padding-top: 85px; }
  body#contact section article#blog {
    font-family: Georgia, Times, serif;
    background: url(../images/blog_icon.png) no-repeat left top;
    letter-spacing: 1px;
    height: 149px;
    padding-left: 45px;
    padding-top: 2px;
    margin-top: 60px;
    text-shadow: 1px 1px 0 white;
    width: 565px; }
    body#contact section article#blog h1 {
      color: #b0b993;
      font-size: 20px;
      font-style: italic; }
      body#contact section article#blog h1 strong {
        font-style: normal;
        font-size: 24px; }
    body#contact section article#blog #rss {
      -moz-box-shadow: white 0 1px 0;
      -webkit-box-shadow: white 0 1px 0;
      box-shadow: white 0 1px 0;
      border-bottom: 1px solid #cbcdce;
      margin-bottom: 10px; }
      body#contact section article#blog #rss .rssHeader {
        display: none; }
      body#contact section article#blog #rss .rssBody h4 {
        margin: 5px 0 5px 1px; }
        body#contact section article#blog #rss .rssBody h4 a {
          transition: all 0.7s;
          -moz-transition: all 0.7s;
          -webkit-transition: all 0.7s;
          -o-transition: all 0.7s;
          color: black;
          font-size: 26px; }
          body#contact section article#blog #rss .rssBody h4 a:hover {
            color: #7d7e81; }
      body#contact section article#blog #rss .rssBody div {
        color: #7d7e81;
        margin: 15px 0;
        padding-left: 22px; }
        body#contact section article#blog #rss .rssBody div:before {
          border-right-color: #cbcdce;
          border-style: solid;
          border-left-color: #a5a5a5;
          border-width: 0 1px;
          content: "";
          display: block;
          height: 12px;
          margin: 0 0 0 -20px;
          position: absolute;
          width: 2px; }
      body#contact section article#blog #rss .rssBody p {
        display: none; }
    body#contact section article#blog a#goto {
      color: #b0b993;
      font-style: italic;
      font-size: 16px; }
      body#contact section article#blog a#goto:after {
        content: "→";
        margin-left: 8px; }
  body#contact section article#social {
    margin-top: 44px;
    margin-bottom: 30px;
    width: 614px; }
    body#contact section article#social #fb {
      background: url("../images/balloon_facebook.png");
      height: 101px;
      width: 614px; }
      body#contact section article#social #fb img {
        -moz-border-radius: 1px;
        -webkit-border-radius: 1px;
        border-radius: 1px;
        border: 1px solid #989898;
        float: right;
        margin: 9px 0 0 0; }
      body#contact section article#social #fb iframe {
        margin: 13px 0 0 10px; }
    body#contact section article#social img#cufflinks {
      margin: 10px 0 0 5px; }
    body#contact section article#social #tw {
      background: url("../images/balloon_twitter.png");
      float: right;
      height: 173px;
      margin: 10px -10px 0 0;
      width: 464px; }
      body#contact section article#social #tw a.twitter-timeline {
        font-family: Georgia, Times, serif;
        color: #b0b993;
        display: block;
        font-size: 16px;
        padding: 25px 0 0 35px; }
      body#contact section article#social #tw iframe {
        height: 162px;
        margin: 5px 0 0 17px;
        width: 442px; }
      body#contact section article#social #tw p.loading {
        background: url("../images/loader.gif");
        height: 50px;
        margin: 47px 0 0 215px;
        text-indent: -30000px;
        width: 50px; }
      body#contact section article#social #tw ul.tweet_list {
        margin: 16px 17px 0 30px;
        max-height: 144px;
        overflow: hidden; }
        body#contact section article#social #tw ul.tweet_list li {
          margin-bottom: 12px; }
          body#contact section article#social #tw ul.tweet_list li a {
            color: #b0b993; }
            body#contact section article#social #tw ul.tweet_list li a:hover {
              color: #8e9b65; }
            body#contact section article#social #tw ul.tweet_list li a.tweet_avatar {
              position: absolute; }
              body#contact section article#social #tw ul.tweet_list li a.tweet_avatar img {
                -moz-box-shadow: white 1px 1px 0;
                -webkit-box-shadow: white 1px 1px 0;
                box-shadow: white 1px 1px 0;
                -moz-border-radius: 2px;
                -webkit-border-radius: 2px;
                border-radius: 2px;
                transition: all 0.7s;
                -moz-transition: all 0.7s;
                -webkit-transition: all 0.7s;
                -o-transition: all 0.7s;
                border: 1px solid #989898; }
          body#contact section article#social #tw ul.tweet_list li span {
            margin-left: 47px;
            width: 370px;
            display: block; }
            body#contact section article#social #tw ul.tweet_list li span.tweet_time, body#contact section article#social #tw ul.tweet_list li span.tweet_join {
              font-size: 10px; }
            body#contact section article#social #tw ul.tweet_list li span.tweet_text {
              font-size: 12px; }
  body#contact section article#location ul {
    margin: 60px 0 40px 21px; }
    body#contact section article#location ul li {
      float: left;
      position: relative;
      width: 422px; }
      body#contact section article#location ul li:first-child {
        margin-right: 63px; }
        body#contact section article#location ul li:first-child:before {
          border-right-color: #cbcdce;
          border-style: solid;
          border-left-color: #a5a5a5;
          border-width: 0 1px;
          content: "";
          display: block;
          height: 12px;
          margin: 84px 0 0 451px;
          position: absolute;
          width: 2px; }
        body#contact section article#location ul li:first-child img {
          margin: 90px 0 0 238px;
          position: absolute; }
      body#contact section article#location ul li#bh iframe {
        position: relative;
        z-index: 1; }
      body#contact section article#location ul li#bh img {
        position: absolute;
        right: -52px;
        top: 0;
        margin: 140px 0 0; }
      body#contact section article#location ul li iframe {
        -moz-box-shadow: white 1px 1px 0;
        -webkit-box-shadow: white 1px 1px 0;
        box-shadow: white 1px 1px 0;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        transition: all 0.7s;
        -moz-transition: all 0.7s;
        -webkit-transition: all 0.7s;
        -o-transition: all 0.7s;
        border: 1px solid #989898;
        float: left; }
      body#contact section article#location ul li .text {
        margin-left: 448px;
        width: 460px; }
      body#contact section article#location ul li h1 {
        -moz-box-shadow: white 0 1px 0;
        -webkit-box-shadow: white 0 1px 0;
        box-shadow: white 0 1px 0;
        font-family: Georgia, Times, serif;
        border-bottom: 1px solid #cbcdce;
        color: black;
        font-size: 26px;
        letter-spacing: 1px;
        margin: 20px 0 8px 36px;
        padding-bottom: 8px; }
      body#contact section article#location ul li address, body#contact section article#location ul li #phone_number {
        background: url("../images/bullet.png") no-repeat left 6px;
        font-size: 13px;
        line-height: 1.6;
        margin-left: 40px;
        padding-left: 20px; }
      body#contact section article#location ul li #phone_number {
        float: right;
        margin-right: 40px;
        -webkit-appearance: none; }
    body#contact section article#location ul hr.clear {
      margin: 0;
      height: 0;
      border: 0 none; }
  body#contact section article#appointment {
    background: url("../images/stains.png") no-repeat 855px bottom;
    height: 295px;
    margin: 26px 0 -25px 0; }
    body#contact section article#appointment h1 {
      background: url("../images/appointments.png");
      float: left;
      height: 55px;
      margin: 8px 0 9px 46px;
      text-indent: -30000px;
      width: 265px; }
    body#contact section article#appointment h2 {
      font-family: Georgia, Times, serif;
      clear: left;
      color: #7d7e81;
      display: block;
      font-size: 17px;
      line-height: 1.5;
      margin-bottom: 18px;
      margin-left: 68px;
      text-shadow: 1px 1px 0 white;
      width: 333px; }
    body#contact section article#appointment a {
      -webkit-appearance: none;
      background-color: #b0b993;
      background-image: -moz-linear-gradient(top, #b0b993, #6d725c);
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #b0b993), color-stop(1, #6d725c));
      background-image: linear-gradient(top, #b0b993, #6d725c);
      -pie-background: linear-gradient(#b0b993, #6d725c);
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.7);
      -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.7);
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      -moz-box-shadow: transparent 0 0 7px;
      -webkit-box-shadow: transparent 0 0 7px;
      box-shadow: transparent 0 0 7px;
      border: 1px solid #21352b;
      color: white;
      cursor: pointer;
      font-weight: bold;
      height: 24px;
      padding: 3px 8px 6px;
      -moz-box-shadow: white 1px 1px 0px;
      -webkit-box-shadow: white 1px 1px 0px;
      box-shadow: white 1px 1px 0px;
      font-size: 11px;
      letter-spacing: 1px;
      margin-left: 68px;
      padding: 3px 8px 5px; }
      body#contact section article#appointment a:hover {
        -moz-box-shadow: #b0b993 0 0 7px;
        -webkit-box-shadow: #b0b993 0 0 7px;
        box-shadow: #b0b993 0 0 7px; }
      body#contact section article#appointment a:active {
        -moz-box-shadow: rgba(255, 255, 255, 0.7) 0 0 6px;
        -webkit-box-shadow: rgba(255, 255, 255, 0.7) 0 0 6px;
        box-shadow: rgba(255, 255, 255, 0.7) 0 0 6px; }
      body#contact section article#appointment a:hover {
        -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px;
        -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px;
        box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px; }
    body#contact section article#appointment img:first-child {
      -moz-box-shadow: white 1px 1px 0;
      -webkit-box-shadow: white 1px 1px 0;
      box-shadow: white 1px 1px 0;
      -moz-border-radius: 2px;
      -webkit-border-radius: 2px;
      border-radius: 2px;
      transition: all 0.7s;
      -moz-transition: all 0.7s;
      -webkit-transition: all 0.7s;
      -o-transition: all 0.7s;
      border: 1px solid #989898;
      float: right;
      margin-right: 23px; }
    body#contact section article#appointment img:last-child {
      margin-left: 68px;
      margin-top: 15px; }

body .fancybox-skin {
  background: #efefef url(../images/stripes.png); }
body .fancybox-title {
  visibility: hidden !important; }

body {
  background: #efefef url(../images/stripes.png);
  font: 12px Verdana, Arial, sans-serif;
  min-width: 960px; }
  body header {
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 0 6px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 6px;
    box-shadow: rgba(0, 0, 0, 0.5) 0 0 6px;
    background: #1c392b url(../images/bkg_header.png);
    height: 104px;
    position: relative;
    z-index: 5; }
    body header a#logo {
      transition: all 0.45s;
      -moz-transition: all 0.45s;
      -webkit-transition: all 0.45s;
      -o-transition: all 0.45s;
      background: url(../images/heritage_by_martin_greenfield.png);
      display: block;
      height: 168px;
      margin-left: 4px;
      position: absolute;
      text-indent: -30000px;
      width: 257px; }
      body header a#logo:hover {
        margin-top: -8px; }
  body .wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 960px; }
  body a {
    text-decoration: none; }
  body section {
    padding: 77px 26px 43px;
    width: 908px !important; }
    body section p {
      font-size: 11px;
      line-height: 1.3;
      margin: 0 60px 20px 257px;
      text-align: justify; }
  body .clear {
    clear: both; }
  body #gallery {
    position: absolute;
    text-align: center;
    width: 110px; }
    body #gallery a {
      display: inline-block;
      vertical-align: baseline;
      zoom: 1;
      *display: inline;
      *vertical-align: auto;
      transition: all 0.7s;
      -moz-transition: all 0.7s;
      -webkit-transition: all 0.7s;
      -o-transition: all 0.7s;
      background: #21352b;
      margin: 7px; }
      body #gallery a img {
        -moz-box-shadow: white 1px 1px 0;
        -webkit-box-shadow: white 1px 1px 0;
        box-shadow: white 1px 1px 0;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        transition: all 0.7s;
        -moz-transition: all 0.7s;
        -webkit-transition: all 0.7s;
        -o-transition: all 0.7s;
        border: 1px solid #989898;
        display: block;
        margin: 0 auto; }
      body #gallery a.hidden {
        position: absolute;
        visibility: hidden; }
      body #gallery a:hover img {
        opacity: 0.7;
        -moz-opacity: 0.7;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
        filter: alpha(opacity=70);
        zoom: 1;
        border-color: #7d7e81; }
      body #gallery a:after {
        border-bottom-color: #cbcdce;
        border-style: solid;
        border-top-color: #a5a5a5;
        border-width: 1px 0;
        content: "";
        display: block;
        height: 2px;
        margin: 7px 0 0 19px;
        position: absolute;
        width: 12px; }
      body #gallery a:last-child:after {
        border: 0 none; }
  body footer {
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 0 6px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 6px;
    box-shadow: rgba(0, 0, 0, 0.5) 0 0 6px;
    background: #4d6451 url(../images/bkg_footer.png);
    color: #b0b993;
    height: 133px;
    position: relative;
    text-shadow: -1px -1px 0 #21352b; }
    body footer .wrapper {
      padding-top: 16px; }
      body footer .wrapper a {
        color: #b0b993; }
      body footer .wrapper #contact_information {
        background: url(../images/lines_vertical.png) no-repeat right top;
        float: left;
        height: 93px;
        margin: 0 0 0 26px;
        padding-top: 24px;
        width: 274px; }
        body footer .wrapper #contact_information #phone {
          font-size: 18px; }
        body footer .wrapper #contact_information address {
          margin: 8px 0;
          font-size: 13px; }
        body footer .wrapper #contact_information #copyright {
          font-size: 10px; }
      body footer .wrapper #col2 {
        background: url(../images/metric_tape.png) no-repeat right bottom;
        float: left;
        height: 93px;
        padding-left: 33px;
        padding-top: 24px;
        width: 617px; }
        body footer .wrapper #col2 .social {
          transition: all 0.7s;
          -moz-transition: all 0.7s;
          -webkit-transition: all 0.7s;
          -o-transition: all 0.7s;
          color: #bbc3a2;
          display: block;
          font-size: 21px;
          float: left;
          margin-right: 20px;
          text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.7); }
          body footer .wrapper #col2 .social i {
            display: block; }
          body footer .wrapper #col2 .social:hover {
            opacity: 0.6;
            -moz-opacity: 0.6;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
            filter: alpha(opacity=60);
            zoom: 1; }
        body footer .wrapper #col2 #blog_link {
          -moz-box-shadow: #333333 1px 1px 1px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
          -webkit-box-shadow: #333333 1px 1px 1px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
          box-shadow: #333333 1px 1px 1px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
          border-radius: 3px;
          transition: all 0.7s;
          -moz-transition: all 0.7s;
          -webkit-transition: all 0.7s;
          -o-transition: all 0.7s;
          background: transparent;
          border: 1px solid #21352b;
          float: left;
          letter-spacing: 1px;
          margin-right: 15px;
          padding: 2px 5px; }
          body footer .wrapper #col2 #blog_link:hover {
            background: #b0b993;
            color: #21352b;
            text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4); }
        body footer .wrapper #col2 #envelope {
          background: url(../images/envelope.png);
          height: 17px;
          width: 26px; }
        body footer .wrapper #col2 #szstudios {
          -moz-box-shadow: rgba(0, 0, 0, 0.2) -1px 0 0;
          -webkit-box-shadow: rgba(0, 0, 0, 0.2) -1px 0 0;
          box-shadow: rgba(0, 0, 0, 0.2) -1px 0 0;
          transition: all 0.7s;
          -moz-transition: all 0.7s;
          -webkit-transition: all 0.7s;
          -o-transition: all 0.7s;
          border-left: 1px solid #919971;
          float: left;
          font-size: 10px;
          padding-bottom: 2px;
          padding-left: 18px;
          padding-top: 6px; }
          body footer .wrapper #col2 #szstudios strong {
            transition: all 0.7s;
            -moz-transition: all 0.7s;
            -webkit-transition: all 0.7s;
            -o-transition: all 0.7s;
            font-weight: normal; }
          body footer .wrapper #col2 #szstudios:hover {
            color: white; }
        body footer .wrapper #col2 form {
          clear: left;
          display: block;
          padding-top: 12px; }
          body footer .wrapper #col2 form label {
            display: block;
            font-size: 10px;
            margin-bottom: 5px; }
          body footer .wrapper #col2 form input {
            -moz-box-shadow: #333333 1px 1px 2px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
            -webkit-box-shadow: #333333 1px 1px 2px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
            box-shadow: #333333 1px 1px 2px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            border-radius: 4px;
            transition: all 0.7s;
            -moz-transition: all 0.7s;
            -webkit-transition: all 0.7s;
            -o-transition: all 0.7s;
            background: #fafafc;
            border: 1px solid #21352b;
            font-size: 11px;
            height: 16px;
            padding: 3px 6px;
            width: 165px; }
            body footer .wrapper #col2 form input:focus {
              -moz-box-shadow: #333333 1px 1px 2px inset, #b0b993 0 0 8px;
              -webkit-box-shadow: #333333 1px 1px 2px inset, #b0b993 0 0 8px;
              box-shadow: #333333 1px 1px 2px inset, #b0b993 0 0 8px;
              background: white;
              outline: none;
              width: 215px; }
          body footer .wrapper #col2 form span.error {
            -moz-box-shadow: #333333 1px 1px 2px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
            -webkit-box-shadow: #333333 1px 1px 2px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
            box-shadow: #333333 1px 1px 2px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            background: #ca2517;
            color: white;
            font-size: 9px;
            margin-left: 9px;
            padding: 6px 8px;
            text-shadow: -1px -1px 0 #86180f; }
            body footer .wrapper #col2 form span.error:before {
              background: url(../images/triang_red.png);
              content: " ";
              height: 12px;
              margin: 7px 0 0 -12px;
              position: absolute;
              width: 7px; }
          body footer .wrapper #col2 form button[type='submit'] {
            -webkit-appearance: none;
            background-color: #b0b993;
            background-image: -moz-linear-gradient(top, #b0b993, #6d725c);
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #b0b993), color-stop(1, #6d725c));
            background-image: linear-gradient(top, #b0b993, #6d725c);
            -pie-background: linear-gradient(#b0b993, #6d725c);
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            border-radius: 4px;
            text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.7);
            -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.7);
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            -moz-box-shadow: transparent 0 0 7px;
            -webkit-box-shadow: transparent 0 0 7px;
            box-shadow: transparent 0 0 7px;
            border: 1px solid #21352b;
            color: white;
            cursor: pointer;
            font-weight: bold;
            height: 24px;
            padding: 3px 8px 6px;
            margin-left: 5px; }
            body footer .wrapper #col2 form button[type='submit']:hover {
              -moz-box-shadow: #b0b993 0 0 7px;
              -webkit-box-shadow: #b0b993 0 0 7px;
              box-shadow: #b0b993 0 0 7px; }
            body footer .wrapper #col2 form button[type='submit']:active {
              -moz-box-shadow: rgba(255, 255, 255, 0.7) 0 0 6px;
              -webkit-box-shadow: rgba(255, 255, 255, 0.7) 0 0 6px;
              box-shadow: rgba(255, 255, 255, 0.7) 0 0 6px; }
  body #hidden_iframe {
    display: none; }
