/* Minification failed. Returning unminified contents.
(1481,1): run-time error CSS1019: Unexpected token, found '@charset'
(1481,10): run-time error CSS1019: Unexpected token, found '"UTF-8"'
(1481,17): run-time error CSS1019: Unexpected token, found ';'
 */
/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/Content/font/fontawesome-webfont.eot?v=3.2.1');
  src: url('/Content/font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('/Content/font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('/Content/font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('/Content/font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline;
}
/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571428571428em;
  text-align: right;
  padding-right: 0.2857142857142857em;
}
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.4285714285714286em;
}
.icons-ul {
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.icons-ul > li {
  position: relative;
}
.icons-ul .icon-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  text-align: center;
  line-height: inherit;
}
[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none;
}
.icon-muted {
  color: #eeeeee;
}
.icon-light {
  color: #ffffff;
}
.icon-dark {
  color: #333333;
}
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.icon-5x {
  font-size: 5em;
}
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}
/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}
/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}
/* Fixes alignment in nav lists */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  line-height: inherit;
}
/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}
/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}
@-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);
  }
}
/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
  display: inline-block;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope-alt:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-power-off:before,
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file-alt:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up-alt:before {
  content: "\f087";
}
.icon-thumbs-down-alt:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-file-text-alt:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sign:before {
  content: "\f0fd";
}
.icon-plus-sign-alt:before {
  content: "\f0fe";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}
.icon-github-alt:before {
  content: "\f113";
}
.icon-folder-close-alt:before {
  content: "\f114";
}
.icon-folder-open-alt:before {
  content: "\f115";
}
.icon-expand-alt:before {
  content: "\f116";
}
.icon-collapse-alt:before {
  content: "\f117";
}
.icon-smile:before {
  content: "\f118";
}
.icon-frown:before {
  content: "\f119";
}
.icon-meh:before {
  content: "\f11a";
}
.icon-gamepad:before {
  content: "\f11b";
}
.icon-keyboard:before {
  content: "\f11c";
}
.icon-flag-alt:before {
  content: "\f11d";
}
.icon-flag-checkered:before {
  content: "\f11e";
}
.icon-terminal:before {
  content: "\f120";
}
.icon-code:before {
  content: "\f121";
}
.icon-reply-all:before {
  content: "\f122";
}
.icon-mail-reply-all:before {
  content: "\f122";
}
.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}
.icon-location-arrow:before {
  content: "\f124";
}
.icon-crop:before {
  content: "\f125";
}
.icon-code-fork:before {
  content: "\f126";
}
.icon-unlink:before {
  content: "\f127";
}
.icon-question:before {
  content: "\f128";
}
.icon-info:before {
  content: "\f129";
}
.icon-exclamation:before {
  content: "\f12a";
}
.icon-superscript:before {
  content: "\f12b";
}
.icon-subscript:before {
  content: "\f12c";
}
.icon-eraser:before {
  content: "\f12d";
}
.icon-puzzle-piece:before {
  content: "\f12e";
}
.icon-microphone:before {
  content: "\f130";
}
.icon-microphone-off:before {
  content: "\f131";
}
.icon-shield:before {
  content: "\f132";
}
.icon-calendar-empty:before {
  content: "\f133";
}
.icon-fire-extinguisher:before {
  content: "\f134";
}
.icon-rocket:before {
  content: "\f135";
}
.icon-maxcdn:before {
  content: "\f136";
}
.icon-chevron-sign-left:before {
  content: "\f137";
}
.icon-chevron-sign-right:before {
  content: "\f138";
}
.icon-chevron-sign-up:before {
  content: "\f139";
}
.icon-chevron-sign-down:before {
  content: "\f13a";
}
.icon-html5:before {
  content: "\f13b";
}
.icon-css3:before {
  content: "\f13c";
}
.icon-anchor:before {
  content: "\f13d";
}
.icon-unlock-alt:before {
  content: "\f13e";
}
.icon-bullseye:before {
  content: "\f140";
}
.icon-ellipsis-horizontal:before {
  content: "\f141";
}
.icon-ellipsis-vertical:before {
  content: "\f142";
}
.icon-rss-sign:before {
  content: "\f143";
}
.icon-play-sign:before {
  content: "\f144";
}
.icon-ticket:before {
  content: "\f145";
}
.icon-minus-sign-alt:before {
  content: "\f146";
}
.icon-check-minus:before {
  content: "\f147";
}
.icon-level-up:before {
  content: "\f148";
}
.icon-level-down:before {
  content: "\f149";
}
.icon-check-sign:before {
  content: "\f14a";
}
.icon-edit-sign:before {
  content: "\f14b";
}
.icon-external-link-sign:before {
  content: "\f14c";
}
.icon-share-sign:before {
  content: "\f14d";
}
.icon-compass:before {
  content: "\f14e";
}
.icon-collapse:before {
  content: "\f150";
}
.icon-collapse-top:before {
  content: "\f151";
}
.icon-expand:before {
  content: "\f152";
}
.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}
.icon-gbp:before {
  content: "\f154";
}
.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}
.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}
.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}
.icon-renminbi:before,
.icon-cny:before {
  content: "\f158";
}
.icon-won:before,
.icon-krw:before {
  content: "\f159";
}
.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}
.icon-file:before {
  content: "\f15b";
}
.icon-file-text:before {
  content: "\f15c";
}
.icon-sort-by-alphabet:before {
  content: "\f15d";
}
.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}
.icon-sort-by-attributes:before {
  content: "\f160";
}
.icon-sort-by-attributes-alt:before {
  content: "\f161";
}
.icon-sort-by-order:before {
  content: "\f162";
}
.icon-sort-by-order-alt:before {
  content: "\f163";
}
.icon-thumbs-up:before {
  content: "\f164";
}
.icon-thumbs-down:before {
  content: "\f165";
}
.icon-youtube-sign:before {
  content: "\f166";
}
.icon-youtube:before {
  content: "\f167";
}
.icon-xing:before {
  content: "\f168";
}
.icon-xing-sign:before {
  content: "\f169";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-dropbox:before {
  content: "\f16b";
}
.icon-stackexchange:before {
  content: "\f16c";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-flickr:before {
  content: "\f16e";
}
.icon-adn:before {
  content: "\f170";
}
.icon-bitbucket:before {
  content: "\f171";
}
.icon-bitbucket-sign:before {
  content: "\f172";
}
.icon-tumblr:before {
  content: "\f173";
}
.icon-tumblr-sign:before {
  content: "\f174";
}
.icon-long-arrow-down:before {
  content: "\f175";
}
.icon-long-arrow-up:before {
  content: "\f176";
}
.icon-long-arrow-left:before {
  content: "\f177";
}
.icon-long-arrow-right:before {
  content: "\f178";
}
.icon-apple:before {
  content: "\f179";
}
.icon-windows:before {
  content: "\f17a";
}
.icon-android:before {
  content: "\f17b";
}
.icon-linux:before {
  content: "\f17c";
}
.icon-dribbble:before {
  content: "\f17d";
}
.icon-skype:before {
  content: "\f17e";
}
.icon-foursquare:before {
  content: "\f180";
}
.icon-trello:before {
  content: "\f181";
}
.icon-female:before {
  content: "\f182";
}
.icon-male:before {
  content: "\f183";
}
.icon-gittip:before {
  content: "\f184";
}
.icon-sun:before {
  content: "\f185";
}
.icon-moon:before {
  content: "\f186";
}
.icon-archive:before {
  content: "\f187";
}
.icon-bug:before {
  content: "\f188";
}
.icon-vk:before {
  content: "\f189";
}
.icon-weibo:before {
  content: "\f18a";
}
.icon-renren:before {
  content: "\f18b";
}

@charset "UTF-8";
/* CSS Document */
/* font.com
    font-family:'Century Schoolbook W01';
    font-family:'Futura W01 Heavy';
    font-family:'Futura W01 Medium';
    font-family:'Futura W01 Bold';
    font-family:'ZurichW01-LightExtraCd';
*/

/* typeKit
font-family: "futura-pt",sans-serif;
font-style: normal;
font-weight: 700;

font-family: "century-old-style-std",serif;
font-style: normal;
font-weight: 400;

font-family: "century-old-style-std",serif;
font-style: italic;
font-weight: 400;

*/

html {
}

body {
    margin: 0px;
    width: 100%;
    background: #1c1c1c;
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
    color: #1c1c1c;
    font-family: "century-old-style-std",serif;
    font-style: normal;
    font-weight: 400;
    min-width: 980px;
}

img {
    border: none;
}

h1 {
    font-size: 5em;
    font-family: "century-old-style-std",serif;
    line-height: 1em;
    font-weight: 600;
    width: 75%;
    margin: 0px auto;
    position: relative;
    z-index: 500;
    color: #efdcd3;
    letter-spacing: .04em;
}

h2 {
    font-size: 4em;
    font-family: "futura-pt",sans-serif;
    letter-spacing: .04em;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1em;
}

h3 {
    font-size: 3em;
    font-family: "century-old-style-std",serif;
    letter-spacing: .04em;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4em;
    color: #efdcd3;
}

h4 {
    font-size: 1.65em;
    font-family: "century-old-style-std",serif;
    letter-spacing: .04em;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4em;
}

input[type=text] {
    font-size: 1.2em;
    font-family: "century-old-style-std",serif;
    font-weight: normal;
    border: 1px solid #1c1c1c;
    border-radius: 3px;
    background: none;
    color: #1c1c1c;
    padding: 8px;
    margin: 0px;
}

    input[type=text]:focus {
        outline: none;
        border: 3px solid #78517b;
        border-radius: 3px;
    }

select {
    font-size: 1em;
    font-family: "futura-pt",sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1em;
    border: 1px solid #1c1c1c;
    border-radius: 3px;
    background: none;
    color: #1c1c1c;
    padding: 8px;
}

button {
    display: block;
}

.color-blue {
    color: #52beac;
}

.color-purple {
    color: #78517b;
}

.color-orange {
    color: #ee6233;
}

.strikethrough {
  position: relative;
}

.strikethrough:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: inherit;
 
  -webkit-transform:rotate(-20deg);
  -moz-transform:rotate(-20deg);
  -ms-transform:rotate(-20deg);
  -o-transform:rotate(-20deg);
  transform:rotate(-20deg);
}

.strikeOpacity {
    opacity: .7;
}

.sale-price {
    font-size: 1.5em;
}

.sale img {
    width: 100%;
    height: auto;
}

/* Isotope */

/**** Isotope Filtering ****/

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

    .isotope .isotope-item {
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        -ms-transition-property: -ms-transform, opacity;
        -o-transition-property: -o-transform, opacity;
        transition-property: transform, opacity;
    }

        /**** disabling Isotope CSS3 transitions ****/

        .isotope.no-transition,
        .isotope.no-transition .isotope-item,
        .isotope .isotope-item.no-transition {
            -webkit-transition-duration: 0s;
            -moz-transition-duration: 0s;
            -ms-transition-duration: 0s;
            -o-transition-duration: 0s;
            transition-duration: 0s;
        }

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer {
    overflow: hidden;
    position: relative;
}

.jspPane {
    position: absolute;
}

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

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

.jspCap {
    display: none;
}

.jspHorizontalBar .jspCap {
    float: left;
}

.jspTrack {
    background: none;
    position: relative;
}

.jspDrag {
    background: #000;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
    opacity: .6;
    border-radius: 25px;
}

#questionPanel .jspDrag {
    background: #fff;
}

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

.jspArrow {
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

    .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 :( */
* html .jspCorner {
    margin: 0 -3px 0 0;
}

#fixedParent {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 10000;
    display: none;
    overflow-x: hidden;
    overflow-y: hidden;
}

.fixedChild {
    position: relative;
    width: 100%;
    height: 100%;
    min-width: 980px;
}

/**** Body CSS Starts ****/

#container {
    height: 100%;
    width: 100%;
    position: absolute;
}

.header {
    text-align: center;
    color: #efdcd3;
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    overflow: hidden;
    display: table;
    visibility: hidden;
}

.intro-image {
    position: fixed;
    width: 50%;
    height: 100%;
    -moz-box-sizing: border-box; /* Firefox */
    -webkit-box-sizing: border-box; /* Chrome & Safari */
    box-sizing: border-box;
    overflow: hidden;
}


.intro-middle {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 200px;
    height: 200px;
    background: #1c1c1c;
    border-radius: 100px;
    overflow: hidden;
}

    .intro-middle .intro-scroll {
        font-family: "futura-pt",sans-serif;
        font-size: 2em;
        line-height: 2em;
        letter-spacing: .08em;
        padding: 65px 0px;
        margin-top: -200px;
        font-style: normal;
        font-weight: 700;
    }

    .intro-middle .intro-logo {
        padding: 25px 0px;
    }

.intro-image ul {
    padding: 0px;
    margin: 0px;
    height: 100%;
    width: 100%;
}

    .intro-image ul li {
        display: block;
        list-style: none;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        visibility: hidden;
    }

        .intro-image ul li img {
            height: auto;
            width: 100%;
            visibility: hidden;
            position: relative;
        }
/*Fix flickering of intro images: set an opposite z indexs for the images, and toggle their visibility rather than their display*/
.intro-left {
    background: #1c1c1c;
    left: 0px;
    border-top: 10px solid #1c1c1c;
    border-bottom: 10px solid #1c1c1c;
    border-left: 10px solid #1c1c1c;
    border-right: 5px solid #1c1c1c;
}

    .intro-left ul li.active-img,
    .intro-left ul li.active-img img {
        visibility: visible;
    }

    .intro-left ul li:nth-child(1) {
        z-index: 8;
    }

    .intro-left ul li:nth-child(2) {
        z-index: 7;
    }

    .intro-left ul li:nth-child(3) {
        z-index: 6;
    }

    .intro-left ul li:nth-child(4) {
        z-index: 5;
    }

    .intro-left ul li:nth-child(5) {
        z-index: 4;
    }

    .intro-left ul li:nth-child(6) {
        z-index: 3;
    }

    .intro-left ul li:nth-child(7) {
        z-index: 2;
    }

    .intro-left ul li:nth-child(8) {
        z-index: 1;
    }

.intro-right {
    background: #1c1c1c;
    right: 0px;
    border-top: 10px solid #1c1c1c;
    border-bottom: 10px solid #1c1c1c;
    border-left: 5px solid #1c1c1c;
    border-right: 10px solid #1c1c1c;
}

    .intro-right ul li.active-img,
    .intro-right ul li.active-img img {
        visibility: visible;
    }

    .intro-right ul li:nth-child(1) {
        z-index: 5;
    }

    .intro-right ul li:nth-child(2) {
        z-index: 4;
    }

    .intro-right ul li:nth-child(3) {
        z-index: 3;
    }

    .intro-right ul li:nth-child(4) {
        z-index: 2;
    }

    .intro-right ul li:nth-child(5) {
        z-index: 1;
    }

.intro-image ul li.intro-txt {
    display: block;
}

    .intro-image ul li.intro-txt.active-img {
        display: table;
    }

    .intro-image ul li.intro-txt h2 {
        display: table-cell;
        vertical-align: middle;
        padding: 0px 100px;
        font-size: 3em;
        line-height: 1em;
        letter-spacing: .04em;
    }

#grid-wrapper {
    position: relative;
    z-index: 4000;
    background: #1c1c1c;
    min-width: 980px;
    margin-top: 1500px;
}

.grid-header {
    position: relative;
    top: 0;
    text-align: center;
    color: #efdcd3;
    width: 100%;
    min-width: 980px;
    padding: 0px 0px 28px 0px;
    z-index: 5000;
    display: table;
    border-bottom: 10px solid #1c1c1c;
    background: url(/Content/images/bg2.png);
    -moz-background-size: 100%;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
}

.small-logo {
    position: absolute;
    top: 5px;
    left: 30px;
    display: none;
}

    .small-logo img {
        width: 100px;
    }

.headerTxt {
    max-width: 850px;
    margin: 25px auto 0px auto;
}

    .headerTxt h3 {
        margin-bottom: 90px;
    }

#bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

    #bg img {
        display: block;
        width: 100%;
        height: 100%;
    }

.closeBtn {
    font-family: 'futura-pt', sans-serif;
    letter-spacing: 1px;
    font-size: 1em;
    color: #efdcd3;
    cursor: pointer;
}

    .closeBtn:hover {
        color: #666;
    }

#header-logo {
    cursor: pointer;
}

.hdrFilter {
    font-size: 1em;
    font-family: "futura-pt",sans-serif;
    letter-spacing: 1px;
    position: relative;
    z-index: 500;
    font-style: normal;
    font-weight: 700;
}

    .hdrFilter div {
        display: inline;
        cursor: pointer;
        color: #efdcd3;
    }

.purple {
    border-bottom: 2px solid #78517b;
}

    .purple.sort {
        color: #78517b;
        border-bottom: 2px solid #78517b;
    }

    .purple:hover {
        color: #78517b;
        border-bottom: 2px solid #78517b;
    }

.orange {
    border-bottom: 2px #ee6233 solid;
}

    .orange.sort {
        color: #ee6233;
        border-bottom: 2px #ee6233 solid;
    }

    .orange:hover {
        color: #ee6233;
        border-bottom: 2px #ee6233 solid;
    }

.blue {
    border-bottom: #52beac 2px solid;
}

    .blue.sort {
        color: #52beac;
        border-bottom: #52beac 2px solid;
    }

    .blue:hover {
        color: #52beac;
        border-bottom: #52beac 2px solid;
    }

#grid-container {
    padding-bottom: 120px;
    min-height: 300px;
    /*margin-top: 80px;*/
}

.itemContainer {
    margin-left: auto;
    margin-right: auto;
}

.single {
    float: left;
    height: auto;
    background: #1c1c1c;
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
}

    .single.gridItem {
    }

    .single.gridVideo > div {
        height: 100%;
        width: 100%;
    }

.videoButton {
    font-size: 1.25em;
    width: 50px !important;
    height: 50px !important;
    border-radius: 100%;
    border: 2px solid #efdcd3;
    color: #efdcd3;
    background-color: #000;
    cursor: pointer;
    position: relative;
    display: block;
    margin-top: -35%;
    margin-left: 66%;
    text-align: center;
    padding: 12px 0 0 3px;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}

.buffer {
    background: url(/Content/images/ajax-loader-audio.gif) no-repeat #000;
    background-position: 6px 6px;
    font-size: 1.25em;
}

.icon-play {
    padding: 14px 0px 0px 3px;
    font-size: 1.25em;
}

.icon-stop {
    padding: 14px 0px 0px 0px;
    font-size: 1.25em;
}

.gridVideo.over .videoButton {
    border: 2px solid #52beac;
    color: #52beac;
}

.single.gridQuestion {
    text-align: center;
    height: 180px;
    display: table;
    color: #efdcd3;
}

    .single.gridQuestion.introQuestion {
        width: 610px;
        height: 300px;
    }

.single.introQuestion .introCopy {
    padding-bottom: 25px;
    font-size: 2em;
    font-family: "century-old-style-std",serif;
    letter-spacing: .04em;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4em;
    text-transform: none;
}

.single.gridQuestion .gridTxt {
    display: table-cell;
    padding: 0px 20px;
    vertical-align: middle;
}

.single.introQuestion .gridTxt {
    padding: 0px 60px;
    vertical-align: middle;
}

.single.gridQuestion .gridTxt h3 {
    font-family: "futura-pt",sans-serif;
    font-size: 1.4em;
    border-bottom: 1px solid #52beac;
    display: inline-block;
    padding-bottom: 6px;
    width: 90%;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}

    .single.gridQuestion .gridTxt h3.over {
        border-bottom: 5px solid #52beac;
    }

.single.gridPoster {
    height: 450px;
}

.single .item-thumb, .single .video-thumb, .single .question-thumb, .single .poster-thumb, .single .instruct-thumb {
    position: absolute;
}

.single.gridItem .item-thumb {
    border-radius: 0%;
    border: 0px solid #1c1c1c;
    overflow: hidden;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition-: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

    .single.gridItem .item-thumb:hover,
    .single.gridItem .item-thumb.over {
        border-radius: 60%;
        border: 30px solid #1c1c1c;
    }

.ie8 .single.gridItem .item-thumb {
    border: 0px solid #1c1c1c;
    overflow: hidden;
    width: 100%;
    height: 100%;
    text-align: center;
}

.ie8 .ieBg {
    position: absolute;
    z-index: 50;
}

.ie8 .single.gridItem .item-thumb:hover,
.ie8 .single.gridItem .item-thumb.over {
}

.single.gridPoster .poster-thumb {
    overflow: hidden;
    -moz-transition: all 0.15s 0 ease-out;
    -webkit-transition: all 0.15s 0 ease-out;
    -o-transition: all 0.15s 0 ease-out;
    transition: all 0.15s 0 ease-out;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.single.gridInstruct .instruct-thumb {
    overflow: hidden;
    width: 100%;
    height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.single.gridInstruct .instruct-thumb img {
    width: 100%;
    height: auto;
}

.single.gridInstruct:hover {
    cursor: default;
}

    .single.gridPoster .poster-thumb:hover,
    .single.gridPoster .poster-thumb.over {
    }

.ch-info {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    bottom: 0;
    margin: -75px auto 0 auto;
    color: #efdcd3;
    text-align: center;
    font-size: 1em;
    display: table;
    font-family: 'futura-pt', sans-serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    width: 150px;
    height: 150px;
}

.ie .ch-info {
    position: absolute;
    left: 50%;
    top: 50%;
    right: 0;
    bottom: 0;
    margin-top: -75px;
    margin-left: -75px;
    color: #efdcd3;
    text-align: center;
    font-size: 1em;
    display: table;
    font-family: 'futura-pt', sans-serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    width: 150px;
    height: 150px;
    z-index: 100;
}

.single.gridItem .ch-info {
    background: #1c1c1c;
    border-radius: 50%;
    /*overflow: hidden;*/
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -ms-transform: scale(0,0);
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -o-transform: scale(0,0);
    transform: scale(0,0);
}

    .single.gridItem .ch-info.sold-out {
        background: #efdcd3;
        color: #1c1c1c;
        border-radius: 50%;
        overflow: hidden;
        opacity: 0;
        -moz-transition: all .2s ease-out;
        -webkit-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out;
        -ms-transform: scale(0,0);
        -webkit-transform: scale(0,0);
        -moz-transform: scale(0,0);
        -o-transform: scale(0,0);
        transform: scale(0,0);
    }

.ie8 .single.gridItem .ch-info {
    background: #1c1c1c;
    border-radius: 50%;
    /*overflow: hidden;*/
    /*display: none;*/
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

    .ie8 .single.gridItem .ch-info.sold-out {
        background: #efdcd3;
        color: #1c1c1c;
        border-radius: 50%;
        overflow: hidden;
        display: table;
        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

.single.gridPoster .ch-info {
    background: #1c1c1c;
    /*overflow: hidden;*/
    border-radius: 50%;
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -ms-transform: scale(0,0);
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -o-transform: scale(0,0);
    transform: scale(0,0);
}

    .single.gridPoster .ch-info.sold-out {
        background: #efdcd3;
        color: #1c1c1c;
        border-radius: 50%;
        overflow: hidden;
        opacity: 0;
        -moz-transition: all .2s ease-out;
        -webkit-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out;
        -ms-transform: scale(0,0);
        -webkit-transform: scale(0,0);
        -moz-transform: scale(0,0);
        -o-transform: scale(0,0);
        transform: scale(0,0);
    }

.ie8 .single.gridPoster .ch-info {
    background: #1c1c1c;
    /*overflow: hidden;*/
    border-radius: 50%;
    /*display: none;*/
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

    .ie8 .single.gridPoster .ch-info.sold-out {
        background: #efdcd3;
        color: #1c1c1c;
        border-radius: 50%;
        overflow: hidden;
        display: table;
        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

.ch-info-txt {
    margin-top: 50px;
    padding: 0px 15px;
    height: auto;
}

.sold-out .ch-info-txt {
    display: table-cell;
    vertical-align: middle;
    margin-top: 0px;
    padding: 0px 15px;
}

.ie8 .sold-out .ch-info-txt {
    display: table-cell;
    margin: auto;
    vertical-align: middle;
}

.ch-info-txt .color-blue {
    font-size: 1.3em;
    line-height: 1.5em;
}

.single.gridItem:hover .ch-info {
    opacity: 1;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.ie8 .single.gridItem:hover .ch-info {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.single.gridPoster:hover .ch-info {
    opacity: 1;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.ie8 .single.gridPoster:hover .ch-info {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.single .price {
    position: absolute;
    z-index: 500;
    margin: 10px 15px;
    font-size: 1em;
    font-family: "futura-pt",sans-serif;
    color: #efdcd3;
    letter-spacing: 1px;
    font-style: normal;
    font-weight: 700;
}

.single .item-thumb img, .single .video-thumb img, .single .video-thumb div, .single .question-thumb img, .single .poster-thumb img {
    width: 100%;
    height: 100%;
}

form .char2 {
    width: 40px;
}

.itemPanel {
    background: #efdcd3;
    width: 40%;
    position: absolute;
    right: -100%;
    z-index: 5001;
    top: 0px;
    height: 100%;
    overflow: hidden;
    border-top: 10px solid #1c1c1c;
    border-right: 10px solid #1c1c1c;
    border-bottom: 10px solid #1c1c1c;
    border-left: 5px solid #1c1c1c;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 403px;
}

    .itemPanel .fullPanel {
        width: 20000em;
        height: 100%;
        position: relative;
        z-index: 4000;
    }

    .itemPanel .panel {
        display: inline-block;
        width: 100%;
        margin: 0px auto;
        height: 100%;
        vertical-align: top;
        font-family: "century-old-style-std",serif;
        font-size: 1em;
        line-height: 2em;
        overflow: hidden;
    }

        .itemPanel .panel h3 {
            margin-top: 70px;
            margin-bottom: 25px;
        }

    .itemPanel .paymentBtn {
        margin: 30px 0px;
        cursor: pointer;
    }

        .itemPanel .paymentBtn p {
            margin: 30px 0px;
        }

.shareOpt {
    padding-bottom: 30px;
    word-wrap: break-word;
}

    .shareOpt p {
        font-size: 1.4em;
    }

#payment-option .question-icon {
    font-family: 'Century Gothic', Arial, sans-serif;
    font-weight: bold;
    border: 1px solid #7f736e;
    border-radius: 10px;
    width: 15px;
    height: 15px;
    text-align: center;
    font-size: 1em;
    color: #7f736e;
    cursor: pointer;
    display: inline-block;
}

#stripe-payment-amount {
    display: block;
}

#alt-payment-text {
    display: none;
    clear: both;
}

    #alt-payment-text a {
        color: #78517b;
    }

        #alt-payment-text a:hover {
            text-decoration: underline;
        }

.bottomless-wrapper {
    background: #1c1c1c;
    color: #efdcd3;
    padding: 10px 50px 10px 10px;
    display: table;
    position: relative;
}

.bottomless-tooltip {
    position: absolute;
    background: #78517b;
    color: #efdcd3;
    font-size: 1em;
    text-align: left;
    display: none;
    opacity: 0;
    width: 450px;
    padding: 20px;
    line-height: 1.4em;
    letter-spacing: .04em;
    text-transform: uppercase;
    margin-top: -218px;
    margin-left: 172px;
    font-family: 'futura-pt', serif;
    z-index: 25000;
}

    .bottomless-tooltip a,
    .bottomless-tooltip a:hover {
        color: #52beac;
        text-decoration: none;
    }

.bottomless-tooltip-tail {
    width: 0px;
    height: 0px;
    border: 12px solid;
    border-color: transparent transparent transparent #78517b;
    position: absolute;
    bottom: -12px;
    left: 0px;
}

#recurring-msg-close {
    position: absolute;
    top: 5px;
    right: 8px;
    cursor: pointer;
}

    #recurring-msg-close:hover {
        color: #52beac;
    }

#payment-bottomless-label {
    text-transform: lowercase;
}

.itemPanel .p1 {
    min-width: 388px;
}

.itemPanel .p2, .itemPanel .p3, .itemPanel .p4 {
    min-width: 572px;
}

.itemPanel .p1 .panelScroll {
    min-width: 388px;
}

.itemPanel .p1 .panelTxt {
    padding: 30px 50px;
}

.itemPanel .panelTxt h2 {
    font-size: 4em;
    font-family: "futura-pt",sans-serif;
    letter-spacing: .04em;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1em;
    color: #1c1c1c;
    margin: 80px 0px 0px 0px;
    width: 100%;
}

.itemPanel .panelTxt h3 {
    font-size: 3em;
    font-family: "futura-pt",sans-serif;
    letter-spacing: .04em;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1em;
    color: #1c1c1c;
    margin: 80px 0px 0px 0px;
    width: 100%;
}

.itemPanel .panelTxt h4 {
    margin: 15px 0px 30px 0px;
    letter-spacing: 0em;
}

.itemPanel .p2 .panelTxt {
    padding-top: 100px;
    margin: 0px 55px;
}

.itemPanel .p2 .panelScroll {
    min-width: 572px;
}

.itemPanel .p3 .panelTxt h2 {
    margin-left: 12px;
}

.itemPanel .p3 .panelTxt {
    padding: 100px 100px 0px 43px;
}

.itemPanel .p3 .panelScroll {
    min-width: 572px;
}

.itemPanel .p4 .panelTxt {
    padding: 100px 55px 0px 55px;
}

.itemPanel .p4 .panelScroll {
    min-width: 572px;
}

.itemPanel .panelTxt a {
    text-decoration: none;
}

.itemPanel .p1 .panelTxt a {
    color: #78517b;
}

.itemPanel .paymentOpt {
    margin-top: 20px;
    border-top: 2px solid #1c1c1c;
    padding-top: 15px;
}

    .itemPanel .paymentOpt .ccBtn {
        white-space: nowrap;
    }

.itemPanel .paymentAlt {
    padding-top: 15px;
}

.itemPanel form#stripe-payment-form {
    margin-top: 20px;
}

.panel-top-wrapper {
    position: absolute;
    width: 100%;
    z-index: 5000;
    background: #efdcd3;
}

.itemPanel .closeBtn {
    position: relative;
    float: right;
    margin: 20px;
    color: #1c1c1c;
    cursor: pointer;
    display: inline-block;
}

    .itemPanel .closeBtn:hover {
        color: #666;
    }

.itemPanel #payment-option {
}

.form-row {
    display: block;
}

.form-group {
    display: inline-block;
    position: relative;
}

.form-group-bottomless {
    display: block;
    position: relative;
}

input.error {
    border: 3px solid #78517b;
}

.error-message {
    display: none;
    text-align: left;
    margin: auto;
    background: #78517b;
    padding: 5px 20px;
    color: #efdcd3;
    z-index: 20000;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    margin-top: -30px;
}

.number.error-message  {
    min-width: 495px;
}

 .name.error-message  {
    min-width: 355px;
}

.exp-month.error-message, .exp-year.error-message {
    min-width: 277px;
}

.stripe-payment-emailaddress.error-message {
    min-width: 385px;
}

.cvc.error-message {
    min-width: 502px;
}

.stripe-payment-amount.error-message {
    min-width: 432px;
}

#builder-form-error-message {
    margin-top: -60px;
}

.error-message .error-txt {
    text-transform: uppercase;
    font-size: 1.1em;
    letter-spacing: .06em;
    font-family: 'futura-pt', sans-serif;
    font-weight: 700;
}

.error-message .error-tail {
    width: 0px;
    height: 0px;
    border: 12px solid;
    border-color: transparent transparent transparent #78517b;
    position: absolute;
    bottom: -12px;
    left: 0px;
}

#certificate-form .error-message .error-txt {
    font-size: .75em;
}

.itemPanel #item-navigation {
    /*position: absolute;
    bottom: 25px;*/
    padding-top: 25px;
}

#item-description {
    font-size: 1.4em;
    font-family: "century-old-style-std",serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8em;
}

.itemPanel .panelProgress {
    position: relative;
    font-size: 1em;
    display: none;
    margin-top: 50px;
    margin-left: 36px;
    min-width: 300px;
}

    .itemPanel .panelProgress ul {
    }

        .itemPanel .panelProgress ul li {
            display: inline-block;
            border: 2px solid #1c1c1c;
            border-top-right-radius: 20px;
            border-bottom-right-radius: 20px;
            padding: 10px 20px 10px 30px;
            margin-left: -20px;
            background: #efdcd3;
            position: relative;
            font-size: 1em;
        }

            .itemPanel .panelProgress ul li.stp1 {
                z-index: 5;
            }

            .itemPanel .panelProgress ul li.stp2 {
                z-index: 4;
            }

            .itemPanel .panelProgress ul li.stp3 {
                z-index: 3;
            }

            .itemPanel .panelProgress ul li:first-child {
                padding-left: 20px;
            }

            .itemPanel .panelProgress ul li.current {
                background: #1c1c1c;
                color: #efdcd3;
            }

.itemPanel #certificate .formOpt {
    display: none;
}

#certificate-form {
    margin-top: 35px;
    font-size: 1.65em;
    font-family: "century-old-style-std",serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .02em;
    padding-bottom: 30px;
    position: relative;
}

    #certificate-form .paragraph {
        padding-top: 15px;
        padding-bottom: 15px;
        margin-left: 12px;
    }

        #certificate-form .paragraph.last {
            padding-bottom: 30px;
        }

    #certificate-form .item-name:first-child {
        text-transform: lowercase;
    }

    #certificate-form #builder-item-name {
        text-transform: capitalize;
    }

.posterPreview-table {
    display: table;
}

.posterPreview-accent {
    display: table-cell;
    vertical-align: middle;
}

    .posterPreview-accent i {
        color: #f7eee9;
        font-size: 40px;
        letter-spacing: -.02em;
    }

.posterPreview-cntnt {
    display: table-cell;
    background: #f7eee9;
    width: 100%;
    padding: 15px 30px;
}

.menu-wrap {
    display: inline-block;
    position: relative;
}

#certificate-form select {
    font-family: "century-old-style-std",serif;
    font-style: normal;
    font-weight: 400;
    color: #7f736e;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #7f736e;
    text-transform: none;
}

#certificate-form input[type=text] {
    font-family: "century-old-style-std",serif;
    font-style: normal;
    font-weight: 400;
    color: #7f736e;
    text-transform: none;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #7f736e;
    border-radius: 0px;
    padding-bottom: 1px;
    font-size: 1em;
}

::-webkit-input-placeholder {
    color: #7f736e;
}

:-moz-placeholder {
    color: #7f736e;
}

::-moz-placeholder {
    color: #7f736e;
}

:-ms-input-placeholder {
    color: #7f736e;
}


#certificate-form input#builder-name {
    width: 255px;
    text-transform: capitalize;
    border: none;
    color: #ee6233;
    padding: 0px;
}

#certificate-form #builder-credit-me {
    padding-top: 15px;
}

#certificate-form input#builder-name::-webkit-input-placeholder {
    color: #ee6233;
}

#certificate-form button {
    font-size: .7em;
    margin-left: 12px;
}

    #certificate-form button:disabled {
        color: #efdcd3;
        background: #7f736e;
        border: 1px solid #7f736e;
        margin-top: 30px;
    }

.itemPanel #certificate-form .opt1, .itemPanel #certificate-form .opt2, .itemPanel #certificate-form .opt3, .itemPanel #certificate-form .opt4 {
    display: none;
}

.generate-toggle {
    display: none;
}

.itemPanel .formOpt .opt2 input.person-name {
    display: none;
}

.darkBtn {
    background: #1c1c1c;
    color: #efdcd3;
    border: 2px solid #1c1c1c;
    border-radius: 30px;
    padding: 8px 18px 8px 20px;
    text-transform: uppercase;
    font-size: 1.3em;
    letter-spacing: 3px;
    font-family: "futura-pt",sans-serif;
    cursor: pointer;
    font-style: normal;
    font-weight: 700;
}

    .darkBtn i {
        color: #52beac;
        padding-left: 14px;
    }


.buyBtn {
    white-space: nowrap;
}

.qtnBtn {
    font-size: .7em;
}

.exploreBtn {
    white-space: nowrap;
    background: none;
    color: #1c1c1c;
    text-transform: uppercase;
    font-size: 1.3em;
    letter-spacing: 3px;
    font-family: "futura-pt",sans-serif;
    cursor: pointer;
    font-style: normal;
    font-weight: 700;
    margin-left: -25px;
}

    .exploreBtn:hover {
        color: #52beac;
    }

    .exploreBtn i {
        color: #52beac;
    }

.darkBtn:hover {
    border: 2px solid #52beac;
    background: #52beac;
    color: #efdcd3;
}

    .darkBtn:hover i {
        color: #efdcd3;
    }

#detail-sold-out-button.darkBtn {
    cursor: default;
}

    #detail-sold-out-button.darkBtn:hover {
        background: #1c1c1c;
        color: #efdcd3;
        border: 2px solid #1c1c1c;
    }

.lightBtn {
    background: none;
    color: #1c1c1c;
    border: 2px solid #1c1c1c;
    border-radius: 30px;
    padding: 8px 18px 8px 20px;
    text-transform: uppercase;
    font-size: 1.3em;
    letter-spacing: 3px;
    font-family: "futura-pt",sans-serif;
    cursor: pointer;
    font-style: normal;
    font-weight: 700;
}

    .lightBtn:hover {
        border: 2px solid #1c1c1c;
        background: #1c1c1c;
        color: #efdcd3;
        -webkit-transition: background .1s linear;
        -moz-transition: background .1s linear;
        -o-transition: background .1s linear;
        transition: background .1s linear;
    }

    .lightBtn i {
        color: #52beac;
        padding-left: 14px;
    }

    .lightBtn:hover i {
        color: #efdcd3;
    }

.whiteBtn {
    background: none;
    color: #efdcd3;
    border: 2px solid #efdcd3;
    border-radius: 30px;
    /*padding: 8px 20px;*/
    padding: 8px 30px;
    text-transform: uppercase;
    font-size: 1.3em;
    letter-spacing: 4px;
    font-family: "futura-pt",sans-serif;
    cursor: pointer;
    font-style: normal;
    font-weight: 700;
}

    .whiteBtn:hover {
        border: 2px solid #52beac;
    }

#imagePanel {
    position: absolute;
    left: -100%;
    z-index: 5001;
    background: #efdcd3;
    width: 60%;
    top: 0px;
    height: 100%;
    border-top: 10px solid #1c1c1c;
    border-bottom: 10px solid #1c1c1c;
    border-left: 10px solid #1c1c1c;
    border-right: 5px solid #1c1c1c;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    min-width: 588px;
}

.itemIMG {
    width: 100%;
    height: 100%;
}

.itemIMG-btn-container {
    position: absolute;
    top: 50%;
    left: 50%;
}

    .itemIMG-btn-container .darkBtn {
        border: none;
        background: rgba(28, 28, 28, .7);
    }

        .itemIMG-btn-container .darkBtn:hover {
            background: #1a1a1a;
        }

        .itemIMG-btn-container .darkBtn.soldOut {
            cursor: default;
        }

.itemIMG-remaining {
    position: absolute;
    top: 15px;
    right: 20px;
    font-family: "futura-pt",sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #efdcd3;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.itemIMG img {
    width: 100%;
    height: auto;
}

#item-navigation div {
    margin: 35px 0px;
}

.itemPanel .panelShare, .itemPanel .panelAmt {
    font-size: 1.2em;
    font-family: 'futura-pt', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-left: 0px;
}

.itemPanel #cc-form-container {
    display: none;
}

#stripe-payment-form input {
    margin-right: 10px;
    margin-top: 10px;
}

form#paypal-launch {
    float: left;
    padding-bottom: 30px;
}

.cancelBtn {
    float: right;
    color: #1c1c1c;
    border: 2px solid #efdcd3;
    padding: 5px 20px;
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: 3px;
    font-family: "futura-pt",sans-serif;
    cursor: pointer;
    font-style: normal;
    font-weight: 700;
    display: none;
}

#item-navigation .panelShare a {
    text-decoration: none;
    color: #1c1c1c;
    padding: 0px 8px;
}

#item-navigation .panelShare i {
    vertical-align: middle;
    font-size: 2em;
}

.slideBtnWpr {
    position: absolute;
    left: 50%;
    bottom: 35px;
    z-index: 4000;
}

.slidesBtn {
    border: 2px solid #1c1c1c;
    border-radius: 30px;
    position: relative;
    left: -50%;
    padding: 10px 20px;
    font-family: "futura-pt",sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1em;
    white-space: nowrap;
    cursor: pointer;
    letter-spacing: .04em;
}

    .slidesBtn:hover {
        border: 2px solid #52beac;
    }

#posterPanel {
    position: absolute;
    left: -100%;
    z-index: 5002;
    background: #1c1c1c;
    width: 60%;
    top: 0px;
    height: 100%;
    color: #efdcd3;
    overflow: hidden;
    min-width: 588px;
}

    #posterPanel .closeBtn {
        position: absolute;
        right: 0px;
        margin: 20px;
        top: 0px;
        cursor: pointer;
    }

    #posterPanel .posterCntnt {
        position: absolute;
        width: 100%;
        text-align: center;
    }

        #posterPanel .posterCntnt img {
            max-width: 100%;
            opacity: 0;          
        }

    #posterPanel .posterSlider {
        position: absolute;
        right: 0px;
        margin: 0px;
        padding: 0px;
        width: 25%;
        max-width: 180px;
        overflow: hidden;
        height: 100%;
    }

.posterSlider div.items {
    width: 100%;
    height: 98%;
    margin-top: 10px;
}

    .posterSlider div.items .jspVerticalBar {
        opacity: 0;
        width: 0px;
    }

.posterSlider .items .item {
    cursor: pointer;
    opacity: .8;
}

    .posterSlider .items .item:hover {
        opacity: 1;
    }

.posterSlider div img {
    width: 100%;
    height: auto;
}

#posterPreview {
    position: absolute;
    left: -100%;
    z-index: 5002;
    background: #1c1c1c;
    width: 40%;
    top: 0px;
    height: 100%;
    color: #efdcd3;
    overflow: hidden;
    min-width: 403px;
}

    #posterPreview .ptrOvrly img {
        width: 380px;
    }

    #posterPreview .ptrItem img {
        width: 340px;
    }

    #posterPreview .ptrBck img {
        width: 380px;
    }

    #posterPreview .ptrCntnt {
    }

    #posterPreview .ptrWpr {
        position: absolute;
        line-height: 0em;
        border: 10px solid #efdcd3;
    }

    #posterPreview .ptrTxtWpr {
        position: absolute;
        z-index: 4;
        margin-left: 30px;
        line-height: 1em;
        margin-top: 330px;
        letter-spacing: .3em;
        text-transform: uppercase;
        font-size: 1em;
    }

        #posterPreview .ptrTxtWpr .txt1 {
            font-family: 'ZurichW01-LightExtraCd';
            font-size: 1em;
            line-height: 1em;
        }

        #posterPreview .ptrTxtWpr .txt2 {
            font-family: 'ZurichW01-LightExtraCd';
            font-size: 1.7em;
            line-height: 1.3em;
            max-width: 400px;
            overflow: hidden;
        }

        #posterPreview .ptrTxtWpr .txt3 {
            font-family: "futura-pt",sans-serif;
            font-style: normal;
            font-weight: 700;
            font-size: 2.1em;
            line-height: .8em;
        }

        #posterPreview .ptrTxtWpr .txt4 {
            position: absolute;
            vertical-align: top;
            line-height: 1.2em;
            padding-top: 4px;
            font-family: "futura-pt",sans-serif;
            font-style: normal;
            font-weight: 700;
            font-size: .8em;
        }

            #posterPreview .ptrTxtWpr .txt4.last {
                margin-top: 12px;
                margin-left: 1px;
            }

        #posterPreview .ptrTxtWpr .txt5 {
            font-size: 2.2em;
            vertical-align: top;
            letter-spacing: .08em;
            line-height: 1.2em;
            font-family: "futura-pt",sans-serif;
            font-style: normal;
            font-weight: 700;
            text-indent: 15px;
            max-width: 340px;
            overflow: hidden;
            word-wrap: break-word;
        }

        #posterPreview .ptrTxtWpr .txt6 {
            font-family: 'ZurichW01-LightExtraCd';
            font-size: 1.02em;
            position: absolute;
            top: 191px;
            letter-spacing: .064em;
            line-height: 1em;
            width: 400px;
        }

        #posterPreview .ptrTxtWpr .txt7 {
            font-family: 'ZurichW01-LightExtraCd';
            font-size: 1.02em;
            position: absolute;
            top: 191px;
            left: 20px;
            letter-spacing: .064em;
            line-height: 1em;
        }

        #posterPreview .ptrTxtWpr .txt8 {
            font-family: 'ZurichW01-LightExtraCd';
            font-size: 1.02em;
            position: absolute;
            top: 143px;
            letter-spacing: .085em;
            line-height: 1em;
            width: 400px;
        }

#builder-upsell-opt-in {
    display: none;
}

#posterPreview .ptrWpr .ptrItem {
    position: absolute;
    z-index: 2;
    left: 50%;
}

    #posterPreview .ptrWpr .ptrItem img {
        margin-left: -50%;
    }

#posterPreview .ptrWpr .ptrBck {
    position: relative;
    z-index: 1;
}

#posterPreview .ptrWpr .ptrOvrly {
    position: absolute;
    z-index: 3;
}

#questionPanel {
    position: fixed;
    top: 100%;
    height: 100%;
    width: 100%;
    background: #1c1c1c;
    z-index: 5001;
}

    #questionPanel .closeBtn {
        position: absolute;
        right: 0px;
        margin: 20px;
        z-index: 501;
        cursor: pointer;
    }

h2.qtnTxtTitle {
    font-size: 2.5em;
    margin-bottom: 0px;
}

#questionPanel .qtnScroll {
    width: 100%;
    height: 100%;
    overflow: auto;
    position: absolute;
    z-index: 499;
}

#questionPanel .qtnTxtWpr {
    color: #efdcd3;
    z-index: 500;
    padding: 80px 80px 130px 80px;
    text-align: center;
    font-size: 2em;
    font-family: "century-old-style-std",serif;
    font-weight: normal;
    line-height: 1.8em;
}

    #questionPanel .qtnTxtWpr .qtnTxtCntnt {
        /*margin: 0px 110px;*/
        margin: 0px auto;
        max-width: 800px;
        padding: 15px;
    }

        #questionPanel .qtnTxtWpr .qtnTxtCntnt a {
            color: #78517b;
            text-decoration: none;
        }

            #questionPanel .qtnTxtWpr .qtnTxtCntnt a:hover {
                color: #78517b;
                text-decoration: underline;
            }

#videoPanel {
    position: fixed;
    bottom: 100%;
    height: 50px;
    width: 300px;
    background: #1c1c1c;
    z-index: 10;
}



.icon-twitter:hover, .icon-facebook:hover, .icon-pinterest:hover {
    color: #52beac;
}

.spinner {
    display: none;
    color: #998d86;
    font-family: 'futura-pt';
    text-transform: uppercase;
    letter-spacing: .04em;
}

    .spinner .spinner-text .step {
        display: none;
    }

        .spinner .spinner-text .step.selected {
            display: block;
            font-size: .6em;
        }

#certificate-form .spinner {
    margin-left: 12px;
}

#footer {
    position: fixed;
    width: 100%;
    min-width: 920px;
    z-index: 5000;
    font-family: 'futura-pt', sans-serif;
    font-weight: 700;
    font-style: normal;
    bottom: -216px;
    text-transform: uppercase;
    letter-spacing: .04em;
}

#panel-footer {
    position: fixed;
    width: 100%;
    min-width: 920px;
    z-index: 10000;
    font-family: 'futura-pt', sans-serif;
    font-weight: 700;
    font-style: normal;
    bottom: -35px;
    text-transform: uppercase;
    letter-spacing: .04em;
    display: none;
}

    #panel-footer .ftr-toggle-wrapper {
        position: absolute;
        top: -70px;
        right: 0px;
        background: none;
        padding: 0px 15px;
        height: 70px;
    }

    #panel-footer .ftr-toggle-wrapper .ftr-toggle {
        font-size: 1.5em;
        padding-left: 2px;
    }

    #panel-footer .ftr-container {
        text-align: right;
        color: #fff;
        background: #1c1c1c;
        padding: 10px 0px 13px 0px;
    }

    #panel-footer .ftr-container ul {
        margin: 0px 40px;
    }

    #panel-footer .ftr-container ul li{
        display: inline-block;
        list-style: none;
        margin-left: 40px;
        padding-bottom: 3px;
        border-bottom: 1px solid #fff;
    }

    #panel-footer .ftr-container ul li:first-child {
        border: none;
    }

        #panel-footer .ftr-container ul li a {
            color: #fff;
            text-decoration: none;
        }

            #panel-footer .ftr-container ul li a:hover {
                color: #78517b;
            }
        

.ftr-wrapper-top {
    background: #1c1c1c;
    color: #e8d0c6;
    height: 75px;
    font-size: 1.5em;
}

.ftr-left-wpr {
    padding: 10px 76px 10px 30px;
    width: 100%;
}

.mtr {
    display: inline-block;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .mtr.mtr-wrapper {
        margin: 0 auto;
        width: 100%;
        min-width: 820px;
        text-align: left;
    }

.mtr-leftWpr {
    display: inline-block;
    min-width: 430px;
    width: 60%;
}

.mtr-rightWpr {
    display: inline-block;
    min-width: 320px;
    max-width: 320px;
}

.mtr-graph {
    width: 100%;
    float: left;
}

.mtr-graph-inner {
    min-width: 200px;
}

    .mtr-graph-inner sup {
        font-size: .5em;
    }

.mtr-graph .ui-corner-all {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.mtr-graph .ui-widget-content {
    background: #273c39 50% 50% repeat-x;
    color: #1c1c1c;
}

.mtr-graph .ui-progressbar {
    text-align: left;
    overflow: hidden;
    height: 8px;
    width: 100%;
    margin-top: 2px;
    margin-bottom: 4px;
}

    .mtr-graph .ui-progressbar .ui-progressbar-value {
        height: 100%;
        -webkit-transition: width 2s linear;
        -moz-transition: width 2s linear;
        -o-transition: width 2s linear;
        transition: width 2s linear;
    }

.mtr-graph .ui-widget-header {
    background: #55beab 50% 50% repeat-x;
    color: #1c1c1c;
}

.mtr-graph .progress-num {
    color: #55beab;
    border-right: 1px solid #55beab;
    padding: 0px 6px 3px 0;
    margin-top: 0;
    position: relative;
    width: 0;
    font-size: 1.4em;
    text-align: right;
    /*-webkit-transition: width 2s;
        -moz-transition: width 2s;
        -o-transition: width 2s;
        transition: width 2s;*/
}


    .mtr-graph .progress-num sup {
        font-size: .6em;
    }

ul.progress-mtr {
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: left;
}

    ul.progress-mtr li {
        display: inline-block;
        list-style: none;
        margin: 0 0 0 -5px;
        padding-top: 7px;
        padding-left: 0px;
        width: 20%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #3b8577;
    }

        ul.progress-mtr li sup {
            margin-left: 5px;
        }

.mtr.mtr-txt {
    text-transform: uppercase;
    padding: 0px;
    vertical-align: top;
    margin-top: 5px;
    text-align: left;
    float: left;
}

    .mtr.mtr-txt .mtr-small {
        font-size: 1.2em;
        letter-spacing: .15em;
    }

.mtr-rightSide {
    text-align: left;
    display: table;
    margin-left: 30px;
}

.rightSlide-left {
    display: table-cell;
}

.mtr-leftWpr .mtr-small-white {
    font-size: .45em;
    text-align: right;
    letter-spacing: .2em;
}

.rightSlide-right {
    display: table-cell;
}

.mtr.mtr-amtLeft {
    color: #efdcd3;
    letter-spacing: .04em;
    text-transform: uppercase;
    vertical-align: top;
    text-align: left;
    line-height: 1.3em;
}

    .mtr.mtr-amtLeft sup {
        font-size: .6em;
    }

.rightSlide-left .mtr-small-white {
    margin-top: -5px;
    text-transform: uppercase;
    color: #52beac;
    letter-spacing: .15em;
    font-size: .8em;
    margin-left: 15px;
}

.mtr.mtr-question {
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1em;
    vertical-align: top;
    text-align: center;
    position: relative;
}

    .mtr.mtr-question .mtr-small-white {
        font-size: .9em;
        letter-spacing: .08em;
    }

    .mtr.mtr-question .mtr-small-gray {
        font-size: 1em;
        color: #7f736e;
    }

    .mtr.mtr-question .question-icon {
        border: 1px solid #7f736e;
        border-radius: 16px;
        width: 16px;
        height: 16px;
        text-align: center;
        font-size: .6em;
        color: #7f736e;
        cursor: pointer;
        line-height: 1.3em;
        margin-top: 4px;
        display: inline-block;
        vertical-align: top;
    }

.mtr-tooltip {
    position: absolute;
    background: #55beab;
    color: #1c1c1c;
    font-size: .6em;
    text-align: left;
    top: -180px;
    left: -475px;
    display: none;
    opacity: 0;
    width: 450px;
    padding: 20px;
    line-height: 1.4em;
}

.mtr-tooltip-tail {
    width: 0;
    height: 0;
    border: none;
    outline: none;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #55beab;
    position: absolute;
    right: 0;
    bottom: -15px;
    /*width: 0px;
    height: 0px;
    border: 12px solid;
    border-color: transparent transparent transparent #ee651d;
    position: absolute;
    bottom: -12px;
    right: 0px;*/
}

.ftr-toggle-wrapper {
    position: absolute;
    right: 0px;
    top: 0px;
    background: #55beab;
    padding: 0px 20px;
    height: 75px;
    width: 77px;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ftr-toggle {
    color: #1c1c1c;
    border: 2px solid #1c1c1c;
    border-radius: 45px;
    width: 38px;
    height: 38px;
    text-align: center;
    font-size: 1em;
    margin-top: 19px;
    padding-top: 8px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    -moz-transition: transform .5s;
    -o-transition: transform .5s;
    -webkit-transition: transform .5s;
    transition: transform .5s;
}

    .ftr-toggle.rotate {
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.gecko .ftr-toggle,
.gecko .ftr-toggle.rotate {
    padding-top: 7px;
}

.ftr-wrapper-bottom {
    background: #55beab;
    color: #1c1c1c;
    text-transform: uppercase;
    height: 110px;
    text-align: right;
    font-size: 1em;
    min-width: 920px;
}

    .ftr-wrapper-bottom .ftr-container {
        padding: 40px;
    }

    .ftr-wrapper-bottom .spent-link {
        position: absolute;
        left: 90px;
        bottom: 18px;
    }

    .ftr-wrapper-bottom ul {
        margin: 0px 0px 0px 75px;
        padding: 0px;
    }

        .ftr-wrapper-bottom ul li {
            display: inline-block;
            list-style: none;
            margin-left: 40px;
            padding-bottom: 10px;
            font-size: 1em;
        }

            .ftr-wrapper-bottom ul li a {
                color: #1c1c1c;
                text-decoration: none;
                border-bottom: 2px solid #3b8577;
                padding-bottom: 5px;
            }

                .ftr-wrapper-bottom ul li a:hover {
                    color: #52385F;
                    border-bottom: 2px solid #52385F;
                }

.button-wrapper {
    display: block;
    padding: 15px 0px;
}

#share-form {
    font-size: 1.4em;
    line-height: 2em;
    margin-bottom: 20px;
}

    #share-form .lightBtn {
        font-size: 1em;
    }

    #share-form p {
        margin-top: 10px;
    }

    #share-form input[type=text] {
        width: 50%;
        margin-bottom: 5px;
        font-size: 1em;
    }

    #share-form textarea {
        border: 1px solid #1c1c1c;
        background: none;
        width: 50%;
        font-family: "century-old-style-std", serif;
        font-weight: normal;
        padding: 8px;
        border-radius: 3px;
        font-size: 1em;
        color: #7f736e;
    }

.socialShare {
    font-family: "century-old-style-std",serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.3em;
    margin-bottom: 15px;
}

    .socialShare a {
        padding: 0px 8px;
        color: #1c1c1c;
        font-size: .9em;
    }

#shareSubmit {
    min-width: 100px;
}

.ie #shareSubmit {
    margin-top: 10px;
}

input#payment-bottomless {
    display: none;
}

.checkBox {
    display: inline-block;
    padding: 0px 20px 0px 10px;
    font-family: 'futura-pt', sans-serif;
}

    .checkBox div {
        display: inline-block;
        padding: 2px 18px;
        border: 2px solid #7f736e;
        border-radius: 20px;
        background: #1c1c1c;
    }

    .checkBox .doChecked {
        padding-right: 50px;
        margin-right: -40px;
        position: relative;
        z-index: 1;
        cursor: pointer;
    }

    .checkBox .dontChecked {
        padding-left: 50px;
        margin-left: -40px;
        position: relative;
        z-index: 1;
        cursor: pointer;
    }

    .checkBox .doChecked.selected {
        border: 2px solid #efdcd3;
        padding-right: 18px;
        margin-right: 0px;
        position: relative;
        z-index: 50;
    }

    .checkBox .dontChecked.selected {
        border: 2px solid #efdcd3;
        padding-left: 18px;
        margin-left: 0px;
        position: relative;
        z-index: 50;
    }

/* Dropdown control */
.selectBox-dropdown {
    width: auto;
    position: relative;
    text-decoration: none;
    text-align: left;
    color: #988c86;
    outline: none;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    font-family: "century-old-style-std",serif;
    font-style: normal;
    font-weight: 400;
}

.clone-dropdown {
    width: auto;
    position: relative;
    text-decoration: none;
    text-align: left;
    color: #988c86;
    outline: none;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    font-family: "century-old-style-std",serif;
    font-style: normal;
    font-weight: 400;
}

.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
    /*border-color: #666;*/
}

.selectBox-dropdown.selectBox-menuShowing-bottom {
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.selectBox-dropdown.selectBox-menuShowing-top {
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.selectBox-dropdown .selectBox-label {
    padding: 2px 0px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    border-bottom: 1px solid #ee6233;
    width: auto;
    color: #ee6233;
}

#selectBox_builder-alt-names .selectBox-label {
    text-transform: capitalize;
}

.clone-dropdown .clone-label {
    padding: 2px 0px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    border-bottom: 1px solid #ee6233;
    width: auto;
    text-transform: capitalize;
    color: #ee6233;
}

.selectBox-dropdown .selectBox-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 23px;
    height: 100%;
    background: none;
    border-left: solid 1px #BBB;
    display: none;
}

/* Dropdown menu */
.selectBox-dropdown-menu {
    position: absolute;
    z-index: 99999;
    min-height: 1em;
    max-height: 200px;
    /*border: solid 1px #BBB;  should be the same border width as .selectBox-dropdown */
    background: #ee6233;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    font-family: "century-old-style-std",serif;
    font-style: normal;
    font-weight: 400;
    color: #efdcd3;
    letter-spacing: .03em;
    font-size: 1em;
    padding: 15px 30px;
}

#selectBox-dropdown-menu_honoree {
    top: 30px;
}

.clone-dropdown-menu {
    position: absolute;
    z-index: 99999;
    /*min-height: 1em;
    max-height: 200px;*/
    /*border: solid 1px #BBB;  should be the same border width as .selectBox-dropdown */
    background: #ee6233;
    /*overflow: auto;
    -webkit-overflow-scrolling: touch;*/
    font-family: "century-old-style-std",serif;
    font-style: normal;
    font-weight: 400;
    color: #efdcd3;
    letter-spacing: .03em;
    font-size: 1em;
    margin-left: -30px;
    padding: 15px 30px;
}

    .clone-dropdown-menu .clone-list {
        /*max-height: 148px;
        overflow-y: auto;*/
    }

#clone-error-message_builder-custom-title, #clone-error-message_custom-credit-person {
    display: none;
    z-index: 100000;
    font-size: .7em;
    font-family: futura-pt;
    text-transform: uppercase;
    min-width: 330px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .04em;
    top: 70px;
    left: -85px;
}

#builder-name-error-message {
    min-width: 330px;
    margin-top: -65px;
}

#clone-error-message_builder-custom-title.error-message .error-tail, #clone-error-message_custom-credit-person.error-message .error-tail {
    bottom: 0px;
    top: -12px;
    left: initial;
    right: 0px;
    border-top: 12px solid transparent;
    border-right: 12px solid #78517b;
    border-left: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

#certificate-form .clone-dropdown-menu input[type=text] {
    /*border: 1px solid #7f736e;
        border-radius: 3px;*/
    display: table-cell;
    width: 180px;
    padding: 0px;
    margin-right: 10px;
    color: #1c1c1c;
    border-bottom: 1px solid #1c1c1c;
    text-transform: capitalize;
}

.clone-dropdown-menu input::-webkit-input-placeholder {
    color: #1c1c1c;
}

.clone-dropdown-menu input:-moz-placeholder {
    color: #1c1c1c;
}

.clone-dropdown-menu input::-moz-placeholder {
    color: #1c1c1c;
}

.clone-dropdown-menu input:-ms-input-placeholder {
    color: #1c1c1c;
}

#builder-name:-moz-placeholder {
    color: #ee6233;
}

#builder-name::-moz-placeholder {
    color: #ee6233;
}

.clone-dropdown-menu input[type=text]:focus {
    outline: none;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #1c1c1c;
}

.clone-dropdown-menu .clone-group {
    display: table;
}

    .clone-dropdown-menu .clone-group .clone-btn {
        display: table-cell;
        border: 3px solid #1c1c1c;
        color: #1c1c1c;
        border-radius: 20px;
        font-size: .7em;
        font-family: "futura-pt",sans-serif;
        font-style: normal;
        font-weight: 700;
        cursor: pointer;
        text-transform: uppercase;
        padding: 0px 10px;
        vertical-align: middle;
    }

.clone-dropdown-menu .clone-btn:hover {
    border: 3px solid #1c1c1c;
    color: #ee6233;
    background: #1c1c1c;
}

#clone-dropdown-menu_builder-person-select {
    top: -121px;
}

/* Inline control */
.selectBox-inline {
    width: auto;
    outline: none;
    border: solid 1px #BBB;
    background: #FFF;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: auto;
}

    .selectBox-inline:focus {
        border-color: #666;
    }

/* Options */
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
    list-style: none;
    display: block;
    cursor: default;
    margin: 0;
}

    .selectBox-options.selectBox-options-top {
        border-bottom: none;
        margin-top: -6px;
    }

    .selectBox-options.selectBox-options-bottom {
        border-top: none;
    }

    .selectBox-options LI A {
        line-height: 1.7em;
        white-space: nowrap;
        overflow: hidden;
        background: 6px center no-repeat;
        border-bottom: 1px solid #ee651d;
        display: inline;
        cursor: pointer;
    }

.clone-option {
    line-height: 1.7em;
    white-space: nowrap;
    cursor: pointer;
    display: block;
}

    .clone-option a {
        display: inline;
    }

    .clone-option.selected a {
        border-bottom: 1px solid #efdcd3;
    }

    .clone-option:hover a {
        border-bottom: 1px solid #efdcd3;
    }

.selectBox-options LI.selectBox-hover A {
    border-bottom: 1px solid #efdcd3;
}

.selectBox-options LI.selectBox-disabled A {
    color: #7f736e;
    /* background-color: transparent;*/
    border: none;
}

.selectBox-options LI.selectBox-disabled.selectBox-selected a {
    border: none;
    cursor: default;
}

.selectBox-options LI.selectBox-disabled.selectBox-hover a {
    border: none;
    cursor: default;
}

.selectBox-options LI.selectBox-selected A {
    border-bottom: 1px solid #efdcd3;
}

.selectBox-options .selectBox-optgroup {
    color: #666;
    background: #EEE;
    font-weight: bold;
    line-height: 1.5;
    padding: 0 .3em;
    white-space: nowrap;
}

/* Disabled state */
.selectBox.selectBox-disabled {
    color: #888 !important;
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
    opacity: .5;
    filter: alpha(opacity=50);
    border-color: #666;
}

.selectBox-inline.selectBox-disabled {
    color: #888 !important;
}

    .selectBox-inline.selectBox-disabled .selectBox-options A {
        background-color: transparent !important;
    }

.placeholder, .placeholderFocus {
    color: #7f736e;
}

#clone-dropdown-menu_builder-title-options .placeholder, #clone-dropdown-menu_builder-title-options .placeholderFocus {
    color: #1c1c1c;
}

#share-form .form-group {
    width: 100%;
}

#honoree-email-error-message.error-message .error-txt, #send-error-error-message.error-message .error-txt {
    font-size: .9em;
}

#honoree-email-error-message.error-message, #send-error-error-message.error-message {
    min-width: 350px;
    margin-top: -45px;
}

/* CONTACT FORM
================================================== */
#contact-panel {
    position: fixed;
    top: 100%;
    height: 100%;
    width: 100%;
    background: #efdcd3;
    z-index: 10001;
}

#contact-fields {
    width: 600px;
    margin: 0px 55px;
}

#contact-panel .closeBtn {
    position: absolute;
    right: 0px;
    margin: 20px;
    color: #1c1c1c;
}

#contact-panel h3 {
    font-size: 3em;
    font-family: "futura-pt",sans-serif;
    letter-spacing: .04em;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1em;
    color: #1c1c1c;
    margin: 80px 0px 30px 0px;
    width: 100%;
}

#contact-working {
    display: none;
}

#contact-name-input, #contact-email-input {
    width: 60%;
    margin-bottom: 5px;
    min-width: 350px;
}

#contact-subject {
    /*width: 60%;
    margin-bottom: 5px;
    min-width: 377px;*/
}

#contact-form {
    font-size: 1.2em;
}

    #contact-form textarea {
        border: 1px solid #1c1c1c;
        background: none;
        width: 60%;
        font-family: "century-old-style-std", serif;
        font-weight: normal;
        padding: 8px;
        border-radius: 3px;
        font-size: 1em;
        color: #7f736e;
        min-width: 350px;
        outline: none;
    }

textarea:focus {
    outline: none;
    border: 3px solid #78517b;
    border-radius: 3px;
}

#contact-button {
    margin-top: 15px;
}




/* #Media Queries
================================================== */
@media only screen and (max-width: 980px) {
    #fixedParent {
        overflow-x: scroll;
    }
}

@media only screen and (max-width: 1024px) {

    /*.itemPanel .panel h1 {
            font-size: 4.8em;
        }

        .itemPanel .panel h2 {
            font-size: 3em;
        }*/

    .lightBtn, .darkBtn {
        font-size: 1.2em;
    }

    .bottomless-tooltip {
        width: 275px;
        margin-top: -290px;
    }

    .itemPanel .p1 .panelTxt h2, .itemPanel .p2 .panelTxt h2, .itemPanel .p3 .panelTxt h2 {
        width: 75%;
    }

    .itemPanel .p4 .panelTxt h2 {
        font-size: 3em;
    }

    .itemPanel .p1 .panelTxt {
        padding: 30px 40px 30px 50px;
    }

    .itemPanel .p1 .lightBtn {
        font-size: 1em;
        letter-spacing: 1px;
    }
}

/*Larger than standard 1024 (devices and browsers) */
@media only screen and (min-width: 1025px) and (max-width: 1250px) {
    /*.itemPanel .panel h2 {
            font-size: 3em;
        }*/
    #builder-form-error-message {
        font-size: .8em;
        line-height: 1.2em;
        margin-top: -45px;
    }

    .bottomless-tooltip {
        width: 275px;
        margin-top: -290px;
    }

    .itemPanel .p1 .panelTxt h2, .itemPanel .p2 .panelTxt h2, .itemPanel .p3 .panelTxt h2 {
        width: 75%;
    }

    .itemPanel .p4 .panelTxt h2 {
        font-size: 3em;
    }

    .itemPanel .p1 .panelTxt {
        padding: 30px 40px 30px 50px;
    }

    .itemPanel .p1 .lightBtn {
        font-size: 1em;
        letter-spacing: 1px;
    }
}

/*Larger than 1250 */
@media only screen and (min-width: 1250px) {

    #posterPreview .ptrOvrly img {
        width: 478px;
    }

    #posterPreview .ptrItem img {
        width: 436px;
    }

    #posterPreview .ptrBck img {
        width: 478px;
    }

    #posterPreview .ptrTxtWpr {
        position: absolute;
        z-index: 4;
        margin-left: 38px;
        line-height: 1em;
        margin-top: 415px;
        letter-spacing: .3em;
        text-transform: uppercase;
        font-size: 1em;
        color: #efdcd3;
    }

        #posterPreview .ptrTxtWpr .txt1 {
            font-family: 'ZurichW01-LightExtraCd';
            font-size: 1.3em;
            line-height: 1em;
        }

        #posterPreview .ptrTxtWpr .txt2 {
            font-family: 'ZurichW01-LightExtraCd';
            font-size: 2.1em;
            line-height: 1.3em;
        }

        #posterPreview .ptrTxtWpr .txt3 {
            font-family: "futura-pt",sans-serif;
            font-style: normal;
            font-weight: 700;
            font-size: 2.7em;
            line-height: .8em;
        }

        #posterPreview .ptrTxtWpr .txt4 {
            position: absolute;
            vertical-align: top;
            line-height: 1.3em;
            padding-top: 1px;
            font-family: "futura-pt",sans-serif;
            font-style: normal;
            font-weight: 700;
            font-size: 1em;
        }

            #posterPreview .ptrTxtWpr .txt4.last {
                margin-top: 16px;
                margin-left: 1px;
            }

        #posterPreview .ptrTxtWpr .txt5 {
            font-size: 2.8em;
            vertical-align: top;
            letter-spacing: .08em;
            line-height: 1em;
            font-family: "futura-pt",sans-serif;
            font-style: normal;
            font-weight: 700;
            text-indent: 15px;
            max-width: 420px;
            overflow: hidden;
            word-wrap: break-word;
        }

        #posterPreview .ptrTxtWpr .txt6 {
            font-family: 'ZurichW01-LightExtraCd';
            font-size: 1.3em;
            position: absolute;
            top: 238px;
            letter-spacing: .064em;
            line-height: 1em;
            width: 400px;
        }

        #posterPreview .ptrTxtWpr .txt7 {
            font-family: 'ZurichW01-LightExtraCd';
            font-size: 1.3em;
            position: absolute;
            top: 240px;
            left: 20px;
            letter-spacing: .064em;
            line-height: 1em;
        }

        #posterPreview .ptrTxtWpr .txt8 {
            font-family: 'ZurichW01-LightExtraCd';
            font-size: 1.3em;
            position: absolute;
            top: 177px;
            letter-spacing: .085em;
            line-height: 1em;
            width: 400px;
        }
}

@media only screen and (min-width: 1366px) {
    .single.introQuestion .introCopy {
        font-size: 2.5em;
    }
}

/* SECRET CODE BOX */
#secret-payment {
    position: relative;
    top: -14px;
    clear: both;
    display: none;
}

    #secret-payment button {
        display: inline-block;
        margin-right: 10px;
    }

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
}

