@font-face {
  font-family: 'EdGothic';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/ed-gothic-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/ed-gothic-webfont.woff') format('woff'), url('../fonts/ed-gothic-webfont.ttf') format('truetype'), url('../fonts/ed-gothic-webfont.svg#EdGothic') format('svg');
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.0.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome !important;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.2857142857142858em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: 0.14285714285714285em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571428572em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:dximagetransform.microsoft.basicimage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:dximagetransform.microsoft.basicimage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:dximagetransform.microsoft.basicimage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:dximagetransform.microsoft.basicimage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:dximagetransform.microsoft.basicimage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-mail-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-ipad:before {
  content: "\f10a";
}
.fa-iphone:before {
  content: "\f10b";
}
.fa-mac:before {
  content: "\f179";
}
.fa-pc:before {
  content: "\f17a";
}
.fa-email:before {
  content: "\f0e0";
}
.fa-universal:before {
  content: "\f10a\00a0\f10b";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile:before,
.fa-phone:before {
  content: "\f10b";
}
.fa-online:before {
  content: "\f0ac";
}
@font-face {
  font-family: 'BfgFontAwesomeExtension';
  src: url('../fonts/bfg-fa-extension-webfont.eot?v=0.1');
  src: url('../fonts/bfg-fa-extension-webfont.eot?#iefix&v=0.1') format('embedded-opentype'), url('../fonts/bfg-fa-extension-webfont.woff?v=0.1') format('woff'), url('../fonts/bfg-fa-extension-webfont.ttf?v=0.1') format('truetype'), url('../fonts/bfg-fa-extension-webfont.svg?v=0.1#fontawesome_extension') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa-google,
.fa-amazon {
  font-family: BfgFontAwesomeExtension !important;
}
.fa-google:before {
  content: "\efff";
}
.fa-amazon:before {
  content: "\effe";
}
/* BEGIN RESPONSIVE HELPERS */
img {
  max-width: 100%;
}
/* END RESPONSIVE HELPERS */
/* BEGIN RESPONSIVE GRID STYLES */
.bfg-row {
  display: block;
  width: 100%;
}
.bfg-row:after {
  clear: both;
}
.bfg-col-xs-1,
.bfg-col-xs-2,
.bfg-col-xs-3,
.bfg-col-xs-4,
.bfg-col-xs-5,
.bfg-col-xs-6,
.bfg-col-xs-7,
.bfg-col-xs-8,
.bfg-col-xs-9,
.bfg-col-xs-10,
.bfg-col-xs-11,
.bfg-col-xs-12,
.bfg-col-sm-1,
.bfg-col-sm-2,
.bfg-col-sm-3,
.bfg-col-sm-4,
.bfg-col-sm-5,
.bfg-col-sm-6,
.bfg-col-sm-7,
.bfg-col-sm-8,
.bfg-col-sm-9,
.bfg-col-sm-10,
.bfg-col-sm-11,
.bfg-col-sm-12,
.bfg-col-md-1,
.bfg-col-md-2,
.bfg-col-md-3,
.bfg-col-md-4,
.bfg-col-md-5,
.bfg-col-md-6,
.bfg-col-md-7,
.bfg-col-md-8,
.bfg-col-md-9,
.bfg-col-md-10,
.bfg-col-md-11,
.bfg-col-md-12,
.bfg-col-lg-1,
.bfg-col-lg-2,
.bfg-col-lg-3,
.bfg-col-lg-4,
.bfg-col-lg-5,
.bfg-col-lg-6,
.bfg-col-lg-7,
.bfg-col-lg-8,
.bfg-col-lg-9,
.bfg-col-lg-10,
.bfg-col-lg-11,
.bfg-col-lg-12 {
  display: block;
  float: left;
  position: relative;
  min-height: 1px;
}
.bfg-col-xs-1 {
  width: 8.333333333%;
}
.bfg-col-xs-2 {
  width: 16.666666667%;
}
.bfg-col-xs-3 {
  width: 25%;
}
.bfg-col-xs-4 {
  width: 33.333333333%;
}
.bfg-col-xs-5 {
  width: 41.666666667%;
}
.bfg-col-xs-6 {
  width: 50%;
}
.bfg-col-xs-7 {
  width: 58.333333333%;
}
.bfg-col-xs-8 {
  width: 66.666666667%;
}
.bfg-col-xs-9 {
  width: 75%;
}
.bfg-col-xs-10 {
  width: 83.333333333%;
}
.bfg-col-xs-11 {
  width: 91.666666667%;
}
.bfg-col-xs-12 {
  width: 100%;
}
.bfg-col-xs-push-1 {
  left: 8.333333333%;
}
.bfg-col-xs-push-2 {
  left: 16.666666667%;
}
.bfg-col-xs-push-3 {
  left: 25%;
}
.bfg-col-xs-push-4 {
  left: 33.333333333%;
}
.bfg-col-xs-push-5 {
  left: 41.666666667%;
}
.bfg-col-xs-push-6 {
  left: 50%;
}
.bfg-col-xs-push-7 {
  left: 58.333333333%;
}
.bfg-col-xs-push-8 {
  left: 66.666666667%;
}
.bfg-col-xs-push-9 {
  left: 75%;
}
.bfg-col-xs-push-10 {
  left: 83.333333333%;
}
.bfg-col-xs-push-11 {
  left: 91.666666667%;
}
.bfg-col-xs-push-12 {
  left: 100%;
}
.bfg-col-xs-pull-1 {
  right: 8.333333333%;
}
.bfg-col-xs-pull-2 {
  right: 16.666666667%;
}
.bfg-col-xs-pull-3 {
  right: 25%;
}
.bfg-col-xs-pull-4 {
  right: 33.333333333%;
}
.bfg-col-xs-pull-5 {
  right: 41.666666667%;
}
.bfg-col-xs-pull-6 {
  right: 50%;
}
.bfg-col-xs-pull-7 {
  right: 58.333333333%;
}
.bfg-col-xs-pull-8 {
  right: 66.666666667%;
}
.bfg-col-xs-pull-9 {
  right: 75%;
}
.bfg-col-xs-pull-10 {
  right: 83.333333333%;
}
.bfg-col-xs-pull-11 {
  right: 91.666666667%;
}
.bfg-col-xs-pull-12 {
  right: 100%;
}
.bfg-hidden-xs {
  display: none;
}
.bfg-visible-xs {
  display: block;
}
@media (min-width: 769px) {
  .bfg-col-sm-1 {
    width: 8.333333333%;
  }
  .bfg-col-sm-2 {
    width: 16.666666667%;
  }
  .bfg-col-sm-3 {
    width: 25%;
  }
  .bfg-col-sm-4 {
    width: 33.333333333%;
  }
  .bfg-col-sm-5 {
    width: 41.666666667%;
  }
  .bfg-col-sm-6 {
    width: 50%;
  }
  .bfg-col-sm-7 {
    width: 58.333333333%;
  }
  .bfg-col-sm-8 {
    width: 66.666666667%;
  }
  .bfg-col-sm-9 {
    width: 75%;
  }
  .bfg-col-sm-10 {
    width: 83.333333333%;
  }
  .bfg-col-sm-11 {
    width: 91.666666667%;
  }
  .bfg-col-sm-12 {
    width: 100%;
  }
  .bfg-col-sm-push-1 {
    left: 8.333333333%;
  }
  .bfg-col-sm-push-2 {
    left: 16.666666667%;
  }
  .bfg-col-sm-push-3 {
    left: 25%;
  }
  .bfg-col-sm-push-4 {
    left: 33.333333333%;
  }
  .bfg-col-sm-push-5 {
    left: 41.666666667%;
  }
  .bfg-col-sm-push-6 {
    left: 50%;
  }
  .bfg-col-sm-push-7 {
    left: 58.333333333%;
  }
  .bfg-col-sm-push-8 {
    left: 66.666666667%;
  }
  .bfg-col-sm-push-9 {
    left: 75%;
  }
  .bfg-col-sm-push-10 {
    left: 83.333333333%;
  }
  .bfg-col-sm-push-11 {
    left: 91.666666667%;
  }
  .bfg-col-sm-push-12 {
    left: 100%;
  }
  .bfg-col-sm-pull-1 {
    right: 8.333333333%;
  }
  .bfg-col-sm-pull-2 {
    right: 16.666666667%;
  }
  .bfg-col-sm-pull-3 {
    right: 25%;
  }
  .bfg-col-sm-pull-4 {
    right: 33.333333333%;
  }
  .bfg-col-sm-pull-5 {
    right: 41.666666667%;
  }
  .bfg-col-sm-pull-6 {
    right: 50%;
  }
  .bfg-col-sm-pull-7 {
    right: 58.333333333%;
  }
  .bfg-col-sm-pull-8 {
    right: 66.666666667%;
  }
  .bfg-col-sm-pull-9 {
    right: 75%;
  }
  .bfg-col-sm-pull-10 {
    right: 83.333333333%;
  }
  .bfg-col-sm-pull-11 {
    right: 91.666666667%;
  }
  .bfg-col-sm-pull-12 {
    right: 100%;
  }
  .bfg-hidden-sm {
    display: none;
  }
  .bfg-visible-sm {
    display: block;
  }
}
@media (min-width: 993px) {
  .bfg-col-md-1 {
    width: 8.333333333%;
  }
  .bfg-col-md-2 {
    width: 16.666666667%;
  }
  .bfg-col-md-3 {
    width: 25%;
  }
  .bfg-col-md-4 {
    width: 33.333333333%;
  }
  .bfg-col-md-5 {
    width: 41.666666667%;
  }
  .bfg-col-md-6 {
    width: 50%;
  }
  .bfg-col-md-7 {
    width: 58.333333333%;
  }
  .bfg-col-md-8 {
    width: 66.666666667%;
  }
  .bfg-col-md-9 {
    width: 75%;
  }
  .bfg-col-md-10 {
    width: 83.333333333%;
  }
  .bfg-col-md-11 {
    width: 91.666666667%;
  }
  .bfg-col-md-12 {
    width: 100%;
  }
  .bfg-col-md-push-1 {
    left: 8.333333333%;
  }
  .bfg-col-md-push-2 {
    left: 16.666666667%;
  }
  .bfg-col-md-push-3 {
    left: 25%;
  }
  .bfg-col-md-push-4 {
    left: 33.333333333%;
  }
  .bfg-col-md-push-5 {
    left: 41.666666667%;
  }
  .bfg-col-md-push-6 {
    left: 50%;
  }
  .bfg-col-md-push-7 {
    left: 58.333333333%;
  }
  .bfg-col-md-push-8 {
    left: 66.666666667%;
  }
  .bfg-col-md-push-9 {
    left: 75%;
  }
  .bfg-col-md-push-10 {
    left: 83.333333333%;
  }
  .bfg-col-md-push-11 {
    left: 91.666666667%;
  }
  .bfg-col-md-push-12 {
    left: 100%;
  }
  .bfg-col-md-pull-1 {
    right: 8.333333333%;
  }
  .bfg-col-md-pull-2 {
    right: 16.666666667%;
  }
  .bfg-col-md-pull-3 {
    right: 25%;
  }
  .bfg-col-md-pull-4 {
    right: 33.333333333%;
  }
  .bfg-col-md-pull-5 {
    right: 41.666666667%;
  }
  .bfg-col-md-pull-6 {
    right: 50%;
  }
  .bfg-col-md-pull-7 {
    right: 58.333333333%;
  }
  .bfg-col-md-pull-8 {
    right: 66.666666667%;
  }
  .bfg-col-md-pull-9 {
    right: 75%;
  }
  .bfg-col-md-pull-10 {
    right: 83.333333333%;
  }
  .bfg-col-md-pull-11 {
    right: 91.666666667%;
  }
  .bfg-col-md-pull-12 {
    right: 100%;
  }
  .bfg-hidden-md {
    display: none;
  }
  .bfg-visible-md {
    display: block;
  }
}
@media (min-width: 1201px) {
  .bfg-col-lg-1 {
    width: 8.333333333%;
  }
  .bfg-col-lg-2 {
    width: 16.666666667%;
  }
  .bfg-col-lg-3 {
    width: 25%;
  }
  .bfg-col-lg-4 {
    width: 33.333333333%;
  }
  .bfg-col-lg-5 {
    width: 41.666666667%;
  }
  .bfg-col-lg-6 {
    width: 50%;
  }
  .bfg-col-lg-7 {
    width: 58.333333333%;
  }
  .bfg-col-lg-8 {
    width: 66.666666667%;
  }
  .bfg-col-lg-9 {
    width: 75%;
  }
  .bfg-col-lg-10 {
    width: 83.333333333%;
  }
  .bfg-col-lg-11 {
    width: 91.666666667%;
  }
  .bfg-col-lg-12 {
    width: 100%;
  }
  .bfg-col-lg-push-1 {
    left: 8.333333333%;
  }
  .bfg-col-lg-push-2 {
    left: 16.666666667%;
  }
  .bfg-col-lg-push-3 {
    left: 25%;
  }
  .bfg-col-lg-push-4 {
    left: 33.333333333%;
  }
  .bfg-col-lg-push-5 {
    left: 41.666666667%;
  }
  .bfg-col-lg-push-6 {
    left: 50%;
  }
  .bfg-col-lg-push-7 {
    left: 58.333333333%;
  }
  .bfg-col-lg-push-8 {
    left: 66.666666667%;
  }
  .bfg-col-lg-push-9 {
    left: 75%;
  }
  .bfg-col-lg-push-10 {
    left: 83.333333333%;
  }
  .bfg-col-lg-push-11 {
    left: 91.666666667%;
  }
  .bfg-col-lg-push-12 {
    left: 100%;
  }
  .bfg-col-lg-pull-1 {
    right: 8.333333333%;
  }
  .bfg-col-lg-pull-2 {
    right: 16.666666667%;
  }
  .bfg-col-lg-pull-3 {
    right: 25%;
  }
  .bfg-col-lg-pull-4 {
    right: 33.333333333%;
  }
  .bfg-col-lg-pull-5 {
    right: 41.666666667%;
  }
  .bfg-col-lg-pull-6 {
    right: 50%;
  }
  .bfg-col-lg-pull-7 {
    right: 58.333333333%;
  }
  .bfg-col-lg-pull-8 {
    right: 66.666666667%;
  }
  .bfg-col-lg-pull-9 {
    right: 75%;
  }
  .bfg-col-lg-pull-10 {
    right: 83.333333333%;
  }
  .bfg-col-lg-pull-11 {
    right: 91.666666667%;
  }
  .bfg-col-lg-pull-12 {
    right: 100%;
  }
  .bfg-hidden-lg {
    display: none;
  }
  .bfg-visible-lg {
    display: block;
  }
}
/* END RESPONSIVE GRID STYLES */
.bfg-header-banner {
  width: 100%;
  position: relative;
  z-index: 1001;
  display: none;
  background-color: #d4e3f0;
  border-bottom: 1px solid #bcbcbc;
  text-align: left;
}
.bfg-header-banner .bfg-header-container {
  position: relative;
  margin: auto;
  max-width: 980px;
  width: 980px;
}
.bfg-header-banner a:hover,
.bfg-header-banner a:active {
  text-decoration: underline;
}
.bfg-header-banner p {
  padding-top: 1em;
  padding-right: 18%;
  padding-bottom: 1em;
  padding-left: 18px;
}
.bfg-header-banner a.bfg-header-banner-close {
  position: absolute;
  top: 50%;
  right: 18px;
  margin-top: -0.5em;
  color: #8d90a1;
  cursor: pointer;
}
.bfg-header-banner a.bfg-header-banner-close {
  *background: url("../images/ie/close_icon.gif") no-repeat 0 0;
  *height: 9px;
  *width: 9px;
  *margin-top: -4px;
}
.bfg-header-banner-alert {
  background-color: #ffffcc;
}
.bfg-header-banner-alert .bfg-header-container {
  background: url("../images/ie/alert_icon.gif") no-repeat 18px center;
}
.bfg-header-banner-alert .bfg-header-container p {
  padding-left: 54px;
}
.bfg-header {
  background: #ffffff repeat-y center top;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  position: relative;
  text-align: left;
}
.bfg-header .bfg-aux-nav {
  background: #1a4f8a;
  height: 32px;
  line-height: 32px;
  position: relative;
}
.bfg-header .bfg-aux-nav .bfg-header-container {
  position: relative;
}
.bfg-header .bfg-aux-nav .bfg-branding-nav {
  position: absolute;
  left: 0;
  width: 33%;
}
.bfg-header .bfg-aux-nav .bfg-user-nav {
  float: right;
}
.bfg-header .bfg-logo {
  background: no-repeat left top;
  background-image: url('../images/bfg_logo.png');
  position: absolute;
  top: 6px;
  left: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .bfg-header .bfg-logo {
    background-image: url('../images/bfg_logo_2x.png');
    background-size: 86px;
  }
}
.bfg-header .bfg-logo a {
  display: block;
  height: 90px;
  text-indent: -999px;
  width: 90px;
}
.bfg-header .bfg-tagline {
  color: #ffffff;
  font-family: EdGothic, Arial, sans-serif;
  font-weight: normal;
  font-size: 20px;
  margin-left: 116px;
  position: absolute;
  white-space: nowrap;
}
.bfg-header .bfg-user-nav .nav-list {
  float: right;
  font-size: 11px;
  line-height: 30px;
  margin-right: 2em;
}
.bfg-header .bfg-user-nav .nav-list  > li {
  float: left;
  position: relative;
}
.bfg-header .bfg-user-nav .nav-list  > li  > a {
  border-left: thin solid #ffffff;
  padding: 0 7px 1px;
}
.bfg-header .bfg-user-nav a {
  color: #ffffff;
  font-weight: normal;
}
.bfg-header .bfg-user-nav li:first-child > a {
  border: none;
}
.bfg-header .bfg-user-nav li:last-child > a {
  padding-right: 0;
}
.bfg-header .bfg-user-nav li:hover ul,
.bfg-header .bfg-user-nav li:hover .bfg-header-tool-tip {
  display: block;
}
.bfg-header .bfg-user-nav li:hover .bfg-header-tool-tip:empty {
  display: none;
}
.bfg-header .bfg-user-nav li ul,
.bfg-header .bfg-user-nav li .bfg-header-tool-tip {
  background: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 0 0.5em #333333;
  -webkit-box-shadow: 0 0 0.5em #333333;
  -moz-box-shadow: 0 0 0.5em #333333;
  display: none;
  font-size: 12px;
  left: 5px;
  line-height: 25px;
  padding: 7px 0 8px;
  position: absolute;
  top: 28px;
  width: 200px;
}
.bfg-header .bfg-user-nav li ul a,
.bfg-header .bfg-user-nav li .bfg-header-tool-tip a {
  color: #1a4f8a;
  display: block;
  padding: 0 13px;
}
.bfg-header .bfg-user-nav li ul a:hover,
.bfg-header .bfg-user-nav li .bfg-header-tool-tip a:hover {
  background: #1a4f8a;
  color: #ffffff;
}
.bfg-header .bfg-user-nav .bfg-user-LogOut {
  border-top: thin solid #e7e7e7;
  margin-top: 4px;
  padding-top: 4px;
}
.bfg-header .bfg-user-nav .bfg-user-credits {
  position: relative;
  padding-left: 21px;
}
.bfg-header .bfg-user-nav .bfg-user-credits .icon-gccrown {
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0px;
  left: -7px;
  background: no-repeat 6px -1325px;
  background-image: url('../images/icon_sprite.png');
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .bfg-header .bfg-user-nav .bfg-user-credits .icon-gccrown {
    background-image: url('../images/icon_sprite_2x.png');
    background-size: 86px;
  }
}
.bfg-header .bfg-user-nav .fa-shopping-cart + .no-icon {
  display: none;
  *display: inline;
}
.bfg-header .bfg-main-nav {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  height: 42px;
  background: #9cb8dd;
  background-image: -moz-linear-gradient(bottom, #f2f8ff 0%, #eef6ff 2%, #e3f1ff 34%, #d3e6ff 56%, #c4daf6 68%, #a8c2e4 88%, #9cb8dd 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #9cb8dd), color-stop(100%, #f2f8ff));
  background-image: -webkit-linear-gradient(bottom, #9cb8dd, #f2f8ff);
  background-image: -o-linear-gradient(bottom, #f2f8ff 0%, #eef6ff 2%, #e3f1ff 34%, #d3e6ff 56%, #c4daf6 68%, #a8c2e4 88%, #9cb8dd 100%);
  background-image: -ms-linear-gradient(bottom, #f2f8ff, #9cb8dd);
  background-image: linear-gradient(to bottom, #f2f8ff, #9cb8dd);
  filter: progid:dximagetransform.microsoft.gradient(startColorStr=#f2f8ff, endColorStr=#9cb8dd);
  position: relative;
}
.bfg-header .bfg-primary-nav {
  float: left;
  height: 42px;
  line-height: 36px;
  margin-left: 117px;
}
.bfg-header .bfg-primary-nav  > li {
  background: no-repeat left top;
  background-image: url('../images/icon_sprite.png');
  float: left;
  font-family: EdGothic, Arial, sans-serif;
  font-weight: normal;
  font-size: 17px;
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .bfg-header .bfg-primary-nav  > li {
    background-image: url('../images/icon_sprite_2x.png');
    background-size: 86px;
  }
}
.bfg-header .bfg-primary-nav  > li:hover + li,
.bfg-header .bfg-primary-nav  > li.selected + li {
  background-image: none;
}
.bfg-header .bfg-primary-nav  > li:last-child a {
  background: no-repeat 100% -42px;
  background-image: url('../images/icon_sprite.png');
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .bfg-header .bfg-primary-nav  > li:last-child a {
    background-image: url('../images/icon_sprite_2x.png');
    background-size: 86px;
  }
}
.bfg-header .bfg-primary-nav  > li:last-child:hover a {
  background: none;
}
.bfg-header .bfg-primary-nav  > li a {
  padding: 4px 15px 2px;
  display: inline-block;
}
.bfg-header .bfg-primary-nav  > li:hover,
.bfg-header .bfg-primary-nav  > li.selected:hover {
  background: #ffffff;
}
.bfg-header .bfg-primary-nav  > li:hover  > a,
.bfg-header .bfg-primary-nav  > li.selected:hover  > a {
  background: none;
}
.bfg-header .bfg-primary-nav  > li:hover .bfg-secondary-nav,
.bfg-header .bfg-primary-nav  > li.selected:hover .bfg-secondary-nav {
  display: block;
}
.bfg-header .bfg-primary-nav  > li.bfg-nav-toggle:hover > a {
  background: none;
  filter: none;
  background-color: #ffffff;
  box-shadow: 0 0.75em 0 #ffffff;
  -webkit-box-shadow: 0 0.75em 0 #ffffff;
  -moz-box-shadow: 0 0.75em 0 #ffffff;
  color: #000000;
}
.bfg-header .bfg-primary-nav  > li.selected  > a {
  color: #ffffff;
  background: #1c6cca;
  background-image: -moz-linear-gradient(bottom, #1c6cca 0%, #1c68c1 17%, #1a579f 54%, #184e8e 68%, #17447c 90%, #164277 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #164277), color-stop(100%, #1c6cca));
  background-image: -webkit-linear-gradient(bottom, #164277, #1c6cca);
  background-image: -o-linear-gradient(bottom, #1c6cca 0%, #1c68c1 17%, #1a579f 54%, #184e8e 68%, #17447c 90%, #164277 100%);
  background-image: -ms-linear-gradient(bottom, #1c6cca, #164277);
  background-image: linear-gradient(to bottom, #1c6cca, #164277);
  filter: progid:dximagetransform.microsoft.gradient(startColorStr=#f2f8ff, endColorStr=#9cb8dd);
  filter: progid:dximagetransform.microsoft.gradient(startColorStr=#1c6cca, endColorStr=#164277);
}
.bfg-header .bfg-primary-nav  > li.selected  > a:hover {
  background: none;
  filter: none;
  background-color: #ffffff;
  color: #000000;
}
.bfg-header .bfg-primary-nav a {
  color: #003399;
  font-weight: normal;
}
.bfg-header .bfg-primary-nav a:hover {
  color: #000000;
}
.bfg-header .bfg-search {
  float: right;
  padding: 7px 20px 0 0;
  position: relative;
}
.bfg-header .bfg-search input {
  background: #ffffff;
  border: thin solid #b3cedc;
  border-radius: 2em 2em;
  box-shadow: inset 0 1px 1px #e7e7e7;
  -webkit-box-shadow: inset 0 1px 1px #e7e7e7;
  -moz-box-shadow: inset 0 1px 1px #e7e7e7;
  height: 26px;
  line-height: 26px;
  padding: 0 32px 0 10px;
  width: 145px;
}
.bfg-header .bfg-search input:focus {
  outline: none;
}
.bfg-header .bfg-search input:focus::-webkit-input-placeholder {
  color: transparent;
}
.bfg-header .bfg-search input:focus::-moz-placeholder {
  color: transparent;
}
.bfg-header .bfg-search input:focus:-moz-placeholder {
  color: transparent;
}
.bfg-header .bfg-search .bfg-search-icon {
  position: absolute;
  right: 32px;
  top: 10px;
}
.bfg-header .bfg-search button {
  background: none;
  border: none;
  color: #8f8f99;
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  outline: none;
  padding: 0;
}
.bfg-header .bfg-header-container {
  margin: auto;
  max-width: 980px;
  width: 980px;
}
.bfg-header .bfg-placeholder {
  color: #999999;
}
.bfg-header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bfg-header a,
.bfg-header a:link,
.bfg-header a:hover,
.bfg-header a:visited,
.bfg-header a:active {
  text-decoration: none;
}
.bfg-header.blog {
  background-image: url(../images/bg_blog.png);
}
.bfg-header.blog .bfg-tagline {
  line-height: 32px;
  margin-bottom: 0;
}
.bfg-header.help {
  background-image: url(../images/bg_help.png);
  height: 150px;
}
.bfg-header.forums {
  background-image: url(../images/bg_forums.png);
  height: 150px;
}
.bfg-header.blog {
  background-image: url(../images/bg_forums.png);
  height: 150px;
}
.bfg-header {
  z-index: 2;
}
.bfg-header .bfg-aux-nav {
  z-index: 3;
}
.bfg-header .bfg-user-nav ul ul,
.bfg-header .bfg-header-tool-tip {
  z-index: 3;
}
.bfg-header .bfg-nav-toggle a {
  position: relative;
  z-index: 2;
}
.bfg-header .bfg-secondary-nav {
  z-index: 1;
}
#container,
.bfg-container {
  position: relative;
  z-index: 1;
}
/*Progress Bar*/
span.punch_card_felix {
  /* Don't add any more selectors to this, as several different pages rely on it! */

  width: 17px;
  height: 17px;
  margin-right: 1px;
  background: url("../images/punchcard/loyalty_global_sprite_en.png") -10px -157px no-repeat;
}
div#punch_card_progress span.progress_filled,
div#punch_card_progress span.progress_empty {
  width: 4px;
  height: 13px;
  margin: 2px 1px;
}
div#punch_card_progress span.progress_filled {
  background: url("../images/punchcard/loyalty_global_sprite_en.png") -29px -159px no-repeat;
}
div#punch_card_progress span.progress_empty {
  background: url("../images/punchcard/loyalty_global_sprite_en.png") -29px -176px no-repeat;
}
/*End Progress Bar*/
/*PunchCard Tool Tips*/
.bfg-header .bfg-user-nav li div.punch-card-tooltip {
  width: 280px;
}
.punch-card-progress {
  display: inline-block;
}
.punch-card-progress .punch-card-felix,
.punch-card-progress .progress-filled,
.punch-card-progress .progress-empty {
  display: inline-block;
  position: relative;
}
.punch-card-progress .progress-filled,
.punch-card-progress .progress-empty {
  height: 12px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  top: 3px;
  width: 4px;
}
.punch-card-progress .punch-card-felix {
  background: no-repeat left -84px;
  background-image: url('../images/icon_sprite.png');
  height: 17px;
  top: 5px;
  width: 17px;
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .punch-card-progress .punch-card-felix {
    background-image: url('../images/icon_sprite_2x.png');
    background-size: 86px;
  }
}
.punch-card-progress .progress-filled {
  background: #eb1d1d;
}
.punch-card-progress .progress-empty {
  background: #bcb8b1;
}
.punch-card-tooltip {
  line-height: 14px;
}
.punch-card-tooltip #punch_card_pointy_tips {
  margin: 4px auto;
}
.punch-card-tooltip div#punch_card_message div#punchcard_message_text,
.punch-card-tooltip div#punch_card_message div#punchcard_message_text * {
  text-align: center;
}
.punch-card-tooltip #punch_card_message {
  margin: 0;
}
.punch-card-tooltip #punch_card_message[class~="punchcard_message_type_normal"] {
  width: 100%;
  padding: 9px 0;
  margin: 0;
  text-align: left;
  line-height: 14px;
}
.punch-card-tooltip #punch_card_message[class~="punchcard_message_type_free_game"] div#punchcard_message_text {
  width: 181px;
  margin-left: 5px;
}
.punch-card-tooltip #punch_card_message[class~="punchcard_message_type_free_game"] div#punchcard_message_text strong {
  color: #006699;
}
.punch-card-tooltip #punch_card_message[class~="punchcard_message_type_free_game"] div#punchcard_message_graphic {
  background: url("../images/punchcard/loyalty_global_sprite_en.png") -138px -356px no-repeat;
  width: 62px;
  height: 42px;
}
.punch-card-tooltip #punch_card_message[class~="punchcard_message_type_bonus"] div#punchcard_message_text {
  width: 181px;
  margin-left: 5px;
}
.punch-card-tooltip #punch_card_message[class~="punchcard_message_type_bonus"] div#punchcard_message_text strong {
  color: #006699;
}
.punch-card-tooltip #punch_card_message[class~="punchcard_message_type_bonus"] div#punchcard_message_graphic {
  background: url("../images/punchcard/loyalty_global_sprite_en.png") -138px -425px no-repeat;
  width: 62px;
  height: 42px;
}
.punch-card-tooltip #punch_card_reminder {
  line-height: 16px;
}
.punch-card-tooltip #punch_card {
  overflow: auto;
}
.punch-card-tooltip .punch_card_slot {
  float: left;
}
div.punch_card_slot {
  margin: 2px;
  width: 69px;
  height: 68px;
  clear: none !important;
  background: url("../images/punchcard/loyalty_global_sprite_en.png") -10px -79px no-repeat;
}
div.punched_slot {
  width: 66px;
  height: 66px;
  margin: 1px;
}
div.punched_slot_1 {
  background: url("../images/punchcard/loyalty_global_sprite_en.png") -9px -8px no-repeat;
}
div.punched_slot_2 {
  background: url("../images/punchcard/loyalty_global_sprite_en.png") -88px -8px no-repeat;
}
div.punched_slot_3 {
  background: url("../images/punchcard/loyalty_global_sprite_en.png") -164px -8px no-repeat;
}
div.punched_slot_4 {
  background: url("../images/punchcard/loyalty_global_sprite_en.png") -244px -8px no-repeat;
}
div.punched_slot_5 {
  background: url("../images/punchcard/loyalty_global_sprite_en.png") -320px -8px no-repeat;
}
div.punched_slot_6 {
  background: url("../images/punchcard/loyalty_global_sprite_en.png") -399px -8px no-repeat;
}
div#punch_card_pointy_tips {
  width: 254px;
}
div#punch_card_pointy_tips div#punch_card_reminder {
  display: block;
  float: none;
  margin-bottom: 15px;
}
div#punch_card_pointy_tips div#punch_card_reminder h4 {
  font-size: 16px;
  color: #006699;
}
div#punch_card_pointy_tips div#punch_card_reminder span {
  font-size: 13px;
  color: #006699;
}
div#center_div_container {
  width: 100%;
  background-color: #eff6ff;
  border-radius: 5px;
  padding-bottom: 15px;
}
div#center_div_container * {
  text-align: center;
}
div#punch_card_pointy_tips div#punch_card_month {
  width: 190px;
  font: 14px;
  color: #ffffff;
  background-color: #d31825;
  padding: 5px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
div#punch_card {
  margin-top: 5px;
  width: 220px;
}
div#punch_card_progress_pointy_tips {
  margin-top: 15px;
  color: #d31825;
  font-weight: bold;
}
div.center_div {
  margin: 0px auto;
  display: block !important;
  float: none !important;
}
.blue_title {
  color: #006699;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  #bfg-user-Community ul,
  #bfg-user-PunchCard .punch-card-tooltip {
    left: auto;
    right: 0;
  }
}
.bfg-header .bfg-col-sm-6 {
  width: 50%;
}
.bfg-header .bfg-hidden-xs.bfg-visible-sm {
  display: block;
}
.bfg-header .bfg-visible-xs.bfg-hidden-sm {
  display: none;
}
/* IE 7 is not playing well with the responsive media queries, so we're removing
   them for now.
.bfg-header.respond {

    .bfg-header-container {
        width: auto;
    }

    @media(@width-xs) {
        background: none;

        .bfg-user-nav {
            .box-shadow(0 1px 4px, rgba(51, 51, 51, 0.75));
            height: 42px;
            line-height: 42px;
            .linear-gradient('top', @primary_nav_start, @primary_nav_stops, @primary_nav_end, @primary_nav_end);

            .bfg-tagline {
                color: @smalt;
            }

        }

        .bfg-main-nav {
            background: none;
            .box-shadow(none);
        }

        .bfg-primary-nav {
            background: @white;
            .box-shadow(0 1px 4px, rgba(51, 51, 51, 0.75));
            display: none;
            height: auto;
            margin-left: 0;
            width: 100%;

            li, li:last-child, li.selected {
                background: none;
                border-bottom: thin solid @ziggurat;
                float: none;
                font-family: @fontSansStack;
                margin-left: 117px;

                &:hover a {
                    .box-shadow(~'none !important');
                }

                a, a:hover {
                    background: none;
                    color: @smalt;
                }

                a:hover {
                    color: @japanese_laurel;
                    text-decoration: underline;
                }

            }

            li:last-child {
                border-bottom: none;
            }

            .fa {
                display: none;
            }

        }

        .bfg-search, .bfg-nav-toggle:hover .bfg-secondary-nav {
            display: none !important;
        }

    }

    @media(@width-sm) {

        .bfg-search {
            display: none;
        }

    }

    @media(@width-lg) {

    }

    .bfg-menu-toggle {
        line-height: 40px;
        text-align: right;
    }

    .bfg-toggle-checkbox {

        &:checked + .bfg-primary-nav {
            display: block;
        }

    }

    .bfg-toggle-label {
        cursor: pointer;
        display: inline;
        font-size: 20px;

        .fa {
            color: @smalt;
        }

    }

    @media(min-width: 960px) {
        .bfg-search {
            display: block;
        }
    }

}
*/
.bfg-toggle-checkbox {
  display: none;
}
.bfg-header .bfg-secondary-nav {
  background: #ffffff;
  box-shadow: 0 0.25em 0.25em rgba(0, 0, 0, 0.25), inset 0 0.5em 0.5em -0.5em #333333;
  -webkit-box-shadow: 0 0.25em 0.25em rgba(0, 0, 0, 0.25), inset 0 0.5em 0.5em -0.5em #333333;
  -moz-box-shadow: 0 0.25em 0.25em rgba(0, 0, 0, 0.25), inset 0 0.5em 0.5em -0.5em #333333;
  display: none;
  font-family: Arial, "Helvetica Neue", Helvetica, Helmet, Freesans, sans-serif;
  left: 0;
  line-height: 1.4em;
  position: absolute;
  top: 42px;
  width: 100%;
}
.bfg-header .bfg-secondary-nav a:hover {
  color: #008800;
  text-decoration: underline;
}
.bfg-header .bfg-secondary-list {
  float: left;
  font-size: 16px;
  margin: 43px 0 40px;
  width: 25%;
}
.bfg-header .bfg-secondary-list li {
  margin: 5px 2px;
}
.bfg-header .bfg-secondary-list .bfg-secondary-nav-see-all,
.bfg-header .bfg-secondary-list .bfg-secondary-nav-home {
  display: inline-block;
  font-size: 12px;
  margin-top: 21px;
}
.bfg-header .bfg-secondary-genres {
  float: right;
  font-size: 11px;
  margin-bottom: 40px;
  width: 75%;
}
.bfg-header .bfg-secondary-genres ul {
  margin-left: 32px;
}
.bfg-header .bfg-secondary-genres li {
  background: no-repeat left 86px;
  background-image: url('../images/icon_sprite.png');
  border: thin solid #b3cedc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: inset 0 0 0.1em #b3cedc;
  -webkit-box-shadow: inset 0 0 0.1em #b3cedc;
  -moz-box-shadow: inset 0 0 0.1em #b3cedc;
  float: left;
  margin: 4px 3px;
  text-align: center;
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .bfg-header .bfg-secondary-genres li {
    background-image: url('../images/icon_sprite_2x.png');
    background-size: 86px;
  }
}
.bfg-header .bfg-secondary-genres li.bfg-genre-puzzle {
  background-position: left -117px;
}
.bfg-header .bfg-secondary-genres li.bfg-genre-hidden {
  background-position: left -204px;
}
.bfg-header .bfg-secondary-genres li.bfg-genre-time {
  background-position: left -290px;
}
.bfg-header .bfg-secondary-genres li.bfg-genre-casino {
  background-position: left -1233px;
}
.bfg-header .bfg-secondary-genres li.bfg-genre-adventure {
  background-position: left -376px;
}
.bfg-header .bfg-secondary-genres li.bfg-genre-match3 {
  background-position: left -456px;
}
.bfg-header .bfg-secondary-genres li.bfg-genre-strategy {
  background-position: left -541px;
}
.bfg-header .bfg-secondary-genres li.bfg-genre-marble {
  background-position: left -633px;
}
.bfg-header .bfg-secondary-genres li.bfg-genre-card {
  background-position: left -716px;
}
.bfg-header .bfg-secondary-genres li.bfg-genre-word {
  background-position: left -804px;
}
.bfg-header .bfg-secondary-genres li.bfg-genre-mahjong {
  background-position: left -891px;
}
.bfg-header .bfg-secondary-genres li.bfg-genre-family,
.bfg-header .bfg-secondary-genres li.bfg-genre-kids {
  background-position: left -978px;
}
.bfg-header .bfg-secondary-genres li.bfg-genre-brain {
  background-position: left -1062px;
}
.bfg-header .bfg-secondary-genres li.bfg-genre-action {
  background-position: left -1147px;
}
.bfg-header .bfg-secondary-genres li.bfg-genre-all {
  background: none;
}
.bfg-header .bfg-secondary-genres li.bfg-genre-all a {
  font-size: 12px;
  height: 62px;
  line-height: 19px;
  padding-top: 24px;
}
.bfg-header .bfg-secondary-genres li a {
  display: block;
  height: 25px;
  line-height: 11px;
  padding: 61px 4px 0;
  width: 82px;
}
.bfg-header .bfg-genre-title {
  border: none;
  color: #8f8f99;
  font-size: 12px;
  font-weight: normal;
  margin: 25px 37px 0;
}
