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

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

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  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.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}

.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=$rotation);
  -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=$rotation);
  -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=$rotation);
  -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=$rotation);
  -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=$rotation);
  -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: white;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.group {
  zoom: 1;
}
.group:before {
  content: "";
  display: table;
}
.group:after {
  content: "";
  display: table;
  clear: both;
}

.clear {
  clear: both;
}

/* Probably remove these? */
.ei-slider {
  background-image: url(../img/hero.jpg);
  background-size: cover;
  background-position: 0 0;
  height: 380px;
  max-width: 1036px;
  left: 0;
  position: relative;
  overflow: hidden;
  -webkit-transition: background-position 1.4s ease-in-out;
  -webkit-transition-delay: 0.3s;
  -moz-transition: background-position 1.4s ease-in-out 0.3s;
  -o-transition: background-position 1.4s ease-in-out 0.3s;
  transition: background-position 1.4s ease-in-out 0.3s;
  -ms-transition: background-position 1.4s ease-in-out 0.3s;
  -moz-border-radius-topleft: 7px;
  -webkit-border-top-left-radius: 7px;
  border-top-left-radius: 7px;
  -moz-border-radius-topright: 7px;
  -webkit-border-top-right-radius: 7px;
  border-top-right-radius: 7px;
}
@media (max-width: 1199px) {
  .ei-slider {
    background-size: 3760px 345px;
    height: 345px;
    max-width: 940px;
  }
}
@media (max-width: 979px) {
  .ei-slider {
    background-size: 2896px 266px;
    height: 266px;
    max-width: 724px;
  }
}
.ei-slider.fb .slide {
  left: 100%;
}
.ei-slider.fb .slide.currrent {
  left: 0;
}
.ei-slider.fb .slide h1, .ei-slider.fb .slide h2, .ei-slider.fb .slide p,
.ei-slider.fb .slide .btn {
  left: 10%;
  opacity: 1;
}
.ei-slider .slide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.ei-slider .slide.current {
  z-index: 1000;
}
.ei-slider .slide.current h1, .ei-slider .slide.current h2,
.ei-slider .slide.current p, .ei-slider .slide.current .btn {
  left: 54%;
  opacity: 1;
}
.ei-slider .slide.current .interim p {
  left: 0;
}
.ei-slider .slide.current h2 {
  left: 10%;
}
.ei-slider .slide h1, .ei-slider .slide h2,
.ei-slider .slide p, .ei-slider .slide .btn {
  position: relative;
  opacity: 0;
  left: 110%;
}
.ei-slider .slide .interim h1, .ei-slider .slide .interim h2, .ei-slider .slide .interim p, .ei-slider .slide .interim .btn {
  opacity: 1;
  left: 0;
  top: 0;
}
.ei-slider .slide .interim h2 {
  font-size: 3.0rem;
  line-height: 34px;
}
@media (max-width: 1199px) {
  .ei-slider .slide .interim h2 {
    font-size: 2.8rem;
    line-height: 32px;
  }
}
@media (max-width: 979px) {
  .ei-slider .slide .interim h2 {
    font-size: 2.0rem;
    line-height: 24px;
  }
}
.ei-slider .slide h1, .ei-slider .slide h2 {
  z-index: 10;
}
.ei-slider .slide h1 {
  color: #00adea;
  font-size: 4.4rem;
  font-weight: bold;
  line-height: 50px;
  margin-bottom: 10px;
  width: 40%;
  top: 14%;
  left: 54%;
}
@media (max-width: 1199px) {
  .ei-slider .slide h1 {
    font-size: 4.0rem;
    line-height: 44px;
    margin-bottom: 6px;
  }
}
@media (max-width: 979px) {
  .ei-slider .slide h1 {
    font-size: 3.0rem;
    line-height: 34px;
  }
}
.ei-slider .slide h2 {
  color: #fff;
  font-size: 3.5rem;
  left: 10%;
}
.ei-slider .slide p {
  color: #333333;
  width: 40%;
  top: 14%;
  font-size: 1.8rem;
  line-height: 26px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .ei-slider .slide p {
    font-size: 1.6rem;
    line-height: 20px;
  }
}
@media (max-width: 979px) {
  .ei-slider .slide p {
    font-size: 1.2rem;
    line-height: 18px;
  }
}
.ei-slider .slide .btn {
  top: 60px;
}
@media (max-width: 1199px) {
  .ei-slider .slide .btn {
    margin-bottom: 22px;
  }
}
@media (max-width: 979px) {
  .ei-slider .slide .btn {
    font-size: 1.2rem;
    top: 40px;
    padding: 2px 6px;
  }
}
.ei-slider .slide .interim {
  background-color: #51515d;
  border-left: 12px solid #f64400;
  border-right: 12px solid #f64400;
  position: absolute;
  height: 90%;
  width: 32%;
  padding: 10% 4% 0 4%;
  left: 100%;
}
@media (max-width: 1199px) {
  .ei-slider .slide .interim {
    border-width: 10px;
  }
}
@media (max-width: 979px) {
  .ei-slider .slide .interim {
    border-width: 8px;
  }
}
.ei-slider .slide .interim p {
  color: white;
  line-height: 22px;
  width: auto;
}
@media (max-width: 1199px) {
  .ei-slider .slide .interim p {
    line-height: 20px;
  }
}
@media (max-width: 979px) {
  .ei-slider .slide .interim p {
    line-height: 18px;
  }
}
.ei-slider .arrows {
  -moz-user-select: none;
  -webkit-user-select: none;
}
.ei-slider .arrows span {
  color: white;
  position: absolute;
  bottom: 4%;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1005;
  opacity: 0.6;
}
.ei-slider .arrows span:hover, .ei-slider .arrows span:active {
  opacity: 1;
}
.ei-slider .arrows span.arrows-prev {
  left: 15px;
}
.ei-slider .arrows span.arrows-next {
  right: 15px;
}
.ei-slider .arrows span .fa {
  font-size: 3.6rem;
}

/* ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-
 *
 * Interim Box
 *
 * ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~- */
.fromright .interim {
  -webkit-animation: fromRightInterim 1.4s ease-in-out 0.3s both;
  -moz-animation: fromRightInterim 1.4s ease-in-out 0.3s both;
  -o-animation: fromRightInterim 1.4s ease-in-out 0.3s both;
  -ms-animation: fromRightInterim 1.4s ease-in-out 0.3s both;
  animation: fromRightInterim 1.4s ease-in-out 0.3s both;
}

.fromleft .interim {
  -webkit-animation: fromLeftInterim 1.4s ease-in-out 0.3s both;
  -moz-animation: fromLeftInterim 1.4s ease-in-out 0.3s both;
  -o-animation: fromLeftInterim 1.4s ease-in-out 0.3s both;
  -ms-animation: fromLeftInterim 1.4s ease-in-out 0.3s both;
  animation: fromLeftInterim 1.4s ease-in-out 0.3s both;
}

.toright .interim {
  -webkit-animation: toRightInterim 1.4s ease-in-out 0.3s both;
  -moz-animation: toRightInterim 1.4s ease-in-out 0.3s both;
  -o-animation: toRightInterim 1.4s ease-in-out 0.3s both;
  -ms-animation: toRightInterim 1.4s ease-in-out 0.3s both;
  animation: toRightInterim 1.4s ease-in-out 0.3s both;
}

.toleft .interim {
  -webkit-animation: toLeftInterim 1.4s ease-in-out 0.3s both;
  -moz-animation: toLeftInterim 1.4s ease-in-out 0.3s both;
  -o-animation: toLeftInterim 1.4s ease-in-out 0.3s both;
  -ms-animation: toLeftInterim 1.4s ease-in-out 0.3s both;
  animation: toLeftInterim 1.4s ease-in-out 0.3s both;
}

@-webkit-keyframes fromRightInterim {
  0% {
    left: 100%;
  }

  100% {
    left: 30%;
  }
}

@-moz-keyframes fromRightInterim {
  0% {
    left: 100%;
  }

  100% {
    left: 30%;
  }
}

@-o-keyframes fromRightInterim {
  0% {
    left: 100%;
  }

  100% {
    left: 30%;
  }
}

@-ms-keyframes fromRightInterim {
  0% {
    left: 100%;
  }

  100% {
    left: 30%;
  }
}

@keyframes fromRightInterim {
  0% {
    left: 100%;
  }

  100% {
    left: 30%;
  }
}

@-webkit-keyframes fromLeftInterim {
  0% {
    left: -100%;
  }

  100% {
    left: 30%;
  }
}

@-moz-keyframes fromLeftInterim {
  0% {
    left: -100%;
  }

  100% {
    left: 30%;
  }
}

@-o-keyframes fromLeftInterim {
  0% {
    left: -100%;
  }

  100% {
    left: 30%;
  }
}

@-ms-keyframes fromLeftInterim {
  0% {
    left: -100%;
  }

  100% {
    left: 30%;
  }
}

@keyframes fromLeftInterim {
  0% {
    left: -100%;
  }

  100% {
    left: 30%;
  }
}

@-webkit-keyframes toRightInterim {
  0% {
    left: 40%;
  }

  100% {
    left: 100%;
  }
}

@-moz-keyframes toRightInterim {
  0% {
    left: 40%;
  }

  100% {
    left: 100%;
  }
}

@-o-keyframes toRightInterim {
  0% {
    left: 40%;
  }

  100% {
    left: 100%;
  }
}

@-ms-keyframes toRightInterim {
  0% {
    left: 40%;
  }

  100% {
    left: 100%;
  }
}

@keyframes toRightInterim {
  0% {
    left: 40%;
  }

  100% {
    left: 100%;
  }
}

@-webkit-keyframes toLeftInterim {
  0% {
    left: 30%;
  }

  100% {
    left: -50%;
  }
}

@-moz-keyframes toLeftInterim {
  0% {
    left: 30%;
  }

  100% {
    left: -50%;
  }
}

@-o-keyframes toLeftInterim {
  0% {
    left: 30%;
  }

  100% {
    left: -50%;
  }
}

@-ms-keyframes toLeftInterim {
  0% {
    left: 30%;
  }

  100% {
    left: -50%;
  }
}

@keyframes toLeftInterim {
  0% {
    left: 30%;
  }

  100% {
    left: -50%;
  }
}

/* ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-
 *
 * Header 1
 *
 * ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~- */
.fromright h1 {
  -webkit-animation: fromRightHeader 1.4s ease-in-out 0.3s both;
  -moz-animation: fromRightHeader 1.4s ease-in-out 0.3s both;
  -o-animation: fromRightHeader 1.4s ease-in-out 0.3s both;
  -ms-animation: fromRightHeader 1.4s ease-in-out 0.3s both;
  animation: fromRightHeader 1.4s ease-in-out 0.3s both;
}

.fromleft h1 {
  -webkit-animation: fromLeftHeader 0.6s ease-in 0.6s both;
  -moz-animation: fromLeftHeader 0.6s ease-in 0.6s both;
  -o-animation: fromLeftHeader 0.6s ease-in 0.6s both;
  -ms-animation: fromLeftHeader 0.6s ease-in 0.6s both;
  animation: fromLeftHeader 0.6s ease-in 0.6s both;
}

.toright h1 {
  -webkit-animation: toRightHeader 1s ease-in-out 0.3s both;
  -moz-animation: toRightHeader 1s ease-in-out 0.3s both;
  -o-animation: toRightHeader 1s ease-in-out 0.3s both;
  -ms-animation: toRightHeader 1s ease-in-out 0.3s both;
  animation: toRightHeader 1s ease-in-out 0.3s both;
}

.toleft h1 {
  -webkit-animation: toLeftHeader 1.4s ease-in-out 0.3s both;
  -moz-animation: toLeftHeader 1.4s ease-in-out 0.3s both;
  -o-animation: toLeftHeader 1.4s ease-in-out 0.3s both;
  -ms-animation: toLeftHeader 1.4s ease-in-out 0.3s both;
  animation: toLeftHeader 1.4s ease-in-out 0.3s both;
}

@-webkit-keyframes fromRightHeader {
  0% {
    left: 100%;
  }

  100% {
    left: 54%;
  }
}

@-moz-keyframes fromRightHeader {
  0% {
    left: 100%;
  }

  100% {
    left: 54%;
  }
}

@-o-keyframes fromRightHeader {
  0% {
    left: 100%;
  }

  100% {
    left: 54%;
  }
}

@-ms-keyframes fromRightHeader {
  0% {
    left: 100%;
  }

  100% {
    left: 54%;
  }
}

@keyframes fromRightHeader {
  0% {
    left: 100%;
  }

  100% {
    left: 54%;
  }
}

@-webkit-keyframes fromLeftHeader {
  0% {
    left: 100%;
  }

  100% {
    left: 54%;
  }
}

@-moz-keyframes fromLeftHeader {
  0% {
    left: 100%;
  }

  100% {
    left: 54%;
  }
}

@-o-keyframes fromLeftHeader {
  0% {
    left: 100%;
  }

  100% {
    left: 54%;
  }
}

@-ms-keyframes fromLeftHeader {
  0% {
    left: 100%;
  }

  100% {
    left: 54%;
  }
}

@keyframes fromLeftHeader {
  0% {
    left: 100%;
  }

  100% {
    left: 54%;
  }
}

@-webkit-keyframes toRightHeader {
  0% {
    left: 54%;
  }

  100% {
    left: 50%;
  }
}

@-moz-keyframes toRightHeader {
  0% {
    left: 54%;
  }

  100% {
    left: 50%;
  }
}

@-o-keyframes toRightHeader {
  0% {
    left: 54%;
  }

  100% {
    left: 50%;
  }
}

@-ms-keyframes toRightHeader {
  0% {
    left: 54%;
  }

  100% {
    left: 50%;
  }
}

@keyframes toRightHeader {
  0% {
    left: 54%;
  }

  100% {
    left: 50%;
  }
}

@-webkit-keyframes toLeftHeader {
  0% {
    left: 54%;
    opacity: 1;
  }

  100% {
    left: -50%;
    opacity: 1;
  }
}

@-moz-keyframes toLeftHeader {
  0% {
    left: 54%;
    opacity: 1;
  }

  100% {
    left: -50%;
    opacity: 1;
  }
}

@-o-keyframes toLeftHeader {
  0% {
    left: 54%;
    opacity: 1;
  }

  100% {
    left: -50%;
    opacity: 1;
  }
}

@-ms-keyframes toLeftHeader {
  0% {
    left: 54%;
    opacity: 1;
  }

  100% {
    left: -50%;
    opacity: 1;
  }
}

@keyframes toLeftHeader {
  0% {
    left: 54%;
    opacity: 1;
  }

  100% {
    left: -50%;
    opacity: 1;
  }
}

/* ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-
 *
 * Paragraph Text
 *
 * ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~- */
.fromright p.animated {
  -webkit-animation: fromRightP 1.4s ease-in-out 0.35s both;
  -moz-animation: fromRightP 1.4s ease-in-out 0.35s both;
  -o-animation: fromRightP 1.4s ease-in-out 0.35s both;
  -ms-animation: fromRightP 1.4s ease-in-out 0.35s both;
  animation: fromRightP 1.4s ease-in-out 0.35s both;
}

.fromleft p.animated {
  -webkit-animation: fromLeftP 1.4s ease-in-out 0.3s both;
  -moz-animation: fromLeftP 1.4s ease-in-out 0.3s both;
  -o-animation: fromLeftP 1.4s ease-in-out 0.3s both;
  -ms-animation: fromLeftP 1.4s ease-in-out 0.3s both;
  animation: fromLeftP 1.4s ease-in-out 0.3s both;
}

.toright p.animated {
  -webkit-animation: toRightP 1.4s ease-in-out 0.3s both;
  -moz-animation: toRightP 1.4s ease-in-out 0.3s both;
  -o-animation: toRightP 1.4s ease-in-out 0.3s both;
  -ms-animation: toRightP 1.4s ease-in-out 0.3s both;
  animation: toRightP 1.4s ease-in-out 0.3s both;
}

.toleft p.animated {
  -webkit-animation: toLeftP 1.4s ease-in-out 0.35s both;
  -moz-animation: toLeftP 1.4s ease-in-out 0.35s both;
  -o-animation: toLeftP 1.4s ease-in-out 0.35s both;
  -ms-animation: toLeftP 1.4s ease-in-out 0.35s both;
  animation: toLeftP 1.4s ease-in-out 0.35s both;
}

@-webkit-keyframes fromRightP {
  0% {
    left: 100%;
  }

  100% {
    left: 54%;
  }
}

@-moz-keyframes fromRightP {
  0% {
    left: 100%;
  }

  100% {
    left: 54%;
  }
}

@-o-keyframes fromRightP {
  0% {
    left: 100%;
  }

  100% {
    left: 54%;
  }
}

@-ms-keyframes fromRightP {
  0% {
    left: 100%;
  }

  100% {
    left: 54%;
  }
}

@keyframes fromRightP {
  0% {
    left: 100%;
  }

  100% {
    left: 54%;
  }
}

@-webkit-keyframes fromLeftP {
  0% {
    left: 100%;
  }

  100% {
    left: 54%;
  }
}

@-moz-keyframes fromLeftP {
  0% {
    left: 100%;
  }

  100% {
    left: 54%;
  }
}

@-o-keyframes fromLeftP {
  0% {
    left: 100%;
  }

  100% {
    left: 54%;
  }
}

@-ms-keyframes fromLeftP {
  0% {
    left: 100%;
  }

  100% {
    left: 54%;
  }
}

@keyframes fromLeftP {
  0% {
    left: 100%;
  }

  100% {
    left: 54%;
  }
}

@-webkit-keyframes toRightP {
  0% {
    left: 100%;
  }

  100% {
    left: 54%;
  }
}

@-moz-keyframes toRightP {
  0% {
    left: 100%;
  }

  100% {
    left: 54%;
  }
}

@-o-keyframes toRightP {
  0% {
    left: 100%;
  }

  100% {
    left: 54%;
  }
}

@-ms-keyframes toRightP {
  0% {
    left: 100%;
  }

  100% {
    left: 54%;
  }
}

@keyframes toRightP {
  0% {
    left: 100%;
  }

  100% {
    left: 54%;
  }
}

@-webkit-keyframes toLeftP {
  0% {
    left: 54%;
    opacity: 1;
  }

  100% {
    left: -50%;
    opacity: 1;
  }
}

@-moz-keyframes toLeftP {
  0% {
    left: 54%;
    opacity: 1;
  }

  100% {
    left: -50%;
    opacity: 1;
  }
}

@-o-keyframes toLeftP {
  0% {
    left: 54%;
    opacity: 1;
  }

  100% {
    left: -50%;
    opacity: 1;
  }
}

@-ms-keyframes toLeftP {
  0% {
    left: 54%;
    opacity: 1;
  }

  100% {
    left: -50%;
    opacity: 1;
  }
}

@keyframes toLeftP {
  0% {
    left: 54%;
    opacity: 1;
  }

  100% {
    left: -50%;
    opacity: 1;
  }
}

/* ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-
 *
 * Button
 *
 * ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~- */
.fromright .btn {
  -webkit-animation: fromRightBtn 1.4s ease-in-out 0.3s both;
  -moz-animation: fromRightBtn 1.4s ease-in-out 0.3s both;
  -o-animation: fromRightBtn 1.4s ease-in-out 0.3s both;
  -ms-animation: fromRightBtn 1.4s ease-in-out 0.3s both;
  animation: fromRightBtn 1.4s ease-in-out 0.3s both;
}

.fromleft .btn {
  -webkit-animation: fromLeftBtn 1.4s ease-in-out 0.3s both;
  -moz-animation: fromLeftBtn 1.4s ease-in-out 0.3s both;
  -o-animation: fromLeftBtn 1.4s ease-in-out 0.3s both;
  -ms-animation: fromLeftBtn 1.4s ease-in-out 0.3s both;
  animation: fromLeftBtn 1.4s ease-in-out 0.3s both;
}

.toright .btn {
  -webkit-animation: toRightBtn 1.4s ease-in-out 0.3s both;
  -moz-animation: toRightBtn 1.4s ease-in-out 0.3s both;
  -o-animation: toRightBtn 1.4s ease-in-out 0.3s both;
  -ms-animation: toRightBtn 1.4s ease-in-out 0.3s both;
  animation: toRightBtn 1.4s ease-in-out 0.3s both;
}

.toleft .btn {
  -webkit-animation: toLeftBtn 1.4s ease-in-out 0.35s both;
  -moz-animation: toLeftBtn 1.4s ease-in-out 0.35s both;
  -o-animation: toLeftBtn 1.4s ease-in-out 0.35s both;
  -ms-animation: toLeftBtn 1.4s ease-in-out 0.35s both;
  animation: toLeftBtn 1.4s ease-in-out 0.35s both;
}

@-webkit-keyframes fromRightBtn {
  0% {
    left: 100%;
    top: 500px;
  }

  100% {
    left: 54%;
    top: 60px;
  }
}

@-moz-keyframes fromRightBtn {
  0% {
    left: 100%;
    top: 500px;
  }

  100% {
    left: 54%;
    top: 60px;
  }
}

@-o-keyframes fromRightBtn {
  0% {
    left: 100%;
    top: 500px;
  }

  100% {
    left: 54%;
    top: 60px;
  }
}

@-ms-keyframes fromRightBtn {
  0% {
    left: 100%;
    top: 500px;
  }

  100% {
    left: 54%;
    top: 60px;
  }
}

@keyframes fromRightBtn {
  0% {
    left: 100%;
    top: 500px;
  }

  100% {
    left: 54%;
    top: 60px;
  }
}

/*
@include breakpoint(lg) {
	@include keyframe(fromRightBtn) {
		100% {
			left: $textLeft;
			top: 60px;
		}
	}
}
*/
@media (max-width: 979px) {
  @-webkit-keyframes fromRightBtn {
    0% {
      left: 100%;
      top: 500px;
    }

    100% {
      left: 54%;
      top: 40px;
    }
}

  @-moz-keyframes fromRightBtn {
    0% {
      left: 100%;
      top: 500px;
    }

    100% {
      left: 54%;
      top: 40px;
    }
}

  @-o-keyframes fromRightBtn {
    0% {
      left: 100%;
      top: 500px;
    }

    100% {
      left: 54%;
      top: 40px;
    }
}

  @-ms-keyframes fromRightBtn {
    0% {
      left: 100%;
      top: 500px;
    }

    100% {
      left: 54%;
      top: 40px;
    }
}

  @keyframes fromRightBtn {
    0% {
      left: 100%;
      top: 500px;
    }

    100% {
      left: 54%;
      top: 40px;
    }
}
}
@-webkit-keyframes fromLeftBtn {
  0% {
    left: 100%;
  }

  100% {
    left: 54%;
  }
}

@-moz-keyframes fromLeftBtn {
  0% {
    left: 100%;
  }

  100% {
    left: 54%;
  }
}

@-o-keyframes fromLeftBtn {
  0% {
    left: 100%;
  }

  100% {
    left: 54%;
  }
}

@-ms-keyframes fromLeftBtn {
  0% {
    left: 100%;
  }

  100% {
    left: 54%;
  }
}

@keyframes fromLeftBtn {
  0% {
    left: 100%;
  }

  100% {
    left: 54%;
  }
}

@-webkit-keyframes toRightBtn {
  0% {
    left: 100%;
  }

  100% {
    left: 54%;
  }
}

@-moz-keyframes toRightBtn {
  0% {
    left: 100%;
  }

  100% {
    left: 54%;
  }
}

@-o-keyframes toRightBtn {
  0% {
    left: 100%;
  }

  100% {
    left: 54%;
  }
}

@-ms-keyframes toRightBtn {
  0% {
    left: 100%;
  }

  100% {
    left: 54%;
  }
}

@keyframes toRightBtn {
  0% {
    left: 100%;
  }

  100% {
    left: 54%;
  }
}

@-webkit-keyframes toLeftBtn {
  0% {
    left: 54%;
    top: 60px;
    opacity: 1;
  }

  /*
  	@include breakpoint(lg) {
  		0% {
  			top: 60px;
  		}
  	}
  */
  100% {
    left: -50%;
    top: 500px;
    opacity: 1;
  }
}

@-moz-keyframes toLeftBtn {
  0% {
    left: 54%;
    top: 60px;
    opacity: 1;
  }

  /*
  	@include breakpoint(lg) {
  		0% {
  			top: 60px;
  		}
  	}
  */
  100% {
    left: -50%;
    top: 500px;
    opacity: 1;
  }
}

@-o-keyframes toLeftBtn {
  0% {
    left: 54%;
    top: 60px;
    opacity: 1;
  }

  /*
  	@include breakpoint(lg) {
  		0% {
  			top: 60px;
  		}
  	}
  */
  100% {
    left: -50%;
    top: 500px;
    opacity: 1;
  }
}

@-ms-keyframes toLeftBtn {
  0% {
    left: 54%;
    top: 60px;
    opacity: 1;
  }

  /*
  	@include breakpoint(lg) {
  		0% {
  			top: 60px;
  		}
  	}
  */
  100% {
    left: -50%;
    top: 500px;
    opacity: 1;
  }
}

@keyframes toLeftBtn {
  0% {
    left: 54%;
    top: 60px;
    opacity: 1;
  }

  /*
  	@include breakpoint(lg) {
  		0% {
  			top: 60px;
  		}
  	}
  */
  100% {
    left: -50%;
    top: 500px;
    opacity: 1;
  }
}

@media (max-width: 979px) {
  @-webkit-keyframes toLeftBtn {
    0% {
      left: 54%;
      top: 40px;
      opacity: 1;
    }

    100% {
      left: -50%;
      top: 500px;
      opacity: 1;
    }
}

  @-moz-keyframes toLeftBtn {
    0% {
      left: 54%;
      top: 40px;
      opacity: 1;
    }

    100% {
      left: -50%;
      top: 500px;
      opacity: 1;
    }
}

  @-o-keyframes toLeftBtn {
    0% {
      left: 54%;
      top: 40px;
      opacity: 1;
    }

    100% {
      left: -50%;
      top: 500px;
      opacity: 1;
    }
}

  @-ms-keyframes toLeftBtn {
    0% {
      left: 54%;
      top: 40px;
      opacity: 1;
    }

    100% {
      left: -50%;
      top: 500px;
      opacity: 1;
    }
}

  @keyframes toLeftBtn {
    0% {
      left: 54%;
      top: 40px;
      opacity: 1;
    }

    100% {
      left: -50%;
      top: 500px;
      opacity: 1;
    }
}
}
/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/
/*
.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: solid #fff 5px;
	left: -5px;
	background: #fff;
}
*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  display: none;
  min-height: 50px;
  background: url(../img/bx_loader.gif) center center no-repeat white;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(../img/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url(../img/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 1000;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../img/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../img/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/* ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-
 *
 * Globals
 *
 * ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~- */
html {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9ImNlbnRlciIgY3k9IjMwJSIgcj0iMTAwIj48c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjOGI4YTk1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNDc0NzUzIi8+PC9yYWRpYWxHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(radial, center 30%, 0, center 30%, 100, color-stop(0%, #8b8a95), color-stop(100%, #474753));
  background-image: -webkit-radial-gradient(center 30%, #8b8a95 0%, #474753 100%);
  background-image: -moz-radial-gradient(center 30%, #8b8a95 0%, #474753 100%);
  background-image: -o-radial-gradient(center 30%, #8b8a95 0%, #474753 100%);
  background-image: radial-gradient(center 30%, #8b8a95 0%, #474753 100%);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-image: -ms-radial-gradient(center 30%, #8b8a95 0%, #474753 100%);
  background-color: #5f5e69;
  min-height: 100%;
  font-size: 62.5%;
}

body {
  font-size: 12px;
  line-height: 18px;
  font-size: 1.2rem;
  background: none;
  color: #525252;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  body {
    padding: 0;
  }
}

#loader{
	display: none;
	width: 118px;
	height: auto;
	margin: 100px auto;
}
#loader #img{
	width: 32px;
	height: 32px;
	background: url('../img/bx_loader.gif');
	margin:auto auto;
}
#loader #div{
	text-align: center;
}

#error_alert, #error_alert2, #success_alert{
	display: none;
}

.input_error{
	border: 1px solid red !important;
}

article {
  background-color: #e2e2e2;
  margin-top: 36px;
  padding-bottom: 30px;
  -webkit-box-shadow: 0px 0px 5px 4px rgba(50, 50, 50, 0.6);
  -moz-box-shadow: 0px 0px 5px 4px rgba(50, 50, 50, 0.6);
  box-shadow: 0px 0px 5px 4px rgba(50, 50, 50, 0.6);
}
@media (max-width: 767px) {
  article {
    padding-left: 10px;
    padding-right: 10px;
  }
}
article header {
  height: 86px;
  position: relative;
}
@media (max-width: 979px) {
  article header {
    height: 80px;
  }
}
article .main {
  background-color: white;
  -webkit-box-shadow: rgba(32, 32, 47, 0.15) 0 0 9px 2px, rgba(0, 0, 0, 0.15) 0 4px 4px;
  -moz-box-shadow: rgba(32, 32, 47, 0.15) 0 0 9px 2px, rgba(0, 0, 0, 0.15) 0 4px 4px;
  box-shadow: rgba(32, 32, 47, 0.15) 0 0 9px 2px, rgba(0, 0, 0, 0.15) 0 4px 4px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
}

nav ul, nav ol, nav li {
  list-style: none;
  margin: 0;
}

.bar {
  height: 8px;
}

.top-bar {
  background-color: #f64400;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.bottom-bar {
  background-color: #8d8d92;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}

/* ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-
 *
 * Typography
 *
 * ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~- */
h1, h2, h3,
h4, h5, h6 {
  font-weight: normal;
  margin: 0;
}

h1 {
  color: #00adea;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 2.4rem;
    line-height: 28px;
    margin-bottom: 10px;
  }
}

h2 {
  color: #000;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 25px;
  margin-bottom: 8px;
  margin-top: 18px;
}
@media (max-width: 979px) {
  h2 {
    font-size: 2.0rem;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 1.6rem;
    margin-bottom: 6px;
  }
}

h3 {
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
}

h4 {
  font-size: 1.1rem;
  font-weight: bold;
  text-transform: uppercase;
}

a,
a:hover,
a:active {
  color: #00adea;
}

smaller {
  font-size: 16px;
  line-height: 24.0px;
  font-size: 1.6rem;
  font-weight: nomral;
}

.captcha-tmp {
  width: 100%;
  height: 49px;
  background-color: #fff;
  border: 1px solid #ccc;
  margin-bottom: 5px;
}

.read-more {
  display: block;
  font-size: 1.4rem;
  margin-top: -10px;
}
@media (max-width: 979px) {
  .read-more {
    font-size: 1.2rem;
  }
}

.btn {
  background-repeat: repeat-x;
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 30px;
  text-shadow: rgba(0, 0, 0, 0.3) 0 -1px 0;
}
@media (max-width: 979px) {
  .btn {
    font-size: 1.3rem;
  }
}
.btn:hover, .btn:active {
  color: white;
}

.btn-top {
  font-size: 1.3rem;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: -15px;
}

.btn-eiorange {
  background-color: #ad2e00 !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff6932", endColorstr="#ad2e00");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ff6932), to(#ad2e00));
  background-image: -moz-linear-gradient(top, #ff6932, #ad2e00);
  background-image: -ms-linear-gradient(top, #ff6932, #ad2e00);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff6932), color-stop(100%, #ad2e00));
  background-image: -webkit-linear-gradient(top, #ff6932, #ad2e00);
  background-image: -o-linear-gradient(top, #ff6932, #ad2e00);
  background-image: linear-gradient(#ff6932, #ad2e00);
  border-color: #ad2e00 #ad2e00 #8c2500;
}

.btn-eiblue {
  background-color: #007fad !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#32c8ff", endColorstr="#007fad");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#32c8ff), to(#007fad));
  background-image: -moz-linear-gradient(top, #32c8ff, #007fad);
  background-image: -ms-linear-gradient(top, #32c8ff, #007fad);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #32c8ff), color-stop(100%, #007fad));
  background-image: -webkit-linear-gradient(top, #32c8ff, #007fad);
  background-image: -o-linear-gradient(top, #32c8ff, #007fad);
  background-image: linear-gradient(#32c8ff, #007fad);
  border-color: #007fad #007fad #00678c;
}

.btn-signin {
  background-image: -moz-linear-gradient(51% -6% -90deg, #ffad56 0%, #ffad56 17%, #fea11d 30%, #ff642f 100%);
  background-image: -webkit-gradient(linear, 51% -6%, 51% 95%, color-stop(0, #ffad56), color-stop(0.17, #ffad56), color-stop(0.3, #fea11d), color-stop(1, #ff642f));
  background-image: -webkit-linear-gradient(-90deg, #ffad56 0%, #ffad56 17%, #fea11d 30%, #ff642f 100%);
  background-image: -o-linear-gradient(-90deg, #ffad56 0%, #ffad56 17%, #fea11d 30%, #ff642f 100%);
  background-image: -ms-linear-gradient(-90deg, #ffad56 0%, #ffad56 17%, #fea11d 30%, #ff642f 100%);
  background-image: linear-gradient(180deg, #ffad56 0%, #ffad56 17%, #fea11d 30%, #ff642f 100%);
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffad56,endColorstr=#ffff642f,GradientType=0)
		progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#4d000000,Positive=true)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffad56,endColorstr=#ffff642f,GradientType=0) progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#4d000000,Positive=true);
  right: 90px;
  border-color: #ffad56 #ff8824 #ff7417;
  background-color: #f89b2c;
}
.btn-signin:hover, .btn-signin:focus, .btn-signin:active, .btn-signin.active, .btn-signin.disabled, .btn-signin[disabled] {
  background-color: #ff642f;
}

.btn-signup {
  background-color: #696873 !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8c8b96", endColorstr="#696873");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#8c8b96), to(#696873));
  background-image: -moz-linear-gradient(top, #8c8b96, #696873);
  background-image: -ms-linear-gradient(top, #8c8b96, #696873);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8c8b96), color-stop(100%, #696873));
  background-image: -webkit-linear-gradient(top, #8c8b96, #696873);
  background-image: -o-linear-gradient(top, #8c8b96, #696873);
  background-image: linear-gradient(#8c8b96, #696873);
  border-color: #696873 #696873 #61606a;
  right: 10px;
}

/* ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-
 *
 * Header
 *
 * ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~- */
.logo {
  background: url(../img/logo.png) no-repeat center center;
  display: block;
  height: 46px;
  width: 210px;
  text-indent: -999em;
  position: absolute;
  top: 20px;
}
@media (max-width: 979px) {
  .logo {
    background: url(../img/logoMobile.png) no-repeat center center;
    height: 41px;
    width: 182px;
  }
}

header h1 {
  margin: 0;
}
header .nav {
  margin-bottom: 0;
}
header .full-nav {
  margin-top: 37px;
}
@media (max-width: 979px) {
  header .full-nav {
    margin-top: 33px;
  }
}
header .dropdown .dropdown-toggle {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 979px) {
  header .dropdown .dropdown-toggle {
    padding-left: 18px;
    padding-right: 18px;
  }
}
header .dropdown:last-of-type .dropdown-toggle {
  padding-right: 10px;
}
header .dropdown-toggle {
  color: #525252;
  font-size: 1.6rem;
  font-weight: bold;
}
@media (max-width: 979px) {
  header .dropdown-toggle {
    font-size: 1.4rem;
  }
}
header .dropdown-toggle.active {
  color: #eb3900;
}
header .nav-pills .open .dropdown-toggle,
header .nav > li.dropdown.open.active > a:hover,
header .nav > li.dropdown.open.active > a:focus {
  background: none;
}
header .nav-pills .open .dropdown-toggle,
header .nav > li.dropdown.open.active > a:hover,
header .nav > li.dropdown.open.active > a:focus,
header .nav > li > a:hover,
header .nav > li > a:focus {
  color: #eb3900;
  background: none;
}
header .nav-pills .dropdown-menu {
  background-color: #a8a8b7;
  border: none;
  border-top: 3px solid #f64400;
  left: 26px;
  top: 30px;
  min-width: 0;
  z-index: 1010;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
}
@media (max-width: 979px) {
  header .nav-pills .dropdown-menu {
    left: 18px;
  }
}
header .nav-pills .dropdown-menu > li > a {
  color: white;
  font-size: 1.4rem;
  font-weight: bold;
}
@media (max-width: 979px) {
  header .nav-pills .dropdown-menu > li > a {
    font-size: 1.2rem;
  }
}
header .nav-pills .dropdown-menu > li > a:hover,
header .nav-pills .dropdown-menu > li > a:focus {
  background: #e6e6e6;
  color: #eb3900;
}
header .navbar {
  position: absolute;
  top: -20px;
  left: -20px;
  right: -10px;
}
header .navbar .navbar-inner {
  background: none;
  border: none;
  min-height: 0;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
header .navbar .navbar-inner .btn-navbar {
  background: url(../img/btn-navbar.png) no-repeat center center;
  border: none;
  height: 42px;
  width: 52px;
  margin: 0 20px 0 0;
  padding: 0;
  position: relative;
  z-index: 1020;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
header .navbar .navbar-inner .nav-collapse {
  background-color: #413f49;
  top: -50px;
  z-index: 1010;
}
header .navbar .navbar-inner .nav-collapse .nav {
  margin-bottom: 0;
  padding-top: 50px;
}
header .navbar .navbar-inner .nav-collapse .nav > li.download > a {
  color: #f38f29;
}
header .navbar .navbar-inner .nav-collapse .nav > li.sign-up > a {
  color: #bdbcbe;
}
header .navbar .navbar-inner .nav-collapse .nav > li > a {
  color: white;
  border-top: 1px solid #4d4e57;
  font-size: 1.5rem;
  padding: 5px 30px;
  text-shadow: none;
}
header .navbar .navbar-inner .nav-collapse .nav > li > a:hover, header .navbar .navbar-inner .nav-collapse .nav > li > a:focus, header .navbar .navbar-inner .nav-collapse .nav > li > a.active {
  background: none;
  color: #eb3900;
}

/* ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-
 *
 * Footer
 *
 * ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~- */
.content-info {
  color: #cccccc;
  font-size: 1.3rem;
  padding: 15px 0;
  position: relative;
}
@media (max-width: 767px) {
  .content-info {
    height: 150px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.content-info li {
  margin: 0 0 0 15px;
}
.content-info li a {
  color: #cccccc;
}
.content-info li a:hover, .content-info li a:active {
  color: white;
}
.content-info nav.border-left {
  border-left: 1px solid #cccccc;
  height: 80px;
}
.content-info .social {
  float: right;
}
.content-info .social p,
.content-info .social nav {
  float: right;
}
.content-info .social nav {
  font-size: 1.1rem;
  margin-left: 6px;
}
.content-info .social nav li {
  float: left;
  margin-left: 0;
}
.content-info .social nav li a {
  color: #868695;
}
.content-info .social nav li a:hover, .content-info .social nav li a:active {
  color: #cccccc;
}
.content-info .social nav li a .fa-stack-1x {
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .content-info .social {
    float: left;
    margin-top: 40px;
  }
}
.content-info .norton {
  float: right;
  text-align: right;
}
.content-info .norton img {
  border-left: 1px solid #cccccc;
  margin-left: 20px;
  padding-left: 20px;
  opacity: 0.3;
}
@media (max-width: 979px) {
  .content-info .norton {
    position: absolute;
    right: 0;
    top: 60px;
  }
  .content-info .norton img {
    border-left: none;
  }
}
@media (max-width: 767px) {
  .content-info .norton {
    right: auto;
    left: 10px;
    top: 98px;
  }
  .content-info .norton img {
    margin: 0;
    padding: 0;
  }
}
.content-info .copyright {
  margin: 20px 0;
  padding-left: 14px;
}
@media (max-width: 767px) {
  .content-info .copyright {
    position: absolute;
    top: 0;
    left: 0;
  }
}

/* ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-
 *
 * Home Page
 *
 * ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~- */
.fallback {
  display: none;
}

.lt-ie10 .home #ei-slider,
.lt-ie10 .home .row .span12 .visible-phone {
  display: none !important;
}
.lt-ie10 .home .fallback {
  display: block;
  position: relative;
}
.lt-ie10 .home .fallback a {
  display: block;
  position: absolute;
  height: 35px;
  width: 211px;
  right: 235px;
  bottom: 117px;
  text-indent: -999em;
}
@media (max-width: 1199px) {
  .lt-ie10 .home .fallback a {
    height: 31px;
    width: 192px;
    right: 213px;
    bottom: 106px;
  }
}
@media (max-width: 979px) {
  .lt-ie10 .home .fallback a {
    height: 25px;
    width: 148px;
    right: 164px;
    bottom: 81px;
  }
}

.home .main {
  padding: 0;
}

.main ul.bxslider {
  margin: 0;
  padding: 0;
}
.main ul.bxslider li img {
  -moz-border-radius-topleft: 7px;
  -webkit-border-top-left-radius: 7px;
  border-top-left-radius: 7px;
  -moz-border-radius-topright: 7px;
  -webkit-border-top-right-radius: 7px;
  border-top-right-radius: 7px;
}
.main ul.bxslider .content {
  position: absolute;
  top: 10%;
  right: 0;
  width: 60%;
}
.main ul.bxslider .content h1, .main ul.bxslider .content h2, .main ul.bxslider .content p {
  line-height: normal;
}
.main ul.bxslider .content h2 { 
  color: white;
  font-size: 16px !important; /* edit: added !important */
  line-height: 24.0px;
  font-size: 1.6rem !important; /* edit: added !important */
  margin-top: 0;
}
.main ul.bxslider .content p {
  color: white;
  font-size: 13px !important; /* edit: added !important */
  line-height: 19.5px;
  font-size: 1.3rem;
}
.main ul.bxslider .content .btn {
  margin-top: 10%;
}
@media (max-width: 479px) {
  .main ul.bxslider .content .btn {
    font-size: 1.1rem;
    padding: 2px 4px;
  }
}
.main ul.bxslider .interim .content {
  color: white;
  right: auto;
  left: 10%;
  width: 80%;
}

.main .bx-wrapper .bx-prev {
  display: none;
}
.main .bx-wrapper .bx-next {
  color: white;
  background: none;
  font-size: 3.6rem;
  opacity: 0.6;
  text-indent: 0;
  top: auto;
  bottom: 4%;
  right: 2%;
}
.main .bx-wrapper .bx-next:hover, .main .bx-wrapper .bx-next:active {
  opacity: 1;
}

.callouts {
  font-size: 1.6rem;
  line-height: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.callouts .inner {
  padding: 0 26px;
}
@media (max-width: 1199px) {
  .callouts .inner {
    padding: 0 12px;
  }
}
@media (max-width: 979px) {
  .callouts .inner {
    padding: 0;
  }
}
.callouts .inner h3 {
  color: #333333;
  font-size: 2.2rem;
  /*line-height: 28px;*/ /* edit: commented line */
  text-transform: none;
}
@media (max-width: 979px) {
  .callouts .inner h3 {
    font-size: 2.0rem;
  }
}
.callouts .inner p {
  font-size: 1.6rem;
  margin-bottom: 15px;
}
.callouts .graybg {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .callouts .graybg {
    margin-top: 0;
  }
}
.callouts .graybg h3 {
  color: #eb3900;
}
.callouts .graybg .inner {
  background-color: gainsboro;
  margin: 0 0 0 30px;
  padding: 0 10px;
}
@media (max-width: 979px) {
  .callouts .graybg .inner {
    margin-left: 18px;
  }
}
@media (max-width: 767px) {
  .callouts .graybg .inner {
    margin-left: 0;
    padding: 0 20px 16px 20px;
  }
  .callouts .graybg .inner .btn {
    display: block;
    margin-bottom: 0;
  }
}
@media (max-width: 979px) {
  .callouts {
    font-size: 1.3rem;
    line-height: 18px;
  }
  .callouts .span4:last-of-type .inner {
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .callouts {
    margin: 10px;
  }
  .callouts .span4 {
    margin-bottom: 10px;
  }
}

.divider {
  border-bottom: 1px solid #e2e2e2;
  margin-top: 20px;
  margin-bottom: 20px;
}

.home-footer {
  margin-bottom: 14px;
}
.home-footer .publications {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.home-footer .publications li {
  float: left;
  padding-left: 108px;
  text-align: right;
}
@media (max-width: 1199px) {
  .home-footer .publications li {
    padding-left: 60px;
  }
}
@media (max-width: 979px) {
  .home-footer .publications li {
    padding-left: 26px;
  }
  .home-footer .publications li:first-of-type img, .home-footer .publications li:last-of-type img {
    width: 94px;
  }
  .home-footer .publications li:nth-of-type(2) img {
    width: 34px;
  }
}
.home-footer .publications li:first-of-type {
  text-align: left;
  padding-left: 20px;
}
.home-footer .publications li img {
  float: right;
  margin-right: 10px;
}
@media (max-width: 979px) {
  .home-footer .publications li img {
    margin-right: 6px;
  }
}
.home-footer .publications li p, .home-footer .publications li a {
  float: right;
  font-size: 1.3rem;
  line-height: 14px;
  text-align: left;
}
@media (max-width: 979px) {
  .home-footer .publications li p, .home-footer .publications li a {
    font-size: 1.1rem;
    line-height: 12px;
  }
}
.home-footer .publications li p small, .home-footer .publications li a small {
  font-size: 1.1rem;
}
@media (max-width: 979px) {
  .home-footer .publications li p small, .home-footer .publications li a small {
    font-size: 1.0rem;
  }
}
.home-footer .publications-mobile {
  list-style: none;
  margin: 0;
  padding: 0 0 0 10px;
}
.home-footer .publications-mobile p,
.home-footer .publications-mobile small {
  font-size: 1.6rem;
}
.home-footer .publications-mobile p {
  margin-bottom: 24px;
}
.home-footer .publications-mobile img {
  margin-bottom: 6px;
}

/* ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-
 *
 * Sub-Pages
 *
 * ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~- */
.main {
  padding: 20px 0;
}
@media (max-width: 767px) {
  .main {
    padding: 10px 0;
  }
}
.main p {
  margin-bottom: 12px;
}
.main p, .main a, .main ul, .main ol {
  font-size: 1.4rem;
}
.main ul, .main ol {
  margin: 0 0 6px 16px;
}
.main li {
  margin-bottom: 4px;
}

.left-col .inner {
  padding-left: 50px;
}
@media (max-width: 767px) {
  .left-col .inner {
    padding: 0 10px;
  }
}

.left-col.span12 .inner {
  padding-right: 50px;
}

.right-col .inner {
  padding-right: 20px;
}
@media (max-width: 979px) {
  .right-col .inner {
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .right-col .inner {
    border-top: 1px solid #e2e2e2;
    margin-top: 20px;
    padding: 20px 10px 0 10px;
  }
}

.accordion-group {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.accordion-group:first-of-type .accordion-heading a {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}
.accordion-group:last-of-type .accordion-heading a {
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.accordion-group a:hover,
.accordion-group a:active {
  text-decoration: none;
}
.accordion-group .accordion-heading a {
  background-color: #a9a8b6;
  color: white;
  font-weight: bold;
}
.accordion-group .accordion-heading a.collapsed {
  background-color: #efefef;
  color: #525252;
}
.accordion-group .accordion-heading a:hover, .accordion-group .accordion-heading a:active {
  background-color: #a9a8b6;
  color: white;
}
.accordion-group .accordion-inner {
  background-color: #efefef;
  border: none;
  padding: 0;
}
.accordion-group .accordion-inner .nav {
  margin: 0;
}
.accordion-group .accordion-inner .nav > li {
  margin: 0;
}
.accordion-group .accordion-inner .nav > li > a {
  color: #9595a0;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.accordion-group .accordion-inner .nav > li > a:hover, .accordion-group .accordion-inner .nav > li > a:active {
  background-color: #e2e0e1;
  color: #eb3900;
  font-weight: bold;
}
.accordion-group .accordion-inner .nav > li.active > a {
  background-color: #e2e0e1;
  color: #eb3900;
  font-weight: bold;
}

.side-callout {
  background-color: #e2e2e6;
  margin-bottom: 10px;
  padding: 0 12px 10px 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.side-callout h3 {
  background: url(../img/iconTryout.png) no-repeat left center;
  color: #525268;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 40px;
  text-transform: none;
  margin-left: -8px;
  padding-left: 40px;
}
@media (max-width: 979px) {
  .side-callout h3 {
    font-size: 1.8rem;
  }
}
.side-callout.blue {
  background-color: #d9f2fa;
}
.side-callout.blue h3 {
  background: url(../img/iconPlugins.png) no-repeat left center;
}
.side-callout.feedback h3 {
  background: none;
  padding-left: 0;
  margin-left: -10px;
}
.side-callout.feedback h3 .fa-stack {
  font-size: 1.9rem;
}
.side-callout.feedback h3 .fa-stack .fa-circle {
  color: #595a67;
}
.side-callout.feedback h3 .fa-stack .fa-comment {
  color: white;
}
.side-callout.feedback button.btn.btn-eiblue {
  font-size: 1.4rem;
  font-weight: normal !important;
}
.side-callout .btn {
  margin-bottom: 0;
}
.side-callout p {
  font-size: 1.6rem;
  line-height: 20px;
  margin-bottom: 15px;
}
@media (max-width: 979px) {
  .side-callout p {
    font-size: 1.5rem;
    line-height: 18px;
  }
}

.display-mobile-show,
.row-fluid [class*="span"].display-mobile-show {
  display: none;
}

/* ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-
 *
 * Sub-Pages
 *
 * ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~- */
@media (max-width: 979px) {
  .grouping {
    margin: 0 auto 4px auto;
    width: 284px;
    overflow: hidden;
  }
}

.price-tier {
  border: 1px solid #ddd;
  float: left;
  margin-right: 6px;
  width: 150px;
  position: relative;
  text-align: center;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
}
@media (max-width: 1199px) {
  .price-tier {
    margin-right: 4px;
    width: 136px;
  }
}
.price-tier h2 {
  background: #c1c1c6;
  color: white;
  font-family: 'PragmaticaExtLight-Reg';
  font-size: 2.4rem;
  margin: 0;
  padding: 10px 0 52px 0;
  -moz-border-radius-topleft: 7px;
  -webkit-border-top-left-radius: 7px;
  border-top-left-radius: 7px;
  -moz-border-radius-topright: 7px;
  -webkit-border-top-right-radius: 7px;
  border-top-right-radius: 7px;
}
.price-tier.gold h2 {
  background: #a0a0ab;
}
.price-tier h3 {
  font-size: 3.6rem;
  font-weight: bold;
  color: #464a53;
}
.price-tier h4 {
  font-size: 1.9rem;
  font-weight: bold;
}
.price-tier p {
  font-size: 1.2rem;
  line-height: 14px;
  margin-bottom: 6px;
  color: #464a53;
}
.price-tier p strong {
  color: #ff5100;
  font-weight: bold;
  text-transform: uppercase;
}
.price-tier h2,
.price-tier .cost-yearly,
.price-tier .sent,
.price-tier .read {
  border-bottom: 1px solid #ddd;
}
.price-tier .cost-monthly {
  background: url(../img/disc-gray.png) no-repeat center center;
  color: white;
  height: 75px;
  width: 100px;
  margin-left: -50px;
  padding-top: 35px;
  position: absolute;
  left: 50%;
  top: 35px;
}
.price-tier .cost-monthly p {
  color: white;
}
.price-tier.gold .cost-monthly {
  background: url(../img/disc-orange.png) no-repeat center center;
}
.price-tier .cost-yearly {
  padding: 62px 0 0 0;
}
.price-tier .cost-yearly h4, .price-tier .cost-yearly p {
  color: #909298;
}
.price-tier.free .cost-yearly {
  font-family: 'PragmaticaExtLight-Reg';
  font-weight: normal;
  padding: 62px 0 20px 0;
}
.price-tier .read {
  padding: 6px 0 0 0;
}
.price-tier .subscribe {
  padding: 16px 0;
}
.price-tier .subscribe .btn {
  margin: 0;
}

.tablet-callouts .side-callout.gray {
  margin-left: -11px;
}

.tablet-callouts .side-callout.blue {
  margin-right: -12px;
}

/* ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-
 *
 * Pricing & Plans FAQ Accordion
 *
 * ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~- */
#pricing-faq .accordion-group .accordion-heading a {
  background: none;
  color: #f64400;
  font-size: 16px;
  line-height: 24.0px;
  font-size: 1.6rem;
  font-weight: bold;
}
#pricing-faq .accordion-group .accordion-heading a.collapsed {
  color: #525252;
}
#pricing-faq .accordion-group .accordion-heading a:hover, #pricing-faq .accordion-group .accordion-heading a:active {
  color: #f64400;
}
#pricing-faq .accordion-group .accordion-toggle {
  padding: 8px 0;
}
#pricing-faq .accordion-group .accordion-inner {
  background: none;
  border: none;
  color: #383a40;
}
#pricing-faq .accordion-group a {
  background: none;
  color: #525252;
  font-size: 16px;
  line-height: 24.0px;
  font-size: 1.6rem;
  font-weight: bold;
}
#pricing-faq .accordion-group a:active, #pricing-faq .accordion-group a:hover {
  color: #f64400;
}

.pricing-faq i.fa.fa-question-circle {
  font-size: 15px;
  line-height: 22.5px;
  font-size: 1.5rem;
}

/* ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-
 *
 * Downloads Page
 *
 * ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~- */
.downloads .left-col.span12 .inner {
  padding-right: 10px;
}
.downloads .main p {
  padding-right: 25px;
}
.downloads .plugins-wrapper {
  margin: -15px auto 0 auto;
  padding-top: 15px;
  overflow: hidden;
}
.downloads .plugins-base {
  margin: -15px auto 4px auto;
  marign-bottom: 4px;
}
.downloads .plugins-base .span4 {
  background-color: #eee;
  margin: 0 20px 0 0;
  height: 20px;
  width: 31%;
  -moz-border-radius-bottomleft: 7px;
  -webkit-border-bottom-left-radius: 7px;
  border-bottom-left-radius: 7px;
  -moz-border-radius-bottomright: 7px;
  -webkit-border-bottom-right-radius: 7px;
  border-bottom-right-radius: 7px;
}
@media (max-width: 1199px) {
  .downloads .plugins-base .span4 {
    margin-right: 10px;
  }
}
@media (max-width: 979px) {
  .downloads .plugins-base .span4 {
    width: 31.5%;
  }
}
@media (max-width: 767px) {
  .downloads .plugins-base .span4 {
    width: 100%;
  }
}
.downloads .plugins {
  margin: 0 20px 0 0;
  width: 31%;
  /*min-height: 390px;*/
  position: relative;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
}
@media (max-width: 1199px) {
  .downloads .plugins {
    margin-right: 10px;
  }
}
@media (max-width: 979px) {
  .downloads .plugins {
    width: 31.5%;
  }
}
@media (max-width: 767px) {
  .downloads .plugins {
    width: 100%;
  }
}
.downloads .plugins .inner-height {
  background-color: #eee;
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}
.downloads .plugins h2 {
  background: #c1c1c6;
  color: white;
  font-family: 'PragmaticaExtLight-Reg';
  font-size: 20px;
  line-height: 30px;
  font-size: 2rem;
  margin: 0;
  padding: 95px 0 5px 0;
  text-align: center;
  -moz-border-radius-topleft: 7px;
  -webkit-border-top-left-radius: 7px;
  border-top-left-radius: 7px;
  -moz-border-radius-topright: 7px;
  -webkit-border-top-right-radius: 7px;
  border-top-right-radius: 7px;
}
.downloads .plugins h3 {
  color: #41424d;
  font-size: 16px;
  /*line-height: 24.0px;*/ /* edit: commented line */
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 16px;
  padding: 4px 0 0 25px;
  text-transform: none !important;
}
@media (max-width: 979px) {
  .downloads .plugins h3 {
    font-size: 13px;
    /*line-height: 19.5px;*/ /* edit: commented line */
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .downloads .plugins h3 {
    font-size: 16px;
    /*line-height: 24.0px;*/ /* edit: commented line */
    font-size: 1.6rem;
  }
}
.downloads .plugins h4 {
  font-size: 19px;
  line-height: 28.5px;
  font-size: 1.9rem;
  font-weight: bold;
}
.downloads .plugins p {
  font-size: 12px;
  line-height: 18px;
  font-size: 1.2rem;
  color: #464a53;
  line-height: 14px;
  margin-bottom: 15px;
}
.downloads .plugins p.intro {
  margin-bottom: 0;
  min-height: 55px; /* edit: changed 85px to 55px */
  padding-right: 0;
}
/*@media (max-width: 1199px) { 
  .downloads .plugins p.intro {
    min-height: 95px;
  }
}*/ /* edit: commented */

@media (max-width: 979px) {
  .downloads .plugins p.intro {
    min-height: 65px; /* 120px */
    margin-bottom: 9;
  }
}
@media (max-width: 767px) {
  .downloads .plugins p.intro {
    margin-bottom: 15px;
    min-height: 10px;
  }
}
.downloads .plugins p.description {
  padding-left: 25px;
  margin-bottom: 0;
}
.downloads .plugins a {
  font-size: 12px;
  line-height: 18px;
  font-size: 1.2rem;
}
.downloads .plugins a.download {
  padding: 0 10px 0 25px;
  /*border-right: 1px solid #999;*/
}
.downloads .plugins a.demo {
  padding: 0 0 0 7px;
}
.downloads .plugins a.mobile-btn {
  width: 90% !important;
  color: #ffffff !important;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  background-color: #00A3D8 !important;
  display: block !important;
  text-align: center !important;
  margin-bottom: 5px !important;
  margin-top: 5px !important;
  margin-left: 25px;
  text-decoration: none !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
  font-size: 12px !important;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
}
.downloads .plugins .plugin-links {
  margin-bottom: 15px;
}
.downloads .plugins .content {
  padding: 10px;
}
.downloads .plugins .content .wrapper {
  margin: 0 0 5px 0;
}
.downloads .plugins .content i.fa.fa-arrow-circle-o-down.fa-2x {
  color: #41424d;
  float: left;
}
.downloads .plugins .disc-icon {
  height: 110px;
  width: 100px;
  margin-left: -50px;
  position: absolute;
  left: 50%;
  top: -15px;
  z-index: 9;
}
.downloads .plugins.browser h2 {
  background-color: #f0d16d;
}
.downloads .plugins.browser .disc-icon {
  background: url(../img/iconDownloads-browser.png) no-repeat center center;
}
.downloads .plugins.office h2 {
  background-color: #53a4c9;
}
.downloads .plugins.office .disc-icon {
  background: url(../img/iconDownloads-office.png) no-repeat center center;
}
.downloads .plugins.mobile h2 {
  background-color: #f96735;
}
.downloads .plugins.mobile .disc-icon {
  background: url(../img/iconDownloads-mobile.png) no-repeat center center;
}

/* ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-
 *
 * Contact Page
 *
 * ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~- */
.flexible-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  border: 1px solid #ccc;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
}

.flexible-container iframe,
.flexible-container object,
.flexible-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-
 *
 * Terms of Use page
 *
 * ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~- */
.terms-of-use .left-col ol {
  counter-reset: item;
  display: block;
  list-style-type: decimal;
}
.terms-of-use .left-col li {
  display: block;
}
.terms-of-use .left-col li:before {
  content: counters(item,".") " ";
  counter-increment: item;
}

/* ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-
 *
 * Retina graphics
 *
 * ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~- */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .logo {
    background-image: url(../img/retina/logo@2x.png);
    background-size: 210px 46px;
  }
  header .navbar .navbar-inner .btn-navbar {
    background-image: url(../img/retina/btn-navbar@2x.png);
    background-size: 52px 42px;
  }

  .side-callout h3 {
    background-image: url(../img/retina/iconTryout@2x.png);
    background-size: 32px 32px;
  }
  .side-callout.blue h3 {
    background-image: url(../img/retina/iconPlugins@2x.png);
    background-size: 32px 32px;
  }

  .price-tier .cost-monthly {
    background-image: url(../img/retina/disc-gray@2x.png);
    background-size: 100px 100px;
  }

  .price-tier.gold .cost-monthly {
    background-image: url(../img/retina/disc-orange@2x.png);
    background-size: 100px 100px;
  }

  .downloads .plugins.browser .disc-icon,
  .downloads .plugins.office .disc-icon,
  .downloads .plugins.mobile .disc-icon {
    background-size: 100px 110px;
  }
  .downloads .plugins.browser .disc-icon {
    background-image: url(../img/retina/iconDownloads-browser@2x.png);
  }
  .downloads .plugins.office .disc-icon {
    background-image: url(../img/retina/iconDownloads-office@2x.png);
  }
  .downloads .plugins.mobile .disc-icon {
    background-image: url(../img/retina/iconDownloads-mobile@2x.png);
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 979px), only screen and (min-device-pixel-ratio: 2) and (max-width: 979px) {
  .logo {
    background-image: url(../img/retina/logoMobile@2x.png);
    background-size: 182px 41px;
  }
}

/* blue Primary button */
button.ea-btn-primary {
  padding: 5px 25px;
  color: white;
  text-shadow: 0px -1px 0px #424251;
  border-style: solid;
  border-width: 1px;
  border-color: #3e6faa;
  background-image: -moz-linear-gradient(10% 0% 180deg, #3ab4f1 0%, #0e77b1 100%);
  background-image: -webkit-gradient(linear, 10% 0%, 10% 106%, color-stop(0, #3ab4f1), color-stop(1, #0e77b1));
  background-image: -webkit-linear-gradient(-90deg, #3ab4f1 0%, #0e77b1 100%);
  /* changed to -90deg for Safari */
  background-image: -o-linear-gradient(180deg, #3ab4f1 0%, #0e77b1 100%);
  background-image: -ms-linear-gradient(180deg, #3ab4f1 0%, #0e77b1 100%);
  background-image: linear-gradient(180deg, #3ab4f1 0%, #0e77b1 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff3ab4f1,endColorstr=#ff0e77b1,GradientType=0)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff3ab4f1,endColorstr=#ff0e77b1,GradientType=0);
}

/* dark gray Secondary button */
button.ea-btn {
  padding: 5px 15px;
  color: white;
  text-shadow: 0px -1px 0px #424251;
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=-1,Color=#ff424251,Positive=true)";
  zoom: 1;
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=-1,Color=#ff424251,Positive=true);
  background-image: -moz-linear-gradient(7% 0% 180deg, #b9b9c8 0%, #757584 100%);
  background-image: -webkit-gradient(linear, 7% 0%, 7% 106%, color-stop(0, #b9b9c8), color-stop(1, #757584));
  background-image: -webkit-linear-gradient(-90deg, #b9b9c8 0%, #757584 100%);
  /* changed to -90deg for Safari */
  background-image: -o-linear-gradient(180deg, #b9b9c8 0%, #757584 100%);
  background-image: -ms-linear-gradient(180deg, #b9b9c8 0%, #757584 100%);
  background-image: linear-gradient(180deg, #b9b9c8 0%, #757584 100%);
  border-color: #757584;
  border-width: 1px;
  border-style: solid;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffb9b9c8,endColorstr=#ff757584,GradientType=0)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffb9b9c8,endColorstr=#ff757584,GradientType=0);
}

button.ea-btn.btn-mini {
  padding: 0 8px;
}

.ea-btn:hover,
.ea-btn:focus,
.ea-btn:active,
.ea-btn.active,
.ea-btn.disabled,
.ea-btn[disabled] {
  color: #fff;
  background-color: #757584;
  *background-color: #898994;
}

.ea-btn:active,
.ea-btn.active {
  background-color: #898994 \9;
}

.ea-btn:first-child {
  *margin-left: 0;
}

.ea-btn:hover,
.ea-btn:focus {
  color: #fff;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

.ea-btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.ea-btn.active,
.ea-btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.ea-btn.disabled,
.ea-btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.ea-btn-primary:hover,
.ea-btn-primary:focus,
.ea-btn-primary:active,
.ea-btn-primary.active,
.ea-btn-primary.disabled,
.ea-btn-primary[disabled] {
  color: #fff;
  background-color: #0E77B1;
  *background-color: #3096CC;
}

.ea-btn-primary:active,
.ea-btn-primary.active {
  background-color: #3096CC \9;
}

/* light gray Cancel button */
button.ea-btn-cancel {
  padding: 5px 15px;
  color: white;
  text-shadow: 0px -1px 0px #868695;
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=-1,Color=#ff868695,Positive=true)";
  zoom: 1;
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=-1,Color=#ff868695,Positive=true);
  border: 1px solid #9b9ba5;
  background-image: -moz-linear-gradient(9% 27% -90deg, #e0e0e4 0%, #b6b5bb 100%);
  background-image: -webkit-gradient(linear, 9% 27%, 9% 106%, color-stop(0, #e0e0e4), color-stop(1, #b6b5bb));
  background-image: -webkit-linear-gradient(-90deg, #e0e0e4 0%, #b6b5bb 100%);
  background-image: -o-linear-gradient(-90deg, #e0e0e4 0%, #b6b5bb 100%);
  background-image: -ms-linear-gradient(-90deg, #e0e0e4 0%, #b6b5bb 100%);
  background-image: linear-gradient(180deg, #e0e0e4 0%, #b6b5bb 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffe0e0e4,endColorstr=#ffb6b5bb,GradientType=0)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffe0e0e4,endColorstr=#ffb6b5bb,GradientType=0);
}

.ea-btn-cancel:hover,
.ea-btn-cancel:focus,
.ea-btn-cancel:active,
.ea-btn-cancel.active,
.ea-btn-cancel.disabled,
.ea-btn-cancel[disabled] {
  color: #fff;
  background-color: #BBB9C1;
  *background-color: #767579;
}

.ea-btn-cancel:active,
.ea-btn-cancel.active {
  background-color: #3096CC \9;
}

/* ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-
 *
 * Landing Page
 *
 * ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~- */
.landingpage .main {
  padding: 0;
}

.lp-hero {
  /*background-size: cover;*/
  background-position: 0 0;
  height: 300px;
  max-width: 1036px;
  left: 0;
  /*position: relative;*/
  overflow: hidden;
  -moz-border-radius-topleft: 7px;
  -webkit-border-top-left-radius: 7px;
  border-top-left-radius: 7px;
  -moz-border-radius-topright: 7px;
  -webkit-border-top-right-radius: 7px;
  border-top-right-radius: 7px;
}
@media (max-width: 1199px) {
  .lp-hero {
    background-size: 940px 345px;
    height: 259px;
    max-width: 940px;
  }
}
@media (max-width: 979px) {
  .lp-hero {
    background-size: 724px 266px;
    height: 200px;
    max-width: 724px;
  }
}
@media (max-width: 767px) {
  .lp-hero {
    background-size: 100%;
    min-height: 175px;
    height: 100%;
    width: 100%;
  }
}

/*------------- Landing Page Hero BG Images ----------------*/

.lp-hero.hipaa {
  background-image: url(../img/lp-hero-hipaa.jpg);
}
.lp-hero.security {
  background-image: url(../img/lp-hero-security.jpg);
}
/*-------------------------------------------------------*/

.lp-hero .content {
  padding-top: 60px;
}
.lp-hero .content .inner h1 {
  color: #00adea;
  font-size: 4.4rem;
  font-weight: bold;
  line-height: 50px;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .lp-hero .content .inner h1 {
    font-size: 4.0rem;
    line-height: 44px;
    margin-bottom: 6px;
  }
}
@media (max-width: 979px) {
  .lp-hero .content .inner h1 {
    font-size: 3.0rem;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  .lp-hero .content .inner h1 {
    font-size: 3.0rem;
    line-height: 30px;
  }
}
.lp-hero .content .inner p {
  color: #333344;
  width: 85%;
  font-size: 1.8rem;
  line-height: 26px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .lp-hero .content .inner p {
    font-size: 1.8rem;
    line-height: 24px;
  }
}
@media (max-width: 979px) {
  .lp-hero .content .inner p {
    font-size: 1.4rem;
    line-height: 20px;
  }
}


.lp-hero .content .inner {
  padding: 0 26px;
}
@media (max-width: 1199px) {
  .lp-hero .content .inner {
    padding: 0 12px;
  }
}
@media (max-width: 979px) {
  .lp-hero .content .inner {
    padding: 0;
  }
}

.callouts .graybg-right {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .callouts .graybg-right {
    margin-top: 0;
  }
}
.callouts .graybg-right .inner {
  background-color: gainsboro;
  margin: 0 20px 10px 0;
  padding: 10px;
}
@media (max-width: 979px) {
  .callouts .graybg-right .inner {
    margin-left: 18px;
  }
}
@media (max-width: 767px) {
  .callouts .graybg-right .inner {
    margin: 0;
    padding: 10px;
  }
  .callouts .graybg-right .inner .btn {
    display: block;
    /*margin-bottom: 0;*/
  }
}
.callouts .inner h3.orange {
  color: #eb3900;
}

.callouts .inner.reviews {
  padding-top: 10px;
}
.callouts .inner.reviews ul {
  list-style: none;
}
.callouts .inner.reviews img {
  margin-bottom: 10px;
}

p.privacy {
  font-size: 1.1rem !important;
  line-height: 14px;
}
p.privacy a {
  font-size: 1.1rem !important;
}

.btn-lp {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .main ul.features {
    margin-bottom: 15px;
  }
}

.callouts .graybg-right .inner h4 {
  padding-bottom: 10px;
  line-height: 14px;
}

@media (min-width: 768px) and (max-width: 979px) {
  .publications img {
    max-width: 80%;
  }
}

#recaptcha_image img 
{ 
	width: 292px; 
}

/*add these styles to your live CSS */

/* ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-
 *
 * How It Works 
 *
 * ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~- */

.diagram {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.diag-section {
  line-height: 32px;
}
.diag-section-icon {
  float: left;
  margin-right: 5px;
}
ul.diag-list {
  font-size: 1.2rem;
  margin: 0 0 10px 53px;
}
ul.diag-list li {
  line-height: 16px;
  margin: 0;
}
ul.diag-list-noindent {
  font-size: 1.2rem;
  margin: 0 0 10px 16px;
  list-style: none;
}
ul.diag-list-noindent li {
  line-height: 16px;
  margin: 0 0 10px 0;
}

div.span4.diagram {
  width: 45%;
}

div.span3.diagram-3-col {
  width: 25%;
}

div.row-fluid.details {
  background-color: #f5f6f7;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
}
div.row-fluid.details .inner {
  padding: 8px;
}

i.fa.fa-circle.fa-stack-2x.blue {
  color: #36beef !important;
}