@charset "UTF-8";
/* modules */
/* this mixin makes possible to add transition to a specific vendor, example: */
/* -webkit-transition: -webkit-transform 0.5s linear; */
@import url(//fonts.googleapis.com/css?family=Roboto:400,100,100italic,300italic,300,400italic,500,500italic,700,700italic,900,900italic);
@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900,200italic,300italic,400italic,600italic,700italic,900italic);
@import url(//fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
@import url(//fonts.googleapis.com/css?family=Merriweather:400,300italic,300,400italic,700,700italic);
@import url(//fonts.googleapis.com/css?family=Roboto:400,100,100italic,300italic,300,400italic,500,500italic,700,700italic,900,900italic);
@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900,200italic,300italic,400italic,600italic,700italic,900italic);
@import url(//fonts.googleapis.com/css?family=Asap:400,700);
@import url(//fonts.googleapis.com/css?family=Merriweather:400,300italic,300,400italic,700,700italic);
*:focus {
  outline: 0; }

.button {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  padding: 13px 32px;
  font-weight: 400;
  font-size: 17px;
  color: #fff !important;
  text-shadow: rgba(0, 0, 0, 0.2) 0 -1px 0;
  border: 0px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px, inset rgba(255, 255, 255, 0.88) 0px 1px 3px -1px;
  background-color: #4589E3;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5DA4FF), color-stop(100%, #417BFF));
  background: -webkit-linear-gradient(#5DA4FF, #417BFF);
  background: -moz-linear-gradient(#5DA4FF, #417BFF);
  background: -o-linear-gradient(#5DA4FF, #417BFF);
  background: linear-gradient(#5DA4FF, #417BFF);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  .button:hover {
    color: #fff;
    text-decoration: none; }
  .button:active {
    box-shadow: inset 0px 3px 3px rgba(0, 0, 0, 0.29); }
  .button.button-small {
    padding: 10px 33px;
    border: 1px solid #68A2EE;
    font-size: 14px;
    font-weight: 500; }

.button-outline {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  color: #fff;
  padding: 12px 31px;
  border: 2px solid #fff;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  background: rgba(0, 0, 0, 0.15);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  .button-outline:hover {
    text-decoration: none;
    color: #ddd;
    border-color: #ddd; }

.button-clear {
  -webkit-font-smoothing: antialiased;
  border: 0;
  outline: none;
  padding: 1px;
  display: inline-block;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075);
  -ms-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075);
  -o-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075);
  background: #adb2bb;
  background: -webkit-linear-gradient(#ccd0d6, #adb2bb);
  background: -moz-linear-gradient(#ccd0d6, #adb2bb);
  background: -ms-linear-gradient(#ccd0d6, #adb2bb);
  background: -o-linear-gradient(#ccd0d6, #adb2bb);
  background: linear-gradient(#ccd0d6, #adb2bb); }
  .button-clear span {
    display: block;
    font-size: 14px;
    padding-left: 23px;
    padding-right: 23px;
    height: 36px;
    line-height: 33px;
    border-radius: 4px;
    font-weight: bold;
    color: #444;
    text-shadow: 0 1px 0 white;
    background: #eff1f4;
    background: -webkit-linear-gradient(#f7f8fa, #eff1f4);
    background: -moz-linear-gradient(#f7f8fa, #eff1f4);
    background: -ms-linear-gradient(#f7f8fa, #eff1f4);
    background: -o-linear-gradient(#f7f8fa, #eff1f4);
    background: linear-gradient(#f7f8fa, #eff1f4);
    -webkit-box-shadow: inset 0 1px 0 white;
    -moz-box-shadow: inset 0 1px 0 white;
    -ms-box-shadow: inset 0 1px 0 white;
    -o-box-shadow: inset 0 1px 0 white;
    box-shadow: inset 0 1px 0 white; }
  .button-clear:hover {
    text-decoration: none; }
  .button-clear:active, .button-clear.active {
    background: #b5bac2;
    background: -webkit-linear-gradient(#b5bac2, #b5bac2);
    background: -moz-linear-gradient(#b5bac2, #b5bac2);
    background: -ms-linear-gradient(#b5bac2, #b5bac2);
    background: -o-linear-gradient(#b5bac2, #b5bac2);
    background: linear-gradient(#b5bac2, #b5bac2); }
    .button-clear:active span, .button-clear.active span {
      color: #444;
      background: #eff1f4;
      background: -webkit-linear-gradient(#e6e8eb, #eff1f4);
      background: -moz-linear-gradient(#e6e8eb, #eff1f4);
      background: -ms-linear-gradient(#e6e8eb, #eff1f4);
      background: -o-linear-gradient(#e6e8eb, #eff1f4);
      background: linear-gradient(#e6e8eb, #eff1f4);
      -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
      -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
      -ms-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
      -o-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
      box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1); }

/* form controls */
input[type="text"].form-control,
input[type="email"].form-control,
input[type="password"].form-control {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  height: 39px; }
  input[type="text"].form-control::-webkit-input-placeholder,
  input[type="email"].form-control::-webkit-input-placeholder,
  input[type="password"].form-control::-webkit-input-placeholder {
    color: #B1B1B1;
    font-weight: 400;
    font-size: 14px; }
  input[type="text"].form-control:-moz-placeholder,
  input[type="email"].form-control:-moz-placeholder,
  input[type="password"].form-control:-moz-placeholder {
    color: #B1B1B1;
    font-weight: 400;
    font-size: 14px; }
  input[type="text"].form-control::-moz-placeholder,
  input[type="email"].form-control::-moz-placeholder,
  input[type="password"].form-control::-moz-placeholder {
    color: #B1B1B1;
    font-weight: 400;
    font-size: 14px; }
  input[type="text"].form-control:-ms-input-placeholder,
  input[type="email"].form-control:-ms-input-placeholder,
  input[type="password"].form-control:-ms-input-placeholder {
    color: #B1B1B1;
    font-weight: 400;
    font-size: 14px; }
  input[type="text"].form-control:focus,
  input[type="email"].form-control:focus,
  input[type="password"].form-control:focus {
    border-color: #98D2FF;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(166, 205, 236, 0.6); }

textarea.form-control {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2); }
  textarea.form-control::-webkit-input-placeholder {
    color: #B1B1B1;
    font-weight: 400;
    font-size: 14px; }
  textarea.form-control:-moz-placeholder {
    color: #B1B1B1;
    font-weight: 400;
    font-size: 14px; }
  textarea.form-control::-moz-placeholder {
    color: #B1B1B1;
    font-weight: 400;
    font-size: 14px; }
  textarea.form-control:-ms-input-placeholder {
    color: #B1B1B1;
    font-weight: 400;
    font-size: 14px; }
  textarea.form-control:focus {
    border-color: #98D2FF;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(166, 205, 236, 0.6); }

/* vendor */
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1 {
  margin: .67em 0;
  font-size: 2em; }

mark {
  color: #000;
  background: #ff0; }

small {
  font-size: 80%; }

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  margin: 0;
  font: inherit;
  color: inherit; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input {
  line-height: normal; }

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto; }

input[type=search] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid silver; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

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

td, th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *, :after, :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  img, tr {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  h2, h3, p {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; }

  .navbar {
    display: none; }

  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }

  .table td, .table th {
    background-color: #fff !important; }

  .table-bordered td, .table-bordered th {
    border: 1px solid #ddd !important; } }
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\2a"; }

.glyphicon-plus:before {
  content: "\2b"; }

.glyphicon-eur:before, .glyphicon-euro:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

:after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff; }

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }

a:focus, a:hover {
  color: #23527c;
  text-decoration: underline; }

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role=button] {
  cursor: pointer; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777; }

.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
  font-size: 65%; }

.h4, .h5, .h6, h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px; }

.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
  font-size: 75%; }

.h1, h1 {
  font-size: 36px; }

.h2, h2 {
  font-size: 30px; }

.h3, h3 {
  font-size: 24px; }

.h4, h4 {
  font-size: 18px; }

.h5, h5 {
  font-size: 14px; }

.h6, h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }

@media (min-width: 768px) {
  .lead {
    font-size: 21px; } }
.small, small {
  font-size: 85%; }

.mark, mark {
  padding: .2em;
  background-color: #fcf8e3; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777; }

.text-primary {
  color: #337ab7; }

a.text-primary:focus, a.text-primary:hover {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:focus, a.text-success:hover {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:focus, a.text-info:hover {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:focus, a.text-warning:hover {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:focus, a.text-danger:hover {
  color: #843534; }

.bg-primary {
  color: #fff;
  background-color: #337ab7; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:focus, a.bg-success:hover {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:focus, a.bg-info:hover {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee; }

ol, ul {
  margin-top: 0;
  margin-bottom: 10px; }

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none; }

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dd, dt {
  line-height: 1.42857143; }

dt {
  font-weight: 700; }

dd {
  margin-left: 0; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap; }

  .dl-horizontal dd {
    margin-left: 180px; } }
abbr[data-original-title], abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee; }

blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
  margin-bottom: 0; }

blockquote .small, blockquote footer, blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777; }

blockquote .small:before, blockquote footer:before, blockquote small:before {
  content: '\2014 \00A0'; }

.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0; }

.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
  content: ''; }

.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
  content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143; }

code, kbd, pre, samp {
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }
@media (min-width: 992px) {
  .container {
    width: 970px; } }
@media (min-width: 1200px) {
  .container {
    width: 1170px; } }
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  margin-right: -15px;
  margin-left: -15px; }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-11 {
    width: 91.66666667%; }

  .col-sm-10 {
    width: 83.33333333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.66666667%; }

  .col-sm-7 {
    width: 58.33333333%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5 {
    width: 41.66666667%; }

  .col-sm-4 {
    width: 33.33333333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.66666667%; }

  .col-sm-1 {
    width: 8.33333333%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-pull-11 {
    right: 91.66666667%; }

  .col-sm-pull-10 {
    right: 83.33333333%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-8 {
    right: 66.66666667%; }

  .col-sm-pull-7 {
    right: 58.33333333%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-5 {
    right: 41.66666667%; }

  .col-sm-pull-4 {
    right: 33.33333333%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-2 {
    right: 16.66666667%; }

  .col-sm-pull-1 {
    right: 8.33333333%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-push-11 {
    left: 91.66666667%; }

  .col-sm-push-10 {
    left: 83.33333333%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-8 {
    left: 66.66666667%; }

  .col-sm-push-7 {
    left: 58.33333333%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-5 {
    left: 41.66666667%; }

  .col-sm-push-4 {
    left: 33.33333333%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-2 {
    left: 16.66666667%; }

  .col-sm-push-1 {
    left: 8.33333333%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .col-sm-offset-0 {
    margin-left: 0; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left; }

  .col-md-12 {
    width: 100%; }

  .col-md-11 {
    width: 91.66666667%; }

  .col-md-10 {
    width: 83.33333333%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.66666667%; }

  .col-md-7 {
    width: 58.33333333%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66666667%; }

  .col-md-4 {
    width: 33.33333333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 16.66666667%; }

  .col-md-1 {
    width: 8.33333333%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-pull-11 {
    right: 91.66666667%; }

  .col-md-pull-10 {
    right: 83.33333333%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-8 {
    right: 66.66666667%; }

  .col-md-pull-7 {
    right: 58.33333333%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-5 {
    right: 41.66666667%; }

  .col-md-pull-4 {
    right: 33.33333333%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-2 {
    right: 16.66666667%; }

  .col-md-pull-1 {
    right: 8.33333333%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-push-11 {
    left: 91.66666667%; }

  .col-md-push-10 {
    left: 83.33333333%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-8 {
    left: 66.66666667%; }

  .col-md-push-7 {
    left: 58.33333333%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-5 {
    left: 41.66666667%; }

  .col-md-push-4 {
    left: 33.33333333%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-2 {
    left: 16.66666667%; }

  .col-md-push-1 {
    left: 8.33333333%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  .col-md-offset-0 {
    margin-left: 0; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-11 {
    width: 91.66666667%; }

  .col-lg-10 {
    width: 83.33333333%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-8 {
    width: 66.66666667%; }

  .col-lg-7 {
    width: 58.33333333%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-5 {
    width: 41.66666667%; }

  .col-lg-4 {
    width: 33.33333333%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-2 {
    width: 16.66666667%; }

  .col-lg-1 {
    width: 8.33333333%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-pull-11 {
    right: 91.66666667%; }

  .col-lg-pull-10 {
    right: 83.33333333%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-8 {
    right: 66.66666667%; }

  .col-lg-pull-7 {
    right: 58.33333333%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-5 {
    right: 41.66666667%; }

  .col-lg-pull-4 {
    right: 33.33333333%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-2 {
    right: 16.66666667%; }

  .col-lg-pull-1 {
    right: 8.33333333%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-push-11 {
    left: 91.66666667%; }

  .col-lg-push-10 {
    left: 83.33333333%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-8 {
    left: 66.66666667%; }

  .col-lg-push-7 {
    left: 58.33333333%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-5 {
    left: 41.66666667%; }

  .col-lg-push-4 {
    left: 33.33333333%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-2 {
    left: 16.66666667%; }

  .col-lg-push-1 {
    left: 8.33333333%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  .col-lg-offset-0 {
    margin-left: 0; } }
table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd; }

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd; }

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
  border-top: 0; }

.table > tbody + tbody {
  border-top: 2px solid #ddd; }

.table .table {
  background-color: #fff; }

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border: 1px solid #ddd; }

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*=col-] {
  position: static;
  display: table-column;
  float: none; }

table td[class*=col-], table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none; }

.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
  background-color: #f5f5f5; }

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8; }

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
  background-color: #dff0d8; }

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6; }

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
  background-color: #d9edf7; }

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3; }

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
  background-color: #fcf8e3; }

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc; }

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
  background-color: #f2dede; }

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc; }

.table-responsive {
  min-height: .01%;
  overflow-x: auto; }

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd; }

  .table-responsive > .table {
    margin-bottom: 0; }

  .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
    white-space: nowrap; }

  .table-responsive > .table-bordered {
    border: 0; }

  .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0; }

  .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0; }

  .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; } }
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700; }

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type=checkbox], input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px\9;
  line-height: normal; }

input[type=file] {
  display: block; }

input[type=range] {
  display: block;
  width: 100%; }

select[multiple], select[size] {
  height: auto; }

input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #999; }

.form-control::-webkit-input-placeholder {
  color: #999; }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1; }

.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type=search] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
    line-height: 34px; }

  .input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
    line-height: 30px; }

  .input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
    line-height: 46px; } }
.form-group {
  margin-bottom: 15px; }

.checkbox, .radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }

.checkbox label, .radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer; }

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
  position: absolute;
  margin-top: 4px\9;
  margin-left: -20px; }

.checkbox + .checkbox, .radio + .radio {
  margin-top: -5px; }

.checkbox-inline, .radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer; }

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px; }

fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
  cursor: not-allowed; }

.checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline {
  cursor: not-allowed; }

.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
  cursor: not-allowed; }

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }

.form-control-static.input-lg, .form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

select[multiple].input-sm, textarea.input-sm {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

select[multiple].input-lg, textarea.input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }

.has-feedback .form-control {
  padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.form-group-lg .form-control + .form-control-feedback, .input-group-lg + .form-control-feedback, .input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.form-group-sm .form-control + .form-control-feedback, .input-group-sm + .form-control-feedback, .input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }

  .form-inline .form-control-static {
    display: inline-block; }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }

  .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
    width: auto; }

  .form-inline .input-group > .form-control {
    width: 100%; }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }

  .form-inline .checkbox, .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }

  .form-inline .checkbox label, .form-inline .radio label {
    padding-left: 0; }

  .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0; }

  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }
.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0; }

.form-horizontal .checkbox, .form-horizontal .radio {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right; } }
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33px;
    font-size: 18px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.btn.focus, .btn:focus, .btn:hover {
  color: #333;
  text-decoration: none; }

.btn.active, .btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65; }

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }

.btn-default.focus, .btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c; }

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c; }

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
  background-image: none; }

.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc; }

.btn-default .badge {
  color: #fff;
  background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }

.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40; }

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40; }

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
  background-image: none; }

.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4; }

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success.focus, .btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625; }

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439; }

.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439; }

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625; }

.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
  background-image: none; }

.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info.focus, .btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85; }

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc; }

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc; }

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85; }

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
  background-image: none; }

.btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning.focus, .btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d; }

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512; }

.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512; }

.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d; }

.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
  background-image: none; }

.btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger.focus, .btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19; }

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925; }

.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925; }

.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19; }

.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
  background-image: none; }

.btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff; }

.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0; }

.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
  border-color: transparent; }

.btn-link:focus, .btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent; }

.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none; }

.btn-group-lg > .btn, .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-group-sm > .btn, .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-group-xs > .btn, .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear; }

.fade.in {
  opacity: 1; }

.collapse {
  display: none; }

.collapse.in {
  display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height,visibility;
  -o-transition-property: height,visibility;
  transition-property: height,visibility; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropdown, .dropup {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

.dropdown-menu.pull-right {
  right: 0;
  left: auto; }

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap; }

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
  color: #777; }

.dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid\9; }

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }

  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0; } }
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  float: left; }

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
  z-index: 2; }

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }

.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
  float: left; }

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
  margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px; }

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%; }

.btn-group-justified > .btn-group .btn {
  width: 100%; }

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto; }

[data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }

.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0; }

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0; }

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px; }

select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn, textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
  height: auto; }

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px; }

select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn, textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
  height: auto; }

.input-group .form-control, .input-group-addon, .input-group-btn {
  display: table-cell; }

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px; }

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px; }

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px; }

.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
  margin-top: 0; }

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }

.input-group-btn > .btn {
  position: relative; }

.input-group-btn > .btn + .btn {
  margin-left: -1px; }

.input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
  z-index: 2; }

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
  margin-right: -1px; }

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px; }

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav > li {
  position: relative;
  display: block; }

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px; }

.nav > li > a:focus, .nav > li > a:hover {
  text-decoration: none;
  background-color: #eee; }

.nav > li.disabled > a {
  color: #777; }

.nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent; }

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: #eee;
  border-color: #337ab7; }

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.nav > li > a > img {
  max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }

.nav-tabs > li {
  float: left;
  margin-bottom: -1px; }

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0; }

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent; }

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0; }

.nav-tabs.nav-justified > li {
  float: none; }

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center; }

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%; }

  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0; } }
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #ddd; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }

  .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff; } }
.nav-pills > li {
  float: left; }

.nav-pills > li > a {
  border-radius: 4px; }

.nav-pills > li + li {
  margin-left: 2px; }

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #337ab7; }

.nav-stacked > li {
  float: none; }

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0; }

.nav-justified {
  width: 100%; }

.nav-justified > li {
  float: none; }

.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center; }

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%; }

  .nav-justified > li > a {
    margin-bottom: 0; } }
.nav-tabs-justified {
  border-bottom: 0; }

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
  border: 1px solid #ddd; }

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }

  .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
    border-bottom-color: #fff; } }
.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px; } }
@media (min-width: 768px) {
  .navbar-header {
    float: left; } }
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

.navbar-collapse.in {
  overflow-y: auto; }

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; }

  .navbar-collapse.in {
    overflow-y: visible; }

  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0; } }
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
  max-height: 340px; }

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 200px; } }
.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 768px) {
  .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: 0;
    margin-left: 0; } }
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0; } }
.navbar-fixed-bottom, .navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }

@media (min-width: 768px) {
  .navbar-fixed-bottom, .navbar-fixed-top {
    border-radius: 0; } }
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px; }

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none; }

.navbar-brand > img {
  display: block; }

@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px; } }
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.navbar-toggle:focus {
  outline: 0; }

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px; }

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px; }

@media (min-width: 768px) {
  .navbar-toggle {
    display: none; } }
.navbar-nav {
  margin: 7.5px -15px; }

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px; }

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }

  .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px; }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px; }

  .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none; } }
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0; }

  .navbar-nav > li {
    float: left; }

  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px; } }
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); }

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }

  .navbar-form .form-control-static {
    display: inline-block; }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle; }

  .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
    width: auto; }

  .navbar-form .input-group > .form-control {
    width: 100%; }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }

  .navbar-form .checkbox, .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }

  .navbar-form .checkbox label, .navbar-form .radio label {
    padding-left: 0; }

  .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
    position: relative;
    margin-left: 0; }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0; } }
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px; }

  .navbar-form .form-group:last-child {
    margin-bottom: 0; } }
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; } }
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px; }

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px; } }
@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }

  .navbar-right {
    float: right !important;
    margin-right: -15px; }

  .navbar-right ~ .navbar-right {
    margin-right: 0; } }
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }

.navbar-default .navbar-brand {
  color: #777; }

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent; }

.navbar-default .navbar-text {
  color: #777; }

.navbar-default .navbar-nav > li > a {
  color: #777; }

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #e7e7e7; }

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent; }

.navbar-default .navbar-toggle {
  border-color: #ddd; }

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: #ddd; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888; }

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e7e7e7; }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  color: #555;
  background-color: #e7e7e7; }

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777; }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent; }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7; }

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent; } }
.navbar-default .navbar-link {
  color: #777; }

.navbar-default .navbar-link:hover {
  color: #333; }

.navbar-default .btn-link {
  color: #777; }

.navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
  color: #333; }

.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #080808; }

.navbar-inverse .navbar-brand {
  color: #9d9d9d; }

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent; }

.navbar-inverse .navbar-text {
  color: #9d9d9d; }

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d; }

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent; }

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #080808; }

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #444;
  background-color: transparent; }

.navbar-inverse .navbar-toggle {
  border-color: #333; }

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
  background-color: #333; }

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff; }

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #101010; }

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: #080808; }

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808; }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808; }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d; }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: transparent; }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #080808; }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #444;
    background-color: transparent; } }
.navbar-inverse .navbar-link {
  color: #9d9d9d; }

.navbar-inverse .navbar-link:hover {
  color: #fff; }

.navbar-inverse .btn-link {
  color: #9d9d9d; }

.navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
  color: #fff; }

.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }

.breadcrumb > li {
  display: inline-block; }

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0"; }

.breadcrumb > .active {
  color: #777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }

.pagination > li {
  display: inline; }

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd; }

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd; }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7; }

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd; }

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px; }

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; }

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none; }

.pager li {
  display: inline; }

.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px; }

.pager li > a:focus, .pager li > a:hover {
  text-decoration: none;
  background-color: #eee; }

.pager .next > a, .pager .next > span {
  float: right; }

.pager .previous > a, .pager .previous > span {
  float: left; }

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }

a.label:focus, a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label:empty {
  display: none; }

.btn .label {
  position: relative;
  top: -1px; }

.label-default {
  background-color: #777; }

.label-default[href]:focus, .label-default[href]:hover {
  background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }

.label-primary[href]:focus, .label-primary[href]:hover {
  background-color: #286090; }

.label-success {
  background-color: #5cb85c; }

.label-success[href]:focus, .label-success[href]:hover {
  background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }

.label-info[href]:focus, .label-info[href]:hover {
  background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }

.label-warning[href]:focus, .label-warning[href]:hover {
  background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }

.label-danger[href]:focus, .label-danger[href]:hover {
  background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px; }

.badge:empty {
  display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.btn-group-xs > .btn .badge, .btn-xs .badge {
  top: 0;
  padding: 1px 5px; }

a.badge:focus, a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff; }

.list-group-item > .badge {
  float: right; }

.list-group-item > .badge + .badge {
  margin-right: 5px; }

.nav-pills > li > a > .badge {
  margin-left: 3px; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee; }

.jumbotron .h1, .jumbotron h1 {
  color: inherit; }

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200; }

.jumbotron > hr {
  border-top-color: #d5d5d5; }

.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px; }

.jumbotron .container {
  max-width: 100%; }

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px; }

  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px; }

  .jumbotron .h1, .jumbotron h1 {
    font-size: 63px; } }
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out; }

.thumbnail a > img, .thumbnail > img {
  margin-right: auto;
  margin-left: auto; }

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
  border-color: #337ab7; }

.thumbnail .caption {
  padding: 9px;
  color: #333; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }

.alert h4 {
  margin-top: 0;
  color: inherit; }

.alert .alert-link {
  font-weight: 700; }

.alert > p, .alert > ul {
  margin-bottom: 0; }

.alert > p + p {
  margin-top: 5px; }

.alert-dismissable, .alert-dismissible {
  padding-right: 35px; }

.alert-dismissable .close, .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit; }

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.alert-success hr {
  border-top-color: #c9e2b3; }

.alert-success .alert-link {
  color: #2b542c; }

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.alert-info hr {
  border-top-color: #a6e1ec; }

.alert-info .alert-link {
  color: #245269; }

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.alert-warning hr {
  border-top-color: #f7e1b5; }

.alert-warning .alert-link {
  color: #66512c; }

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.alert-danger hr {
  border-top-color: #e4b9c0; }

.alert-danger .alert-link {
  color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease; }

.progress-bar-striped, .progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px; }

.progress-bar.active, .progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }

.media:first-child {
  margin-top: 0; }

.media, .media-body {
  overflow: hidden;
  zoom: 1; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }

.media-object.img-thumbnail {
  max-width: none; }

.media-right, .media > .pull-right {
  padding-left: 10px; }

.media-left, .media > .pull-left {
  padding-right: 10px; }

.media-body, .media-left, .media-right {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  padding-left: 0;
  margin-bottom: 20px; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

a.list-group-item, button.list-group-item {
  color: #555; }

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
  color: #333; }

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #eee; }

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
  color: inherit; }

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
  color: #777; }

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }

.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small {
  color: inherit; }

.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
  color: #c7ddef; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success, button.list-group-item-success {
  color: #3c763d; }

a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
  color: inherit; }

a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6; }

a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info, button.list-group-item-info {
  color: #31708f; }

a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
  color: inherit; }

a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3; }

a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning, button.list-group-item-warning {
  color: #8a6d3b; }

a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
  color: inherit; }

a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc; }

a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger, button.list-group-item-danger {
  color: #a94442; }

a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
  color: inherit; }

a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc; }

a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }

.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
  color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group, .panel > .panel-collapse > .list-group {
  margin-bottom: 0; }

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0; }

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
  margin-bottom: 0; }

.panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption {
  padding-right: 15px;
  padding-left: 15px; }

.panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px; }

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px; }

.panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px; }

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px; }

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0; }

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0; }

.panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0; }

.panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0; }

.panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0; }

.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0; }

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0; }

.panel-group {
  margin-bottom: 20px; }

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px; }

.panel-group .panel + .panel {
  margin-top: 5px; }

.panel-group .panel-heading {
  border-bottom: 0; }

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd; }

.panel-group .panel-footer {
  border-top: 0; }

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd; }

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd; }

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333; }

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7; }

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff; }

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6; }

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d; }

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1; }

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f; }

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc; }

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b; }

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1; }

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442; }

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2; }

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5; }

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%); }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0; }

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5; }

.modal-header {
  min-height: 16.43px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857143; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px; }

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto; }

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9; }

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px; }

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px; }

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px; }

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto; }

.popover.top {
  margin-top: -10px; }

.popover.right {
  margin-left: 10px; }

.popover.bottom {
  margin-top: 10px; }

.popover.left {
  margin-left: -10px; }

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  content: "";
  border-width: 10px; }

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0; }

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0; }

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0; }

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25); }

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25); }

.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left; }

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
  line-height: 1; }

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px; }

  .carousel-inner > .item.active.right, .carousel-inner > .item.next {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }

  .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }

  .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block; }

.carousel-inner > .active {
  left: 0; }

.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%; }

.carousel-inner > .next {
  left: 100%; }

.carousel-inner > .prev {
  left: -100%; }

.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0; }

.carousel-inner > .active.left {
  left: -100%; }

.carousel-inner > .active.right {
  left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  filter: alpha(opacity=50);
  opacity: .5; }

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x; }

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x; }

.carousel-control:focus, .carousel-control:hover {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9; }

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px; }

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px; }

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  right: 50%;
  margin-right: -10px; }

.carousel-control .icon-next, .carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1; }

.carousel-control .icon-prev:before {
  content: '\2039'; }

.carousel-control .icon-next:before {
  content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px; }

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.carousel-caption .btn {
  text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }

  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -15px; }

  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -15px; }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }

  .carousel-indicators {
    bottom: 20px; } }
.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
  display: table;
  content: " "; }

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
  clear: both; }

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-lg, .visible-md, .visible-sm, .visible-xs {
  display: none !important; }

.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table !important; }

  tr.visible-xs {
    display: table-row !important; }

  td.visible-xs, th.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table !important; }

  tr.visible-sm {
    display: table-row !important; }

  td.visible-sm, th.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table !important; }

  tr.visible-md {
    display: table-row !important; }

  td.visible-md, th.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table !important; }

  tr.visible-lg {
    display: table-row !important; }

  td.visible-lg, th.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table !important; }

  tr.visible-print {
    display: table-row !important; }

  td.visible-print, th.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }
.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }
.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }
@media print {
  .hidden-print {
    display: none !important; } }
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../assets/fonts/glyphicons-halflings-regular.eot");
  src: url("../assets/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../assets/fonts/glyphicons-halflings-regular.woff") format("woff"), url("../assets/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../assets/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }
@media (min-width: 1200px) {
  .container {
    width: 970px; } }
a {
  color: #459CE7; }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #5585B3;
  border-color: #4477A3; }

.pagination > li > a,
.pagination > li > span {
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear; }

/* config variables */
/* roboto font */
/* source sans pro */
/* lato */
/* merriweather */
/* layout */
a:focus, button:focus {
  outline: none; }

.navbar.normal {
  min-height: 70px;
  background: #223741;
  border-radius: 0px;
  box-shadow: 0px 1px 3px 1px rgba(46, 46, 46, 0.3), inset rgba(255, 255, 255, 0.2) 0 1px 1px;
  border: none;
  z-index: 9999;
  -webkit-font-smoothing: antialiased; }
  .navbar.normal .navbar-header .navbar-brand {
    color: #fff;
    padding: 25px 15px;
    font-weight: 500; }
  .navbar.normal .navbar-header .navbar-toggle {
    margin-top: 17px; }
  @media (min-width: 768px) {
    .navbar.normal .navbar-collapse {
      text-align: center; } }
  @media (min-width: 768px) {
    .navbar.normal .navbar-collapse .navbar-nav {
      float: none;
      display: inline-block; } }
  .navbar.normal .navbar-collapse .navbar-nav > li {
    float: none;
    display: inline-block; }
    @media (max-width: 767px) {
      .navbar.normal .navbar-collapse .navbar-nav > li {
        display: block; } }
    .navbar.normal .navbar-collapse .navbar-nav > li.active > a {
      background: none;
      color: #fff; }
    .navbar.normal .navbar-collapse .navbar-nav > li > a {
      padding: 25px 20px;
      color: #d5d5d5;
      font-weight: 500;
      z-index: 1001;
      -webkit-transition: color 0.2s linear;
      -moz-transition: color 0.2s linear;
      -ms-transition: color 0.2s linear;
      -o-transition: color 0.2s linear;
      transition: color 0.2s linear; }
      @media (max-width: 767px) {
        .navbar.normal .navbar-collapse .navbar-nav > li > a {
          padding: 18px 20px; } }
      .navbar.normal .navbar-collapse .navbar-nav > li > a:hover {
        color: #fff; }
    @media (max-width: 767px) {
      .navbar.normal .navbar-collapse .navbar-nav > li.open ul.dropdown-menu a {
        color: #fff;
        padding: 12px 18px 12px 30px; } }
    .navbar.normal .navbar-collapse .navbar-nav > li ul.dropdown-menu {
      text-align: left;
      padding: 9px 0; }
      .navbar.normal .navbar-collapse .navbar-nav > li ul.dropdown-menu li a {
        padding: 8px 18px; }
  .navbar.normal .navbar-collapse .navbar-nav .button {
    padding: 8px 18px;
    font-size: 13px;
    position: relative;
    top: 17px; }
    @media (max-width: 767px) {
      .navbar.normal .navbar-collapse .navbar-nav .button {
        box-shadow: none;
        background: none;
        top: 0;
        margin-bottom: 20px;
        color: #d5d5d5 !important;
        font-size: 15px; } }
.navbar.hero {
  margin: 0px;
  border-radius: 0px;
  border: 0px;
  z-index: 999;
  -webkit-font-smoothing: antialiased; }
  @media (min-width: 768px) {
    .navbar.hero {
      background: transparent;
      padding-top: 10px; }
      .navbar.hero .navbar-nav > .active > a {
        background: transparent;
        color: #fff; } }
  .navbar.hero .navbar-brand {
    color: #fff;
    font-weight: 500;
    font-size: 21px; }
  .navbar.hero .navbar-nav > li.dropdown > a .caret {
    border-top-color: #EBEBEB; }
  .navbar.hero .navbar-nav > li > a {
    color: #fff;
    font-size: 15px;
    padding: 15px 20px;
    font-weight: 500;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -ms-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear; }
    .navbar.hero .navbar-nav > li > a:hover {
      color: #fff; }
  .navbar.hero .navbar-nav > li.open > a {
    color: #fff !important;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 0px; }
  @media (max-width: 767px) {
    .navbar.hero .navbar-nav > li.open ul.dropdown-menu a {
      color: #fff;
      padding: 12px 18px 12px 30px; } }
  .navbar.hero .navbar-nav > li ul.dropdown-menu {
    text-align: left;
    background: rgba(0, 0, 0, 0.7);
    box-shadow: none;
    padding: 5px 0 8px 0;
    border-radius: 0px;
    border: 0px; }
    .navbar.hero .navbar-nav > li ul.dropdown-menu li a {
      color: #fff;
      padding: 10px 18px;
      font-size: 15px; }
      .navbar.hero .navbar-nav > li ul.dropdown-menu li a:hover {
        color: #e9e9e9;
        background: none; }

#footer {
  background: #414B5B;
  margin-top: 120px;
  padding-top: 47px;
  padding-bottom: 35px;
  -webkit-font-smoothing: antialiased; }
  #footer .copyright {
    color: #B5C5CF;
    font-size: 14px;
    font-weight: 500; }
    @media (max-width: 991px) {
      #footer .copyright {
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      #footer .copyright {
        text-align: center; } }
  @media (max-width: 767px) {
    #footer .menu {
      text-align: center;
      margin-top: 40px; } }
  #footer .menu ul {
    list-style-type: none;
    padding: 0; }
    #footer .menu ul li {
      display: inline-block; }
      #footer .menu ul li.active a {
        color: #fff; }
      #footer .menu ul li a {
        color: #ccc;
        padding: 15px 17px;
        font-weight: 500;
        -webkit-transition: color 0.2s linear;
        -moz-transition: color 0.2s linear;
        -ms-transition: color 0.2s linear;
        -o-transition: color 0.2s linear;
        transition: color 0.2s linear; }
        #footer .menu ul li a:hover {
          color: #fff;
          text-decoration: none; }
        @media (max-width: 991px) {
          #footer .menu ul li a {
            padding: 15px 17px 15px 0px; } }
  #footer .social {
    text-align: right; }
    @media (max-width: 767px) {
      #footer .social {
        text-align: center;
        margin-top: 40px; } }
    #footer .social a {
      border: 0;
      text-decoration: none;
      opacity: 1;
      filter: alpha(opacity=100);
      margin-left: 15px;
      position: relative;
      top: -10px;
      -webkit-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -o-transition: all .3s ease;
      -ms-transition: all .3s ease;
      transition: all .3s ease; }
      #footer .social a:hover {
        opacity: 0.7;
        filter: alpha(opacity=70); }

/* pages */
#home #hero {
  background: #4B4848;
  background-size: cover;
  /*background-image: url("../../assets/images/bg2blur2.png");*/
  /*background-image: url("http://24.media.tumblr.com/899355a7363be380170ecfcbdc9744d7/tumblr_myp93odkni1st5lhmo1_1280.jpg");*/
  background-position: center center;
  height: 650px;
  position: relative;
  top: -60px;
  padding-top: 115px; }
  @media (max-width: 991px) {
    #home #hero {
      padding-top: 100px; } }
  @media (max-width: 767px) {
    #home #hero {
      height: 550px; } }
  #home #hero:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 420px;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, transparent 1%, rgba(0, 0, 0, 0.05) 26%, rgba(0, 0, 0, 0.55) 71%, #000 100%); }
  #home #hero:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(6, 13, 32, 0.35); }
  #home #hero .container {
    position: relative;
    z-index: 33; }
  #home #hero h1.hero-text {
    text-align: center;
    font-family: "Roboto";
    font-size: 38px;
    font-weight: 300;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
    @media (max-width: 767px) {
      #home #hero h1.hero-text {
        font-size: 30px; } }
  #home #hero .sub-text {
    -webkit-font-smoothing: antialiased;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    animation-delay: 0.6s;
    margin: 0 auto;
    margin-top: 25px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 17px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    width: 50%; }
    @media (max-width: 991px) {
      #home #hero .sub-text {
        width: 70%; } }
    @media (max-width: 767px) {
      #home #hero .sub-text {
        font-size: 15px; } }
  #home #hero .cta {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    animation-delay: 0.6s;
    text-align: center;
    margin-top: 60px; }
    #home #hero .cta a {
      margin: 0px 20px; }
      @media (max-width: 767px) {
        #home #hero .cta a {
          font-size: 14px;
          padding: 12px 25px;
          margin: 0px 15px 15px 0px; } }
  #home #hero .browsers {
    margin-top: 70px;
    text-align: center; }
    #home #hero .browsers img {
      margin: 0 auto; }
    @media (max-width: 767px) {
      #home #hero .browsers {
        margin-top: 65px; } }
#home #features {
  /* mixin found in partials/snippets */
  margin-top: 100px; }
  @media (max-width: 991px) {
    #home #features {
      margin-top: 50px; } }
  #home #features .header {
    text-align: center; }
    #home #features .header h2 {
      color: #555;
      font-weight: 300;
      font-size: 28px; }
      @media (max-width: 767px) {
        #home #features .header h2 {
          font-size: 25px; } }
    #home #features .header p {
      font-weight: 300;
      font-size: 17px;
      color: #757575; }
  #home #features .feature {
    margin-top: 55px;
    -webkit-font-smoothing: antialiased; }
    @media (min-width: 992px) {
      #home #features .feature.backwards .info {
        float: right; }
      #home #features .feature.backwards .image {
        float: left; }
        #home #features .feature.backwards .image img {
          margin: 0 auto; } }
    @media (max-width: 991px) {
      #home #features .feature {
        margin-top: 10px; } }
    #home #features .feature .info h4 {
      color: #3B88B6;
      font-weight: normal;
      font-size: 19px;
      line-height: 25px;
      margin-top: 35px; }
      @media (max-width: 991px) {
        #home #features .feature .info h4 {
          text-align: center; } }
    #home #features .feature .info p {
      color: #6C7279;
      font-size: 14px;
      margin-top: 20px;
      line-height: 24px;
      width: 83%;
      font-weight: normal; }
      @media (max-width: 991px) {
        #home #features .feature .info p {
          text-align: center;
          width: 100%;
          font-size: 14px; } }
    @media (max-width: 991px) {
      #home #features .feature .image img {
        margin: 0 auto !important;
        margin-top: 20px; } }
  #home #features .divider {
    height: 1px;
    width: 100%;
    background-color: #ddd;
    position: relative;
    margin: 70px 0 60px; }
    #home #features .divider:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.75)), color-stop(0.5, rgba(250, 250, 250, 0)), color-stop(1, rgba(255, 255, 255, 0.75)));
      background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
      background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
      background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
      background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
      background-image: linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%); }
    @media (max-width: 991px) {
      #home #features .divider {
        margin: 55px 0 35px; } }
#home #pricing {
  -webkit-font-smoothing: antialiased;
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
  background: #5E7A9B;
  background: -webkit-linear-gradient(top, #355069 0, #5E7A9B 100%);
  background: -moz-linear-gradient(top, #355069 0, #5E7A9B 100%);
  background: -o-linear-gradient(top, #355069 0, #5E7A9B 100%);
  background: linear-gradient(top, #355069 0, #5E7A9B 100%);
  margin-top: 110px;
  padding-top: 40px;
  padding-bottom: 55px; }
  #home #pricing .header {
    text-align: center; }
    @media (max-width: 991px) {
      #home #pricing .header {
        margin-bottom: 25px; } }
    #home #pricing .header h3 {
      font-size: 27px;
      color: #fff;
      line-height: 25px;
      font-weight: 300;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
    #home #pricing .header p {
      font-size: 16px;
      margin-top: 15px;
      color: #F0F0F0;
      font-weight: 400;
      line-height: 25px;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
  #home #pricing .charts {
    margin-top: 35px; }
    @media (max-width: 991px) {
      #home #pricing .charts {
        margin-top: 10px; } }
    #home #pricing .charts .chart {
      background-color: #fff;
      border: 1px solid #E6E6E6;
      border-radius: 5px;
      box-shadow: 0px 0px 2px 0px rgba(181, 181, 181, 0.3);
      padding: 20px 40px;
      position: relative;
      text-align: center;
      width: 97%;
      min-height: 315px;
      position: relative;
      top: 37px; }
      @media (max-width: 991px) {
        #home #pricing .charts .chart {
          float: none !important;
          left: 0px !important;
          top: 0px !important;
          margin: 0 auto;
          width: 55%;
          margin-bottom: 25px !important; }
          #home #pricing .charts .chart.last {
            margin-bottom: 0px !important; } }
      @media (max-width: 600px) {
        #home #pricing .charts .chart {
          width: 90% !important; } }
      #home #pricing .charts .chart.first {
        float: right;
        left: 12px; }
      #home #pricing .charts .chart.last {
        left: -12px; }
      #home #pricing .charts .chart.featured {
        min-height: 350px;
        top: 0px;
        margin: 0 auto; }
        #home #pricing .charts .chart.featured .popular {
          text-align: center;
          text-transform: uppercase;
          font-size: 16px;
          letter-spacing: 1px;
          color: #B1B1B1;
          font-weight: 400; }
        #home #pricing .charts .chart.featured .quantity {
          margin-top: 15px; }
      #home #pricing .charts .chart .quantity {
        text-align: center; }
        #home #pricing .charts .chart .quantity .dollar {
          font-size: 19px;
          position: relative;
          top: -18px; }
        #home #pricing .charts .chart .quantity .price {
          font-size: 49px; }
        #home #pricing .charts .chart .quantity .period {
          font-size: 17px;
          position: relative;
          top: -8px;
          margin-left: 4px; }
      #home #pricing .charts .chart .plan-name {
        text-align: center;
        font-size: 20px;
        font-weight: 400;
        color: #777;
        border-bottom: 1px solid #d5d5d5;
        padding-bottom: 15px;
        width: 90%;
        margin: 0 auto;
        margin-top: 8px; }
      #home #pricing .charts .chart .specs {
        margin-top: 20px; }
        #home #pricing .charts .chart .specs .spec {
          font-size: 15px;
          color: #474747;
          text-align: center;
          font-weight: 300;
          margin-bottom: 13px; }
          #home #pricing .charts .chart .specs .spec .variable {
            color: #1FBEE7;
            font-weight: 400; }
      #home #pricing .charts .chart .btn-signup {
        margin-top: 20px;
        height: 38px; }
#home #slider {
  margin-top: 60px; }
  @media (max-width: 991px) {
    #home #slider {
      margin-top: 30px; } }
  #home #slider .header {
    text-align: center;
    -webkit-font-smoothing: antialiased; }
    #home #slider .header h3 {
      font-size: 26px;
      color: #444;
      line-height: 25px;
      font-weight: 300;
      margin-bottom: 15px; }
  #home #slider .slide-wrapper {
    border-bottom: 1px solid #E4E4E4; }
    #home #slider .slide-wrapper .slideshow {
      background: url("../../assets/images/slider-bg.png") 0 0 no-repeat;
      margin: 0 auto;
      margin-top: 35px;
      width: 844px;
      height: 418px;
      position: relative;
      overflow: hidden; }
      @media (max-width: 991px) {
        #home #slider .slide-wrapper .slideshow {
          background: none;
          width: inherit;
          height: 340px; } }
      @media (max-width: 620px) {
        #home #slider .slide-wrapper .slideshow {
          height: 290px; } }
      @media (max-width: 530px) {
        #home #slider .slide-wrapper .slideshow {
          height: 240px; } }
      @media (max-width: 450px) {
        #home #slider .slide-wrapper .slideshow {
          height: 205px; } }
      #home #slider .slide-wrapper .slideshow .btn-nav {
        width: 48px;
        height: 51px;
        position: absolute;
        top: 55%;
        z-index: 999;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease; }
        #home #slider .slide-wrapper .slideshow .btn-nav.active {
          opacity: 1;
          filter: alpha(opacity=100);
          -moz-transform: translateX(0px) !important;
          -o-transform: translateX(0px) !important;
          -ms-transform: translateX(0px) !important;
          -webkit-transform: translateX(0px) !important;
          transform: translateX(0px) !important; }
        #home #slider .slide-wrapper .slideshow .btn-nav.prev {
          background: url("../../assets/images/slider/slide-left.png") 0 0 no-repeat;
          left: 91px;
          -moz-transform: translateX(-48px);
          -o-transform: translateX(-48px);
          -ms-transform: translateX(-48px);
          -webkit-transform: translateX(-48px);
          transform: translateX(-48px); }
          @media (max-width: 991px) {
            #home #slider .slide-wrapper .slideshow .btn-nav.prev {
              left: 30px; } }
        #home #slider .slide-wrapper .slideshow .btn-nav.next {
          background: url("../../assets/images/slider/slide-right.png") 0 0 no-repeat;
          right: 91px;
          -moz-transform: translateX(48px);
          -o-transform: translateX(48px);
          -ms-transform: translateX(48px);
          -webkit-transform: translateX(48px);
          transform: translateX(48px); }
          @media (max-width: 991px) {
            #home #slider .slide-wrapper .slideshow .btn-nav.next {
              right: 29px; } }
      #home #slider .slide-wrapper .slideshow .slide {
        width: 100%;
        height: 100%;
        position: absolute; }
        #home #slider .slide-wrapper .slideshow .slide.active img {
          opacity: 1;
          filter: alpha(opacity=100);
          -moz-transform: translateY(0px);
          -o-transform: translateY(0px);
          -ms-transform: translateY(0px);
          -webkit-transform: translateY(0px);
          transform: translateY(0px); }
        #home #slider .slide-wrapper .slideshow .slide img {
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto;
          -moz-transform: translateY(300px);
          -o-transform: translateY(300px);
          -ms-transform: translateY(300px);
          -webkit-transform: translateY(300px);
          transform: translateY(300px);
          opacity: 0;
          -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
          filter: alpha(opacity=0);
          -webkit-transition: all .6s ease;
          -moz-transition: all .6s ease;
          -o-transition: all .6s ease;
          -ms-transition: all .6s ease;
          transition: all .6s ease; }
          @media (max-width: 767px) {
            #home #slider .slide-wrapper .slideshow .slide img {
              width: 100%; } }
#home #testimonials {
  margin-top: 80px;
  -webkit-font-smoothing: antialiased; }
  #home #testimonials .header {
    text-align: center; }
    #home #testimonials .header h3 {
      font-size: 23px;
      color: #555;
      line-height: 25px;
      font-weight: 300;
      margin-bottom: 40px; }
  #home #testimonials .testimonial {
    width: 90%; }
    @media (max-width: 767px) {
      #home #testimonials .testimonial {
        float: none !important;
        margin: 0 auto;
        margin-bottom: 45px; } }
    #home #testimonials .testimonial .quote {
      font-size: 13px;
      color: #3D3D3D;
      line-height: 24px;
      border: 1px solid #E2E2E2;
      padding: 12px 22px;
      border-radius: 6px;
      width: 90%;
      position: relative; }
      @media (max-width: 767px) {
        #home #testimonials .testimonial .quote {
          margin: 0 auto; } }
      #home #testimonials .testimonial .quote .arrow-down {
        position: absolute;
        bottom: 3px;
        left: 30px; }
        #home #testimonials .testimonial .quote .arrow-down .arrow, #home #testimonials .testimonial .quote .arrow-down .arrow-border {
          border-color: #fff transparent transparent;
          border-style: solid;
          border-width: 11px;
          cursor: pointer;
          position: absolute;
          top: 3px;
          z-index: 1002; }
        #home #testimonials .testimonial .quote .arrow-down .arrow-border {
          border-color: #E2E2E2 transparent transparent;
          border-width: 12px;
          top: 3px;
          z-index: 1001;
          left: -1px; }
    #home #testimonials .testimonial .author {
      margin-top: 40px;
      margin-left: 10px; }
      @media (max-width: 767px) {
        #home #testimonials .testimonial .author {
          margin-left: 6%; } }
      #home #testimonials .testimonial .author .pic {
        width: 71px;
        height: 71px;
        border-radius: 50px;
        float: left;
        position: relative;
        top: -12px;
        margin-right: 18px;
        border: 1px solid #ccc; }
      #home #testimonials .testimonial .author .name {
        color: #3C92C5;
        line-height: 23px;
        font-weight: 500; }
      #home #testimonials .testimonial .author .company {
        font-size: 14px;
        color: #909090;
        line-height: 23px;
        font-weight: 400; }
#home #cta {
  margin-top: 90px;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 991px) {
    #home #cta {
      margin-top: 65px; } }
  #home #cta .form-wrapper {
    background: #F7F8FB;
    border: 1px solid #EAEDF7;
    border-radius: 8px;
    box-shadow: inset rgba(100, 100, 100, 0.25) 0 1px 1px;
    padding: 20px 30px 30px 30px;
    margin: 0 auto; }
  #home #cta h4 {
    font-size: 19px;
    color: #5F6E7C;
    font-weight: 400;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5); }
  #home #cta form {
    margin-top: 30px; }
    #home #cta form .form-group {
      margin-right: 25px; }
      @media (max-width: 991px) {
        #home #cta form .form-group {
          margin-right: 20px; } }
      #home #cta form .form-group .form-control {
        width: 195px; }
        @media (max-width: 767px) {
          #home #cta form .form-group .form-control {
            width: 100%; } }
    #home #cta form .button {
      margin-left: 25px; }
      @media (max-width: 991px) {
        #home #cta form .button {
          margin-top: 25px;
          margin-left: 0px; } }

#home2 #hero {
  background: #4B4848;
  background-size: cover;
  height: 583px;
  position: relative;
  top: -60px;
  overflow: hidden;
  background-image: url("../../assets/images/bg.png");
  box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.35); }
  @media (max-width: 991px) {
    #home2 #hero {
      padding-top: 100px;
      height: 550px; } }
  @media (min-width: 992px) {
    #home2 #hero {
      padding-top: 105px; } }
  #home2 #hero h1.hero-text {
    text-align: center;
    font-family: "Roboto";
    font-size: 36px;
    font-weight: 300;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8); }
    @media (max-width: 991px) {
      #home2 #hero h1.hero-text {
        font-size: 30px; } }
    @media (max-width: 767px) {
      #home2 #hero h1.hero-text {
        font-size: 27px; } }
  #home2 #hero .cta {
    text-align: center;
    margin-top: 40px; }
    #home2 #hero .cta a {
      margin: 0px 20px; }
      @media (max-width: 400px) {
        #home2 #hero .cta a {
          display: block; } }
      #home2 #hero .cta a.button {
        border-radius: 50px;
        padding: 12px 36px;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear; }
        @media (max-width: 767px) {
          #home2 #hero .cta a.button {
            font-size: 16px; } }
        @media (max-width: 400px) {
          #home2 #hero .cta a.button {
            width: 65%;
            margin: 0 auto;
            margin-bottom: 25px; } }
        #home2 #hero .cta a.button:hover {
          box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px, inset rgba(255, 255, 255, 0.88) 0px 1px 3px -1px, rgba(0, 0, 0, 0.3) 0 1px 2px, #69B1F3 0 1px 30px; }
      #home2 #hero .cta a.demo {
        color: #fff;
        -webkit-font-smoothing: antialiased;
        font-size: 16px; }
        @media (max-width: 767px) {
          #home2 #hero .cta a.demo {
            font-size: 16px; } }
  #home2 #hero .screenshot {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
    #home2 #hero .screenshot img {
      margin: 0 auto; }
#home2 #tabs {
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 991px) {
    #home2 #tabs {
      margin-bottom: 20px; } }
  #home2 #tabs .header {
    text-align: center; }
    #home2 #tabs .header h3 {
      font-size: 26px;
      color: #444;
      line-height: 25px;
      font-weight: 300; }
    #home2 #tabs .header p {
      font-size: 16px;
      font-weight: 400;
      color: #888; }
  #home2 #tabs .tabs-wrapper {
    margin-top: 45px; }
    #home2 #tabs .tabs-wrapper .nav-tabs {
      text-align: center;
      border-bottom: 2px solid #EDEDED; }
      @media (max-width: 991px) {
        #home2 #tabs .tabs-wrapper .nav-tabs {
          display: none; } }
      #home2 #tabs .tabs-wrapper .nav-tabs li {
        float: none;
        display: inline-block; }
        #home2 #tabs .tabs-wrapper .nav-tabs li.active a {
          color: #2B69A2;
          font-weight: 400;
          border-bottom: 0px; }
          #home2 #tabs .tabs-wrapper .nav-tabs li.active a:after {
            content: '';
            position: absolute;
            width: 100%;
            height: auto;
            border-bottom: 2px solid #7BA3C9;
            left: 1px;
            bottom: -1px; }
        #home2 #tabs .tabs-wrapper .nav-tabs li a {
          color: #888;
          font-weight: 400;
          border: 0px;
          padding: 10px 20px;
          font-size: 15px;
          -webkit-transition: color 0.25s linear;
          -moz-transition: color 0.25s linear;
          -ms-transition: color 0.25s linear;
          -o-transition: color 0.25s linear;
          transition: color 0.25s linear; }
          #home2 #tabs .tabs-wrapper .nav-tabs li a:hover {
            color: #2B69A2;
            background: none; }
    #home2 #tabs .tabs-wrapper .tab-content {
      margin-top: 60px; }
      #home2 #tabs .tabs-wrapper .tab-content .tab-pane {
        height: 325px; }
        @media (max-width: 991px) {
          #home2 #tabs .tabs-wrapper .tab-content .tab-pane {
            display: block !important;
            opacity: 1;
            filter: alpha(opacity=100);
            height: auto;
            text-align: center;
            margin-bottom: 70px; } }
        @media (max-width: 991px) {
          #home2 #tabs .tabs-wrapper .tab-content .tab-pane .info {
            margin-bottom: 35px; } }
        #home2 #tabs .tabs-wrapper .tab-content .tab-pane .info h4 {
          color: #3B88B6;
          font-weight: normal;
          font-size: 19px;
          line-height: 25px;
          margin-top: 35px; }
        #home2 #tabs .tabs-wrapper .tab-content .tab-pane .info p {
          color: #6C7279;
          font-size: 15px;
          margin-top: 20px;
          line-height: 24px;
          width: 83%;
          font-weight: normal; }
          @media (max-width: 991px) {
            #home2 #tabs .tabs-wrapper .tab-content .tab-pane .info p {
              margin: 0 auto;
              width: 95%; } }
        #home2 #tabs .tabs-wrapper .tab-content .tab-pane .image img {
          display: inline-block;
          margin: 0 auto; }
#home2 #pricing {
  -webkit-font-smoothing: antialiased;
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
  background: #5E7A9B;
  background: -webkit-linear-gradient(top, #355069 0, #5E7A9B 100%);
  background: -moz-linear-gradient(top, #355069 0, #5E7A9B 100%);
  background: -o-linear-gradient(top, #355069 0, #5E7A9B 100%);
  background: linear-gradient(top, #355069 0, #5E7A9B 100%);
  margin-top: 130px;
  padding-top: 40px;
  padding-bottom: 55px; }
  @media (max-width: 991px) {
    #home2 #pricing {
      margin-top: 40px; } }
  #home2 #pricing .header {
    text-align: center; }
    @media (max-width: 991px) {
      #home2 #pricing .header {
        margin-bottom: 25px; } }
    #home2 #pricing .header h3 {
      font-size: 27px;
      color: #fff;
      line-height: 25px;
      font-weight: 300;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
    #home2 #pricing .header p {
      font-size: 17px;
      color: #F0F0F0;
      font-weight: 400;
      line-height: 25px;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
  #home2 #pricing .charts {
    margin-top: 35px; }
    @media (max-width: 991px) {
      #home2 #pricing .charts {
        margin-top: 10px; } }
    #home2 #pricing .charts .chart {
      background-color: #fff;
      border: 1px solid #E6E6E6;
      border-radius: 5px;
      box-shadow: 0px 0px 2px 0px rgba(181, 181, 181, 0.3);
      padding: 20px 40px;
      position: relative;
      text-align: center;
      width: 97%;
      min-height: 315px;
      position: relative;
      top: 37px; }
      @media (max-width: 991px) {
        #home2 #pricing .charts .chart {
          float: none !important;
          left: 0px !important;
          top: 0px !important;
          margin: 0 auto;
          width: 55%;
          margin-bottom: 25px !important; }
          #home2 #pricing .charts .chart.last {
            margin-bottom: 0px !important; } }
      @media (max-width: 600px) {
        #home2 #pricing .charts .chart {
          width: 90% !important; } }
      #home2 #pricing .charts .chart.first {
        float: right;
        left: 12px; }
      #home2 #pricing .charts .chart.last {
        left: -12px; }
      #home2 #pricing .charts .chart.featured {
        min-height: 350px;
        top: 0px;
        margin: 0 auto; }
        #home2 #pricing .charts .chart.featured .popular {
          text-align: center;
          text-transform: uppercase;
          font-size: 16px;
          letter-spacing: 1px;
          color: #B1B1B1;
          font-weight: 400; }
        #home2 #pricing .charts .chart.featured .quantity {
          margin-top: 15px; }
      #home2 #pricing .charts .chart .quantity {
        text-align: center; }
        #home2 #pricing .charts .chart .quantity .dollar {
          font-size: 19px;
          position: relative;
          top: -18px; }
        #home2 #pricing .charts .chart .quantity .price {
          font-size: 49px; }
        #home2 #pricing .charts .chart .quantity .period {
          font-size: 17px;
          position: relative;
          top: -8px;
          margin-left: 4px; }
      #home2 #pricing .charts .chart .plan-name {
        text-align: center;
        font-size: 20px;
        font-weight: 400;
        color: #777;
        border-bottom: 1px solid #d5d5d5;
        padding-bottom: 15px;
        width: 90%;
        margin: 0 auto;
        margin-top: 8px; }
      #home2 #pricing .charts .chart .specs {
        margin-top: 20px; }
        #home2 #pricing .charts .chart .specs .spec {
          font-size: 15px;
          color: #474747;
          text-align: center;
          font-weight: 300;
          margin-bottom: 13px; }
          #home2 #pricing .charts .chart .specs .spec .variable {
            color: #1FBEE7;
            font-weight: 400; }
      #home2 #pricing .charts .chart .btn-signup {
        margin-top: 20px;
        height: 38px; }
#home2 #second-option {
  margin-top: 85px; }
  @media (max-width: 991px) {
    #home2 #second-option {
      margin-top: 50px; } }
  @media (min-width: 992px) {
    #home2 #second-option .row {
      margin-bottom: 50px; } }
  #home2 #second-option .feature {
    -webkit-font-smoothing: antialiased; }
    @media (max-width: 991px) {
      #home2 #second-option .feature {
        text-align: center;
        margin-bottom: 35px; } }
    #home2 #second-option .feature img {
      max-width: 40px; }
    #home2 #second-option .feature .icon {
      font-size: 32px;
      color: #4187ba; }
    #home2 #second-option .feature strong {
      display: block;
      font-weight: 400;
      font-size: 17px;
      color: #354E75;
      margin-top: 15px; }
    #home2 #second-option .feature p {
      font-weight: normal;
      font-size: 14px;
      color: #797979;
      margin-top: 10px;
      line-height: 24px; }
#home2 #grid-first {
  margin-top: 70px;
  -webkit-font-smoothing: antialiased; }
  #home2 #grid-first .header {
    text-align: center; }
    #home2 #grid-first .header h3 {
      font-size: 26px;
      color: #555C68;
      line-height: 25px;
      font-weight: 300; }
    #home2 #grid-first .header p {
      font-size: 16px;
      font-weight: 400;
      color: #888; }
  #home2 #grid-first .sections {
    margin-top: 45px; }
    #home2 #grid-first .sections .section {
      text-align: center; }
      @media (max-width: 991px) {
        #home2 #grid-first .sections .section {
          margin-bottom: 40px; } }
      #home2 #grid-first .sections .section .pic {
        display: inline-block;
        padding: 15px;
        background: #f5f5f5;
        box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.45), inset 0px 0px 1px 1px #fff; }
      #home2 #grid-first .sections .section .info {
        margin-top: 25px;
        text-align: center; }
        @media (min-width: 992px) {
          #home2 #grid-first .sections .section .info {
            margin-left: 45px;
            width: 80%;
            text-align: left; } }
        #home2 #grid-first .sections .section .info strong {
          font-weight: 500;
          font-size: 18px;
          color: #555; }
        #home2 #grid-first .sections .section .info p {
          color: #666;
          margin-top: 15px;
          line-height: 22px; }
#home2 #mobile {
  -webkit-font-smoothing: antialiased;
  background: #F7F8FB;
  border: 1px solid #EAEDF7;
  box-shadow: inset rgba(100, 100, 100, 0.25) 0 1px 1px;
  margin-top: 60px; }
  @media (min-width: 992px) {
    #home2 #mobile .container {
      width: 870px; } }
  #home2 #mobile .device {
    margin: -30px 0px 0px 0px;
    position: relative;
    top: 2px; }
  #home2 #mobile .info {
    margin-top: 50px; }
    @media (max-width: 767px) {
      #home2 #mobile .info {
        margin: 35px;
        text-align: center; } }
    #home2 #mobile .info h3 {
      font-weight: 400;
      color: #444; }
    #home2 #mobile .info p {
      margin-top: 20px;
      color: #666;
      line-height: 21px; }
    #home2 #mobile .info .button {
      margin-top: 10px;
      padding: 8px 26px;
      border-radius: 50px; }
#home2 #cta {
  margin-top: 100px;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 991px) {
    #home2 #cta {
      margin-top: 65px; } }
  #home2 #cta .form-wrapper {
    background: #F7F8FB;
    border: 1px solid #EAEDF7;
    border-radius: 8px;
    box-shadow: inset rgba(100, 100, 100, 0.25) 0 1px 1px;
    padding: 20px 30px 30px 30px;
    margin: 0 auto; }
  #home2 #cta h4 {
    font-size: 21px;
    color: #5F6E7C;
    font-weight: 400;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5); }
  #home2 #cta form {
    margin-top: 30px; }
    #home2 #cta form .form-group {
      margin-right: 25px; }
      @media (max-width: 991px) {
        #home2 #cta form .form-group {
          margin-right: 20px; } }
      #home2 #cta form .form-group .form-control {
        width: 195px; }
        @media (max-width: 767px) {
          #home2 #cta form .form-group .form-control {
            width: 100%; } }
    #home2 #cta form .button {
      margin-left: 25px; }
      @media (max-width: 991px) {
        #home2 #cta form .button {
          margin-top: 25px;
          margin-left: 0px; } }
#home2 #demo .modal-dialog {
  padding-top: 100px;
  width: 650px; }
#home2 #demo .modal-body {
  padding: 0px; }

#home3 .st-container {
  position: relative;
  overflow: hidden; }
  #home3 .st-container.nav-effect .nav-menu {
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    #home3 .st-container.nav-effect .nav-menu a {
      -moz-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
  #home3 .st-container.nav-effect .st-pusher {
    -moz-transform: translate3d(-320px, 0, 0);
    -o-transform: translate3d(-320px, 0, 0);
    -ms-transform: translate3d(-320px, 0, 0);
    -webkit-transform: translate3d(-320px, 0, 0);
    transform: translate3d(-320px, 0, 0);
    box-shadow: 5px 0px 20px 0px rgba(0, 0, 0, 0.5); }
    @media (max-width: 767px) {
      #home3 .st-container.nav-effect .st-pusher {
        -moz-transform: translate3d(-220px, 0, 0);
        -o-transform: translate3d(-220px, 0, 0);
        -ms-transform: translate3d(-220px, 0, 0);
        -webkit-transform: translate3d(-220px, 0, 0);
        transform: translate3d(-220px, 0, 0); } }
#home3 .st-pusher {
  position: relative;
  left: 0;
  z-index: 99;
  background: #fff;
  -webkit-transition: -webkit-transform 0.35s ease-out;
  -moz-transition: -moz-transform 0.35s ease-out;
  -ms-transition: -ms-transform 0.35s ease-out;
  -o-transition: -o-transform 0.35s ease-out;
  transition: transform 0.35s ease-out; }
#home3 .nav-menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  width: 320px;
  height: 100%;
  background: #2a313a;
  padding-top: 30px;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: -webkit-transform 0.35s ease-out;
  -moz-transition: -moz-transform 0.35s ease-out;
  -ms-transition: -ms-transform 0.35s ease-out;
  -o-transition: -o-transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
  -moz-transform: translate3d(50%, 0, 0);
  -o-transform: translate3d(50%, 0, 0);
  -ms-transform: translate3d(50%, 0, 0);
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0); }
  @media (max-width: 767px) {
    #home3 .nav-menu {
      width: 220px;
      position: absolute; } }
  #home3 .nav-menu h3 {
    color: #fff;
    font-size: 26px;
    margin-left: 50px;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      #home3 .nav-menu h3 {
        margin-left: 30px;
        font-size: 23px; } }
  #home3 .nav-menu a {
    display: block;
    padding: 5px 30px 5px 50px;
    margin-bottom: 10px;
    text-decoration: none;
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear; }
    @media (max-width: 767px) {
      #home3 .nav-menu a {
        padding-left: 30px;
        font-size: 16px; } }
    #home3 .nav-menu a:hover {
      color: #82C4F8; }
  #home3 .nav-menu .social {
    margin-left: 45px;
    margin-top: 50px; }
    @media (max-width: 767px) {
      #home3 .nav-menu .social {
        margin-left: 30px; } }
    #home3 .nav-menu .social a {
      padding: 0px;
      display: inline-block;
      margin-right: 22px; }
      #home3 .nav-menu .social a:hover i {
        color: #7EBDE7; }
      #home3 .nav-menu .social a i {
        font-size: 22px;
        color: #fff;
        -webkit-transition: all 0.15s linear;
        -moz-transition: all 0.15s linear;
        -ms-transition: all 0.15s linear;
        -o-transition: all 0.15s linear;
        transition: all 0.15s linear; }
#home3 .navbar {
  background: transparent !important; }
  #home3 .navbar .navbar-header {
    float: left; }
    #home3 .navbar .navbar-header .navbar-brand {
      text-transform: uppercase; }
  #home3 .navbar .sidebar-toggle {
    width: 30px;
    float: right;
    margin-top: 15px;
    cursor: pointer; }
    #home3 .navbar .sidebar-toggle .line {
      background: #fff;
      width: 100%;
      height: 3px;
      margin-bottom: 6px;
      border-radius: 1px; }
#home3 #hero {
  background: #3D4046;
  height: 600px;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.35);
  top: -60px;
  padding-top: 115px; }
  @media (max-width: 991px) {
    #home3 #hero {
      padding-top: 100px;
      height: 550px; } }
  #home3 #hero #cover-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding-top: 105px;
    background-position: center center;
    background-size: cover;
    -webkit-animation-delay: 0.15s;
    -moz-animation-delay: 0.15s;
    -o-animation-delay: 0.15s;
    -ms-animation-delay: 0.15s;
    animation-delay: 0.15s;
    /*background-image: url("../../assets/images/bg2.png");*/
    /*background-image: url('http://31.media.tumblr.com/fe341bc8e2f82db9e03cbb5a4323a84f/tumblr_mq7ejb3POL1st5lhmo1_1280.jpg');*/ }
    @media (max-width: 991px) {
      #home3 #hero #cover-image {
        padding-top: 65px; } }
    #home3 #hero #cover-image:after {
      content: '';
      position: absolute;
      display: block;
      height: 100%;
      left: 0;
      width: 100%;
      top: 0;
      /*background: rgba(0, 0, 0, 0.15);*/
      /*background: rgba(37, 19, 3, 0.25);*/
      background: rgba(44, 28, 10, 0.5); }
    #home3 #hero #cover-image:before {
      position: absolute;
      top: 10%;
      bottom: 0;
      left: 0;
      right: 0;
      content: '';
      background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.25)));
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
      background: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.25));
      background: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.25));
      background: linear-gradient(top, transparent, rgba(0, 0, 0, 0.25)); }
  #home3 #hero .container {
    position: relative;
    z-index: 3;
    height: 100%; }
  #home3 #hero h1.hero-text {
    text-align: center;
    font-family: "Roboto";
    font-size: 35px;
    font-weight: 300;
    color: #fff;
    margin-top: 40px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.55);
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    animation-delay: 0.6s; }
    @media (max-width: 991px) {
      #home3 #hero h1.hero-text {
        font-size: 30px; } }
    @media (max-width: 767px) {
      #home3 #hero h1.hero-text {
        font-size: 27px; } }
  #home3 #hero .cta {
    text-align: center;
    margin-top: 40px;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    animation-delay: 0.6s; }
    #home3 #hero .cta a {
      margin: 0px 20px; }
      @media (max-width: 400px) {
        #home3 #hero .cta a {
          display: block; } }
      #home3 #hero .cta a.button {
        border-radius: 50px;
        padding: 12px 36px;
        font-size: 18px;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear; }
        @media (max-width: 767px) {
          #home3 #hero .cta a.button {
            font-size: 16px; } }
        @media (max-width: 400px) {
          #home3 #hero .cta a.button {
            width: 65%;
            margin: 0 auto;
            margin-bottom: 25px; } }
        #home3 #hero .cta a.button:hover {
          box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px, inset rgba(255, 255, 255, 0.88) 0px 1px 3px -1px, rgba(0, 0, 0, 0.3) 0 1px 2px, #69B1F3 0 1px 30px; }
      #home3 #hero .cta a.demo {
        color: #fff;
        -webkit-font-smoothing: antialiased;
        font-size: 17px;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); }
        @media (max-width: 767px) {
          #home3 #hero .cta a.demo {
            font-size: 16px; } }
  #home3 #hero .screenshot {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
    #home3 #hero .screenshot img {
      margin: 0 auto; }
#home3 #tabs {
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 991px) {
    #home3 #tabs {
      margin-bottom: 20px; } }
  #home3 #tabs .header {
    text-align: center; }
    #home3 #tabs .header h3 {
      font-size: 26px;
      color: #444;
      line-height: 25px;
      font-weight: 300; }
    #home3 #tabs .header p {
      font-size: 16px;
      font-weight: 400;
      color: #888; }
  #home3 #tabs .tabs-wrapper {
    margin-top: 45px; }
    #home3 #tabs .tabs-wrapper .nav-tabs {
      text-align: center;
      border-bottom: 2px solid #EDEDED; }
      @media (max-width: 991px) {
        #home3 #tabs .tabs-wrapper .nav-tabs {
          display: none; } }
      #home3 #tabs .tabs-wrapper .nav-tabs li {
        float: none;
        display: inline-block; }
        #home3 #tabs .tabs-wrapper .nav-tabs li.active a {
          color: #2B69A2;
          font-weight: 400;
          border-bottom: 0px; }
          #home3 #tabs .tabs-wrapper .nav-tabs li.active a:after {
            content: '';
            position: absolute;
            width: 100%;
            height: auto;
            border-bottom: 2px solid #7BA3C9;
            left: 1px;
            bottom: -1px; }
        #home3 #tabs .tabs-wrapper .nav-tabs li a {
          color: #888;
          font-weight: 400;
          border: 0px;
          padding: 10px 20px;
          font-size: 15px;
          -webkit-transition: color 0.25s linear;
          -moz-transition: color 0.25s linear;
          -ms-transition: color 0.25s linear;
          -o-transition: color 0.25s linear;
          transition: color 0.25s linear; }
          #home3 #tabs .tabs-wrapper .nav-tabs li a:hover {
            color: #2B69A2;
            background: none; }
    #home3 #tabs .tabs-wrapper .tab-content {
      margin-top: 60px; }
      #home3 #tabs .tabs-wrapper .tab-content .tab-pane {
        height: 325px; }
        @media (max-width: 991px) {
          #home3 #tabs .tabs-wrapper .tab-content .tab-pane {
            display: block !important;
            opacity: 1;
            filter: alpha(opacity=100);
            height: auto;
            text-align: center;
            margin-bottom: 70px; } }
        @media (max-width: 991px) {
          #home3 #tabs .tabs-wrapper .tab-content .tab-pane .info {
            margin-bottom: 35px; } }
        #home3 #tabs .tabs-wrapper .tab-content .tab-pane .info h4 {
          color: #3B88B6;
          font-weight: normal;
          font-size: 19px;
          line-height: 25px;
          margin-top: 35px; }
        #home3 #tabs .tabs-wrapper .tab-content .tab-pane .info p {
          color: #6C7279;
          font-size: 15px;
          margin-top: 20px;
          line-height: 24px;
          width: 83%;
          font-weight: normal; }
          @media (max-width: 991px) {
            #home3 #tabs .tabs-wrapper .tab-content .tab-pane .info p {
              margin: 0 auto;
              width: 95%; } }
        #home3 #tabs .tabs-wrapper .tab-content .tab-pane .image img {
          display: inline-block;
          margin: 0 auto; }
#home3 #pricing {
  -webkit-font-smoothing: antialiased;
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
  background: #5E7A9B;
  background: -webkit-linear-gradient(top, #355069 0, #5E7A9B 100%);
  background: -moz-linear-gradient(top, #355069 0, #5E7A9B 100%);
  background: -o-linear-gradient(top, #355069 0, #5E7A9B 100%);
  background: linear-gradient(top, #355069 0, #5E7A9B 100%);
  margin-top: 130px;
  padding-top: 40px;
  padding-bottom: 55px; }
  @media (max-width: 991px) {
    #home3 #pricing {
      margin-top: 40px; } }
  #home3 #pricing .header {
    text-align: center; }
    @media (max-width: 991px) {
      #home3 #pricing .header {
        margin-bottom: 25px; } }
    #home3 #pricing .header h3 {
      font-size: 27px;
      color: #fff;
      line-height: 25px;
      font-weight: 300;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
    #home3 #pricing .header p {
      font-size: 17px;
      color: #F0F0F0;
      font-weight: 400;
      line-height: 25px;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
  #home3 #pricing .charts {
    margin-top: 35px; }
    @media (max-width: 991px) {
      #home3 #pricing .charts {
        margin-top: 10px; } }
    #home3 #pricing .charts .chart {
      background-color: #fff;
      border: 1px solid #E6E6E6;
      border-radius: 5px;
      box-shadow: 0px 0px 2px 0px rgba(181, 181, 181, 0.3);
      padding: 20px 40px;
      position: relative;
      text-align: center;
      width: 97%;
      min-height: 315px;
      position: relative;
      top: 37px; }
      @media (max-width: 991px) {
        #home3 #pricing .charts .chart {
          float: none !important;
          left: 0px !important;
          top: 0px !important;
          margin: 0 auto;
          width: 55%;
          margin-bottom: 25px !important; }
          #home3 #pricing .charts .chart.last {
            margin-bottom: 0px !important; } }
      @media (max-width: 600px) {
        #home3 #pricing .charts .chart {
          width: 90% !important; } }
      #home3 #pricing .charts .chart.first {
        float: right;
        left: 12px; }
      #home3 #pricing .charts .chart.last {
        left: -12px; }
      #home3 #pricing .charts .chart.featured {
        min-height: 350px;
        top: 0px;
        margin: 0 auto; }
        #home3 #pricing .charts .chart.featured .popular {
          text-align: center;
          text-transform: uppercase;
          font-size: 16px;
          letter-spacing: 1px;
          color: #B1B1B1;
          font-weight: 400; }
        #home3 #pricing .charts .chart.featured .quantity {
          margin-top: 15px; }
      #home3 #pricing .charts .chart .quantity {
        text-align: center; }
        #home3 #pricing .charts .chart .quantity .dollar {
          font-size: 19px;
          position: relative;
          top: -18px; }
        #home3 #pricing .charts .chart .quantity .price {
          font-size: 49px; }
        #home3 #pricing .charts .chart .quantity .period {
          font-size: 17px;
          position: relative;
          top: -8px;
          margin-left: 4px; }
      #home3 #pricing .charts .chart .plan-name {
        text-align: center;
        font-size: 20px;
        font-weight: 400;
        color: #777;
        border-bottom: 1px solid #d5d5d5;
        padding-bottom: 15px;
        width: 90%;
        margin: 0 auto;
        margin-top: 8px; }
      #home3 #pricing .charts .chart .specs {
        margin-top: 20px; }
        #home3 #pricing .charts .chart .specs .spec {
          font-size: 15px;
          color: #474747;
          text-align: center;
          font-weight: 300;
          margin-bottom: 13px; }
          #home3 #pricing .charts .chart .specs .spec .variable {
            color: #1FBEE7;
            font-weight: 400; }
      #home3 #pricing .charts .chart .btn-signup {
        margin-top: 20px;
        height: 38px; }
#home3 #second-option {
  margin-top: 85px; }
  @media (max-width: 991px) {
    #home3 #second-option {
      margin-top: 50px; } }
  @media (min-width: 992px) {
    #home3 #second-option .row {
      margin-bottom: 50px; } }
  #home3 #second-option .feature {
    -webkit-font-smoothing: antialiased; }
    @media (max-width: 991px) {
      #home3 #second-option .feature {
        text-align: center;
        margin-bottom: 35px; } }
    #home3 #second-option .feature img {
      max-width: 40px; }
    #home3 #second-option .feature .icon {
      font-size: 32px;
      color: #4187ba; }
    #home3 #second-option .feature strong {
      display: block;
      font-weight: 400;
      font-size: 17px;
      color: #354E75;
      margin-top: 15px; }
    #home3 #second-option .feature p {
      font-weight: normal;
      font-size: 14px;
      color: #797979;
      margin-top: 10px;
      line-height: 24px; }
#home3 #grid-first {
  margin-top: 70px;
  -webkit-font-smoothing: antialiased; }
  #home3 #grid-first .header {
    text-align: center; }
    #home3 #grid-first .header h3 {
      font-size: 26px;
      color: #555C68;
      line-height: 25px;
      font-weight: 300; }
    #home3 #grid-first .header p {
      font-size: 16px;
      font-weight: 400;
      color: #888; }
  #home3 #grid-first .sections {
    margin-top: 45px; }
    #home3 #grid-first .sections .section {
      text-align: center; }
      @media (max-width: 991px) {
        #home3 #grid-first .sections .section {
          margin-bottom: 40px; } }
      #home3 #grid-first .sections .section .pic {
        display: inline-block;
        padding: 15px;
        background: #f5f5f5;
        box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.45), inset 0px 0px 1px 1px #fff; }
      #home3 #grid-first .sections .section .info {
        margin-top: 25px;
        text-align: center; }
        @media (min-width: 992px) {
          #home3 #grid-first .sections .section .info {
            margin-left: 45px;
            width: 80%;
            text-align: left; } }
        #home3 #grid-first .sections .section .info strong {
          font-weight: 500;
          font-size: 18px;
          color: #555; }
        #home3 #grid-first .sections .section .info p {
          color: #666;
          margin-top: 15px;
          line-height: 22px; }
#home3 #mobile {
  -webkit-font-smoothing: antialiased;
  background: #F7F8FB;
  border: 1px solid #EAEDF7;
  box-shadow: inset rgba(100, 100, 100, 0.25) 0 1px 1px;
  margin-top: 70px; }
  @media (min-width: 992px) {
    #home3 #mobile .container {
      width: 870px; } }
  #home3 #mobile .device {
    margin: -30px 0px 0px 0px;
    position: relative;
    top: 2px; }
  #home3 #mobile .info {
    margin-top: 50px; }
    @media (max-width: 767px) {
      #home3 #mobile .info {
        margin: 35px;
        text-align: center; } }
    #home3 #mobile .info h3 {
      font-weight: 300;
      color: #616974;
      font-size: 28px; }
    #home3 #mobile .info p {
      margin-top: 20px;
      color: #777;
      line-height: 21px; }
    #home3 #mobile .info .app-store {
      margin-top: 18px;
      border: none;
      display: inline-block; }
      #home3 #mobile .info .app-store img {
        max-width: 135px; }
#home3 #cta {
  margin-top: 100px;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 991px) {
    #home3 #cta {
      margin-top: 65px; } }
  #home3 #cta .form-wrapper {
    background: #F7F8FB;
    border: 1px solid #EAEDF7;
    border-radius: 8px;
    box-shadow: inset rgba(100, 100, 100, 0.25) 0 1px 1px;
    padding: 20px 30px 30px 30px;
    margin: 0 auto; }
  #home3 #cta h4 {
    font-size: 21px;
    color: #5F6E7C;
    font-weight: 400;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5); }
  #home3 #cta form {
    margin-top: 30px; }
    #home3 #cta form .form-group {
      margin-right: 25px; }
      @media (max-width: 991px) {
        #home3 #cta form .form-group {
          margin-right: 20px; } }
      #home3 #cta form .form-group .form-control {
        width: 195px; }
        @media (max-width: 767px) {
          #home3 #cta form .form-group .form-control {
            width: 100%; } }
    #home3 #cta form .button {
      margin-left: 25px; }
      @media (max-width: 991px) {
        #home3 #cta form .button {
          margin-top: 25px;
          margin-left: 0px; } }
#home3 #demo .modal-dialog {
  padding-top: 100px;
  width: 650px; }
#home3 #demo .modal-body {
  padding: 0px; }

@-webkit-keyframes $name {
  0% {
    left: 0; }
  100% {
    left: -15px; } }
@-moz-keyframes $name {
  0% {
    left: 0; }
  100% {
    left: -15px; } }
@-o-keyframes $name {
  0% {
    left: 0; }
  100% {
    left: -15px; } }
@keyframes $name {
  0% {
    left: 0; }
  100% {
    left: -15px; } }
#home4 #hero {
  background: #4B4848;
  height: 600px;
  position: relative;
  top: -60px;
  padding-top: 115px;
  /* prev & next arrows */
  /* navigation dots */
  /* slides */
  /* video modal */ }
  @media (max-width: 991px) {
    #home4 #hero {
      padding-top: 100px; } }
  @media (max-width: 767px) {
    #home4 #hero {
      height: 550px; } }
  #home4 #hero .slide-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 140px;
    z-index: 200;
    text-indent: 100%;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear; }
    #home4 #hero .slide-nav:hover {
      opacity: 1;
      filter: alpha(opacity=100); }
    #home4 #hero .slide-nav.prev:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto 0;
      width: 19px;
      height: 58px;
      background: url("../assets/images/slide-arrow.png") no-repeat;
      left: 30px;
      -moz-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
    #home4 #hero .slide-nav.next {
      right: 0; }
      #home4 #hero .slide-nav.next:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        width: 19px;
        height: 58px;
        background: url("../assets/images/slide-arrow.png") no-repeat;
        right: 30px; }
  #home4 #hero nav {
    z-index: 999;
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center; }
    #home4 #hero nav a {
      display: inline-block;
      width: 10px;
      height: 10px;
      background: #a2a2a2;
      border-radius: 50%;
      margin: 0 3px; }
      #home4 #hero nav a.active {
        background: #fff; }
  #home4 #hero .slides {
    overflow: hidden;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    /* each slide */ }
    #home4 #hero .slides .slide {
      display: none;
      z-index: 80;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      padding-top: 105px; }
      #home4 #hero .slides .slide.active {
        opacity: 1;
        filter: alpha(opacity=100);
        display: block;
        z-index: 100; }
      #home4 #hero .slides .slide.next {
        z-index: 90; }
        @media (min-width: 768px) {
          #home4 #hero .slides .slide.next .bg {
            -webkit-animation: slideLeft 700ms linear;
            -moz-animation: slideLeft 700ms linear;
            -o-animation: slideLeft 700ms linear;
            -ms-animation: slideLeft 700ms linear;
            animation: slideLeft 700ms linear; } }
      #home4 #hero .slides .slide .container {
        position: relative;
        z-index: 3;
        height: 100%; }
      #home4 #hero .slides .slide .bg {
        position: absolute;
        top: 0;
        left: -15px;
        width: 102%;
        height: 100%;
        background-position: center center;
        background-size: cover; }
        @media (max-width: 767px) {
          #home4 #hero .slides .slide .bg {
            left: 0px; } }
        #home4 #hero .slides .slide .bg:before {
          position: absolute;
          top: 10%;
          bottom: 0;
          left: 0;
          right: 0;
          content: '';
          background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.25)));
          background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
          background: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.25));
          background: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.25));
          background: linear-gradient(top, transparent, rgba(0, 0, 0, 0.25)); }
        #home4 #hero .slides .slide .bg:after {
          content: '';
          position: absolute;
          display: block;
          height: 100%;
          left: 0;
          width: 100%;
          top: 0; }
      #home4 #hero .slides .slide.first .bg:after {
        background: rgba(6, 13, 32, 0.26); }
      #home4 #hero .slides .slide.first h1.hero-text {
        text-align: center;
        font-family: "Roboto";
        font-size: 35px;
        font-weight: 300;
        color: #fff;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.65); }
        @media (max-width: 767px) {
          #home4 #hero .slides .slide.first h1.hero-text {
            font-size: 28px; } }
      #home4 #hero .slides .slide.first .sub-text {
        -webkit-font-smoothing: antialiased;
        -webkit-animation-delay: 0.6s;
        -moz-animation-delay: 0.6s;
        -o-animation-delay: 0.6s;
        -ms-animation-delay: 0.6s;
        animation-delay: 0.6s;
        margin: 0 auto;
        margin-top: 25px;
        text-align: center;
        color: #fff;
        font-weight: 400;
        font-size: 17px;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
        width: 50%; }
        @media (max-width: 991px) {
          #home4 #hero .slides .slide.first .sub-text {
            width: 70%; } }
        @media (max-width: 767px) {
          #home4 #hero .slides .slide.first .sub-text {
            font-size: 15px; } }
      #home4 #hero .slides .slide.first .video-wrapper {
        text-align: center;
        margin-top: 50px; }
        @media (max-width: 767px) {
          #home4 #hero .slides .slide.first .video-wrapper {
            margin-top: 25px; } }
        #home4 #hero .slides .slide.first .video-wrapper .video {
          display: inline-block;
          padding: 6px;
          background: rgba(255, 255, 255, 0.5);
          border-radius: 5px;
          -webkit-animation-duration: 1.2s;
          -moz-animation-duration: 1.2s;
          -o-animation-duration: 1.2s;
          animation-duration: 1.2s; }
          #home4 #hero .slides .slide.first .video-wrapper .video img {
            max-width: 280px;
            cursor: pointer; }
            @media (max-width: 767px) {
              #home4 #hero .slides .slide.first .video-wrapper .video img {
                max-width: 200px; } }
      #home4 #hero .slides .slide.second {
        padding-top: 115px; }
        #home4 #hero .slides .slide.second .bg:after {
          background: rgba(3, 9, 27, 0.45); }
        #home4 #hero .slides .slide.second h1, #home4 #hero .slides .slide.second .sub-text {
          -webkit-animation-duration: 1s;
          -moz-animation-duration: 1s;
          -o-animation-duration: 1s;
          animation-duration: 1s; }
        #home4 #hero .slides .slide.second h1.hero-text {
          text-align: center;
          font-family: "Roboto";
          font-size: 38px;
          font-weight: 300;
          color: #fff;
          text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8); }
          @media (max-width: 767px) {
            #home4 #hero .slides .slide.second h1.hero-text {
              font-size: 28px; } }
        #home4 #hero .slides .slide.second .sub-text {
          -webkit-font-smoothing: antialiased;
          margin: 0 auto;
          margin-top: 25px;
          text-align: center;
          color: #f7f7f7;
          font-weight: 400;
          font-size: 17px;
          text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
          width: 50%; }
          @media (max-width: 991px) {
            #home4 #hero .slides .slide.second .sub-text {
              width: 70%; } }
          @media (max-width: 767px) {
            #home4 #hero .slides .slide.second .sub-text {
              font-size: 15px; } }
        #home4 #hero .slides .slide.second .cta {
          -webkit-animation-delay: 0.6s;
          -moz-animation-delay: 0.6s;
          -o-animation-delay: 0.6s;
          -ms-animation-delay: 0.6s;
          animation-delay: 0.6s;
          text-align: center;
          margin-top: 60px; }
          #home4 #hero .slides .slide.second .cta a {
            margin: 0px 20px; }
            @media (max-width: 767px) {
              #home4 #hero .slides .slide.second .cta a {
                font-size: 14px;
                padding: 12px 25px;
                margin: 0px 15px 15px 0px; } }
      #home4 #hero .slides .slide.third {
        padding-top: 115px; }
        #home4 #hero .slides .slide.third .bg:after {
          background: rgba(3, 9, 27, 0.45); }
        #home4 #hero .slides .slide.third h1, #home4 #hero .slides .slide.third .sub-text {
          -webkit-animation-duration: 1s;
          -moz-animation-duration: 1s;
          -o-animation-duration: 1s;
          animation-duration: 1s; }
        #home4 #hero .slides .slide.third h1.hero-text {
          text-align: center;
          font-family: "Roboto";
          font-size: 38px;
          font-weight: 300;
          color: #fff;
          text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8); }
          @media (max-width: 767px) {
            #home4 #hero .slides .slide.third h1.hero-text {
              font-size: 28px; } }
        #home4 #hero .slides .slide.third .sub-text {
          -webkit-font-smoothing: antialiased;
          margin: 0 auto;
          margin-top: 25px;
          text-align: center;
          color: #f7f7f7;
          font-weight: 400;
          font-size: 17px;
          text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
          width: 50%; }
          @media (max-width: 991px) {
            #home4 #hero .slides .slide.third .sub-text {
              width: 70%; } }
          @media (max-width: 767px) {
            #home4 #hero .slides .slide.third .sub-text {
              font-size: 15px; } }
        #home4 #hero .slides .slide.third .cta {
          -webkit-animation-delay: 0.6s;
          -moz-animation-delay: 0.6s;
          -o-animation-delay: 0.6s;
          -ms-animation-delay: 0.6s;
          animation-delay: 0.6s;
          text-align: center;
          margin-top: 60px; }
          #home4 #hero .slides .slide.third .cta a {
            margin: 0px 20px; }
            @media (max-width: 767px) {
              #home4 #hero .slides .slide.third .cta a {
                font-size: 14px;
                padding: 12px 25px;
                margin: 0px 15px 15px 0px; } }
      #home4 #hero .slides .slide.four {
        padding-top: 115px; }
        #home4 #hero .slides .slide.four .bg:after {
          background: rgba(3, 9, 27, 0.45); }
        #home4 #hero .slides .slide.four h1, #home4 #hero .slides .slide.four .sub-text {
          -webkit-animation-duration: 1s;
          -moz-animation-duration: 1s;
          -o-animation-duration: 1s;
          animation-duration: 1s; }
        #home4 #hero .slides .slide.four h1.hero-text {
          text-align: center;
          font-family: "Roboto";
          font-size: 38px;
          font-weight: 300;
          color: #fff;
          text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8); }
          @media (max-width: 767px) {
            #home4 #hero .slides .slide.four h1.hero-text {
              font-size: 28px; } }
        #home4 #hero .slides .slide.four .sub-text {
          -webkit-font-smoothing: antialiased;
          margin: 0 auto;
          margin-top: 25px;
          text-align: center;
          color: #f7f7f7;
          font-weight: 400;
          font-size: 17px;
          text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
          width: 50%; }
          @media (max-width: 991px) {
            #home4 #hero .slides .slide.four .sub-text {
              width: 70%; } }
          @media (max-width: 767px) {
            #home4 #hero .slides .slide.four .sub-text {
              font-size: 15px; } }
        #home4 #hero .slides .slide.four .cta {
          -webkit-animation-delay: 0.6s;
          -moz-animation-delay: 0.6s;
          -o-animation-delay: 0.6s;
          -ms-animation-delay: 0.6s;
          animation-delay: 0.6s;
          text-align: center;
          margin-top: 60px; }
          #home4 #hero .slides .slide.four .cta a {
            margin: 0px 20px; }
            @media (max-width: 767px) {
              #home4 #hero .slides .slide.four .cta a {
                font-size: 14px;
                padding: 12px 25px;
                margin: 0px 15px 15px 0px; } }
      #home4 #hero .slides .slide.five {
        padding-top: 115px; }
        #home4 #hero .slides .slide.five .bg:after {
          background: rgba(3, 9, 27, 0.45); }
        #home4 #hero .slides .slide.five h1, #home4 #hero .slides .slide.five .sub-text {
          -webkit-animation-duration: 1s;
          -moz-animation-duration: 1s;
          -o-animation-duration: 1s;
          animation-duration: 1s; }
        #home4 #hero .slides .slide.five h1.hero-text {
          text-align: center;
          font-family: "Roboto";
          font-size: 38px;
          font-weight: 300;
          color: #fff;
          text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8); }
          @media (max-width: 767px) {
            #home4 #hero .slides .slide.five h1.hero-text {
              font-size: 28px; } }
        #home4 #hero .slides .slide.five .sub-text {
          -webkit-font-smoothing: antialiased;
          margin: 0 auto;
          margin-top: 25px;
          text-align: center;
          color: #f7f7f7;
          font-weight: 400;
          font-size: 17px;
          text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
          width: 50%; }
          @media (max-width: 991px) {
            #home4 #hero .slides .slide.five .sub-text {
              width: 70%; } }
          @media (max-width: 767px) {
            #home4 #hero .slides .slide.five .sub-text {
              font-size: 15px; } }
        #home4 #hero .slides .slide.five .cta {
          -webkit-animation-delay: 0.6s;
          -moz-animation-delay: 0.6s;
          -o-animation-delay: 0.6s;
          -ms-animation-delay: 0.6s;
          animation-delay: 0.6s;
          text-align: center;
          margin-top: 60px; }
          #home4 #hero .slides .slide.five .cta a {
            margin: 0px 20px; }
            @media (max-width: 767px) {
              #home4 #hero .slides .slide.five .cta a {
                font-size: 14px;
                padding: 12px 25px;
                margin: 0px 15px 15px 0px; } }
      #home4 #hero .slides .slide.six {
        padding-top: 115px; }
        #home4 #hero .slides .slide.six .bg:after {
          background: rgba(3, 9, 27, 0.45); }
        #home4 #hero .slides .slide.six h1, #home4 #hero .slides .slide.six .sub-text {
          -webkit-animation-duration: 1s;
          -moz-animation-duration: 1s;
          -o-animation-duration: 1s;
          animation-duration: 1s; }
        #home4 #hero .slides .slide.six h1.hero-text {
          text-align: center;
          font-family: "Roboto";
          font-size: 38px;
          font-weight: 300;
          color: #fff;
          text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8); }
          @media (max-width: 767px) {
            #home4 #hero .slides .slide.six h1.hero-text {
              font-size: 28px; } }
        #home4 #hero .slides .slide.six .sub-text {
          -webkit-font-smoothing: antialiased;
          margin: 0 auto;
          margin-top: 25px;
          text-align: center;
          color: #f7f7f7;
          font-weight: 400;
          font-size: 17px;
          text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
          width: 50%; }
          @media (max-width: 991px) {
            #home4 #hero .slides .slide.six .sub-text {
              width: 70%; } }
          @media (max-width: 767px) {
            #home4 #hero .slides .slide.six .sub-text {
              font-size: 15px; } }
        #home4 #hero .slides .slide.six .cta {
          -webkit-animation-delay: 0.6s;
          -moz-animation-delay: 0.6s;
          -o-animation-delay: 0.6s;
          -ms-animation-delay: 0.6s;
          animation-delay: 0.6s;
          text-align: center;
          margin-top: 60px; }
          #home4 #hero .slides .slide.six .cta a {
            margin: 0px 20px; }
            @media (max-width: 767px) {
              #home4 #hero .slides .slide.six .cta a {
                font-size: 14px;
                padding: 12px 25px;
                margin: 0px 15px 15px 0px; } }
      #home4 #hero .slides .slide.seven {
        padding-top: 115px; }
        #home4 #hero .slides .slide.seven .bg:after {
          background: rgba(3, 9, 27, 0); }
        #home4 #hero .slides .slide.seven h1, #home4 #hero .slides .slide.seven .sub-text {
          -webkit-animation-duration: 1s;
          -moz-animation-duration: 1s;
          -o-animation-duration: 1s;
          animation-duration: 1s; }
        #home4 #hero .slides .slide.seven h1.hero-text {
          text-align: center;
          font-family: "Roboto";
          font-size: 38px;
          font-weight: 300;
          color: #fff;
          text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8); }
          @media (max-width: 767px) {
            #home4 #hero .slides .slide.seven h1.hero-text {
              font-size: 28px; } }
        #home4 #hero .slides .slide.seven .sub-text {
          -webkit-font-smoothing: antialiased;
          margin: 0 auto;
          margin-top: 25px;
          text-align: center;
          color: #f7f7f7;
          font-weight: 400;
          font-size: 17px;
          text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
          width: 50%; }
          @media (max-width: 991px) {
            #home4 #hero .slides .slide.seven .sub-text {
              width: 70%; } }
          @media (max-width: 767px) {
            #home4 #hero .slides .slide.seven .sub-text {
              font-size: 15px; } }
        #home4 #hero .slides .slide.seven .cta {
          -webkit-animation-delay: 0.6s;
          -moz-animation-delay: 0.6s;
          -o-animation-delay: 0.6s;
          -ms-animation-delay: 0.6s;
          animation-delay: 0.6s;
          text-align: center;
          margin-top: 60px; }
          #home4 #hero .slides .slide.seven .cta a {
            margin: 0px 20px; }
            @media (max-width: 767px) {
              #home4 #hero .slides .slide.seven .cta a {
                font-size: 14px;
                padding: 12px 25px;
                margin: 0px 15px 15px 0px; } }
  #home4 #hero .video-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear; }
    #home4 #hero .video-modal.active {
      opacity: 1;
      filter: alpha(opacity=100);
      visibility: visible;
      background: rgba(229, 230, 231, 0.5); }
      #home4 #hero .video-modal.active .wrap {
        -moz-transform: scale3d(1, 1, 1);
        -o-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        opacity: 1;
        filter: alpha(opacity=100); }
    #home4 #hero .video-modal .wrap {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      padding: 5px;
      background: rgba(255, 255, 255, 0.65);
      border-radius: 5px;
      width: 630px;
      height: 360px;
      -moz-transform: scale3d(0.3, 0.3, 0.3);
      -o-transform: scale3d(0.3, 0.3, 0.3);
      -ms-transform: scale3d(0.3, 0.3, 0.3);
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: all 0.4s ease-out;
      -moz-transition: all 0.4s ease-out;
      -ms-transition: all 0.4s ease-out;
      -o-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out; }
#home4 #features {
  /* mixin found in partials/snippets */
  margin-top: 100px;
  margin-top: 0px !important; }
  @media (max-width: 991px) {
    #home4 #features {
      margin-top: 50px; } }
  #home4 #features .header {
    text-align: center; }
    #home4 #features .header h2 {
      color: #555;
      font-weight: 300;
      font-size: 28px; }
      @media (max-width: 767px) {
        #home4 #features .header h2 {
          font-size: 25px; } }
    #home4 #features .header p {
      font-weight: 300;
      font-size: 17px;
      color: #757575; }
  #home4 #features .feature {
    margin-top: 55px;
    -webkit-font-smoothing: antialiased; }
    @media (min-width: 992px) {
      #home4 #features .feature.backwards .info {
        float: right; }
      #home4 #features .feature.backwards .image {
        float: left; }
        #home4 #features .feature.backwards .image img {
          margin: 0 auto; } }
    @media (max-width: 991px) {
      #home4 #features .feature {
        margin-top: 10px; } }
    #home4 #features .feature .info h4 {
      color: #3B88B6;
      font-weight: normal;
      font-size: 19px;
      line-height: 25px;
      margin-top: 35px; }
      @media (max-width: 991px) {
        #home4 #features .feature .info h4 {
          text-align: center; } }
    #home4 #features .feature .info p {
      color: #6C7279;
      font-size: 14px;
      margin-top: 20px;
      line-height: 24px;
      width: 83%;
      font-weight: normal; }
      @media (max-width: 991px) {
        #home4 #features .feature .info p {
          text-align: center;
          width: 100%;
          font-size: 14px; } }
    @media (max-width: 991px) {
      #home4 #features .feature .image img {
        margin: 0 auto !important;
        margin-top: 20px; } }
  #home4 #features .divider {
    height: 1px;
    width: 100%;
    background-color: #ddd;
    position: relative;
    margin: 70px 0 60px; }
    #home4 #features .divider:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.75)), color-stop(0.5, rgba(250, 250, 250, 0)), color-stop(1, rgba(255, 255, 255, 0.75)));
      background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
      background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
      background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
      background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
      background-image: linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%); }
    @media (max-width: 991px) {
      #home4 #features .divider {
        margin: 55px 0 35px; } }
#home4 #pricing {
  -webkit-font-smoothing: antialiased;
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
  background: #5E7A9B;
  background: -webkit-linear-gradient(top, #355069 0, #5E7A9B 100%);
  background: -moz-linear-gradient(top, #355069 0, #5E7A9B 100%);
  background: -o-linear-gradient(top, #355069 0, #5E7A9B 100%);
  background: linear-gradient(top, #355069 0, #5E7A9B 100%);
  margin-top: 110px;
  padding-top: 40px;
  padding-bottom: 55px; }
  #home4 #pricing .header {
    text-align: center; }
    @media (max-width: 991px) {
      #home4 #pricing .header {
        margin-bottom: 25px; } }
    #home4 #pricing .header h3 {
      font-size: 26px;
      color: #fff;
      line-height: 25px;
      font-weight: 300;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
    #home4 #pricing .header p {
      font-size: 16px;
      color: #F0F0F0;
      font-weight: 400;
      line-height: 25px;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
  #home4 #pricing .charts {
    margin-top: 35px; }
    @media (max-width: 991px) {
      #home4 #pricing .charts {
        margin-top: 10px; } }
    #home4 #pricing .charts .chart {
      background-color: #fff;
      border: 1px solid #E6E6E6;
      border-radius: 5px;
      box-shadow: 0px 0px 2px 0px rgba(181, 181, 181, 0.3);
      padding: 20px 40px;
      position: relative;
      text-align: center;
      width: 97%;
      min-height: 315px;
      position: relative;
      top: 37px; }
      @media (max-width: 991px) {
        #home4 #pricing .charts .chart {
          float: none !important;
          left: 0px !important;
          top: 0px !important;
          margin: 0 auto;
          width: 55%;
          margin-bottom: 25px !important; }
          #home4 #pricing .charts .chart.last {
            margin-bottom: 0px !important; } }
      @media (max-width: 600px) {
        #home4 #pricing .charts .chart {
          width: 90% !important; } }
      #home4 #pricing .charts .chart.first {
        float: right;
        left: 12px; }
      #home4 #pricing .charts .chart.last {
        left: -12px; }
      #home4 #pricing .charts .chart.featured {
        min-height: 350px;
        top: 0px;
        margin: 0 auto; }
        #home4 #pricing .charts .chart.featured .popular {
          text-align: center;
          text-transform: uppercase;
          font-size: 16px;
          letter-spacing: 1px;
          color: #B1B1B1;
          font-weight: 400; }
        #home4 #pricing .charts .chart.featured .quantity {
          margin-top: 15px; }
      #home4 #pricing .charts .chart .quantity {
        text-align: center; }
        #home4 #pricing .charts .chart .quantity .dollar {
          font-size: 19px;
          position: relative;
          top: -18px; }
        #home4 #pricing .charts .chart .quantity .price {
          font-size: 49px; }
        #home4 #pricing .charts .chart .quantity .period {
          font-size: 17px;
          position: relative;
          top: -8px;
          margin-left: 4px; }
      #home4 #pricing .charts .chart .plan-name {
        text-align: center;
        font-size: 20px;
        font-weight: 400;
        color: #777;
        border-bottom: 1px solid #d5d5d5;
        padding-bottom: 15px;
        width: 90%;
        margin: 0 auto;
        margin-top: 8px; }
      #home4 #pricing .charts .chart .specs {
        margin-top: 20px; }
        #home4 #pricing .charts .chart .specs .spec {
          font-size: 15px;
          color: #474747;
          text-align: center;
          font-weight: 300;
          margin-bottom: 13px; }
          #home4 #pricing .charts .chart .specs .spec .variable {
            color: #1FBEE7;
            font-weight: 400; }
      #home4 #pricing .charts .chart .btn-signup {
        margin-top: 20px;
        height: 38px; }
#home4 #features-hover {
  margin-top: 120px;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 991px) {
    #home4 #features-hover {
      margin-top: 60px; } }
  #home4 #features-hover .images {
    height: 355px; }
    @media (max-width: 767px) {
      #home4 #features-hover .images {
        height: 300px; } }
    #home4 #features-hover .images img {
      margin: 0 auto;
      position: absolute;
      left: 0;
      right: 0;
      display: none; }
      #home4 #features-hover .images img.active {
        display: block; }
  #home4 #features-hover .features {
    margin-top: 50px; }
    @media (max-width: 991px) {
      #home4 #features-hover .features {
        margin-top: 0px; } }
    #home4 #features-hover .features .feature {
      cursor: pointer; }
      @media (min-width: 992px) {
        #home4 #features-hover .features .feature {
          width: 85%;
          margin: 0 auto; } }
      #home4 #features-hover .features .feature.active strong, #home4 #features-hover .features .feature:hover strong {
        color: #58B0D5; }
      #home4 #features-hover .features .feature.active p, #home4 #features-hover .features .feature:hover p {
        color: #555; }
      #home4 #features-hover .features .feature strong {
        color: #b6b6b6;
        font-size: 16px;
        -webkit-transition: color 0.2s linear;
        -moz-transition: color 0.2s linear;
        -ms-transition: color 0.2s linear;
        -o-transition: color 0.2s linear;
        transition: color 0.2s linear; }
      #home4 #features-hover .features .feature p {
        margin-top: 15px;
        line-height: 25px;
        color: #b6b6b6;
        -webkit-transition: color 0.2s linear;
        -moz-transition: color 0.2s linear;
        -ms-transition: color 0.2s linear;
        -o-transition: color 0.2s linear;
        transition: color 0.2s linear; }
#home4 #testimonials {
  margin-top: 80px;
  -webkit-font-smoothing: antialiased; }
  #home4 #testimonials .header {
    text-align: center; }
    #home4 #testimonials .header h3 {
      font-size: 22px;
      color: #555;
      line-height: 25px;
      font-weight: 400;
      margin-bottom: 40px; }
  #home4 #testimonials .testimonial {
    width: 90%; }
    @media (max-width: 767px) {
      #home4 #testimonials .testimonial {
        float: none !important;
        margin: 0 auto;
        margin-bottom: 45px; } }
    #home4 #testimonials .testimonial .quote {
      font-size: 13px;
      color: #3D3D3D;
      line-height: 24px;
      border: 1px solid #E2E2E2;
      padding: 12px 22px;
      border-radius: 6px;
      width: 90%;
      position: relative; }
      @media (max-width: 767px) {
        #home4 #testimonials .testimonial .quote {
          margin: 0 auto; } }
      #home4 #testimonials .testimonial .quote .arrow-down {
        position: absolute;
        bottom: 3px;
        left: 30px; }
        #home4 #testimonials .testimonial .quote .arrow-down .arrow, #home4 #testimonials .testimonial .quote .arrow-down .arrow-border {
          border-color: #fff transparent transparent;
          border-style: solid;
          border-width: 11px;
          cursor: pointer;
          position: absolute;
          top: 3px;
          z-index: 1002; }
        #home4 #testimonials .testimonial .quote .arrow-down .arrow-border {
          border-color: #E2E2E2 transparent transparent;
          border-width: 12px;
          top: 3px;
          z-index: 1001;
          left: -1px; }
    #home4 #testimonials .testimonial .author {
      margin-top: 40px;
      margin-left: 10px; }
      @media (max-width: 767px) {
        #home4 #testimonials .testimonial .author {
          margin-left: 6%; } }
      #home4 #testimonials .testimonial .author .pic {
        width: 71px;
        height: 71px;
        border-radius: 50px;
        float: left;
        position: relative;
        top: -12px;
        margin-right: 18px;
        border: 1px solid #ccc; }
      #home4 #testimonials .testimonial .author .name {
        color: #3C92C5;
        line-height: 23px;
        font-weight: 500; }
      #home4 #testimonials .testimonial .author .company {
        font-size: 14px;
        color: #909090;
        line-height: 23px;
        font-weight: 400; }
#home4 #cta {
  margin-top: 90px;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 991px) {
    #home4 #cta {
      margin-top: 65px; } }
  #home4 #cta .form-wrapper {
    background: #F7F8FB;
    border: 1px solid #EAEDF7;
    border-radius: 8px;
    box-shadow: inset rgba(100, 100, 100, 0.25) 0 1px 1px;
    padding: 20px 30px 30px 30px;
    margin: 0 auto; }
  #home4 #cta h4 {
    font-size: 19px;
    color: #5F6E7C;
    font-weight: 400;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5); }
  #home4 #cta form {
    margin-top: 30px; }
    #home4 #cta form .form-group {
      margin-right: 25px; }
      @media (max-width: 991px) {
        #home4 #cta form .form-group {
          margin-right: 20px; } }
      #home4 #cta form .form-group .form-control {
        width: 195px; }
        @media (max-width: 767px) {
          #home4 #cta form .form-group .form-control {
            width: 100%; } }
    #home4 #cta form .button {
      margin-left: 25px; }
      @media (max-width: 991px) {
        #home4 #cta form .button {
          margin-top: 25px;
          margin-left: 0px; } }

#features #tabs {
  margin-top: 40px;
  margin-bottom: 130px;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 991px) {
    #features #tabs {
      margin-bottom: 20px; } }
  #features #tabs .header {
    text-align: center; }
    #features #tabs .header h3 {
      font-size: 22px;
      color: #444;
      line-height: 25px;
      font-weight: 500;
      margin-bottom: 7px; }
    #features #tabs .header p {
      font-size: 16px;
      font-weight: 400;
      color: #888; }
  #features #tabs .tabs-wrapper {
    margin-top: 45px; }
    #features #tabs .tabs-wrapper .nav-tabs {
      text-align: center;
      border-bottom: 2px solid #EDEDED; }
      @media (max-width: 991px) {
        #features #tabs .tabs-wrapper .nav-tabs {
          display: none; } }
      #features #tabs .tabs-wrapper .nav-tabs li {
        float: none;
        display: inline-block; }
        #features #tabs .tabs-wrapper .nav-tabs li.active a {
          color: #2B69A2;
          font-weight: 400;
          border-bottom: 0px; }
          #features #tabs .tabs-wrapper .nav-tabs li.active a:after {
            content: '';
            position: absolute;
            width: 100%;
            height: auto;
            border-bottom: 2px solid #7BA3C9;
            left: 1px;
            bottom: -1px; }
        #features #tabs .tabs-wrapper .nav-tabs li a {
          color: #888;
          font-weight: 400;
          border: 0px;
          padding: 10px 20px;
          font-size: 15px;
          -webkit-transition: color 0.25s linear;
          -moz-transition: color 0.25s linear;
          -ms-transition: color 0.25s linear;
          -o-transition: color 0.25s linear;
          transition: color 0.25s linear; }
          #features #tabs .tabs-wrapper .nav-tabs li a:hover {
            color: #2B69A2;
            background: none; }
    #features #tabs .tabs-wrapper .tab-content {
      margin-top: 60px; }
      #features #tabs .tabs-wrapper .tab-content .tab-pane {
        height: 325px; }
        @media (max-width: 991px) {
          #features #tabs .tabs-wrapper .tab-content .tab-pane {
            display: block !important;
            opacity: 1;
            filter: alpha(opacity=100);
            height: auto;
            text-align: center;
            margin-bottom: 70px; } }
        @media (max-width: 991px) {
          #features #tabs .tabs-wrapper .tab-content .tab-pane .info {
            margin-bottom: 35px; } }
        #features #tabs .tabs-wrapper .tab-content .tab-pane .info h4 {
          color: #3B88B6;
          font-weight: normal;
          font-size: 19px;
          line-height: 25px;
          margin-top: 35px; }
        #features #tabs .tabs-wrapper .tab-content .tab-pane .info p {
          color: #6C7279;
          font-size: 15px;
          margin-top: 20px;
          line-height: 24px;
          width: 83%;
          font-weight: normal; }
          @media (max-width: 991px) {
            #features #tabs .tabs-wrapper .tab-content .tab-pane .info p {
              margin: 0 auto;
              width: 95%; } }
        #features #tabs .tabs-wrapper .tab-content .tab-pane .image img {
          display: inline-block;
          margin: 0 auto; }
#features #first-option {
  /* mixin found in partials/snippets */
  margin-top: 100px; }
  @media (max-width: 991px) {
    #features #first-option {
      margin-top: 50px; } }
  #features #first-option .header {
    text-align: center; }
    #features #first-option .header h2 {
      color: #555;
      font-weight: 300;
      font-size: 28px; }
      @media (max-width: 767px) {
        #features #first-option .header h2 {
          font-size: 25px; } }
    #features #first-option .header p {
      font-weight: 300;
      font-size: 17px;
      color: #757575; }
  #features #first-option .feature {
    margin-top: 55px;
    -webkit-font-smoothing: antialiased; }
    @media (min-width: 992px) {
      #features #first-option .feature.backwards .info {
        float: right; }
      #features #first-option .feature.backwards .image {
        float: left; }
        #features #first-option .feature.backwards .image img {
          margin: 0 auto; } }
    @media (max-width: 991px) {
      #features #first-option .feature {
        margin-top: 10px; } }
    #features #first-option .feature .info h4 {
      color: #3B88B6;
      font-weight: normal;
      font-size: 19px;
      line-height: 25px;
      margin-top: 35px; }
      @media (max-width: 991px) {
        #features #first-option .feature .info h4 {
          text-align: center; } }
    #features #first-option .feature .info p {
      color: #6C7279;
      font-size: 14px;
      margin-top: 20px;
      line-height: 24px;
      width: 83%;
      font-weight: normal; }
      @media (max-width: 991px) {
        #features #first-option .feature .info p {
          text-align: center;
          width: 100%;
          font-size: 14px; } }
    @media (max-width: 991px) {
      #features #first-option .feature .image img {
        margin: 0 auto !important;
        margin-top: 20px; } }
  #features #first-option .divider {
    height: 1px;
    width: 100%;
    background-color: #ddd;
    position: relative;
    margin: 70px 0 60px; }
    #features #first-option .divider:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.75)), color-stop(0.5, rgba(250, 250, 250, 0)), color-stop(1, rgba(255, 255, 255, 0.75)));
      background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
      background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
      background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
      background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
      background-image: linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%); }
    @media (max-width: 991px) {
      #features #first-option .divider {
        margin: 55px 0 35px; } }
  @media (max-width: 991px) {
    #features #first-option {
      margin-top: 15px; } }
  #features #first-option .feature {
    margin-bottom: 130px; }
    @media (max-width: 991px) {
      #features #first-option .feature {
        margin-bottom: 50px; } }
    #features #first-option .feature.last .image img {
      margin-left: 70px; }
#features #second-option .row {
  margin-bottom: 50px; }
#features #second-option .feature {
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 991px) {
    #features #second-option .feature {
      margin-bottom: 25px; } }
  #features #second-option .feature img {
    max-width: 40px; }
    @media (max-width: 991px) {
      #features #second-option .feature img {
        display: block;
        margin: 0 auto; } }
  #features #second-option .feature .icon {
    font-size: 32px;
    color: #4187ba; }
  #features #second-option .feature strong {
    display: block;
    font-weight: 400;
    font-size: 17px;
    color: #354E75;
    margin-top: 15px; }
    @media (max-width: 991px) {
      #features #second-option .feature strong {
        text-align: center; } }
  #features #second-option .feature p {
    font-weight: normal;
    font-size: 14px;
    color: #797979;
    margin-top: 10px;
    line-height: 24px; }
#features #slider {
  margin-top: 60px; }
  @media (max-width: 991px) {
    #features #slider {
      margin-top: 30px; } }
  #features #slider .header {
    text-align: center;
    -webkit-font-smoothing: antialiased; }
    #features #slider .header h3 {
      font-size: 26px;
      color: #444;
      line-height: 25px;
      font-weight: 300;
      margin-bottom: 15px; }
  #features #slider .slide-wrapper {
    border-bottom: 1px solid #E4E4E4; }
    #features #slider .slide-wrapper .slideshow {
      background: url("../../assets/images/slider-bg.png") 0 0 no-repeat;
      margin: 0 auto;
      margin-top: 35px;
      width: 844px;
      height: 418px;
      position: relative;
      overflow: hidden; }
      @media (max-width: 991px) {
        #features #slider .slide-wrapper .slideshow {
          background: none;
          width: inherit;
          height: 340px; } }
      @media (max-width: 620px) {
        #features #slider .slide-wrapper .slideshow {
          height: 290px; } }
      @media (max-width: 530px) {
        #features #slider .slide-wrapper .slideshow {
          height: 240px; } }
      @media (max-width: 450px) {
        #features #slider .slide-wrapper .slideshow {
          height: 205px; } }
      #features #slider .slide-wrapper .slideshow .btn-nav {
        width: 48px;
        height: 51px;
        position: absolute;
        top: 55%;
        z-index: 999;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease; }
        #features #slider .slide-wrapper .slideshow .btn-nav.active {
          opacity: 1;
          filter: alpha(opacity=100);
          -moz-transform: translateX(0px) !important;
          -o-transform: translateX(0px) !important;
          -ms-transform: translateX(0px) !important;
          -webkit-transform: translateX(0px) !important;
          transform: translateX(0px) !important; }
        #features #slider .slide-wrapper .slideshow .btn-nav.prev {
          background: url("../../assets/images/slider/slide-left.png") 0 0 no-repeat;
          left: 91px;
          -moz-transform: translateX(-48px);
          -o-transform: translateX(-48px);
          -ms-transform: translateX(-48px);
          -webkit-transform: translateX(-48px);
          transform: translateX(-48px); }
          @media (max-width: 991px) {
            #features #slider .slide-wrapper .slideshow .btn-nav.prev {
              left: 30px; } }
        #features #slider .slide-wrapper .slideshow .btn-nav.next {
          background: url("../../assets/images/slider/slide-right.png") 0 0 no-repeat;
          right: 91px;
          -moz-transform: translateX(48px);
          -o-transform: translateX(48px);
          -ms-transform: translateX(48px);
          -webkit-transform: translateX(48px);
          transform: translateX(48px); }
          @media (max-width: 991px) {
            #features #slider .slide-wrapper .slideshow .btn-nav.next {
              right: 29px; } }
      #features #slider .slide-wrapper .slideshow .slide {
        width: 100%;
        height: 100%;
        position: absolute; }
        #features #slider .slide-wrapper .slideshow .slide.active img {
          opacity: 1;
          filter: alpha(opacity=100);
          -moz-transform: translateY(0px);
          -o-transform: translateY(0px);
          -ms-transform: translateY(0px);
          -webkit-transform: translateY(0px);
          transform: translateY(0px); }
        #features #slider .slide-wrapper .slideshow .slide img {
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto;
          -moz-transform: translateY(300px);
          -o-transform: translateY(300px);
          -ms-transform: translateY(300px);
          -webkit-transform: translateY(300px);
          transform: translateY(300px);
          opacity: 0;
          -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
          filter: alpha(opacity=0);
          -webkit-transition: all .6s ease;
          -moz-transition: all .6s ease;
          -o-transition: all .6s ease;
          -ms-transition: all .6s ease;
          transition: all .6s ease; }
          @media (max-width: 767px) {
            #features #slider .slide-wrapper .slideshow .slide img {
              width: 100%; } }
#features #showcase {
  margin-top: 100px;
  margin-bottom: 150px;
  -webkit-font-smoothing: antialiased; }
  #features #showcase .header {
    text-align: center;
    margin-bottom: 45px; }
    #features #showcase .header h3 {
      font-size: 25px;
      color: #444;
      line-height: 25px;
      font-weight: 300; }
  #features #showcase .pics {
    text-align: center; }
    #features #showcase .pics .pic {
      position: relative;
      width: 250px;
      height: 258px;
      margin: 0 auto;
      margin-left: 10px;
      margin-right: 10px;
      display: inline-block;
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transition: all 0.25s linear;
      -moz-transition: all 0.25s linear;
      -ms-transition: all 0.25s linear;
      -o-transition: all 0.25s linear;
      transition: all 0.25s linear; }
      @media (max-width: 991px) {
        #features #showcase .pics .pic {
          margin-bottom: 35px; } }
      #features #showcase .pics .pic:hover {
        opacity: 0.7;
        filter: alpha(opacity=70);
        text-decoration: none; }
      #features #showcase .pics .pic .bg {
        position: absolute;
        padding: 80px 20px 20px;
        bottom: 0;
        left: 0;
        right: 0;
        border-radius: 0px 5px 5px 0px;
        background-repeat: repeat-x;
        background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.12) 0, rgba(0, 0, 0, 0.3) 30%, transparent 100%);
        background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.12) 0, rgba(0, 0, 0, 0.3) 30%, transparent 100%);
        background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.12) 0, rgba(0, 0, 0, 0.3) 30%, transparent 100%);
        background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.12) 0, rgba(0, 0, 0, 0.3) 30%, transparent 100%);
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.12) 0, rgba(0, 0, 0, 0.3) 30%, transparent 100%); }
      #features #showcase .pics .pic img {
        display: block;
        margin: 0 auto;
        border-radius: 5px; }
      #features #showcase .pics .pic p {
        font-family: Myriad Pro, Lato, Helvetica Neue, Arial;
        text-align: left;
        color: #fff;
        font-size: 22px;
        position: absolute;
        line-height: 28px;
        bottom: 7px;
        left: 20px;
        width: 75%;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); }

#services {
  -webkit-font-smoothing: antialiased; }
  #services #hero {
    margin-top: 70px; }
    @media (min-width: 992px) {
      #services #hero .row {
        border-bottom: 1px solid #E6E6E8; } }
    @media (max-width: 991px) {
      #services #hero .image img {
        margin: 0 auto; } }
    @media (min-width: 992px) {
      #services #hero .info {
        padding-left: 60px; } }
    @media (max-width: 991px) {
      #services #hero .info {
        text-align: center; } }
    #services #hero .info h3 {
      font-family: Myriad Pro, Lato, Helvetica Neue, Arial;
      font-weight: 500;
      margin-top: 70px;
      font-size: 28px; }
    #services #hero .info p {
      color: #666;
      margin-top: 15px;
      line-height: 23px; }
      @media (min-width: 992px) {
        #services #hero .info p {
          width: 85%; } }
  #services #tabs {
    margin-top: 110px; }
    @media (max-width: 991px) {
      #services #tabs {
        margin-top: 70px; } }
    #services #tabs .hexagons {
      text-align: center; }
      #services #tabs .hexagons .hexagon {
        background: url("../../assets/images/hexagon.png") 0 0 no-repeat;
        width: 100px;
        height: 113px;
        position: relative;
        display: inline-block;
        margin-right: 60px;
        cursor: pointer; }
        @media (max-width: 991px) {
          #services #tabs .hexagons .hexagon {
            margin: 0; } }
        #services #tabs .hexagons .hexagon:hover, #services #tabs .hexagons .hexagon.active {
          background-position: 0 -117px; }
          #services #tabs .hexagons .hexagon:hover .icon, #services #tabs .hexagons .hexagon.active .icon {
            color: #fff; }
        #services #tabs .hexagons .hexagon:last-child {
          margin-right: 0px; }
        #services #tabs .hexagons .hexagon .icon {
          font-size: 48px;
          color: #80939b;
          position: absolute;
          top: 32px;
          left: 0;
          right: 0;
          text-align: center; }
    #services #tabs .sections {
      margin-top: 35px;
      position: relative;
      height: 220px; }
      #services #tabs .sections .section {
        display: none;
        position: absolute; }
        #services #tabs .sections .section.active {
          display: block; }
        #services #tabs .sections .section h4 {
          margin-bottom: 18px; }
        #services #tabs .sections .section p {
          line-height: 25px; }
  #services #grid-first {
    margin-top: 30px; }
    #services #grid-first .header {
      border-top: 1px solid #E6E6E8;
      padding-top: 55px;
      text-align: center; }
      #services #grid-first .header h3 {
        font-size: 25px;
        color: #555C68;
        line-height: 25px;
        font-weight: 400;
        margin-bottom: 13px; }
      #services #grid-first .header p {
        font-size: 16px;
        font-weight: 400;
        color: #888; }
    #services #grid-first .sections {
      margin-top: 45px; }
      #services #grid-first .sections .section {
        text-align: center; }
        @media (max-width: 991px) {
          #services #grid-first .sections .section {
            margin-bottom: 40px; } }
        #services #grid-first .sections .section .pic {
          display: inline-block;
          padding: 15px;
          background: #f5f5f5;
          box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.45), inset 0px 0px 1px 1px #fff; }
        #services #grid-first .sections .section .info {
          margin-top: 25px;
          text-align: center; }
          @media (min-width: 992px) {
            #services #grid-first .sections .section .info {
              margin-left: 45px;
              width: 80%;
              text-align: left; } }
          #services #grid-first .sections .section .info strong {
            font-weight: 500;
            font-size: 18px;
            color: #555; }
          #services #grid-first .sections .section .info p {
            color: #666;
            margin-top: 15px;
            line-height: 22px; }
  #services #grid-second {
    margin-top: 80px; }
    @media (max-width: 991px) {
      #services #grid-second {
        margin-top: 50px; } }
    #services #grid-second .header {
      border-top: 1px solid #E6E6E8;
      padding-top: 55px;
      margin-bottom: 35px; }
      #services #grid-second .header h3 {
        font-size: 27px;
        font-family: Myriad Pro, Lato, Helvetica Neue, Arial;
        color: #444;
        line-height: 25px;
        font-weight: 500;
        margin-bottom: 7px; }
        @media (max-width: 991px) {
          #services #grid-second .header h3 {
            text-align: center; } }
      #services #grid-second .header p {
        font-size: 15px;
        font-weight: 400;
        color: #666;
        width: 50%;
        line-height: 24px;
        margin-top: 15px; }
        @media (max-width: 991px) {
          #services #grid-second .header p {
            margin: 0 auto;
            width: 90%;
            text-align: center; } }
    #services #grid-second .features {
      margin-bottom: 20px; }
      @media (max-width: 991px) {
        #services #grid-second .features .feature {
          text-align: center;
          margin-bottom: 30px; } }
      #services #grid-second .features .feature img {
        max-width: 40px;
        position: relative;
        top: 10px; }
        @media (min-width: 992px) {
          #services #grid-second .features .feature img {
            float: left; } }
      @media (min-width: 992px) {
        #services #grid-second .features .feature .info {
          float: left;
          width: 80%;
          margin-left: 20px; } }
      #services #grid-second .features .feature .info strong {
        display: block;
        font-weight: 500;
        font-size: 16px;
        color: #444;
        margin-top: 15px; }
      #services #grid-second .features .feature .info p {
        font-weight: normal;
        font-size: 14px;
        color: #797979;
        margin-top: 10px;
        line-height: 24px; }
  #services #features-hover {
    margin-top: 120px; }
    @media (max-width: 991px) {
      #services #features-hover {
        margin-top: 60px; } }
    #services #features-hover .images {
      height: 355px; }
      @media (max-width: 767px) {
        #services #features-hover .images {
          height: 300px; } }
      #services #features-hover .images img {
        margin: 0 auto;
        position: absolute;
        left: 0;
        right: 0;
        display: none; }
        #services #features-hover .images img.active {
          display: block; }
    #services #features-hover .features {
      margin-top: 50px; }
      @media (max-width: 991px) {
        #services #features-hover .features {
          margin-top: 0px; } }
      #services #features-hover .features .feature {
        cursor: pointer; }
        @media (min-width: 992px) {
          #services #features-hover .features .feature {
            width: 85%;
            margin: 0 auto; } }
        #services #features-hover .features .feature.active strong, #services #features-hover .features .feature:hover strong {
          color: #58B0D5; }
        #services #features-hover .features .feature.active p, #services #features-hover .features .feature:hover p {
          color: #555; }
        #services #features-hover .features .feature strong {
          color: #b6b6b6;
          font-size: 16px;
          -webkit-transition: color 0.2s linear;
          -moz-transition: color 0.2s linear;
          -ms-transition: color 0.2s linear;
          -o-transition: color 0.2s linear;
          transition: color 0.2s linear; }
        #services #features-hover .features .feature p {
          margin-top: 15px;
          line-height: 25px;
          color: #b6b6b6;
          -webkit-transition: color 0.2s linear;
          -moz-transition: color 0.2s linear;
          -ms-transition: color 0.2s linear;
          -o-transition: color 0.2s linear;
          transition: color 0.2s linear; }
  #services #cta {
    margin-top: 120px; }
    #services #cta .wrapper {
      background: #F7F8FB;
      border: 1px solid #EAEDF7;
      border-radius: 8px;
      padding: 30px 60px;
      box-shadow: inset rgba(100, 100, 100, 0.25) 0 1px 1px;
      margin: 0 auto; }
      @media (max-width: 991px) {
        #services #cta .wrapper {
          text-align: center; } }
    #services #cta h4 {
      font-size: 20px;
      color: #5F6E7C;
      font-weight: 400;
      float: left;
      text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8); }
      @media (max-width: 767px) {
        #services #cta h4 {
          font-size: 17px;
          line-height: 23px; } }
    #services #cta .button {
      float: right; }
      @media (max-width: 991px) {
        #services #cta .button {
          float: none;
          margin-top: 20px; } }

#signup {
  height: 100%;
  background-attachment: fixed !important;
  background: #5E7A9B;
  background: -webkit-linear-gradient(top, #355069 0, #5E7A9B 100%);
  background: -moz-linear-gradient(top, #355069 0, #5E7A9B 100%);
  background: -o-linear-gradient(top, #355069 0, #5E7A9B 100%);
  background: linear-gradient(top, #355069 0, #5E7A9B 100%);
  -webkit-font-smoothing: antialiased; }
  #signup .header .logo {
    margin-top: 40px;
    text-align: center; }
    #signup .header .logo a {
      color: #fff;
      font-size: 22px;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
      -webkit-transition: color 0.25s linear;
      -moz-transition: color 0.25s linear;
      -ms-transition: color 0.25s linear;
      -o-transition: color 0.25s linear;
      transition: color 0.25s linear; }
      #signup .header .logo a:hover {
        text-decoration: none;
        color: #bbb; }
  #signup .header h4 {
    color: #fff;
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    font-family: Myriad Pro, Lato, Helvetica Neue, Arial;
    margin-top: 45px;
    margin-bottom: 5px; }
  #signup .header p {
    color: #fff;
    text-align: center; }
  #signup .wrapper {
    margin: 0 auto;
    width: 51%;
    margin-top: 25px;
    background: #fff;
    padding: 15px 50px 25px 50px;
    border-radius: 5px;
    border-top: 6px solid #6ED5E4; }
    @media (max-width: 991px) {
      #signup .wrapper {
        width: 67%; } }
    @media (max-width: 767px) {
      #signup .wrapper {
        width: 100%; } }
    #signup .wrapper .formy {
      margin-top: 22px; }
      #signup .wrapper .formy .form-group label {
        color: #46515F; }
      #signup .wrapper .formy .checkbox label {
        color: #666;
        font-size: 13px; }
      #signup .wrapper .formy .checkbox input {
        position: relative;
        top: -1px; }
      #signup .wrapper .formy .submit {
        text-align: center; }
        #signup .wrapper .formy .submit .button-clear {
          margin-top: 35px;
          display: inline-block; }
      #signup .wrapper .formy .info {
        float: right;
        width: 67%; }
        #signup .wrapper .formy .info .good-company strong {
          font-size: 15px;
          font-weight: 500; }
        #signup .wrapper .formy .info .good-company p {
          color: #858585;
          margin-top: 9px; }
        #signup .wrapper .formy .info .testimonial {
          margin-top: 40px; }
          #signup .wrapper .formy .info .testimonial .quote {
            font-style: italic;
            font-size: 13px;
            color: #555;
            line-height: 20px;
            -webkit-font-smoothing: auto; }
          #signup .wrapper .formy .info .testimonial .author {
            margin-top: 20px; }
            #signup .wrapper .formy .info .testimonial .author .pic {
              width: 55px;
              height: 55px;
              border-radius: 50px;
              float: left;
              position: relative;
              top: -6px;
              margin-right: 18px; }
            #signup .wrapper .formy .info .testimonial .author .name {
              color: #3C92C5;
              line-height: 23px;
              font-weight: 500; }
            #signup .wrapper .formy .info .testimonial .author .company {
              font-size: 14px;
              color: #909090;
              line-height: 23px;
              font-weight: 400; }
  #signup .already-account {
    text-align: center;
    color: #fff;
    margin-top: 25px;
    margin-bottom: 70px;
    font-size: 13px;
    font-weight: 500; }
    #signup .already-account a {
      color: #fff;
      text-decoration: underline; }
    #signup .already-account .popover-content {
      color: #000;
      font-size: 17px;
      font-weight: 400; }

#signup-rotate {
  height: 100%;
  background-attachment: fixed !important;
  background: #5E7A9B;
  background: -webkit-linear-gradient(top, #355069 0, #5E7A9B 100%);
  background: -moz-linear-gradient(top, #355069 0, #5E7A9B 100%);
  background: -o-linear-gradient(top, #355069 0, #5E7A9B 100%);
  background: linear-gradient(top, #355069 0, #5E7A9B 100%);
  -webkit-font-smoothing: antialiased; }
  #signup-rotate .header .logo {
    margin-top: 40px;
    text-align: center; }
    #signup-rotate .header .logo a {
      color: #fff;
      font-size: 22px;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
      -webkit-transition: color 0.25s linear;
      -moz-transition: color 0.25s linear;
      -ms-transition: color 0.25s linear;
      -o-transition: color 0.25s linear;
      transition: color 0.25s linear; }
      #signup-rotate .header .logo a:hover {
        text-decoration: none;
        color: #bbb; }
  #signup-rotate .header h4 {
    color: #fff;
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    font-family: Myriad Pro, Lato, Helvetica Neue, Arial;
    margin-top: 45px;
    margin-bottom: 5px; }
  #signup-rotate .header p {
    color: #fff;
    text-align: center; }
  #signup-rotate .rotate-container {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    -o-perspective: 1000;
    margin: 0 auto; }
  #signup-rotate .wrappers {
    min-height: 445px;
    -webkit-transition: -webkit-transform 1s;
    -moz-transition: -moz-transform 1s;
    -ms-transition: -ms-transform 1s;
    -o-transition: -o-transform 1s;
    transition: transform 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d; }
    #signup-rotate .wrappers.flipped {
      -moz-transform: rotateY(180deg);
      -o-transform: rotateY(180deg);
      -ms-transform: rotateY(180deg);
      -webkit-transform: rotateY(180deg);
      transform: rotateY(180deg); }
    #signup-rotate .wrappers.flipped-ended .front {
      z-index: 1; }
    #signup-rotate .wrappers.flipped-ended .back {
      z-index: 3; }
  #signup-rotate .wrapper {
    margin: 0 auto;
    width: 51%;
    margin-top: 25px;
    background: #fff;
    padding: 15px 50px 25px 50px;
    border-radius: 5px;
    border-top: 6px solid #6ED5E4;
    position: absolute;
    left: 0;
    right: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    /* These are commented out because they break the rotation on IE */
    /*-ms-backface-visibility: hidden;*/
    /*backface-visibility: hidden;*/
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d; }
    @media (max-width: 991px) {
      #signup-rotate .wrapper {
        width: 67%; } }
    @media (max-width: 767px) {
      #signup-rotate .wrapper {
        width: 100%; } }
    #signup-rotate .wrapper.front {
      z-index: 3; }
    #signup-rotate .wrapper.back {
      z-index: 1;
      -moz-transform: rotateY(180deg);
      -o-transform: rotateY(180deg);
      -ms-transform: rotateY(180deg);
      -webkit-transform: rotateY(180deg);
      transform: rotateY(180deg); }
      #signup-rotate .wrapper.back h3 {
        margin-top: -5px;
        margin-bottom: 45px;
        text-align: center;
        font-weight: 400; }
    #signup-rotate .wrapper .formy {
      margin-top: 22px; }
      #signup-rotate .wrapper .formy .form-group label {
        color: #46515F; }
      #signup-rotate .wrapper .formy .checkbox label {
        color: #666;
        font-size: 13px; }
      #signup-rotate .wrapper .formy .checkbox input {
        position: relative;
        top: -1px; }
      #signup-rotate .wrapper .formy .submit {
        text-align: center; }
        #signup-rotate .wrapper .formy .submit .button-clear {
          margin-top: 35px;
          display: inline-block; }
  #signup-rotate .change-view {
    text-align: center;
    color: #fff;
    margin-top: 25px;
    margin-bottom: 70px;
    font-size: 13px;
    font-weight: 500;
    display: none; }
    #signup-rotate .change-view.active {
      display: block; }
    #signup-rotate .change-view a {
      color: #fff;
      text-decoration: underline; }
    #signup-rotate .change-view .popover-content {
      color: #000;
      font-size: 17px;
      font-weight: 400; }

#blog {
  -webkit-font-smoothing: antialiased; }
  #blog #posts {
    margin-top: 55px; }
    #blog #posts .post {
      margin-bottom: 90px; }
      #blog #posts .post .pic {
        border: 0px; }
        #blog #posts .post .pic:hover img {
          opacity: 0.9;
          filter: alpha(opacity=90); }
        #blog #posts .post .pic img {
          opacity: 1;
          filter: alpha(opacity=100);
          -webkit-transition: all 0.25s linear;
          -moz-transition: all 0.25s linear;
          -ms-transition: all 0.25s linear;
          -o-transition: all 0.25s linear;
          transition: all 0.25s linear; }
          @media (max-width: 991px) {
            #blog #posts .post .pic img {
              margin: 0 auto; } }
      #blog #posts .post .video {
        /* make video fluid for responsiveness */ }
        @media (min-width: 992px) {
          #blog #posts .post .video {
            max-width: 635px; } }
        #blog #posts .post .video .iframe-wrapper {
          position: relative;
          padding-bottom: 56%;
          height: 0; }
          #blog #posts .post .video .iframe-wrapper iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%; }
      #blog #posts .post .title {
        font-family: Myriad Pro, Lato, Helvetica Neue, Arial;
        font-size: 28px;
        font-weight: 600;
        margin-top: 33px; }
        @media (max-width: 991px) {
          #blog #posts .post .title {
            text-align: center;
            margin-bottom: 20px; } }
        @media (max-width: 767px) {
          #blog #posts .post .title {
            font-size: 23px; } }
        #blog #posts .post .title a {
          color: #111;
          -webkit-transition: color 0.15s linear;
          -moz-transition: color 0.15s linear;
          -ms-transition: color 0.15s linear;
          -o-transition: color 0.15s linear;
          transition: color 0.15s linear; }
          #blog #posts .post .title a:hover {
            text-decoration: none;
            color: #428bca; }
      #blog #posts .post .author {
        color: #888;
        margin-top: 4px;
        position: relative; }
        #blog #posts .post .author .avatar {
          max-width: 60px;
          border-radius: 50px;
          position: absolute;
          left: -75px;
          top: -15px;
          border: 1px solid #e0e0e0; }
      #blog #posts .post .intro {
        font-family: Source Sans Pro, Helvetica Neue, Arial;
        margin-top: 18px;
        font-size: 16px;
        line-height: 27px;
        color: #4d4d4d; }
        @media (min-width: 992px) {
          #blog #posts .post .intro {
            width: 90%; } }
      #blog #posts .post .continue-reading {
        font-family: Source Sans Pro, Helvetica Neue, Arial;
        font-size: 15px;
        display: inline-block;
        margin-top: 8px;
        -webkit-transition: color 0.25s linear;
        -moz-transition: color 0.25s linear;
        -ms-transition: color 0.25s linear;
        -o-transition: color 0.25s linear;
        transition: color 0.25s linear; }
    @media (max-width: 991px) {
      #blog #posts .pages {
        text-align: center; } }
    @media (max-width: 991px) {
      #blog #posts .sidebar {
        margin-top: 70px;
        text-align: center; } }
    #blog #posts .sidebar .search {
      margin-bottom: 40px; }
      #blog #posts .sidebar .search form {
        position: relative;
        left: -20px; }
      #blog #posts .sidebar .search .icomoon-search {
        font-size: 16px;
        color: #B9B9B9;
        position: relative;
        left: 25px;
        top: 1px;
        -webkit-transition: all 0.25s linear;
        -moz-transition: all 0.25s linear;
        -ms-transition: all 0.25s linear;
        -o-transition: all 0.25s linear;
        transition: all 0.25s linear; }
        #blog #posts .sidebar .search .icomoon-search.active {
          color: #555; }
      #blog #posts .sidebar .search input {
        border: 0px;
        border-bottom: 1px solid #DFDFDF;
        padding-left: 30px;
        padding-bottom: 6px;
        -webkit-transition: all 0.25s linear;
        -moz-transition: all 0.25s linear;
        -ms-transition: all 0.25s linear;
        -o-transition: all 0.25s linear;
        transition: all 0.25s linear;
        color: #777;
        font-weight: 300; }
        @media (max-width: 991px) {
          #blog #posts .sidebar .search input {
            width: 95%; } }
        #blog #posts .sidebar .search input:focus {
          border-bottom-color: #888; }
        #blog #posts .sidebar .search input::-webkit-input-placeholder {
          color: #a5a5a5;
          font-weight: 300;
          font-size: 13px; }
        #blog #posts .sidebar .search input:-moz-placeholder {
          color: #a5a5a5;
          font-weight: 300;
          font-size: 13px; }
        #blog #posts .sidebar .search input::-moz-placeholder {
          color: #a5a5a5;
          font-weight: 300;
          font-size: 13px; }
        #blog #posts .sidebar .search input:-ms-input-placeholder {
          color: #a5a5a5;
          font-weight: 300;
          font-size: 13px; }
    #blog #posts .sidebar .updates {
      padding: 17px;
      box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
      border-radius: 5px; }
      @media (min-width: 992px) {
        #blog #posts .sidebar .updates {
          width: 85%; } }
      #blog #posts .sidebar .updates strong {
        color: #444; }
      #blog #posts .sidebar .updates .fa-rss {
        color: #428bca;
        font-size: 16px;
        position: relative;
        margin-left: 5px; }
      #blog #posts .sidebar .updates p {
        font-size: 13px;
        margin-top: 9px;
        color: #777;
        margin-bottom: 5px; }
    #blog #posts .sidebar .follow-tw {
      margin-top: 20px; }
      #blog #posts .sidebar .follow-tw img {
        cursor: pointer; }
    #blog #posts .sidebar .best-hits {
      margin-top: 35px;
      padding-left: 5px; }
      @media (max-width: 991px) {
        #blog #posts .sidebar .best-hits {
          margin-top: 40px; } }
      #blog #posts .sidebar .best-hits strong {
        font-weight: 500;
        color: #444;
        margin-bottom: 15px;
        font-size: 15px;
        display: block; }
      #blog #posts .sidebar .best-hits a {
        font-size: 13px;
        display: inline-block;
        margin-bottom: 5px; }
        @media (max-width: 991px) {
          #blog #posts .sidebar .best-hits a {
            display: block;
            margin-bottom: 10px; } }

#blogpost {
  -webkit-font-smoothing: antialiased; }
  #blogpost #blogpost-wrapper {
    margin-top: 50px; }
    #blogpost #blogpost-wrapper .main-pic img {
      margin: 0 auto; }
    #blogpost #blogpost-wrapper .post {
      float: none;
      margin: 0 auto;
      margin-top: 35px;
      margin-bottom: 50px; }
      #blogpost #blogpost-wrapper .post .title {
        font-family: Myriad Pro, Lato, Helvetica Neue, Arial;
        font-size: 31px;
        font-weight: 600;
        margin-top: 40px;
        color: #252525; }
        @media (max-width: 767px) {
          #blogpost #blogpost-wrapper .post .title {
            font-size: 26px;
            line-height: 28px; } }
      #blogpost #blogpost-wrapper .post .author {
        color: #757575;
        font-weight: 300;
        margin-top: 4px;
        position: relative; }
        @media (max-width: 767px) {
          #blogpost #blogpost-wrapper .post .author {
            font-size: 12px;
            margin-top: 10px; } }
        #blogpost #blogpost-wrapper .post .author .avatar {
          max-width: 56px;
          border-radius: 50px;
          position: absolute;
          left: -77px;
          top: -18px;
          border: 1px solid #e0e0e0; }
      #blogpost #blogpost-wrapper .post .content {
        margin-top: 35px;
        font-family: "Merriweather", Georgia;
        font-size: 15px;
        line-height: 30px;
        color: #353535;
        margin-bottom: 25px; }
        #blogpost #blogpost-wrapper .post .content p {
          margin-top: 28px; }
        #blogpost #blogpost-wrapper .post .content blockquote {
          border-left: 2px solid #CE1836;
          color: rgba(51, 51, 51, 0.55);
          margin: 35px 0;
          padding: 5px 20px;
          padding-left: 23px; }
          #blogpost #blogpost-wrapper .post .content blockquote p {
            margin: 0;
            line-height: 30px;
            font-weight: normal; }
          #blogpost #blogpost-wrapper .post .content blockquote .quote-author {
            margin-top: 14px; }
        #blogpost #blogpost-wrapper .post .content img {
          margin: 0 auto;
          margin-top: 55px;
          margin-bottom: 55px; }
        #blogpost #blogpost-wrapper .post .content .divider {
          border-bottom: 1px solid #DEDEDC;
          width: 20%;
          margin: 0 auto;
          margin-top: 35px;
          margin-bottom: 35px; }
      #blogpost #blogpost-wrapper .post .share {
        margin-top: 50px; }
      #blogpost #blogpost-wrapper .post .other-posts {
        margin-top: 50px; }

#pricing #first-option {
  margin-top: 40px;
  margin-bottom: 130px;
  -webkit-font-smoothing: antialiased; }
  #pricing #first-option .header {
    text-align: center; }
    #pricing #first-option .header h3 {
      font-size: 23px;
      color: #444;
      line-height: 25px;
      font-weight: 500;
      margin-bottom: 7px; }
    #pricing #first-option .header p {
      font-size: 16px;
      font-weight: 400;
      color: #888; }
  #pricing #first-option .charts {
    margin-top: 45px; }
    #pricing #first-option .charts .chart {
      background-color: #fff;
      border: 1px solid #D8D8D8;
      border-radius: 5px;
      box-shadow: 0px 0px 2px 0px rgba(181, 181, 181, 0.3);
      padding: 20px 40px;
      position: relative;
      text-align: center;
      width: 97%;
      min-height: 315px;
      position: relative;
      top: 20px; }
      @media (min-width: 992px) {
        #pricing #first-option .charts .chart.first {
          float: right;
          left: 45px; }
        #pricing #first-option .charts .chart.last {
          left: -45px; } }
      @media (max-width: 991px) {
        #pricing #first-option .charts .chart {
          float: none !important;
          left: 0px !important;
          top: 0px !important;
          margin: 0 auto;
          width: 55%;
          margin-bottom: 25px !important; }
          #pricing #first-option .charts .chart.last {
            margin-bottom: 0px !important; } }
      @media (max-width: 600px) {
        #pricing #first-option .charts .chart {
          width: 90% !important; } }
      #pricing #first-option .charts .chart.featured {
        z-index: 999; }
        @media (min-width: 992px) {
          #pricing #first-option .charts .chart.featured {
            margin: 0 auto;
            top: 0px;
            min-height: 445px; }
            #pricing #first-option .charts .chart.featured .btn-signup {
              margin-top: 32px; } }
        #pricing #first-option .charts .chart.featured .popular {
          position: absolute;
          top: 0px;
          left: 0px; }
        #pricing #first-option .charts .chart.featured .quantity {
          margin-top: 15px;
          padding-bottom: 5px; }
      #pricing #first-option .charts .chart .plan-name {
        text-align: center;
        font-size: 20px;
        font-weight: 400;
        color: #444;
        width: 90%;
        margin: 0 auto;
        margin-top: 5px; }
      #pricing #first-option .charts .chart .quantity {
        text-align: center;
        border-bottom: 1px solid #d5d5d5;
        margin-top: 10px; }
        #pricing #first-option .charts .chart .quantity .dollar {
          font-size: 19px;
          position: relative;
          top: -18px; }
        #pricing #first-option .charts .chart .quantity .price {
          font-size: 49px; }
        #pricing #first-option .charts .chart .quantity .period {
          font-size: 17px;
          position: relative;
          top: -8px;
          margin-left: 4px; }
      #pricing #first-option .charts .chart .specs {
        margin-top: 20px; }
        #pricing #first-option .charts .chart .specs .spec {
          font-size: 15px;
          color: #474747;
          text-align: center;
          font-weight: 300;
          margin-bottom: 13px; }
          #pricing #first-option .charts .chart .specs .spec .variable {
            color: #1FBEE7;
            font-weight: 500; }
      #pricing #first-option .charts .chart .btn-signup {
        margin-top: 20px;
        height: 38px; }
  #pricing #first-option .message p {
    text-align: center;
    font-size: 13px;
    color: #656565;
    margin-top: 23px; }
  #pricing #first-option .faq {
    margin-top: 40px; }
    #pricing #first-option .faq .header h3 {
      font-size: 20px;
      color: #454545;
      text-align: left; }
    #pricing #first-option .faq .questions {
      margin-top: 25px; }
      #pricing #first-option .faq .questions .question {
        margin-bottom: 40px; }
        @media (min-width: 992px) {
          #pricing #first-option .faq .questions .question {
            width: 90%; } }
        #pricing #first-option .faq .questions .question strong {
          font-weight: 500;
          font-size: 16px;
          color: #454545; }
        #pricing #first-option .faq .questions .question p {
          color: #555;
          margin-top: 10px;
          font-size: 13px;
          line-height: 22px; }
  #pricing #first-option .contact {
    margin-top: 40px; }
    #pricing #first-option .contact .wrapper {
      background: #F7F8FB;
      border: 1px solid #EAEDF7;
      border-radius: 8px;
      padding: 25px 60px;
      box-shadow: inset rgba(100, 100, 100, 0.25) 0 1px 1px;
      margin: 0 auto; }
    #pricing #first-option .contact h4 {
      font-size: 15px;
      position: relative;
      color: #696E72;
      text-align: center;
      font-weight: 500;
      text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8); }
      @media (max-width: 991px) {
        #pricing #first-option .contact h4 {
          line-height: 26px; } }
      #pricing #first-option .contact h4 span {
        position: absolute;
        font-size: 23px;
        top: -5px;
        left: 72px;
        color: #626E7A; }
        @media (max-width: 991px) {
          #pricing #first-option .contact h4 span {
            position: relative;
            left: 0px;
            top: 5px; } }
#pricing #second-option {
  -webkit-font-smoothing: antialiased;
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
  background: #5E7A9B;
  background: -webkit-linear-gradient(top, #355069 0, #5E7A9B 100%);
  background: -moz-linear-gradient(top, #355069 0, #5E7A9B 100%);
  background: -o-linear-gradient(top, #355069 0, #5E7A9B 100%);
  background: linear-gradient(top, #355069 0, #5E7A9B 100%);
  margin-top: 110px;
  padding-top: 25px;
  padding-bottom: 50px; }
  #pricing #second-option .header {
    text-align: center; }
    @media (max-width: 991px) {
      #pricing #second-option .header {
        margin-bottom: 25px; } }
    #pricing #second-option .header h3 {
      font-size: 23px;
      color: #fff;
      line-height: 25px;
      font-weight: 400;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
    #pricing #second-option .header p {
      font-size: 16px;
      color: #F0F0F0;
      font-weight: 400;
      line-height: 25px;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
  #pricing #second-option .charts {
    margin-top: 30px; }
    @media (max-width: 991px) {
      #pricing #second-option .charts {
        margin-top: 10px; } }
    #pricing #second-option .charts .chart {
      background-color: #fff;
      border: 1px solid #E6E6E6;
      border-radius: 5px;
      box-shadow: 0px 0px 2px 0px rgba(181, 181, 181, 0.3);
      padding: 20px 40px;
      position: relative;
      text-align: center;
      width: 97%;
      min-height: 315px;
      position: relative;
      top: 37px; }
      @media (max-width: 991px) {
        #pricing #second-option .charts .chart {
          float: none !important;
          left: 0px !important;
          top: 0px !important;
          margin: 0 auto;
          width: 55%;
          margin-bottom: 25px !important; }
          #pricing #second-option .charts .chart.last {
            margin-bottom: 0px !important; } }
      @media (max-width: 600px) {
        #pricing #second-option .charts .chart {
          width: 90% !important; } }
      #pricing #second-option .charts .chart.first {
        float: right;
        left: 12px; }
      #pricing #second-option .charts .chart.last {
        left: -12px; }
      #pricing #second-option .charts .chart.featured {
        min-height: 350px;
        top: 0px;
        margin: 0 auto; }
        #pricing #second-option .charts .chart.featured .popular {
          text-align: center;
          text-transform: uppercase;
          font-size: 16px;
          letter-spacing: 1px;
          color: #B1B1B1;
          font-weight: 400; }
        #pricing #second-option .charts .chart.featured .quantity {
          margin-top: 15px; }
      #pricing #second-option .charts .chart .quantity {
        text-align: center; }
        #pricing #second-option .charts .chart .quantity .dollar {
          font-size: 19px;
          position: relative;
          top: -18px; }
        #pricing #second-option .charts .chart .quantity .price {
          font-size: 49px; }
        #pricing #second-option .charts .chart .quantity .period {
          font-size: 17px;
          position: relative;
          top: -8px;
          margin-left: 4px; }
      #pricing #second-option .charts .chart .plan-name {
        text-align: center;
        font-size: 20px;
        font-weight: 400;
        color: #777;
        border-bottom: 1px solid #d5d5d5;
        padding-bottom: 15px;
        width: 90%;
        margin: 0 auto;
        margin-top: 8px; }
      #pricing #second-option .charts .chart .specs {
        margin-top: 20px; }
        #pricing #second-option .charts .chart .specs .spec {
          font-size: 15px;
          color: #474747;
          text-align: center;
          font-weight: 300;
          margin-bottom: 13px; }
          #pricing #second-option .charts .chart .specs .spec .variable {
            color: #1FBEE7;
            font-weight: 400; }
      #pricing #second-option .charts .chart .btn-signup {
        margin-top: 20px;
        height: 38px; }
#pricing #third-option {
  margin-top: 55px;
  margin-bottom: 150px;
  -webkit-font-smoothing: antialiased; }
  #pricing #third-option .header {
    text-align: center; }
    #pricing #third-option .header h3 {
      font-size: 22px;
      color: #444;
      line-height: 25px;
      font-weight: 500;
      margin-bottom: 7px; }
    #pricing #third-option .header p {
      font-size: 16px;
      font-weight: 400;
      color: #888; }
  @media (min-width: 992px) {
    #pricing #third-option .container {
      width: 1060px; } }
  #pricing #third-option .charts {
    margin-top: 50px; }
    #pricing #third-option .charts .basic-plan {
      background-color: #fff;
      border: 1px solid #E6E6E6;
      border-radius: 5px;
      box-shadow: 0px 0px 2px 0px rgba(181, 181, 181, 0.3);
      padding: 20px 30px 10px 30px;
      text-align: center;
      width: 220px;
      position: absolute;
      right: 0px;
      top: 20px; }
      @media (max-width: 991px) {
        #pricing #third-option .charts .basic-plan {
          float: none !important;
          left: 0px !important;
          top: 0px !important;
          margin: 0 auto;
          width: 55%;
          margin-bottom: 25px !important;
          position: relative;
          margin-top: 30px; }
          #pricing #third-option .charts .basic-plan.last {
            margin-bottom: 0px !important; } }
      @media (max-width: 600px) {
        #pricing #third-option .charts .basic-plan {
          width: 90% !important; } }
      #pricing #third-option .charts .basic-plan .plan-name {
        text-align: center;
        font-size: 17px;
        font-weight: 400;
        color: #444;
        width: 90%;
        margin: 0 auto;
        margin-top: 5px; }
      #pricing #third-option .charts .basic-plan .quantity {
        text-align: center;
        border-bottom: 1px solid #d5d5d5;
        margin-top: 5px; }
        #pricing #third-option .charts .basic-plan .quantity .dollar {
          font-size: 19px;
          position: relative;
          top: -18px; }
        #pricing #third-option .charts .basic-plan .quantity .price {
          font-size: 42px; }
        #pricing #third-option .charts .basic-plan .quantity .period {
          font-size: 17px;
          position: relative;
          top: -8px;
          margin-left: 4px; }
      #pricing #third-option .charts .basic-plan .description {
        margin-top: 15px;
        font-size: 13px;
        color: #444;
        line-height: 20px; }
        #pricing #third-option .charts .basic-plan .description a {
          display: block;
          margin-top: 15px;
          font-size: 14px; }
    #pricing #third-option .charts .chart {
      background-color: #fff;
      border: 1px solid #E6E6E6;
      border-radius: 5px;
      box-shadow: 0px 0px 2px 0px rgba(181, 181, 181, 0.3);
      padding: 20px 40px;
      position: relative;
      text-align: center;
      width: 280px;
      float: left;
      min-height: 315px;
      position: relative;
      top: 20px; }
      @media (min-width: 992px) {
        #pricing #third-option .charts .chart.featured {
          left: -25px; }
        #pricing #third-option .charts .chart.last {
          left: -45px; } }
      @media (max-width: 991px) {
        #pricing #third-option .charts .chart {
          float: none !important;
          left: 0px !important;
          top: 0px !important;
          margin: 0 auto;
          width: 55%;
          margin-bottom: 25px !important; }
          #pricing #third-option .charts .chart.last {
            margin-bottom: 0px !important; } }
      @media (max-width: 600px) {
        #pricing #third-option .charts .chart {
          width: 90% !important; } }
      #pricing #third-option .charts .chart.featured {
        z-index: 999; }
        @media (min-width: 992px) {
          #pricing #third-option .charts .chart.featured {
            margin: 0 auto;
            top: 0px;
            min-height: 445px; }
            #pricing #third-option .charts .chart.featured .btn-signup {
              margin-top: 32px; } }
        #pricing #third-option .charts .chart.featured .popular {
          position: absolute;
          top: 0px;
          left: 0px; }
        #pricing #third-option .charts .chart.featured .quantity {
          margin-top: 15px;
          padding-bottom: 5px; }
      #pricing #third-option .charts .chart .plan-name {
        text-align: center;
        font-size: 20px;
        font-weight: 400;
        color: #444;
        width: 90%;
        margin: 0 auto;
        margin-top: 5px; }
      #pricing #third-option .charts .chart .quantity {
        text-align: center;
        border-bottom: 1px solid #d5d5d5;
        margin-top: 10px; }
        #pricing #third-option .charts .chart .quantity .dollar {
          font-size: 19px;
          position: relative;
          top: -18px; }
        #pricing #third-option .charts .chart .quantity .price {
          font-size: 49px; }
        #pricing #third-option .charts .chart .quantity .period {
          font-size: 17px;
          position: relative;
          top: -8px;
          margin-left: 4px; }
      #pricing #third-option .charts .chart .specs {
        margin-top: 20px; }
        #pricing #third-option .charts .chart .specs .spec {
          font-size: 15px;
          color: #474747;
          text-align: center;
          font-weight: 300;
          margin-bottom: 13px; }
          #pricing #third-option .charts .chart .specs .spec .variable {
            color: #1FBEE7;
            font-weight: 400; }
      #pricing #third-option .charts .chart .btn-signup {
        margin-top: 20px;
        height: 38px; }

#charts #tabs-option {
  margin-top: 35px;
  -webkit-font-smoothing: antialiased; }
  #charts #tabs-option .header {
    text-align: center; }
    #charts #tabs-option .header h3 {
      font-size: 22px;
      color: #444;
      line-height: 25px;
      font-weight: 500;
      margin-bottom: 7px; }
    #charts #tabs-option .header p {
      font-size: 16px;
      font-weight: 400;
      color: #888; }
  #charts #tabs-option .tabs {
    background: #F8F8F8;
    text-align: center;
    border-radius: 3px;
    margin-top: 40px; }
    #charts #tabs-option .tabs .tab {
      background-color: #F8F8F8;
      font-weight: 500;
      font-size: 15px;
      color: #555;
      display: inline-block;
      padding: 18px 25px;
      margin-top: 10px;
      cursor: pointer;
      -webkit-transition: background-color 0.2s linear;
      -moz-transition: background-color 0.2s linear;
      -ms-transition: background-color 0.2s linear;
      -o-transition: background-color 0.2s linear;
      transition: background-color 0.2s linear; }
      #charts #tabs-option .tabs .tab.anually {
        padding: 18px 18px 18px 23px; }
      #charts #tabs-option .tabs .tab.active {
        background-color: #fff;
        border: 1px solid #E8E8E8;
        border-radius: 5px 5px 0px 0px;
        border-bottom: 0px; }
      #charts #tabs-option .tabs .tab span {
        position: relative;
        top: -2px; }
      #charts #tabs-option .tabs .tab small {
        color: #32ACDA;
        margin-left: 3px; }
  #charts #tabs-option .plans {
    margin-top: 30px;
    border: 1px solid #E3E3E3;
    border-radius: 5px; }
    #charts #tabs-option .plans .plan {
      border-right: 0px;
      min-height: 220px; }
      #charts #tabs-option .plans .plan.middle {
        border-right: 1px solid #E3E3E3;
        border-left: 1px solid #E3E3E3; }
      #charts #tabs-option .plans .plan .header {
        text-align: left;
        padding: 18px 25px;
        border-bottom: 1px solid #E3E3E3;
        margin: 0px -15px;
        font-weight: 500;
        font-size: 15px; }
        #charts #tabs-option .plans .plan .header .icon {
          color: #B7C5D8;
          font-size: 18px;
          position: relative;
          top: 2px;
          left: -4px; }
        #charts #tabs-option .plans .plan .header .price {
          float: right;
          color: #3CA2E5; }
      #charts #tabs-option .plans .plan .specs {
        margin-top: 25px;
        padding: 0px 10px 17px 10px; }
        #charts #tabs-option .plans .plan .specs .spec {
          font-size: 15px;
          color: #666;
          margin-bottom: 13px; }
          #charts #tabs-option .plans .plan .specs .spec .variable {
            color: #1FBEE7;
            font-weight: 400; }
  #charts #tabs-option .signup {
    margin-top: 40px;
    text-align: center; }
    #charts #tabs-option .signup .button {
      background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4ABCF3), color-stop(100%, #1a80d9));
      background: -webkit-linear-gradient(#4ABCF3, #1a80d9);
      background: -moz-linear-gradient(#4ABCF3, #1a80d9);
      background: -o-linear-gradient(#4ABCF3, #1a80d9);
      background: linear-gradient(#4ABCF3, #1a80d9);
      padding: 15px 38px;
      font-size: 15px; }
    #charts #tabs-option .signup .message {
      text-align: center;
      margin-top: 20px;
      font-size: 12px;
      color: #888; }
#charts #chart-option {
  margin-top: 35px;
  -webkit-font-smoothing: antialiased; }
  #charts #chart-option .divider {
    height: 1px;
    width: 100%;
    background-color: #ddd;
    position: relative;
    margin: 80px 0 40px; }
    #charts #chart-option .divider:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.75)), color-stop(0.5, rgba(250, 250, 250, 0)), color-stop(1, rgba(255, 255, 255, 0.75)));
      background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
      background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
      background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
      background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
      background-image: linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%); }
  #charts #chart-option .header {
    text-align: center; }
    #charts #chart-option .header h3 {
      font-size: 22px;
      color: #444;
      line-height: 25px;
      font-weight: 500;
      margin-bottom: 7px; }
    #charts #chart-option .header p {
      font-size: 16px;
      font-weight: 400;
      color: #888; }
  #charts #chart-option .chart {
    margin-top: 40px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.1); }
    #charts #chart-option .chart .header {
      text-align: center;
      background: #fbfbfb;
      margin: 0px -15px;
      padding: 20px 35px;
      font-weight: 500;
      font-size: 17px;
      color: #444;
      border-bottom: 1px solid #dfdfdf;
      height: 73px; }
      @media (max-width: 991px) {
        #charts #chart-option .chart .header {
          font-size: 15px; } }
      @media (max-width: 767px) {
        #charts #chart-option .chart .header {
          font-size: 13px; } }
      #charts #chart-option .chart .header .price {
        color: #1a80d9;
        position: relative;
        top: 3px;
        font-size: 14px; }
        @media (max-width: 767px) {
          #charts #chart-option .chart .header .price {
            font-size: 13px; } }
    #charts #chart-option .chart .features-col .header {
      text-align: left;
      border-radius: 5px 0px 0px 0px;
      margin-bottom: 30px;
      padding: 23px 30px;
      font-size: 18px; }
      @media (max-width: 991px) {
        #charts #chart-option .chart .features-col .header {
          font-size: 16px; } }
    #charts #chart-option .chart .features-col .spec {
      margin-bottom: 32px;
      padding-left: 40px;
      position: relative; }
      #charts #chart-option .chart .features-col .spec .icon {
        position: absolute;
        font-size: 27px;
        color: #849FC4;
        left: 0px;
        top: -4px; }
    #charts #chart-option .chart .plan-col {
      border-left: 1px solid #dfdfdf; }
      #charts #chart-option .chart .plan-col.last .header {
        border-radius: 0px 5px 0px 0px; }
      #charts #chart-option .chart .plan-col .header {
        padding: 13px 0px; }
      #charts #chart-option .chart .plan-col .spec {
        margin-bottom: 34px;
        margin-top: 25px; }
        #charts #chart-option .chart .plan-col .spec .check {
          margin: 0 auto;
          display: block;
          max-width: 20px; }
      #charts #chart-option .chart .plan-col .button {
        margin-top: 20px;
        margin-bottom: 15px;
        font-size: 13px;
        padding: 11px 24px;
        background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4ABCF3), color-stop(100%, #1a80d9));
        background: -webkit-linear-gradient(#4ABCF3, #1a80d9);
        background: -moz-linear-gradient(#4ABCF3, #1a80d9);
        background: -o-linear-gradient(#4ABCF3, #1a80d9);
        background: linear-gradient(#4ABCF3, #1a80d9); }
        @media (max-width: 991px) {
          #charts #chart-option .chart .plan-col .button {
            padding: 6px 10px;
            text-align: center; } }
  #charts #chart-option .message p {
    text-align: center;
    font-size: 13px;
    color: #656565;
    margin-top: 30px; }
  #charts #chart-option .faq {
    margin-top: 50px; }
    #charts #chart-option .faq .header h3 {
      font-size: 20px;
      color: #454545;
      text-align: left; }
    #charts #chart-option .faq .questions {
      margin-top: 25px; }
      #charts #chart-option .faq .questions .question {
        margin-bottom: 40px; }
        @media (min-width: 992px) {
          #charts #chart-option .faq .questions .question {
            width: 90%; } }
        #charts #chart-option .faq .questions .question strong {
          font-weight: 500;
          font-size: 16px;
          color: #454545; }
        #charts #chart-option .faq .questions .question p {
          color: #555;
          margin-top: 10px;
          font-size: 13px;
          line-height: 22px; }

#about-us #slider {
  margin-top: 45px;
  -webkit-font-smoothing: antialiased; }
  #about-us #slider .header {
    text-align: left; }
    #about-us #slider .header h3 {
      font-size: 26px;
      font-family: Myriad Pro, Lato, Helvetica Neue, Arial;
      color: #444;
      line-height: 25px;
      font-weight: 600;
      margin-bottom: 7px; }
    #about-us #slider .header p {
      font-size: 15px;
      font-weight: 400;
      color: #666;
      margin-top: 14px;
      line-height: 24px; }
      @media (min-width: 992px) {
        #about-us #slider .header p {
          width: 48%; } }
  #about-us #slider .flexslider {
    margin-top: 30px;
    box-shadow: none;
    border-radius: 0px; }
    #about-us #slider .flexslider .slides img {
      max-height: 400px; }
    #about-us #slider .flexslider .flex-control-paging {
      bottom: -35px; }
      #about-us #slider .flexslider .flex-control-paging li {
        margin: 0 7px; }
        #about-us #slider .flexslider .flex-control-paging li a {
          background: #e6e6e6;
          box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
          -webkit-transition: all 0.2s linear;
          -moz-transition: all 0.2s linear;
          -ms-transition: all 0.2s linear;
          -o-transition: all 0.2s linear;
          transition: all 0.2s linear; }
          #about-us #slider .flexslider .flex-control-paging li a.flex-active {
            background: #3785b9; }
#about-us #info {
  -webkit-font-smoothing: antialiased; }
  #about-us #info h1 {
    font-size: 24px;
    font-family: Myriad Pro, Lato, Helvetica Neue, Arial;
    color: #444;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 25px; }
  #about-us #info p {
    color: #666;
    line-height: 23px;
    margin-bottom: 15px; }
    @media (min-width: 992px) {
      #about-us #info p {
        width: 88%; } }
  #about-us #info .join-team {
    padding: 8px 26px;
    font-size: 13px;
    margin-top: 10px; }
  #about-us #info .stats {
    margin-top: 60px;
    font-size: 16px;
    color: #757575; }
    #about-us #info .stats strong {
      font-size: 30px;
      color: #656565;
      font-weight: 500;
      position: relative;
      top: 1px;
      margin-right: 5px; }
    #about-us #info .stats .col-sm-3 {
      border-bottom: 1px solid #efefef;
      padding-bottom: 25px; }
      @media (max-width: 767px) {
        #about-us #info .stats .col-sm-3 {
          padding-bottom: 10px;
          margin-bottom: 20px; } }
  #about-us #info .team {
    margin-top: 75px;
    -webkit-font-smoothing: auto; }
    #about-us #info .team .team-row {
      text-align: center;
      margin-bottom: 35px; }
    #about-us #info .team img {
      margin: 0px 20px;
      max-width: 90px;
      border-radius: 10px;
      position: relative;
      top: 0px;
      box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.4);
      -webkit-transition: top 0.15s linear;
      -moz-transition: top 0.15s linear;
      -ms-transition: top 0.15s linear;
      -o-transition: top 0.15s linear;
      transition: top 0.15s linear; }
      @media (max-width: 991px) {
        #about-us #info .team img {
          margin: 0px 10px 20px 0; } }
      #about-us #info .team img:hover {
        top: -5px;
        box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.5); }
    #about-us #info .team .tooltip {
      -webkit-animation: fadeInTooltip 0.05s linear;
      -moz-animation: fadeInTooltip 0.05s linear;
      -o-animation: fadeInTooltip 0.05s linear;
      -ms-animation: fadeInTooltip 0.05s linear;
      animation: fadeInTooltip 0.05s linear;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both; }
    #about-us #info .team .tooltip-inner {
      padding: 12px 18px;
      font-size: 13px;
      background: rgba(0, 0, 0, 0.8);
      /*box-shadow: inset 0px 1px 5px -1px rgba(255, 255, 255, 0.86);*/
      border: 1px solid #000;
      border-bottom: 0px; }
    #about-us #info .team .tooltip-arrow {
      border-top-color: rgba(0, 0, 0, 0.8); }
#about-us #cta {
  margin-top: 100px; }
  @media (max-width: 991px) {
    #about-us #cta {
      margin-top: 60px; } }
  #about-us #cta .wrapper {
    background: #F7F8FB;
    border: 1px solid #EAEDF7;
    border-radius: 8px;
    padding: 30px 60px;
    box-shadow: inset rgba(100, 100, 100, 0.25) 0 1px 1px;
    margin: 0 auto; }
    @media (max-width: 991px) {
      #about-us #cta .wrapper {
        text-align: center; } }
  #about-us #cta h4 {
    font-size: 18px;
    color: #5F6E7C;
    font-weight: 400;
    float: left;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8); }
    @media (max-width: 991px) {
      #about-us #cta h4 {
        float: none; } }
  #about-us #cta .button {
    float: right; }
    @media (max-width: 991px) {
      #about-us #cta .button {
        float: none;
        margin-top: 20px; } }

@-webkit-keyframes $name {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(0px); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(-10px); } }
@-moz-keyframes $name {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(0px); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(-10px); } }
@-o-keyframes $name {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(0px); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(-10px); } }
@keyframes $name {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(0px); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(-10px); } }
#contact-us #map {
  -webkit-font-smoothing: antialiased;
  position: relative;
  top: -20px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.35); }
  #contact-us #map #directions {
    position: absolute;
    top: 50px;
    left: 13%;
    text-align: center;
    width: 270px;
    background: rgba(255, 255, 255, 0.96);
    border-radius: 5px;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.36);
    padding: 25px 25px 20px 25px; }
    @media (max-width: 767px) {
      #contact-us #map #directions {
        display: none; } }
    #contact-us #map #directions p {
      font-family: Myriad Pro, Lato, Helvetica Neue, Arial;
      font-size: 19px;
      color: #333; }
    #contact-us #map #directions button {
      margin-top: 12px; }
#contact-us #info {
  -webkit-font-smoothing: antialiased;
  margin-top: 15px;
  margin-bottom: 100px; }
  #contact-us #info .message h3 {
    font-family: Myriad Pro, Lato, Helvetica Neue, Arial;
    color: #444;
    font-size: 26px;
    font-weight: 600; }
  #contact-us #info .message p {
    font-size: 15px;
    font-weight: 400;
    color: #777; }
  #contact-us #info .message form {
    margin-top: 35px;
    width: 80%; }
    @media (max-width: 767px) {
      #contact-us #info .message form {
        width: 100%; } }
    #contact-us #info .message form input[type="text"],
    #contact-us #info .message form input[type="email"] {
      width: 70%; }
      @media (max-width: 767px) {
        #contact-us #info .message form input[type="text"],
        #contact-us #info .message form input[type="email"] {
          width: 100%; } }
    #contact-us #info .message form label {
      color: #555;
      font-weight: 500;
      margin-bottom: 7px; }
    #contact-us #info .message form .button {
      margin-top: 20px; }
  @media (max-width: 991px) {
    #contact-us #info .contact {
      margin-top: 50px; } }
  #contact-us #info .contact .address {
    margin-bottom: 30px; }
  #contact-us #info .contact h3 {
    font-family: Myriad Pro, Lato, Helvetica Neue, Arial;
    color: #252525;
    font-size: 18px;
    font-weight: 500; }
  #contact-us #info .contact p {
    font-size: 14px;
    font-weight: 400;
    color: #777; }
  #contact-us #info .contact .online-support {
    background: #f8fdfe;
    border: 1px solid #bee1f3;
    margin-top: 40px;
    border-radius: 6px;
    padding: 20px 22px 18px 22px;
    width: 70%; }
    #contact-us #info .contact .online-support strong {
      font-weight: 500;
      color: #333;
      font-size: 15px; }
    #contact-us #info .contact .online-support p {
      color: #1f95d0;
      margin-top: 14px;
      line-height: 18px; }
  #contact-us #info .contact .social {
    margin-top: 25px; }
    #contact-us #info .contact .social a {
      border: 0px;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
      #contact-us #info .contact .social a.tw {
        position: relative;
        top: 2px; }
      #contact-us #info .contact .social a:hover {
        opacity: 0.8;
        filter: alpha(opacity=80); }

/* marker pulse */
.marker-wrapper {
  position: absolute;
  top: 170px;
  left: 53%; }
  .marker-wrapper .marker-icon {
    position: relative;
    top: 32px;
    left: 32px;
    width: 25px;
    height: 25px;
    display: block;
    border-radius: 50%;
    background: #5A9FFF;
    box-shadow: 0px 1px 9px 2px rgba(0, 0, 0, 0.39);
    border: 3px solid #FFFFFF; }
  .marker-wrapper .marker {
    position: absolute;
    top: 0px;
    width: 89px;
    height: 89px;
    background-color: #ffffff;
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0.8)));
    background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
    background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
    background: -ms-radial-gradient(center, ellipse cover, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
    background: -o-radial-gradient(center, ellipse cover, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
    background: radial-gradient(ellipse at center, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
    border: 3px solid #7fa5da;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 20px rgba(117, 170, 242, 0.5), inset 0 0 10px rgba(117, 170, 242, 0.8);
    -moz-box-shadow: 0 0 20px rgba(117, 170, 242, 0.5), inset 0 0 10px rgba(117, 170, 242, 0.8);
    box-shadow: 0 0 20px rgba(117, 170, 242, 0.5), inset 0 0 10px rgba(117, 170, 242, 0.8);
    color: 0 0 20px rgba(117, 170, 242, 0.5) inset 0 0 10px rgba(117, 170, 242, 0.8);
    -webkit-animation: map 2s infinite linear;
    -moz-animation: map 2s infinite linear;
    -o-animation: map 2s infinite linear;
    -ms-animation: map 2s infinite linear;
    animation: map 2s infinite linear; }

@-webkit-keyframes $name {
  0% {
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    filter: alpha(opacity=0); }
  50% {
    opacity: 1;
    filter: alpha(opacity=100); }
  100% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    filter: alpha(opacity=0); } }
@-moz-keyframes $name {
  0% {
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    filter: alpha(opacity=0); }
  50% {
    opacity: 1;
    filter: alpha(opacity=100); }
  100% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    filter: alpha(opacity=0); } }
@-o-keyframes $name {
  0% {
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    filter: alpha(opacity=0); }
  50% {
    opacity: 1;
    filter: alpha(opacity=100); }
  100% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    filter: alpha(opacity=0); } }
@keyframes $name {
  0% {
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    filter: alpha(opacity=0); }
  50% {
    opacity: 1;
    filter: alpha(opacity=100); }
  100% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    filter: alpha(opacity=0); } }
#status #update {
  margin-top: 40px;
  margin-bottom: 130px;
  -webkit-font-smoothing: antialiased; }
  #status #update .header {
    text-align: center; }
    #status #update .header h3 {
      font-size: 22px;
      color: #444;
      line-height: 25px;
      font-weight: 500;
      margin-bottom: 7px; }
    #status #update .header p {
      font-size: 16px;
      font-weight: 400;
      color: #888; }
  #status #update .current-status {
    background: #F7F8FB;
    border: 1px solid #EAEDF7;
    border-radius: 8px;
    box-shadow: inset rgba(100, 100, 100, 0.25) 0 1px 1px;
    padding: 20px 30px;
    margin: 0 auto;
    margin-top: 35px; }
    #status #update .current-status .updated {
      float: right;
      color: #616A72;
      font-size: 13px; }
      @media (max-width: 767px) {
        #status #update .current-status .updated {
          float: none;
          text-align: center;
          display: block;
          margin-bottom: 20px; } }
    #status #update .current-status .status {
      font-size: 18px;
      font-weight: 500; }
      #status #update .current-status .status .color {
        width: 15px;
        height: 15px;
        border-radius: 50px;
        float: left;
        position: relative;
        top: 5px;
        margin-right: 20px; }
        #status #update .current-status .status .color.green {
          background: #96cb4c;
          border: 1px solid #8BC43D;
          box-shadow: 0px 0px 7px 2px #B3E074, inset 0px 2px 1px -1px rgba(255, 255, 255, 0.8); }
        #status #update .current-status .status .color.yellow {
          background: #F0D775;
          border: 1px solid #E0CC7E;
          box-shadow: 0px 0px 7px 2px #F0D775, inset 0px 2px 1px -1px rgba(255, 255, 255, 0.8); }
        #status #update .current-status .status .color.red {
          background: #F56B65;
          border: 1px solid #FC7D77;
          box-shadow: 0px 0px 7px 2px #FF9B96, inset 0px 2px 1px -1px rgba(255, 255, 255, 0.8); }
    #status #update .current-status .help {
      margin-top: 7px;
      margin-left: 35px; }
  #status #update .modules {
    margin-top: 40px;
    border-radius: 5px; }
    #status #update .modules > .list-group .list-group-item {
      padding: 13px 15px; }
      #status #update .modules > .list-group .list-group-item:first-child {
        border-top: 0px;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px; }
      #status #update .modules > .list-group .list-group-item .status {
        float: right;
        color: #0F9B0F;
        font-size: 13px;
        font-weight: 500; }
        #status #update .modules > .list-group .list-group-item .status.down {
          color: #D88C1B; }
  #status #update .messages {
    margin-top: 35px; }
    #status #update .messages h3 {
      font-size: 18px;
      color: #444;
      margin-bottom: 25px; }
    #status #update .messages .date {
      margin-bottom: 25px; }
      #status #update .messages .date .day {
        font-size: 13px;
        font-weight: bold;
        color: #454545;
        padding-bottom: 6px;
        margin-bottom: 6px;
        border-bottom: 1px solid #eee; }
      #status #update .messages .date .ok {
        color: #0F9B0F;
        font-size: 13px;
        font-weight: 500; }
      #status #update .messages .date .issues {
        color: #D88C1B;
        font-size: 13px;
        font-weight: 500;
        margin-bottom: 18px; }
      #status #update .messages .date .update {
        color: #333;
        font-size: 13px; }
        #status #update .messages .date .update strong {
          font-size: 13px;
          font-weight: bold;
          color: #454545;
          min-width: 93px;
          display: inline-block; }
  #status #update .full-history {
    margin-top: 50px; }

#gallery #showcase {
  margin-top: 25px;
  -webkit-font-smoothing: antialiased; }
  #gallery #showcase .header {
    text-align: left; }
    #gallery #showcase .header h3 {
      font-size: 26px;
      font-family: Myriad Pro, Lato, Helvetica Neue, Arial;
      color: #596166;
      line-height: 25px;
      font-weight: 600;
      margin-bottom: 7px; }
    #gallery #showcase .header p {
      font-size: 15px;
      font-weight: 400;
      color: #666;
      margin-top: 12px;
      line-height: 24px; }
      @media (min-width: 992px) {
        #gallery #showcase .header p {
          width: 48%; } }
  #gallery #showcase .filtering {
    margin-top: 35px;
    margin-bottom: 35px; }
    #gallery #showcase .filtering #filters {
      padding-left: 20px;
      text-align: center;
      border-bottom: 2px solid #EDEDED; }
      @media (max-width: 767px) {
        #gallery #showcase .filtering #filters {
          display: none; } }
      #gallery #showcase .filtering #filters li {
        list-style-type: none;
        display: inline-block;
        margin: 0px 8px; }
        #gallery #showcase .filtering #filters li:first-child {
          margin-left: 0px; }
        #gallery #showcase .filtering #filters li a {
          color: #888;
          font-weight: 400;
          border: 0px;
          padding: 10px 22px;
          font-size: 16px;
          position: relative;
          -webkit-transition: color 0.25s linear;
          -moz-transition: color 0.25s linear;
          -ms-transition: color 0.25s linear;
          -o-transition: color 0.25s linear;
          transition: color 0.25s linear; }
          #gallery #showcase .filtering #filters li a.active {
            color: #2B69A2;
            font-weight: 400;
            border-bottom: 0px;
            display: inline-block; }
            #gallery #showcase .filtering #filters li a.active:after {
              content: '';
              position: absolute;
              width: 100%;
              height: auto;
              border-bottom: 2px solid #7BA3C9;
              left: 1px;
              bottom: -2px; }
          #gallery #showcase .filtering #filters li a:hover {
            color: #2B69A2;
            background: none;
            text-decoration: none; }
  #gallery #showcase .gallery_container {
    overflow: visible !important; }
  #gallery #showcase .pic {
    margin-bottom: 40px;
    position: relative;
    display: block;
    -webkit-transition: 0.5s cubic-bezier(0.25, 1.45, 0.51, 1.13);
    -moz-transition: 0.5s cubic-bezier(0.25, 1.45, 0.51, 1.13);
    -ms-transition: 0.5s cubic-bezier(0.25, 1.45, 0.51, 1.13);
    -o-transition: 0.5s cubic-bezier(0.25, 1.45, 0.51, 1.13);
    transition: 0.5s cubic-bezier(0.25, 1.45, 0.51, 1.13); }
    #gallery #showcase .pic.fluidbox-opened:hover .layer {
      background: transparent; }
      #gallery #showcase .pic.fluidbox-opened:hover .layer p {
        opacity: 0;
        filter: alpha(opacity=0); }
    #gallery #showcase .pic:hover {
      /*@include transform(scale(1.12));*/
      text-decoration: none; }
      #gallery #showcase .pic:hover .layer {
        background: rgba(33, 33, 33, 0.8); }
        #gallery #showcase .pic:hover .layer p {
          margin-top: -20px;
          opacity: 1;
          filter: alpha(opacity=100); }
    #gallery #showcase .pic .layer {
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 9;
      top: 0px;
      left: 0px;
      background: transparent;
      -webkit-transition: all 0.25s ease-out;
      -moz-transition: all 0.25s ease-out;
      -ms-transition: all 0.25s ease-out;
      -o-transition: all 0.25s ease-out;
      transition: all 0.25s ease-out; }
      #gallery #showcase .pic .layer p {
        transition: margin-top .35s ease-out, opacity .55s ease-out;
        color: #fff;
        font-size: 15px;
        text-align: center;
        top: 50%;
        width: 100%;
        position: absolute;
        font-weight: 600;
        margin-top: 25px;
        opacity: 0;
        filter: alpha(opacity=0); }
        #gallery #showcase .pic .layer p span {
          position: relative;
          top: 1px;
          margin-right: 2px; }
    #gallery #showcase .pic img {
      margin: 0 auto; }

/* Fluidbox styling starts here */
a[data-fluidbox] {
  background-color: #eee;
  border: none;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  margin-bottom: 1.5rem; }
  a[data-fluidbox].fluidbox-opened {
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out; }
  a[data-fluidbox] img {
    display: block;
    margin: 0 auto;
    opacity: 0;
    filter: alpha(opacity=0);
    max-width: 100%;
    transition: all .25s ease-in-out; }

a[class^='float'] {
  margin: 1rem;
  margin-top: 0;
  width: 33.33333%; }
  a[class^='float'].float-left {
    float: left;
    margin-left: 0; }
  a[class^='float'].float-right {
    float: right;
    margin-right: 0; }

#fluidbox-overlay {
  background-color: rgba(255, 255, 255, 0.85);
  cursor: pointer;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 500; }

.fluidbox-wrap {
  background-position: center center;
  background-size: cover;
  margin: 0 auto;
  position: relative;
  z-index: 400;
  transition: all .25s ease-in-out; }
  .fluidbox-opened .fluidbox-wrap {
    z-index: 600; }

.fluidbox-ghost {
  background-size: cover;
  background-position: center center;
  position: absolute;
  transition: all .25s ease-in-out; }

html.bg {
  /*background: #F9FBFF;*/
  background: #F5F9FF;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(1, rgba(255, 255, 255, 0.5)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.5) 100%);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.5) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.5) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.5) 100%);
  background-image: linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.5) 100%);
  -webkit-background-size: 100% 30%;
  -moz-background-size: 100% 30%;
  background-size: 100% 30%;
  background-repeat: no-repeat;
  background-position: 0 100%; }

#portfolio {
  background: none;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(25%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, #fff 0, rgba(255, 255, 255, 0) 25%);
  background-image: -moz-linear-gradient(top, #fff 0, rgba(255, 255, 255, 0) 25%);
  background-image: -o-linear-gradient(top, #fff 0, rgba(255, 255, 255, 0) 25%);
  background-image: -ms-linear-gradient(top, #fff 0, rgba(255, 255, 255, 0) 25%);
  background-image: linear-gradient(top, #fff 0, rgba(255, 255, 255, 0) 25%); }
  #portfolio #showcase {
    margin-top: 40px;
    margin-bottom: -30px;
    -webkit-font-smoothing: antialiased; }
    #portfolio #showcase .header {
      text-align: left;
      margin-bottom: 40px; }
      #portfolio #showcase .header h3 {
        font-size: 30px;
        font-family: Myriad Pro, Lato, Helvetica Neue, Arial;
        color: #596166;
        line-height: 25px;
        font-weight: 600;
        margin-bottom: 5px; }
      #portfolio #showcase .header p {
        font-size: 16px;
        font-weight: 400;
        color: #8D959B;
        line-height: 24px; }
        @media (min-width: 992px) {
          #portfolio #showcase .header p {
            width: 48%; } }
    #portfolio #showcase .project {
      background: #fff;
      padding: 40px 60px 35px 60px;
      border-radius: 5px;
      margin-bottom: 35px;
      box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05), -1px 0 0 rgba(0, 0, 0, 0.04), 1px 0 0 rgba(0, 0, 0, 0.04), 0 1px 3px rgba(0, 0, 0, 0.12); }
      @media (max-width: 767px) {
        #portfolio #showcase .project {
          padding: 40px 35px 35px 35px; } }
      #portfolio #showcase .project h3 {
        color: #585F64;
        font-size: 22px;
        margin-top: 0px;
        text-align: center; }
      #portfolio #showcase .project .screen {
        margin-top: 45px;
        text-align: center; }
        #portfolio #showcase .project .screen img {
          margin: 0 auto; }
      #portfolio #showcase .project .description {
        margin-top: 40px;
        color: #7D8186;
        line-height: 21px; }
      #portfolio #showcase .project .divider {
        height: 1px;
        width: 100%;
        background-color: #ddd;
        position: relative;
        margin-top: 45px; }
        #portfolio #showcase .project .divider:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 2px;
          background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.75)), color-stop(0.5, rgba(250, 250, 250, 0)), color-stop(1, rgba(255, 255, 255, 0.75)));
          background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
          background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
          background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
          background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
          background-image: linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%); }
      #portfolio #showcase .project .visit {
        margin-top: 30px;
        text-align: center; }
        #portfolio #showcase .project .visit .button {
          padding: 10px 25px;
          font-size: 14px; }

#portfolio-item .st-container {
  position: relative;
  overflow: hidden; }
  #portfolio-item .st-container.nav-effect .nav-menu {
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  #portfolio-item .st-container.nav-effect .st-pusher {
    -moz-transform: translate3d(300px, 0, 0);
    -o-transform: translate3d(300px, 0, 0);
    -ms-transform: translate3d(300px, 0, 0);
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
    box-shadow: -5px 0px 20px 0px rgba(0, 0, 0, 0.5); }
    @media (max-width: 767px) {
      #portfolio-item .st-container.nav-effect .st-pusher {
        -moz-transform: translate3d(220px, 0, 0);
        -o-transform: translate3d(220px, 0, 0);
        -ms-transform: translate3d(220px, 0, 0);
        -webkit-transform: translate3d(220px, 0, 0);
        transform: translate3d(220px, 0, 0); } }
#portfolio-item .st-pusher {
  position: relative;
  left: 0;
  z-index: 99;
  background: #fff;
  -webkit-transition: -webkit-transform 0.35s ease-out;
  -moz-transition: -moz-transform 0.35s ease-out;
  -ms-transition: -ms-transform 0.35s ease-out;
  -o-transition: -o-transform 0.35s ease-out;
  transition: transform 0.35s ease-out; }
#portfolio-item .nav-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 300px;
  height: 100%;
  background: #334353;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: -webkit-transform 0.35s ease-out;
  -moz-transition: -moz-transform 0.35s ease-out;
  -ms-transition: -ms-transform 0.35s ease-out;
  -o-transition: -o-transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
  -moz-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0); }
  @media (max-width: 767px) {
    #portfolio-item .nav-menu {
      width: 220px;
      position: absolute; } }
  #portfolio-item .nav-menu a {
    display: block;
    position: relative;
    left: 0px;
    padding: 15px 40px;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear; }
    @media (max-width: 767px) {
      #portfolio-item .nav-menu a {
        padding-left: 20px; } }
    #portfolio-item .nav-menu a.item:hover {
      left: 10px; }
    #portfolio-item .nav-menu a.back {
      margin-top: 10px;
      font-weight: 500;
      font-size: 21px;
      color: #fff;
      margin-bottom: 20px; }
    #portfolio-item .nav-menu a p {
      color: #A2B1C2;
      font-size: 14px;
      margin-top: 5px; }
#portfolio-item #showcase {
  margin-top: 40px;
  margin-bottom: -30px;
  -webkit-font-smoothing: antialiased; }
  #portfolio-item #showcase .header {
    text-align: left;
    margin-bottom: 25px; }
    #portfolio-item #showcase .header h3 {
      display: inline-block;
      font-size: 17px;
      font-family: Myriad Pro, Lato, Helvetica Neue, Arial;
      color: #53A6DA;
      margin-top: 0px;
      line-height: 25px;
      font-weight: 500;
      margin-bottom: 5px;
      cursor: pointer; }
  #portfolio-item #showcase .project h1 {
    text-align: center;
    font-size: 25px;
    color: #647583;
    margin-top: 10px;
    margin-bottom: 70px; }
  #portfolio-item #showcase .project .screens img {
    margin: 0 auto;
    margin-bottom: 80px;
    margin-top: 10px; }
    #portfolio-item #showcase .project .screens img.magnifier {
      width: 490px;
      margin-bottom: 100px; }
    #portfolio-item #showcase .project .screens img.mobile {
      margin-bottom: 110px; }
  #portfolio-item #showcase .project .screens .text {
    color: #7D8186;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 80px; }
  #portfolio-item #showcase .project .description .info {
    margin-top: 25px; }
    @media (min-width: 992px) {
      #portfolio-item #showcase .project .description .info.stick {
        position: fixed;
        top: 10px; } }
    #portfolio-item #showcase .project .description .info .icons {
      margin-bottom: 20px; }
      #portfolio-item #showcase .project .description .info .icons .ion-icon:before {
        /* I only added gradient for -webkit because other browsers render incorrectly gradients on the icons :/ */
        color: #b2c3cb;
        background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b2c3cb), color-stop(100%, #DBE3E7));
        background: -webkit-linear-gradient(#b2c3cb, #DBE3E7);
        font-size: 60px;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin: 0 9px; }
      #portfolio-item #showcase .project .description .info .icons .ion-social-windows:before {
        font-size: 50px; }
    #portfolio-item #showcase .project .description .info p {
      color: #7D8186;
      line-height: 22px;
      margin-bottom: 22px; }
    #portfolio-item #showcase .project .description .info .tweet-it {
      color: #00A7DD;
      margin-top: 3px;
      display: inline-block;
      position: relative;
      padding-left: 29px;
      text-decoration: none; }
      #portfolio-item #showcase .project .description .info .tweet-it:hover .ion-social-twitter:before {
        content: "\f242"; }
      #portfolio-item #showcase .project .description .info .tweet-it .ion-social-twitter {
        margin-right: 8px;
        font-size: 21px;
        position: absolute;
        top: 0px;
        left: 0px; }

#support {
  -webkit-font-smoothing: antialiased; }
  #support #header {
    margin-top: -20px;
    background: #F4F7FA;
    border-bottom: 1px solid #DCE4EC;
    padding: 50px 0px; }
    @media (max-width: 767px) {
      #support #header {
        padding: 30px 0px;
        text-align: center; } }
    #support #header h2, #support #header p {
      text-shadow: 1px 1px 1px #fff; }
    @media (max-width: 767px) {
      #support #header h2 {
        font-size: 27px; } }
    #support #header h2 .entypo-lifebuoy {
      position: absolute;
      left: -25px;
      top: 2px;
      font-size: 29px;
      color: #7AA3C5; }
      @media (max-width: 767px) {
        #support #header h2 .entypo-lifebuoy {
          position: relative;
          left: 0px; } }
    #support #header p {
      font-size: 17px;
      color: #5A5A5A; }
      @media (max-width: 767px) {
        #support #header p {
          font-size: 15px; } }
    #support #header form {
      margin-top: 30px; }
      #support #header form .input-group:before {
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f002";
        position: absolute;
        top: 14px;
        left: 13px;
        font-size: 20px;
        color: #d0dae4; }
      #support #header form input {
        height: 50px;
        font-size: 17px;
        line-height: 20px;
        padding-left: 42px; }
        #support #header form input::-webkit-input-placeholder {
          color: #BCC8D6;
          font-size: 17px;
          font-weight: 300; }
        #support #header form input:-moz-placeholder {
          color: #BCC8D6;
          font-size: 17px;
          font-weight: 300; }
        #support #header form input::-moz-placeholder {
          color: #BCC8D6;
          font-size: 17px;
          font-weight: 300; }
        #support #header form input:-ms-input-placeholder {
          color: #BCC8D6;
          font-size: 17px;
          font-weight: 300; }
      #support #header form .input-group-btn .btn {
        padding: 14px 18px; }
  #support #browse {
    margin-top: 40px; }
    #support #browse h4 {
      font-weight: 300;
      margin-bottom: 50px;
      font-size: 24px; }
    #support #browse .topic {
      margin-bottom: 45px; }
      @media (max-width: 767px) {
        #support #browse .topic {
          text-align: center; } }
      #support #browse .topic .icon {
        display: block;
        font-size: 45px;
        color: #70CBF5; }
      #support #browse .topic a {
        color: #333;
        text-decoration: none;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear; }
        #support #browse .topic a strong {
          display: block;
          margin-top: 15px;
          font-size: 15px; }
        #support #browse .topic a:hover {
          color: #5CB9E4; }
      #support #browse .topic p {
        margin-top: 17px;
        color: #838383; }

/*
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
body {
  /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
  -webkit-backface-visibility: hidden; }

.animated {
  -webkit-animation-duration: 0.7s;
  -moz-animation-duration: 0.7s;
  -o-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
@-moz-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
@-o-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
.animated.flash {
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
  -o-animation-name: flash;
  animation-name: flash; }

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px); } }
@-moz-keyframes shake {
  0%, 100% {
    -moz-transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -moz-transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -moz-transform: translateX(10px); } }
@-o-keyframes shake {
  0%, 100% {
    -o-transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -o-transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -o-transform: translateX(10px); } }
@keyframes shake {
  0%, 100% {
    transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    transform: translateX(10px); } }
.animated.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px); } }
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px); } }
@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0); }
  40% {
    -o-transform: translateY(-30px); }
  60% {
    -o-transform: translateY(-15px); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px); }
  60% {
    transform: translateY(-15px); } }
.animated.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1); }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0); } }
@-moz-keyframes tada {
  0% {
    -moz-transform: scale(1); }
  10%, 20% {
    -moz-transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -moz-transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -moz-transform: scale(1.1) rotate(-3deg); }
  100% {
    -moz-transform: scale(1) rotate(0); } }
@-o-keyframes tada {
  0% {
    -o-transform: scale(1); }
  10%, 20% {
    -o-transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -o-transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -o-transform: scale(1.1) rotate(-3deg); }
  100% {
    -o-transform: scale(1) rotate(0); } }
@keyframes tada {
  0% {
    transform: scale(1); }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg); }
  100% {
    transform: scale(1) rotate(0); } }
.animated.tada {
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
  -o-animation-name: tada;
  animation-name: tada; }

@-webkit-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center; }
  20% {
    -webkit-transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg); } }
@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg); }
  40% {
    -moz-transform: rotate(-10deg); }
  60% {
    -moz-transform: rotate(5deg); }
  80% {
    -moz-transform: rotate(-5deg); }
  100% {
    -moz-transform: rotate(0deg); } }
@-o-keyframes swing {
  20% {
    -o-transform: rotate(15deg); }
  40% {
    -o-transform: rotate(-10deg); }
  60% {
    -o-transform: rotate(5deg); }
  80% {
    -o-transform: rotate(-5deg); }
  100% {
    -o-transform: rotate(0deg); } }
@keyframes swing {
  20% {
    transform: rotate(15deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(5deg); }
  80% {
    transform: rotate(-5deg); }
  100% {
    transform: rotate(0deg); } }
.animated.swing {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  -moz-animation-name: swing;
  -o-animation-name: swing;
  animation-name: swing; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%); } }
@-moz-keyframes wobble {
  0% {
    -moz-transform: translateX(0%); }
  15% {
    -moz-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -moz-transform: translateX(20%) rotate(3deg); }
  45% {
    -moz-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -moz-transform: translateX(10%) rotate(2deg); }
  75% {
    -moz-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -moz-transform: translateX(0%); } }
@-o-keyframes wobble {
  0% {
    -o-transform: translateX(0%); }
  15% {
    -o-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -o-transform: translateX(20%) rotate(3deg); }
  45% {
    -o-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -o-transform: translateX(10%) rotate(2deg); }
  75% {
    -o-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -o-transform: translateX(0%); } }
@keyframes wobble {
  0% {
    transform: translateX(0%); }
  15% {
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    transform: translateX(20%) rotate(3deg); }
  45% {
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    transform: translateX(10%) rotate(2deg); }
  75% {
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    transform: translateX(0%); } }
.animated.wobble {
  -webkit-animation-name: wobble;
  -moz-animation-name: wobble;
  -o-animation-name: wobble;
  animation-name: wobble; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1); } }
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1); }
  50% {
    -moz-transform: scale(1.1); }
  100% {
    -moz-transform: scale(1); } }
@-o-keyframes pulse {
  0% {
    -o-transform: scale(1); }
  50% {
    -o-transform: scale(1.1); }
  100% {
    -o-transform: scale(1); } }
@keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }
.animated.pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in; } }
@-moz-keyframes flip {
  0% {
    -moz-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -moz-animation-timing-function: ease-out; }
  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -moz-animation-timing-function: ease-out; }
  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in; }
  80% {
    -moz-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in; }
  100% {
    -moz-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -moz-animation-timing-function: ease-in; } }
@-o-keyframes flip {
  0% {
    -o-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -o-animation-timing-function: ease-out; }
  40% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -o-animation-timing-function: ease-out; }
  50% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in; }
  80% {
    -o-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in; }
  100% {
    -o-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -o-animation-timing-function: ease-in; } }
@keyframes flip {
  0% {
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in; }
  100% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    animation-timing-function: ease-in; } }
.animated.flip {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flip;
  -o-backface-visibility: visible !important;
  -o-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -moz-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -moz-transform: perspective(400px) rotateX(10deg); }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -o-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -o-transform: perspective(400px) rotateX(10deg); }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    transform: perspective(400px) rotateX(10deg); }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
.animated.flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
@-moz-keyframes flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
@-o-keyframes flipOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
.animated.flipOutX {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: flipOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: flipOutX;
  -o-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
@-moz-keyframes flipInY {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -moz-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -moz-transform: perspective(400px) rotateY(10deg); }
  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
@-o-keyframes flipInY {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -o-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -o-transform: perspective(400px) rotateY(10deg); }
  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    transform: perspective(400px) rotateY(10deg); }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
.animated.flipInY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
@-moz-keyframes flipOutY {
  0% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
@-o-keyframes flipOutY {
  0% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
.animated.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipOutY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipOutY;
  backface-visibility: visible !important;
  animation-name: flipOutY; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.animated.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.animated.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.animated.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.animated.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.animated.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.animated.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.animated.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.animated.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.animated.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-o-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.animated.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px); } }
@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px); } }
@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(-20px); } }
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-20px); } }
.animated.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px); } }
@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px); } }
@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(20px); } }
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(20px); } }
.animated.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px); } }
@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px); } }
@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(-20px); } }
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-20px); } }
.animated.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px); } }
@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px); } }
@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(20px); } }
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(20px); } }
.animated.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }
@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px); } }
@-o-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px); } }
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }
.animated.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -moz-animation-name: fadeOutUpBig;
  -o-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px); } }
@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px); } }
@-o-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px); } }
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(2000px); } }
.animated.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -moz-animation-name: fadeOutDownBig;
  -o-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }
@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px); } }
@-o-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px); } }
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-2000px); } }
.animated.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -moz-animation-name: fadeOutLeftBig;
  -o-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }
@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px); } }
@-o-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px); } }
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(2000px); } }
.animated.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -moz-animation-name: fadeOutRightBig;
  -o-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1); } }
@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3); }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05); }
  70% {
    -moz-transform: scale(0.9); }
  100% {
    -moz-transform: scale(1); } }
@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3); }
  50% {
    opacity: 1;
    -o-transform: scale(1.05); }
  70% {
    -o-transform: scale(0.9); }
  100% {
    -o-transform: scale(1); } }
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3); }
  50% {
    opacity: 1;
    transform: scale(1.05); }
  70% {
    transform: scale(0.9); }
  100% {
    transform: scale(1); } }
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }
  100% {
    -webkit-transform: translateY(0); } }
@-moz-keyframes slideInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px); }
  100% {
    -moz-transform: translateY(0); } }
@-o-keyframes slideInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px); }
  100% {
    -o-transform: translateY(0); } }
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }
  100% {
    transform: translateY(0); } }
.slideInDown {
  -webkit-animation-name: slideInDown;
  -moz-animation-name: slideInDown;
  -o-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }
  100% {
    -webkit-transform: translateX(0); } }
@-moz-keyframes slideInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px); }
  100% {
    -moz-transform: translateX(0); } }
@-o-keyframes slideInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px); }
  100% {
    -o-transform: translateX(0); } }
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }
  100% {
    transform: translateX(0); } }
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  -moz-animation-name: slideInLeft;
  -o-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }
  100% {
    -webkit-transform: translateX(0); } }
@-moz-keyframes slideInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px); }
  100% {
    -moz-transform: translateX(0); } }
@-o-keyframes slideInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px); }
  100% {
    -o-transform: translateX(0); } }
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px); }
  100% {
    transform: translateX(0); } }
.slideInRight {
  -webkit-animation-name: slideInRight;
  -moz-animation-name: slideInRight;
  -o-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }
@-moz-keyframes slideOutLeft {
  0% {
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px); } }
@-o-keyframes slideOutLeft {
  0% {
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px); } }
@keyframes slideOutLeft {
  0% {
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-2000px); } }
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  -moz-animation-name: slideOutLeft;
  -o-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }
@-moz-keyframes slideOutRight {
  0% {
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px); } }
@-o-keyframes slideOutRight {
  0% {
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px); } }
@keyframes slideOutRight {
  0% {
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(2000px); } }
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  -moz-animation-name: slideOutRight;
  -o-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }
@-moz-keyframes slideOutUp {
  0% {
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px); } }
@-o-keyframes slideOutUp {
  0% {
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px); } }
@keyframes slideOutUp {
  0% {
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  -moz-animation-name: slideOutUp;
  -o-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.animated.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0); } }
@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px); }
  80% {
    -moz-transform: translateY(10px); }
  100% {
    -moz-transform: translateY(0); } }
@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -o-transform: translateY(-30px); }
  80% {
    -o-transform: translateY(10px); }
  100% {
    -o-transform: translateY(0); } }
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    transform: translateY(-30px); }
  80% {
    transform: translateY(10px); }
  100% {
    transform: translateY(0); } }
.animated.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0); } }
@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px); }
  80% {
    -moz-transform: translateY(-10px); }
  100% {
    -moz-transform: translateY(0); } }
@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -o-transform: translateY(30px); }
  80% {
    -o-transform: translateY(-10px); }
  100% {
    -o-transform: translateY(0); } }
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    transform: translateY(30px); }
  80% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(0); } }
.animated.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0); } }
@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px); }
  80% {
    -moz-transform: translateX(-10px); }
  100% {
    -moz-transform: translateX(0); } }
@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -o-transform: translateX(30px); }
  80% {
    -o-transform: translateX(-10px); }
  100% {
    -o-transform: translateX(0); } }
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    transform: translateX(30px); }
  80% {
    transform: translateX(-10px); }
  100% {
    transform: translateX(0); } }
.animated.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0); } }
@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px); }
  80% {
    -moz-transform: translateX(10px); }
  100% {
    -moz-transform: translateX(0); } }
@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px); }
  60% {
    opacity: 1;
    -o-transform: translateX(-30px); }
  80% {
    -o-transform: translateX(10px); }
  100% {
    -o-transform: translateX(0); } }
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    transform: translateX(-30px); }
  80% {
    transform: translateX(10px); }
  100% {
    transform: translateX(0); } }
.animated.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3); } }
@-moz-keyframes bounceOut {
  0% {
    -moz-transform: scale(1); }
  25% {
    -moz-transform: scale(0.95); }
  50% {
    opacity: 1;
    -moz-transform: scale(1.1); }
  100% {
    opacity: 0;
    -moz-transform: scale(0.3); } }
@-o-keyframes bounceOut {
  0% {
    -o-transform: scale(1); }
  25% {
    -o-transform: scale(0.95); }
  50% {
    opacity: 1;
    -o-transform: scale(1.1); }
  100% {
    opacity: 0;
    -o-transform: scale(0.3); } }
@keyframes bounceOut {
  0% {
    transform: scale(1); }
  25% {
    transform: scale(0.95); }
  50% {
    opacity: 1;
    transform: scale(1.1); }
  100% {
    opacity: 0;
    transform: scale(0.3); } }
.animated.bounceOut {
  -webkit-animation-name: bounceOut;
  -moz-animation-name: bounceOut;
  -o-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }
@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0); }
  20% {
    opacity: 1;
    -moz-transform: translateY(20px); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px); } }
@-o-keyframes bounceOutUp {
  0% {
    -o-transform: translateY(0); }
  20% {
    opacity: 1;
    -o-transform: translateY(20px); }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px); } }
@keyframes bounceOutUp {
  0% {
    transform: translateY(0); }
  20% {
    opacity: 1;
    transform: translateY(20px); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }
.animated.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px); } }
@-moz-keyframes bounceOutDown {
  0% {
    -moz-transform: translateY(0); }
  20% {
    opacity: 1;
    -moz-transform: translateY(-20px); }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px); } }
@-o-keyframes bounceOutDown {
  0% {
    -o-transform: translateY(0); }
  20% {
    opacity: 1;
    -o-transform: translateY(-20px); }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px); } }
@keyframes bounceOutDown {
  0% {
    transform: translateY(0); }
  20% {
    opacity: 1;
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    transform: translateY(2000px); } }
.animated.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -moz-animation-name: bounceOutDown;
  -o-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }
@-moz-keyframes bounceOutLeft {
  0% {
    -moz-transform: translateX(0); }
  20% {
    opacity: 1;
    -moz-transform: translateX(20px); }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px); } }
@-o-keyframes bounceOutLeft {
  0% {
    -o-transform: translateX(0); }
  20% {
    opacity: 1;
    -o-transform: translateX(20px); }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px); } }
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0); }
  20% {
    opacity: 1;
    transform: translateX(20px); }
  100% {
    opacity: 0;
    transform: translateX(-2000px); } }
.animated.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -moz-animation-name: bounceOutLeft;
  -o-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }
@-moz-keyframes bounceOutRight {
  0% {
    -moz-transform: translateX(0); }
  20% {
    opacity: 1;
    -moz-transform: translateX(-20px); }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px); } }
@-o-keyframes bounceOutRight {
  0% {
    -o-transform: translateX(0); }
  20% {
    opacity: 1;
    -o-transform: translateX(-20px); }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px); } }
@keyframes bounceOutRight {
  0% {
    transform: translateX(0); }
  20% {
    opacity: 1;
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    transform: translateX(2000px); } }
.animated.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -moz-animation-name: bounceOutRight;
  -o-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@-moz-keyframes rotateIn {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1; } }
@-o-keyframes rotateIn {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; } }
.animated.rotateIn {
  -webkit-animation-name: rotateIn;
  -moz-animation-name: rotateIn;
  -o-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@-moz-keyframes rotateInUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }
@-o-keyframes rotateInUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }
.animated.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -moz-animation-name: rotateInUpLeft;
  -o-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@-moz-keyframes rotateInDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }
@-o-keyframes rotateInDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }
.animated.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -moz-animation-name: rotateInDownLeft;
  -o-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@-moz-keyframes rotateInUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }
@-o-keyframes rotateInUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }
.animated.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -moz-animation-name: rotateInUpRight;
  -o-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@-moz-keyframes rotateInDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }
@-o-keyframes rotateInDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }
.animated.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -moz-animation-name: rotateInDownRight;
  -o-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0; } }
@-moz-keyframes rotateOut {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(200deg);
    opacity: 0; } }
@-o-keyframes rotateOut {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(200deg);
    opacity: 0; } }
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0; } }
.animated.rotateOut {
  -webkit-animation-name: rotateOut;
  -moz-animation-name: rotateOut;
  -o-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; } }
@-moz-keyframes rotateOutUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; } }
@-o-keyframes rotateOutUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0; } }
.animated.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  -moz-animation-name: rotateOutUpLeft;
  -o-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; } }
@-moz-keyframes rotateOutDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; } }
@-o-keyframes rotateOutDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; } }
.animated.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  -moz-animation-name: rotateOutDownLeft;
  -o-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; } }
@-moz-keyframes rotateOutUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; } }
@-o-keyframes rotateOutUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0; } }
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; } }
.animated.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  -moz-animation-name: rotateOutUpRight;
  -o-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; } }
@-moz-keyframes rotateOutDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; } }
@-o-keyframes rotateOutDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; } }
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; } }
.animated.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  -moz-animation-name: rotateOutDownRight;
  -o-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  100% {
    -webkit-transform: translateY(700px);
    opacity: 0; } }
@-moz-keyframes hinge {
  0% {
    -moz-transform: rotate(0);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  20%, 60% {
    -moz-transform: rotate(80deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  40% {
    -moz-transform: rotate(60deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  80% {
    -moz-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  100% {
    -moz-transform: translateY(700px);
    opacity: 0; } }
@-o-keyframes hinge {
  0% {
    -o-transform: rotate(0);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  20%, 60% {
    -o-transform: rotate(80deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  40% {
    -o-transform: rotate(60deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  80% {
    -o-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  100% {
    -o-transform: translateY(700px);
    opacity: 0; } }
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  100% {
    transform: translateY(700px);
    opacity: 0; } }
.animated.hinge {
  -webkit-animation-name: hinge;
  -moz-animation-name: hinge;
  -o-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg); } }
@-moz-keyframes rollIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg); } }
@-o-keyframes rollIn {
  0% {
    opacity: 0;
    -o-transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg); } }
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); } }
.animated.rollIn {
  -webkit-animation-name: rollIn;
  -moz-animation-name: rollIn;
  -o-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg); } }
@-moz-keyframes rollOut {
  0% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%) rotate(120deg); } }
@-o-keyframes rollOut {
  0% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -o-transform: translateX(100%) rotate(120deg); } }
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg); } }
.animated.rollOut {
  -webkit-animation-name: rollOut;
  -moz-animation-name: rollOut;
  -o-animation-name: rollOut;
  animation-name: rollOut; }

/* originally authored by Angelo Rohit - https://github.com/angelorohit */
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
@-moz-keyframes lightSpeedIn {
  0% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -moz-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -moz-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
@-o-keyframes lightSpeedIn {
  0% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -o-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -o-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
.animated.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -moz-animation-name: lightSpeedIn;
  -o-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

.animated.lightSpeedIn {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s; }

/* originally authored by Angelo Rohit - https://github.com/angelorohit */
@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }
@-moz-keyframes lightSpeedOut {
  0% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }
@-o-keyframes lightSpeedOut {
  0% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }
.animated.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -moz-animation-name: lightSpeedOut;
  -o-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

.animated.lightSpeedOut {
  -webkit-animation-duration: 0.25s;
  -moz-animation-duration: 0.25s;
  -o-animation-duration: 0.25s;
  animation-duration: 0.25s; }

@font-face {
  font-family: 'entypo';
  src: url("../assets/fonts/entypo.eot");
  src: url("../assets/fonts/entypo.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/entypo.ttf") format("truetype"), url("../assets/fonts/entypo.woff") format("woff"), url("../assets/fonts/entypo.svg#entypo") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="entypo-"], [class*=" entypo-"] {
  font-family: 'entypo';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.entypo-phone:before {
  content: "\e609"; }

.entypo-mobile:before {
  content: "\e60a"; }

.entypo-mouse:before {
  content: "\e60b"; }

.entypo-directions:before {
  content: "\e60c"; }

.entypo-mail:before {
  content: "\e60d"; }

.entypo-paperplane:before {
  content: "\e60e"; }

.entypo-pencil:before {
  content: "\e60f"; }

.entypo-feather:before {
  content: "\e610"; }

.entypo-paperclip:before {
  content: "\e611"; }

.entypo-drawer:before {
  content: "\e612"; }

.entypo-reply:before {
  content: "\e613"; }

.entypo-reply-all:before {
  content: "\e614"; }

.entypo-forward:before {
  content: "\e615"; }

.entypo-user:before {
  content: "\e616"; }

.entypo-users:before {
  content: "\e617"; }

.entypo-user-add:before {
  content: "\e618"; }

.entypo-vcard:before {
  content: "\e619"; }

.entypo-export:before {
  content: "\e604"; }

.entypo-location:before {
  content: "\e61a"; }

.entypo-map:before {
  content: "\e61b"; }

.entypo-compass:before {
  content: "\e61c"; }

.entypo-location2:before {
  content: "\e61d"; }

.entypo-target:before {
  content: "\e61e"; }

.entypo-share:before {
  content: "\e61f"; }

.entypo-sharable:before {
  content: "\e620"; }

.entypo-heart:before {
  content: "\e621"; }

.entypo-heart2:before {
  content: "\e622"; }

.entypo-star:before {
  content: "\e623"; }

.entypo-star2:before {
  content: "\e624"; }

.entypo-thumbs-up:before {
  content: "\e625"; }

.entypo-thumbs-down:before {
  content: "\e626"; }

.entypo-chat:before {
  content: "\e606"; }

.entypo-comment:before {
  content: "\e627"; }

.entypo-quote:before {
  content: "\e628"; }

.entypo-house:before {
  content: "\e629"; }

.entypo-popup:before {
  content: "\e62a"; }

.entypo-search:before {
  content: "\e62b"; }

.entypo-flashlight:before {
  content: "\e62c"; }

.entypo-printer:before {
  content: "\e62d"; }

.entypo-bell:before {
  content: "\e62e"; }

.entypo-link:before {
  content: "\e62f"; }

.entypo-flag:before {
  content: "\e630"; }

.entypo-cog:before {
  content: "\e631"; }

.entypo-tools:before {
  content: "\e603"; }

.entypo-trophy:before {
  content: "\e632"; }

.entypo-tag:before {
  content: "\e633"; }

.entypo-camera:before {
  content: "\e634"; }

.entypo-megaphone:before {
  content: "\e635"; }

.entypo-moon:before {
  content: "\e636"; }

.entypo-palette:before {
  content: "\e637"; }

.entypo-leaf:before {
  content: "\e638"; }

.entypo-music:before {
  content: "\e639"; }

.entypo-music2:before {
  content: "\e63a"; }

.entypo-new:before {
  content: "\e63b"; }

.entypo-graduation:before {
  content: "\e63c"; }

.entypo-book:before {
  content: "\e63d"; }

.entypo-newspaper:before {
  content: "\e63e"; }

.entypo-bag:before {
  content: "\e63f"; }

.entypo-airplane:before {
  content: "\e640"; }

.entypo-lifebuoy:before {
  content: "\e641"; }

.entypo-eye:before {
  content: "\e605"; }

.entypo-clock:before {
  content: "\e642"; }

.entypo-microphone:before {
  content: "\e643"; }

.entypo-calendar:before {
  content: "\e644"; }

.entypo-bolt:before {
  content: "\e645"; }

.entypo-thunder:before {
  content: "\e646"; }

.entypo-droplet:before {
  content: "\e647"; }

.entypo-cd:before {
  content: "\e648"; }

.entypo-briefcase:before {
  content: "\e649"; }

.entypo-air:before {
  content: "\e64a"; }

.entypo-hourglass:before {
  content: "\e64b"; }

.entypo-gauge:before {
  content: "\e64c"; }

.entypo-language:before {
  content: "\e64d"; }

.entypo-network:before {
  content: "\e64e"; }

.entypo-key:before {
  content: "\e64f"; }

.entypo-battery:before {
  content: "\e650"; }

.entypo-bucket:before {
  content: "\e651"; }

.entypo-magnet:before {
  content: "\e652"; }

.entypo-drive:before {
  content: "\e653"; }

.entypo-cup:before {
  content: "\e654"; }

.entypo-rocket:before {
  content: "\e655"; }

.entypo-brush:before {
  content: "\e656"; }

.entypo-suitcase:before {
  content: "\e657"; }

.entypo-cone:before {
  content: "\e658"; }

.entypo-earth:before {
  content: "\e602"; }

.entypo-keyboard:before {
  content: "\e659"; }

.entypo-browser:before {
  content: "\e65a"; }

.entypo-publish:before {
  content: "\e600"; }

.entypo-progress-3:before {
  content: "\e65b"; }

.entypo-progress-2:before {
  content: "\e65c"; }

.entypo-brogress-1:before {
  content: "\e65d"; }

.entypo-progress-0:before {
  content: "\e65e"; }

.entypo-sun:before {
  content: "\e65f"; }

.entypo-sun2:before {
  content: "\e660"; }

.entypo-adjust:before {
  content: "\e661"; }

.entypo-code:before {
  content: "\e662"; }

.entypo-screen:before {
  content: "\e601"; }

.entypo-infinity:before {
  content: "\e663"; }

.entypo-light-bulb:before {
  content: "\e664"; }

.entypo-credit-card:before {
  content: "\e665"; }

.entypo-database:before {
  content: "\e666"; }

.entypo-voicemail:before {
  content: "\e667"; }

.entypo-clipboard:before {
  content: "\e668"; }

.entypo-cart:before {
  content: "\e669"; }

.entypo-box:before {
  content: "\e66a"; }

.entypo-ticket:before {
  content: "\e66b"; }

.entypo-rss:before {
  content: "\e66c"; }

.entypo-signal:before {
  content: "\e66d"; }

.entypo-thermometer:before {
  content: "\e66e"; }

.entypo-droplets:before {
  content: "\e66f"; }

.entypo-uniE670:before {
  content: "\e670"; }

.entypo-statistics:before {
  content: "\e671"; }

.entypo-pie:before {
  content: "\e672"; }

.entypo-bars:before {
  content: "\e673"; }

.entypo-graph:before {
  content: "\e674"; }

.entypo-lock:before {
  content: "\e608"; }

.entypo-lock-open:before {
  content: "\e675"; }

.entypo-logout:before {
  content: "\e676"; }

.entypo-login:before {
  content: "\e677"; }

.entypo-checkmark:before {
  content: "\e678"; }

.entypo-cross:before {
  content: "\e679"; }

.entypo-minus:before {
  content: "\e67a"; }

.entypo-plus:before {
  content: "\e67b"; }

.entypo-cross2:before {
  content: "\e67c"; }

.entypo-minus2:before {
  content: "\e67d"; }

.entypo-plus2:before {
  content: "\e67e"; }

.entypo-cross3:before {
  content: "\e67f"; }

.entypo-minus3:before {
  content: "\e680"; }

.entypo-plus3:before {
  content: "\e681"; }

.entypo-erase:before {
  content: "\e682"; }

.entypo-blocked:before {
  content: "\e683"; }

.entypo-info:before {
  content: "\e684"; }

.entypo-info2:before {
  content: "\e685"; }

.entypo-question:before {
  content: "\e686"; }

.entypo-help:before {
  content: "\e687"; }

.entypo-warning:before {
  content: "\e688"; }

.entypo-cycle:before {
  content: "\e689"; }

.entypo-cw:before {
  content: "\e68a"; }

.entypo-ccw:before {
  content: "\e68b"; }

.entypo-shuffle:before {
  content: "\e68c"; }

.entypo-arrow:before {
  content: "\e68d"; }

.entypo-arrow2:before {
  content: "\e68e"; }

.entypo-retweet:before {
  content: "\e68f"; }

.entypo-loop:before {
  content: "\e690"; }

.entypo-history:before {
  content: "\e691"; }

.entypo-back:before {
  content: "\e692"; }

.entypo-switch:before {
  content: "\e693"; }

.entypo-list:before {
  content: "\e694"; }

.entypo-add-to-list:before {
  content: "\e695"; }

.entypo-layout:before {
  content: "\e696"; }

.entypo-list2:before {
  content: "\e697"; }

.entypo-text:before {
  content: "\e698"; }

.entypo-text2:before {
  content: "\e699"; }

.entypo-document:before {
  content: "\e69a"; }

.entypo-docs:before {
  content: "\e69b"; }

.entypo-landscape:before {
  content: "\e69c"; }

.entypo-pictures:before {
  content: "\e69d"; }

.entypo-video:before {
  content: "\e69e"; }

.entypo-music3:before {
  content: "\e69f"; }

.entypo-folder:before {
  content: "\e6a0"; }

.entypo-archive:before {
  content: "\e6a1"; }

.entypo-trash:before {
  content: "\e6a2"; }

.entypo-upload:before {
  content: "\e607"; }

.entypo-download:before {
  content: "\e6a3"; }

.entypo-disk:before {
  content: "\e6a4"; }

.entypo-install:before {
  content: "\e6a5"; }

.entypo-cloud:before {
  content: "\e6a6"; }

.entypo-upload:before {
  content: "\e6a7"; }

.entypo-bookmark:before {
  content: "\e6a8"; }

.entypo-bookmarks:before {
  content: "\e6a9"; }

.entypo-book2:before {
  content: "\e6aa"; }

.entypo-play:before {
  content: "\e6ab"; }

.entypo-pause:before {
  content: "\e6ac"; }

.entypo-record:before {
  content: "\e6ad"; }

.entypo-stop:before {
  content: "\e6ae"; }

.entypo-next:before {
  content: "\e6af"; }

.entypo-previous:before {
  content: "\e6b0"; }

.entypo-first:before {
  content: "\e6b1"; }

.entypo-last:before {
  content: "\e6b2"; }

.entypo-resize-enlarge:before {
  content: "\e6b3"; }

.entypo-resize-shrink:before {
  content: "\e6b4"; }

.entypo-volume:before {
  content: "\e6b5"; }

.entypo-sound:before {
  content: "\e6b6"; }

.entypo-mute:before {
  content: "\e6b7"; }

.entypo-flow-cascade:before {
  content: "\e6b8"; }

.entypo-flow-branch:before {
  content: "\e6b9"; }

.entypo-flow-tree:before {
  content: "\e6ba"; }

.entypo-flow-line:before {
  content: "\e6bb"; }

.entypo-flow-parallel:before {
  content: "\e6bc"; }

.entypo-arrow-left:before {
  content: "\e6bd"; }

.entypo-arrow-down:before {
  content: "\e6be"; }

.entypo-arrow-up--upload:before {
  content: "\e6bf"; }

.entypo-arrow-right:before {
  content: "\e6c0"; }

.entypo-arrow-left2:before {
  content: "\e6c1"; }

.entypo-arrow-down2:before {
  content: "\e6c2"; }

.entypo-arrow-up:before {
  content: "\e6c3"; }

.entypo-arrow-right2:before {
  content: "\e6c4"; }

.entypo-arrow-left3:before {
  content: "\e6c5"; }

.entypo-arrow-down3:before {
  content: "\e6c6"; }

.entypo-arrow-up2:before {
  content: "\e6c7"; }

.entypo-arrow-right3:before {
  content: "\e6c8"; }

.entypo-arrow-left4:before {
  content: "\e6c9"; }

.entypo-arrow-down4:before {
  content: "\e6ca"; }

.entypo-arrow-up3:before {
  content: "\e6cb"; }

.entypo-arrow-right4:before {
  content: "\e6cc"; }

.entypo-arrow-left5:before {
  content: "\e6cd"; }

.entypo-arrow-down5:before {
  content: "\e6ce"; }

.entypo-arrow-up4:before {
  content: "\e6cf"; }

.entypo-arrow-right5:before {
  content: "\e6d0"; }

.entypo-arrow-left6:before {
  content: "\e6d1"; }

.entypo-arrow-down6:before {
  content: "\e6d2"; }

.entypo-arrow-up5:before {
  content: "\e6d3"; }

.entypo-arrow-right6:before {
  content: "\e6d4"; }

.entypo-arrow-left7:before {
  content: "\e6d5"; }

.entypo-arrow-down7:before {
  content: "\e6d6"; }

.entypo-arrow-up6:before {
  content: "\e6d7"; }

.entypo-uniE6D8:before {
  content: "\e6d8"; }

.entypo-arrow-left8:before {
  content: "\e6d9"; }

.entypo-arrow-down8:before {
  content: "\e6da"; }

.entypo-arrow-up7:before {
  content: "\e6db"; }

.entypo-arrow-right7:before {
  content: "\e6dc"; }

.entypo-menu:before {
  content: "\e6dd"; }

.entypo-ellipsis:before {
  content: "\e6de"; }

.entypo-dots:before {
  content: "\e6df"; }

.entypo-dot:before {
  content: "\e6e0"; }

.entypo-cc:before {
  content: "\e6e1"; }

.entypo-cc-by:before {
  content: "\e6e2"; }

.entypo-cc-nc:before {
  content: "\e6e3"; }

.entypo-cc-nc-eu:before {
  content: "\e6e4"; }

.entypo-cc-nc-jp:before {
  content: "\e6e5"; }

.entypo-cc-sa:before {
  content: "\e6e6"; }

.entypo-cc-nd:before {
  content: "\e6e7"; }

.entypo-cc-pd:before {
  content: "\e6e8"; }

.entypo-cc-zero:before {
  content: "\e6e9"; }

.entypo-cc-share:before {
  content: "\e6ea"; }

.entypo-cc-share2:before {
  content: "\e6eb"; }

.entypo-daniel-bruce:before {
  content: "\e6ec"; }

.entypo-daniel-bruce2:before {
  content: "\e6ed"; }

.entypo-github:before {
  content: "\e6ee"; }

.entypo-github2:before {
  content: "\e6ef"; }

.entypo-flickr:before {
  content: "\e6f0"; }

.entypo-flickr2:before {
  content: "\e6f1"; }

.entypo-vimeo:before {
  content: "\e6f2"; }

.entypo-vimeo2:before {
  content: "\e6f3"; }

.entypo-twitter:before {
  content: "\e6f4"; }

.entypo-twitter2:before {
  content: "\e6f5"; }

.entypo-facebook:before {
  content: "\e6f6"; }

.entypo-facebook2:before {
  content: "\e6f7"; }

.entypo-facebook3:before {
  content: "\e6f8"; }

.entypo-googleplus:before {
  content: "\e6f9"; }

.entypo-googleplus2:before {
  content: "\e6fa"; }

.entypo-pinterest:before {
  content: "\e6fb"; }

.entypo-pinterest2:before {
  content: "\e6fc"; }

.entypo-tumblr:before {
  content: "\e6fd"; }

.entypo-tumblr2:before {
  content: "\e6fe"; }

.entypo-linkedin:before {
  content: "\e6ff"; }

.entypo-linkedin2:before {
  content: "\e700"; }

.entypo-dribbble:before {
  content: "\e701"; }

.entypo-dribbble2:before {
  content: "\e702"; }

.entypo-stumbleupon:before {
  content: "\e703"; }

.entypo-stumbleupon2:before {
  content: "\e704"; }

.entypo-lastfm:before {
  content: "\e705"; }

.entypo-lastfm2:before {
  content: "\e706"; }

.entypo-rdio:before {
  content: "\e707"; }

.entypo-rdio2:before {
  content: "\e708"; }

.entypo-spotify:before {
  content: "\e709"; }

.entypo-spotify2:before {
  content: "\e70a"; }

.entypo-qq:before {
  content: "\e70b"; }

.entypo-instagram:before {
  content: "\e70c"; }

.entypo-dropbox:before {
  content: "\e70d"; }

.entypo-evernote:before {
  content: "\e70e"; }

.entypo-flattr:before {
  content: "\e70f"; }

.entypo-skype:before {
  content: "\e710"; }

.entypo-skype2:before {
  content: "\e711"; }

.entypo-renren:before {
  content: "\e712"; }

.entypo-sina-weibo:before {
  content: "\e713"; }

.entypo-paypal:before {
  content: "\e714"; }

.entypo-picasa:before {
  content: "\e715"; }

.entypo-soundcloud:before {
  content: "\e716"; }

.entypo-mixi:before {
  content: "\e717"; }

.entypo-behance:before {
  content: "\e718"; }

.entypo-circles:before {
  content: "\e719"; }

.entypo-vk:before {
  content: "\e71a"; }

.entypo-smashing:before {
  content: "\e71b"; }

#home4 .edition-feature-table-legend {
  opacity: .85;
  font-size: 96%;
  position: relative;
  left: -15px; }

#home4 #pricing {
  background: none;
  margin-top: -156px;
  margin-bottom: 10px;
  padding-top: 0;
  border-top: none; }
  #home4 #pricing .charts {
    margin-top: 0; }
    #home4 #pricing .charts .chart {
      width: 180px;
      margin: auto 4px;
      padding: 20px 24px;
      transition: top 300ms;
      position: relative; }
      #home4 #pricing .charts .chart:hover {
        top: -4px; }
      #home4 #pricing .charts .chart .quantity .dollar {
        margin-left: -8px; }
      #home4 #pricing .charts .chart .quantity .price {
        font-size: 38px; }
        #home4 #pricing .charts .chart .quantity .price small {
          font-size: 34%; }
      #home4 #pricing .charts .chart .popular {
        font-size: 13px; }
      #home4 #pricing .charts .chart .setup-fee {
        opacity: .7;
        font-size: 96%; }
      #home4 #pricing .charts .chart .specs {
        border-bottom: 1px solid #d5d5d5; }
        #home4 #pricing .charts .chart .specs .spec .variable {
          color: #3B88B6; }
      #home4 #pricing .charts .chart .features ul {
        margin-top: 20px;
        padding-left: 8px;
        padding-right: 8px;
        list-style-type: circle;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        color: #474747;
        text-align: center;
        font-weight: 300;
        font-size: 15px; }
        #home4 #pricing .charts .chart .features ul li {
          text-align: left; }
      #home4 #pricing .charts .chart .btn-signup {
        margin-bottom: 20px;
        border: 1px solid #3B88B6;
        background: #3B88B6;
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        -ms-transition: all 0.1s linear;
        -o-transition: all 0.1s linear;
        transition: all 0.1s linear; }
        #home4 #pricing .charts .chart .btn-signup:hover {
          border: 1px solid #B71927;
          background: #B71927; }
        #home4 #pricing .charts .chart .btn-signup:active span {
          box-shadow: inset 0 1px 3px #B71927, inset 0 1px 4px #000; }
        #home4 #pricing .charts .chart .btn-signup span {
          color: white;
          text-shadow: 0 1px 0 black;
          box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.4);
          background: transparent;
          font-size: 13px;
          padding-left: 10px;
          padding-right: 10px; }
      #home4 #pricing .charts .chart .features-note {
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-weight: 300;
        margin-top: 20px;
        display: block; }

i.glyphicon-time.blue {
  color: #2387DD; }

#edition_feature_table table.fixed {
  top: 75px;
  z-index: 20;
  position: fixed;
  width: auto;
  display: none;
  border: none; }
  #edition_feature_table table.fixed th {
    /*
    &:first-child{
      background-color: transparent;
    }
    border-bottom: none;
    background-color: white;
    */
    background-color: #EFEFEF;
    border-bottom: 2px solid #ddd; }
#edition_feature_table table thead tr th {
  text-align: center; }
#edition_feature_table table tbody tr th {
  font-size: 22px;
  padding-top: 40px;
  color: #3B88B6; }
#edition_feature_table table tr td {
  font-size: 12px;
  text-align: center; }
  #edition_feature_table table tr td:first-child {
    text-align: left;
    font-size: 14px; }
  #edition_feature_table table tr td span {
    font-size: 12px; }
  #edition_feature_table table tr td sup {
    font-size: 84%; }

@media (max-width: 767px) {
  #edition_feature_table table.fixed {
    top: 50px; } }
@media (max-width: 991px) {
  #home4 #pricing .charts .chart {
    width: 100%; }
    #home4 #pricing .charts .chart .features ul {
      list-style-type: none; }
      #home4 #pricing .charts .chart .features ul li {
        text-align: center; } }
@media (min-width: 768px) and (max-width: 991px) {
  #edition_feature_table table.fixed {
    top: 81px; } }
@media (max-width: 600px) {
  #home4 #pricing .charts .chart {
    width: 102% !important; } }
#contact-us #info .contact .phone,
#contact-us #info .contact .mail {
  margin-bottom: 30px; }
#contact-us #info.row {
  margin-bottom: 0; }
#contact-us #info .message #feedback-form {
  width: 100%;
  background-color: transparent;
  border: none; }
  #contact-us #info .message #feedback-form form {
    width: 100%;
    text-align: left; }

body#home4.privacy-policy h3 {
  margin-top: 24px;
  margin-bottom: 2px; }
body#home4.privacy-policy #features .feature .info p {
  margin-top: 4px;
  width: 100%;
  text-align: left !important; }

.video-element {
  margin-left: auto;
  margin-right: auto; }

.vertical-assets h4 {
  margin-top: 0px;
  color: #3B88B6;
  font-size: 22px;
  line-height: 39px;
  font-weight: bold; }
.vertical-assets a.pic {
  margin-bottom: 0; }
  .vertical-assets a.pic .layer p {
    top: 90%; }
  .vertical-assets a.pic:hover {
    cursor: zoom-in; }

.asset-overlay {
  position: absolute;
  top: 0;
  width: calc(100% - 30px);
  height: auto;
  z-index: 999; }
  .asset-overlay h5 {
    position: absolute;
    top: 23px;
    padding: 10px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    color: #B71927;
    background-color: white;
    border-radius: 5px;
    width: calc(100% - 20px);
    font-size: 26px;
    box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.75); }
  .asset-overlay .btn-play {
    background-image: url("../assets/images/btn-play.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 100%;
    background-size: 66px;
    opacity: 1; }

.text-below-asset {
  padding: 15px;
  color: #6C7279;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  margin-bottom: 30px; }

@media (max-width: 991px) {
  .vertical-assets h4 {
    text-align: center; }

  .video-element {
    width: 65%; }

  .asset-overlay {
    width: 62%;
    left: 19%; }
    .asset-overlay h5 {
      top: 40px; } }
.zammad-form-modal {
  color: #333333; }
  .zammad-form-modal form {
    margin-bottom: 0;
    color: #333333; }
  .zammad-form-modal label {
    text-transform: uppercase; }
  .zammad-form-modal .form-control {
    display: block;
    max-width: 96%; }

#main_zammad-contact-form {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 0px;
  border: 0px none;
  background: #3b88b6;
  overflow: hidden;
  position: fixed;
  z-index: 16000;
  width: 209px;
  height: 30px;
  right: 10px;
  bottom: 0px;
  color: white;
  font-weight: bold;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  letter-spacing: .5px; }
  #main_zammad-contact-form .icon {
    position: absolute;
    height: 100%;
    left: 0;
    vertical-align: text-top;
    text-align: center;
    padding-top: 8px;
    width: 36px;
    background: #297ba8;
    color: #ffffff;
    top: 0;
    /*padding-top: 6px;*/
    opacity: 1;
    padding-top: 5px;
    font-size: 14px; }
  #main_zammad-contact-form .title {
    padding-left: 34px;
    font-size: 13px;
    font-family: Verdana, Geneva, sans-serif; }

/* this mixin makes possible to add transition to a specific vendor, example: */
/* -webkit-transition: -webkit-transform 0.5s linear; */
/* modules */
/* this mixin makes possible to add transition to a specific vendor, example: */
/* -webkit-transition: -webkit-transform 0.5s linear; */
*:focus {
  outline: 0; }

.button {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  padding: 13px 32px;
  font-weight: 400;
  font-size: 17px;
  color: #ffffff !important;
  text-shadow: rgba(0, 0, 0, 0.2) 0 -1px 0;
  border: 0px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px, inset rgba(255, 255, 255, 0.88) 0px 1px 3px -1px;
  background-color: #4589E3;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5DA4FF), color-stop(100%, #417BFF));
  background: -webkit-linear-gradient(#5DA4FF, #417BFF);
  background: -moz-linear-gradient(#5DA4FF, #417BFF);
  background: -o-linear-gradient(#5DA4FF, #417BFF);
  background: linear-gradient(#5DA4FF, #417BFF);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.button:hover {
  color: #ffffff;
  text-decoration: none; }

.button:active {
  box-shadow: inset 0px 3px 3px rgba(0, 0, 0, 0.29); }

.button.button-small {
  padding: 10px 33px;
  border: 1px solid #68A2EE;
  font-size: 14px;
  font-weight: bold; }

.button-outline {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  color: #ffffff;
  padding: 12px 31px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  background: rgba(0, 0, 0, 0.15);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.button-outline:hover {
  text-decoration: none;
  color: #ddd;
  border-color: #ddd; }

.button-clear {
  -webkit-font-smoothing: antialiased;
  border: 0;
  outline: none;
  padding: 1px;
  display: inline-block;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075);
  -ms-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075);
  -o-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075);
  background: #adb2bb;
  background: -webkit-linear-gradient(#ccd0d6, #adb2bb);
  background: -moz-linear-gradient(#ccd0d6, #adb2bb);
  background: -ms-linear-gradient(#ccd0d6, #adb2bb);
  background: -o-linear-gradient(#ccd0d6, #adb2bb);
  background: linear-gradient(#ccd0d6, #adb2bb); }

.button-clear span {
  display: block;
  font-size: 14px;
  padding-left: 23px;
  padding-right: 23px;
  height: 36px;
  line-height: 33px;
  border-radius: 4px;
  font-weight: bold;
  color: #444;
  text-shadow: 0 1px 0 white;
  background: #eff1f4;
  background: -webkit-linear-gradient(#f7f8fa, #eff1f4);
  background: -moz-linear-gradient(#f7f8fa, #eff1f4);
  background: -ms-linear-gradient(#f7f8fa, #eff1f4);
  background: -o-linear-gradient(#f7f8fa, #eff1f4);
  background: linear-gradient(#f7f8fa, #eff1f4);
  -webkit-box-shadow: inset 0 1px 0 white;
  -moz-box-shadow: inset 0 1px 0 white;
  -ms-box-shadow: inset 0 1px 0 white;
  -o-box-shadow: inset 0 1px 0 white;
  box-shadow: inset 0 1px 0 white; }

.button-clear:hover {
  text-decoration: none; }

.button-clear:active, .button-clear.active {
  background: #b5bac2;
  background: -webkit-linear-gradient(#b5bac2, #b5bac2);
  background: -moz-linear-gradient(#b5bac2, #b5bac2);
  background: -ms-linear-gradient(#b5bac2, #b5bac2);
  background: -o-linear-gradient(#b5bac2, #b5bac2);
  background: linear-gradient(#b5bac2, #b5bac2); }

.button-clear:active span, .button-clear.active span {
  color: #444;
  background: #eff1f4;
  background: -webkit-linear-gradient(#e6e8eb, #eff1f4);
  background: -moz-linear-gradient(#e6e8eb, #eff1f4);
  background: -ms-linear-gradient(#e6e8eb, #eff1f4);
  background: -o-linear-gradient(#e6e8eb, #eff1f4);
  background: linear-gradient(#e6e8eb, #eff1f4);
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1); }

/* form controls */
input[type="text"].form-control,
input[type="email"].form-control,
input[type="password"].form-control {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  height: 39px; }

input[type="text"].form-control::-webkit-input-placeholder,
input[type="email"].form-control::-webkit-input-placeholder,
input[type="password"].form-control::-webkit-input-placeholder {
  color: #B1B1B1;
  font-weight: 400;
  font-size: 14px; }

input[type="text"].form-control:-moz-placeholder,
input[type="email"].form-control:-moz-placeholder,
input[type="password"].form-control:-moz-placeholder {
  color: #B1B1B1;
  font-weight: 400;
  font-size: 14px; }

input[type="text"].form-control::-moz-placeholder,
input[type="email"].form-control::-moz-placeholder,
input[type="password"].form-control::-moz-placeholder {
  color: #B1B1B1;
  font-weight: 400;
  font-size: 14px; }

input[type="text"].form-control:-ms-input-placeholder,
input[type="email"].form-control:-ms-input-placeholder,
input[type="password"].form-control:-ms-input-placeholder {
  color: #B1B1B1;
  font-weight: 400;
  font-size: 14px; }

input[type="text"].form-control:focus,
input[type="email"].form-control:focus,
input[type="password"].form-control:focus {
  border-color: #98D2FF;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(166, 205, 236, 0.6); }

textarea.form-control {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2); }

textarea.form-control::-webkit-input-placeholder {
  color: #B1B1B1;
  font-weight: 400;
  font-size: 14px; }

textarea.form-control:-moz-placeholder {
  color: #B1B1B1;
  font-weight: 400;
  font-size: 14px; }

textarea.form-control::-moz-placeholder {
  color: #B1B1B1;
  font-weight: 400;
  font-size: 14px; }

textarea.form-control:-ms-input-placeholder {
  color: #B1B1B1;
  font-weight: 400;
  font-size: 14px; }

textarea.form-control:focus {
  border-color: #98D2FF;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(166, 205, 236, 0.6); }

/* vendor */
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1 {
  margin: .67em 0;
  font-size: 2em; }

mark {
  color: #000;
  background: #ff0; }

small {
  font-size: 80%; }

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  margin: 0;
  font: inherit;
  color: inherit; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input {
  line-height: normal; }

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto; }

input[type=search] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid silver; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

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

td, th {
  padding: 0; }

a.tile {
  background: #ffffff;
  color: #000000; }
  a.tile:hover {
    background: #B71927; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *, :after, :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  img, tr {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  h2, h3, p {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; }

  .navbar {
    display: none; }

  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }

  .table td, .table th {
    background-color: #ffffff !important; }

  .table-bordered td, .table-bordered th {
    border: 1px solid #ddd !important; } }
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\2a"; }

.glyphicon-plus:before {
  content: "\2b"; }

.glyphicon-eur:before, .glyphicon-euro:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

:after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Asap", serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #333;
  background-color: #ffffff; }

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }

a:focus, a:hover {
  color: #23527c;
  text-decoration: underline; }

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role=button] {
  cursor: pointer; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: bold;
  line-height: 1.1;
  color: inherit; }

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777; }

.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
  font-size: 65%; }

.h4, .h5, .h6, h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px; }

.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
  font-size: 75%; }

.h1, h1 {
  font-size: 36px; }

.h2, h2 {
  font-size: 30px; }

.h3, h3 {
  font-size: 24px; }

.h4, h4 {
  font-size: 18px; }

.h5, h5 {
  font-size: 14px; }

.h6, h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }

@media (min-width: 768px) {
  .lead {
    font-size: 21px; } }
.small, small {
  font-size: 85%; }

.mark, mark {
  padding: .2em;
  background-color: #fcf8e3; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777; }

.text-primary {
  color: #337ab7; }

a.text-primary:focus, a.text-primary:hover {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:focus, a.text-success:hover {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:focus, a.text-info:hover {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:focus, a.text-warning:hover {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:focus, a.text-danger:hover {
  color: #843534; }

.bg-primary {
  color: #ffffff;
  background-color: #337ab7; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:focus, a.bg-success:hover {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:focus, a.bg-info:hover {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee; }

ol, ul {
  margin-top: 0;
  margin-bottom: 10px; }

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none; }

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dd, dt {
  line-height: 1.42857143; }

dt {
  font-weight: 700; }

dd {
  margin-left: 0; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap; }

  .dl-horizontal dd {
    margin-left: 180px; } }
abbr[data-original-title], abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee; }

blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
  margin-bottom: 0; }

blockquote .small, blockquote footer, blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777; }

blockquote .small:before, blockquote footer:before, blockquote small:before {
  content: '\2014 \00A0'; }

.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0; }

.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
  content: ''; }

.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
  content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143; }

code, kbd, pre, samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }
@media (min-width: 992px) {
  .container {
    width: 970px; } }
@media (min-width: 1200px) {
  .container {
    width: 1170px; } }
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  margin-right: -15px;
  margin-left: -15px; }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-11 {
    width: 91.66666667%; }

  .col-sm-10 {
    width: 83.33333333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.66666667%; }

  .col-sm-7 {
    width: 58.33333333%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5 {
    width: 41.66666667%; }

  .col-sm-4 {
    width: 33.33333333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.66666667%; }

  .col-sm-1 {
    width: 8.33333333%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-pull-11 {
    right: 91.66666667%; }

  .col-sm-pull-10 {
    right: 83.33333333%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-8 {
    right: 66.66666667%; }

  .col-sm-pull-7 {
    right: 58.33333333%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-5 {
    right: 41.66666667%; }

  .col-sm-pull-4 {
    right: 33.33333333%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-2 {
    right: 16.66666667%; }

  .col-sm-pull-1 {
    right: 8.33333333%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-push-11 {
    left: 91.66666667%; }

  .col-sm-push-10 {
    left: 83.33333333%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-8 {
    left: 66.66666667%; }

  .col-sm-push-7 {
    left: 58.33333333%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-5 {
    left: 41.66666667%; }

  .col-sm-push-4 {
    left: 33.33333333%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-2 {
    left: 16.66666667%; }

  .col-sm-push-1 {
    left: 8.33333333%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .col-sm-offset-0 {
    margin-left: 0; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left; }

  .col-md-12 {
    width: 100%;
    padding: 0; }

  .col-md-11 {
    width: 91.66666667%; }

  .col-md-10 {
    width: 83.33333333%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.66666667%; }

  .col-md-7 {
    width: 58.33333333%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66666667%; }

  .col-md-4 {
    width: 33.33333333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 16.66666667%; }

  .col-md-1 {
    width: 8.33333333%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-pull-11 {
    right: 91.66666667%; }

  .col-md-pull-10 {
    right: 83.33333333%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-8 {
    right: 66.66666667%; }

  .col-md-pull-7 {
    right: 58.33333333%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-5 {
    right: 41.66666667%; }

  .col-md-pull-4 {
    right: 33.33333333%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-2 {
    right: 16.66666667%; }

  .col-md-pull-1 {
    right: 8.33333333%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-push-11 {
    left: 91.66666667%; }

  .col-md-push-10 {
    left: 83.33333333%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-8 {
    left: 66.66666667%; }

  .col-md-push-7 {
    left: 58.33333333%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-5 {
    left: 41.66666667%; }

  .col-md-push-4 {
    left: 33.33333333%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-2 {
    left: 16.66666667%; }

  .col-md-push-1 {
    left: 8.33333333%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .col-md-offset-0 {
    margin-left: 0; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-11 {
    width: 91.66666667%; }

  .col-lg-10 {
    width: 83.33333333%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-8 {
    width: 66.66666667%; }

  .col-lg-7 {
    width: 58.33333333%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-5 {
    width: 41.66666667%; }

  .col-lg-4 {
    width: 33.33333333%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-2 {
    width: 16.66666667%; }

  .col-lg-1 {
    width: 8.33333333%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-pull-11 {
    right: 91.66666667%; }

  .col-lg-pull-10 {
    right: 83.33333333%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-8 {
    right: 66.66666667%; }

  .col-lg-pull-7 {
    right: 58.33333333%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-5 {
    right: 41.66666667%; }

  .col-lg-pull-4 {
    right: 33.33333333%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-2 {
    right: 16.66666667%; }

  .col-lg-pull-1 {
    right: 8.33333333%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-push-11 {
    left: 91.66666667%; }

  .col-lg-push-10 {
    left: 83.33333333%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-8 {
    left: 66.66666667%; }

  .col-lg-push-7 {
    left: 58.33333333%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-5 {
    left: 41.66666667%; }

  .col-lg-push-4 {
    left: 33.33333333%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-2 {
    left: 16.66666667%; }

  .col-lg-push-1 {
    left: 8.33333333%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  .col-lg-offset-0 {
    margin-left: 0; } }
table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd; }

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd; }

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
  border-top: 0; }

.table > tbody + tbody {
  border-top: 2px solid #ddd; }

.table .table {
  background-color: #ffffff; }

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border: 1px solid #ddd; }

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*=col-] {
  position: static;
  display: table-column;
  float: none; }

table td[class*=col-], table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none; }

.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
  background-color: #f5f5f5; }

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8; }

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
  background-color: #dff0d8; }

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6; }

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
  background-color: #d9edf7; }

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3; }

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
  background-color: #fcf8e3; }

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc; }

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
  background-color: #f2dede; }

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc; }

.table-responsive {
  min-height: .01%;
  overflow-x: auto; }

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd; }

  .table-responsive > .table {
    margin-bottom: 0; }

  .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
    white-space: nowrap; }

  .table-responsive > .table-bordered {
    border: 0; }

  .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0; }

  .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0; }

  .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; } }
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700; }

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type=checkbox], input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type=file] {
  display: block; }

input[type=range] {
  display: block;
  width: 100%; }

select[multiple], select[size] {
  height: auto; }

input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #999; }

.form-control::-webkit-input-placeholder {
  color: #999; }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1; }

.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type=search] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
    line-height: 34px; }

  .input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
    line-height: 30px; }

  .input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
    line-height: 46px; } }
.form-group {
  margin-bottom: 15px; }

.checkbox, .radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }

.checkbox label, .radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer; }

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px; }

.checkbox + .checkbox, .radio + .radio {
  margin-top: -5px; }

.checkbox-inline, .radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer; }

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px; }

fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
  cursor: not-allowed; }

.checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline {
  cursor: not-allowed; }

.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
  cursor: not-allowed; }

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }

.form-control-static.input-lg, .form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

select[multiple].input-sm, textarea.input-sm {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

select[multiple].input-lg, textarea.input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }

.has-feedback .form-control {
  padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.form-group-lg .form-control + .form-control-feedback, .input-group-lg + .form-control-feedback, .input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.form-group-sm .form-control + .form-control-feedback, .input-group-sm + .form-control-feedback, .input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }

  .form-inline .form-control-static {
    display: inline-block; }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }

  .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
    width: auto; }

  .form-inline .input-group > .form-control {
    width: 100%; }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }

  .form-inline .checkbox, .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }

  .form-inline .checkbox label, .form-inline .radio label {
    padding-left: 0; }

  .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0; }

  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }
.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0; }

.form-horizontal .checkbox, .form-horizontal .radio {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right; } }
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33px;
    font-size: 18px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.btn.focus, .btn:focus, .btn:hover {
  color: #333;
  text-decoration: none; }

.btn.active, .btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65; }

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #ffffff;
  border-color: #ccc; }

.btn-default.focus, .btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c; }

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c; }

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
  background-image: none; }

.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
  background-color: #ffffff;
  border-color: #ccc; }

.btn-default .badge {
  color: #ffffff;
  background-color: #333; }

.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4; }

.btn-primary.focus, .btn-primary:focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40; }

.btn-primary:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74; }

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74; }

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40; }

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
  background-image: none; }

.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4; }

.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff; }

.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success.focus, .btn-success:focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625; }

.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439; }

.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439; }

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625; }

.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
  background-image: none; }

.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff; }

.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info.focus, .btn-info:focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85; }

.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc; }

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc; }

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85; }

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
  background-image: none; }

.btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff; }

.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning.focus, .btn-warning:focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d; }

.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512; }

.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512; }

.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d; }

.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
  background-image: none; }

.btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff; }

.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger.focus, .btn-danger:focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19; }

.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925; }

.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925; }

.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19; }

.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
  background-image: none; }

.btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff; }

.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0; }

.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
  border-color: transparent; }

.btn-link:focus, .btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent; }

.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none; }

.btn-group-lg > .btn, .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-group-sm > .btn, .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-group-xs > .btn, .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear; }

.fade.in {
  opacity: 1; }

.collapse {
  display: none; }

.collapse.in {
  display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropdown, .dropup {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

.dropdown-menu.pull-right {
  right: 0;
  left: auto; }

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap; }

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
  color: #777; }

.dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9; }

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }

  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0; } }
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  float: left; }

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
  z-index: 2; }

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }

.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
  float: left; }

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
  margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px; }

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%; }

.btn-group-justified > .btn-group .btn {
  width: 100%; }

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto; }

[data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }

.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0; }

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0; }

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px; }

select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn, textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
  height: auto; }

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px; }

select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn, textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
  height: auto; }

.input-group .form-control, .input-group-addon, .input-group-btn {
  display: table-cell; }

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px; }

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px; }

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px; }

.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
  margin-top: 0; }

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }

.input-group-btn > .btn {
  position: relative; }

.input-group-btn > .btn + .btn {
  margin-left: -1px; }

.input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
  z-index: 2; }

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
  margin-right: -1px; }

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px; }

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav > li {
  position: relative;
  display: block; }

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px; }

.nav > li > a:focus, .nav > li > a:hover {
  text-decoration: none;
  background-color: #eee; }

.nav > li.disabled > a {
  color: #777; }

.nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent; }

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: #eee;
  border-color: #337ab7; }

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.nav > li > a > img {
  max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }

.nav-tabs > li {
  float: left;
  margin-bottom: -1px; }

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0; }

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent; }

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0; }

.nav-tabs.nav-justified > li {
  float: none; }

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center; }

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%; }

  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0; } }
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #ddd; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }

  .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #ffffff; } }
.nav-pills > li {
  float: left; }

.nav-pills > li > a {
  border-radius: 4px; }

.nav-pills > li + li {
  margin-left: 2px; }

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  color: #ffffff;
  background-color: #337ab7; }

.nav-stacked > li {
  float: none; }

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0; }

.nav-justified {
  width: 100%; }

.nav-justified > li {
  float: none; }

.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center; }

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%; }

  .nav-justified > li > a {
    margin-bottom: 0; } }
.nav-tabs-justified {
  border-bottom: 0; }

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
  border: 1px solid #ddd; }

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }

  .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
    border-bottom-color: #ffffff; } }
.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px; } }
@media (min-width: 768px) {
  .navbar-header {
    float: left; } }
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

.navbar-collapse.in {
  overflow-y: auto; }

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; }

  .navbar-collapse.in {
    overflow-y: visible; }

  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0; } }
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
  max-height: 340px; }

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 200px; } }
.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 768px) {
  .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: 0;
    margin-left: 0; } }
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0; } }
.navbar-fixed-bottom, .navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }

@media (min-width: 768px) {
  .navbar-fixed-bottom, .navbar-fixed-top {
    border-radius: 0; } }
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px; }

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none; }

.navbar-brand > img {
  display: block; }

@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px; } }
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.navbar-toggle:focus {
  outline: 0; }

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px; }

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px; }

@media (min-width: 768px) {
  .navbar-toggle {
    display: none; } }
.navbar-nav {
  margin: 7.5px -15px; }

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px; }

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }

  .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px; }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px; }

  .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none; } }
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0; }

  .navbar-nav > li {
    float: left; }

  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px; } }
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); }

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }

  .navbar-form .form-control-static {
    display: inline-block; }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle; }

  .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
    width: auto; }

  .navbar-form .input-group > .form-control {
    width: 100%; }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }

  .navbar-form .checkbox, .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }

  .navbar-form .checkbox label, .navbar-form .radio label {
    padding-left: 0; }

  .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
    position: relative;
    margin-left: 0; }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0; } }
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px; }

  .navbar-form .form-group:last-child {
    margin-bottom: 0; } }
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; } }
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px; }

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px; } }
@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }

  .navbar-right {
    float: right !important;
    margin-right: -15px; }

  .navbar-right ~ .navbar-right {
    margin-right: 0; } }
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }

.navbar-default .navbar-brand {
  color: #777; }

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent; }

.navbar-default .navbar-text {
  color: #777; }

.navbar-default .navbar-nav > li > a {
  color: #777; }

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: #555555;
  background-color: #e7e7e7; }

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent; }

.navbar-default .navbar-toggle {
  border-color: #ddd; }

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: #ddd; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888; }

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e7e7e7; }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  color: #555555;
  background-color: #e7e7e7; }

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777; }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent; }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555555;
    background-color: #e7e7e7; }

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent; } }
.navbar-default .navbar-link {
  color: #777; }

.navbar-default .navbar-link:hover {
  color: #333; }

.navbar-default .btn-link {
  color: #777; }

.navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
  color: #333; }

.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #080808; }

.navbar-inverse .navbar-brand {
  color: #9d9d9d; }

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
  color: #ffffff;
  background-color: transparent; }

.navbar-inverse .navbar-text {
  color: #9d9d9d; }

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d; }

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
  color: #ffffff;
  background-color: transparent; }

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
  color: #ffffff;
  background-color: #080808; }

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #444;
  background-color: transparent; }

.navbar-inverse .navbar-toggle {
  border-color: transparent; }

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff; }

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #101010; }

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
  color: #ffffff;
  background-color: #080808; }

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808; }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808; }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d; }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #ffffff;
    background-color: transparent; }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #ffffff;
    background-color: #080808; }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #444;
    background-color: transparent; } }
.navbar-inverse .navbar-link {
  color: #9d9d9d; }

.navbar-inverse .navbar-link:hover {
  color: #ffffff; }

.navbar-inverse .btn-link {
  color: #9d9d9d; }

.navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
  color: #ffffff; }

.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }

.breadcrumb > li {
  display: inline-block; }

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0"; }

.breadcrumb > .active {
  color: #777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }

.pagination > li {
  display: inline; }

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #ddd; }

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd; }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7; }

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #ddd; }

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px; }

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; }

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none; }

.pager li {
  display: inline; }

.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 15px; }

.pager li > a:focus, .pager li > a:hover {
  text-decoration: none;
  background-color: #eee; }

.pager .next > a, .pager .next > span {
  float: right; }

.pager .previous > a, .pager .previous > span {
  float: left; }

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #ffffff; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }

a.label:focus, a.label:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer; }

.label:empty {
  display: none; }

.btn .label {
  position: relative;
  top: -1px; }

.label-default {
  background-color: #777; }

.label-default[href]:focus, .label-default[href]:hover {
  background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }

.label-primary[href]:focus, .label-primary[href]:hover {
  background-color: #286090; }

.label-success {
  background-color: #5cb85c; }

.label-success[href]:focus, .label-success[href]:hover {
  background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }

.label-info[href]:focus, .label-info[href]:hover {
  background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }

.label-warning[href]:focus, .label-warning[href]:hover {
  background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }

.label-danger[href]:focus, .label-danger[href]:hover {
  background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px; }

.badge:empty {
  display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.btn-group-xs > .btn .badge, .btn-xs .badge {
  top: 0;
  padding: 1px 5px; }

a.badge:focus, a.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer; }

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #ffffff; }

.list-group-item > .badge {
  float: right; }

.list-group-item > .badge + .badge {
  margin-right: 5px; }

.nav-pills > li > a > .badge {
  margin-left: 3px; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee; }

.jumbotron .h1, .jumbotron h1 {
  color: inherit; }

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200; }

.jumbotron > hr {
  border-top-color: #d5d5d5; }

.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px; }

.jumbotron .container {
  max-width: 100%; }

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px; }

  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px; }

  .jumbotron .h1, .jumbotron h1 {
    font-size: 63px; } }
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out; }

.thumbnail a > img, .thumbnail > img {
  margin-right: auto;
  margin-left: auto; }

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
  border-color: #337ab7; }

.thumbnail .caption {
  padding: 9px;
  color: #333; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }

.alert h4 {
  margin-top: 0;
  color: inherit; }

.alert .alert-link {
  font-weight: 700; }

.alert > p, .alert > ul {
  margin-bottom: 0; }

.alert > p + p {
  margin-top: 5px; }

.alert-dismissable, .alert-dismissible {
  padding-right: 35px; }

.alert-dismissable .close, .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit; }

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.alert-success hr {
  border-top-color: #c9e2b3; }

.alert-success .alert-link {
  color: #2b542c; }

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.alert-info hr {
  border-top-color: #a6e1ec; }

.alert-info .alert-link {
  color: #245269; }

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.alert-warning hr {
  border-top-color: #f7e1b5; }

.alert-warning .alert-link {
  color: #66512c; }

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.alert-danger hr {
  border-top-color: #e4b9c0; }

.alert-danger .alert-link {
  color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease; }

.progress-bar-striped, .progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px; }

.progress-bar.active, .progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }

.media:first-child {
  margin-top: 0; }

.media, .media-body {
  overflow: hidden;
  zoom: 1; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }

.media-object.img-thumbnail {
  max-width: none; }

.media-right, .media > .pull-right {
  padding-left: 10px; }

.media-left, .media > .pull-left {
  padding-right: 10px; }

.media-body, .media-left, .media-right {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  padding-left: 0;
  margin-bottom: 20px; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #ddd; }

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

a.list-group-item, button.list-group-item {
  color: #555555; }

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
  color: #333; }

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
  color: #555555;
  text-decoration: none;
  background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #eee; }

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
  color: inherit; }

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
  color: #777; }

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7; }

.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small {
  color: inherit; }

.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
  color: #c7ddef; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success, button.list-group-item-success {
  color: #3c763d; }

a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
  color: inherit; }

a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6; }

a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
  color: #ffffff;
  background-color: #3c763d;
  border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info, button.list-group-item-info {
  color: #31708f; }

a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
  color: inherit; }

a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3; }

a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
  color: #ffffff;
  background-color: #31708f;
  border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning, button.list-group-item-warning {
  color: #8a6d3b; }

a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
  color: inherit; }

a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc; }

a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
  color: #ffffff;
  background-color: #8a6d3b;
  border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger, button.list-group-item-danger {
  color: #a94442; }

a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
  color: inherit; }

a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc; }

a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
  color: #ffffff;
  background-color: #a94442;
  border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }

.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
  color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group, .panel > .panel-collapse > .list-group {
  margin-bottom: 0; }

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0; }

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
  margin-bottom: 0; }

.panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption {
  padding-right: 15px;
  padding-left: 15px; }

.panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px; }

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px; }

.panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px; }

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px; }

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0; }

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0; }

.panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0; }

.panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0; }

.panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0; }

.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0; }

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0; }

.panel-group {
  margin-bottom: 20px; }

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px; }

.panel-group .panel + .panel {
  margin-top: 5px; }

.panel-group .panel-heading {
  border-bottom: 0; }

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd; }

.panel-group .panel-footer {
  border-top: 0; }

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd; }

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd; }

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333; }

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }

.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7; }

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7; }

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #ffffff; }

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6; }

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d; }

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1; }

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f; }

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc; }

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b; }

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1; }

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442; }

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #ffffff;
  filter: alpha(opacity=20);
  opacity: .2; }

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5; }

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%); }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0; }

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5; }

.modal-header {
  min-height: 16.43px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857143; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px; }

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto; }

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9; }

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px; }

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px; }

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px; }

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto; }

.popover.top {
  margin-top: -10px; }

.popover.right {
  margin-left: 10px; }

.popover.bottom {
  margin-top: 10px; }

.popover.left {
  margin-left: -10px; }

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  content: "";
  border-width: 10px; }

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0; }

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #ffffff;
  border-bottom-width: 0; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0; }

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #ffffff;
  border-left-width: 0; }

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25); }

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #ffffff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25); }

.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #ffffff; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left; }

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
  line-height: 1; }

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px; }

  .carousel-inner > .item.active.right, .carousel-inner > .item.next {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }

  .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }

  .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block; }

.carousel-inner > .active {
  left: 0; }

.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%; }

.carousel-inner > .next {
  left: 100%; }

.carousel-inner > .prev {
  left: -100%; }

.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0; }

.carousel-inner > .active.left {
  left: -100%; }

.carousel-inner > .active.right {
  left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  filter: alpha(opacity=50);
  opacity: .5; }

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x; }

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x; }

.carousel-control:focus, .carousel-control:hover {
  color: #ffffff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9; }

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px; }

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px; }

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  right: 50%;
  margin-right: -10px; }

.carousel-control .icon-next, .carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1; }

.carousel-control .icon-prev:before {
  content: '\2039'; }

.carousel-control .icon-next:before {
  content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 10px; }

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #ffffff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.carousel-caption .btn {
  text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }

  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -15px; }

  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -15px; }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }

  .carousel-indicators {
    bottom: 20px; } }
.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
  display: table;
  content: " "; }

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
  clear: both; }

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-lg, .visible-md, .visible-sm, .visible-xs {
  display: none !important; }

.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table !important; }

  tr.visible-xs {
    display: table-row !important; }

  td.visible-xs, th.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table !important; }

  tr.visible-sm {
    display: table-row !important; }

  td.visible-sm, th.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table !important; }

  tr.visible-md {
    display: table-row !important; }

  td.visible-md, th.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table !important; }

  tr.visible-lg {
    display: table-row !important; }

  td.visible-lg, th.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table !important; }

  tr.visible-print {
    display: table-row !important; }

  td.visible-print, th.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }
.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }
.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }
@media print {
  .hidden-print {
    display: none !important; } }
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../assets/fonts/glyphicons-halflings-regular.eot");
  src: url("../assets/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../assets/fonts/glyphicons-halflings-regular.woff") format("woff"), url("../assets/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../assets/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }
@media (min-width: 1200px) {
  .container {
    width: 970px; } }
a {
  color: #459CE7; }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #5585B3;
  border-color: #4477A3; }

.pagination > li > a,
.pagination > li > span {
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear; }

/* config variables */
/* roboto font */
/* source sans pro */
/* lato */
/* merriweather */
/* layout */
a:focus, button:focus {
  outline: none; }

.navbar.normal {
  min-height: 70px;
  background: #223741;
  border-radius: 0px;
  box-shadow: 0px 1px 3px 1px rgba(46, 46, 46, 0.3), inset rgba(255, 255, 255, 0.2) 0 1px 1px;
  border: none;
  z-index: 9999;
  -webkit-font-smoothing: antialiased; }

.navbar.normal .navbar-header .navbar-brand {
  color: #ffffff;
  padding: 25px 15px;
  font-weight: bold; }

.navbar.normal .navbar-header .navbar-toggle {
  margin-top: 17px; }

@media (min-width: 768px) {
  .navbar.normal .navbar-collapse {
    text-align: center; } }
@media (min-width: 768px) {
  .navbar.normal .navbar-collapse .navbar-nav {
    float: none;
    display: inline-block; } }
.navbar.normal .navbar-collapse .navbar-nav > li {
  float: none;
  display: inline-block; }

@media (max-width: 767px) {
  .navbar.normal .navbar-collapse .navbar-nav > li {
    display: block; } }
.navbar.normal .navbar-collapse .navbar-nav > li.active > a {
  background: none;
  color: #ffffff; }

.navbar.normal .navbar-collapse .navbar-nav > li > a {
  padding: 25px 20px;
  color: #d5d5d5;
  font-weight: bold;
  z-index: 1001;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear; }

@media (max-width: 767px) {
  .navbar.normal .navbar-collapse .navbar-nav > li > a {
    padding: 18px 20px; } }
.navbar.normal .navbar-collapse .navbar-nav > li > a:hover {
  color: #ffffff; }

@media (max-width: 767px) {
  .navbar.normal .navbar-collapse .navbar-nav > li.open ul.dropdown-menu a {
    color: #ffffff;
    padding: 12px 18px 12px 30px; } }
.navbar.normal .navbar-collapse .navbar-nav > li ul.dropdown-menu {
  text-align: left;
  padding: 9px 0; }

.navbar.normal .navbar-collapse .navbar-nav > li ul.dropdown-menu li a {
  padding: 8px 18px; }

.navbar.normal .navbar-collapse .navbar-nav .button {
  padding: 8px 18px;
  font-size: 13px;
  position: relative;
  top: 17px; }

@media (max-width: 767px) {
  .navbar.normal .navbar-collapse .navbar-nav .button {
    box-shadow: none;
    background: none;
    top: 0;
    margin-bottom: 20px;
    color: #d5d5d5 !important;
    font-size: 15px; } }
.navbar.hero {
  margin: 0px;
  border-radius: 0px;
  border: 0px;
  z-index: 999;
  -webkit-font-smoothing: antialiased; }

@media (min-width: 768px) {
  .navbar.hero {
    background: transparent;
    padding: 20px 0 10px 0; }

  .navbar.hero .navbar-nav > .active > a {
    background: transparent;
    color: #ffffff; } }
.navbar.hero .navbar-brand {
  color: #ffffff;
  font-weight: bold;
  font-size: 21px; }

.navbar.hero .navbar-nav > li.dropdown > a .caret {
  border-top-color: #EBEBEB; }

.navbar.hero .navbar-nav > li > a {
  color: #ffffff;
  font-size: 15px;
  padding: 15px 20px;
  font-weight: bold;
  letter-spacing: 0.04em;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.navbar.hero .navbar-nav > li > a:hover {
  color: #3B88B6; }

.navbar.hero .navbar-nav > li.open > a {
  color: #ffffff !important;
  background-color: transparent;
  border-radius: 0px; }

@media (max-width: 767px) {
  .navbar.hero .navbar-nav > li.open ul.dropdown-menu a {
    color: #ffffff;
    padding: 12px 18px 12px 30px; } }
.navbar.hero .navbar-nav > li ul.dropdown-menu {
  text-align: left;
  background: rgba(0, 0, 0, 0.95);
  box-shadow: none;
  padding: 10px 0 8px 0;
  border-radius: 0px;
  border: 0px; }

.navbar.hero .navbar-nav > li ul.dropdown-menu li a {
  color: #ffffff;
  padding: 10px 18px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.02em; }

.navbar.hero .navbar-nav > li ul.dropdown-menu li a:hover {
  color: #e9e9e9;
  background: none; }

#footer {
  background: #414B5B;
  margin-top: 120px;
  padding-top: 47px;
  padding-bottom: 35px;
  -webkit-font-smoothing: antialiased; }

#footer .copyright {
  color: #5b687f;
  font-size: 10px;
  font-weight: normal;
  text-align: left; }

@media (max-width: 991px) {
  #footer .copyright {
    margin-bottom: 20px; } }
@media (max-width: 767px) {
  #footer .copyright {
    text-align: center; } }
@media (max-width: 767px) {
  #footer .menu {
    text-align: center;
    margin-top: 40px; } }
#footer .menu ul {
  list-style-type: none;
  padding: 0; }

#footer .menu ul li {
  display: inline-block;
  padding-bottom: 10px; }

#footer .menu ul li.active a {
  color: #ffffff; }

#footer .menu ul li a {
  color: #ccc;
  padding: 15px 17px;
  font-weight: normal;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear; }

#footer .menu ul li a:hover {
  color: #ffffff;
  text-decoration: none; }

@media (max-width: 991px) {
  #footer .menu ul li a {
    padding: 15px 17px 15px 0px; } }
#footer .social {
  text-align: right; }

@media (max-width: 767px) {
  #footer .social {
    text-align: center;
    margin-top: 40px; } }
#footer .social a {
  border: 0;
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
  margin-left: 15px;
  position: relative;
  top: -10px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease; }

#footer .social a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70); }

/* pages */
#home #hero {
  background: #4B4848;
  background-size: cover;
  /*background-image: url("../../assets/images/bg2blur2.png");*/
  /*background-image: url("http://24.media.tumblr.com/899355a7363be380170ecfcbdc9744d7/tumblr_myp93odkni1st5lhmo1_1280.jpg");*/
  background-position: center center;
  height: 650px;
  position: relative;
  top: -60px;
  padding-top: 115px; }

@media (max-width: 991px) {
  #home #hero {
    padding-top: 100px; } }
@media (max-width: 767px) {
  #home #hero {
    height: 550px; } }
#home #hero:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 420px;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, transparent 1%, rgba(0, 0, 0, 0.05) 26%, rgba(0, 0, 0, 0.55) 71%, #000 100%); }

#home #hero:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(6, 13, 32, 0.35); }

#home #hero .container {
  position: relative;
  z-index: 33; }

#home #hero h1.hero-text {
  text-align: center;
  font-family: "Asap", serif;
  font-size: 38px;
  font-weight: 300;
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }

@media (max-width: 767px) {
  #home #hero h1.hero-text {
    font-size: 30px; } }
#home #hero .sub-text {
  -webkit-font-smoothing: antialiased;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  animation-delay: 0.6s;
  margin: 0 auto;
  margin-top: 25px;
  text-align: center;
  color: #ffffff;
  font-weight: 400;
  font-size: 17px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  width: 50%; }

@media (max-width: 991px) {
  #home #hero .sub-text {
    width: 70%; } }
@media (max-width: 767px) {
  #home #hero .sub-text {
    font-size: 15px; } }
#home #hero .cta {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  animation-delay: 0.6s;
  text-align: center;
  margin-top: 60px; }

#home #hero .cta a {
  margin: 0px 20px; }

@media (max-width: 767px) {
  #home #hero .cta a {
    font-size: 14px;
    padding: 12px 25px;
    margin: 0px 15px 15px 0px; } }
#home #hero .browsers {
  margin-top: 70px;
  text-align: center; }

#home #hero .browsers img {
  margin: 0 auto; }

@media (max-width: 767px) {
  #home #hero .browsers {
    margin-top: 65px; } }
#home #features {
  /* mixin found in partials/snippets */
  margin-top: 100px; }

@media (max-width: 991px) {
  #home #features {
    margin-top: 50px; } }
#home #features .header {
  text-align: center; }

#home #features .header h2 {
  color: #555555;
  font-weight: 300;
  font-size: 28px; }

@media (max-width: 767px) {
  #home #features .header h2 {
    font-size: 25px; } }
#home #features .header p {
  font-weight: 300;
  font-size: 17px;
  color: #757575; }

#home #features .feature {
  margin-top: 55px;
  -webkit-font-smoothing: antialiased; }

@media (min-width: 992px) {
  #home #features .feature.backwards .info {
    float: right; }

  #home #features .feature.backwards .image {
    float: left; }

  #home #features .feature.backwards .image img {
    margin: 0 auto; } }
@media (max-width: 991px) {
  #home #features .feature {
    margin-top: 10px; } }
#home #features .feature .info h4 {
  color: #3B88B6;
  font-weight: normal;
  font-size: 19px;
  line-height: 25px;
  margin-top: 35px; }

@media (max-width: 991px) {
  #home #features .feature .info h4 {
    text-align: center; } }
#home #features .feature .info p {
  color: #6C7279;
  font-size: 14px;
  margin-top: 20px;
  line-height: 24px;
  width: 83%;
  font-weight: normal; }

@media (max-width: 991px) {
  #home #features .feature .info p {
    text-align: center;
    width: 100%;
    font-size: 14px; } }
@media (max-width: 991px) {
  #home #features .feature .image img {
    margin: 0 auto !important;
    margin-top: 20px; } }
#home #features .divider {
  height: 1px;
  width: 100%;
  background-color: #ddd;
  position: relative;
  margin: 70px 0 60px; }

#home #features .divider:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.75)), color-stop(0.5, rgba(250, 250, 250, 0)), color-stop(1, rgba(255, 255, 255, 0.75)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
  background-image: linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%); }

@media (max-width: 991px) {
  #home #features .divider {
    margin: 55px 0 35px; } }
#home #pricing {
  -webkit-font-smoothing: antialiased;
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
  background: #5E7A9B;
  background: -webkit-linear-gradient(top, #355069 0, #5E7A9B 100%);
  background: -moz-linear-gradient(top, #355069 0, #5E7A9B 100%);
  background: -o-linear-gradient(top, #355069 0, #5E7A9B 100%);
  background: linear-gradient(top, #355069 0, #5E7A9B 100%);
  margin-top: 110px;
  padding-top: 40px;
  padding-bottom: 55px; }

#home #pricing .header {
  text-align: center; }

@media (max-width: 991px) {
  #home #pricing .header {
    margin-bottom: 25px; } }
#home #pricing .header h3 {
  font-size: 27px;
  color: #ffffff;
  line-height: 25px;
  font-weight: 300;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }

#home #pricing .header p {
  font-size: 16px;
  margin-top: 15px;
  color: #F0F0F0;
  font-weight: 400;
  line-height: 25px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }

#home #pricing .charts {
  margin-top: 35px; }

@media (max-width: 991px) {
  #home #pricing .charts {
    margin-top: 10px; } }
#home #pricing .charts .chart {
  background-color: #ffffff;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  box-shadow: 0px 0px 2px 0px rgba(181, 181, 181, 0.3);
  padding: 20px 40px;
  position: relative;
  text-align: center;
  width: 97%;
  min-height: 315px;
  position: relative;
  top: 37px; }

@media (max-width: 991px) {
  #home #pricing .charts .chart {
    float: none !important;
    left: 0px !important;
    top: 0px !important;
    margin: 0 auto;
    width: 55%;
    margin-bottom: 25px !important; }

  #home #pricing .charts .chart.last {
    margin-bottom: 0px !important; } }
@media (max-width: 600px) {
  #home #pricing .charts .chart {
    width: 90% !important; } }
#home #pricing .charts .chart.first {
  float: right;
  left: 12px; }

#home #pricing .charts .chart.last {
  left: -12px; }

#home #pricing .charts .chart.featured {
  min-height: 350px;
  top: 0px;
  margin: 0 auto; }

#home #pricing .charts .chart.featured .popular {
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  color: #B1B1B1;
  font-weight: 400; }

#home #pricing .charts .chart.featured .quantity {
  margin-top: 15px; }

#home #pricing .charts .chart .quantity {
  text-align: center; }

#home #pricing .charts .chart .quantity .dollar {
  font-size: 19px;
  position: relative;
  top: -18px; }

#home #pricing .charts .chart .quantity .price {
  font-size: 49px; }

#home #pricing .charts .chart .quantity .period {
  font-size: 17px;
  position: relative;
  top: -8px;
  margin-left: 4px; }

#home #pricing .charts .chart .plan-name {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #777;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 15px;
  width: 90%;
  margin: 0 auto;
  margin-top: 8px; }

#home #pricing .charts .chart .specs {
  margin-top: 20px; }

#home #pricing .charts .chart .specs .spec {
  font-size: 15px;
  color: #474747;
  text-align: center;
  font-weight: 300;
  margin-bottom: 13px; }

#home #pricing .charts .chart .specs .spec .variable {
  color: #1FBEE7;
  font-weight: 400; }

#home #pricing .charts .chart .btn-signup {
  margin-top: 20px;
  height: 38px; }

#home #slider {
  margin-top: 60px; }

@media (max-width: 991px) {
  #home #slider {
    margin-top: 30px; } }
#home #slider .header {
  text-align: center;
  -webkit-font-smoothing: antialiased; }

#home #slider .header h3 {
  font-size: 26px;
  color: #444;
  line-height: 25px;
  font-weight: 300;
  margin-bottom: 15px; }

#home #slider .slide-wrapper {
  border-bottom: 1px solid #E4E4E4; }

#home #slider .slide-wrapper .slideshow {
  background: url("../../assets/images/slider-bg.png") 0 0 no-repeat;
  margin: 0 auto;
  margin-top: 35px;
  width: 844px;
  height: 418px;
  position: relative;
  overflow: hidden; }

@media (max-width: 991px) {
  #home #slider .slide-wrapper .slideshow {
    background: none;
    width: inherit;
    height: 340px; } }
@media (max-width: 620px) {
  #home #slider .slide-wrapper .slideshow {
    height: 290px; } }
@media (max-width: 530px) {
  #home #slider .slide-wrapper .slideshow {
    height: 240px; } }
@media (max-width: 450px) {
  #home #slider .slide-wrapper .slideshow {
    height: 205px; } }
#home #slider .slide-wrapper .slideshow .btn-nav {
  width: 48px;
  height: 51px;
  position: absolute;
  top: 55%;
  z-index: 999;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease; }

#home #slider .slide-wrapper .slideshow .btn-nav.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transform: translateX(0px) !important;
  -o-transform: translateX(0px) !important;
  -ms-transform: translateX(0px) !important;
  -webkit-transform: translateX(0px) !important;
  transform: translateX(0px) !important; }

#home #slider .slide-wrapper .slideshow .btn-nav.prev {
  background: url("../../assets/images/slider/slide-left.png") 0 0 no-repeat;
  left: 91px;
  -moz-transform: translateX(-48px);
  -o-transform: translateX(-48px);
  -ms-transform: translateX(-48px);
  -webkit-transform: translateX(-48px);
  transform: translateX(-48px); }

@media (max-width: 991px) {
  #home #slider .slide-wrapper .slideshow .btn-nav.prev {
    left: 30px; } }
#home #slider .slide-wrapper .slideshow .btn-nav.next {
  background: url("../../assets/images/slider/slide-right.png") 0 0 no-repeat;
  right: 91px;
  -moz-transform: translateX(48px);
  -o-transform: translateX(48px);
  -ms-transform: translateX(48px);
  -webkit-transform: translateX(48px);
  transform: translateX(48px); }

@media (max-width: 991px) {
  #home #slider .slide-wrapper .slideshow .btn-nav.next {
    right: 29px; } }
#home #slider .slide-wrapper .slideshow .slide {
  width: 100%;
  height: 100%;
  position: absolute; }

#home #slider .slide-wrapper .slideshow .slide.active img {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px); }

#home #slider .slide-wrapper .slideshow .slide img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -moz-transform: translateY(300px);
  -o-transform: translateY(300px);
  -ms-transform: translateY(300px);
  -webkit-transform: translateY(300px);
  transform: translateY(300px);
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -o-transition: all .6s ease;
  -ms-transition: all .6s ease;
  transition: all .6s ease; }

@media (max-width: 767px) {
  #home #slider .slide-wrapper .slideshow .slide img {
    width: 100%; } }
#home #testimonials {
  margin-top: 80px;
  -webkit-font-smoothing: antialiased; }

#home #testimonials .header {
  text-align: center; }

#home #testimonials .header h3 {
  font-size: 23px;
  color: #555555;
  line-height: 25px;
  font-weight: 300;
  margin-bottom: 40px; }

#home #testimonials .testimonial {
  width: 90%; }

@media (max-width: 767px) {
  #home #testimonials .testimonial {
    float: none !important;
    margin: 0 auto;
    margin-bottom: 45px; } }
#home #testimonials .testimonial .quote {
  font-size: 13px;
  color: #3D3D3D;
  line-height: 24px;
  border: 1px solid #E2E2E2;
  padding: 12px 22px;
  border-radius: 6px;
  width: 90%;
  position: relative; }

@media (max-width: 767px) {
  #home #testimonials .testimonial .quote {
    margin: 0 auto; } }
#home #testimonials .testimonial .quote .arrow-down {
  position: absolute;
  bottom: 3px;
  left: 30px; }

#home #testimonials .testimonial .quote .arrow-down .arrow, #home #testimonials .testimonial .quote .arrow-down .arrow-border {
  border-color: #ffffff transparent transparent;
  border-style: solid;
  border-width: 11px;
  cursor: pointer;
  position: absolute;
  top: 3px;
  z-index: 1002; }

#home #testimonials .testimonial .quote .arrow-down .arrow-border {
  border-color: #E2E2E2 transparent transparent;
  border-width: 12px;
  top: 3px;
  z-index: 1001;
  left: -1px; }

#home #testimonials .testimonial .author {
  margin-top: 40px;
  margin-left: 10px; }

@media (max-width: 767px) {
  #home #testimonials .testimonial .author {
    margin-left: 6%; } }
#home #testimonials .testimonial .author .pic {
  width: 71px;
  height: 71px;
  border-radius: 50px;
  float: left;
  position: relative;
  top: -12px;
  margin-right: 18px;
  border: 1px solid #ccc; }

#home #testimonials .testimonial .author .name {
  color: #3C92C5;
  line-height: 23px;
  font-weight: bold; }

#home #testimonials .testimonial .author .company {
  font-size: 14px;
  color: #909090;
  line-height: 23px;
  font-weight: 400; }

#home #cta {
  margin-top: 90px;
  -webkit-font-smoothing: antialiased; }

@media (max-width: 991px) {
  #home #cta {
    margin-top: 65px; } }
#home #cta .form-wrapper {
  background: #F7F8FB;
  border: 1px solid #EAEDF7;
  border-radius: 8px;
  box-shadow: inset rgba(100, 100, 100, 0.25) 0 1px 1px;
  padding: 20px 30px 30px 30px;
  margin: 0 auto; }

#home #cta h4 {
  font-size: 19px;
  color: #5F6E7C;
  font-weight: 400;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5); }

#home #cta form {
  margin-top: 30px; }

#home #cta form .form-group {
  margin-right: 25px; }

@media (max-width: 991px) {
  #home #cta form .form-group {
    margin-right: 20px; } }
#home #cta form .form-group .form-control {
  width: 195px; }

@media (max-width: 767px) {
  #home #cta form .form-group .form-control {
    width: 100%; } }
#home #cta form .button {
  margin-left: 25px; }

@media (max-width: 991px) {
  #home #cta form .button {
    margin-top: 25px;
    margin-left: 0px; } }
#home2 #hero {
  background: #4B4848;
  background-size: cover;
  height: 583px;
  position: relative;
  top: -60px;
  overflow: hidden;
  background-image: url("../../assets/images/bg.png");
  box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.35); }

@media (max-width: 991px) {
  #home2 #hero {
    padding-top: 100px;
    height: 550px; } }
@media (min-width: 992px) {
  #home2 #hero {
    padding-top: 105px; } }
#home2 #hero h1.hero-text {
  text-align: center;
  font-family: "Asap", serif;
  font-size: 36px;
  font-weight: 300;
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8); }

@media (max-width: 991px) {
  #home2 #hero h1.hero-text {
    font-size: 30px; } }
@media (max-width: 767px) {
  #home2 #hero h1.hero-text {
    font-size: 27px; } }
#home2 #hero .cta {
  text-align: center;
  margin-top: 40px; }

#home2 #hero .cta a {
  margin: 0px 20px; }

@media (max-width: 400px) {
  #home2 #hero .cta a {
    display: block; } }
#home2 #hero .cta a.button {
  border-radius: 50px;
  padding: 12px 36px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

@media (max-width: 767px) {
  #home2 #hero .cta a.button {
    font-size: 16px; } }
@media (max-width: 400px) {
  #home2 #hero .cta a.button {
    width: 65%;
    margin: 0 auto;
    margin-bottom: 25px; } }
#home2 #hero .cta a.button:hover {
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px, inset rgba(255, 255, 255, 0.88) 0px 1px 3px -1px, rgba(0, 0, 0, 0.3) 0 1px 2px, #69B1F3 0 1px 30px; }

#home2 #hero .cta a.demo {
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  font-size: 16px; }

@media (max-width: 767px) {
  #home2 #hero .cta a.demo {
    font-size: 16px; } }
#home2 #hero .screenshot {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }

#home2 #hero .screenshot img {
  margin: 0 auto; }

#home2 #tabs {
  -webkit-font-smoothing: antialiased; }

@media (max-width: 991px) {
  #home2 #tabs {
    margin-bottom: 20px; } }
#home2 #tabs .header {
  text-align: center; }

#home2 #tabs .header h3 {
  font-size: 26px;
  color: #444;
  line-height: 25px;
  font-weight: 300; }

#home2 #tabs .header p {
  font-size: 16px;
  font-weight: 400;
  color: #888; }

#home2 #tabs .tabs-wrapper {
  margin-top: 45px; }

#home2 #tabs .tabs-wrapper .nav-tabs {
  text-align: center;
  border-bottom: 2px solid #EDEDED; }

@media (max-width: 991px) {
  #home2 #tabs .tabs-wrapper .nav-tabs {
    display: none; } }
#home2 #tabs .tabs-wrapper .nav-tabs li {
  float: none;
  display: inline-block; }

#home2 #tabs .tabs-wrapper .nav-tabs li.active a {
  color: #2B69A2;
  font-weight: 400;
  border-bottom: 0px; }

#home2 #tabs .tabs-wrapper .nav-tabs li.active a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: auto;
  border-bottom: 2px solid #7BA3C9;
  left: 1px;
  bottom: -1px; }

#home2 #tabs .tabs-wrapper .nav-tabs li a {
  color: #888;
  font-weight: 400;
  border: 0px;
  padding: 10px 20px;
  font-size: 15px;
  -webkit-transition: color 0.25s linear;
  -moz-transition: color 0.25s linear;
  -ms-transition: color 0.25s linear;
  -o-transition: color 0.25s linear;
  transition: color 0.25s linear; }

#home2 #tabs .tabs-wrapper .nav-tabs li a:hover {
  color: #2B69A2;
  background: none; }

#home2 #tabs .tabs-wrapper .tab-content {
  margin-top: 60px; }

#home2 #tabs .tabs-wrapper .tab-content .tab-pane {
  height: 325px; }

@media (max-width: 991px) {
  #home2 #tabs .tabs-wrapper .tab-content .tab-pane {
    display: block !important;
    opacity: 1;
    filter: alpha(opacity=100);
    height: auto;
    text-align: center;
    margin-bottom: 70px; } }
@media (max-width: 991px) {
  #home2 #tabs .tabs-wrapper .tab-content .tab-pane .info {
    margin-bottom: 35px; } }
#home2 #tabs .tabs-wrapper .tab-content .tab-pane .info h4 {
  color: #3B88B6;
  font-weight: normal;
  font-size: 19px;
  line-height: 25px;
  margin-top: 35px; }

#home2 #tabs .tabs-wrapper .tab-content .tab-pane .info p {
  color: #6C7279;
  font-size: 15px;
  margin-top: 20px;
  line-height: 24px;
  width: 83%;
  font-weight: normal; }

@media (max-width: 991px) {
  #home2 #tabs .tabs-wrapper .tab-content .tab-pane .info p {
    margin: 0 auto;
    width: 95%; } }
#home2 #tabs .tabs-wrapper .tab-content .tab-pane .image img {
  display: inline-block;
  margin: 0 auto; }

#home2 #pricing {
  -webkit-font-smoothing: antialiased;
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
  background: #5E7A9B;
  background: -webkit-linear-gradient(top, #355069 0, #5E7A9B 100%);
  background: -moz-linear-gradient(top, #355069 0, #5E7A9B 100%);
  background: -o-linear-gradient(top, #355069 0, #5E7A9B 100%);
  background: linear-gradient(top, #355069 0, #5E7A9B 100%);
  margin-top: 130px;
  padding-top: 40px;
  padding-bottom: 55px; }

@media (max-width: 991px) {
  #home2 #pricing {
    margin-top: 40px; } }
#home2 #pricing .header {
  text-align: center; }

@media (max-width: 991px) {
  #home2 #pricing .header {
    margin-bottom: 25px; } }
#home2 #pricing .header h3 {
  font-size: 27px;
  color: #ffffff;
  line-height: 25px;
  font-weight: 300;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }

#home2 #pricing .header p {
  font-size: 17px;
  color: #F0F0F0;
  font-weight: 400;
  line-height: 25px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }

#home2 #pricing .charts {
  margin-top: 35px; }

@media (max-width: 991px) {
  #home2 #pricing .charts {
    margin-top: 10px; } }
#home2 #pricing .charts .chart {
  background-color: #ffffff;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  box-shadow: 0px 0px 2px 0px rgba(181, 181, 181, 0.3);
  padding: 20px 40px;
  position: relative;
  text-align: center;
  width: 97%;
  min-height: 315px;
  position: relative;
  top: 37px; }

@media (max-width: 991px) {
  #home2 #pricing .charts .chart {
    float: none !important;
    left: 0px !important;
    top: 0px !important;
    margin: 0 auto;
    width: 55%;
    margin-bottom: 25px !important; }

  #home2 #pricing .charts .chart.last {
    margin-bottom: 0px !important; } }
@media (max-width: 600px) {
  #home2 #pricing .charts .chart {
    width: 90% !important; } }
#home2 #pricing .charts .chart.first {
  float: right;
  left: 12px; }

#home2 #pricing .charts .chart.last {
  left: -12px; }

#home2 #pricing .charts .chart.featured {
  min-height: 350px;
  top: 0px;
  margin: 0 auto; }

#home2 #pricing .charts .chart.featured .popular {
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  color: #B1B1B1;
  font-weight: 400; }

#home2 #pricing .charts .chart.featured .quantity {
  margin-top: 15px; }

#home2 #pricing .charts .chart .quantity {
  text-align: center; }

#home2 #pricing .charts .chart .quantity .dollar {
  font-size: 19px;
  position: relative;
  top: -18px; }

#home2 #pricing .charts .chart .quantity .price {
  font-size: 49px; }

#home2 #pricing .charts .chart .quantity .period {
  font-size: 17px;
  position: relative;
  top: -8px;
  margin-left: 4px; }

#home2 #pricing .charts .chart .plan-name {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #777;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 15px;
  width: 90%;
  margin: 0 auto;
  margin-top: 8px; }

#home2 #pricing .charts .chart .specs {
  margin-top: 20px; }

#home2 #pricing .charts .chart .specs .spec {
  font-size: 15px;
  color: #474747;
  text-align: center;
  font-weight: 300;
  margin-bottom: 13px; }

#home2 #pricing .charts .chart .specs .spec .variable {
  color: #1FBEE7;
  font-weight: 400; }

#home2 #pricing .charts .chart .btn-signup {
  margin-top: 20px;
  height: 38px; }

#home2 #second-option {
  margin-top: 85px; }

@media (max-width: 991px) {
  #home2 #second-option {
    margin-top: 50px; } }
@media (min-width: 992px) {
  #home2 #second-option .row {
    margin-bottom: 50px; } }
#home2 #second-option .feature {
  -webkit-font-smoothing: antialiased; }

@media (max-width: 991px) {
  #home2 #second-option .feature {
    text-align: center;
    margin-bottom: 35px; } }
#home2 #second-option .feature img {
  max-width: 40px; }

#home2 #second-option .feature .icon {
  font-size: 32px;
  color: #4187ba; }

#home2 #second-option .feature strong {
  display: block;
  font-weight: 400;
  font-size: 17px;
  color: #354E75;
  margin-top: 15px; }

#home2 #second-option .feature p {
  font-weight: normal;
  font-size: 14px;
  color: #797979;
  margin-top: 10px;
  line-height: 24px; }

#home2 #grid-first {
  margin-top: 70px;
  -webkit-font-smoothing: antialiased; }

#home2 #grid-first .header {
  text-align: center; }

#home2 #grid-first .header h3 {
  font-size: 26px;
  color: #555C68;
  line-height: 25px;
  font-weight: 300; }

#home2 #grid-first .header p {
  font-size: 16px;
  font-weight: 400;
  color: #888; }

#home2 #grid-first .sections {
  margin-top: 45px; }

#home2 #grid-first .sections .section {
  text-align: center; }

@media (max-width: 991px) {
  #home2 #grid-first .sections .section {
    margin-bottom: 40px; } }
#home2 #grid-first .sections .section .pic {
  display: inline-block;
  padding: 15px;
  background: #f5f5f5;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.45), inset 0px 0px 1px 1px #ffffff; }

#home2 #grid-first .sections .section .info {
  margin-top: 25px;
  text-align: center; }

@media (min-width: 992px) {
  #home2 #grid-first .sections .section .info {
    margin-left: 45px;
    width: 80%;
    text-align: left; } }
#home2 #grid-first .sections .section .info strong {
  font-weight: bold;
  font-size: 18px;
  color: #555555; }

#home2 #grid-first .sections .section .info p {
  color: #666;
  margin-top: 15px;
  line-height: 22px; }

#home2 #mobile {
  -webkit-font-smoothing: antialiased;
  background: #F7F8FB;
  border: 1px solid #EAEDF7;
  box-shadow: inset rgba(100, 100, 100, 0.25) 0 1px 1px;
  margin-top: 60px; }

@media (min-width: 992px) {
  #home2 #mobile .container {
    width: 870px; } }
#home2 #mobile .device {
  margin: -30px 0px 0px 0px;
  position: relative;
  top: 2px; }

#home2 #mobile .info {
  margin-top: 50px; }

@media (max-width: 767px) {
  #home2 #mobile .info {
    margin: 35px;
    text-align: center; } }
#home2 #mobile .info h3 {
  font-weight: 400;
  color: #444; }

#home2 #mobile .info p {
  margin-top: 20px;
  color: #666;
  line-height: 21px; }

#home2 #mobile .info .button {
  margin-top: 10px;
  padding: 8px 26px;
  border-radius: 50px; }

#home2 #cta {
  margin-top: 100px;
  -webkit-font-smoothing: antialiased; }

@media (max-width: 991px) {
  #home2 #cta {
    margin-top: 65px; } }
#home2 #cta .form-wrapper {
  background: #F7F8FB;
  border: 1px solid #EAEDF7;
  border-radius: 8px;
  box-shadow: inset rgba(100, 100, 100, 0.25) 0 1px 1px;
  padding: 20px 30px 30px 30px;
  margin: 0 auto; }

#home2 #cta h4 {
  font-size: 21px;
  color: #5F6E7C;
  font-weight: 400;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5); }

#home2 #cta form {
  margin-top: 30px; }

#home2 #cta form .form-group {
  margin-right: 25px; }

@media (max-width: 991px) {
  #home2 #cta form .form-group {
    margin-right: 20px; } }
#home2 #cta form .form-group .form-control {
  width: 195px; }

@media (max-width: 767px) {
  #home2 #cta form .form-group .form-control {
    width: 100%; } }
#home2 #cta form .button {
  margin-left: 25px; }

@media (max-width: 991px) {
  #home2 #cta form .button {
    margin-top: 25px;
    margin-left: 0px; } }
#home2 #demo .modal-dialog {
  padding-top: 100px;
  width: 650px; }

#home2 #demo .modal-body {
  padding: 0px; }

#home3 .st-container {
  position: relative;
  overflow: hidden; }

#home3 .st-container.nav-effect .nav-menu {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

#home3 .st-container.nav-effect .nav-menu a {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

#home3 .st-container.nav-effect .st-pusher {
  -moz-transform: translate3d(-320px, 0, 0);
  -o-transform: translate3d(-320px, 0, 0);
  -ms-transform: translate3d(-320px, 0, 0);
  -webkit-transform: translate3d(-320px, 0, 0);
  transform: translate3d(-320px, 0, 0);
  box-shadow: 5px 0px 20px 0px rgba(0, 0, 0, 0.5); }

@media (max-width: 767px) {
  #home3 .st-container.nav-effect .st-pusher {
    -moz-transform: translate3d(-220px, 0, 0);
    -o-transform: translate3d(-220px, 0, 0);
    -ms-transform: translate3d(-220px, 0, 0);
    -webkit-transform: translate3d(-220px, 0, 0);
    transform: translate3d(-220px, 0, 0); } }
#home3 .st-pusher {
  position: relative;
  left: 0;
  z-index: 99;
  background: #ffffff;
  -webkit-transition: -webkit-transform 0.35s ease-out;
  -moz-transition: -moz-transform 0.35s ease-out;
  -ms-transition: -ms-transform 0.35s ease-out;
  -o-transition: -o-transform 0.35s ease-out;
  transition: transform 0.35s ease-out; }

#home3 .nav-menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  width: 320px;
  height: 100%;
  background: #2a313a;
  padding-top: 30px;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: -webkit-transform 0.35s ease-out;
  -moz-transition: -moz-transform 0.35s ease-out;
  -ms-transition: -ms-transform 0.35s ease-out;
  -o-transition: -o-transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
  -moz-transform: translate3d(50%, 0, 0);
  -o-transform: translate3d(50%, 0, 0);
  -ms-transform: translate3d(50%, 0, 0);
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0); }

@media (max-width: 767px) {
  #home3 .nav-menu {
    width: 220px;
    position: absolute; } }
#home3 .nav-menu h3 {
  color: #ffffff;
  font-size: 26px;
  margin-left: 50px;
  margin-bottom: 30px; }

@media (max-width: 767px) {
  #home3 .nav-menu h3 {
    margin-left: 30px;
    font-size: 23px; } }
#home3 .nav-menu a {
  display: block;
  padding: 5px 30px 5px 50px;
  margin-bottom: 10px;
  text-decoration: none;
  color: #ffffff;
  font-size: 17px;
  font-weight: 300;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear; }

@media (max-width: 767px) {
  #home3 .nav-menu a {
    padding-left: 30px;
    font-size: 16px; } }
#home3 .nav-menu a:hover {
  color: #82C4F8; }

#home3 .nav-menu .social {
  margin-left: 45px;
  margin-top: 50px; }

@media (max-width: 767px) {
  #home3 .nav-menu .social {
    margin-left: 30px; } }
#home3 .nav-menu .social a {
  padding: 0px;
  display: inline-block;
  margin-right: 22px; }

#home3 .nav-menu .social a:hover i {
  color: #7EBDE7; }

#home3 .nav-menu .social a i {
  font-size: 22px;
  color: #ffffff;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear; }

#home3 .navbar {
  background: transparent !important; }

#home3 .navbar .navbar-header {
  float: left; }

#home3 .navbar .navbar-header .navbar-brand {
  text-transform: uppercase; }

#home3 .navbar .sidebar-toggle {
  width: 30px;
  float: right;
  margin-top: 15px;
  cursor: pointer; }

#home3 .navbar .sidebar-toggle .line {
  background: #ffffff;
  width: 100%;
  height: 3px;
  margin-bottom: 6px;
  border-radius: 1px; }

#home3 #hero {
  background: #3D4046;
  height: 600px;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.35);
  top: -60px;
  padding-top: 115px; }

@media (max-width: 991px) {
  #home3 #hero {
    padding-top: 100px;
    height: 550px; } }
#home3 #hero #cover-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding-top: 105px;
  background-position: center center;
  background-size: cover;
  -webkit-animation-delay: 0.15s;
  -moz-animation-delay: 0.15s;
  -o-animation-delay: 0.15s;
  -ms-animation-delay: 0.15s;
  animation-delay: 0.15s;
  /*background-image: url("../../assets/images/bg2.png");*/
  /*background-image: url('http://31.media.tumblr.com/fe341bc8e2f82db9e03cbb5a4323a84f/tumblr_mq7ejb3POL1st5lhmo1_1280.jpg');*/ }

@media (max-width: 991px) {
  #home3 #hero #cover-image {
    padding-top: 65px; } }
#home3 #hero #cover-image:after {
  content: '';
  position: absolute;
  display: block;
  height: 100%;
  left: 0;
  width: 100%;
  top: 0;
  /*background: rgba(0, 0, 0, 0.15);*/
  /*background: rgba(37, 19, 3, 0.25);*/
  background: rgba(44, 28, 10, 0.5); }

#home3 #hero #cover-image:before {
  position: absolute;
  top: 10%;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.25)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
  background: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.25));
  background: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.25));
  background: linear-gradient(top, transparent, rgba(0, 0, 0, 0.25)); }

#home3 #hero .container {
  position: relative;
  z-index: 3;
  height: 100%; }

#home3 #hero h1.hero-text {
  text-align: center;
  font-family: "Asap", serif;
  font-size: 35px;
  font-weight: 300;
  color: #ffffff;
  margin-top: 40px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.55);
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  animation-delay: 0.6s; }

@media (max-width: 991px) {
  #home3 #hero h1.hero-text {
    font-size: 30px; } }
@media (max-width: 767px) {
  #home3 #hero h1.hero-text {
    font-size: 27px; } }
#home3 #hero .cta {
  text-align: center;
  margin-top: 40px;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  animation-delay: 0.6s; }

#home3 #hero .cta a {
  margin: 0px 20px; }

@media (max-width: 400px) {
  #home3 #hero .cta a {
    display: block; } }
#home3 #hero .cta a.button {
  border-radius: 50px;
  padding: 12px 36px;
  font-size: 18px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

@media (max-width: 767px) {
  #home3 #hero .cta a.button {
    font-size: 16px; } }
@media (max-width: 400px) {
  #home3 #hero .cta a.button {
    width: 65%;
    margin: 0 auto;
    margin-bottom: 25px; } }
#home3 #hero .cta a.button:hover {
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px, inset rgba(255, 255, 255, 0.88) 0px 1px 3px -1px, rgba(0, 0, 0, 0.3) 0 1px 2px, #69B1F3 0 1px 30px; }

#home3 #hero .cta a.demo {
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); }

@media (max-width: 767px) {
  #home3 #hero .cta a.demo {
    font-size: 16px; } }
#home3 #hero .screenshot {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }

#home3 #hero .screenshot img {
  margin: 0 auto; }

#home3 #tabs {
  -webkit-font-smoothing: antialiased; }

@media (max-width: 991px) {
  #home3 #tabs {
    margin-bottom: 20px; } }
#home3 #tabs .header {
  text-align: center; }

#home3 #tabs .header h3 {
  font-size: 26px;
  color: #444;
  line-height: 25px;
  font-weight: 300; }

#home3 #tabs .header p {
  font-size: 16px;
  font-weight: 400;
  color: #888; }

#home3 #tabs .tabs-wrapper {
  margin-top: 45px; }

#home3 #tabs .tabs-wrapper .nav-tabs {
  text-align: center;
  border-bottom: 2px solid #EDEDED; }

@media (max-width: 991px) {
  #home3 #tabs .tabs-wrapper .nav-tabs {
    display: none; } }
#home3 #tabs .tabs-wrapper .nav-tabs li {
  float: none;
  display: inline-block; }

#home3 #tabs .tabs-wrapper .nav-tabs li.active a {
  color: #2B69A2;
  font-weight: 400;
  border-bottom: 0px; }

#home3 #tabs .tabs-wrapper .nav-tabs li.active a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: auto;
  border-bottom: 2px solid #7BA3C9;
  left: 1px;
  bottom: -1px; }

#home3 #tabs .tabs-wrapper .nav-tabs li a {
  color: #888;
  font-weight: 400;
  border: 0px;
  padding: 10px 20px;
  font-size: 15px;
  -webkit-transition: color 0.25s linear;
  -moz-transition: color 0.25s linear;
  -ms-transition: color 0.25s linear;
  -o-transition: color 0.25s linear;
  transition: color 0.25s linear; }

#home3 #tabs .tabs-wrapper .nav-tabs li a:hover {
  color: #2B69A2;
  background: none; }

#home3 #tabs .tabs-wrapper .tab-content {
  margin-top: 60px; }

#home3 #tabs .tabs-wrapper .tab-content .tab-pane {
  height: 325px; }

@media (max-width: 991px) {
  #home3 #tabs .tabs-wrapper .tab-content .tab-pane {
    display: block !important;
    opacity: 1;
    filter: alpha(opacity=100);
    height: auto;
    text-align: center;
    margin-bottom: 70px; } }
@media (max-width: 991px) {
  #home3 #tabs .tabs-wrapper .tab-content .tab-pane .info {
    margin-bottom: 35px; } }
#home3 #tabs .tabs-wrapper .tab-content .tab-pane .info h4 {
  color: #3B88B6;
  font-weight: normal;
  font-size: 19px;
  line-height: 25px;
  margin-top: 35px; }

#home3 #tabs .tabs-wrapper .tab-content .tab-pane .info p {
  color: #6C7279;
  font-size: 15px;
  margin-top: 20px;
  line-height: 24px;
  width: 83%;
  font-weight: normal; }

@media (max-width: 991px) {
  #home3 #tabs .tabs-wrapper .tab-content .tab-pane .info p {
    margin: 0 auto;
    width: 95%; } }
#home3 #tabs .tabs-wrapper .tab-content .tab-pane .image img {
  display: inline-block;
  margin: 0 auto; }

#home3 #pricing {
  -webkit-font-smoothing: antialiased;
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
  background: #5E7A9B;
  background: -webkit-linear-gradient(top, #355069 0, #5E7A9B 100%);
  background: -moz-linear-gradient(top, #355069 0, #5E7A9B 100%);
  background: -o-linear-gradient(top, #355069 0, #5E7A9B 100%);
  background: linear-gradient(top, #355069 0, #5E7A9B 100%);
  margin-top: 130px;
  padding-top: 40px;
  padding-bottom: 55px; }

@media (max-width: 991px) {
  #home3 #pricing {
    margin-top: 40px; } }
#home3 #pricing .header {
  text-align: center; }

@media (max-width: 991px) {
  #home3 #pricing .header {
    margin-bottom: 25px; } }
#home3 #pricing .header h3 {
  font-size: 27px;
  color: #ffffff;
  line-height: 25px;
  font-weight: 300;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }

#home3 #pricing .header p {
  font-size: 17px;
  color: #F0F0F0;
  font-weight: 400;
  line-height: 25px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }

#home3 #pricing .charts {
  margin-top: 35px; }

@media (max-width: 991px) {
  #home3 #pricing .charts {
    margin-top: 10px; } }
#home3 #pricing .charts .chart {
  background-color: #ffffff;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  box-shadow: 0px 0px 2px 0px rgba(181, 181, 181, 0.3);
  padding: 20px 40px;
  position: relative;
  text-align: center;
  width: 97%;
  min-height: 315px;
  position: relative;
  top: 37px; }

@media (max-width: 991px) {
  #home3 #pricing .charts .chart {
    float: none !important;
    left: 0px !important;
    top: 0px !important;
    margin: 0 auto;
    width: 55%;
    margin-bottom: 25px !important; }

  #home3 #pricing .charts .chart.last {
    margin-bottom: 0px !important; } }
@media (max-width: 600px) {
  #home3 #pricing .charts .chart {
    width: 90% !important; } }
#home3 #pricing .charts .chart.first {
  float: right;
  left: 12px; }

#home3 #pricing .charts .chart.last {
  left: -12px; }

#home3 #pricing .charts .chart.featured {
  min-height: 350px;
  top: 0px;
  margin: 0 auto; }

#home3 #pricing .charts .chart.featured .popular {
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  color: #B1B1B1;
  font-weight: 400; }

#home3 #pricing .charts .chart.featured .quantity {
  margin-top: 15px; }

#home3 #pricing .charts .chart .quantity {
  text-align: center; }

#home3 #pricing .charts .chart .quantity .dollar {
  font-size: 19px;
  position: relative;
  top: -18px; }

#home3 #pricing .charts .chart .quantity .price {
  font-size: 49px; }

#home3 #pricing .charts .chart .quantity .period {
  font-size: 17px;
  position: relative;
  top: -8px;
  margin-left: 4px; }

#home3 #pricing .charts .chart .plan-name {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #777;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 15px;
  width: 90%;
  margin: 0 auto;
  margin-top: 8px; }

#home3 #pricing .charts .chart .specs {
  margin-top: 20px; }

#home3 #pricing .charts .chart .specs .spec {
  font-size: 15px;
  color: #474747;
  text-align: center;
  font-weight: 300;
  margin-bottom: 13px; }

#home3 #pricing .charts .chart .specs .spec .variable {
  color: #1FBEE7;
  font-weight: 400; }

#home3 #pricing .charts .chart .btn-signup {
  margin-top: 20px;
  height: 38px; }

#home3 #second-option {
  margin-top: 85px; }

@media (max-width: 991px) {
  #home3 #second-option {
    margin-top: 50px; } }
@media (min-width: 992px) {
  #home3 #second-option .row {
    margin-bottom: 50px; } }
#home3 #second-option .feature {
  -webkit-font-smoothing: antialiased; }

@media (max-width: 991px) {
  #home3 #second-option .feature {
    text-align: center;
    margin-bottom: 35px; } }
#home3 #second-option .feature img {
  max-width: 40px; }

#home3 #second-option .feature .icon {
  font-size: 32px;
  color: #4187ba; }

#home3 #second-option .feature strong {
  display: block;
  font-weight: 400;
  font-size: 17px;
  color: #354E75;
  margin-top: 15px; }

#home3 #second-option .feature p {
  font-weight: normal;
  font-size: 14px;
  color: #797979;
  margin-top: 10px;
  line-height: 24px; }

#home3 #grid-first {
  margin-top: 70px;
  -webkit-font-smoothing: antialiased; }

#home3 #grid-first .header {
  text-align: center; }

#home3 #grid-first .header h3 {
  font-size: 26px;
  color: #555C68;
  line-height: 25px;
  font-weight: 300; }

#home3 #grid-first .header p {
  font-size: 16px;
  font-weight: 400;
  color: #888; }

#home3 #grid-first .sections {
  margin-top: 45px; }

#home3 #grid-first .sections .section {
  text-align: center; }

@media (max-width: 991px) {
  #home3 #grid-first .sections .section {
    margin-bottom: 40px; } }
#home3 #grid-first .sections .section .pic {
  display: inline-block;
  padding: 15px;
  background: #f5f5f5;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.45), inset 0px 0px 1px 1px #ffffff; }

#home3 #grid-first .sections .section .info {
  margin-top: 25px;
  text-align: center; }

@media (min-width: 992px) {
  #home3 #grid-first .sections .section .info {
    margin-left: 45px;
    width: 80%;
    text-align: left; } }
#home3 #grid-first .sections .section .info strong {
  font-weight: bold;
  font-size: 18px;
  color: #555555; }

#home3 #grid-first .sections .section .info p {
  color: #666;
  margin-top: 15px;
  line-height: 22px; }

#home3 #mobile {
  -webkit-font-smoothing: antialiased;
  background: #F7F8FB;
  border: 1px solid #EAEDF7;
  box-shadow: inset rgba(100, 100, 100, 0.25) 0 1px 1px;
  margin-top: 70px; }

@media (min-width: 992px) {
  #home3 #mobile .container {
    width: 870px; } }
#home3 #mobile .device {
  margin: -30px 0px 0px 0px;
  position: relative;
  top: 2px; }

#home3 #mobile .info {
  margin-top: 50px; }

@media (max-width: 767px) {
  #home3 #mobile .info {
    margin: 35px;
    text-align: center; } }
#home3 #mobile .info h3 {
  font-weight: 300;
  color: #616974;
  font-size: 28px; }

#home3 #mobile .info p {
  margin-top: 20px;
  color: #777;
  line-height: 21px; }

#home3 #mobile .info .app-store {
  margin-top: 18px;
  border: none;
  display: inline-block; }

#home3 #mobile .info .app-store img {
  max-width: 135px; }

#home3 #cta {
  margin-top: 100px;
  -webkit-font-smoothing: antialiased; }

@media (max-width: 991px) {
  #home3 #cta {
    margin-top: 65px; } }
#home3 #cta .form-wrapper {
  background: #F7F8FB;
  border: 1px solid #EAEDF7;
  border-radius: 8px;
  box-shadow: inset rgba(100, 100, 100, 0.25) 0 1px 1px;
  padding: 20px 30px 30px 30px;
  margin: 0 auto; }

#home3 #cta h4 {
  font-size: 21px;
  color: #5F6E7C;
  font-weight: 400;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5); }

#home3 #cta form {
  margin-top: 30px; }

#home3 #cta form .form-group {
  margin-right: 25px; }

@media (max-width: 991px) {
  #home3 #cta form .form-group {
    margin-right: 20px; } }
#home3 #cta form .form-group .form-control {
  width: 195px; }

@media (max-width: 767px) {
  #home3 #cta form .form-group .form-control {
    width: 100%; } }
#home3 #cta form .button {
  margin-left: 25px; }

@media (max-width: 991px) {
  #home3 #cta form .button {
    margin-top: 25px;
    margin-left: 0px; } }
#home3 #demo .modal-dialog {
  padding-top: 100px;
  width: 650px; }

#home3 #demo .modal-body {
  padding: 0px; }

@-webkit-keyframes $ name {
  0% {
    left: 0; }
  100% {
    left: -15px; } }
@-moz-keyframes $ name {
  0% {
    left: 0; }
  100% {
    left: -15px; } }
@-o-keyframes $ name {
  0% {
    left: 0; }
  100% {
    left: -15px; } }
@keyframes $ name {
  0% {
    left: 0; }
  100% {
    left: -15px; } }
#home4 #hero {
  background: #4B4848;
  height: 600px;
  position: relative;
  top: -60px;
  padding-top: 115px;
  /* prev & next arrows */
  /* navigation dots */
  /* slides */
  /* video modal */ }

@media (max-width: 991px) {
  #home4 #hero {
    padding-top: 100px; } }
@media (max-width: 767px) {
  #home4 #hero {
    height: 550px; } }
#home4 #hero .slide-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 140px;
  z-index: 200;
  text-indent: 100%;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

#home4 #hero .slide-nav:hover {
  opacity: 1;
  filter: alpha(opacity=100); }

#home4 #hero .slide-nav.prev:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 19px;
  height: 58px;
  background: url("../assets/images/slide-arrow.png") no-repeat;
  left: 30px;
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

#home4 #hero .slide-nav.next {
  right: 0; }

#home4 #hero .slide-nav.next:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 19px;
  height: 58px;
  background: url("../assets/images/slide-arrow.png") no-repeat;
  right: 30px; }

#home4 #hero nav {
  z-index: 999;
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center; }

#home4 #hero nav a {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #a2a2a2;
  border-radius: 50%;
  margin: 0 3px; }

#home4 #hero nav a.active {
  background: #ffffff; }

#home4 #hero .slides {
  overflow: hidden;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  /* each slide */ }

#home4 #hero .slides .slide {
  display: none;
  z-index: 80;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding-top: 105px; }

#home4 #hero .slides .slide.active {
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
  z-index: 100; }

#home4 #hero .slides .slide.next {
  z-index: 90; }

@media (min-width: 768px) {
  #home4 #hero .slides .slide.next .bg {
    -webkit-animation: slideLeft 700ms linear;
    -moz-animation: slideLeft 700ms linear;
    -o-animation: slideLeft 700ms linear;
    -ms-animation: slideLeft 700ms linear;
    animation: slideLeft 700ms linear; } }
#home4 #hero .slides .slide .container {
  position: relative;
  z-index: 3;
  height: 100%; }

#home4 #hero .slides .slide .bg {
  position: absolute;
  top: 0;
  left: -15px;
  width: 102%;
  height: 100%;
  background-position: center center;
  background-size: cover; }

@media (max-width: 767px) {
  #home4 #hero .slides .slide .bg {
    left: 0px; } }
#home4 #hero .slides .slide .bg:before {
  position: absolute;
  top: 10%;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.25)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
  background: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.25));
  background: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.25));
  background: linear-gradient(top, transparent, rgba(0, 0, 0, 0.25)); }

#home4 #hero .slides .slide .bg:after {
  content: '';
  position: absolute;
  display: block;
  height: 100%;
  left: 0;
  width: 100%;
  top: 0; }

#home4 #hero .slides .slide.first .bg:after {
  background: rgba(6, 13, 32, 0.26); }

#home4 #hero .slides .slide.first h1.hero-text {
  text-align: center;
  font-family: "Asap", serif;
  font-size: 35px;
  font-weight: 300;
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.65); }

@media (max-width: 767px) {
  #home4 #hero .slides .slide.first h1.hero-text {
    font-size: 28px; } }
#home4 #hero .slides .slide.first .sub-text {
  -webkit-font-smoothing: antialiased;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  animation-delay: 0.6s;
  margin: 0 auto;
  margin-top: 25px;
  text-align: center;
  color: #ffffff;
  font-weight: 400;
  font-size: 17px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  width: 50%; }

@media (max-width: 991px) {
  #home4 #hero .slides .slide.first .sub-text {
    width: 70%; } }
@media (max-width: 767px) {
  #home4 #hero .slides .slide.first .sub-text {
    font-size: 15px; } }
#home4 #hero .slides .slide.first .video-wrapper {
  text-align: center;
  margin-top: 50px; }

@media (max-width: 767px) {
  #home4 #hero .slides .slide.first .video-wrapper {
    margin-top: 25px; } }
#home4 #hero .slides .slide.first .video-wrapper .video {
  display: inline-block;
  padding: 6px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  -webkit-animation-duration: 1.2s;
  -moz-animation-duration: 1.2s;
  -o-animation-duration: 1.2s;
  animation-duration: 1.2s; }

#home4 #hero .slides .slide.first .video-wrapper .video img {
  max-width: 280px;
  cursor: pointer; }

@media (max-width: 767px) {
  #home4 #hero .slides .slide.first .video-wrapper .video img {
    max-width: 200px; } }
#home4 #hero .slides .slide.second {
  padding-top: 115px; }

#home4 #hero .slides .slide.second .bg:after {
  background: rgba(3, 9, 27, 0.45); }

#home4 #hero .slides .slide.second h1, #home4 #hero .slides .slide.second .sub-text {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s; }

#home4 #hero .slides .slide.second h1.hero-text {
  text-align: center;
  font-family: "Asap", serif;
  font-size: 38px;
  font-weight: 300;
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8); }

@media (max-width: 767px) {
  #home4 #hero .slides .slide.second h1.hero-text {
    font-size: 28px; } }
#home4 #hero .slides .slide.second .sub-text {
  -webkit-font-smoothing: antialiased;
  margin: 0 auto;
  margin-top: 25px;
  text-align: center;
  color: #f7f7f7;
  font-weight: 400;
  font-size: 17px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  width: 50%; }

@media (max-width: 991px) {
  #home4 #hero .slides .slide.second .sub-text {
    width: 70%; } }
@media (max-width: 767px) {
  #home4 #hero .slides .slide.second .sub-text {
    font-size: 15px; } }
#home4 #hero .slides .slide.second .cta {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  animation-delay: 0.6s;
  text-align: center;
  margin-top: 60px; }

#home4 #hero .slides .slide.second .cta a {
  margin: 0px 20px; }

@media (max-width: 767px) {
  #home4 #hero .slides .slide.second .cta a {
    font-size: 14px;
    padding: 12px 25px;
    margin: 0px 15px 15px 0px; } }
#home4 #hero .slides .slide.third {
  padding-top: 115px; }

#home4 #hero .slides .slide.third .bg:after {
  background: rgba(3, 9, 27, 0.45); }

#home4 #hero .slides .slide.third h1, #home4 #hero .slides .slide.third .sub-text {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s; }

#home4 #hero .slides .slide.third h1.hero-text {
  text-align: center;
  font-family: "Asap", serif;
  font-size: 38px;
  font-weight: 300;
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8); }

@media (max-width: 767px) {
  #home4 #hero .slides .slide.third h1.hero-text {
    font-size: 28px; } }
#home4 #hero .slides .slide.third .sub-text {
  -webkit-font-smoothing: antialiased;
  margin: 0 auto;
  margin-top: 25px;
  text-align: center;
  color: #f7f7f7;
  font-weight: 400;
  font-size: 17px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  width: 50%; }

@media (max-width: 991px) {
  #home4 #hero .slides .slide.third .sub-text {
    width: 70%; } }
@media (max-width: 767px) {
  #home4 #hero .slides .slide.third .sub-text {
    font-size: 15px; } }
#home4 #hero .slides .slide.third .cta {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  animation-delay: 0.6s;
  text-align: center;
  margin-top: 60px; }

#home4 #hero .slides .slide.third .cta a {
  margin: 0px 20px; }

@media (max-width: 767px) {
  #home4 #hero .slides .slide.third .cta a {
    font-size: 14px;
    padding: 12px 25px;
    margin: 0px 15px 15px 0px; } }
#home4 #hero .slides .slide.four {
  padding-top: 115px; }

#home4 #hero .slides .slide.four .bg:after {
  background: rgba(3, 9, 27, 0.45); }

#home4 #hero .slides .slide.four h1, #home4 #hero .slides .slide.four .sub-text {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s; }

#home4 #hero .slides .slide.four h1.hero-text {
  text-align: center;
  font-family: "Asap", serif;
  font-size: 38px;
  font-weight: 300;
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8); }

@media (max-width: 767px) {
  #home4 #hero .slides .slide.four h1.hero-text {
    font-size: 28px; } }
#home4 #hero .slides .slide.four .sub-text {
  -webkit-font-smoothing: antialiased;
  margin: 0 auto;
  margin-top: 25px;
  text-align: center;
  color: #f7f7f7;
  font-weight: 400;
  font-size: 17px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  width: 50%; }

@media (max-width: 991px) {
  #home4 #hero .slides .slide.four .sub-text {
    width: 70%; } }
@media (max-width: 767px) {
  #home4 #hero .slides .slide.four .sub-text {
    font-size: 15px; } }
#home4 #hero .slides .slide.four .cta {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  animation-delay: 0.6s;
  text-align: center;
  margin-top: 60px; }

#home4 #hero .slides .slide.four .cta a {
  margin: 0px 20px; }

@media (max-width: 767px) {
  #home4 #hero .slides .slide.four .cta a {
    font-size: 14px;
    padding: 12px 25px;
    margin: 0px 15px 15px 0px; } }
#home4 #hero .slides .slide.five {
  padding-top: 115px; }

#home4 #hero .slides .slide.five .bg:after {
  background: rgba(3, 9, 27, 0.45); }

#home4 #hero .slides .slide.five h1, #home4 #hero .slides .slide.five .sub-text {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s; }

#home4 #hero .slides .slide.five h1.hero-text {
  text-align: center;
  font-family: "Asap", serif;
  font-size: 38px;
  font-weight: 300;
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8); }

@media (max-width: 767px) {
  #home4 #hero .slides .slide.five h1.hero-text {
    font-size: 28px; } }
#home4 #hero .slides .slide.five .sub-text {
  -webkit-font-smoothing: antialiased;
  margin: 0 auto;
  margin-top: 25px;
  text-align: center;
  color: #f7f7f7;
  font-weight: 400;
  font-size: 17px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  width: 50%; }

@media (max-width: 991px) {
  #home4 #hero .slides .slide.five .sub-text {
    width: 70%; } }
@media (max-width: 767px) {
  #home4 #hero .slides .slide.five .sub-text {
    font-size: 15px; } }
#home4 #hero .slides .slide.five .cta {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  animation-delay: 0.6s;
  text-align: center;
  margin-top: 60px; }

#home4 #hero .slides .slide.five .cta a {
  margin: 0px 20px; }

@media (max-width: 767px) {
  #home4 #hero .slides .slide.five .cta a {
    font-size: 14px;
    padding: 12px 25px;
    margin: 0px 15px 15px 0px; } }
#home4 #hero .slides .slide.six {
  padding-top: 115px; }

#home4 #hero .slides .slide.six .bg:after {
  background: rgba(3, 9, 27, 0.45); }

#home4 #hero .slides .slide.six h1, #home4 #hero .slides .slide.six .sub-text {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s; }

#home4 #hero .slides .slide.six h1.hero-text {
  text-align: center;
  font-family: "Asap", serif;
  font-size: 38px;
  font-weight: 300;
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8); }

@media (max-width: 767px) {
  #home4 #hero .slides .slide.six h1.hero-text {
    font-size: 28px; } }
#home4 #hero .slides .slide.six .sub-text {
  -webkit-font-smoothing: antialiased;
  margin: 0 auto;
  margin-top: 25px;
  text-align: center;
  color: #f7f7f7;
  font-weight: 400;
  font-size: 17px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  width: 50%; }

@media (max-width: 991px) {
  #home4 #hero .slides .slide.six .sub-text {
    width: 70%; } }
@media (max-width: 767px) {
  #home4 #hero .slides .slide.six .sub-text {
    font-size: 15px; } }
#home4 #hero .slides .slide.six .cta {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  animation-delay: 0.6s;
  text-align: center;
  margin-top: 60px; }

#home4 #hero .slides .slide.six .cta a {
  margin: 0px 20px; }

@media (max-width: 767px) {
  #home4 #hero .slides .slide.six .cta a {
    font-size: 14px;
    padding: 12px 25px;
    margin: 0px 15px 15px 0px; } }
#home4 #hero .slides .slide.seven {
  padding-top: 115px; }

#home4 #hero .slides .slide.seven .bg:after {
  background: rgba(3, 9, 27, 0); }

#home4 #hero .slides .slide.seven h1, #home4 #hero .slides .slide.seven .sub-text {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s; }

#home4 #hero .slides .slide.seven h1.hero-text {
  text-align: center;
  font-family: "Asap", serif;
  font-size: 38px;
  font-weight: 300;
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8); }

@media (max-width: 767px) {
  #home4 #hero .slides .slide.seven h1.hero-text {
    font-size: 28px; } }
#home4 #hero .slides .slide.seven .sub-text {
  -webkit-font-smoothing: antialiased;
  margin: 0 auto;
  margin-top: 25px;
  text-align: center;
  color: #f7f7f7;
  font-weight: 400;
  font-size: 17px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  width: 50%; }

@media (max-width: 991px) {
  #home4 #hero .slides .slide.seven .sub-text {
    width: 70%; } }
@media (max-width: 767px) {
  #home4 #hero .slides .slide.seven .sub-text {
    font-size: 15px; } }
#home4 #hero .slides .slide.seven .cta {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  animation-delay: 0.6s;
  text-align: center;
  margin-top: 60px; }

#home4 #hero .slides .slide.seven .cta a {
  margin: 0px 20px; }

@media (max-width: 767px) {
  #home4 #hero .slides .slide.seven .cta a {
    font-size: 14px;
    padding: 12px 25px;
    margin: 0px 15px 15px 0px; } }
#home4 #hero .video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear; }

#home4 #hero .video-modal.active {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  background: rgba(229, 230, 231, 0.5); }

#home4 #hero .video-modal.active .wrap {
  -moz-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
  filter: alpha(opacity=100); }

#home4 #hero .video-modal .wrap {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 5px;
  background: rgba(255, 255, 255, 0.65);
  border-radius: 5px;
  width: 630px;
  height: 360px;
  -moz-transform: scale3d(0.3, 0.3, 0.3);
  -o-transform: scale3d(0.3, 0.3, 0.3);
  -ms-transform: scale3d(0.3, 0.3, 0.3);
  -webkit-transform: scale3d(0.3, 0.3, 0.3);
  transform: scale3d(0.3, 0.3, 0.3);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }

#home4 #features {
  /* mixin found in partials/snippets */
  margin-top: 100px;
  margin-top: 0px !important; }

@media (max-width: 991px) {
  #home4 #features {
    margin-top: 50px; } }
#home4 #features .header {
  text-align: center; }

#home4 #features .header h2 {
  color: #555555;
  font-weight: 300;
  font-size: 28px; }

@media (max-width: 767px) {
  #home4 #features .header h2 {
    font-size: 25px; } }
#home4 #features .header p {
  font-weight: 300;
  font-size: 17px;
  color: #757575; }

#home4 #features .feature {
  margin-top: 55px;
  -webkit-font-smoothing: antialiased; }

@media (min-width: 992px) {
  #home4 #features .feature.backwards .info {
    float: right; }

  #home4 #features .feature.backwards .image {
    float: left; } }
@media (max-width: 991px) {
  #home4 #features .feature {
    margin-top: 10px; } }
#home4 #features .feature .info h4 {
  color: #3B88B6;
  font-weight: normal;
  font-size: 23px;
  line-height: 25px;
  margin-top: 0px; }

@media (max-width: 991px) {
  #home4 #features .feature .info h4 {
    text-align: center; } }
#home4 #features .feature .info p {
  color: #6C7279;
  font-size: 14px;
  margin-top: 20px;
  line-height: 24px;
  width: 83%;
  font-weight: normal; }

@media (max-width: 991px) {
  #home4 #features .feature .info p {
    text-align: center;
    width: 100%;
    font-size: 14px; } }
@media (max-width: 991px) {
  #home4 #features .feature .image img {
    margin: 0 auto;
    margin-top: 30px; } }
#home4 #features .divider {
  height: 1px;
  width: 100%;
  background-color: #ddd;
  position: relative;
  margin: 70px 0 60px; }

#home4 #features .divider:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.75)), color-stop(0.5, rgba(250, 250, 250, 0)), color-stop(1, rgba(255, 255, 255, 0.75)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
  background-image: linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%); }

@media (max-width: 991px) {
  #home4 #features .divider {
    margin: 55px 0 35px; } }
#home4 #pricing {
  -webkit-font-smoothing: antialiased;
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
  background: #5E7A9B;
  background: -webkit-linear-gradient(top, #355069 0, #5E7A9B 100%);
  background: -moz-linear-gradient(top, #355069 0, #5E7A9B 100%);
  background: -o-linear-gradient(top, #355069 0, #5E7A9B 100%);
  background: linear-gradient(top, #355069 0, #5E7A9B 100%);
  margin-top: 110px;
  padding-top: 40px;
  padding-bottom: 55px; }

#home4 #pricing .header {
  text-align: center; }

@media (max-width: 991px) {
  #home4 #pricing .header {
    margin-bottom: 25px; } }
#home4 #pricing .header h3 {
  font-size: 26px;
  color: #ffffff;
  line-height: 25px;
  font-weight: 300;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }

#home4 #pricing .header p {
  font-size: 16px;
  color: #F0F0F0;
  font-weight: 400;
  line-height: 25px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }

#home4 #pricing .charts {
  margin-top: 35px; }

@media (max-width: 991px) {
  #home4 #pricing .charts {
    margin-top: 10px; } }
#home4 #pricing .charts .chart {
  background-color: #ffffff;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  box-shadow: 0px 0px 2px 0px rgba(181, 181, 181, 0.3);
  padding: 20px 40px;
  position: relative;
  text-align: center;
  width: 97%;
  min-height: 315px;
  position: relative;
  top: 37px; }

@media (max-width: 991px) {
  #home4 #pricing .charts .chart {
    float: none !important;
    left: 0px !important;
    top: 0px !important;
    margin: 0 auto;
    width: 55%;
    margin-bottom: 25px !important; }

  #home4 #pricing .charts .chart.last {
    margin-bottom: 0px !important; } }
@media (max-width: 600px) {
  #home4 #pricing .charts .chart {
    width: 90% !important; } }
#home4 #pricing .charts .chart.first {
  float: right;
  left: 12px; }

#home4 #pricing .charts .chart.last {
  left: -12px; }

#home4 #pricing .charts .chart.featured {
  min-height: 350px;
  top: 0px;
  margin: 0 auto; }

#home4 #pricing .charts .chart.featured .popular {
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  color: #B1B1B1;
  font-weight: 400; }

#home4 #pricing .charts .chart.featured .quantity {
  margin-top: 15px; }

#home4 #pricing .charts .chart .quantity {
  text-align: center; }

#home4 #pricing .charts .chart .quantity .dollar {
  font-size: 19px;
  position: relative;
  top: -18px; }

#home4 #pricing .charts .chart .quantity .price {
  font-size: 49px; }

#home4 #pricing .charts .chart .quantity .period {
  font-size: 17px;
  position: relative;
  top: -8px;
  margin-left: 4px; }

#home4 #pricing .charts .chart .plan-name {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #777;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 15px;
  width: 90%;
  margin: 0 auto;
  margin-top: 8px; }

#home4 #pricing .charts .chart .specs {
  margin-top: 20px; }

#home4 #pricing .charts .chart .specs .spec .variable {
  color: #1FBEE7;
  font-weight: 400; }

#home4 #pricing .charts .chart .btn-signup {
  margin-top: 20px;
  height: 38px; }

#home4 #features-hover {
  margin-top: 120px;
  -webkit-font-smoothing: antialiased; }

@media (max-width: 991px) {
  #home4 #features-hover {
    margin-top: 60px; } }
#home4 #features-hover .images {
  height: 355px; }

@media (max-width: 767px) {
  #home4 #features-hover .images {
    height: 300px; } }
#home4 #features-hover .images img {
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  display: none; }

#home4 #features-hover .images img.active {
  display: block; }

#home4 #features-hover .features {
  margin-top: 50px; }

@media (max-width: 991px) {
  #home4 #features-hover .features {
    margin-top: 0px; } }
#home4 #features-hover .features .feature {
  cursor: pointer; }

@media (min-width: 992px) {
  #home4 #features-hover .features .feature {
    width: 85%;
    margin: 0 auto; } }
#home4 #features-hover .features .feature.active strong, #home4 #features-hover .features .feature:hover strong {
  color: #58B0D5; }

#home4 #features-hover .features .feature.active p, #home4 #features-hover .features .feature:hover p {
  color: #555555; }

#home4 #features-hover .features .feature strong {
  color: #b6b6b6;
  font-size: 16px;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear; }

#home4 #features-hover .features .feature p {
  margin-top: 15px;
  line-height: 25px;
  color: #b6b6b6;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear; }

#home4 #testimonials {
  margin-top: 80px;
  -webkit-font-smoothing: antialiased; }

#home4 #testimonials .header {
  text-align: center; }

#home4 #testimonials .header h3 {
  font-size: 22px;
  color: #555555;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 40px; }

#home4 #testimonials .testimonial {
  width: 90%; }

@media (max-width: 767px) {
  #home4 #testimonials .testimonial {
    float: none !important;
    margin: 0 auto;
    margin-bottom: 45px; } }
#home4 #testimonials .testimonial .quote {
  font-size: 13px;
  color: #3D3D3D;
  line-height: 24px;
  border: 1px solid #E2E2E2;
  padding: 12px 22px;
  border-radius: 6px;
  width: 90%;
  position: relative; }

@media (max-width: 767px) {
  #home4 #testimonials .testimonial .quote {
    margin: 0 auto; } }
#home4 #testimonials .testimonial .quote .arrow-down {
  position: absolute;
  bottom: 3px;
  left: 30px; }

#home4 #testimonials .testimonial .quote .arrow-down .arrow, #home4 #testimonials .testimonial .quote .arrow-down .arrow-border {
  border-color: #ffffff transparent transparent;
  border-style: solid;
  border-width: 11px;
  cursor: pointer;
  position: absolute;
  top: 3px;
  z-index: 1002; }

#home4 #testimonials .testimonial .quote .arrow-down .arrow-border {
  border-color: #E2E2E2 transparent transparent;
  border-width: 12px;
  top: 3px;
  z-index: 1001;
  left: -1px; }

#home4 #testimonials .testimonial .author {
  margin-top: 40px;
  margin-left: 10px; }

@media (max-width: 767px) {
  #home4 #testimonials .testimonial .author {
    margin-left: 6%; } }
#home4 #testimonials .testimonial .author .pic {
  width: 71px;
  height: 71px;
  border-radius: 50px;
  float: left;
  position: relative;
  top: -12px;
  margin-right: 18px;
  border: 1px solid #ccc; }

#home4 #testimonials .testimonial .author .name {
  color: #3C92C5;
  line-height: 23px;
  font-weight: bold; }

#home4 #testimonials .testimonial .author .company {
  font-size: 14px;
  color: #909090;
  line-height: 23px;
  font-weight: 400; }

#home4 #cta {
  margin-top: 90px;
  -webkit-font-smoothing: antialiased; }

@media (max-width: 991px) {
  #home4 #cta {
    margin-top: 65px; } }
#home4 #cta .form-wrapper {
  background: #F7F8FB;
  border: 1px solid #EAEDF7;
  border-radius: 8px;
  box-shadow: inset rgba(100, 100, 100, 0.25) 0 1px 1px;
  padding: 20px 30px 30px 30px;
  margin: 0 auto; }

#home4 #cta h4 {
  font-size: 19px;
  color: #5F6E7C;
  font-weight: 400;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5); }

#home4 #cta form {
  margin-top: 30px; }

#home4 #cta form .form-group {
  margin-right: 25px; }

@media (max-width: 991px) {
  #home4 #cta form .form-group {
    margin-right: 20px; } }
#home4 #cta form .form-group .form-control {
  width: 195px; }

@media (max-width: 767px) {
  #home4 #cta form .form-group .form-control {
    width: 100%; } }
#home4 #cta form .button {
  margin-left: 25px; }

@media (max-width: 991px) {
  #home4 #cta form .button {
    margin-top: 25px;
    margin-left: 0px; } }
#features #tabs {
  margin-top: 40px;
  margin-bottom: 130px;
  -webkit-font-smoothing: antialiased; }

@media (max-width: 991px) {
  #features #tabs {
    margin-bottom: 20px; } }
#features #tabs .header {
  text-align: center; }

#features #tabs .header h3 {
  font-size: 22px;
  color: #444;
  line-height: 25px;
  font-weight: bold;
  margin-bottom: 7px; }

#features #tabs .header p {
  font-size: 16px;
  font-weight: 400;
  color: #888; }

#features #tabs .tabs-wrapper {
  margin-top: 45px; }

#features #tabs .tabs-wrapper .nav-tabs {
  text-align: center;
  border-bottom: 2px solid #EDEDED; }

@media (max-width: 991px) {
  #features #tabs .tabs-wrapper .nav-tabs {
    display: none; } }
#features #tabs .tabs-wrapper .nav-tabs li {
  float: none;
  display: inline-block; }

#features #tabs .tabs-wrapper .nav-tabs li.active a {
  color: #2B69A2;
  font-weight: 400;
  border-bottom: 0px; }

#features #tabs .tabs-wrapper .nav-tabs li.active a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: auto;
  border-bottom: 2px solid #7BA3C9;
  left: 1px;
  bottom: -1px; }

#features #tabs .tabs-wrapper .nav-tabs li a {
  color: #888;
  font-weight: 400;
  border: 0px;
  padding: 10px 20px;
  font-size: 15px;
  -webkit-transition: color 0.25s linear;
  -moz-transition: color 0.25s linear;
  -ms-transition: color 0.25s linear;
  -o-transition: color 0.25s linear;
  transition: color 0.25s linear; }

#features #tabs .tabs-wrapper .nav-tabs li a:hover {
  color: #2B69A2;
  background: none; }

#features #tabs .tabs-wrapper .tab-content {
  margin-top: 60px; }

#features #tabs .tabs-wrapper .tab-content .tab-pane {
  height: 325px; }

@media (max-width: 991px) {
  #features #tabs .tabs-wrapper .tab-content .tab-pane {
    display: block !important;
    opacity: 1;
    filter: alpha(opacity=100);
    height: auto;
    text-align: center;
    margin-bottom: 70px; } }
@media (max-width: 991px) {
  #features #tabs .tabs-wrapper .tab-content .tab-pane .info {
    margin-bottom: 35px; } }
#features #tabs .tabs-wrapper .tab-content .tab-pane .info h4 {
  color: #3B88B6;
  font-weight: normal;
  font-size: 19px;
  line-height: 25px;
  margin-top: 35px; }

#features #tabs .tabs-wrapper .tab-content .tab-pane .info p {
  color: #6C7279;
  font-size: 15px;
  margin-top: 20px;
  line-height: 24px;
  width: 83%;
  font-weight: normal; }

@media (max-width: 991px) {
  #features #tabs .tabs-wrapper .tab-content .tab-pane .info p {
    margin: 0 auto;
    width: 95%; } }
#features #tabs .tabs-wrapper .tab-content .tab-pane .image img {
  display: inline-block;
  margin: 0 auto; }

#features #first-option {
  /* mixin found in partials/snippets */
  margin-top: 100px; }

@media (max-width: 991px) {
  #features #first-option {
    margin-top: 50px; } }
#features #first-option .header {
  text-align: center; }

#features #first-option .header h2 {
  color: #555555;
  font-weight: 300;
  font-size: 28px; }

@media (max-width: 767px) {
  #features #first-option .header h2 {
    font-size: 25px; } }
#features #first-option .header p {
  font-weight: 300;
  font-size: 17px;
  color: #757575; }

#features #first-option .feature {
  margin-top: 55px;
  -webkit-font-smoothing: antialiased; }

@media (min-width: 992px) {
  #features #first-option .feature.backwards .info {
    float: right; }

  #features #first-option .feature.backwards .image {
    float: left; }

  #features #first-option .feature.backwards .image img {
    margin: 0 auto; } }
@media (max-width: 991px) {
  #features #first-option .feature {
    margin-top: 10px; } }
#features #first-option .feature .info h4 {
  color: #3B88B6;
  font-weight: normal;
  font-size: 19px;
  line-height: 25px;
  margin-top: 35px; }

@media (max-width: 991px) {
  #features #first-option .feature .info h4 {
    text-align: center; } }
#features #first-option .feature .info p {
  color: #6C7279;
  font-size: 14px;
  margin-top: 20px;
  line-height: 24px;
  width: 83%;
  font-weight: normal; }

@media (max-width: 991px) {
  #features #first-option .feature .info p {
    text-align: center;
    width: 100%;
    font-size: 14px; } }
@media (max-width: 991px) {
  #features #first-option .feature .image img {
    margin: 0 auto !important;
    margin-top: 20px; } }
#features #first-option .divider {
  height: 1px;
  width: 100%;
  background-color: #ddd;
  position: relative;
  margin: 70px 0 60px; }

#features #first-option .divider:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.75)), color-stop(0.5, rgba(250, 250, 250, 0)), color-stop(1, rgba(255, 255, 255, 0.75)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
  background-image: linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%); }

@media (max-width: 991px) {
  #features #first-option .divider {
    margin: 55px 0 35px; } }
@media (max-width: 991px) {
  #features #first-option {
    margin-top: 15px; } }
#features #first-option .feature {
  margin-bottom: 130px; }

@media (max-width: 991px) {
  #features #first-option .feature {
    margin-bottom: 50px; } }
#features #first-option .feature.last .image img {
  margin-left: 70px; }

#features #second-option .row {
  margin-bottom: 50px; }

#features #second-option .feature {
  -webkit-font-smoothing: antialiased; }

@media (max-width: 991px) {
  #features #second-option .feature {
    margin-bottom: 25px; } }
#features #second-option .feature img {
  max-width: 40px; }

@media (max-width: 991px) {
  #features #second-option .feature img {
    display: block;
    margin: 0 auto; } }
#features #second-option .feature .icon {
  font-size: 32px;
  color: #4187ba; }

#features #second-option .feature strong {
  display: block;
  font-weight: 400;
  font-size: 17px;
  color: #354E75;
  margin-top: 15px; }

@media (max-width: 991px) {
  #features #second-option .feature strong {
    text-align: center; } }
#features #second-option .feature p {
  font-weight: normal;
  font-size: 14px;
  color: #797979;
  margin-top: 10px;
  line-height: 24px; }

#features #slider {
  margin-top: 60px; }

@media (max-width: 991px) {
  #features #slider {
    margin-top: 30px; } }
#features #slider .header {
  text-align: center;
  -webkit-font-smoothing: antialiased; }

#features #slider .header h3 {
  font-size: 26px;
  color: #444;
  line-height: 25px;
  font-weight: 300;
  margin-bottom: 15px; }

#features #slider .slide-wrapper {
  border-bottom: 1px solid #E4E4E4; }

#features #slider .slide-wrapper .slideshow {
  background: url("../../assets/images/slider-bg.png") 0 0 no-repeat;
  margin: 0 auto;
  margin-top: 35px;
  width: 844px;
  height: 418px;
  position: relative;
  overflow: hidden; }

@media (max-width: 991px) {
  #features #slider .slide-wrapper .slideshow {
    background: none;
    width: inherit;
    height: 340px; } }
@media (max-width: 620px) {
  #features #slider .slide-wrapper .slideshow {
    height: 290px; } }
@media (max-width: 530px) {
  #features #slider .slide-wrapper .slideshow {
    height: 240px; } }
@media (max-width: 450px) {
  #features #slider .slide-wrapper .slideshow {
    height: 205px; } }
#features #slider .slide-wrapper .slideshow .btn-nav {
  width: 48px;
  height: 51px;
  position: absolute;
  top: 55%;
  z-index: 999;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease; }

#features #slider .slide-wrapper .slideshow .btn-nav.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transform: translateX(0px) !important;
  -o-transform: translateX(0px) !important;
  -ms-transform: translateX(0px) !important;
  -webkit-transform: translateX(0px) !important;
  transform: translateX(0px) !important; }

#features #slider .slide-wrapper .slideshow .btn-nav.prev {
  background: url("../../assets/images/slider/slide-left.png") 0 0 no-repeat;
  left: 91px;
  -moz-transform: translateX(-48px);
  -o-transform: translateX(-48px);
  -ms-transform: translateX(-48px);
  -webkit-transform: translateX(-48px);
  transform: translateX(-48px); }

@media (max-width: 991px) {
  #features #slider .slide-wrapper .slideshow .btn-nav.prev {
    left: 30px; } }
#features #slider .slide-wrapper .slideshow .btn-nav.next {
  background: url("../../assets/images/slider/slide-right.png") 0 0 no-repeat;
  right: 91px;
  -moz-transform: translateX(48px);
  -o-transform: translateX(48px);
  -ms-transform: translateX(48px);
  -webkit-transform: translateX(48px);
  transform: translateX(48px); }

@media (max-width: 991px) {
  #features #slider .slide-wrapper .slideshow .btn-nav.next {
    right: 29px; } }
#features #slider .slide-wrapper .slideshow .slide {
  width: 100%;
  height: 100%;
  position: absolute; }

#features #slider .slide-wrapper .slideshow .slide.active img {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px); }

#features #slider .slide-wrapper .slideshow .slide img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -moz-transform: translateY(300px);
  -o-transform: translateY(300px);
  -ms-transform: translateY(300px);
  -webkit-transform: translateY(300px);
  transform: translateY(300px);
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -o-transition: all .6s ease;
  -ms-transition: all .6s ease;
  transition: all .6s ease; }

@media (max-width: 767px) {
  #features #slider .slide-wrapper .slideshow .slide img {
    width: 100%; } }
#features #showcase {
  margin-top: 100px;
  margin-bottom: 150px;
  -webkit-font-smoothing: antialiased; }

#features #showcase .header {
  text-align: center;
  margin-bottom: 45px; }

#features #showcase .header h3 {
  font-size: 25px;
  color: #444;
  line-height: 25px;
  font-weight: 300; }

#features #showcase .pics {
  text-align: center; }

.pic {
  border-radius: 5px; }

#features #showcase .pics .pic {
  position: relative;
  width: 250px;
  height: 258px;
  margin: 0 auto;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear; }

@media (max-width: 991px) {
  #features #showcase .pics .pic {
    margin-bottom: 35px; } }
#features #showcase .pics .pic:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  text-decoration: none; }

#features #showcase .pics .pic .bg {
  position: absolute;
  padding: 80px 20px 20px;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 0px 5px 5px 0px;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.12) 0, rgba(0, 0, 0, 0.3) 30%, transparent 100%);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.12) 0, rgba(0, 0, 0, 0.3) 30%, transparent 100%);
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.12) 0, rgba(0, 0, 0, 0.3) 30%, transparent 100%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.12) 0, rgba(0, 0, 0, 0.3) 30%, transparent 100%);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.12) 0, rgba(0, 0, 0, 0.3) 30%, transparent 100%); }

#features #showcase .pics .pic img {
  display: block;
  margin: 0 auto;
  border-radius: 5px; }

#features #showcase .pics .pic p {
  font-family: Myriad Pro, Lato, Helvetica Neue, Arial;
  text-align: left;
  color: #ffffff;
  font-size: 22px;
  position: absolute;
  line-height: 28px;
  bottom: 7px;
  left: 20px;
  width: 75%;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); }

#services {
  -webkit-font-smoothing: antialiased; }

#services #hero {
  margin-top: 70px; }

@media (min-width: 992px) {
  #services #hero .row {
    border-bottom: 1px solid #E6E6E8; } }
@media (max-width: 991px) {
  #services #hero .image img {
    margin: 0 auto; } }
@media (min-width: 992px) {
  #services #hero .info {
    padding-left: 60px; } }
@media (max-width: 991px) {
  #services #hero .info {
    text-align: center; } }
#services #hero .info h3 {
  font-family: Myriad Pro, Lato, Helvetica Neue, Arial;
  font-weight: bold;
  margin-top: 70px;
  font-size: 28px; }

#services #hero .info p {
  color: #666;
  margin-top: 15px;
  line-height: 23px; }

@media (min-width: 992px) {
  #services #hero .info p {
    width: 85%; } }
#services #tabs {
  margin-top: 110px; }

@media (max-width: 991px) {
  #services #tabs {
    margin-top: 70px; } }
#services #tabs .hexagons {
  text-align: center; }

#services #tabs .hexagons .hexagon {
  background: url("../../assets/images/hexagon.png") 0 0 no-repeat;
  width: 100px;
  height: 113px;
  position: relative;
  display: inline-block;
  margin-right: 60px;
  cursor: pointer; }

@media (max-width: 991px) {
  #services #tabs .hexagons .hexagon {
    margin: 0; } }
#services #tabs .hexagons .hexagon:hover, #services #tabs .hexagons .hexagon.active {
  background-position: 0 -117px; }

#services #tabs .hexagons .hexagon:hover .icon, #services #tabs .hexagons .hexagon.active .icon {
  color: #ffffff; }

#services #tabs .hexagons .hexagon:last-child {
  margin-right: 0px; }

#services #tabs .hexagons .hexagon .icon {
  font-size: 48px;
  color: #80939b;
  position: absolute;
  top: 32px;
  left: 0;
  right: 0;
  text-align: center; }

#services #tabs .sections {
  margin-top: 35px;
  position: relative;
  height: 220px; }

#services #tabs .sections .section {
  display: none;
  position: absolute; }

#services #tabs .sections .section.active {
  display: block; }

#services #tabs .sections .section h4 {
  margin-bottom: 18px; }

#services #tabs .sections .section p {
  line-height: 25px; }

#services #grid-first {
  margin-top: 30px; }

#services #grid-first .header {
  border-top: 1px solid #E6E6E8;
  padding-top: 55px;
  text-align: center; }

#services #grid-first .header h3 {
  font-size: 25px;
  color: #555C68;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 13px; }

#services #grid-first .header p {
  font-size: 16px;
  font-weight: 400;
  color: #888; }

#services #grid-first .sections {
  margin-top: 45px; }

#services #grid-first .sections .section {
  text-align: center; }

@media (max-width: 991px) {
  #services #grid-first .sections .section {
    margin-bottom: 40px; } }
#services #grid-first .sections .section .pic {
  display: inline-block;
  padding: 15px;
  background: #f5f5f5;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.45), inset 0px 0px 1px 1px #ffffff; }

#services #grid-first .sections .section .info {
  margin-top: 25px;
  text-align: center; }

@media (min-width: 992px) {
  #services #grid-first .sections .section .info {
    margin-left: 45px;
    width: 80%;
    text-align: left; } }
#services #grid-first .sections .section .info strong {
  font-weight: bold;
  font-size: 18px;
  color: #555555; }

#services #grid-first .sections .section .info p {
  color: #666;
  margin-top: 15px;
  line-height: 22px; }

#services #grid-second {
  margin-top: 80px; }

@media (max-width: 991px) {
  #services #grid-second {
    margin-top: 50px; } }
#services #grid-second .header {
  border-top: 1px solid #E6E6E8;
  padding-top: 55px;
  margin-bottom: 35px; }

#services #grid-second .header h3 {
  font-size: 27px;
  font-family: Myriad Pro, Lato, Helvetica Neue, Arial;
  color: #444;
  line-height: 25px;
  font-weight: bold;
  margin-bottom: 7px; }

@media (max-width: 991px) {
  #services #grid-second .header h3 {
    text-align: center; } }
#services #grid-second .header p {
  font-size: 15px;
  font-weight: 400;
  color: #666;
  width: 50%;
  line-height: 24px;
  margin-top: 15px; }

@media (max-width: 991px) {
  #services #grid-second .header p {
    margin: 0 auto;
    width: 90%;
    text-align: center; } }
#services #grid-second .features {
  margin-bottom: 20px; }

@media (max-width: 991px) {
  #services #grid-second .features .feature {
    text-align: center;
    margin-bottom: 30px; } }
#services #grid-second .features .feature img {
  max-width: 40px;
  position: relative;
  top: 10px; }

@media (min-width: 992px) {
  #services #grid-second .features .feature img {
    float: left; } }
@media (min-width: 992px) {
  #services #grid-second .features .feature .info {
    float: left;
    width: 80%;
    margin-left: 20px; } }
#services #grid-second .features .feature .info strong {
  display: block;
  font-weight: bold;
  font-size: 16px;
  color: #444;
  margin-top: 15px; }

#services #grid-second .features .feature .info p {
  font-weight: normal;
  font-size: 14px;
  color: #797979;
  margin-top: 10px;
  line-height: 24px; }

#services #features-hover {
  margin-top: 120px; }

@media (max-width: 991px) {
  #services #features-hover {
    margin-top: 60px; } }
#services #features-hover .images {
  height: 355px; }

@media (max-width: 767px) {
  #services #features-hover .images {
    height: 300px; } }
#services #features-hover .images img {
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  display: none; }

#services #features-hover .images img.active {
  display: block; }

#services #features-hover .features {
  margin-top: 50px; }

@media (max-width: 991px) {
  #services #features-hover .features {
    margin-top: 0px; } }
#services #features-hover .features .feature {
  cursor: pointer; }

@media (min-width: 992px) {
  #services #features-hover .features .feature {
    width: 85%;
    margin: 0 auto; } }
#services #features-hover .features .feature.active strong, #services #features-hover .features .feature:hover strong {
  color: #58B0D5; }

#services #features-hover .features .feature.active p, #services #features-hover .features .feature:hover p {
  color: #555555; }

#services #features-hover .features .feature strong {
  color: #b6b6b6;
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear; }

#services #features-hover .features .feature p {
  margin-top: 15px;
  line-height: 25px;
  color: #b6b6b6;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear; }

#services #cta {
  margin-top: 120px; }

#services #cta .wrapper {
  background: #F7F8FB;
  border: 1px solid #EAEDF7;
  border-radius: 8px;
  padding: 30px 60px;
  box-shadow: inset rgba(100, 100, 100, 0.25) 0 1px 1px;
  margin: 0 auto; }

@media (max-width: 991px) {
  #services #cta .wrapper {
    text-align: center; } }
#services #cta h4 {
  font-size: 20px;
  color: #5F6E7C;
  font-weight: 400;
  float: left;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8); }

@media (max-width: 767px) {
  #services #cta h4 {
    font-size: 17px;
    line-height: 23px; } }
#services #cta .button {
  float: right; }

@media (max-width: 991px) {
  #services #cta .button {
    float: none;
    margin-top: 20px; } }
#signup {
  height: 100%;
  background-attachment: fixed !important;
  background: #5E7A9B;
  background: -webkit-linear-gradient(top, #355069 0, #5E7A9B 100%);
  background: -moz-linear-gradient(top, #355069 0, #5E7A9B 100%);
  background: -o-linear-gradient(top, #355069 0, #5E7A9B 100%);
  background: linear-gradient(top, #355069 0, #5E7A9B 100%);
  -webkit-font-smoothing: antialiased; }

#signup .header .logo {
  margin-top: 40px;
  text-align: center; }

#signup .header .logo a {
  color: #ffffff;
  font-size: 22px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  -webkit-transition: color 0.25s linear;
  -moz-transition: color 0.25s linear;
  -ms-transition: color 0.25s linear;
  -o-transition: color 0.25s linear;
  transition: color 0.25s linear; }

#signup .header .logo a:hover {
  text-decoration: none;
  color: #bbb; }

#signup .header h4 {
  color: #ffffff;
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  font-family: Myriad Pro, Lato, Helvetica Neue, Arial;
  margin-top: 45px;
  margin-bottom: 5px; }

#signup .header p {
  color: #ffffff;
  text-align: center; }

#signup .wrapper {
  margin: 0 auto;
  width: 51%;
  margin-top: 25px;
  background: #ffffff;
  padding: 15px 50px 25px 50px;
  border-radius: 5px;
  border-top: 6px solid #6ED5E4; }

@media (max-width: 991px) {
  #signup .wrapper {
    width: 67%; } }
@media (max-width: 767px) {
  #signup .wrapper {
    width: 100%; } }
#signup .wrapper .formy {
  margin-top: 22px; }

#signup .wrapper .formy .form-group label {
  color: #46515F; }

#signup .wrapper .formy .checkbox label {
  color: #666;
  font-size: 13px; }

#signup .wrapper .formy .checkbox input {
  position: relative;
  top: -1px; }

#signup .wrapper .formy .submit {
  text-align: center; }

#signup .wrapper .formy .submit .button-clear {
  margin-top: 35px;
  display: inline-block; }

#signup .wrapper .formy .info {
  float: right;
  width: 67%; }

#signup .wrapper .formy .info .good-company strong {
  font-size: 15px;
  font-weight: bold; }

#signup .wrapper .formy .info .good-company p {
  color: #858585;
  margin-top: 9px; }

#signup .wrapper .formy .info .testimonial {
  margin-top: 40px; }

#signup .wrapper .formy .info .testimonial .quote {
  font-style: italic;
  font-size: 13px;
  color: #555555;
  line-height: 20px;
  -webkit-font-smoothing: auto; }

#signup .wrapper .formy .info .testimonial .author {
  margin-top: 20px; }

#signup .wrapper .formy .info .testimonial .author .pic {
  width: 55px;
  height: 55px;
  border-radius: 50px;
  float: left;
  position: relative;
  top: -6px;
  margin-right: 18px; }

#signup .wrapper .formy .info .testimonial .author .name {
  color: #3C92C5;
  line-height: 23px;
  font-weight: bold; }

#signup .wrapper .formy .info .testimonial .author .company {
  font-size: 14px;
  color: #909090;
  line-height: 23px;
  font-weight: 400; }

#signup .already-account {
  text-align: center;
  color: #ffffff;
  margin-top: 25px;
  margin-bottom: 70px;
  font-size: 13px;
  font-weight: bold; }

#signup .already-account a {
  color: #ffffff;
  text-decoration: underline; }

#signup .already-account .popover-content {
  color: #000;
  font-size: 17px;
  font-weight: 400; }

#signup-rotate {
  height: 100%;
  background-attachment: fixed !important;
  background: #5E7A9B;
  background: -webkit-linear-gradient(top, #355069 0, #5E7A9B 100%);
  background: -moz-linear-gradient(top, #355069 0, #5E7A9B 100%);
  background: -o-linear-gradient(top, #355069 0, #5E7A9B 100%);
  background: linear-gradient(top, #355069 0, #5E7A9B 100%);
  -webkit-font-smoothing: antialiased; }

#signup-rotate .header .logo {
  margin-top: 40px;
  text-align: center; }

#signup-rotate .header .logo a {
  color: #ffffff;
  font-size: 22px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  -webkit-transition: color 0.25s linear;
  -moz-transition: color 0.25s linear;
  -ms-transition: color 0.25s linear;
  -o-transition: color 0.25s linear;
  transition: color 0.25s linear; }

#signup-rotate .header .logo a:hover {
  text-decoration: none;
  color: #bbb; }

#signup-rotate .header h4 {
  color: #ffffff;
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  font-family: Myriad Pro, Lato, Helvetica Neue, Arial;
  margin-top: 45px;
  margin-bottom: 5px; }

#signup-rotate .header p {
  color: #ffffff;
  text-align: center; }

#signup-rotate .rotate-container {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  -o-perspective: 1000;
  margin: 0 auto; }

#signup-rotate .wrappers {
  min-height: 445px;
  -webkit-transition: -webkit-transform 1s;
  -moz-transition: -moz-transform 1s;
  -ms-transition: -ms-transform 1s;
  -o-transition: -o-transform 1s;
  transition: transform 1s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d; }

#signup-rotate .wrappers.flipped {
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg); }

#signup-rotate .wrappers.flipped-ended .front {
  z-index: 1; }

#signup-rotate .wrappers.flipped-ended .back {
  z-index: 3; }

#signup-rotate .wrapper {
  margin: 0 auto;
  width: 51%;
  margin-top: 25px;
  background: #ffffff;
  padding: 15px 50px 25px 50px;
  border-radius: 5px;
  border-top: 6px solid #6ED5E4;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  /* These are commented out because they break the rotation on IE */
  /*-ms-backface-visibility: hidden;*/
  /*backface-visibility: hidden;*/
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d; }

@media (max-width: 991px) {
  #signup-rotate .wrapper {
    width: 67%; } }
@media (max-width: 767px) {
  #signup-rotate .wrapper {
    width: 100%; } }
#signup-rotate .wrapper.front {
  z-index: 3; }

#signup-rotate .wrapper.back {
  z-index: 1;
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg); }

#signup-rotate .wrapper.back h3 {
  margin-top: -5px;
  margin-bottom: 45px;
  text-align: center;
  font-weight: 400; }

#signup-rotate .wrapper .formy {
  margin-top: 22px; }

#signup-rotate .wrapper .formy .form-group label {
  color: #46515F; }

#signup-rotate .wrapper .formy .checkbox label {
  color: #666;
  font-size: 13px; }

#signup-rotate .wrapper .formy .checkbox input {
  position: relative;
  top: -1px; }

#signup-rotate .wrapper .formy .submit {
  text-align: center; }

#signup-rotate .wrapper .formy .submit .button-clear {
  margin-top: 35px;
  display: inline-block; }

#signup-rotate .change-view {
  text-align: center;
  color: #ffffff;
  margin-top: 25px;
  margin-bottom: 70px;
  font-size: 13px;
  font-weight: bold;
  display: none; }

#signup-rotate .change-view.active {
  display: block; }

#signup-rotate .change-view a {
  color: #ffffff;
  text-decoration: underline; }

#signup-rotate .change-view .popover-content {
  color: #000;
  font-size: 17px;
  font-weight: 400; }

#blog {
  -webkit-font-smoothing: antialiased; }

#blog #posts {
  margin-top: 55px; }

#blog #posts .post {
  margin-bottom: 90px; }

#blog #posts .post .pic {
  border: 0px; }

#blog #posts .post .pic:hover img {
  opacity: 0.9;
  filter: alpha(opacity=90); }

#blog #posts .post .pic img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear; }

@media (max-width: 991px) {
  #blog #posts .post .pic img {
    margin: 0 auto; } }
#blog #posts .post .video {
  /* make video fluid for responsiveness */ }

@media (min-width: 992px) {
  #blog #posts .post .video {
    max-width: 635px; } }
#blog #posts .post .video .iframe-wrapper {
  position: relative;
  padding-bottom: 56%;
  height: 0; }

#blog #posts .post .video .iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#blog #posts .post .title {
  font-family: Myriad Pro, Lato, Helvetica Neue, Arial;
  font-size: 28px;
  font-weight: 600;
  margin-top: 33px; }

@media (max-width: 991px) {
  #blog #posts .post .title {
    text-align: center;
    margin-bottom: 20px; } }
@media (max-width: 767px) {
  #blog #posts .post .title {
    font-size: 23px; } }
#blog #posts .post .title a {
  color: #111;
  -webkit-transition: color 0.15s linear;
  -moz-transition: color 0.15s linear;
  -ms-transition: color 0.15s linear;
  -o-transition: color 0.15s linear;
  transition: color 0.15s linear; }

#blog #posts .post .title a:hover {
  text-decoration: none;
  color: #428bca; }

#blog #posts .post .author {
  color: #888;
  margin-top: 4px;
  position: relative; }

#blog #posts .post .author .avatar {
  max-width: 60px;
  border-radius: 50px;
  position: absolute;
  left: -75px;
  top: -15px;
  border: 1px solid #e0e0e0; }

#blog #posts .post .intro {
  font-family: Source Sans Pro, Helvetica Neue, Arial;
  margin-top: 18px;
  font-size: 16px;
  line-height: 27px;
  color: #4d4d4d; }

@media (min-width: 992px) {
  #blog #posts .post .intro {
    width: 90%; } }
#blog #posts .post .continue-reading {
  font-family: Source Sans Pro, Helvetica Neue, Arial;
  font-size: 15px;
  display: inline-block;
  margin-top: 8px;
  -webkit-transition: color 0.25s linear;
  -moz-transition: color 0.25s linear;
  -ms-transition: color 0.25s linear;
  -o-transition: color 0.25s linear;
  transition: color 0.25s linear; }

@media (max-width: 991px) {
  #blog #posts .pages {
    text-align: center; } }
@media (max-width: 991px) {
  #blog #posts .sidebar {
    margin-top: 70px;
    text-align: center; } }
#blog #posts .sidebar .search {
  margin-bottom: 40px; }

#blog #posts .sidebar .search form {
  position: relative;
  left: -20px; }

#blog #posts .sidebar .search .icomoon-search {
  font-size: 16px;
  color: #B9B9B9;
  position: relative;
  left: 25px;
  top: 1px;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear; }

#blog #posts .sidebar .search .icomoon-search.active {
  color: #555555; }

#blog #posts .sidebar .search input {
  border: 0px;
  border-bottom: 1px solid #DFDFDF;
  padding-left: 30px;
  padding-bottom: 6px;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  color: #777;
  font-weight: 300; }

@media (max-width: 991px) {
  #blog #posts .sidebar .search input {
    width: 95%; } }
#blog #posts .sidebar .search input:focus {
  border-bottom-color: #888; }

#blog #posts .sidebar .search input::-webkit-input-placeholder {
  color: #a5a5a5;
  font-weight: 300;
  font-size: 13px; }

#blog #posts .sidebar .search input:-moz-placeholder {
  color: #a5a5a5;
  font-weight: 300;
  font-size: 13px; }

#blog #posts .sidebar .search input::-moz-placeholder {
  color: #a5a5a5;
  font-weight: 300;
  font-size: 13px; }

#blog #posts .sidebar .search input:-ms-input-placeholder {
  color: #a5a5a5;
  font-weight: 300;
  font-size: 13px; }

#blog #posts .sidebar .updates {
  padding: 17px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px; }

@media (min-width: 992px) {
  #blog #posts .sidebar .updates {
    width: 85%; } }
#blog #posts .sidebar .updates strong {
  color: #444;
  font-weight: bold; }

#blog #posts .sidebar .updates .fa-rss {
  color: #428bca;
  font-size: 16px;
  position: relative;
  margin-left: 5px; }

#blog #posts .sidebar .updates p {
  font-size: 13px;
  margin-top: 9px;
  color: #777;
  margin-bottom: 5px; }

#blog #posts .sidebar .follow-tw {
  margin-top: 20px; }

#blog #posts .sidebar .follow-tw img {
  cursor: pointer; }

#blog #posts .sidebar .best-hits {
  margin-top: 35px;
  padding-left: 5px; }

@media (max-width: 991px) {
  #blog #posts .sidebar .best-hits {
    margin-top: 40px; } }
#blog #posts .sidebar .best-hits strong {
  font-weight: bold;
  color: #444;
  margin-bottom: 15px;
  font-size: 15px;
  display: block; }

#blog #posts .sidebar .best-hits a {
  font-size: 13px;
  display: inline-block;
  margin-bottom: 5px; }

@media (max-width: 991px) {
  #blog #posts .sidebar .best-hits a {
    display: block;
    margin-bottom: 10px; } }
#blogpost {
  -webkit-font-smoothing: antialiased; }

#blogpost #blogpost-wrapper {
  margin-top: 50px; }

#blogpost #blogpost-wrapper .main-pic img {
  margin: 0 auto; }

#blogpost #blogpost-wrapper .post {
  float: none;
  margin: 0 auto;
  margin-top: 35px;
  margin-bottom: 50px; }

#blogpost #blogpost-wrapper .post .title {
  font-family: Myriad Pro, Lato, Helvetica Neue, Arial;
  font-size: 31px;
  font-weight: 600;
  margin-top: 40px;
  color: #252525; }

@media (max-width: 767px) {
  #blogpost #blogpost-wrapper .post .title {
    font-size: 26px;
    line-height: 28px; } }
#blogpost #blogpost-wrapper .post .author {
  color: #757575;
  font-weight: 300;
  margin-top: 4px;
  position: relative; }

@media (max-width: 767px) {
  #blogpost #blogpost-wrapper .post .author {
    font-size: 12px;
    margin-top: 10px; } }
#blogpost #blogpost-wrapper .post .author .avatar {
  max-width: 56px;
  border-radius: 50px;
  position: absolute;
  left: -77px;
  top: -18px;
  border: 1px solid #e0e0e0; }

#blogpost #blogpost-wrapper .post .content {
  margin-top: 35px;
  font-family: "Merriweather", Georgia;
  font-size: 15px;
  line-height: 30px;
  color: #353535;
  margin-bottom: 25px; }

#blogpost #blogpost-wrapper .post .content p {
  margin-top: 28px; }

#blogpost #blogpost-wrapper .post .content blockquote {
  border-left: 2px solid #CE1836;
  color: rgba(51, 51, 51, 0.55);
  margin: 35px 0;
  padding: 5px 20px;
  padding-left: 23px; }

#blogpost #blogpost-wrapper .post .content blockquote p {
  margin: 0;
  line-height: 30px;
  font-weight: normal; }

#blogpost #blogpost-wrapper .post .content blockquote .quote-author {
  margin-top: 14px; }

#blogpost #blogpost-wrapper .post .content img {
  margin: 0 auto;
  margin-top: 55px;
  margin-bottom: 55px; }

#blogpost #blogpost-wrapper .post .content .divider {
  border-bottom: 1px solid #DEDEDC;
  width: 20%;
  margin: 0 auto;
  margin-top: 35px;
  margin-bottom: 35px; }

#blogpost #blogpost-wrapper .post .share {
  margin-top: 50px; }

#blogpost #blogpost-wrapper .post .other-posts {
  margin-top: 50px; }

#pricing #first-option {
  margin-top: 40px;
  margin-bottom: 130px;
  -webkit-font-smoothing: antialiased; }

#pricing #first-option .header {
  text-align: center; }

#pricing #first-option .header h3 {
  font-size: 23px;
  color: #444;
  line-height: 25px;
  font-weight: bold;
  margin-bottom: 7px; }

#pricing #first-option .header p {
  font-size: 16px;
  font-weight: 400;
  color: #888; }

#pricing #first-option .charts {
  margin-top: 45px; }

#pricing #first-option .charts .chart {
  background-color: #ffffff;
  border: 1px solid #D8D8D8;
  border-radius: 5px;
  box-shadow: 0px 0px 2px 0px rgba(181, 181, 181, 0.3);
  padding: 20px 40px;
  position: relative;
  text-align: center;
  width: 97%;
  min-height: 315px;
  position: relative;
  top: 20px; }

@media (min-width: 992px) {
  #pricing #first-option .charts .chart.first {
    float: right;
    left: 45px; }

  #pricing #first-option .charts .chart.last {
    left: -45px; } }
@media (max-width: 991px) {
  #pricing #first-option .charts .chart {
    float: none !important;
    left: 0px !important;
    top: 0px !important;
    margin: 0 auto;
    width: 55%;
    margin-bottom: 25px !important; }

  #pricing #first-option .charts .chart.last {
    margin-bottom: 0px !important; } }
@media (max-width: 600px) {
  #pricing #first-option .charts .chart {
    width: 90% !important; } }
#pricing #first-option .charts .chart.featured {
  z-index: 999; }

@media (min-width: 992px) {
  #pricing #first-option .charts .chart.featured {
    margin: 0 auto;
    top: 0px;
    min-height: 445px; }

  #pricing #first-option .charts .chart.featured .btn-signup {
    margin-top: 32px; } }
#pricing #first-option .charts .chart.featured .popular {
  position: absolute;
  top: 0px;
  left: 0px; }

#pricing #first-option .charts .chart.featured .quantity {
  margin-top: 15px;
  padding-bottom: 5px; }

#pricing #first-option .charts .chart .plan-name {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #444;
  width: 90%;
  margin: 0 auto;
  margin-top: 5px; }

#pricing #first-option .charts .chart .quantity {
  text-align: center;
  border-bottom: 1px solid #d5d5d5;
  margin-top: 10px; }

#pricing #first-option .charts .chart .quantity .dollar {
  font-size: 19px;
  position: relative;
  top: -18px; }

#pricing #first-option .charts .chart .quantity .price {
  font-size: 49px; }

#pricing #first-option .charts .chart .quantity .period {
  font-size: 17px;
  position: relative;
  top: -8px;
  margin-left: 4px; }

#pricing #first-option .charts .chart .specs {
  margin-top: 20px; }

#pricing #first-option .charts .chart .specs .spec {
  font-size: 15px;
  color: #474747;
  text-align: center;
  font-weight: 300;
  margin-bottom: 13px; }

#pricing #first-option .charts .chart .specs .spec .variable {
  color: #1FBEE7;
  font-weight: bold; }

#pricing #first-option .charts .chart .btn-signup {
  margin-top: 20px;
  height: 38px; }

#pricing #first-option .message p {
  text-align: center;
  font-size: 13px;
  color: #656565;
  margin-top: 23px; }

#pricing #first-option .faq {
  margin-top: 40px; }

#pricing #first-option .faq .header h3 {
  font-size: 20px;
  color: #454545;
  text-align: left; }

#pricing #first-option .faq .questions {
  margin-top: 25px; }

#pricing #first-option .faq .questions .question {
  margin-bottom: 40px; }

@media (min-width: 992px) {
  #pricing #first-option .faq .questions .question {
    width: 90%; } }
#pricing #first-option .faq .questions .question strong {
  font-weight: bold;
  font-size: 16px;
  color: #454545; }

#pricing #first-option .faq .questions .question p {
  color: #555555;
  margin-top: 10px;
  font-size: 13px;
  line-height: 22px; }

#pricing #first-option .contact {
  margin-top: 40px; }

#pricing #first-option .contact .wrapper {
  background: #F7F8FB;
  border: 1px solid #EAEDF7;
  border-radius: 8px;
  padding: 25px 60px;
  box-shadow: inset rgba(100, 100, 100, 0.25) 0 1px 1px;
  margin: 0 auto; }

#pricing #first-option .contact h4 {
  font-size: 15px;
  position: relative;
  color: #696E72;
  text-align: center;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8); }

@media (max-width: 991px) {
  #pricing #first-option .contact h4 {
    line-height: 26px; } }
#pricing #first-option .contact h4 span {
  position: absolute;
  font-size: 23px;
  top: -5px;
  left: 72px;
  color: #626E7A; }

@media (max-width: 991px) {
  #pricing #first-option .contact h4 span {
    position: relative;
    left: 0px;
    top: 5px; } }
#pricing #second-option {
  -webkit-font-smoothing: antialiased;
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
  background: #5E7A9B;
  background: -webkit-linear-gradient(top, #355069 0, #5E7A9B 100%);
  background: -moz-linear-gradient(top, #355069 0, #5E7A9B 100%);
  background: -o-linear-gradient(top, #355069 0, #5E7A9B 100%);
  background: linear-gradient(top, #355069 0, #5E7A9B 100%);
  margin-top: 110px;
  padding-top: 25px;
  padding-bottom: 50px; }

#pricing #second-option .header {
  text-align: center; }

@media (max-width: 991px) {
  #pricing #second-option .header {
    margin-bottom: 25px; } }
#pricing #second-option .header h3 {
  font-size: 23px;
  color: #ffffff;
  line-height: 25px;
  font-weight: 400;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }

#pricing #second-option .header p {
  font-size: 16px;
  color: #F0F0F0;
  font-weight: 400;
  line-height: 25px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }

#pricing #second-option .charts {
  margin-top: 30px; }

@media (max-width: 991px) {
  #pricing #second-option .charts {
    margin-top: 10px; } }
#pricing #second-option .charts .chart {
  background-color: #ffffff;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  box-shadow: 0px 0px 2px 0px rgba(181, 181, 181, 0.3);
  padding: 20px 40px;
  position: relative;
  text-align: center;
  width: 97%;
  min-height: 315px;
  position: relative;
  top: 37px; }

@media (max-width: 991px) {
  #pricing #second-option .charts .chart {
    float: none !important;
    left: 0px !important;
    top: 0px !important;
    margin: 0 auto;
    width: 55%;
    margin-bottom: 25px !important; }

  #pricing #second-option .charts .chart.last {
    margin-bottom: 0px !important; } }
@media (max-width: 600px) {
  #pricing #second-option .charts .chart {
    width: 90% !important; } }
#pricing #second-option .charts .chart.first {
  float: right;
  left: 12px; }

#pricing #second-option .charts .chart.last {
  left: -12px; }

#pricing #second-option .charts .chart.featured {
  min-height: 350px;
  top: 0px;
  margin: 0 auto; }

#pricing #second-option .charts .chart.featured .popular {
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  color: #B1B1B1;
  font-weight: 400; }

#pricing #second-option .charts .chart.featured .quantity {
  margin-top: 15px; }

#pricing #second-option .charts .chart .quantity {
  text-align: center; }

#pricing #second-option .charts .chart .quantity .dollar {
  font-size: 19px;
  position: relative;
  top: -18px; }

#pricing #second-option .charts .chart .quantity .price {
  font-size: 49px; }

#pricing #second-option .charts .chart .quantity .period {
  font-size: 17px;
  position: relative;
  top: -8px;
  margin-left: 4px; }

#pricing #second-option .charts .chart .plan-name {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #777;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 15px;
  width: 90%;
  margin: 0 auto;
  margin-top: 8px; }

#pricing #second-option .charts .chart .specs {
  margin-top: 20px; }

#pricing #second-option .charts .chart .specs .spec {
  font-size: 15px;
  color: #474747;
  text-align: center;
  font-weight: 300;
  margin-bottom: 13px; }

#pricing #second-option .charts .chart .specs .spec .variable {
  color: #1FBEE7;
  font-weight: 400; }

#pricing #second-option .charts .chart .btn-signup {
  margin-top: 20px;
  height: 38px; }

#pricing #third-option {
  margin-top: 55px;
  margin-bottom: 150px;
  -webkit-font-smoothing: antialiased; }

#pricing #third-option .header {
  text-align: center; }

#pricing #third-option .header h3 {
  font-size: 22px;
  color: #444;
  line-height: 25px;
  font-weight: bold;
  margin-bottom: 7px; }

#pricing #third-option .header p {
  font-size: 16px;
  font-weight: 400;
  color: #888; }

@media (min-width: 992px) {
  #pricing #third-option .container {
    width: 1060px; } }
#pricing #third-option .charts {
  margin-top: 50px; }

#pricing #third-option .charts .basic-plan {
  background-color: #ffffff;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  box-shadow: 0px 0px 2px 0px rgba(181, 181, 181, 0.3);
  padding: 20px 30px 10px 30px;
  text-align: center;
  width: 220px;
  position: absolute;
  right: 0px;
  top: 20px; }

@media (max-width: 991px) {
  #pricing #third-option .charts .basic-plan {
    float: none !important;
    left: 0px !important;
    top: 0px !important;
    margin: 0 auto;
    width: 55%;
    margin-bottom: 25px !important;
    position: relative;
    margin-top: 30px; }

  #pricing #third-option .charts .basic-plan.last {
    margin-bottom: 0px !important; } }
@media (max-width: 600px) {
  #pricing #third-option .charts .basic-plan {
    width: 90% !important; } }
#pricing #third-option .charts .basic-plan .plan-name {
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  color: #444;
  width: 90%;
  margin: 0 auto;
  margin-top: 5px; }

#pricing #third-option .charts .basic-plan .quantity {
  text-align: center;
  border-bottom: 1px solid #d5d5d5;
  margin-top: 5px; }

#pricing #third-option .charts .basic-plan .quantity .dollar {
  font-size: 19px;
  position: relative;
  top: -18px; }

#pricing #third-option .charts .basic-plan .quantity .price {
  font-size: 42px; }

#pricing #third-option .charts .basic-plan .quantity .period {
  font-size: 17px;
  position: relative;
  top: -8px;
  margin-left: 4px; }

#pricing #third-option .charts .basic-plan .description {
  margin-top: 15px;
  font-size: 13px;
  color: #444;
  line-height: 20px; }

#pricing #third-option .charts .basic-plan .description a {
  display: block;
  margin-top: 15px;
  font-size: 14px; }

#pricing #third-option .charts .chart {
  background-color: #ffffff;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  box-shadow: 0px 0px 2px 0px rgba(181, 181, 181, 0.3);
  padding: 20px 40px;
  position: relative;
  text-align: center;
  width: 280px;
  float: left;
  min-height: 315px;
  position: relative;
  top: 20px; }

@media (min-width: 992px) {
  #pricing #third-option .charts .chart.featured {
    left: -25px; }

  #pricing #third-option .charts .chart.last {
    left: -45px; } }
@media (max-width: 991px) {
  #pricing #third-option .charts .chart {
    float: none !important;
    left: 0px !important;
    top: 0px !important;
    margin: 0 auto;
    width: 55%;
    margin-bottom: 25px !important; }

  #pricing #third-option .charts .chart.last {
    margin-bottom: 0px !important; } }
@media (max-width: 600px) {
  #pricing #third-option .charts .chart {
    width: 90% !important; } }
#pricing #third-option .charts .chart.featured {
  z-index: 999; }

@media (min-width: 992px) {
  #pricing #third-option .charts .chart.featured {
    margin: 0 auto;
    top: 0px;
    min-height: 445px; }

  #pricing #third-option .charts .chart.featured .btn-signup {
    margin-top: 32px; } }
#pricing #third-option .charts .chart.featured .popular {
  position: absolute;
  top: 0px;
  left: 0px; }

#pricing #third-option .charts .chart.featured .quantity {
  margin-top: 15px;
  padding-bottom: 5px; }

#pricing #third-option .charts .chart .plan-name {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #444;
  width: 90%;
  margin: 0 auto;
  margin-top: 5px; }

#pricing #third-option .charts .chart .quantity {
  text-align: center;
  border-bottom: 1px solid #d5d5d5;
  margin-top: 10px; }

#pricing #third-option .charts .chart .quantity .dollar {
  font-size: 19px;
  position: relative;
  top: -18px; }

#pricing #third-option .charts .chart .quantity .price {
  font-size: 49px; }

#pricing #third-option .charts .chart .quantity .period {
  font-size: 17px;
  position: relative;
  top: -8px;
  margin-left: 4px; }

#pricing #third-option .charts .chart .specs {
  margin-top: 20px; }

#pricing #third-option .charts .chart .specs .spec {
  font-size: 15px;
  color: #474747;
  text-align: center;
  font-weight: 300;
  margin-bottom: 13px; }

#pricing #third-option .charts .chart .specs .spec .variable {
  color: #1FBEE7;
  font-weight: 400; }

#pricing #third-option .charts .chart .btn-signup {
  margin-top: 20px;
  height: 38px; }

#charts #tabs-option {
  margin-top: 35px;
  -webkit-font-smoothing: antialiased; }

#charts #tabs-option .header {
  text-align: center; }

#charts #tabs-option .header h3 {
  font-size: 22px;
  color: #444;
  line-height: 25px;
  font-weight: bold;
  margin-bottom: 7px; }

#charts #tabs-option .header p {
  font-size: 16px;
  font-weight: 400;
  color: #888; }

#charts #tabs-option .tabs {
  background: #F8F8F8;
  text-align: center;
  border-radius: 3px;
  margin-top: 40px; }

#charts #tabs-option .tabs .tab {
  background-color: #F8F8F8;
  font-weight: bold;
  font-size: 15px;
  color: #555555;
  display: inline-block;
  padding: 18px 25px;
  margin-top: 10px;
  cursor: pointer;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear; }

#charts #tabs-option .tabs .tab.anually {
  padding: 18px 18px 18px 23px; }

#charts #tabs-option .tabs .tab.active {
  background-color: #ffffff;
  border: 1px solid #E8E8E8;
  border-radius: 5px 5px 0px 0px;
  border-bottom: 0px; }

#charts #tabs-option .tabs .tab span {
  position: relative;
  top: -2px; }

#charts #tabs-option .tabs .tab small {
  color: #32ACDA;
  margin-left: 3px; }

#charts #tabs-option .plans {
  margin-top: 30px;
  border: 1px solid #E3E3E3;
  border-radius: 5px; }

#charts #tabs-option .plans .plan {
  border-right: 0px;
  min-height: 220px; }

#charts #tabs-option .plans .plan.middle {
  border-right: 1px solid #E3E3E3;
  border-left: 1px solid #E3E3E3; }

#charts #tabs-option .plans .plan .header {
  text-align: left;
  padding: 18px 25px;
  border-bottom: 1px solid #E3E3E3;
  margin: 0px -15px;
  font-weight: bold;
  font-size: 15px; }

#charts #tabs-option .plans .plan .header .icon {
  color: #B7C5D8;
  font-size: 18px;
  position: relative;
  top: 2px;
  left: -4px; }

#charts #tabs-option .plans .plan .header .price {
  float: right;
  color: #3CA2E5; }

#charts #tabs-option .plans .plan .specs {
  margin-top: 25px;
  padding: 0px 10px 17px 10px; }

#charts #tabs-option .plans .plan .specs .spec {
  font-size: 15px;
  color: #666;
  margin-bottom: 13px; }

#charts #tabs-option .plans .plan .specs .spec .variable {
  color: #1FBEE7;
  font-weight: 400; }

#charts #tabs-option .signup {
  margin-top: 40px;
  text-align: center; }

#charts #tabs-option .signup .button {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4ABCF3), color-stop(100%, #1a80d9));
  background: -webkit-linear-gradient(#4ABCF3, #1a80d9);
  background: -moz-linear-gradient(#4ABCF3, #1a80d9);
  background: -o-linear-gradient(#4ABCF3, #1a80d9);
  background: linear-gradient(#4ABCF3, #1a80d9);
  padding: 15px 38px;
  font-size: 15px; }

#charts #tabs-option .signup .message {
  text-align: center;
  margin-top: 20px;
  font-size: 12px;
  color: #888; }

#charts #chart-option {
  margin-top: 35px;
  -webkit-font-smoothing: antialiased; }

#charts #chart-option .divider {
  height: 1px;
  width: 100%;
  background-color: #ddd;
  position: relative;
  margin: 80px 0 40px; }

#charts #chart-option .divider:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.75)), color-stop(0.5, rgba(250, 250, 250, 0)), color-stop(1, rgba(255, 255, 255, 0.75)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
  background-image: linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%); }

#charts #chart-option .header {
  text-align: center; }

#charts #chart-option .header h3 {
  font-size: 22px;
  color: #444;
  line-height: 25px;
  font-weight: bold;
  margin-bottom: 7px; }

#charts #chart-option .header p {
  font-size: 16px;
  font-weight: 400;
  color: #888; }

#charts #chart-option .chart {
  margin-top: 40px;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.1); }

#charts #chart-option .chart .header {
  text-align: center;
  background: #fbfbfb;
  margin: 0px -15px;
  padding: 20px 35px;
  font-weight: bold;
  font-size: 17px;
  color: #444;
  border-bottom: 1px solid #dfdfdf;
  height: 73px; }

@media (max-width: 991px) {
  #charts #chart-option .chart .header {
    font-size: 15px; } }
@media (max-width: 767px) {
  #charts #chart-option .chart .header {
    font-size: 13px; } }
#charts #chart-option .chart .header .price {
  color: #1a80d9;
  position: relative;
  top: 3px;
  font-size: 14px; }

@media (max-width: 767px) {
  #charts #chart-option .chart .header .price {
    font-size: 13px; } }
#charts #chart-option .chart .features-col .header {
  text-align: left;
  border-radius: 5px 0px 0px 0px;
  margin-bottom: 30px;
  padding: 23px 30px;
  font-size: 18px; }

@media (max-width: 991px) {
  #charts #chart-option .chart .features-col .header {
    font-size: 16px; } }
#charts #chart-option .chart .features-col .spec {
  margin-bottom: 32px;
  padding-left: 40px;
  position: relative; }

#charts #chart-option .chart .features-col .spec .icon {
  position: absolute;
  font-size: 27px;
  color: #849FC4;
  left: 0px;
  top: -4px; }

#charts #chart-option .chart .plan-col {
  border-left: 1px solid #dfdfdf; }

#charts #chart-option .chart .plan-col.last .header {
  border-radius: 0px 5px 0px 0px; }

#charts #chart-option .chart .plan-col .header {
  padding: 13px 0px; }

#charts #chart-option .chart .plan-col .spec {
  margin-bottom: 34px;
  margin-top: 25px; }

#charts #chart-option .chart .plan-col .spec .check {
  margin: 0 auto;
  display: block;
  max-width: 20px; }

#charts #chart-option .chart .plan-col .button {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 13px;
  padding: 11px 24px;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4ABCF3), color-stop(100%, #1a80d9));
  background: -webkit-linear-gradient(#4ABCF3, #1a80d9);
  background: -moz-linear-gradient(#4ABCF3, #1a80d9);
  background: -o-linear-gradient(#4ABCF3, #1a80d9);
  background: linear-gradient(#4ABCF3, #1a80d9); }

@media (max-width: 991px) {
  #charts #chart-option .chart .plan-col .button {
    padding: 6px 10px;
    text-align: center; } }
#charts #chart-option .message p {
  text-align: center;
  font-size: 13px;
  color: #656565;
  margin-top: 30px; }

#charts #chart-option .faq {
  margin-top: 50px; }

#charts #chart-option .faq .header h3 {
  font-size: 20px;
  color: #454545;
  text-align: left; }

#charts #chart-option .faq .questions {
  margin-top: 25px; }

#charts #chart-option .faq .questions .question {
  margin-bottom: 40px; }

@media (min-width: 992px) {
  #charts #chart-option .faq .questions .question {
    width: 90%; } }
#charts #chart-option .faq .questions .question strong {
  font-weight: bold;
  font-size: 16px;
  color: #454545; }

#charts #chart-option .faq .questions .question p {
  color: #555555;
  margin-top: 10px;
  font-size: 13px;
  line-height: 22px; }

#about-us #slider {
  margin-top: 45px;
  -webkit-font-smoothing: antialiased; }

#about-us #slider .header {
  text-align: left; }

#about-us #slider .header h3 {
  font-size: 26px;
  font-family: Myriad Pro, Lato, Helvetica Neue, Arial;
  color: #444;
  line-height: 25px;
  font-weight: 600;
  margin-bottom: 7px; }

#about-us #slider .header p {
  font-size: 15px;
  font-weight: 400;
  color: #666;
  margin-top: 14px;
  line-height: 24px; }

@media (min-width: 992px) {
  #about-us #slider .header p {
    width: 48%; } }
#about-us #slider .flexslider {
  margin-top: 30px;
  box-shadow: none;
  border-radius: 0px; }

#about-us #slider .flexslider .slides img {
  max-height: 400px; }

#about-us #slider .flexslider .flex-control-paging {
  bottom: -35px; }

#about-us #slider .flexslider .flex-control-paging li {
  margin: 0 7px; }

#about-us #slider .flexslider .flex-control-paging li a {
  background: #e6e6e6;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

#about-us #slider .flexslider .flex-control-paging li a.flex-active {
  background: #3785b9; }

#about-us #info {
  -webkit-font-smoothing: antialiased; }

#about-us #info h1 {
  font-size: 24px;
  font-family: Myriad Pro, Lato, Helvetica Neue, Arial;
  color: #444;
  line-height: 25px;
  font-weight: bold;
  margin-bottom: 25px; }

#about-us #info p {
  color: #666;
  line-height: 23px;
  margin-bottom: 15px; }

@media (min-width: 992px) {
  #about-us #info p {
    width: 88%; } }
#about-us #info .join-team {
  padding: 8px 26px;
  font-size: 13px;
  margin-top: 10px; }

#about-us #info .stats {
  margin-top: 60px;
  font-size: 16px;
  color: #757575; }

#about-us #info .stats strong {
  font-size: 30px;
  color: #656565;
  font-weight: bold;
  position: relative;
  top: 1px;
  margin-right: 5px; }

#about-us #info .stats .col-sm-3 {
  border-bottom: 1px solid #efefef;
  padding-bottom: 25px; }

@media (max-width: 767px) {
  #about-us #info .stats .col-sm-3 {
    padding-bottom: 10px;
    margin-bottom: 20px; } }
#about-us #info .team {
  margin-top: 75px;
  -webkit-font-smoothing: auto; }

#about-us #info .team .team-row {
  text-align: center;
  margin-bottom: 35px; }

#about-us #info .team img {
  margin: 0px 20px;
  max-width: 90px;
  border-radius: 10px;
  position: relative;
  top: 0px;
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.4);
  -webkit-transition: top 0.15s linear;
  -moz-transition: top 0.15s linear;
  -ms-transition: top 0.15s linear;
  -o-transition: top 0.15s linear;
  transition: top 0.15s linear; }

@media (max-width: 991px) {
  #about-us #info .team img {
    margin: 0px 10px 20px 0; } }
#about-us #info .team img:hover {
  top: -5px;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.5); }

#about-us #info .team .tooltip {
  -webkit-animation: fadeInTooltip 0.05s linear;
  -moz-animation: fadeInTooltip 0.05s linear;
  -o-animation: fadeInTooltip 0.05s linear;
  -ms-animation: fadeInTooltip 0.05s linear;
  animation: fadeInTooltip 0.05s linear;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

#about-us #info .team .tooltip-inner {
  padding: 12px 18px;
  font-size: 13px;
  background: rgba(0, 0, 0, 0.8);
  /*box-shadow: inset 0px 1px 5px -1px rgba(255, 255, 255, 0.86);*/
  border: 1px solid #000;
  border-bottom: 0px; }

#about-us #info .team .tooltip-arrow {
  border-top-color: rgba(0, 0, 0, 0.8); }

#about-us #cta {
  margin-top: 100px; }

@media (max-width: 991px) {
  #about-us #cta {
    margin-top: 60px; } }
#about-us #cta .wrapper {
  background: #F7F8FB;
  border: 1px solid #EAEDF7;
  border-radius: 8px;
  padding: 30px 60px;
  box-shadow: inset rgba(100, 100, 100, 0.25) 0 1px 1px;
  margin: 0 auto; }

@media (max-width: 991px) {
  #about-us #cta .wrapper {
    text-align: center; } }
#about-us #cta h4 {
  font-size: 18px;
  color: #5F6E7C;
  font-weight: 400;
  float: left;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8); }

@media (max-width: 991px) {
  #about-us #cta h4 {
    float: none; } }
#about-us #cta .button {
  float: right; }

@media (max-width: 991px) {
  #about-us #cta .button {
    float: none;
    margin-top: 20px; } }
@-webkit-keyframes $ name {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(0px); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(-10px); } }
@-moz-keyframes $ name {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(0px); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(-10px); } }
@-o-keyframes $ name {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(0px); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(-10px); } }
@keyframes $ name {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(0px); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(-10px); } }
#contact-us #map {
  -webkit-font-smoothing: antialiased;
  position: relative;
  top: -20px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.35); }

#contact-us #map #directions {
  position: absolute;
  top: 50px;
  left: 13%;
  text-align: center;
  width: 270px;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 5px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.36);
  padding: 25px 25px 20px 25px; }

main.page-content {
  position: relative;
  top: -7px; }

@media (max-width: 767px) {
  #contact-us #map #directions {
    display: none; } }
#contact-us #map #directions p {
  font-family: Myriad Pro, Lato, Helvetica Neue, Arial;
  font-size: 19px;
  color: #333; }

#contact-us #map #directions button {
  margin-top: 12px; }

#contact-us #info {
  -webkit-font-smoothing: antialiased;
  margin-top: 15px;
  margin-bottom: 100px; }

#contact-us #info .message h3 {
  font-family: Myriad Pro, Lato, Helvetica Neue, Arial;
  color: #444;
  font-size: 26px;
  font-weight: 600; }

#contact-us #info .message p {
  font-size: 15px;
  font-weight: 400;
  color: #777; }

#contact-us #info .message form {
  margin-top: 35px;
  width: 80%; }

@media (max-width: 767px) {
  #contact-us #info .message form {
    width: 100%; } }
#contact-us #info .message form input[type="text"],
#contact-us #info .message form input[type="email"] {
  width: 70%; }

@media (max-width: 767px) {
  #contact-us #info .message form input[type="text"],
  #contact-us #info .message form input[type="email"] {
    width: 100%; } }
#contact-us #info .message form label {
  color: #555555;
  font-weight: bold;
  margin-bottom: 7px; }

#contact-us #info .message form .button {
  margin-top: 20px; }

@media (max-width: 991px) {
  #contact-us #info .contact {
    margin-top: 50px; } }
#contact-us #info .contact .address {
  margin-bottom: 30px; }

#contact-us #info .contact h3 {
  font-family: Myriad Pro, Lato, Helvetica Neue, Arial;
  color: #252525;
  font-size: 18px;
  font-weight: bold; }

#contact-us #info .contact p {
  font-size: 14px;
  font-weight: 400;
  color: #777; }

#contact-us #info .contact .online-support {
  background: #f8fdfe;
  border: 1px solid #bee1f3;
  margin-top: 40px;
  border-radius: 6px;
  padding: 20px 22px 18px 22px;
  width: 70%; }

#contact-us #info .contact .online-support strong {
  font-weight: bold;
  color: #333;
  font-size: 15px; }

#contact-us #info .contact .online-support p {
  color: #1f95d0;
  margin-top: 14px;
  line-height: 18px; }

#contact-us #info .contact .social {
  margin-top: 25px; }

#contact-us #info .contact .social a {
  border: 0px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

#contact-us #info .contact .social a.tw {
  position: relative;
  top: 2px; }

#contact-us #info .contact .social a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80); }

/* marker pulse */
.marker-wrapper {
  position: absolute;
  top: 170px;
  left: 53%; }

.marker-wrapper .marker-icon {
  position: relative;
  top: 32px;
  left: 32px;
  width: 25px;
  height: 25px;
  display: block;
  border-radius: 50%;
  background: #5A9FFF;
  box-shadow: 0px 1px 9px 2px rgba(0, 0, 0, 0.39);
  border: 3px solid #ffffff; }

.marker-wrapper .marker {
  position: absolute;
  top: 0px;
  width: 89px;
  height: 89px;
  background-color: #ffffff;
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0.8)));
  background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
  background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
  background: -ms-radial-gradient(center, ellipse cover, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
  background: -o-radial-gradient(center, ellipse cover, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
  background: radial-gradient(ellipse at center, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
  border: 3px solid #7fa5da;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 20px rgba(117, 170, 242, 0.5), inset 0 0 10px rgba(117, 170, 242, 0.8);
  -moz-box-shadow: 0 0 20px rgba(117, 170, 242, 0.5), inset 0 0 10px rgba(117, 170, 242, 0.8);
  box-shadow: 0 0 20px rgba(117, 170, 242, 0.5), inset 0 0 10px rgba(117, 170, 242, 0.8);
  color: 0 0 20px rgba(117, 170, 242, 0.5) inset 0 0 10px rgba(117, 170, 242, 0.8);
  -webkit-animation: map 2s infinite linear;
  -moz-animation: map 2s infinite linear;
  -o-animation: map 2s infinite linear;
  -ms-animation: map 2s infinite linear;
  animation: map 2s infinite linear; }

@-webkit-keyframes $ name {
  0% {
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    filter: alpha(opacity=0); }
  50% {
    opacity: 1;
    filter: alpha(opacity=100); }
  100% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    filter: alpha(opacity=0); } }
@-moz-keyframes $ name {
  0% {
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    filter: alpha(opacity=0); }
  50% {
    opacity: 1;
    filter: alpha(opacity=100); }
  100% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    filter: alpha(opacity=0); } }
@-o-keyframes $ name {
  0% {
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    filter: alpha(opacity=0); }
  50% {
    opacity: 1;
    filter: alpha(opacity=100); }
  100% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    filter: alpha(opacity=0); } }
@keyframes $ name {
  0% {
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    filter: alpha(opacity=0); }
  50% {
    opacity: 1;
    filter: alpha(opacity=100); }
  100% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    filter: alpha(opacity=0); } }
#status #update {
  margin-top: 40px;
  margin-bottom: 130px;
  -webkit-font-smoothing: antialiased; }

#status #update .header {
  text-align: center; }

#status #update .header h3 {
  font-size: 22px;
  color: #444;
  line-height: 25px;
  font-weight: bold;
  margin-bottom: 7px; }

#status #update .header p {
  font-size: 16px;
  font-weight: 400;
  color: #888; }

#status #update .current-status {
  background: #F7F8FB;
  border: 1px solid #EAEDF7;
  border-radius: 8px;
  box-shadow: inset rgba(100, 100, 100, 0.25) 0 1px 1px;
  padding: 20px 30px;
  margin: 0 auto;
  margin-top: 35px; }

#status #update .current-status .updated {
  float: right;
  color: #616A72;
  font-size: 13px; }

@media (max-width: 767px) {
  #status #update .current-status .updated {
    float: none;
    text-align: center;
    display: block;
    margin-bottom: 20px; } }
#status #update .current-status .status {
  font-size: 18px;
  font-weight: bold; }

#status #update .current-status .status .color {
  width: 15px;
  height: 15px;
  border-radius: 50px;
  float: left;
  position: relative;
  top: 5px;
  margin-right: 20px; }

#status #update .current-status .status .color.green {
  background: #96cb4c;
  border: 1px solid #8BC43D;
  box-shadow: 0px 0px 7px 2px #B3E074, inset 0px 2px 1px -1px rgba(255, 255, 255, 0.8); }

#status #update .current-status .status .color.yellow {
  background: #F0D775;
  border: 1px solid #E0CC7E;
  box-shadow: 0px 0px 7px 2px #F0D775, inset 0px 2px 1px -1px rgba(255, 255, 255, 0.8); }

#status #update .current-status .status .color.red {
  background: #F56B65;
  border: 1px solid #FC7D77;
  box-shadow: 0px 0px 7px 2px #FF9B96, inset 0px 2px 1px -1px rgba(255, 255, 255, 0.8); }

#status #update .current-status .help {
  margin-top: 7px;
  margin-left: 35px; }

#status #update .modules {
  margin-top: 40px;
  border-radius: 5px; }

#status #update .modules > .list-group .list-group-item {
  padding: 13px 15px; }

#status #update .modules > .list-group .list-group-item:first-child {
  border-top: 0px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px; }

#status #update .modules > .list-group .list-group-item .status {
  float: right;
  color: #0F9B0F;
  font-size: 13px;
  font-weight: bold; }

#status #update .modules > .list-group .list-group-item .status.down {
  color: #D88C1B; }

#status #update .messages {
  margin-top: 35px; }

#status #update .messages h3 {
  font-size: 18px;
  color: #444;
  margin-bottom: 25px; }

#status #update .messages .date {
  margin-bottom: 25px; }

#status #update .messages .date .day {
  font-size: 13px;
  font-weight: bold;
  color: #454545;
  padding-bottom: 6px;
  margin-bottom: 6px;
  border-bottom: 1px solid #eee; }

#status #update .messages .date .ok {
  color: #0F9B0F;
  font-size: 13px;
  font-weight: bold; }

#status #update .messages .date .issues {
  color: #D88C1B;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 18px; }

#status #update .messages .date .update {
  color: #333;
  font-size: 13px; }

#status #update .messages .date .update strong {
  font-size: 13px;
  font-weight: bold;
  color: #454545;
  min-width: 93px;
  display: inline-block; }

#status #update .full-history {
  margin-top: 50px; }

#gallery #showcase {
  margin-top: 25px;
  -webkit-font-smoothing: antialiased; }

#gallery #showcase .header {
  text-align: left; }

#gallery #showcase .header h3 {
  font-size: 26px;
  font-family: Myriad Pro, Lato, Helvetica Neue, Arial;
  color: #596166;
  line-height: 25px;
  font-weight: 600;
  margin-bottom: 7px; }

#gallery #showcase .header p {
  font-size: 15px;
  font-weight: 400;
  color: #666;
  margin-top: 12px;
  line-height: 24px; }

@media (min-width: 992px) {
  #gallery #showcase .header p {
    width: 48%; } }
#gallery #showcase .filtering {
  margin-top: 35px;
  margin-bottom: 35px; }

#gallery #showcase .filtering #filters {
  padding-left: 20px;
  text-align: center;
  border-bottom: 2px solid #EDEDED; }

@media (max-width: 767px) {
  #gallery #showcase .filtering #filters {
    display: none; } }
#gallery #showcase .filtering #filters li {
  list-style-type: none;
  display: inline-block;
  margin: 0px 8px; }

#gallery #showcase .filtering #filters li:first-child {
  margin-left: 0px; }

#gallery #showcase .filtering #filters li a {
  color: #888;
  font-weight: 400;
  border: 0px;
  padding: 10px 22px;
  font-size: 16px;
  position: relative;
  -webkit-transition: color 0.25s linear;
  -moz-transition: color 0.25s linear;
  -ms-transition: color 0.25s linear;
  -o-transition: color 0.25s linear;
  transition: color 0.25s linear; }

#gallery #showcase .filtering #filters li a.active {
  color: #2B69A2;
  font-weight: 400;
  border-bottom: 0px;
  display: inline-block; }

#gallery #showcase .filtering #filters li a.active:after {
  content: '';
  position: absolute;
  width: 100%;
  height: auto;
  border-bottom: 2px solid #7BA3C9;
  left: 1px;
  bottom: -2px; }

#gallery #showcase .filtering #filters li a:hover {
  color: #2B69A2;
  background: none;
  text-decoration: none; }

#gallery #showcase .gallery_container {
  overflow: visible !important; }

#gallery #showcase .pic {
  margin-bottom: 40px;
  position: relative;
  display: block;
  -webkit-transition: 0.5s cubic-bezier(0.25, 1.45, 0.51, 1.13);
  -moz-transition: 0.5s cubic-bezier(0.25, 1.45, 0.51, 1.13);
  -ms-transition: 0.5s cubic-bezier(0.25, 1.45, 0.51, 1.13);
  -o-transition: 0.5s cubic-bezier(0.25, 1.45, 0.51, 1.13);
  transition: 0.5s cubic-bezier(0.25, 1.45, 0.51, 1.13); }

#gallery #showcase .pic.fluidbox-opened:hover .layer {
  background: transparent; }

#gallery #showcase .pic.fluidbox-opened:hover .layer p {
  opacity: 0;
  filter: alpha(opacity=0); }

#gallery #showcase .pic:hover {
  /*@include transform(scale(1.12));*/
  text-decoration: none; }

#gallery #showcase .pic:hover .layer {
  background: rgba(33, 33, 33, 0.8); }

#gallery #showcase .pic:hover .layer p {
  margin-top: -20px;
  opacity: 1;
  filter: alpha(opacity=100); }

#gallery #showcase .pic .layer {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9;
  top: 0px;
  left: 0px;
  background: transparent;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out; }

#gallery #showcase .pic .layer p {
  transition: margin-top .35s ease-out, opacity .55s ease-out;
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  top: 50%;
  width: 100%;
  position: absolute;
  font-weight: 600;
  margin-top: 25px;
  opacity: 0;
  filter: alpha(opacity=0); }

#gallery #showcase .pic .layer p span {
  position: relative;
  top: 1px;
  margin-right: 2px; }

#gallery #showcase .pic img {
  margin: 0 auto; }

/* Fluidbox styling starts here */
a[data-fluidbox] {
  background-color: #eee;
  border: none;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  margin-bottom: 1.5rem; }

a[data-fluidbox].fluidbox-opened {
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out; }

a[data-fluidbox] img {
  display: block;
  margin: 0 auto;
  opacity: 0;
  filter: alpha(opacity=0);
  max-width: 100%;
  transition: all .25s ease-in-out; }

a[class^='float'] {
  margin: 1rem;
  margin-top: 0;
  width: 33.33333%; }

a[class^='float'].float-left {
  float: left;
  margin-left: 0; }

a[class^='float'].float-right {
  float: right;
  margin-right: 0; }

#fluidbox-overlay {
  background-color: rgba(255, 255, 255, 0.85);
  cursor: pointer;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 500; }

.fluidbox-wrap {
  background-position: center center;
  background-size: cover;
  margin: 0 auto;
  position: relative;
  z-index: 400;
  transition: all .25s ease-in-out; }
  .fluidbox-wrap:hover {
    z-index: 480; }
  .fluidbox-wrap .layer > p {
    z-index: 500; }

.fluidbox-opened .fluidbox-wrap {
  z-index: 600; }

.fluidbox-ghost {
  background-size: cover;
  background-position: center center;
  position: absolute;
  transition: all .25s ease-in-out; }

html.bg {
  /*background: #F9FBFF;*/
  background: #F5F9FF;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(1, rgba(255, 255, 255, 0.5)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.5) 100%);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.5) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.5) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.5) 100%);
  background-image: linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.5) 100%);
  -webkit-background-size: 100% 30%;
  -moz-background-size: 100% 30%;
  background-size: 100% 30%;
  background-repeat: no-repeat;
  background-position: 0 100%; }

#portfolio {
  background: none;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(25%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, #ffffff 0, rgba(255, 255, 255, 0) 25%);
  background-image: -moz-linear-gradient(top, #ffffff 0, rgba(255, 255, 255, 0) 25%);
  background-image: -o-linear-gradient(top, #ffffff 0, rgba(255, 255, 255, 0) 25%);
  background-image: -ms-linear-gradient(top, #ffffff 0, rgba(255, 255, 255, 0) 25%);
  background-image: linear-gradient(top, #ffffff 0, rgba(255, 255, 255, 0) 25%); }

#portfolio #showcase {
  margin-top: 40px;
  margin-bottom: -30px;
  -webkit-font-smoothing: antialiased; }

#portfolio #showcase .header {
  text-align: left;
  margin-bottom: 40px; }

#portfolio #showcase .header h3 {
  font-size: 30px;
  font-family: Myriad Pro, Lato, Helvetica Neue, Arial;
  color: #596166;
  line-height: 25px;
  font-weight: 600;
  margin-bottom: 5px; }

#portfolio #showcase .header p {
  font-size: 16px;
  font-weight: 400;
  color: #8D959B;
  line-height: 24px; }

@media (min-width: 992px) {
  #portfolio #showcase .header p {
    width: 48%; } }
#portfolio #showcase .project {
  background: #ffffff;
  padding: 40px 60px 35px 60px;
  border-radius: 5px;
  margin-bottom: 35px;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05), -1px 0 0 rgba(0, 0, 0, 0.04), 1px 0 0 rgba(0, 0, 0, 0.04), 0 1px 3px rgba(0, 0, 0, 0.12); }

@media (max-width: 767px) {
  #portfolio #showcase .project {
    padding: 40px 35px 35px 35px; } }
#portfolio #showcase .project h3 {
  color: #585F64;
  font-size: 22px;
  margin-top: 0px;
  text-align: center; }

#portfolio #showcase .project .screen {
  margin-top: 45px;
  text-align: center; }

#portfolio #showcase .project .screen img {
  margin: 0 auto; }

#portfolio #showcase .project .description {
  margin-top: 40px;
  color: #7D8186;
  line-height: 21px; }

#portfolio #showcase .project .divider {
  height: 1px;
  width: 100%;
  background-color: #ddd;
  position: relative;
  margin-top: 45px; }

#portfolio #showcase .project .divider:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.75)), color-stop(0.5, rgba(250, 250, 250, 0)), color-stop(1, rgba(255, 255, 255, 0.75)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
  background-image: linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%); }

#portfolio #showcase .project .visit {
  margin-top: 30px;
  text-align: center; }

#portfolio #showcase .project .visit .button {
  padding: 10px 25px;
  font-size: 14px; }

#portfolio-item .st-container {
  position: relative;
  overflow: hidden; }

#portfolio-item .st-container.nav-effect .nav-menu {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

#portfolio-item .st-container.nav-effect .st-pusher {
  -moz-transform: translate3d(300px, 0, 0);
  -o-transform: translate3d(300px, 0, 0);
  -ms-transform: translate3d(300px, 0, 0);
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
  box-shadow: -5px 0px 20px 0px rgba(0, 0, 0, 0.5); }

@media (max-width: 767px) {
  #portfolio-item .st-container.nav-effect .st-pusher {
    -moz-transform: translate3d(220px, 0, 0);
    -o-transform: translate3d(220px, 0, 0);
    -ms-transform: translate3d(220px, 0, 0);
    -webkit-transform: translate3d(220px, 0, 0);
    transform: translate3d(220px, 0, 0); } }
#portfolio-item .st-pusher {
  position: relative;
  left: 0;
  z-index: 99;
  background: #ffffff;
  -webkit-transition: -webkit-transform 0.35s ease-out;
  -moz-transition: -moz-transform 0.35s ease-out;
  -ms-transition: -ms-transform 0.35s ease-out;
  -o-transition: -o-transform 0.35s ease-out;
  transition: transform 0.35s ease-out; }

#portfolio-item .nav-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 300px;
  height: 100%;
  background: #334353;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: -webkit-transform 0.35s ease-out;
  -moz-transition: -moz-transform 0.35s ease-out;
  -ms-transition: -ms-transform 0.35s ease-out;
  -o-transition: -o-transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
  -moz-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0); }

@media (max-width: 767px) {
  #portfolio-item .nav-menu {
    width: 220px;
    position: absolute; } }
#portfolio-item .nav-menu a {
  display: block;
  position: relative;
  left: 0px;
  padding: 15px 40px;
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear; }

@media (max-width: 767px) {
  #portfolio-item .nav-menu a {
    padding-left: 20px; } }
#portfolio-item .nav-menu a.item:hover {
  left: 10px; }

#portfolio-item .nav-menu a.back {
  margin-top: 10px;
  font-weight: bold;
  font-size: 21px;
  color: #ffffff;
  margin-bottom: 20px; }

#portfolio-item .nav-menu a p {
  color: #A2B1C2;
  font-size: 14px;
  margin-top: 5px; }

#portfolio-item #showcase {
  margin-top: 40px;
  margin-bottom: -30px;
  -webkit-font-smoothing: antialiased; }

#portfolio-item #showcase .header {
  text-align: left;
  margin-bottom: 25px; }

#portfolio-item #showcase .header h3 {
  display: inline-block;
  font-size: 17px;
  font-family: Myriad Pro, Lato, Helvetica Neue, Arial;
  color: #53A6DA;
  margin-top: 0px;
  line-height: 25px;
  font-weight: bold;
  margin-bottom: 5px;
  cursor: pointer; }

#portfolio-item #showcase .project h1 {
  text-align: center;
  font-size: 25px;
  color: #647583;
  margin-top: 10px;
  margin-bottom: 70px; }

#portfolio-item #showcase .project .screens img {
  margin: 0 auto;
  margin-bottom: 80px;
  margin-top: 10px; }

#portfolio-item #showcase .project .screens img.magnifier {
  width: 490px;
  margin-bottom: 100px; }

#portfolio-item #showcase .project .screens img.mobile {
  margin-bottom: 110px; }

#portfolio-item #showcase .project .screens .text {
  color: #7D8186;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 80px; }

#portfolio-item #showcase .project .description .info {
  margin-top: 25px; }

@media (min-width: 992px) {
  #portfolio-item #showcase .project .description .info.stick {
    position: fixed;
    top: 10px; } }
#portfolio-item #showcase .project .description .info .icons {
  margin-bottom: 20px; }

#portfolio-item #showcase .project .description .info .icons .ion-icon:before {
  /* I only added gradient for -webkit because other browsers render incorrectly gradients on the icons :/ */
  color: #b2c3cb;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b2c3cb), color-stop(100%, #DBE3E7));
  background: -webkit-linear-gradient(#b2c3cb, #DBE3E7);
  font-size: 60px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 9px; }

#portfolio-item #showcase .project .description .info .icons .ion-social-windows:before {
  font-size: 50px; }

#portfolio-item #showcase .project .description .info p {
  color: #7D8186;
  line-height: 22px;
  margin-bottom: 22px; }

#portfolio-item #showcase .project .description .info .tweet-it {
  color: #00A7DD;
  margin-top: 3px;
  display: inline-block;
  position: relative;
  padding-left: 29px;
  text-decoration: none; }

#portfolio-item #showcase .project .description .info .tweet-it:hover .ion-social-twitter:before {
  content: "\f242"; }

#portfolio-item #showcase .project .description .info .tweet-it .ion-social-twitter {
  margin-right: 8px;
  font-size: 21px;
  position: absolute;
  top: 0px;
  left: 0px; }

#support {
  -webkit-font-smoothing: antialiased; }

#support #header {
  margin-top: -20px;
  background: #F4F7FA;
  border-bottom: 1px solid #DCE4EC;
  padding: 50px 0px; }

@media (max-width: 767px) {
  #support #header {
    padding: 30px 0px;
    text-align: center; } }
#support #header h2, #support #header p {
  text-shadow: 1px 1px 1px #ffffff; }

@media (max-width: 767px) {
  #support #header h2 {
    font-size: 27px; } }
#support #header h2 .entypo-lifebuoy {
  position: absolute;
  left: -25px;
  top: 2px;
  font-size: 29px;
  color: #7AA3C5; }

@media (max-width: 767px) {
  #support #header h2 .entypo-lifebuoy {
    position: relative;
    left: 0px; } }
#support #header p {
  font-size: 17px;
  color: #5A5A5A; }

@media (max-width: 767px) {
  #support #header p {
    font-size: 15px; } }
#support #header form {
  margin-top: 30px; }

#support #header form .input-group:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  position: absolute;
  top: 14px;
  left: 13px;
  font-size: 20px;
  color: #d0dae4; }

#support #header form input {
  height: 50px;
  font-size: 17px;
  line-height: 20px;
  padding-left: 42px; }

#support #header form input::-webkit-input-placeholder {
  color: #BCC8D6;
  font-size: 17px;
  font-weight: 300; }

#support #header form input:-moz-placeholder {
  color: #BCC8D6;
  font-size: 17px;
  font-weight: 300; }

#support #header form input::-moz-placeholder {
  color: #BCC8D6;
  font-size: 17px;
  font-weight: 300; }

#support #header form input:-ms-input-placeholder {
  color: #BCC8D6;
  font-size: 17px;
  font-weight: 300; }

#support #header form .input-group-btn .btn {
  padding: 14px 18px; }

#support #browse {
  margin-top: 40px; }

#support #browse h4 {
  font-weight: 300;
  margin-bottom: 50px;
  font-size: 24px; }

#support #browse .topic {
  margin-bottom: 45px; }

@media (max-width: 767px) {
  #support #browse .topic {
    text-align: center; } }
#support #browse .topic .icon {
  display: block;
  font-size: 45px;
  color: #70CBF5; }

#support #browse .topic a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

#support #browse .topic a strong {
  display: block;
  margin-top: 15px;
  font-size: 15px; }

#support #browse .topic a:hover {
  color: #5CB9E4; }

#support #browse .topic p {
  margin-top: 17px;
  color: #838383; }

/*
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
body {
  /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
  -webkit-backface-visibility: hidden; }

.animated {
  -webkit-animation-duration: 0.7s;
  -moz-animation-duration: 0.7s;
  -o-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
@-moz-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
@-o-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
.animated.flash {
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
  -o-animation-name: flash;
  animation-name: flash; }

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px); } }
@-moz-keyframes shake {
  0%, 100% {
    -moz-transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -moz-transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -moz-transform: translateX(10px); } }
@-o-keyframes shake {
  0%, 100% {
    -o-transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -o-transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -o-transform: translateX(10px); } }
@keyframes shake {
  0%, 100% {
    transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    transform: translateX(10px); } }
.animated.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px); } }
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px); } }
@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0); }
  40% {
    -o-transform: translateY(-30px); }
  60% {
    -o-transform: translateY(-15px); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px); }
  60% {
    transform: translateY(-15px); } }
.animated.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1); }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0); } }
@-moz-keyframes tada {
  0% {
    -moz-transform: scale(1); }
  10%, 20% {
    -moz-transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -moz-transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -moz-transform: scale(1.1) rotate(-3deg); }
  100% {
    -moz-transform: scale(1) rotate(0); } }
@-o-keyframes tada {
  0% {
    -o-transform: scale(1); }
  10%, 20% {
    -o-transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -o-transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -o-transform: scale(1.1) rotate(-3deg); }
  100% {
    -o-transform: scale(1) rotate(0); } }
@keyframes tada {
  0% {
    transform: scale(1); }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg); }
  100% {
    transform: scale(1) rotate(0); } }
.animated.tada {
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
  -o-animation-name: tada;
  animation-name: tada; }

@-webkit-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center; }
  20% {
    -webkit-transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg); } }
@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg); }
  40% {
    -moz-transform: rotate(-10deg); }
  60% {
    -moz-transform: rotate(5deg); }
  80% {
    -moz-transform: rotate(-5deg); }
  100% {
    -moz-transform: rotate(0deg); } }
@-o-keyframes swing {
  20% {
    -o-transform: rotate(15deg); }
  40% {
    -o-transform: rotate(-10deg); }
  60% {
    -o-transform: rotate(5deg); }
  80% {
    -o-transform: rotate(-5deg); }
  100% {
    -o-transform: rotate(0deg); } }
@keyframes swing {
  20% {
    transform: rotate(15deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(5deg); }
  80% {
    transform: rotate(-5deg); }
  100% {
    transform: rotate(0deg); } }
.animated.swing {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  -moz-animation-name: swing;
  -o-animation-name: swing;
  animation-name: swing; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%); } }
@-moz-keyframes wobble {
  0% {
    -moz-transform: translateX(0%); }
  15% {
    -moz-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -moz-transform: translateX(20%) rotate(3deg); }
  45% {
    -moz-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -moz-transform: translateX(10%) rotate(2deg); }
  75% {
    -moz-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -moz-transform: translateX(0%); } }
@-o-keyframes wobble {
  0% {
    -o-transform: translateX(0%); }
  15% {
    -o-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -o-transform: translateX(20%) rotate(3deg); }
  45% {
    -o-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -o-transform: translateX(10%) rotate(2deg); }
  75% {
    -o-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -o-transform: translateX(0%); } }
@keyframes wobble {
  0% {
    transform: translateX(0%); }
  15% {
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    transform: translateX(20%) rotate(3deg); }
  45% {
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    transform: translateX(10%) rotate(2deg); }
  75% {
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    transform: translateX(0%); } }
.animated.wobble {
  -webkit-animation-name: wobble;
  -moz-animation-name: wobble;
  -o-animation-name: wobble;
  animation-name: wobble; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1); } }
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1); }
  50% {
    -moz-transform: scale(1.1); }
  100% {
    -moz-transform: scale(1); } }
@-o-keyframes pulse {
  0% {
    -o-transform: scale(1); }
  50% {
    -o-transform: scale(1.1); }
  100% {
    -o-transform: scale(1); } }
@keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }
.animated.pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in; } }
@-moz-keyframes flip {
  0% {
    -moz-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -moz-animation-timing-function: ease-out; }
  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -moz-animation-timing-function: ease-out; }
  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in; }
  80% {
    -moz-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in; }
  100% {
    -moz-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -moz-animation-timing-function: ease-in; } }
@-o-keyframes flip {
  0% {
    -o-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -o-animation-timing-function: ease-out; }
  40% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -o-animation-timing-function: ease-out; }
  50% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in; }
  80% {
    -o-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in; }
  100% {
    -o-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -o-animation-timing-function: ease-in; } }
@keyframes flip {
  0% {
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in; }
  100% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    animation-timing-function: ease-in; } }
.animated.flip {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flip;
  -o-backface-visibility: visible !important;
  -o-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -moz-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -moz-transform: perspective(400px) rotateX(10deg); }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -o-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -o-transform: perspective(400px) rotateX(10deg); }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    transform: perspective(400px) rotateX(10deg); }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
.animated.flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
@-moz-keyframes flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
@-o-keyframes flipOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
.animated.flipOutX {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: flipOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: flipOutX;
  -o-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
@-moz-keyframes flipInY {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -moz-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -moz-transform: perspective(400px) rotateY(10deg); }
  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
@-o-keyframes flipInY {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -o-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -o-transform: perspective(400px) rotateY(10deg); }
  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    transform: perspective(400px) rotateY(10deg); }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
.animated.flipInY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
@-moz-keyframes flipOutY {
  0% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
@-o-keyframes flipOutY {
  0% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
.animated.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipOutY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipOutY;
  backface-visibility: visible !important;
  animation-name: flipOutY; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.animated.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.animated.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.animated.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.animated.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.animated.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.animated.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.animated.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.animated.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.animated.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-o-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.animated.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px); } }
@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px); } }
@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(-20px); } }
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-20px); } }
.animated.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px); } }
@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px); } }
@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(20px); } }
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(20px); } }
.animated.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px); } }
@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px); } }
@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(-20px); } }
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-20px); } }
.animated.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px); } }
@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px); } }
@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(20px); } }
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(20px); } }
.animated.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }
@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px); } }
@-o-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px); } }
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }
.animated.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -moz-animation-name: fadeOutUpBig;
  -o-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px); } }
@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px); } }
@-o-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px); } }
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(2000px); } }
.animated.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -moz-animation-name: fadeOutDownBig;
  -o-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }
@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px); } }
@-o-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px); } }
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-2000px); } }
.animated.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -moz-animation-name: fadeOutLeftBig;
  -o-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }
@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px); } }
@-o-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px); } }
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(2000px); } }
.animated.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -moz-animation-name: fadeOutRightBig;
  -o-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1); } }
@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3); }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05); }
  70% {
    -moz-transform: scale(0.9); }
  100% {
    -moz-transform: scale(1); } }
@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3); }
  50% {
    opacity: 1;
    -o-transform: scale(1.05); }
  70% {
    -o-transform: scale(0.9); }
  100% {
    -o-transform: scale(1); } }
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3); }
  50% {
    opacity: 1;
    transform: scale(1.05); }
  70% {
    transform: scale(0.9); }
  100% {
    transform: scale(1); } }
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }
  100% {
    -webkit-transform: translateY(0); } }
@-moz-keyframes slideInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px); }
  100% {
    -moz-transform: translateY(0); } }
@-o-keyframes slideInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px); }
  100% {
    -o-transform: translateY(0); } }
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }
  100% {
    transform: translateY(0); } }
.slideInDown {
  -webkit-animation-name: slideInDown;
  -moz-animation-name: slideInDown;
  -o-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }
  100% {
    -webkit-transform: translateX(0); } }
@-moz-keyframes slideInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px); }
  100% {
    -moz-transform: translateX(0); } }
@-o-keyframes slideInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px); }
  100% {
    -o-transform: translateX(0); } }
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }
  100% {
    transform: translateX(0); } }
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  -moz-animation-name: slideInLeft;
  -o-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }
  100% {
    -webkit-transform: translateX(0); } }
@-moz-keyframes slideInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px); }
  100% {
    -moz-transform: translateX(0); } }
@-o-keyframes slideInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px); }
  100% {
    -o-transform: translateX(0); } }
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px); }
  100% {
    transform: translateX(0); } }
.slideInRight {
  -webkit-animation-name: slideInRight;
  -moz-animation-name: slideInRight;
  -o-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }
@-moz-keyframes slideOutLeft {
  0% {
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px); } }
@-o-keyframes slideOutLeft {
  0% {
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px); } }
@keyframes slideOutLeft {
  0% {
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-2000px); } }
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  -moz-animation-name: slideOutLeft;
  -o-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }
@-moz-keyframes slideOutRight {
  0% {
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px); } }
@-o-keyframes slideOutRight {
  0% {
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px); } }
@keyframes slideOutRight {
  0% {
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(2000px); } }
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  -moz-animation-name: slideOutRight;
  -o-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }
@-moz-keyframes slideOutUp {
  0% {
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px); } }
@-o-keyframes slideOutUp {
  0% {
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px); } }
@keyframes slideOutUp {
  0% {
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  -moz-animation-name: slideOutUp;
  -o-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.animated.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0); } }
@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px); }
  80% {
    -moz-transform: translateY(10px); }
  100% {
    -moz-transform: translateY(0); } }
@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -o-transform: translateY(-30px); }
  80% {
    -o-transform: translateY(10px); }
  100% {
    -o-transform: translateY(0); } }
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    transform: translateY(-30px); }
  80% {
    transform: translateY(10px); }
  100% {
    transform: translateY(0); } }
.animated.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0); } }
@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px); }
  80% {
    -moz-transform: translateY(-10px); }
  100% {
    -moz-transform: translateY(0); } }
@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -o-transform: translateY(30px); }
  80% {
    -o-transform: translateY(-10px); }
  100% {
    -o-transform: translateY(0); } }
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    transform: translateY(30px); }
  80% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(0); } }
.animated.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0); } }
@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px); }
  80% {
    -moz-transform: translateX(-10px); }
  100% {
    -moz-transform: translateX(0); } }
@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -o-transform: translateX(30px); }
  80% {
    -o-transform: translateX(-10px); }
  100% {
    -o-transform: translateX(0); } }
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    transform: translateX(30px); }
  80% {
    transform: translateX(-10px); }
  100% {
    transform: translateX(0); } }
.animated.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0); } }
@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px); }
  80% {
    -moz-transform: translateX(10px); }
  100% {
    -moz-transform: translateX(0); } }
@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px); }
  60% {
    opacity: 1;
    -o-transform: translateX(-30px); }
  80% {
    -o-transform: translateX(10px); }
  100% {
    -o-transform: translateX(0); } }
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    transform: translateX(-30px); }
  80% {
    transform: translateX(10px); }
  100% {
    transform: translateX(0); } }
.animated.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3); } }
@-moz-keyframes bounceOut {
  0% {
    -moz-transform: scale(1); }
  25% {
    -moz-transform: scale(0.95); }
  50% {
    opacity: 1;
    -moz-transform: scale(1.1); }
  100% {
    opacity: 0;
    -moz-transform: scale(0.3); } }
@-o-keyframes bounceOut {
  0% {
    -o-transform: scale(1); }
  25% {
    -o-transform: scale(0.95); }
  50% {
    opacity: 1;
    -o-transform: scale(1.1); }
  100% {
    opacity: 0;
    -o-transform: scale(0.3); } }
@keyframes bounceOut {
  0% {
    transform: scale(1); }
  25% {
    transform: scale(0.95); }
  50% {
    opacity: 1;
    transform: scale(1.1); }
  100% {
    opacity: 0;
    transform: scale(0.3); } }
.animated.bounceOut {
  -webkit-animation-name: bounceOut;
  -moz-animation-name: bounceOut;
  -o-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }
@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0); }
  20% {
    opacity: 1;
    -moz-transform: translateY(20px); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px); } }
@-o-keyframes bounceOutUp {
  0% {
    -o-transform: translateY(0); }
  20% {
    opacity: 1;
    -o-transform: translateY(20px); }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px); } }
@keyframes bounceOutUp {
  0% {
    transform: translateY(0); }
  20% {
    opacity: 1;
    transform: translateY(20px); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }
.animated.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px); } }
@-moz-keyframes bounceOutDown {
  0% {
    -moz-transform: translateY(0); }
  20% {
    opacity: 1;
    -moz-transform: translateY(-20px); }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px); } }
@-o-keyframes bounceOutDown {
  0% {
    -o-transform: translateY(0); }
  20% {
    opacity: 1;
    -o-transform: translateY(-20px); }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px); } }
@keyframes bounceOutDown {
  0% {
    transform: translateY(0); }
  20% {
    opacity: 1;
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    transform: translateY(2000px); } }
.animated.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -moz-animation-name: bounceOutDown;
  -o-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }
@-moz-keyframes bounceOutLeft {
  0% {
    -moz-transform: translateX(0); }
  20% {
    opacity: 1;
    -moz-transform: translateX(20px); }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px); } }
@-o-keyframes bounceOutLeft {
  0% {
    -o-transform: translateX(0); }
  20% {
    opacity: 1;
    -o-transform: translateX(20px); }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px); } }
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0); }
  20% {
    opacity: 1;
    transform: translateX(20px); }
  100% {
    opacity: 0;
    transform: translateX(-2000px); } }
.animated.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -moz-animation-name: bounceOutLeft;
  -o-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }
@-moz-keyframes bounceOutRight {
  0% {
    -moz-transform: translateX(0); }
  20% {
    opacity: 1;
    -moz-transform: translateX(-20px); }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px); } }
@-o-keyframes bounceOutRight {
  0% {
    -o-transform: translateX(0); }
  20% {
    opacity: 1;
    -o-transform: translateX(-20px); }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px); } }
@keyframes bounceOutRight {
  0% {
    transform: translateX(0); }
  20% {
    opacity: 1;
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    transform: translateX(2000px); } }
.animated.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -moz-animation-name: bounceOutRight;
  -o-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@-moz-keyframes rotateIn {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1; } }
@-o-keyframes rotateIn {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; } }
.animated.rotateIn {
  -webkit-animation-name: rotateIn;
  -moz-animation-name: rotateIn;
  -o-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@-moz-keyframes rotateInUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }
@-o-keyframes rotateInUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }
.animated.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -moz-animation-name: rotateInUpLeft;
  -o-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@-moz-keyframes rotateInDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }
@-o-keyframes rotateInDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }
.animated.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -moz-animation-name: rotateInDownLeft;
  -o-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@-moz-keyframes rotateInUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }
@-o-keyframes rotateInUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }
.animated.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -moz-animation-name: rotateInUpRight;
  -o-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@-moz-keyframes rotateInDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }
@-o-keyframes rotateInDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }
.animated.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -moz-animation-name: rotateInDownRight;
  -o-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0; } }
@-moz-keyframes rotateOut {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(200deg);
    opacity: 0; } }
@-o-keyframes rotateOut {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(200deg);
    opacity: 0; } }
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0; } }
.animated.rotateOut {
  -webkit-animation-name: rotateOut;
  -moz-animation-name: rotateOut;
  -o-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; } }
@-moz-keyframes rotateOutUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; } }
@-o-keyframes rotateOutUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0; } }
.animated.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  -moz-animation-name: rotateOutUpLeft;
  -o-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; } }
@-moz-keyframes rotateOutDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; } }
@-o-keyframes rotateOutDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; } }
.animated.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  -moz-animation-name: rotateOutDownLeft;
  -o-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; } }
@-moz-keyframes rotateOutUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; } }
@-o-keyframes rotateOutUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0; } }
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; } }
.animated.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  -moz-animation-name: rotateOutUpRight;
  -o-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; } }
@-moz-keyframes rotateOutDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; } }
@-o-keyframes rotateOutDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; } }
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; } }
.animated.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  -moz-animation-name: rotateOutDownRight;
  -o-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  100% {
    -webkit-transform: translateY(700px);
    opacity: 0; } }
@-moz-keyframes hinge {
  0% {
    -moz-transform: rotate(0);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  20%, 60% {
    -moz-transform: rotate(80deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  40% {
    -moz-transform: rotate(60deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  80% {
    -moz-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  100% {
    -moz-transform: translateY(700px);
    opacity: 0; } }
@-o-keyframes hinge {
  0% {
    -o-transform: rotate(0);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  20%, 60% {
    -o-transform: rotate(80deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  40% {
    -o-transform: rotate(60deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  80% {
    -o-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  100% {
    -o-transform: translateY(700px);
    opacity: 0; } }
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  100% {
    transform: translateY(700px);
    opacity: 0; } }
.animated.hinge {
  -webkit-animation-name: hinge;
  -moz-animation-name: hinge;
  -o-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg); } }
@-moz-keyframes rollIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg); } }
@-o-keyframes rollIn {
  0% {
    opacity: 0;
    -o-transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg); } }
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); } }
.animated.rollIn {
  -webkit-animation-name: rollIn;
  -moz-animation-name: rollIn;
  -o-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg); } }
@-moz-keyframes rollOut {
  0% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%) rotate(120deg); } }
@-o-keyframes rollOut {
  0% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -o-transform: translateX(100%) rotate(120deg); } }
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg); } }
.animated.rollOut {
  -webkit-animation-name: rollOut;
  -moz-animation-name: rollOut;
  -o-animation-name: rollOut;
  animation-name: rollOut; }

/* originally authored by Angelo Rohit - https://github.com/angelorohit */
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
@-moz-keyframes lightSpeedIn {
  0% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -moz-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -moz-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
@-o-keyframes lightSpeedIn {
  0% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -o-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -o-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
.animated.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -moz-animation-name: lightSpeedIn;
  -o-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

.animated.lightSpeedIn {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s; }

/* originally authored by Angelo Rohit - https://github.com/angelorohit */
@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }
@-moz-keyframes lightSpeedOut {
  0% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }
@-o-keyframes lightSpeedOut {
  0% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }
.animated.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -moz-animation-name: lightSpeedOut;
  -o-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

.animated.lightSpeedOut {
  -webkit-animation-duration: 0.25s;
  -moz-animation-duration: 0.25s;
  -o-animation-duration: 0.25s;
  animation-duration: 0.25s; }

@font-face {
  font-family: 'entypo';
  src: url("../assets/fonts/entypo.eot");
  src: url("../assets/fonts/entypo.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/entypo.ttf") format("truetype"), url("../assets/fonts/entypo.woff") format("woff"), url("../assets/fonts/entypo.svg#entypo") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="entypo-"], [class*=" entypo-"] {
  font-family: 'entypo';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.entypo-phone:before {
  content: "\e609"; }

.entypo-mobile:before {
  content: "\e60a"; }

.entypo-mouse:before {
  content: "\e60b"; }

.entypo-directions:before {
  content: "\e60c"; }

.entypo-mail:before {
  content: "\e60d"; }

.entypo-paperplane:before {
  content: "\e60e"; }

.entypo-pencil:before {
  content: "\e60f"; }

.entypo-feather:before {
  content: "\e610"; }

.entypo-paperclip:before {
  content: "\e611"; }

.entypo-drawer:before {
  content: "\e612"; }

.entypo-reply:before {
  content: "\e613"; }

.entypo-reply-all:before {
  content: "\e614"; }

.entypo-forward:before {
  content: "\e615"; }

.entypo-user:before {
  content: "\e616"; }

.entypo-users:before {
  content: "\e617"; }

.entypo-user-add:before {
  content: "\e618"; }

.entypo-vcard:before {
  content: "\e619"; }

.entypo-export:before {
  content: "\e604"; }

.entypo-location:before {
  content: "\e61a"; }

.entypo-map:before {
  content: "\e61b"; }

.entypo-compass:before {
  content: "\e61c"; }

.entypo-location2:before {
  content: "\e61d"; }

.entypo-target:before {
  content: "\e61e"; }

.entypo-share:before {
  content: "\e61f"; }

.entypo-sharable:before {
  content: "\e620"; }

.entypo-heart:before {
  content: "\e621"; }

.entypo-heart2:before {
  content: "\e622"; }

.entypo-star:before {
  content: "\e623"; }

.entypo-star2:before {
  content: "\e624"; }

.entypo-thumbs-up:before {
  content: "\e625"; }

.entypo-thumbs-down:before {
  content: "\e626"; }

.entypo-chat:before {
  content: "\e606"; }

.entypo-comment:before {
  content: "\e627"; }

.entypo-quote:before {
  content: "\e628"; }

.entypo-house:before {
  content: "\e629"; }

.entypo-popup:before {
  content: "\e62a"; }

.entypo-search:before {
  content: "\e62b"; }

.entypo-flashlight:before {
  content: "\e62c"; }

.entypo-printer:before {
  content: "\e62d"; }

.entypo-bell:before {
  content: "\e62e"; }

.entypo-link:before {
  content: "\e62f"; }

.entypo-flag:before {
  content: "\e630"; }

.entypo-cog:before {
  content: "\e631"; }

.entypo-tools:before {
  content: "\e603"; }

.entypo-trophy:before {
  content: "\e632"; }

.entypo-tag:before {
  content: "\e633"; }

.entypo-camera:before {
  content: "\e634"; }

.entypo-megaphone:before {
  content: "\e635"; }

.entypo-moon:before {
  content: "\e636"; }

.entypo-palette:before {
  content: "\e637"; }

.entypo-leaf:before {
  content: "\e638"; }

.entypo-music:before {
  content: "\e639"; }

.entypo-music2:before {
  content: "\e63a"; }

.entypo-new:before {
  content: "\e63b"; }

.entypo-graduation:before {
  content: "\e63c"; }

.entypo-book:before {
  content: "\e63d"; }

.entypo-newspaper:before {
  content: "\e63e"; }

.entypo-bag:before {
  content: "\e63f"; }

.entypo-airplane:before {
  content: "\e640"; }

.entypo-lifebuoy:before {
  content: "\e641"; }

.entypo-eye:before {
  content: "\e605"; }

.entypo-clock:before {
  content: "\e642"; }

.entypo-microphone:before {
  content: "\e643"; }

.entypo-calendar:before {
  content: "\e644"; }

.entypo-bolt:before {
  content: "\e645"; }

.entypo-thunder:before {
  content: "\e646"; }

.entypo-droplet:before {
  content: "\e647"; }

.entypo-cd:before {
  content: "\e648"; }

.entypo-briefcase:before {
  content: "\e649"; }

.entypo-air:before {
  content: "\e64a"; }

.entypo-hourglass:before {
  content: "\e64b"; }

.entypo-gauge:before {
  content: "\e64c"; }

.entypo-language:before {
  content: "\e64d"; }

.entypo-network:before {
  content: "\e64e"; }

.entypo-key:before {
  content: "\e64f"; }

.entypo-battery:before {
  content: "\e650"; }

.entypo-bucket:before {
  content: "\e651"; }

.entypo-magnet:before {
  content: "\e652"; }

.entypo-drive:before {
  content: "\e653"; }

.entypo-cup:before {
  content: "\e654"; }

.entypo-rocket:before {
  content: "\e655"; }

.entypo-brush:before {
  content: "\e656"; }

.entypo-suitcase:before {
  content: "\e657"; }

.entypo-cone:before {
  content: "\e658"; }

.entypo-earth:before {
  content: "\e602"; }

.entypo-keyboard:before {
  content: "\e659"; }

.entypo-browser:before {
  content: "\e65a"; }

.entypo-publish:before {
  content: "\e600"; }

.entypo-progress-3:before {
  content: "\e65b"; }

.entypo-progress-2:before {
  content: "\e65c"; }

.entypo-brogress-1:before {
  content: "\e65d"; }

.entypo-progress-0:before {
  content: "\e65e"; }

.entypo-sun:before {
  content: "\e65f"; }

.entypo-sun2:before {
  content: "\e660"; }

.entypo-adjust:before {
  content: "\e661"; }

.entypo-code:before {
  content: "\e662"; }

.entypo-screen:before {
  content: "\e601"; }

.entypo-infinity:before {
  content: "\e663"; }

.entypo-light-bulb:before {
  content: "\e664"; }

.entypo-credit-card:before {
  content: "\e665"; }

.entypo-database:before {
  content: "\e666"; }

.entypo-voicemail:before {
  content: "\e667"; }

.entypo-clipboard:before {
  content: "\e668"; }

.entypo-cart:before {
  content: "\e669"; }

.entypo-box:before {
  content: "\e66a"; }

.entypo-ticket:before {
  content: "\e66b"; }

.entypo-rss:before {
  content: "\e66c"; }

.entypo-signal:before {
  content: "\e66d"; }

.entypo-thermometer:before {
  content: "\e66e"; }

.entypo-droplets:before {
  content: "\e66f"; }

.entypo-uniE670:before {
  content: "\e670"; }

.entypo-statistics:before {
  content: "\e671"; }

.entypo-pie:before {
  content: "\e672"; }

.entypo-bars:before {
  content: "\e673"; }

.entypo-graph:before {
  content: "\e674"; }

.entypo-lock:before {
  content: "\e608"; }

.entypo-lock-open:before {
  content: "\e675"; }

.entypo-logout:before {
  content: "\e676"; }

.entypo-login:before {
  content: "\e677"; }

.entypo-checkmark:before {
  content: "\e678"; }

.entypo-cross:before {
  content: "\e679"; }

.entypo-minus:before {
  content: "\e67a"; }

.entypo-plus:before {
  content: "\e67b"; }

.entypo-cross2:before {
  content: "\e67c"; }

.entypo-minus2:before {
  content: "\e67d"; }

.entypo-plus2:before {
  content: "\e67e"; }

.entypo-cross3:before {
  content: "\e67f"; }

.entypo-minus3:before {
  content: "\e680"; }

.entypo-plus3:before {
  content: "\e681"; }

.entypo-erase:before {
  content: "\e682"; }

.entypo-blocked:before {
  content: "\e683"; }

.entypo-info:before {
  content: "\e684"; }

.entypo-info2:before {
  content: "\e685"; }

.entypo-question:before {
  content: "\e686"; }

.entypo-help:before {
  content: "\e687"; }

.entypo-warning:before {
  content: "\e688"; }

.entypo-cycle:before {
  content: "\e689"; }

.entypo-cw:before {
  content: "\e68a"; }

.entypo-ccw:before {
  content: "\e68b"; }

.entypo-shuffle:before {
  content: "\e68c"; }

.entypo-arrow:before {
  content: "\e68d"; }

.entypo-arrow2:before {
  content: "\e68e"; }

.entypo-retweet:before {
  content: "\e68f"; }

.entypo-loop:before {
  content: "\e690"; }

.entypo-history:before {
  content: "\e691"; }

.entypo-back:before {
  content: "\e692"; }

.entypo-switch:before {
  content: "\e693"; }

.entypo-list:before {
  content: "\e694"; }

.entypo-add-to-list:before {
  content: "\e695"; }

.entypo-layout:before {
  content: "\e696"; }

.entypo-list2:before {
  content: "\e697"; }

.entypo-text:before {
  content: "\e698"; }

.entypo-text2:before {
  content: "\e699"; }

.entypo-document:before {
  content: "\e69a"; }

.entypo-docs:before {
  content: "\e69b"; }

.entypo-landscape:before {
  content: "\e69c"; }

.entypo-pictures:before {
  content: "\e69d"; }

.entypo-video:before {
  content: "\e69e"; }

.entypo-music3:before {
  content: "\e69f"; }

.entypo-folder:before {
  content: "\e6a0"; }

.entypo-archive:before {
  content: "\e6a1"; }

.entypo-trash:before {
  content: "\e6a2"; }

.entypo-upload:before {
  content: "\e607"; }

.entypo-download:before {
  content: "\e6a3"; }

.entypo-disk:before {
  content: "\e6a4"; }

.entypo-install:before {
  content: "\e6a5"; }

.entypo-cloud:before {
  content: "\e6a6"; }

.entypo-upload:before {
  content: "\e6a7"; }

.entypo-bookmark:before {
  content: "\e6a8"; }

.entypo-bookmarks:before {
  content: "\e6a9"; }

.entypo-book2:before {
  content: "\e6aa"; }

.entypo-play:before {
  content: "\e6ab"; }

.entypo-pause:before {
  content: "\e6ac"; }

.entypo-record:before {
  content: "\e6ad"; }

.entypo-stop:before {
  content: "\e6ae"; }

.entypo-next:before {
  content: "\e6af"; }

.entypo-previous:before {
  content: "\e6b0"; }

.entypo-first:before {
  content: "\e6b1"; }

.entypo-last:before {
  content: "\e6b2"; }

.entypo-resize-enlarge:before {
  content: "\e6b3"; }

.entypo-resize-shrink:before {
  content: "\e6b4"; }

.entypo-volume:before {
  content: "\e6b5"; }

.entypo-sound:before {
  content: "\e6b6"; }

.entypo-mute:before {
  content: "\e6b7"; }

.entypo-flow-cascade:before {
  content: "\e6b8"; }

.entypo-flow-branch:before {
  content: "\e6b9"; }

.entypo-flow-tree:before {
  content: "\e6ba"; }

.entypo-flow-line:before {
  content: "\e6bb"; }

.entypo-flow-parallel:before {
  content: "\e6bc"; }

.entypo-arrow-left:before {
  content: "\e6bd"; }

.entypo-arrow-down:before {
  content: "\e6be"; }

.entypo-arrow-up--upload:before {
  content: "\e6bf"; }

.entypo-arrow-right:before {
  content: "\e6c0"; }

.entypo-arrow-left2:before {
  content: "\e6c1"; }

.entypo-arrow-down2:before {
  content: "\e6c2"; }

.entypo-arrow-up:before {
  content: "\e6c3"; }

.entypo-arrow-right2:before {
  content: "\e6c4"; }

.entypo-arrow-left3:before {
  content: "\e6c5"; }

.entypo-arrow-down3:before {
  content: "\e6c6"; }

.entypo-arrow-up2:before {
  content: "\e6c7"; }

.entypo-arrow-right3:before {
  content: "\e6c8"; }

.entypo-arrow-left4:before {
  content: "\e6c9"; }

.entypo-arrow-down4:before {
  content: "\e6ca"; }

.entypo-arrow-up3:before {
  content: "\e6cb"; }

.entypo-arrow-right4:before {
  content: "\e6cc"; }

.entypo-arrow-left5:before {
  content: "\e6cd"; }

.entypo-arrow-down5:before {
  content: "\e6ce"; }

.entypo-arrow-up4:before {
  content: "\e6cf"; }

.entypo-arrow-right5:before {
  content: "\e6d0"; }

.entypo-arrow-left6:before {
  content: "\e6d1"; }

.entypo-arrow-down6:before {
  content: "\e6d2"; }

.entypo-arrow-up5:before {
  content: "\e6d3"; }

.entypo-arrow-right6:before {
  content: "\e6d4"; }

.entypo-arrow-left7:before {
  content: "\e6d5"; }

.entypo-arrow-down7:before {
  content: "\e6d6"; }

.entypo-arrow-up6:before {
  content: "\e6d7"; }

.entypo-uniE6D8:before {
  content: "\e6d8"; }

.entypo-arrow-left8:before {
  content: "\e6d9"; }

.entypo-arrow-down8:before {
  content: "\e6da"; }

.entypo-arrow-up7:before {
  content: "\e6db"; }

.entypo-arrow-right7:before {
  content: "\e6dc"; }

.entypo-menu:before {
  content: "\e6dd"; }

.entypo-ellipsis:before {
  content: "\e6de"; }

.entypo-dots:before {
  content: "\e6df"; }

.entypo-dot:before {
  content: "\e6e0"; }

.entypo-cc:before {
  content: "\e6e1"; }

.entypo-cc-by:before {
  content: "\e6e2"; }

.entypo-cc-nc:before {
  content: "\e6e3"; }

.entypo-cc-nc-eu:before {
  content: "\e6e4"; }

.entypo-cc-nc-jp:before {
  content: "\e6e5"; }

.entypo-cc-sa:before {
  content: "\e6e6"; }

.entypo-cc-nd:before {
  content: "\e6e7"; }

.entypo-cc-pd:before {
  content: "\e6e8"; }

.entypo-cc-zero:before {
  content: "\e6e9"; }

.entypo-cc-share:before {
  content: "\e6ea"; }

.entypo-cc-share2:before {
  content: "\e6eb"; }

.entypo-daniel-bruce:before {
  content: "\e6ec"; }

.entypo-daniel-bruce2:before {
  content: "\e6ed"; }

.entypo-github:before {
  content: "\e6ee"; }

.entypo-github2:before {
  content: "\e6ef"; }

.entypo-flickr:before {
  content: "\e6f0"; }

.entypo-flickr2:before {
  content: "\e6f1"; }

.entypo-vimeo:before {
  content: "\e6f2"; }

.entypo-vimeo2:before {
  content: "\e6f3"; }

.entypo-twitter:before {
  content: "\e6f4"; }

.entypo-twitter2:before {
  content: "\e6f5"; }

.entypo-facebook:before {
  content: "\e6f6"; }

.entypo-facebook2:before {
  content: "\e6f7"; }

.entypo-facebook3:before {
  content: "\e6f8"; }

.entypo-googleplus:before {
  content: "\e6f9"; }

.entypo-googleplus2:before {
  content: "\e6fa"; }

.entypo-pinterest:before {
  content: "\e6fb"; }

.entypo-pinterest2:before {
  content: "\e6fc"; }

.entypo-tumblr:before {
  content: "\e6fd"; }

.entypo-tumblr2:before {
  content: "\e6fe"; }

.entypo-linkedin:before {
  content: "\e6ff"; }

.entypo-linkedin2:before {
  content: "\e700"; }

.entypo-dribbble:before {
  content: "\e701"; }

.entypo-dribbble2:before {
  content: "\e702"; }

.entypo-stumbleupon:before {
  content: "\e703"; }

.entypo-stumbleupon2:before {
  content: "\e704"; }

.entypo-lastfm:before {
  content: "\e705"; }

.entypo-lastfm2:before {
  content: "\e706"; }

.entypo-rdio:before {
  content: "\e707"; }

.entypo-rdio2:before {
  content: "\e708"; }

.entypo-spotify:before {
  content: "\e709"; }

.entypo-spotify2:before {
  content: "\e70a"; }

.entypo-qq:before {
  content: "\e70b"; }

.entypo-instagram:before {
  content: "\e70c"; }

.entypo-dropbox:before {
  content: "\e70d"; }

.entypo-evernote:before {
  content: "\e70e"; }

.entypo-flattr:before {
  content: "\e70f"; }

.entypo-skype:before {
  content: "\e710"; }

.entypo-skype2:before {
  content: "\e711"; }

.entypo-renren:before {
  content: "\e712"; }

.entypo-sina-weibo:before {
  content: "\e713"; }

.entypo-paypal:before {
  content: "\e714"; }

.entypo-picasa:before {
  content: "\e715"; }

.entypo-soundcloud:before {
  content: "\e716"; }

.entypo-mixi:before {
  content: "\e717"; }

.entypo-behance:before {
  content: "\e718"; }

.entypo-circles:before {
  content: "\e719"; }

.entypo-vk:before {
  content: "\e71a"; }

.entypo-smashing:before {
  content: "\e71b"; }

/*****************************************************************************/
/*            DEFAULT (TEMPLATE) STYLES (see below for overrides)            */
/*****************************************************************************/
#home4 #pricing {
  margin-top: 55px;
  margin-bottom: 150px;
  -webkit-font-smoothing: antialiased; }

#home4 #pricing .header {
  text-align: center; }

#home4 #pricing .header h3 {
  font-size: 22px;
  color: #444;
  line-height: 25px;
  font-weight: bold;
  margin-bottom: 7px; }

#home4 #pricing .header p {
  font-size: 16px;
  font-weight: 400;
  color: #888; }

@media (min-width: 992px) {
  #home4 #pricing .container {
    width: 1060px; } }
#home4 #pricing .charts {
  margin-top: 50px; }

#home4 #pricing .charts .basic-plan {
  background-color: #ffffff;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  box-shadow: 0px 0px 2px 0px rgba(181, 181, 181, 0.3);
  padding: 20px 30px 10px 30px;
  text-align: center;
  width: 220px;
  position: absolute;
  right: 0px;
  top: 20px; }

@media (max-width: 991px) {
  #home4 #pricing .charts .basic-plan {
    float: none !important;
    left: 0px !important;
    top: 0px !important;
    margin: 0 auto;
    width: 55%;
    margin-bottom: 25px !important;
    position: relative;
    margin-top: 30px; }

  #home4 #pricing .charts .basic-plan.last {
    margin-bottom: 0px !important; } }
@media (max-width: 600px) {
  #home4 #pricing .charts .basic-plan {
    width: 90% !important; } }
#home4 #pricing .charts .basic-plan .plan-name {
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  color: #444;
  width: 90%;
  margin: 0 auto;
  margin-top: 5px; }

#home4 #pricing .charts .basic-plan .quantity {
  text-align: center;
  border-bottom: 1px solid #d5d5d5;
  margin-top: 5px; }

#home4 #pricing .charts .basic-plan .quantity .dollar {
  font-size: 19px;
  position: relative;
  top: -18px; }

#home4 #pricing .charts .basic-plan .quantity .price {
  font-size: 42px; }

#home4 #pricing .charts .basic-plan .quantity .period {
  font-size: 17px;
  position: relative;
  top: -8px;
  margin-left: 4px; }

#home4 #pricing .charts .basic-plan .description {
  margin-top: 15px;
  font-size: 13px;
  color: #444;
  line-height: 20px; }

#home4 #pricing .charts .basic-plan .description a {
  display: block;
  margin-top: 15px;
  font-size: 14px; }

#home4 #pricing .charts .chart {
  background-color: #ffffff;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  box-shadow: 0px 0px 2px 0px rgba(181, 181, 181, 0.3);
  padding: 20px 40px;
  position: relative;
  text-align: center;
  width: 280px;
  float: left;
  min-height: 315px;
  position: relative;
  top: 20px; }

@media (min-width: 992px) {
  #home4 #pricing .charts .chart.featured {
    left: -25px; }

  #home4 #pricing .charts .chart.last {
    left: -45px; } }
@media (max-width: 991px) {
  #home4 #pricing .charts .chart {
    float: none !important;
    left: 0px !important;
    top: 0px !important;
    margin: 0 auto;
    width: 55%;
    margin-bottom: 25px !important; }

  #home4 #pricing .charts .chart.last {
    margin-bottom: 0px !important; } }
@media (max-width: 600px) {
  #home4 #pricing .charts .chart {
    width: 90% !important; } }
#home4 #pricing .charts .chart.featured {
  z-index: 999; }

@media (min-width: 992px) {
  #home4 #pricing .charts .chart.featured {
    margin: 0 auto;
    top: 0px;
    min-height: 445px; }

  #home4 #pricing .charts .chart.featured .btn-signup {
    margin-top: 32px; } }
#home4 #pricing .charts .chart.featured .popular {
  position: absolute;
  top: 0px;
  left: 0px; }

#home4 #pricing .charts .chart.featured .quantity {
  margin-top: 15px;
  padding-bottom: 5px; }

#home4 #pricing .charts .chart .plan-name {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #444;
  width: 90%;
  margin: 0 auto;
  margin-top: 5px; }

#home4 #pricing .charts .chart .quantity {
  text-align: center;
  border-bottom: 1px solid #d5d5d5;
  margin-top: 10px; }

#home4 #pricing .charts .chart .quantity .dollar {
  font-size: 19px;
  position: relative;
  top: -18px; }

#home4 #pricing .charts .chart .quantity .price {
  font-size: 49px; }

#home4 #pricing .charts .chart .quantity .period {
  font-size: 17px;
  position: relative;
  top: -8px;
  margin-left: 4px; }

#home4 #pricing .charts .chart .specs {
  margin-top: 20px; }

#home4 #pricing .charts .chart .specs .spec {
  font-size: 15px;
  color: #474747;
  text-align: center;
  font-weight: 300;
  margin-bottom: 13px; }

#home4 #pricing .charts .chart .specs .spec .variable {
  color: #1FBEE7;
  font-weight: 400; }

#home4 #pricing .charts .chart .btn-signup {
  margin-top: 20px;
  height: 38px; }

/*****************************************************************************/
/*                                 OVERRIDES                                 */
/*****************************************************************************/
#home4 .edition-feature-table-legend {
  opacity: .85;
  font-size: 96%;
  position: relative;
  left: -15px; }

#home4 #pricing {
  background: none;
  /*
  margin-top: 10px;
  margin-bottom: 10px;
  */
  margin-top: -156px;
  margin-bottom: 10px;
  padding-top: 0;
  border-top: none; }

#home4 #pricing .charts {
  margin-top: 0; }

#home4 #pricing .charts .chart {
  /*
      width: 182px;
      */
  width: 180px;
  margin: auto 4px;
  padding: 20px 24px;
  transition: top 300ms;
  position: relative; }

#home4 #pricing .charts .chart:hover {
  top: -4px; }

#home4 #pricing .charts .chart .quantity .dollar {
  margin-left: -8px; }

#home4 #pricing .charts .chart .quantity .price {
  font-size: 38px; }

#home4 #pricing .charts .chart .quantity .price small {
  font-size: 34%; }

#home4 #pricing .charts .chart .popular {
  font-size: 13px; }

#home4 #pricing .charts .chart .setup-fee {
  opacity: .7;
  font-size: 96%; }

#home4 #pricing .charts .chart .specs {
  border-bottom: 1px solid #d5d5d5; }

#home4 #pricing .charts .chart .specs .spec .variable {
  color: #3B88B6; }

#home4 #pricing .charts .chart .features ul {
  margin-top: 20px;
  padding-left: 8px;
  padding-right: 8px;
  list-style-type: circle;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #474747;
  text-align: center;
  font-weight: 300;
  font-size: 15px; }

#home4 #pricing .charts .chart .features ul li {
  text-align: left; }

#home4 #pricing .charts .chart .btn-signup {
  margin-bottom: 20px; }

#home4 #pricing .charts .chart .btn-signup span {
  font-size: 13px;
  padding-left: 10px;
  padding-right: 10px; }

#home4 #pricing .charts .chart .features-note {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin-top: 20px;
  display: block; }

i.glyphicon-time.blue {
  color: #2387DD; }

#edition_feature_table table.fixed {
  top: 75px;
  z-index: 20;
  position: fixed;
  width: auto;
  display: none;
  border: none; }

#edition_feature_table table.fixed th {
  /*
      &:first-child{
        background-color: transparent;
      }
      border-bottom: none;
      background-color: white;
      */
  background-color: #EFEFEF;
  border-bottom: 2px solid #ddd; }

#edition_feature_table table thead tr th {
  text-align: center; }

#edition_feature_table table tbody tr th {
  font-size: 22px;
  padding-top: 40px;
  color: #3B88B6; }

#edition_feature_table table tr td {
  font-size: 12px;
  text-align: center; }

#edition_feature_table table tr td:first-child {
  text-align: left;
  font-size: 14px; }

#edition_feature_table table tr td span {
  font-size: 12px; }

#edition_feature_table table tr td sup {
  font-size: 84%; }

@media (max-width: 767px) {
  #edition_feature_table table.fixed {
    top: 50px; } }
@media (min-width: 768px) and (max-width: 991px) {
  #edition_feature_table table.fixed {
    top: 81px; } }
@media (max-width: 600px) {
  #home4 #pricing .charts .chart {
    width: 102% !important; } }
#feedback-form {
  width: 100%; }

body {
  overflow-x: hidden; }

header {
  transition: all 100ms; }

header.collapsing, header.expanding {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4) !important; }

header.in {
  transition: all 400ms;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8) !important; }

h4.blue {
  font-size: 22px;
  font-weight: bold;
  color: #3B88B6;
  line-height: 25px;
  margin-top: 35px; }

#hero.static {
  background-size: cover;
  background-position: center center;
  top: -70px;
  max-height: 360px; }

#hero.static h1.hero-text {
  margin-top: 0px; }

#hero.static .sub-text {
  width: 100%;
  font-size: 16px; }

#hero {
  background: #4B4848;
  /*background-image: url("../../assets/images/bg2blur2.png");*/
  /*background-image: url("http://24.media.tumblr.com/899355a7363be380170ecfcbdc9744d7/tumblr_myp93odkni1st5lhmo1_1280.jpg");*/
  background-position: center center;
  height: 650px;
  position: relative;
  top: -60px;
  padding-top: 115px; }

@media (max-width: 991px) {
  #hero {
    padding-top: 100px; } }
@media (max-width: 767px) {
  #hero {
    height: 550px; } }
#hero:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 420px;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, transparent 1%, rgba(0, 0, 0, 0.05) 26%, rgba(0, 0, 0, 0.55) 71%, #000 100%); }

#hero:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(6, 13, 32, 0.35); }

#hero .container {
  position: relative;
  z-index: 33; }

#hero h1.hero-text {
  text-align: center;
  font-family: "Asap", serif;
  font-size: 38px;
  font-weight: 300;
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }

@media (max-width: 767px) {
  #hero h1.hero-text {
    font-size: 30px; } }
#hero .sub-text {
  -webkit-font-smoothing: antialiased;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  animation-delay: 0.6s;
  margin: 0 auto;
  margin-top: 25px;
  text-align: center;
  color: #ffffff;
  font-weight: 400;
  font-size: 17px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  width: 50%; }

@media (max-width: 991px) {
  #hero .sub-text {
    width: 70%; } }
@media (max-width: 767px) {
  #hero .sub-text {
    font-size: 15px; } }
#hero .cta {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  animation-delay: 0.6s;
  text-align: center;
  margin-top: 60px; }

#hero .cta a {
  margin: 0px 20px; }

@media (max-width: 767px) {
  #hero .cta a {
    font-size: 14px;
    padding: 12px 25px;
    margin: 0px 15px 15px 0px; } }
#hero .image-overlap {
  margin-top: 70px;
  text-align: center; }

#hero .image-overlap img {
  margin: 0 auto; }

@media (max-width: 767px) {
  #hero .image-overlap {
    margin-top: 65px; } }
#home4 #features .feature.text-below-image {
  margin-top: 0; }

#home4 #features .feature.text-below-image p {
  margin-top: 12px; }

.marvel-device + .marvel-device {
  margin-left: 12px; }

.marvel-device.iphone6 {
  position: relative;
  top: -5px; }

#footer .menu ul li {
  display: block; }

#footer .menu ul li a {
  padding: 1px 17px; }

#charts #chart-option .chart > table {
  width: 100%; }

#charts #chart-option .chart > table td {
  padding-left: 15px;
  padding-right: 15px; }

#charts #chart-option .chart > table .header {
  margin: 0 0;
  padding: 0 0; }

#charts #chart-option .chart > table .features-col .header {
  margin-bottom: 0; }

#charts #chart-option .chart > table .features-col .spec {
  margin-top: 25px;
  margin-bottom: 6px; }

#charts #chart-option .chart > table .plan-col .header {
  margin-bottom: 0; }

#charts #chart-option .chart > table .plan-col .spec {
  text-align: center;
  margin-bottom: 6px; }

.icon {
  opacity: 0.7; }

a.pic {
  margin-bottom: 40px;
  position: relative;
  display: block;
  -webkit-transition: 0.5s cubic-bezier(0.25, 1.45, 0.51, 1.13);
  -moz-transition: 0.5s cubic-bezier(0.25, 1.45, 0.51, 1.13);
  -ms-transition: 0.5s cubic-bezier(0.25, 1.45, 0.51, 1.13);
  -o-transition: 0.5s cubic-bezier(0.25, 1.45, 0.51, 1.13);
  transition: 0.5s cubic-bezier(0.25, 1.45, 0.51, 1.13); }

a.pic[data-fluidbox] {
  background-color: inherit; }

a.pic.fluidbox-opened {
  z-index: 10000; }

a.pic.fluidbox-opened .fluidbox-ghost {
  /*
      -webkit-box-shadow: 0px 0px 16px 6px rgba(255,255,255,1);
      -moz-box-shadow: 0px 0px 16px 6px rgba(255,255,255,1);
      box-shadow: 0px 0px 16px 6px rgba(255,255,255,1);
      */
  border: 1px solid #CCC; }

a.pic .fluidbox-ghost span.text {
  background-color: rgba(51, 51, 51, 0.8);
  /*background-color: rgba(255,255,255,.8);*/
  color: white;
  font-variant: small-caps;
  position: absolute;
  /*
          top: 0;
          left: 0;
          padding: 5px;
          */
  padding: 2px;
  display: block;
  width: 100%;
  text-align: center;
  bottom: 0;
  font-size: 10px; }

a.pic.fluidbox-opened:hover .layer {
  background: transparent; }

a.pic.fluidbox-opened:hover .layer p {
  opacity: 0;
  filter: alpha(opacity=0); }

a.pic:hover {
  /*@include transform(scale(1.12));*/
  text-decoration: none; }

a.pic:hover .layer {
  background: rgba(33, 33, 33, 0.8); }

a.pic:hover .layer p {
  margin-top: -20px;
  opacity: 1;
  filter: alpha(opacity=100); }

a.pic .layer {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9;
  top: 0px;
  left: 0px;
  background: transparent;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out; }

a.pic .layer p {
  transition: margin-top .35s ease-out, opacity .55s ease-out;
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  top: 50%;
  width: 100%;
  position: absolute;
  font-weight: 600;
  margin-top: 25px;
  opacity: 0;
  filter: alpha(opacity=0); }

a.pic .layer p span {
  position: relative;
  top: 1px;
  margin-right: 2px; }

a.pic img {
  margin: 0 auto; }

.feature .legal {
  font-size: 75%; }

.tiles .section {
  top: 0;
  background: #ffffff;
  color: #555555;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  position: relative;
  border-radius: 5px;
  text-align: center;
  min-height: 285px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.2); }

.tiles .col-md-6 .section {
  margin-bottom: 33px; }

.tiles .col-md-3 .section {
  min-height: 335px;
  margin-bottom: 33px; }

.tiles .section {
  top: 0;
  background: #ffffff;
  color: #555555;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  position: relative;
  border-radius: 5px;
  text-align: center;
  min-height: 285px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.2); }

.tiles.boxed .section:hover {
  top: 2px;
  background: #B71927;
  color: #ffffff;
  box-shadow: 0 3px 6px transparent, 0 1px 2px transparent; }
  .tiles.boxed .section:hover .info p, .tiles.boxed .section:hover .info strong {
    color: #ffffff; }

.tiles a:hover, .tiles a:active {
  text-decoration: none; }

.tiles .row {
  padding-top: 15px;
  padding-bottom: 15px; }

.tiles .pic {
  width: 100%;
  height: 140px;
  border-radius: 5px 5px 0 0;
  background-position: center center;
  background-size: cover; }

.tiles img {
  max-height: 140px;
  margin-left: auto;
  margin-right: auto; }

.tiles .info {
  margin-top: 25px;
  text-align: left; }

.tiles .info p {
  color: #555555;
  font-size: 100%;
  margin-top: 15px;
  line-height: 22px;
  padding: 0 30px 15px 30px; }
  .tiles .info p strong {
    padding-left: 0;
    color: #555555;
    font-size: 100%; }

.tiles .info strong {
  font-weight: bold;
  font-size: 20px;
  padding-left: 30px;
  color: #3B88B6; }

.tiles.boxed .info strong {
  font-weight: bold;
  font-size: 20px;
  padding-left: 30px;
  color: #B71927; }

#status-im-blick .row span.legal {
  position: absolute;
  /*bottom: -18px;*/
  bottom: 7px;
  right: 147px;
  z-index: -1;
  color: rgba(0, 0, 0, 0.4); }

#home4 #hero .slides .slide.no-bg-overlay .bg:after {
  background: none repeat scroll 0 0 rgba(6, 13, 32, 0) !important; }

#home4 #hero {
  height: 504px; }

#home4 #hero .slides .slide .container[data-scrollto] {
  cursor: pointer; }

#home4 #hero .slides .slide .container > div {
  padding: 12px 24px 32px 24px;
  border-radius: 5px; }

#home4 #hero .slides .slide .container > div.text-bg-red {
  background-color: #B71927; }

#home4 #hero .slides .slide .container > div.text-bg-green {
  background-color: rgba(59, 125, 10, 0.8); }

#home4 #hero .slides .slide .container > div.text-bg-blue {
  background-color: rgba(92, 165, 230, 0.8); }

#home4 #hero .slides .slide .container > div.text-bg-darker-blue {
  background-color: rgba(65, 75, 92, 0.8); }

#home4 #hero .slides .slide .container > div.text-bg-black {
  background-color: rgba(51, 51, 51, 0.8); }

#home4.imprint h5,
#home4.status-monitor h5,
#home4.practice-scheduling h5 {
  padding-top: 14px; }

#home4.non-translucent-navbar > .navbar {
  background-color: #333333;
  margin-bottom: 20px; }

#home4.practice-scheduling .header-component {
  margin-bottom: 28px; }

#home4.imprint .container #imprint.row > .info > h4 {
  margin-top: 14px; }

#home4.imprint #features .feature.header p {
  font-size: 14px; }

.navbar .navbar-right > li,
.navbar .navbar-left > li {
  margin-top: -5px;
  padding-bottom: 3px; }

body.home #footer {
  margin-top: 10px; }

.navbar.navbar-solid {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.95) !important; }

.navbar.hero {
  z-index: 9999; }

.navbar a.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: -5px; }

.navbar a.navbar-brand > img {
  margin-right: 8px; }

.navbar a.navbar-brand > div {
  padding-top: 14px;
  padding-bottom: 14px; }

.row {
  margin-right: 0;
  /* if set to -15px the site will have a white border on the right side */ }

header a#test-link {
  background-color: #3B88B6;
  border-radius: 4px;
  margin-top: 10px;
  padding: 5px 12px;
  /*padding: 0 3px;*/
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out; }
  header a#test-link:hover {
    color: #ffffff;
    background-color: #B71927; }

a.live-link {
  color: #ffffff;
  background: transparent !important; }

#home4 #features .feature .info h4 {
  font-size: 30px;
  line-height: 39px;
  font-weight: bold; }

#home4.status-monitor #features .feature,
#home4.practice-scheduling #features .feature {
  margin-top: 0; }

#home4.status-monitor h4, #home4.status-monitor #features .feature .info h4,
#home4.practice-scheduling h4,
#home4.practice-scheduling #features .feature .info h4 {
  margin-top: 0; }

.widget-button.header-only {
  width: 90%;
  margin-left: 0%;
  margin-right: 10%;
  min-height: 52px; }

.backwards .widget-button.header-only {
  width: 90%; }

.widget-button {
  -moz-user-select: none;
  background-image: none;
  border-radius: 4px;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  background-color: #5cb85c;
  border-color: #4cae4c;
  color: #ffffff;
  min-height: 120px;
  margin-bottom: 8px;
  margin-right: 8px;
  position: relative;
  white-space: normal;
  width: 60%;
  margin-left: 40%; }

.backwards .widget-button {
  margin-right: 40%;
  margin-left: 0; }

.widget-button > .head {
  padding: 10px 5%;
  position: absolute;
  top: 0;
  width: 90%; }

.widget-button > .head > .widget-icon {
  font-size: 28px;
  margin-right: 6px;
  vertical-align: top;
  color: #ffffff; }

.widget-button > .head > .title {
  font-size: 22px; }

.widget-button > .description {
  bottom: 2px;
  display: block;
  margin-top: 15px;
  position: absolute;
  width: 88%; }

/***********************************************
 * Default Styles but with class instead of id *
 ***********************************************/
.added-bottom-margin,
.row.header .added-bottom-margin {
  margin-bottom: 25px; }

.row.header .added-top-margin,
.added-top-margin {
  margin-top: 25px; }

.row.header {
  text-align: center; }

.row.header h2 {
  color: #555555;
  font-weight: 300;
  font-size: 28px; }

@media (max-width: 767px) {
  .row.header h2 {
    font-size: 25px; } }
.row.header p {
  font-weight: 300;
  font-size: 17px;
  color: #757575; }

.features-hover {
  margin-top: 120px;
  -webkit-font-smoothing: antialiased; }

@media (max-width: 991px) {
  .features-hover {
    margin-top: 60px; } }
.features-hover .images {
  height: 355px; }

@media (max-width: 767px) {
  .features-hover .images {
    height: 300px; } }
.features-hover .images img {
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  display: none; }

.features-hover .images img.active {
  display: block; }

.features-hover .features {
  margin-top: 50px; }

@media (max-width: 991px) {
  .features-hover .features {
    margin-top: 0px; } }
.features-hover .features .feature {
  cursor: pointer; }

@media (min-width: 992px) {
  .features-hover .features .feature {
    width: 85%;
    margin: 0 auto; } }
.features-hover .features .feature.active strong, .features-hover .features .feature:hover strong {
  color: #58B0D5; }

.features-hover .features .feature.active p, .features-hover .features .feature:hover p {
  color: #555555; }

.features-hover .features .feature strong {
  color: #b6b6b6;
  font-size: 16px;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.features-hover .features .feature p {
  margin-top: 15px;
  line-height: 25px;
  color: #b6b6b6;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.slide .slide.seven > * {
  color: #ffffff !important;
  font-family: "Asap", serif !important; }

h1.hero-text {
  -webkit-font-smoothing: subpixel-antialiased;
  letter-spacing: 0.01em;
  line-height: 1.3em; }

.slide .slide.seven .hero-text {
  color: #ffffff !important;
  font-family: "Asap", serif !important;
  font-size: 35px;
  font-weight: 300;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.65); }

.slide .slide.seven .sub-text {
  animation-delay: 0.6s;
  color: #ffffff !important;
  font-size: 17px;
  font-weight: 400;
  margin: 25px auto 0;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  width: 50%; }

/*********
 * other *
 *********/
/*
#charts #chart-option .chart .plan-col .button{
    position: relative;
}
#charts #chart-option .chart .plan-col .button.request{
    left: 10%;
}
#charts #chart-option .chart .plan-col .button.register{
    left: 6%;
}
*/
/*
#home4 #hero .slides .slide.first div.container {
	margin-right: 20px;
	width: 40%;
	text-align: left;
}

#home4 #hero .slides .slide.first .container .hero-text {
	text-align: left;
}
#home4 #hero .slides .slide.first .container .sub-text {
	text-align: left;
}
*/
#charts #chart-option .chart .plan-col .spec span.check {
  max-width: 184px; }

#charts #chart-option .chart .plan-col .spec.last {
  margin-bottom: 8px; }

#home4.imprint .operator {
  margin-bottom: -54px; }

#home4 #charts .chart div.spacer {
  padding-bottom: 10px; }

#home4 .divider {
  height: 1px;
  width: 100%;
  background-color: #ddd;
  position: relative;
  margin: 70px 0 60px; }

#home4 .divider:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.75)), color-stop(0.5, rgba(250, 250, 250, 0)), color-stop(1, rgba(255, 255, 255, 0.75)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
  background-image: linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%); }

@media (min-width: 992px) {
  #home4 #hero {
    height: 600px; } }
@media (max-width: 991px) {
  #home4 #features-hover .features-hover .features .feature > p {
    margin-top: 0; }

  .widget-button.header-only {
    width: 100% !important; }

  .navbar .navbar-right > li,
  .navbar .navbar-left > li {
    padding-bottom: 0; }

  .navbar.hero .navbar-nav > li > a,
  .navbar-right > li > a,
  .navbar-left > li > a {
    padding: 16px 6px;
    font-size: 13px;
    font-weight: bold; }

  #home4 .divider {
    margin: 55px 0 35px; }

  header a#test-link {
    margin: 15px 20px; }

  .features-hover .container .row.header {
    margin-top: 50px; }

  #home4.imprint .operator {
    margin-bottom: -10px;
    text-align: center; }

  div.zopim {
    right: -1px !important;
    bottom: 0 !important; }

  #features-hover .features-hover {
    /*
    .images{
      height: 210px;
    }
    */ }

  #features-hover .features-hover .row span.legal {
    left: 4px;
    bottom: 20px;
    font-size: 10px;
    width: 97.5%;
    text-align: center; }

  #charts #chart-option .chart > table {
    table-layout: fixed;
    font-size: 66%; }

  #charts #chart-option .chart > table .features-col .spec {
    padding-left: 36px; }

  #charts #chart-option .chart > table .features-col .spec .app-store-links {
    margin-bottom: 0;
    margin-top: 56px; }

  #charts #chart-option .chart > table .features-col .header {
    font-size: 98%; }

  #charts #chart-option .chart > table .plan-col .spec img.check {
    max-width: 16px; }

  #charts #chart-option .chart > table .plan-col .header, #charts #chart-option .chart > table .plan-col .price {
    font-size: 98%; }

  #charts #chart-option .chart > table td {
    padding-left: 8px;
    padding-right: 8px; }

  #charts #chart-option .chart > table .header {
    height: 54px; } }
@media (max-width: 767px) {
  .navbar.hero .navbar-nav > li > a,
  .navbar-right > li > a,
  .navbar-left > li > a {
    padding: 15px 20px 15px 58px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.04em; }

  header a#test-link {
    margin: 15px 25px 15px 55px;
    width: auto;
    display: inline-block; }
    header a#test-link:hover {
      color: #ffffff; }

  .app-store-links {
    margin: 0 auto;
    text-align: center; }

  #home4 #features-hover .images {
    height: 364px; }

  .navbar-right ul.dropdown-menu,
  .navbar-left ul.dropdown-menu {
    background: none; }

  .navbar-right ul.dropdown-menu li,
  .navbar-left ul.dropdown-menu li {
    background: none; }

  .navbar a.navbar-brand {
    margin-top: 0px; }

  .navbar a.navbar-brand > img {
    margin-right: 10px;
    margin-top: 8px;
    max-width: 32px;
    max-height: 32px; } }
@media (max-width: 642px) {
  #charts #chart-option .chart > table .features-col .spec .app-store-links a {
    margin-left: -38px;
    background-size: 70px !important;
    width: 70px !important; }

  #charts #chart-option .chart > table .features-col .spec .app-store-links img {
    max-width: 70px; }

  #charts #chart-option .chart > table .plan-col .spec a {
    font-size: 90%; } }
@media (max-width: 420px) {
  #home4 #features-hover .images {
    max-height: 320px; } }
@media (max-width: 320px) {
  #home4 #features-hover .images {
    max-height: 260px; } }
body {
  overflow-x: hidden; }

header {
  transition: all 100ms; }
  header.collapsing, header.expanding {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4) !important; }
  header.in {
    transition: all 400ms;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8) !important; }

.container.latest-news {
  padding: 0; }

.navbar .navbar-nav > li.dropdown {
  border-radius: 4px 4px 0 0;
  margin-top: 5px;
  border-top: 1px solid transparent;
  transition: border-top 0ms; }
  .navbar .navbar-nav > li.dropdown.with-margin {
    margin-left: 18px; }
  .navbar .navbar-nav > li.dropdown a.dropdown-toggle {
    padding: 5px 7px !important; }
    .navbar .navbar-nav > li.dropdown a.dropdown-toggle:hover b.caret {
      border-top-color: #3B88B6; }
    .navbar .navbar-nav > li.dropdown a.dropdown-toggle b.caret {
      transition: border-top-color 0.2s linear;
      margin-left: 1px; }
.navbar .navbar-nav > li ul.dropdown-menu {
  background-color: transparent;
  border-radius: 0 0 4px 4px !important; }
  .navbar .navbar-nav > li ul.dropdown-menu > li a:hover {
    color: #3B88B6 !important;
    transition: color 0.2s linear; }
.navbar .navbar-nav > li.dropdown.open {
  transition: border-top 500ms;
  border-top: 1px solid #3B88B6;
  /*rgba(179, 0, 29, 0.8);*/
  padding-bottom: 19px;
  margin-bottom: -12px;
  background-color: rgba(0, 0, 0, 0.8); }
  .navbar .navbar-nav > li.dropdown.open b.caret {
    border-top-color: #3B88B6; }
  .navbar .navbar-nav > li.dropdown.open > a.dropdown-toggle {
    color: #3B88B6 !important; }
  .navbar .navbar-nav > li.dropdown.open ul.dropdown-menu {
    background-color: rgba(0, 0, 0, 0.8); }
.navbar .navbar-nav > li.active > a {
  border-bottom: 2px solid white; }

@media (max-width: 991px) {
  .navbar .navbar-nav > li.dropdown {
    padding-bottom: 23px;
    margin-bottom: -10px;
    margin-left: -2px; }
    .navbar .navbar-nav > li.dropdown.with-margin {
      margin-left: -2px; }
    .navbar .navbar-nav > li.dropdown.open {
      padding-bottom: 23px;
      margin-bottom: -10px;
      margin-left: -2px; }
    .navbar .navbar-nav > li.dropdown a.dropdown-toggle {
      padding: 5px 3px !important;
      margin-top: 1px; }
      .navbar .navbar-nav > li.dropdown a.dropdown-toggle .caret {
        margin-left: -1px !important; }
  .navbar .navbar-nav a#test-link {
    margin-left: 0px !important;
    margin-right: 4px !important;
    /* 8px */ }

  .tiles .col-md-3 .section div.pic {
    background-repeat: no-repeat;
    background-size: contain;
    background-color: white; } }
@media (max-width: 767px) {
  .navbar .navbar-nav > li.dropdown.open {
    transition: border-top 0ms;
    background-color: transparent;
    border-radius: 0; }
    .navbar .navbar-nav > li.dropdown.open ul.dropdown-menu {
      background-color: transparent; }
      .navbar .navbar-nav > li.dropdown.open ul.dropdown-menu li:last-child {
        border-bottom: 1px solid #3B88B6;
        padding-bottom: 10px; } }
h4.blue {
  font-size: 22px;
  font-weight: bold;
  color: #3B88B6;
  line-height: 25px;
  margin-top: 35px; }

.feature a.more-information {
  padding: 6px 12px; }

#home4 #features .feature.full-width-subtexts .info p {
  width: 100%; }
#home4 #features .feature .info.no-header p:first-child {
  margin-top: 0; }
#home4 #features .feature .info.no-header p {
  margin-top: 12px; }

.c-button {
  padding: 13px 32px; }
  .c-button > small {
    font-size: 75%;
    position: relative;
    top: -4px;
    margin-bottom: -4px;
    display: block; }

a.c-button, .feature a.more-information {
  text-align: center;
  font-weight: bold;
  background-color: #3B88B6;
  border: 1px solid #3B88B6;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  position: relative;
  top: 0;
  font-size: 17px;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.2) 0 -1px 0;
  border-radius: 5px;
  margin: 20px 0;
  /*
  box-shadow: rgba(0,0,0,0.3) 0 1px 2px, inset rgba(255,255,255,0.88) 0px 1px 3px -1px;
  */
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear; }
  a.c-button:hover, .feature a.more-information:hover {
    top: 1px;
    text-decoration: none;
    background-color: #B71927;
    border: 1px solid #B71927;
    box-shadow: 0 2px 4px transparent; }
    a.c-button:hover:active, .feature a.more-information:hover:active {
      box-shadow: inset 0 0 20px #000000; }

#home4 #features .feature .info p + ul {
  margin-top: -10px; }
#home4 #features .feature .info ul {
  margin-top: 0;
  padding-left: 20px;
  color: #6C7279;
  font-size: 14px;
  line-height: 24px;
  width: 83%;
  font-weight: normal; }

#hero.static {
  background-size: cover !important;
  top: -70px !important;
  background-size: cover;
  background-position: center center;
  top: -70px;
  max-height: 360px; }
  #hero.static h1.hero-text {
    margin-top: 0px; }
  #hero.static .sub-text {
    width: 100%;
    font-size: 16px; }

#hero {
  background: #4B4848;
  /*background-image: url("../../assets/images/bg2blur2.png");*/
  /*background-image: url("http://24.media.tumblr.com/899355a7363be380170ecfcbdc9744d7/tumblr_myp93odkni1st5lhmo1_1280.jpg");*/
  background-position: center center;
  height: 650px;
  position: relative;
  top: -60px;
  padding-top: 115px; }
  @media (max-width: 991px) {
    #hero {
      padding-top: 100px; } }
  @media (max-width: 767px) {
    #hero {
      height: 550px; } }
  #hero:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 420px;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, transparent 1%, rgba(0, 0, 0, 0.05) 26%, rgba(0, 0, 0, 0.55) 71%, #000 100%); }
  #hero:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(6, 13, 32, 0.35); }
  #hero .container {
    position: relative;
    z-index: 33; }
  #hero h1.hero-text {
    text-align: center;
    font-size: 38px;
    font-weight: 300;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
    @media (max-width: 767px) {
      #hero h1.hero-text {
        font-size: 30px; } }
  #hero .sub-text {
    -webkit-font-smoothing: antialiased;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    animation-delay: 0.6s;
    margin: 0 auto;
    margin-top: 25px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 17px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    width: 50%; }
    @media (max-width: 991px) {
      #hero .sub-text {
        width: 70%; } }
    @media (max-width: 767px) {
      #hero .sub-text {
        font-size: 15px; } }
  #hero .cta {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    animation-delay: 0.6s;
    text-align: center;
    margin-top: 60px; }
    #hero .cta a {
      margin: 0px 20px; }
      @media (max-width: 767px) {
        #hero .cta a {
          font-size: 14px;
          padding: 12px 25px;
          margin: 0px 15px 15px 0px; } }
  #hero .image-overlap {
    margin-top: 70px;
    text-align: center; }
    #hero .image-overlap img {
      margin: 0 auto; }
    @media (max-width: 767px) {
      #hero .image-overlap {
        margin-top: 65px; } }

#home4 #features .feature.text-below-image {
  margin-top: 0;
  padding-left: 15px; }
  #home4 #features .feature.text-below-image h4 {
    font-size: 22px;
    font-weight: bold;
    line-height: 39px;
    color: #3B88B6;
    text-align: center; }
  #home4 #features .feature.text-below-image p {
    margin-top: 12px; }
  #home4 #features .feature.text-below-image.small-text span, #home4 #features .feature.text-below-image.small-text p {
    color: #6c7279;
    font-size: 14px;
    margin-top: 20px;
    line-height: 24px;
    font-weight: normal; }

.marvel-device + .marvel-device {
  margin-left: 8px; }

.marvel-device.iphone6 {
  position: relative;
  top: -5px; }

#footer .menu ul li {
  display: block; }
  #footer .menu ul li a {
    padding: 1px 17px; }

#charts #chart-option .chart > table {
  width: 100%; }
  #charts #chart-option .chart > table td {
    padding-left: 15px;
    padding-right: 15px; }
  #charts #chart-option .chart > table .header {
    margin: 0 0;
    padding: 0 0; }
  #charts #chart-option .chart > table .features-col .header {
    margin-bottom: 0; }
  #charts #chart-option .chart > table .features-col .spec {
    margin-top: 25px;
    margin-bottom: 6px; }
  #charts #chart-option .chart > table .plan-col .header {
    margin-bottom: 0; }
  #charts #chart-option .chart > table .plan-col .spec {
    text-align: center;
    margin-bottom: 6px; }

.icon {
  color: #3B88B6;
  opacity: 0.7; }

a.pic {
  position: relative;
  display: block;
  -webkit-transition: 0.5s cubic-bezier(0.25, 1.45, 0.51, 1.13);
  -moz-transition: 0.5s cubic-bezier(0.25, 1.45, 0.51, 1.13);
  -ms-transition: 0.5s cubic-bezier(0.25, 1.45, 0.51, 1.13);
  -o-transition: 0.5s cubic-bezier(0.25, 1.45, 0.51, 1.13);
  transition: 0.5s cubic-bezier(0.25, 1.45, 0.51, 1.13); }
  a.pic[data-fluidbox] {
    background-color: inherit; }
  a.pic.fluidbox-opened {
    z-index: 10000; }
    a.pic.fluidbox-opened .fluidbox-ghost {
      border: 1px solid #CCC;
      z-index: 500; }
  a.pic .fluidbox-ghost span.text {
    background-color: rgba(51, 51, 51, 0.8);
    color: white;
    font-variant: normal;
    position: absolute;
    padding: 2px;
    display: block;
    width: 100%;
    text-align: center;
    bottom: 0;
    font-size: 10px; }
  a.pic.fluidbox-opened:hover .layer {
    background: transparent; }
    a.pic.fluidbox-opened:hover .layer p {
      opacity: 0;
      filter: alpha(opacity=0); }
  a.pic:hover {
    /*@include transform(scale(1.12));*/
    text-decoration: none; }
    a.pic:hover .layer {
      background: rgba(33, 33, 33, 0.8); }
      a.pic:hover .layer p {
        margin-top: -20px;
        opacity: 1;
        filter: alpha(opacity=100); }
  a.pic .layer {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    top: 0px;
    left: 0px;
    background: transparent;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out; }
    a.pic .layer p {
      transition: margin-top .35s ease-out, opacity .55s ease-out;
      color: #fff;
      font-size: 15px;
      text-align: center;
      top: 50%;
      width: 100%;
      position: absolute;
      font-weight: 600;
      margin-top: 25px;
      opacity: 0;
      filter: alpha(opacity=0); }
      a.pic .layer p span {
        position: relative;
        top: 1px;
        margin-right: 2px; }
  a.pic img {
    margin: 0 auto; }

.feature .legal {
  font-size: 75%; }

.tiles.boxed .section:hover {
  top: 2px; }
  .tiles.boxed .section:hover .info p, .tiles.boxed .section:hover .info strong, .tiles.boxed .section:hover .info .text {
    color: #fff; }
.tiles.boxed .info .text strong, .tiles.boxed .info p strong {
  padding-left: 0;
  color: #555;
  font-size: 100%; }

.tiles .section {
  top: 0;
  transition: top 300ms;
  position: relative; }
.tiles a:hover, .tiles a:active {
  text-decoration: none; }
.tiles .row {
  padding-top: 15px;
  padding-bottom: 15px; }
.tiles .pic {
  width: 100%;
  height: 140px;
  background-position: center center;
  background-size: cover;
  overflow: hidden; }
.tiles .image-container.bg-white, .tiles .image-overlay.bg-white {
  background-color: white; }
.tiles .image-container.bg-red, .tiles .image-overlay.bg-red {
  background-color: rgba(179, 0, 29, 0.8); }
.tiles .image-container.bg-green, .tiles .image-overlay.bg-green {
  background-color: rgba(59, 125, 10, 0.8); }
.tiles .image-container.bg-blue, .tiles .image-overlay.bg-blue {
  background-color: rgba(92, 165, 230, 0.8); }
.tiles .image-container.bg-darker-blue, .tiles .image-overlay.bg-darker-blue {
  background-color: rgba(65, 75, 92, 0.8); }
.tiles .image-container.bg-black, .tiles .image-overlay.bg-black {
  background-color: rgba(51, 51, 51, 0.8); }
.tiles .image-container.white, .tiles .image-container.white .icon, .tiles .image-overlay.white, .tiles .image-overlay.white .icon {
  color: #FFFFFF; }
.tiles .image-container.red, .tiles .image-container.red .icon, .tiles .image-overlay.red, .tiles .image-overlay.red .icon {
  color: #B71927; }
.tiles .image-container.green, .tiles .image-container.green .icon, .tiles .image-overlay.green, .tiles .image-overlay.green .icon {
  color: #3b7d0a; }
.tiles .image-container.blue, .tiles .image-container.blue .icon, .tiles .image-overlay.blue, .tiles .image-overlay.blue .icon {
  color: #5ca5e6; }
.tiles .image-container.darker-blue, .tiles .image-container.darker-blue .icon, .tiles .image-overlay.darker-blue, .tiles .image-overlay.darker-blue .icon {
  color: #414b5c; }
.tiles .image-overlay, .tiles .image-overlay .icon {
  height: 100%;
  width: 100%;
  border-radius: 0;
  color: rgba(51, 51, 51, 0.8); }
  .tiles .image-overlay.border, .tiles .image-overlay .icon.border {
    border: 2px solid rgba(51, 51, 51, 0.8); }
  .tiles .image-overlay.no-bottom-border, .tiles .image-overlay .icon.no-bottom-border {
    border-bottom: 0; }
  .tiles .image-overlay.large-char, .tiles .image-overlay .icon.large-char {
    font-size: 94px; }
    .tiles .image-overlay.large-char.border, .tiles .image-overlay .icon.large-char.border {
      border-width: 6px; }
    .tiles .image-overlay.large-char > .glyphicon, .tiles .image-overlay .icon.large-char > .glyphicon {
      text-shadow: 0px 1px 1px #4d4d4d;
      line-height: 1.5; }
    .tiles .image-overlay.large-char .icon, .tiles .image-overlay .icon.large-char .icon {
      font-size: 100px;
      position: relative;
      top: 14px; }
  .tiles .image-overlay.block, .tiles .image-overlay .icon.block {
    display: block; }
  .tiles .image-overlay.rot-m20, .tiles .image-overlay .icon.rot-m20 {
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    zoom: 110%; }
  .tiles .image-overlay.bold, .tiles .image-overlay .icon.bold {
    font-weight: bold; }
.tiles img {
  max-height: 140px;
  margin-left: auto;
  margin-right: auto; }
.tiles .info {
  margin-top: 25px;
  text-align: left; }
  .tiles .info .text, .tiles .info p {
    color: #555;
    font-size: 100%;
    margin: 15px 0 10px;
    line-height: 22px;
    padding: 0 30px 15px 30px; }
    .tiles .info .text ul, .tiles .info p ul {
      padding-left: 20px; }
    .tiles .info .text strong, .tiles .info p strong {
      padding-left: 0;
      color: #555;
      font-size: 100%; }

#status-im-blick .row span.legal {
  position: absolute;
  /*bottom: -18px;*/
  bottom: 7px;
  right: 147px;
  z-index: -1;
  color: rgba(0, 0, 0, 0.4); }

#home4 #hero .slides .slide.no-bg-overlay .bg:after {
  background: none repeat scroll 0 0 rgba(6, 13, 32, 0) !important; }

#home4 #hero.video-bg {
  height: auto;
  max-height: none;
  padding-top: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-height: 140px;
  /* Required for Autplay: https://developer.chrome.com/blog/autoplay?hl=de#media_engagement_index */ }
  #home4 #hero.video-bg:before, #home4 #hero.video-bg:after {
    display: none; }
  #home4 #hero.video-bg video {
    min-width: 100%;
    width: 100%;
    min-height: 140px;
    /* Required for Autplay: https://developer.chrome.com/blog/autoplay?hl=de#media_engagement_index */ }
  #home4 #hero.video-bg .container {
    padding-top: 50px;
    padding-bottom: 50px; }

@media (max-width: 767px) {
  #home4.video-overlay-navbar #hero.video-bg {
    padding-top: 69px; } }
#home4 #hero {
  height: 504px; }
  #home4 #hero .slides .slide .container[data-scrollto] {
    cursor: pointer; }
  #home4 #hero .slides .slide .container > div {
    padding: 12px 24px 32px 24px;
    border-radius: 5px; }
    #home4 #hero .slides .slide .container > div.text-bg-red {
      background-color: rgba(179, 0, 29, 0.8); }
    #home4 #hero .slides .slide .container > div.text-bg-green {
      background-color: rgba(59, 125, 10, 0.8); }
    #home4 #hero .slides .slide .container > div.text-bg-blue {
      background-color: rgba(92, 165, 230, 0.8); }
    #home4 #hero .slides .slide .container > div.text-bg-darker-blue {
      background-color: rgba(65, 75, 92, 0.8); }
    #home4 #hero .slides .slide .container > div.text-bg-black {
      background-color: rgba(51, 51, 51, 0.8); }

#home4.imprint h5,
#home4.privacy h5,
#home4.status-monitor h5,
#home4.practice-scheduling h5 {
  padding-top: 14px; }

#home4.non-translucent-navbar > .navbar {
  background-color: #333333;
  margin-bottom: 20px; }

#home4.video-overlay-navbar > .navbar .container {
  background-color: rgba(0, 0, 0, 0.6);
  padding-top: 12px;
  padding-bottom: 6px;
  padding-left: 8px;
  padding-right: 20px;
  border-radius: 14px; }
#home4.video-overlay-navbar > .navbar.navbar-solid .container {
  background: none;
  border-radius: 0; }

@media (max-width: 767px) {
  #home4.video-overlay-navbar {
    margin-top: -18px; }

  #home4.video-overlay-navbar > .navbar .container {
    background: none;
    border-radius: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
    padding-bottom: 0; } }
#home4.practice-scheduling .header-component {
  margin-bottom: 28px; }

#home4.imprint .container #imprint.row > .info > h4 {
  margin-top: 14px; }

#home4.imprint #features .feature.header p {
  font-size: 14px; }

.navbar .navbar-right > li {
  margin-left: 4px; }

.navbar .navbar-right > li,
.navbar .navbar-left > li {
  margin-top: -5px;
  padding-bottom: 3px; }
  .navbar .navbar-right > li > a,
  .navbar .navbar-left > li > a {
    padding: 16px 12px 8px 12px !important;
    /*to override jado style */ }
    .navbar .navbar-right > li > a#test-link,
    .navbar .navbar-left > li > a#test-link {
      padding: 5px 12px !important; }

body #footer {
  margin-top: 80px; }
  body #footer ul.lv-1 > li > span {
    color: #ccc;
    padding: 1px 17px; }
  body #footer ul.lv-1 li {
    /*margin-bottom: 8px;*/ }
  body #footer ul.lv-2 {
    padding-left: 9px; }
    body #footer ul.lv-2 li {
      padding-bottom: 0; }

.navbar.navbar-solid {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8) !important; }

.navbar.hero {
  z-index: 9999; }

.navbar a.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: -5px; }
  .navbar a.navbar-brand > img {
    margin-right: 8px; }
  .navbar a.navbar-brand > div {
    padding-top: 14px;
    padding-bottom: 14px; }

.row {
  margin-right: 0;
  /* if set to -15px the site will have a white border on the right side */ }

header a#test-link {
  background-color: #3B88B6;
  border-radius: 4px;
  margin-top: 11px;
  padding: 2px 7px;
  /*padding: 0 3px;*/ }

#home4 #features .feature .info h4 {
  font-size: 22px;
  font-weight: bold; }

#home4.status-monitor #features .feature,
#home4.practice-scheduling #features .feature {
  margin-top: 0; }
#home4.status-monitor h4, #home4.status-monitor #features .feature .info h4,
#home4.practice-scheduling h4,
#home4.practice-scheduling #features .feature .info h4 {
  margin-top: 0; }

.widget-button.header-only {
  width: 90%;
  margin-left: 0%;
  margin-right: 10%;
  min-height: 52px; }

.backwards .widget-button.header-only {
  width: 90%; }

.widget-button {
  -moz-user-select: none;
  background-image: none;
  border-radius: 4px;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  background-color: #5cb85c;
  border-color: #4cae4c;
  color: #fff;
  min-height: 120px;
  margin-bottom: 8px;
  margin-right: 8px;
  position: relative;
  white-space: normal;
  width: 60%;
  margin-left: 40%; }

.backwards .widget-button {
  margin-right: 40%;
  margin-left: 0; }

.widget-button > .head {
  padding: 10px 5%;
  position: absolute;
  top: 0;
  width: 90%; }

.widget-button > .head > .widget-icon {
  font-size: 28px;
  margin-right: 6px;
  vertical-align: top;
  color: #FFFFFF; }

.widget-button > .head > .title {
  font-size: 22px; }

.widget-button > .description {
  bottom: 2px;
  display: block;
  margin-top: 15px;
  position: absolute;
  width: 88%; }

/***********************************************
 * Default Styles but with class instead of id *
 ***********************************************/
.added-bottom-margin,
.row.header .added-bottom-margin {
  margin-bottom: 25px; }

.row.header .added-top-margin,
.added-top-margin {
  margin-top: 25px; }

.row.header {
  text-align: center; }

.row.header h2 {
  color: #555;
  font-weight: 300;
  font-size: 28px; }

@media (max-width: 767px) {
  .row.header h2 {
    font-size: 25px; } }
.row.header p {
  font-weight: 300;
  font-size: 17px;
  color: #757575; }

.features-hover {
  margin-top: 120px;
  -webkit-font-smoothing: antialiased; }

@media (max-width: 991px) {
  .features-hover {
    margin-top: 60px; } }
.features-hover .images {
  height: 355px; }

@media (max-width: 767px) {
  .features-hover .images {
    height: 300px; } }
.features-hover .images img {
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  display: none; }

.features-hover .images img.active {
  display: block; }

.features-hover .features {
  margin-top: 50px; }

@media (max-width: 991px) {
  .features-hover .features {
    margin-top: 0px; } }
.features-hover .features .feature {
  cursor: pointer; }

@media (min-width: 992px) {
  .features-hover .features .feature {
    width: 85%;
    margin: 0 auto; } }
.features-hover .features .feature.active strong, .features-hover .features .feature:hover strong {
  color: #58B0D5; }

.features-hover .features .feature.active p, .features-hover .features .feature:hover p {
  color: #555; }

.features-hover .features .feature strong {
  color: #b6b6b6;
  font-size: 16px;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.features-hover .features .feature p {
  margin-top: 15px;
  line-height: 25px;
  color: #b6b6b6;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.slide .slide.seven > * {
  color: #FFFFFF !important;
  font-family: "Roboto" !important; }

.slide .slide.seven .hero-text {
  color: #fff !important;
  font-family: "Roboto" !important;
  font-size: 35px;
  font-weight: 300;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.65); }

.slide .slide.seven .sub-text {
  animation-delay: 0.6s;
  color: #fff !important;
  font-size: 17px;
  font-weight: 400;
  margin: 25px auto 0;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  width: 50%; }

/*********
 * other *
 *********/
.multiple-images > .row {
  margin-bottom: 15px;
  padding-left: 15px; }

.multiple-images .image > img {
  border: 0;
  margin: 0 auto; }

#home4.privacy #features .feature {
  margin-top: 0; }
  #home4.privacy #features .feature .info p {
    margin-top: 0; }
  #home4.privacy #features .feature .info h4 {
    margin-top: 14px;
    margin-bottom: 4px; }
  #home4.privacy #features .feature .info h5 {
    margin-top: 10px;
    margin-bottom: 2px;
    padding-top: 0; }
  #home4.privacy #features .feature .info h6 {
    margin-top: 10px;
    margin-bottom: 2px; }

#home4.imprint .operator {
  margin-bottom: -54px; }

#home4 #charts .chart div.spacer {
  padding-bottom: 10px; }

#home4 .divider {
  height: 1px;
  width: 100%;
  background-color: #ddd;
  position: relative;
  margin: 70px 0 60px; }
  #home4 .divider:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.75)), color-stop(0.5, rgba(250, 250, 250, 0)), color-stop(1, rgba(255, 255, 255, 0.75)));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
    background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
    background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
    background-image: linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%); }

.numbers-on-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.number-row {
  padding-top: 10px;
  margin-bottom: 10px !important;
  /*
  .number-for-image{
    padding: 6px 11px;
  }
  */ }
  .number-row p {
    margin-top: -6px !important;
    margin-bottom: 0 !important; }

.number-row .number-for-image, .number-on-image {
  border-radius: 14px;
  background-color: #3B88B6;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 13px;
  /*
  border: 3px solid #000000;
  color: #000000;
  */ }

.number-row .number-for-image {
  padding: 5px 10px 5px 9px; }

.number-on-image {
  padding: 3px 9px;
  /*padding: 6px 13px;*/
  /*text-shadow: 0 0 3px rgba(0,0,0,.5);*/
  box-shadow: 0 0 6px rgba(255, 255, 255, 0.5);
  position: absolute;
  display: block;
  margin-left: 15px;
  margin-right: 15px;
  opacity: .8; }

@media (max-width: 991px) {
  .number-row:last-child {
    margin-bottom: 20px !important; }
  .number-row .text-for-number {
    margin-top: -24px !important;
    text-align: left !important;
    padding-left: 36px; } }
.header-row.row {
  padding-left: 15px; }

ul.header-row li {
  color: #6C7279;
  padding-bottom: 4px; }

@media (min-width: 992px) {
  ul.header-row li {
    margin-left: 3%;
    padding-left: 0; }
  ul.header-row li.col-md-1 {
    width: calc(8.333333% - 3%); }
  ul.header-row li.col-md-2 {
    width: calc(16.66666667% - 3%); }
  ul.header-row li.col-md-3 {
    width: calc(25% - 3%); }
  ul.header-row li.col-md-4 {
    width: calc(33.33333% - 3%); }
  ul.header-row li.col-md-6 {
    width: calc(50% - 3%); } }
/*
.header-row{
  list-style-type: none;
  li{
    padding-left: 8px;
    &:before{
      content: "•";
      padding-right: 8px;
      color: blue; 
    }
  }
}
*/
.app-store-links .apple, .app-store-links .google {
  float: left; }
.app-store-links .apple {
  margin-right: 10px;
  margin-top: 2.5px; }
.app-store-links .google {
  padding-top: 3px;
  margin-right: 20px; }

@media (max-width: 991px) {
  .app-store-links {
    text-align: center; }
    .app-store-links .apple, .app-store-links .google {
      float: none;
      margin-right: 0; } }
@media (min-width: 992px) {
  #home4 #hero {
    height: 600px; } }
@media (max-width: 991px) {
  #home4 #features-hover .features-hover .features .feature > p {
    margin-top: 0; }

  .widget-button.header-only {
    width: 100% !important; }

  .navbar .navbar-brand {
    padding: 15px 10px; }
  .navbar .navbar-right > li {
    margin-left: 2px; }
  .navbar .navbar-right > li,
  .navbar .navbar-left > li {
    padding-bottom: 0; }
  .navbar.hero .navbar-nav > li > a,
  .navbar .navbar-right > li > a,
  .navbar .navbar-left > li > a {
    padding: 17px 4px !important;
    /* to override jado styles */
    font-size: 13px;
    font-weight: bold; }
    .navbar.hero .navbar-nav > li > a#test-link,
    .navbar .navbar-right > li > a#test-link,
    .navbar .navbar-left > li > a#test-link {
      padding: 6px 4px !important;
      margin: 11px 6px; }

  #home4 .divider {
    margin: 55px 0 35px; }

  .features-hover .container .row.header {
    margin-top: 50px; }

  #home4.imprint .operator {
    margin-bottom: -10px;
    text-align: center; }

  div.zopim {
    right: -1px !important;
    bottom: 0 !important; }

  #features-hover .features-hover .row span.legal {
    left: 4px;
    bottom: 20px;
    font-size: 10px;
    width: 97.5%;
    text-align: center; } }
@media (max-width: 767px) {
  .navbar.hero .navbar-nav > li > a,
  .navbar-right > li > a,
  .navbar-left > li > a {
    padding: 15px 20px;
    font-size: 14px;
    font-weight: normal; }

  header a#test-link {
    margin: 15px 5px !important; }

  #home4 #features-hover .images {
    height: 364px; }

  .navbar-right ul.dropdown-menu,
  .navbar-left ul.dropdown-menu {
    background: none; }
    .navbar-right ul.dropdown-menu li,
    .navbar-left ul.dropdown-menu li {
      background: none; }

  .navbar a.navbar-brand {
    margin-top: 0px; }
    .navbar a.navbar-brand > img {
      margin-right: 10px;
      margin-top: 8px;
      max-width: 32px;
      max-height: 32px; } }
@media (max-width: 420px) {
  #home4 #features-hover .images {
    max-height: 320px; } }
@media (max-width: 320px) {
  #home4 #features-hover .images {
    max-height: 260px; } }
