@charset "UTF-8";

/*
 * Theme
 */

/**
 * Form
 */

/**
 * External
 */

.facebook-blue {
  color: #3B5998;
}

.twitter-blue {
  color: #55ACEE;
}

.linkedin-blue {
  color: #0077B5;
}

.reddit-orange {
  color: #FF5700;
}

.mail-yellow {
  color: #ffCE00;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa {
  display: inline-block;
  font: normal normal normal 15px/1em FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-glass:before {
  content: "\F000";
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\F09A";
}

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

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

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

.fa-feed:before,
.fa-rss:before {
  content: "\F09E";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-space-shuttle:before {
  content: "\F197";
}

.fa-slack:before {
  content: "\F198";
}

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

.fa-wordpress:before {
  content: "\F19A";
}

.fa-openid:before {
  content: "\F19B";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D";
}

.fa-yahoo:before {
  content: "\F19E";
}

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

.fa-reddit:before {
  content: "\F1A1";
}

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

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

.fa-stumbleupon:before {
  content: "\F1A4";
}

.fa-delicious:before {
  content: "\F1A5";
}

.fa-digg:before {
  content: "\F1A6";
}

.fa-pied-piper:before {
  content: "\F1A7";
}

.fa-pied-piper-alt:before {
  content: "\F1A8";
}

.fa-drupal:before {
  content: "\F1A9";
}

.fa-joomla:before {
  content: "\F1AA";
}

.fa-language:before {
  content: "\F1AB";
}

.fa-fax:before {
  content: "\F1AC";
}

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

.fa-child:before {
  content: "\F1AE";
}

.fa-paw:before {
  content: "\F1B0";
}

.fa-spoon:before {
  content: "\F1B1";
}

.fa-cube:before {
  content: "\F1B2";
}

.fa-cubes:before {
  content: "\F1B3";
}

.fa-behance:before {
  content: "\F1B4";
}

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

.fa-steam:before {
  content: "\F1B6";
}

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

.fa-recycle:before {
  content: "\F1B8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\F1B9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA";
}

.fa-tree:before {
  content: "\F1BB";
}

.fa-spotify:before {
  content: "\F1BC";
}

.fa-deviantart:before {
  content: "\F1BD";
}

.fa-soundcloud:before {
  content: "\F1BE";
}

.fa-database:before {
  content: "\F1C0";
}

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

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

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

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

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8";
}

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

.fa-vine:before {
  content: "\F1CA";
}

.fa-codepen:before {
  content: "\F1CB";
}

.fa-jsfiddle:before {
  content: "\F1CC";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD";
}

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

.fa-ra:before,
.fa-rebel:before {
  content: "\F1D0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\F1D1";
}

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

.fa-git:before {
  content: "\F1D3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4";
}

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

.fa-qq:before {
  content: "\F1D6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9";
}

.fa-history:before {
  content: "\F1DA";
}

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

.fa-header:before {
  content: "\F1DC";
}

.fa-paragraph:before {
  content: "\F1DD";
}

.fa-sliders:before {
  content: "\F1DE";
}

.fa-share-alt:before {
  content: "\F1E0";
}

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

.fa-bomb:before {
  content: "\F1E2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3";
}

.fa-tty:before {
  content: "\F1E4";
}

.fa-binoculars:before {
  content: "\F1E5";
}

.fa-plug:before {
  content: "\F1E6";
}

.fa-slideshare:before {
  content: "\F1E7";
}

.fa-twitch:before {
  content: "\F1E8";
}

.fa-yelp:before {
  content: "\F1E9";
}

.fa-newspaper-o:before {
  content: "\F1EA";
}

.fa-wifi:before {
  content: "\F1EB";
}

.fa-calculator:before {
  content: "\F1EC";
}

.fa-paypal:before {
  content: "\F1ED";
}

.fa-google-wallet:before {
  content: "\F1EE";
}

.fa-cc-visa:before {
  content: "\F1F0";
}

.fa-cc-mastercard:before {
  content: "\F1F1";
}

.fa-cc-discover:before {
  content: "\F1F2";
}

.fa-cc-amex:before {
  content: "\F1F3";
}

.fa-cc-paypal:before {
  content: "\F1F4";
}

.fa-cc-stripe:before {
  content: "\F1F5";
}

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

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

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

.fa-copyright:before {
  content: "\F1F9";
}

.fa-at:before {
  content: "\F1FA";
}

.fa-eyedropper:before {
  content: "\F1FB";
}

.fa-paint-brush:before {
  content: "\F1FC";
}

.fa-birthday-cake:before {
  content: "\F1FD";
}

.fa-area-chart:before {
  content: "\F1FE";
}

.fa-pie-chart:before {
  content: "\F200";
}

.fa-line-chart:before {
  content: "\F201";
}

.fa-lastfm:before {
  content: "\F202";
}

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

.fa-toggle-off:before {
  content: "\F204";
}

.fa-toggle-on:before {
  content: "\F205";
}

.fa-bicycle:before {
  content: "\F206";
}

.fa-bus:before {
  content: "\F207";
}

.fa-ioxhost:before {
  content: "\F208";
}

.fa-angellist:before {
  content: "\F209";
}

.fa-cc:before {
  content: "\F20A";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B";
}

.fa-meanpath:before {
  content: "\F20C";
}

.fa-buysellads:before {
  content: "\F20D";
}

.fa-connectdevelop:before {
  content: "\F20E";
}

.fa-dashcube:before {
  content: "\F210";
}

.fa-forumbee:before {
  content: "\F211";
}

.fa-leanpub:before {
  content: "\F212";
}

.fa-sellsy:before {
  content: "\F213";
}

.fa-shirtsinbulk:before {
  content: "\F214";
}

.fa-simplybuilt:before {
  content: "\F215";
}

.fa-skyatlas:before {
  content: "\F216";
}

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

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

.fa-diamond:before {
  content: "\F219";
}

.fa-ship:before {
  content: "\F21A";
}

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

.fa-motorcycle:before {
  content: "\F21C";
}

.fa-street-view:before {
  content: "\F21D";
}

.fa-heartbeat:before {
  content: "\F21E";
}

.fa-venus:before {
  content: "\F221";
}

.fa-mars:before {
  content: "\F222";
}

.fa-mercury:before {
  content: "\F223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\F224";
}

.fa-transgender-alt:before {
  content: "\F225";
}

.fa-venus-double:before {
  content: "\F226";
}

.fa-mars-double:before {
  content: "\F227";
}

.fa-venus-mars:before {
  content: "\F228";
}

.fa-mars-stroke:before {
  content: "\F229";
}

.fa-mars-stroke-v:before {
  content: "\F22A";
}

.fa-mars-stroke-h:before {
  content: "\F22B";
}

.fa-neuter:before {
  content: "\F22C";
}

.fa-genderless:before {
  content: "\F22D";
}

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

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

.fa-whatsapp:before {
  content: "\F232";
}

.fa-server:before {
  content: "\F233";
}

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

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

.fa-hotel:before,
.fa-bed:before {
  content: "\F236";
}

.fa-viacoin:before {
  content: "\F237";
}

.fa-train:before {
  content: "\F238";
}

.fa-subway:before {
  content: "\F239";
}

.fa-medium:before {
  content: "\F23A";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B";
}

.fa-optin-monster:before {
  content: "\F23C";
}

.fa-opencart:before {
  content: "\F23D";
}

.fa-expeditedssl:before {
  content: "\F23E";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\F240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244";
}

.fa-mouse-pointer:before {
  content: "\F245";
}

.fa-i-cursor:before {
  content: "\F246";
}

.fa-object-group:before {
  content: "\F247";
}

.fa-object-ungroup:before {
  content: "\F248";
}

.fa-sticky-note:before {
  content: "\F249";
}

.fa-sticky-note-o:before {
  content: "\F24A";
}

.fa-cc-jcb:before {
  content: "\F24B";
}

.fa-cc-diners-club:before {
  content: "\F24C";
}

.fa-clone:before {
  content: "\F24D";
}

.fa-balance-scale:before {
  content: "\F24E";
}

.fa-hourglass-o:before {
  content: "\F250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253";
}

.fa-hourglass:before {
  content: "\F254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256";
}

.fa-hand-scissors-o:before {
  content: "\F257";
}

.fa-hand-lizard-o:before {
  content: "\F258";
}

.fa-hand-spock-o:before {
  content: "\F259";
}

.fa-hand-pointer-o:before {
  content: "\F25A";
}

.fa-hand-peace-o:before {
  content: "\F25B";
}

.fa-trademark:before {
  content: "\F25C";
}

.fa-registered:before {
  content: "\F25D";
}

.fa-creative-commons:before {
  content: "\F25E";
}

.fa-gg:before {
  content: "\F260";
}

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

.fa-tripadvisor:before {
  content: "\F262";
}

.fa-odnoklassniki:before {
  content: "\F263";
}

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

.fa-get-pocket:before {
  content: "\F265";
}

.fa-wikipedia-w:before {
  content: "\F266";
}

.fa-safari:before {
  content: "\F267";
}

.fa-chrome:before {
  content: "\F268";
}

.fa-firefox:before {
  content: "\F269";
}

.fa-opera:before {
  content: "\F26A";
}

.fa-internet-explorer:before {
  content: "\F26B";
}

.fa-tv:before,
.fa-television:before {
  content: "\F26C";
}

.fa-contao:before {
  content: "\F26D";
}

.fa-500px:before {
  content: "\F26E";
}

.fa-amazon:before {
  content: "\F270";
}

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

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

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

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

.fa-industry:before {
  content: "\F275";
}

.fa-map-pin:before {
  content: "\F276";
}

.fa-map-signs:before {
  content: "\F277";
}

.fa-map-o:before {
  content: "\F278";
}

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

.fa-commenting:before {
  content: "\F27A";
}

.fa-commenting-o:before {
  content: "\F27B";
}

.fa-houzz:before {
  content: "\F27C";
}

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

.fa-black-tie:before {
  content: "\F27E";
}

.fa-fonticons:before {
  content: "\F280";
}

.fa-reddit-alien:before {
  content: "\F281";
}

.fa-edge:before {
  content: "\F282";
}

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

.fa-codiepie:before {
  content: "\F284";
}

.fa-modx:before {
  content: "\F285";
}

.fa-fort-awesome:before {
  content: "\F286";
}

.fa-usb:before {
  content: "\F287";
}

.fa-product-hunt:before {
  content: "\F288";
}

.fa-mixcloud:before {
  content: "\F289";
}

.fa-scribd:before {
  content: "\F28A";
}

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

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

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

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

.fa-shopping-bag:before {
  content: "\F290";
}

.fa-shopping-basket:before {
  content: "\F291";
}

.fa-hashtag:before {
  content: "\F292";
}

.fa-bluetooth:before {
  content: "\F293";
}

.fa-bluetooth-b:before {
  content: "\F294";
}

.fa-percent:before {
  content: "\F295";
}

.fa-gitlab:before {
  content: "\F296";
}

.fa-wpbeginner:before {
  content: "\F297";
}

.fa-wpforms:before {
  content: "\F298";
}

.fa-envira:before {
  content: "\F299";
}

.fa-universal-access:before {
  content: "\F29A";
}

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

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

.fa-blind:before {
  content: "\F29D";
}

.fa-audio-description:before {
  content: "\F29E";
}

.fa-volume-control-phone:before {
  content: "\F2A0";
}

.fa-braille:before {
  content: "\F2A1";
}

.fa-assistive-listening-systems:before {
  content: "\F2A2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\F2A4";
}

.fa-glide:before {
  content: "\F2A5";
}

.fa-glide-g:before {
  content: "\F2A6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\F2A7";
}

.fa-low-vision:before {
  content: "\F2A8";
}

.fa-viadeo:before {
  content: "\F2A9";
}

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

.fa-snapchat:before {
  content: "\F2AB";
}

.fa-snapchat-ghost:before {
  content: "\F2AC";
}

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

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

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

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

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

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

.flash-message-container {
  width: 300px;
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 99;
}

.flash-message-container .flash-message {
  margin: 5px 0;
  background: white;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
}

.flash-message-container .flash-message .flash-inner {
  padding: 8px 12px;
  border-left: 5px solid #27B3C1;
}

.flash-message-container .flash-message .flash-inner .flash-title {
  color: #27B3C1;
  font-weight: bold;
  font-size: 22px;
}

.flash-message-container .flash-message .flash-inner .flash-text {
  color: #444;
  font-size: 1em;
  font-weight: bold;
}

.flash-message-container .flash-message .flash-close {
  position: absolute;
  top: 10px;
  right: 10px;
}

.flash-message-container .flash-message-enter {
  opacity: 0.01;
}

.flash-message-container .flash-message-enter-active {
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}

.flash-message-container .flash-message-leave {
  opacity: 1;
}

.flash-message-container .flash-message-leave-active {
  opacity: 0.01;
  -webkit-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
}

.navbar.navbar-default {
  height: 100px;
}

.navbar.navbar-default .navbar-brand {
  height: 100px;
  padding: 32px;
}

.navbar.navbar-default .navbar-brand .brand-container {
  padding: 0;
  margin: 0;
  height: 35px;
}

.navbar.navbar-default .navbar-brand .brand-container img {
  height: 35px;
}

.navbar.navbar-default .nav.navbar-nav {
  height: 100px;
  padding: 30px 0;
  line-height: 40px;
}

.navbar.navbar-default .nav.navbar-nav > li > a {
  height: 40px;
  color: #42332A;
  font-size: 20px;
  padding: 0 20px;
  line-height: 40px;
  margin-right: 5px;
  font-weight: bold;
  border-radius: 5px;
}

.navbar.navbar-default .nav.navbar-nav > li > a:hover {
  background: #42332A;
  color: white !important;
}

.navbar.navbar-default .nav.navbar-nav a.navbar-btn {
  min-width: 120px;
  width: auto;
  margin: 0 0 0 5px;
  padding: 0 10px;
  background: none;
  font-size: 18px;
}

.navbar.navbar-default .nav.navbar-nav a.navbar-btn.btn-bold {
  background: #ffCE00;
  font-weight: bold;
  color: #42332A;
}

@media (max-width: 768px) {
  .navbar.navbar-default {
    height: 60px;
  }

  .navbar.navbar-default .navbar-collapse {
    position: relative;
    background: white;
    z-index: 15;
    -webkit-box-shadow: 0 3px 6px #ccc;
    box-shadow: 0 3px 6px #ccc;
  }

  .navbar.navbar-default .container {
    max-width: 950px;
  }

  .navbar.navbar-default .navbar-brand {
    height: 60px;
    padding: 15px;
  }

  .navbar.navbar-default .nav.navbar-nav {
    height: auto;
    padding: 0 10px;
    line-height: 40px;
    display: block;
  }

  .navbar.navbar-default .nav.navbar-nav li {
    background: #fafafa;
    margin-bottom: 3px;
    border-radius: 4px;
  }

  .navbar.navbar-default .nav.navbar-nav a.navbar-btn {
    min-width: 120px;
    width: 100%;
    margin: 0;
    padding: 0 20px;
    line-height: 40px;
    background: none;
    font-size: 20px;
    text-align: left;
  }
}

@media (max-width: 1050px) {
  .navbar-default {
    z-index: 99;
  }

  .navbar-default .container {
    margin-left: auto;
  }

  ul.nav.navbar-nav {
    display: inline-block;
  }

  ul.nav.navbar-nav.navbar-right {
    display: inline;
  }

  .navbar-header {
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .navbar-header .navbar-brand {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .navbar-left,
  .navbar-right {
    float: none !important;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse {
    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);
    background-color: white;
  }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }

  .navbar-nav > li {
    float: none;
  }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .collapse.in {
    display: block !important;
  }
}

/*
 * 	Default theme - Owl Carousel CSS File
 */

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/*
 *  Owl Carousel - Core
 */

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */

.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/assets/images/vendor/owl.carousel/src/owl.video.play.png?4a37f8008959c75f619bf0a3a4e2d7a2) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
      -ms-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

#home-brand-banner {
  padding: 40px 0;
}

#home-brand-banner .brand-list {
  width: 950px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

#home-brand-banner .brand-list .brand-item {
  height: 100px;
  min-width: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#home-brand-banner .brand-list .brand-item img {
  width: 110px;
  height: auto;
}

#home-brand-banner .brand-description {
  min-height: 45px;
  font-size: 1.3em;
  color: #444;
  line-height: 45px;
  text-align: center;
}

.home-feature {
  height: 460px;
  color: white;
}

.home-feature#home-feature-delight {
  background: #27B3C1;
}

.home-feature#home-feature-keep {
  background: #FC5A00;
}

.home-feature#home-feature-scale {
  background: #42332A;
}

.home-feature#home-feature-scale a#btn-feature-integrations {
  display: inline-block !important;
  width: auto;
}

#home-twitter-feed {
  height: 480px;
  position: relative;
}

#home-twitter-feed .twitter-fade-left,
#home-twitter-feed .twitter-fade-right {
  width: 150px;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
}

#home-twitter-feed .twitter-fade-left {
  left: 0;
  background-image: -owg-linear-gradient(to left, transparent, white);
  background-image: -webkit-gradient(linear, right top, left top, from(transparent), to(white));
  background-image: linear-gradient(to left, transparent, white);
}

#home-twitter-feed .twitter-fade-right {
  right: 0;
  background-image: -owg-linear-gradient(to right, transparent, white);
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(white));
  background-image: linear-gradient(to right, transparent, white);
}

#home-twitter-feed > h2 {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 30px;
  font-family: "Circular Std", sans-serif;
}

#home-twitter-feed .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: -10px;
}

#home-twitter-feed .owl-carousel {
  position: relative;
  z-index: 1;
}

#home-twitter-feed .owl-carousel .owl-stage-outer .owl-stage .owl-item {
  height: 300px;
}

#home-bottom-cta {
  padding: 20px 0 70px 0;
}

#home-bottom-cta #btn-ready-to-rumble {
  padding: 0 25px;
  font-size: 22px;
  line-height: 50px;
}

.home-feature .home-feature-inner {
  max-width: 970px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.home-feature .feature-description {
  width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home-feature .feature-description h2 {
  font-size: 35px;
  font-family: "Circular Std", "Lato", sans-serif;
}

.home-feature .feature-description p {
  color: white;
  font-size: 20px;
  line-height: 1.4em;
}

.home-feature .feature-image {
  width: 550px;
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.home-feature .feature-image .feature-image-inner {
  height: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid pink;
}

.home-feature .feature-image .feature-image-inner img {
  vertical-align: bottom;
}

.home-feature .feature-spacer {
  width: 40px;
}

.home-feature #bg-feature-delight {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.home-feature #bg-feature-keep {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.home-feature #bg-feature-scale {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

.btn-fb {
  background: #3B5998;
}

.btn-tw {
  background: #55ACEE;
}

.btn-em {
  background: #DC9300;
}

html#home .navbar.navbar-default {
  background: none;
}

html#home .navbar.navbar-default .container {
  max-width: 1080px;
}

.home-mobile-header {
  display: none;
}

#home-header {
  width: 950px;
  padding: 20px 0;
  margin: 0 auto;
}

#home-header .home-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

#home-header .home-header-inner .home-player {
  width: 500px;
}

#home-header .home-header-inner .home-hello-bear {
  margin-top: 100px;
}

#home-header .home-player {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

#home-header .home-player .player-inner {
  width: 370px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#home-header .home-player .player-inner .video-container {
  height: 370px;
  width: 370px;
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#home-header .home-player .player-inner .video-container #video-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#home-header .home-player .player-inner .video-container #video-controls:hover .play-button {
  display: block;
}

#home-header .home-player .player-inner .video-container #video-controls .play-button {
  width: 120px;
  height: 120px;
  padding: 0;
  display: none;
  font-size: 70px;
  text-align: center;
  color: #ffffff;
  line-height: 120px;
  cursor: pointer;
}

#home-header .home-player .player-inner .video-container #video-controls .play-button > svg {
  height: 110px;
  width: 110px;
}

#home-header .home-player .player-inner .video-container #video-controls .play-button > svg #ic_play_thick_bg {
  fill: rgba(128, 128, 128, 0.75);
}

#home-header .home-player .player-inner .video-container #video-controls .play-button:hover {
  opacity: 1;
}

#home-header .home-player .player-inner .video-container #video-controls .play-button.active {
  display: block;
}

#home-header .home-player .player-inner .video-container #video-controls .play-button #pause-icon {
  display: inline-block;
}

#home-header .home-player .player-inner .video-container #video-controls .play-button #play-icon {
  display: none;
}

#home-header .home-player .player-inner .video-container #video-controls .play-button i.fa.fa-play {
  display: none;
}

#home-header .home-player .player-inner .video-container #video-controls .play-button i.fa.fa-pause {
  display: inline-block;
}

#home-header .home-player .player-inner .video-container #video-controls .play-button.playing #pause-icon {
  display: none;
}

#home-header .home-player .player-inner .video-container #video-controls .play-button.playing #play-icon {
  display: inline-block;
}

#home-header .home-player .player-inner .video-container #video-controls .play-button.playing i.fa.fa-play {
  display: inline-block;
}

#home-header .home-player .player-inner .video-container #video-controls .play-button.playing i.fa.fa-pause {
  display: none;
}

#home-header .home-player .player-inner .video-container #video-controls #player-volume-hint {
  position: absolute;
  bottom: 15px;
  right: 55px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: bold;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  line-height: 50px;
}

#home-header .home-player .player-inner .video-container #video-controls .volume-button {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 15px;
  right: 5px;
  font-size: 40px;
  color: rgba(255, 255, 255, 0.5);
  text-shadow: 0 0 10px white;
  text-align: center;
  line-height: 50px;
}

#home-header .home-player .player-inner .video-container #video-controls .volume-button i.fa.fa-volume-off {
  display: none;
}

#home-header .home-player .player-inner .video-container #video-controls .volume-button i.fa.fa-volume-up {
  display: inline-block;
}

#home-header .home-player .player-inner .video-container #video-controls .volume-button.on i.fa.fa-volume-off {
  display: inline-block;
}

#home-header .home-player .player-inner .video-container #video-controls .volume-button.on i.fa.fa-volume-up {
  display: none;
}

#home-header .home-player .player-inner .video-container .progress {
  height: 10px;
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: rgba(51, 51, 51, 0.68);
}

#home-header .home-player .player-inner .video-container .progress .progress-bar {
  width: 0%;
  height: 100%;
  float: left;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #ffCE00;
  -webkit-transition: width 0.1s ease;
  transition: width 0.1s ease;
}

#home-header .home-player .profile-container {
  height: 65px;
  padding: 15px;
  background: white;
  overflow: hidden;
  *zoom: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#home-header .home-player .profile-container #profile-img {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #ddd;
  border-radius: 50px;
}

#home-header .home-player .profile-container .profile-content {
  margin-left: 10px;
}

#home-header .home-player .profile-container .profile-content #profile-name {
  font-size: 19px;
}

#home-header .home-player .profile-container .profile-content #profile-info {
  font-size: 15px;
  line-height: 1.3em;
}

#home-header .home-player .explainer-container {
  height: 80px;
  padding: 20px 20px;
}

#home-header .home-player .explainer-container > .btn {
  line-height: 40px;
  padding: 0;
  font-size: 17px;
}

#home-header .home-title-spacer {
  width: 45px;
}

#home-header .home-hello-bear {
  width: 130px;
  height: 350px;
  background: url("/assets/images/homepage/hello-bear.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
}

#home-header .home-title-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#home-header .home-title-text .brand-container img.brand-bear {
  width: 200px;
  height: 50px;
}

#home-header .home-title-text .header-title {
  margin-top: 25px;
  margin-bottom: 20px;
  font-size: 50px;
  color: #544238;
  font-weight: bold;
  line-height: 1.15em;
  font-family: "Circular Std", sans-serif;
}

#home-header .home-title-text .header-description {
  font-size: 18px;
  margin-bottom: 20px;
}

#home-header .home-title-text .header-actions {
  width: 250px;
}

#home-header .home-title-text .header-login {
  padding: 10px 0;
  font-size: 15px;
}

.home-icon {
  margin: 0 auto;
  width: 60px;
  height: 60px;
}

.home-icon img {
  width: 100%;
  height: 100%;
}

@-webkit-keyframes heartbeat {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  75% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  80% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }

  85% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  90% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }

  95% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes heartbeat {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  75% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  80% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }

  85% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  90% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }

  95% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.home-icon svg {
  width: 60px;
  height: 60px;
}

.home-icon-love .love-heart {
  -webkit-animation: heartbeat 5s infinite;
          animation: heartbeat 5s infinite;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
}

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

  80% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  90% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }

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

.home-icon-pricing .dollar-sign {
  -webkit-animation: rotate 5s infinite;
          animation: rotate 5s infinite;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }

  45% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }

  50% {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }

  95% {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }

  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@media (max-width: 768px) {
  .hidden-sm {
    display: none;
  }

  .home-player {
    width: 100% !important;
  }

  .home-header {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .home-header .header-title {
    font-size: 48px;
  }

  .video-container {
    display: none;
  }

  .profile-container {
    display: none;
  }

  .home-mobile-header {
    display: block;
    padding: 10px 0 40px;
  }

  .home-mobile-header h1.header-title {
    color: #534027;
    font-size: 41px;
    font-weight: bold;
  }

  .home-mobile-header .header-actions {
    padding: 15px 0 0;
  }

  .home-mobile-header .header-login {
    padding: 15px 0;
  }

  #home-twitter-feed .twitter-fade-left,
  #home-twitter-feed .twitter-fade-right {
    display: none;
  }
}

.no-flexbox .profile-container {
  display: table;
  min-width: 100%;
}

.no-flexbox .profile-container > * {
  display: table-cell;
}

.no-flexbox .profile-container #profile-img {
  margin-right: 5px;
}

#pricing-header {
  height: 660px;
  background: #27B3C1;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  color: white;
  text-align: center;
  padding-top: 20px;
}

#pricing-header h1 {
  font-size: 45px;
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  color: white;
}

#pricing-header .subtitle {
  font-size: 24px;
}

#pricing-plans {
  position: relative;
}

#pricing-plans .pricing-plan-base,
#pricing-plans .pricing-plan-single,
#pricing-plans .pricing-plan-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

#pricing-plans .pricing-plan-single {
  margin-bottom: 40px;
}

#pricing-plans .pricing-plan-single .pricing-plan-item {
  width: 400px;
  z-index: 15;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -20px;
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#pricing-plans .pricing-plan-list {
  margin-top: 165px;
}

.pricing-plan-item {
  width: 360px;
  margin-top: 30px;
  background: white;
  -webkit-box-shadow: 0 4px 8px rgba(66, 51, 42, 0.25);
  box-shadow: 0 4px 8px rgba(66, 51, 42, 0.25);
  border-radius: 8px;
  overflow: hidden;
}

.pricing-plan-item .plan-item-header {
  height: 260px;
  background: #FAF8F0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.pricing-plan-item .plan-item-header img {
  max-width: 210px;
}

.pricing-plan-item.plan-item-free .plan-item-price {
  color: #ffCE00;
}

.pricing-plan-item.plan-item-popular {
  width: 400px;
  z-index: 15;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -20px;
  margin-top: 0;
}

.pricing-plan-item.plan-item-popular .plan-item-price {
  color: #27B3C1;
}

.pricing-plan-item.plan-item-popular ul.plan-item-feature-list {
  margin-left: 60px;
}

.pricing-plan-item.plan-item-pro .plan-item-price {
  color: #FC5A00;
}

.pricing-plan-item.plan-item-pro .plan-item-popular-badge {
  background: #FC5A00;
}

.pricing-plan-item .plan-item-price {
  padding: 20px 0 5px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  line-height: 1em;
}

.pricing-plan-item .plan-item-recurrence {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 10px;
}

.pricing-plan-item .plan-item-sub-info {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 10px;
}

.pricing-plan-item .plan-item-popular-badge {
  padding: 4px 10px;
  margin-bottom: 10px;
  display: inline-block;
  background: #27C17E;
  border-radius: 4px;
  color: white;
  font-weight: bold;
  font-size: 17px;
  text-transform: uppercase;
}

.pricing-plan-item .plan-item-cta {
  padding: 20px 0 30px;
  text-align: center;
}

.pricing-plan-item .plan-currency-info {
  color: #777777;
  text-align: center;
  margin-top: -20px;
  margin-bottom: 10px;
}

ul.plan-item-feature-list {
  font-size: 18px;
  line-height: 1.7em;
  list-style: none;
  margin-left: 40px;
}

ul.plan-item-feature-list li:before {
  font-family: 'FontAwesome';
  margin-right: 7px;
  content: "\F00C";
  color: #6ADD74;
}

ul.plan-item-feature-list li.feature-bad:before {
  font-family: 'FontAwesome';
  margin-right: 7px;
  content: "\F00D";
  color: #FC5A00;
}

ul.plan-item-feature-list li.muted {
  color: #aaa;
}

ul.plan-item-feature-list li.muted:before {
  font-family: 'FontAwesome';
  margin-right: 7px;
  content: "\F00D";
  color: #aaa;
}

.bonjoro-15 {
  margin-top: 50px;
  margin-bottom: 25px;
}

#pricing-entrepreneur-offer {
  padding: 60px 0 0;
}

#pricing-entrepreneur-offer img#bear-entrepreneur {
  max-width: 300px;
}

#pricing-entrepreneur-offer .offer-description {
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#pricing-button-wall {
  overflow-x: hidden;
  position: relative;
  padding-top: 50px;
}

#pricing-button-wall .button-wall-title {
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  text-align: center;
}

#pricing-button-wall .button-wall-title h3 {
  font-family: "Circular Std", sans-serif;
}

#pricing-button-wall .button-wall-title p {
  font-size: 18px;
  font-weight: bold;
  color: #777;
}

#pricing-button-wall .pricing-button-container {
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

#pricing-button-wall .pricing-button-container .button-col {
  height: 100%;
  width: 33.33%;
  min-width: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 5px;
}

#pricing-button-wall .pricing-button-container .button-col button.btn {
  display: block;
  padding: 12px 0;
  margin-bottom: 10px;
  font-weight: normal;
}

.btn-1 {
  background: #ffCE00;
}

.btn-2 {
  background: #FC5A00;
}

.btn-3 {
  background: #F48A70;
}

.btn-4 {
  background: #218590;
}

.btn-5 {
  background: #27B3C1;
}

.btn-6 {
  background: #BD460A;
}

.btn-7 {
  background: #FF9A46;
}

h1.title-big,
h2.subtitle-big {
  text-align: center;
  font-weight: bolder;
  font-family: "Circular Std";
  color: #42332A;
}

h1.title-big {
  margin-bottom: 25px;
  font-size: 50px;
  text-transform: uppercase;
}

.video-player-modal .video-player-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  overflow: hidden;
}

.noscroll {
  overflow: hidden;
  margin-right: 17px;
}

#password-rating {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}

#password-rating .rating-step {
  height: 3px;
  background: #ddd;
  width: 24%;
}

#password-rating .rating-step.active {
  background: #46cc46;
}

.container-minimal .panel-minimal {
  max-width: 580px;
  padding: 25px 80px 40px;
  background: white;
  border-radius: 5px;
}

.container-minimal .panel-minimal h2 {
  text-align: center;
  font-weight: bolder;
  margin-bottom: 50px;
}

.container-minimal .minimal-form {
  background: white;
  padding: 15px 15px 1px;
  border-radius: 5px;
}

@media (max-width: 768px) {
  .container-minimal .panel-minimal {
    padding: 0 15px 15px;
  }

  .container-minimal .panel-minimal h2 {
    margin-bottom: 25px;
  }
}

html#features .feature-row {
  padding-top: 50px;
}

html#features .feature-row.row-opposite .col-left {
  float: right;
}

html#features .feature-row.row-opposite .feature-img {
  float: left;
}

html#features .feature-row h2 {
  font-size: 31px;
  font-weight: 900;
  color: #544238;
}

html#features .feature-row h2 i.fa {
  width: 50px;
  height: 50px;
  margin-right: 8px;
  background: #ffCE00;
  color: white;
  line-height: 50px;
  font-size: 28px;
  text-align: center;
  border-radius: 50px;
}

html#features .feature-row p {
  margin-bottom: 25px;
}

html#features .feature-row p,
html#features .feature-row ul li {
  font-size: 19px;
  color: #544238;
}

html#features .feature-row ul {
  margin-left: 20px;
}

html#features .feature-row ul li {
  text-indent: -20px;
}

html#features .feature-row ul li:before {
  font-family: 'FontAwesome';
  margin-right: 7px;
  content: "\F058";
  color: #6ADD74;
}

html#features .feature-row .feature-img img {
  width: 100%;
}

#features-connect .feature-img {
  padding-top: 100px;
  text-align: center;
}

#features-connect .feature-img img {
  max-width: 400px;
}

#features-statistics .feature-img,
#features-sharing .feature-img,
#features-teams .feature-img {
  text-align: center;
}

#features-statistics .feature-img img,
#features-sharing .feature-img img,
#features-teams .feature-img img {
  max-width: 450px;
}

#features-sharing .feature-img {
  padding-top: 60px;
}

#features-statistics .feature-img {
  padding-top: 30px;
}

#features-teams .feature-img {
  padding-top: 10px;
}

#features-app .feature-img {
  padding-top: 10px;
  text-align: center;
}

#features-app .feature-img img {
  max-width: 320px;
}

#features-statistics .feature-img {
  margin-bottom: 150px;
  padding-top: 10px;
  text-align: center;
}

@media (max-width: 768px) {
  html#features body #page-content {
    height: auto !important;
  }

  html#features .feature-row {
    padding-bottom: 30px;
    padding-top: 0;
  }

  html#features .feature-row h2 {
    font-size: 25px;
  }

  html#features .feature-row h2 i.fa {
    color: #ffCE00;
    background: transparent;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 24px;
    border-radius: none;
  }

  html#features .feature-row p {
    font-size: 16px;
    margin-bottom: 15px;
  }

  html#features .feature-row ul li {
    font-size: 16px;
  }

  html#features .feature-row .feature-img {
    padding-top: 10px;
  }

  html#features .feature-row .feature-img img {
    width: 100%;
  }
}

.howitworks-header {
  padding: 30px 0;
}

.howitworks-header h1 {
  margin-bottom: 0;
  font-size: 45px;
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  color: #42332A;
}

.howitworks-section {
  height: 600px;
  text-align: center;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.howitworks-section > p {
  max-width: 750px;
  margin: 0 auto;
  font-size: 18px;
}

.howitworks-section > h2 {
  font-weight: bold;
  margin: 0;
  font-family: "Circular Std", sans-serif;
  color: #42332A;
}

.howitworks-section div.subtext {
  color: #888;
}

.howitworks-section .how-step-circle {
  height: 45px;
  width: 45px;
  border-radius: 45px;
  font-size: 32px;
  font-family: "Circular Std", Lato, sans-serif;
  line-height: 45px;
  display: inline-block;
  background: #ffCE00;
}

#howitworks-section-crm {
  margin-top: -20px;
  background: #FAF8F0;
  position: relative;
}

#howitworks-section-crm .howitworks-integrations-link {
  position: absolute;
  bottom: 25px;
}

#howitworks-section-send {
  height: 700px;
  padding-bottom: 70px;
}

#howitworks-section-track {
  background: url("/assets/images/homepage/features-track-bg.svg");
  background-color: #FAF8F0;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
  margin-bottom: 220px;
  position: relative;
}

#howitworks-section-track .feature-track-icons {
  height: 400px;
  padding-top: 35px;
  position: relative;
  z-index: 3;
}

#howitworks-section-track .feature-track-laptop {
  position: absolute;
  bottom: -200px;
  z-index: 2;
}

html#about .navbar.navbar-default {
  margin-bottom: 0;
  height: 100px;
}

html#about h2 {
  font-size: 31px;
  font-weight: 900;
  color: #544238;
}

html#about .about-header {
  width: 100%;
  height: 450px;
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: linear-gradient(150deg, rgba(67, 52, 43, 0.6) 0%, rgba(67, 52, 43, 0.01) 60%, rgba(67, 52, 43, 0.001) 94%);
  background-image: url("/assets/images/about/about-header.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
}

html#about .about-header h2 {
  font-size: 31px;
  font-weight: 900;
  color: white;
}

html#about .about-header h3 {
  color: white;
}

html#about .about-team,
html#about .about-bears,
html#about .about-bonjoro {
  margin: 40px auto;
}

html#about .about-bonjoro .about-story-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

html#about .about-bonjoro .about-story-image img {
  width: 90%;
  border-radius: 10px;
}

html#about .about-bonjoro .about-story {
  text-align: justify;
}

html#about .about-bonjoro .about-story img {
  vertical-align: sub;
}

html#about .about-bonjoro .about-story p {
  font-size: 18px;
  margin-bottom: 20px;
}

html#about .bear-suit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

html#about .bear-suit .bear-svg {
  width: 223px;
  height: 373px;
}

html#about .bear-suit .bear-svg .invert {
  opacity: .7;
}

html#about .bear-suit .bear-svg:hover {
  cursor: pointer;
}

html#about .bear-suit .bear-svg:hover .invert {
  opacity: 1;
}

html#about .team-info {
  margin-bottom: 30px;
  text-align: center;
}

html#about .team-player {
  width: 420px;
  position: fixed;
  left: 50%;
  top: 40%;
  margin-left: -256px;
  margin-top: -230px;
  overflow: hidden;
  z-index: 99999;
  border-radius: 10px;
}

html#about .team-player .video-container {
  height: 420px;
  width: 420px;
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

html#about .team-player .video-container .close-player {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 200000;
  color: white;
  font-size: 24px;
  text-align: center;
}

html#about .team-player .video-container .close-player .fa.fa.close {
  text-shadow: 0.1rem 0.1rem 0.2rem rgba(34, 34, 34, 0.6);
}

html#about .team-player .video-container .close-player:hover {
  cursor: pointer;
  color: #FC5A00;
}

html#about .team-player .video-container .video-hitbox {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: table;
  vertical-align: middle;
  height: 100%;
  width: 100%;
  z-index: 100000;
}

html#about .team-player .video-container .video-play-box {
  position: absolute;
  top: 160px;
  left: 160px;
  z-index: 10000;
}

html#about .team-player .video-container .video-play-box .video-play-icon {
  width: 120px;
  height: 120px;
  padding: 0;
  border-radius: 120px;
  background: #ffCE00;
  opacity: .75;
  font-size: 70px;
  text-align: center;
  color: #ffffff;
  line-height: 120px;
  cursor: pointer;
}

html#about .team-player .video-container .video-play-box .video-play-icon:hover {
  opacity: 1;
}

html#about .team-player .video-container .video-play-box .fa-play {
  width: 45px;
  height: 80px;
}

html#about .team-player .video-container #video-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html#about .team-player .video-container #video-controls:hover .play-button {
  display: block;
}

html#about .team-player .video-container #video-controls .play-button {
  width: 120px;
  height: 120px;
  padding: 0;
  display: none;
  border-radius: 120px;
  background: #ffCE00;
  opacity: .75;
  font-size: 70px;
  text-align: center;
  color: #ffffff;
  line-height: 120px;
  cursor: pointer;
}

html#about .team-player .video-container #video-controls .play-button:hover {
  opacity: 1;
}

html#about .team-player .video-container #video-controls .play-button.active {
  display: block;
}

html#about .team-player .video-container #video-controls .play-button i.fa.fa-play {
  display: none;
}

html#about .team-player .video-container #video-controls .play-button i.fa.fa-pause {
  display: inline-block;
}

html#about .team-player .video-container #video-controls .play-button.playing i.fa.fa-play {
  display: inline-block;
}

html#about .team-player .video-container #video-controls .play-button.playing i.fa.fa-pause {
  display: none;
}

html#about .team-player .video-container #video-controls .volume-button {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 15px;
  right: 5px;
  font-size: 40px;
  color: rgba(255, 255, 255, 0.5);
  text-shadow: 0 0 10px white;
  text-align: center;
  line-height: 50px;
}

html#about .team-player .video-container #video-controls .volume-button i.fa.fa-volume-off {
  display: none;
}

html#about .team-player .video-container #video-controls .volume-button i.fa.fa-volume-up {
  display: inline-block;
}

html#about .team-player .video-container #video-controls .volume-button.on i.fa.fa-volume-off {
  display: inline-block;
}

html#about .team-player .video-container #video-controls .volume-button.on i.fa.fa-volume-up {
  display: none;
}

html#about .team-player .video-container .progress {
  height: 10px;
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: rgba(51, 51, 51, 0.68);
}

html#about .team-player .video-container .progress .progress-bar {
  width: 0%;
  height: 100%;
  float: left;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #ffCE00;
  -webkit-transition: width 0.1s ease;
  transition: width 0.1s ease;
}

html#about .team-player .profile-container {
  height: 90px;
  padding: 15px;
  background: white;
  overflow: hidden;
  *zoom: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html#about .team-player .profile-container #profile-img {
  width: 50px;
  height: 50px;
  border-radius: 50px;
}

html#about .team-player .profile-container .profile-content {
  margin-left: 10px;
}

html#about .team-player .profile-container .profile-content #profile-name {
  font-size: 19px;
}

html#about .team-player .profile-container .profile-content #profile-info {
  font-size: 15px;
  line-height: 1.1em;
}

@media (max-width: 768px) {
  html#about .navbar.navbar-default {
    height: 60px;
  }

  html#about .about-header {
    height: 180px;
    background: url("/assets/images/about/about-header.png");
    background-size: cover;
    background-position: right center;
    margin-bottom: 20px;
  }

  html#about .about-header .about-header-text {
    display: none;
  }

  html#about .about-bonjoro .about-story-image {
    display: none;
  }

  html#about .about-team,
  html#about .about-bears,
  html#about .about-bonjoro {
    margin: 20px auto;
  }

  html#about .bear-suit {
    margin-bottom: 15px;
  }

  html#about .bear-suit .bear-svg {
    width: 223px;
    height: 223px;
  }

  html#about .team-player {
    width: 100vw;
    left: 0;
    top: 50%;
    margin-left: 0;
    margin-right: 0;
  }

  html#about .team-player .video-container {
    display: block;
    width: 100vw;
    height: 100vw;
  }

  html#about .team-player .video-container .video-hitbox {
    height: 100vw;
    width: 100vw;
    z-index: 100000;
  }

  html#about .team-player .video-container .video-hitbox .video-play-box {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    margin: 0 auto;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    top: 0;
    left: 0;
  }

  html#about .team-player .video-container .video-hitbox .video-play-box .video-play-icon {
    margin: 0 auto;
  }

  html#about .team-player video {
    width: 100vw;
    height: 100vw;
  }
}

@media (min-width: 768px) {
  html#about .about-bonjoro .about-story-image {
    display: block;
  }
}

html#academy {
  /** SMALL SCREENS **/
  /* IPAD */
  /** BIG SCREENS **/
}

html#academy .navbar.navbar-default {
  margin-bottom: 0;
  height: 100px;
}

html#academy h2 {
  font-size: 31px;
  font-weight: 900;
  color: #544238;
}

html#academy .academy-header {
  width: 100%;
  height: 300px;
  margin-top: 50px;
}

html#academy .academy-header .science-bear {
  height: 300px;
}

html#academy .academy-header .academy-header-text {
  width: 100%;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

html#academy .academy-lessons {
  margin-top: 20px;
}

html#academy .academy-lessons h2 {
  margin: 40px auto;
}

html#academy .academy-lessons .lesson-group {
  margin-bottom: 20px;
}

html#academy .academy-lessons .lesson-group .lesson-card {
  width: 100%;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-box-shadow: #ccc 0 3px 4px;
  box-shadow: #ccc 0 3px 4px;
  border-radius: 10px;
}

html#academy .academy-lessons .lesson-group .lesson-card .lesson-thumbnail {
  min-width: 200px;
  max-width: 200px;
  height: 100%;
  background: grey;
}

html#academy .academy-lessons .lesson-group .lesson-card .lesson-thumbnail img {
  height: 100%;
  margin-left: -35px;
}

html#academy .academy-lessons .lesson-group .lesson-card .lesson-description {
  padding-left: 20px;
  padding-right: 20px;
  background: white;
}

html#academy .video-player {
  position: fixed;
  left: 50%;
  top: 40%;
  margin-left: -370px;
  margin-top: -230px;
  overflow: hidden;
  z-index: 99999;
}

html#academy .video-player .greet-container {
  padding-bottom: 100px;
}

html#academy .video-player .greet-container #youtube-video-placeholder {
  width: 440px;
  height: 440px;
}

html#academy .video-player .box-sidebar {
  width: 300px;
  position: relative;
  overflow: hidden;
  border-radius: 0 8px 8px 0;
}

html#academy .video-player .box-sidebar .sidebar-profile {
  width: 100%;
  padding-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html#academy .video-player .box-sidebar .sidebar-profile .profile-img {
  width: 80px;
  padding: 10px;
}

html#academy .video-player .box-sidebar .sidebar-profile .profile-img img {
  width: 60px;
  height: 60px;
  border-radius: 60px;
}

html#academy .video-player .box-sidebar .sidebar-profile .profile-info {
  -webkit-box-flex: 3;
      -ms-flex: 3 0 0px;
          flex: 3 0 0;
}

html#academy .video-player .box-sidebar .sidebar-profile .profile-info .info-name {
  font-size: 19px;
  font-weight: bold;
}

html#academy .video-player .box-sidebar .sidebar-profile .profile-info .info-company {
  font-size: 14px;
}

html#academy .video-player .box-sidebar .sidebar-profile .lesson-close {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 200000;
  color: black;
  font-size: 24px;
  text-align: center;
}

html#academy .video-player .box-sidebar .sidebar-profile .lesson-close .fa.fa.close {
  text-shadow: 0.1rem 0.1rem 0.2rem rgba(34, 34, 34, 0.6);
}

html#academy .video-player .box-sidebar .sidebar-profile .lesson-close:hover {
  cursor: pointer;
  color: #FC5A00;
}

html#academy .video-player .box-sidebar .sidebar-message {
  font-family: Quicksand, Lato, Arial, sans-serif;
  color: #555;
  line-height: 1.5em;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html#academy .video-player .box-sidebar .sidebar-message .message-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}

html#academy .video-player .box-sidebar .btn-social {
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  outline: none;
  background: white;
  line-height: 1em;
  color: #3B5998;
  font-size: 23px;
  border-radius: 4px;
}

html#academy .video-player .box-sidebar .btn-social.btn-social-facebook {
  color: #3B5998;
}

html#academy .video-player .box-sidebar .btn-social.btn-social-twitter {
  color: #55ACEE;
}

html#academy .video-player .box-sidebar .btn-social.btn-social-linkedin {
  color: #0077B5;
}

html#academy .video-player .box-sidebar .btn-social:hover {
  background: #eee;
}

html#academy .video-player .box-sidebar .option-navigate-lessons .btn-navigate {
  width: 40px;
  height: 40px;
  left: 30px;
  padding: 0;
  border: none;
  outline: none;
  background: white;
  line-height: 1em;
  font-size: 23px;
}

html#academy .video-player .box-sidebar .option-navigate-lessons .btn-navigate:hover {
  background: #eee;
}

html#academy .video-player .video-options,
html#academy .video-player .sidebar-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

html#academy .video-player .video-options .option-like,
html#academy .video-player .video-options .option-share,
html#academy .video-player .video-options .option-cta,
html#academy .video-player .sidebar-options .option-like,
html#academy .video-player .sidebar-options .option-share,
html#academy .video-player .sidebar-options .option-cta {
  cursor: pointer;
}

html#academy .video-player .video-options .option-like:hover,
html#academy .video-player .sidebar-options .option-like:hover {
  color: #BD460A;
}

html#academy .video-player .video-options .option-cta,
html#academy .video-player .sidebar-options .option-cta {
  margin-left: auto;
}

html#academy .video-player .video-options .option-share,
html#academy .video-player .sidebar-options .option-share {
  left: 50px;
  position: relative;
  cursor: pointer;
  text-align: right;
}

html#academy .video-player .video-options .option-share:hover,
html#academy .video-player .sidebar-options .option-share:hover {
  cursor: pointer;
}

html#academy .video-player .video-options .option-share .share-icon,
html#academy .video-player .sidebar-options .option-share .share-icon {
  font-size: 22px;
}

html#academy .video-player #sharing-tooltip {
  position: fixed;
  z-index: 10000000;
  left: 0;
}

html#academy .video-player #sharing-tooltip .box-tooltip-inner {
  width: 140px;
}

html#academy .video-player #sharing-tooltip .box-tooltip-arrow {
  display: none;
}

html#academy .video-player .video-hitbox {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: table;
  vertical-align: middle;
  height: 100%;
  width: 100%;
  z-index: 100000;
}

@media (max-width: 768px) {
  html#academy .video-player {
    left: 0;
    top: 0;
    margin-left: 0;
    margin-top: 0;
    overflow: hidden;
  }

  html#academy .video-player #youtube-video-placeholder {
    width: 100% !important;
    height: 100% !important;
  }

  html#academy .video-player .video-play-box {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    margin: 0 auto;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    top: 0;
    left: 0;
  }

  html#academy .video-player .video-play-box .video-play-icon {
    margin: 0 auto;
  }

  html#academy .video-player .greet-container {
    min-width: 100%;
    margin: 0 auto;
    padding-bottom: 20px;
  }

  html#academy .video-player .greet-container .box-header {
    text-align: center;
  }

  html#academy .video-player .greet-container .greet-box .box {
    background: white;
  }

  html#academy .video-player .greet-container .greet-box .box .box-inner {
    position: relative;
    overflow: hidden;
  }

  html#academy .video-player .greet-container .greet-box .box .box-inner .box-video {
    line-height: 0;
    width: 100vw;
    height: 100vw;
    display: table;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
  }

  html#academy .video-player .greet-container .greet-box .box .box-inner .box-video video::-webkit-media-controls-start-playback-button {
    display: none !important;
  }

  html#academy .video-player .greet-container .greet-box .box .box-inner .box-video video {
    width: 100vw;
    height: 100vw;
  }

  html#academy .video-player .greet-container .greet-box .box .box-inner .box-video .video-hitbox {
    height: 100vw;
    width: 100vw;
    z-index: 100000;
  }

  html#academy .video-player .greet-container .greet-box .box .box-inner .box-sidebar {
    width: 100%;
  }

  html#academy .video-player .greet-container .greet-box .box .box-inner .box-sidebar .sidebar-message {
    height: auto;
    width: 100%;
    font-size: 15px;
    padding: 10px 15px;
  }

  html#academy .video-player .greet-container .greet-box .box .box-inner .box-sidebar .lesson-close {
    top: 10px;
    right: 0px;
  }

  html#academy .video-player .greet-container .greet-box .box .box-inner .video-options {
    padding: 15px;
    background: #42332A;
    color: white;
    overflow: hidden;
    *zoom: 1;
    line-height: 50px;
    overflow: visible;
    z-index: 100000;
    position: absolute;
    left: 0;
    right: 0;
    height: auto;
    bottom: -80px;
    background: rgba(66, 51, 42, 0.5);
    -webkit-transition-property: bottom;
    transition-property: bottom;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }

  html#academy .video-player .greet-container .greet-box .box .box-inner .video-options .share-icon {
    font-size: 16px;
  }

  html#academy .video-player .greet-container .greet-box .box .box-inner .video-options.open {
    bottom: 0;
  }

  html#academy .video-player .greet-container .greet-box .box .sidebar-options {
    margin-bottom: 10px;
  }

  html#academy .video-player .greet-container .greet-box .box .sidebar-options .option-share {
    left: 110px;
  }
}

@media (max-width: 950px) and (min-width: 768px) {
  html#academy body .greet-join-wave {
    display: none;
  }

  html#academy footer#footer {
    text-align: center;
  }

  html#academy .box-cta {
    display: none;
  }

  html#academy .video-play-box {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    margin: 0 auto;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    top: 0;
    left: 0;
  }

  html#academy .video-play-box .video-play-icon {
    margin: 0 auto;
  }

  html#academy .greet-container {
    min-width: 100%;
    margin: 0 auto;
    padding-bottom: 20px;
  }

  html#academy .greet-container .box-header {
    text-align: center;
  }

  html#academy .greet-container .greet-box .box {
    background: white;
    width: 440px;
    margin: 0 auto;
  }

  html#academy .greet-container .greet-box .box .box-inner {
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 11px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    box-shadow: 0 11px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
  }

  html#academy .greet-container .greet-box .box .box-inner .box-video {
    line-height: 0;
    width: 440px;
    height: 440px;
    display: table;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
  }

  html#academy .greet-container .greet-box .box .box-inner .box-video video::-webkit-media-controls-start-playback-button {
    display: none !important;
  }

  html#academy .greet-container .greet-box .box .box-inner .box-video video {
    width: 440px;
    height: 440px;
  }

  html#academy .greet-container .greet-box .box .box-inner .box-video .video-hitbox {
    height: 440px;
    width: 440px;
    z-index: 100000;
  }

  html#academy .greet-container .greet-box .box .box-inner .box-sidebar {
    width: 100%;
  }

  html#academy .greet-container .greet-box .box .box-inner .box-sidebar .sidebar-message {
    height: auto;
    width: 100%;
    font-size: 15px;
    padding: 10px 10px;
    margin-left: 65px;
  }

  html#academy .greet-container .greet-box .box .box-inner .video-options {
    padding: 15px;
    background: #42332A;
    color: white;
    overflow: hidden;
    *zoom: 1;
    line-height: 50px;
    overflow: visible;
    z-index: 100000;
    position: absolute;
    left: 0;
    right: 0;
    height: auto;
    bottom: -80px;
    background: rgba(66, 51, 42, 0.5);
    -webkit-transition-property: bottom;
    transition-property: bottom;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }

  html#academy .greet-container .greet-box .box .box-inner .video-options .share-icon {
    font-size: 16px;
  }

  html#academy .greet-container .greet-box .box .box-inner .video-options.open {
    bottom: 0;
  }

  html#academy .greet-container .greet-box .box .sidebar-options {
    display: none;
  }
}

@media (min-width: 950px) {
  html#academy .video-player .greet-container {
    width: 100%;
    height: 100%;
    display: table;
    overflow: hidden;
  }

  html#academy .video-player .greet-container .greet-box {
    padding: 0 0 20px;
    display: table-cell;
    vertical-align: middle;
  }

  html#academy .video-player .greet-container .greet-box .box-header {
    width: 250px;
    margin: 0 auto;
    padding: 15px 0;
  }

  html#academy .video-player .greet-container .greet-box .box {
    position: relative;
  }

  html#academy .video-player .greet-container .greet-box .box .box-inner {
    width: 740px;
    height: auto;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: relative;
    background: white;
    border-radius: 11px;
    -webkit-box-shadow: 0 11px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    box-shadow: 0 11px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
  }

  html#academy .video-player .greet-container .greet-box .box .box-inner .box-video {
    width: 440px;
    height: 440px;
    position: relative;
    overflow: hidden;
    background: #222;
    border-radius: 8px 0 0 8px;
  }

  html#academy .video-player .greet-container .greet-box .box .box-inner .box-video video {
    height: 100%;
    width: 100%;
  }

  html#academy .video-player .greet-container .greet-box .box .box-inner .box-sidebar .sidebar-message {
    height: 275px;
    padding: 15px;
    font-size: 20px;
  }

  html#academy .video-player .greet-container .greet-box .box .box-inner .box-sidebar .sidebar-options {
    width: 270px;
    height: 80px;
    padding: 7.5px 0 7.5px 0;
    position: absolute;
    bottom: 0;
    font-size: 17px;
    color: #27B3C1;
    overflow: hidden;
    *zoom: 1;
    line-height: 50px;
    overflow: visible;
    z-index: 100000;
    border-top: 1px solid rgba(146, 118, 118, 0.52);
    margin: 0 15px;
  }
}

@media (max-width: 768px) {
  html#academy .navbar.navbar-default {
    height: 60px;
  }

  html#academy .academy-header {
    width: 100%;
    height: 150px;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  html#academy .academy-header .science-bear {
    height: 150px;
  }

  html#academy .academy-header .academy-header-text {
    width: 100%;
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  html#academy .academy-lessons h2 {
    margin: 10px auto;
  }

  html#academy .academy-lessons .lesson-group {
    margin-bottom: 10px;
  }

  html#academy .academy-lessons .lesson-group .lesson-card {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 3px 4px #ccc;
    box-shadow: 0 3px 4px #ccc;
    border-radius: 10px;
  }

  html#academy .academy-lessons .lesson-group .lesson-card .lesson-thumbnail {
    min-width: 100%;
    height: 290px;
    background: grey;
  }

  html#academy .academy-lessons .lesson-group .lesson-card .lesson-description {
    padding-left: 20px;
    padding-right: 20px;
    background: white;
  }

  html#academy .academy-lessons .lesson-group .lesson-card .lesson-description h3 {
    font-size: 24px;
  }

  html#academy .academy-lessons .lesson-group .watch-lesson-button {
    margin-bottom: 20px;
  }

  html#academy .academy-lessons .lesson-group .watch-lesson-button button {
    display: block;
    width: 100%;
  }
}

@media (min-width: 950px) {
  .content-container {
    width: 950px;
  }
}

.content-container h1 {
  margin-bottom: 1.5em;
}

.content-container h2 {
  margin-top: 1em;
  margin-bottom: 1.5em;
}

.integrations-header {
  height: 210px;
  text-align: center;
}

.integrations-header form {
  max-width: 350px;
  margin: 0 auto;
}

.integration-categories h4 {
  padding: 0 10px;
}

.integration-categories .nav.nav-pills.nav-stacked li.active a,
.integration-categories .nav.nav-pills.nav-stacked li:hover a {
  background: #ffCE00;
}

.integration-categories .nav.nav-pills.nav-stacked li a {
  padding: 5px 10px;
  font-weight: bold;
}

#integrations-index .integrations-create-list {
  border: 1px solid #eee;
  border-radius: 5px;
}

#integrations-index .integrations-create-list .integration-create-item {
  height: 70px;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  color: #444;
  position: relative;
}

#integrations-index .integrations-create-list .integration-create-item:hover {
  background: #fafafa;
}

#integrations-index .integrations-create-list .integration-create-item.inactive {
  background: #fafafa;
}

#integrations-index .integrations-create-list .integration-create-item .item-inactive {
  color: #888;
}

#integrations-index .integrations-create-list .integration-create-item .item-img,
#integrations-index .integrations-create-list .integration-create-item .item-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#integrations-index .integrations-create-list .integration-create-item .item-img {
  height: 50px;
  width: 5%;
}

#integrations-index .integrations-create-list .integration-create-item .item-img img {
  width: 40px;
  height: auto;
}

#integrations-index .integrations-create-list .integration-create-item .item-details {
  width: 80%;
  padding: 0 15px;
  line-height: 50px;
}

#integrations-index .integrations-create-list .integration-create-item .item-details .item-title {
  font-size: 22px;
  margin-right: 15px;
  font-weight: bold;
}

#integrations-index .integrations-create-list .integration-create-item .item-details .item-description {
  font-size: 17px;
  color: #777;
}

#integrations-index .integrations-create-list .integration-create-item .item-extra {
  width: 15%;
  font-size: 17px;
  display: block;
  line-height: 50px;
  font-weight: bold;
  text-align: right;
}

#integrations-index .integrations-create-list .integration-create-item .item-extra .item-see-more {
  color: #27B3C1;
}

#integrations-show .integrations-description {
  background: #fafafa;
  padding: 15px;
}

#integrations-show .integrations-description .info-logo {
  text-align: center;
  padding: 20px 0;
}

#integrations-show .integrations-description .integration-info-desc p,
#integrations-show .integrations-description .integration-info-desc ul li {
  font-size: 16px;
}

#integrations-show .zap-templates-title {
  text-align: left;
}

.integration-tag-list .integration-tag {
  background-color: #ffce00;
  border-radius: 30px;
  color: #444;
  font-size: 1.3em;
}

/*
 * Theme
 */

/**
 * Form
 */

/**
 * External
 */

.facebook-blue {
  color: #3B5998;
}

.twitter-blue {
  color: #55ACEE;
}

.linkedin-blue {
  color: #0077B5;
}

.reddit-orange {
  color: #FF5700;
}

.mail-yellow {
  color: #ffCE00;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}

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

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa {
  display: inline-block;
  font: normal normal normal 15px/1em FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-glass:before {
  content: "\F000";
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\F09A";
}

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

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

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

.fa-feed:before,
.fa-rss:before {
  content: "\F09E";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-space-shuttle:before {
  content: "\F197";
}

.fa-slack:before {
  content: "\F198";
}

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

.fa-wordpress:before {
  content: "\F19A";
}

.fa-openid:before {
  content: "\F19B";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D";
}

.fa-yahoo:before {
  content: "\F19E";
}

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

.fa-reddit:before {
  content: "\F1A1";
}

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

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

.fa-stumbleupon:before {
  content: "\F1A4";
}

.fa-delicious:before {
  content: "\F1A5";
}

.fa-digg:before {
  content: "\F1A6";
}

.fa-pied-piper:before {
  content: "\F1A7";
}

.fa-pied-piper-alt:before {
  content: "\F1A8";
}

.fa-drupal:before {
  content: "\F1A9";
}

.fa-joomla:before {
  content: "\F1AA";
}

.fa-language:before {
  content: "\F1AB";
}

.fa-fax:before {
  content: "\F1AC";
}

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

.fa-child:before {
  content: "\F1AE";
}

.fa-paw:before {
  content: "\F1B0";
}

.fa-spoon:before {
  content: "\F1B1";
}

.fa-cube:before {
  content: "\F1B2";
}

.fa-cubes:before {
  content: "\F1B3";
}

.fa-behance:before {
  content: "\F1B4";
}

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

.fa-steam:before {
  content: "\F1B6";
}

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

.fa-recycle:before {
  content: "\F1B8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\F1B9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA";
}

.fa-tree:before {
  content: "\F1BB";
}

.fa-spotify:before {
  content: "\F1BC";
}

.fa-deviantart:before {
  content: "\F1BD";
}

.fa-soundcloud:before {
  content: "\F1BE";
}

.fa-database:before {
  content: "\F1C0";
}

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

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

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

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

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8";
}

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

.fa-vine:before {
  content: "\F1CA";
}

.fa-codepen:before {
  content: "\F1CB";
}

.fa-jsfiddle:before {
  content: "\F1CC";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD";
}

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

.fa-ra:before,
.fa-rebel:before {
  content: "\F1D0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\F1D1";
}

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

.fa-git:before {
  content: "\F1D3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4";
}

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

.fa-qq:before {
  content: "\F1D6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9";
}

.fa-history:before {
  content: "\F1DA";
}

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

.fa-header:before {
  content: "\F1DC";
}

.fa-paragraph:before {
  content: "\F1DD";
}

.fa-sliders:before {
  content: "\F1DE";
}

.fa-share-alt:before {
  content: "\F1E0";
}

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

.fa-bomb:before {
  content: "\F1E2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3";
}

.fa-tty:before {
  content: "\F1E4";
}

.fa-binoculars:before {
  content: "\F1E5";
}

.fa-plug:before {
  content: "\F1E6";
}

.fa-slideshare:before {
  content: "\F1E7";
}

.fa-twitch:before {
  content: "\F1E8";
}

.fa-yelp:before {
  content: "\F1E9";
}

.fa-newspaper-o:before {
  content: "\F1EA";
}

.fa-wifi:before {
  content: "\F1EB";
}

.fa-calculator:before {
  content: "\F1EC";
}

.fa-paypal:before {
  content: "\F1ED";
}

.fa-google-wallet:before {
  content: "\F1EE";
}

.fa-cc-visa:before {
  content: "\F1F0";
}

.fa-cc-mastercard:before {
  content: "\F1F1";
}

.fa-cc-discover:before {
  content: "\F1F2";
}

.fa-cc-amex:before {
  content: "\F1F3";
}

.fa-cc-paypal:before {
  content: "\F1F4";
}

.fa-cc-stripe:before {
  content: "\F1F5";
}

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

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

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

.fa-copyright:before {
  content: "\F1F9";
}

.fa-at:before {
  content: "\F1FA";
}

.fa-eyedropper:before {
  content: "\F1FB";
}

.fa-paint-brush:before {
  content: "\F1FC";
}

.fa-birthday-cake:before {
  content: "\F1FD";
}

.fa-area-chart:before {
  content: "\F1FE";
}

.fa-pie-chart:before {
  content: "\F200";
}

.fa-line-chart:before {
  content: "\F201";
}

.fa-lastfm:before {
  content: "\F202";
}

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

.fa-toggle-off:before {
  content: "\F204";
}

.fa-toggle-on:before {
  content: "\F205";
}

.fa-bicycle:before {
  content: "\F206";
}

.fa-bus:before {
  content: "\F207";
}

.fa-ioxhost:before {
  content: "\F208";
}

.fa-angellist:before {
  content: "\F209";
}

.fa-cc:before {
  content: "\F20A";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B";
}

.fa-meanpath:before {
  content: "\F20C";
}

.fa-buysellads:before {
  content: "\F20D";
}

.fa-connectdevelop:before {
  content: "\F20E";
}

.fa-dashcube:before {
  content: "\F210";
}

.fa-forumbee:before {
  content: "\F211";
}

.fa-leanpub:before {
  content: "\F212";
}

.fa-sellsy:before {
  content: "\F213";
}

.fa-shirtsinbulk:before {
  content: "\F214";
}

.fa-simplybuilt:before {
  content: "\F215";
}

.fa-skyatlas:before {
  content: "\F216";
}

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

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

.fa-diamond:before {
  content: "\F219";
}

.fa-ship:before {
  content: "\F21A";
}

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

.fa-motorcycle:before {
  content: "\F21C";
}

.fa-street-view:before {
  content: "\F21D";
}

.fa-heartbeat:before {
  content: "\F21E";
}

.fa-venus:before {
  content: "\F221";
}

.fa-mars:before {
  content: "\F222";
}

.fa-mercury:before {
  content: "\F223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\F224";
}

.fa-transgender-alt:before {
  content: "\F225";
}

.fa-venus-double:before {
  content: "\F226";
}

.fa-mars-double:before {
  content: "\F227";
}

.fa-venus-mars:before {
  content: "\F228";
}

.fa-mars-stroke:before {
  content: "\F229";
}

.fa-mars-stroke-v:before {
  content: "\F22A";
}

.fa-mars-stroke-h:before {
  content: "\F22B";
}

.fa-neuter:before {
  content: "\F22C";
}

.fa-genderless:before {
  content: "\F22D";
}

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

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

.fa-whatsapp:before {
  content: "\F232";
}

.fa-server:before {
  content: "\F233";
}

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

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

.fa-hotel:before,
.fa-bed:before {
  content: "\F236";
}

.fa-viacoin:before {
  content: "\F237";
}

.fa-train:before {
  content: "\F238";
}

.fa-subway:before {
  content: "\F239";
}

.fa-medium:before {
  content: "\F23A";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B";
}

.fa-optin-monster:before {
  content: "\F23C";
}

.fa-opencart:before {
  content: "\F23D";
}

.fa-expeditedssl:before {
  content: "\F23E";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\F240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244";
}

.fa-mouse-pointer:before {
  content: "\F245";
}

.fa-i-cursor:before {
  content: "\F246";
}

.fa-object-group:before {
  content: "\F247";
}

.fa-object-ungroup:before {
  content: "\F248";
}

.fa-sticky-note:before {
  content: "\F249";
}

.fa-sticky-note-o:before {
  content: "\F24A";
}

.fa-cc-jcb:before {
  content: "\F24B";
}

.fa-cc-diners-club:before {
  content: "\F24C";
}

.fa-clone:before {
  content: "\F24D";
}

.fa-balance-scale:before {
  content: "\F24E";
}

.fa-hourglass-o:before {
  content: "\F250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253";
}

.fa-hourglass:before {
  content: "\F254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256";
}

.fa-hand-scissors-o:before {
  content: "\F257";
}

.fa-hand-lizard-o:before {
  content: "\F258";
}

.fa-hand-spock-o:before {
  content: "\F259";
}

.fa-hand-pointer-o:before {
  content: "\F25A";
}

.fa-hand-peace-o:before {
  content: "\F25B";
}

.fa-trademark:before {
  content: "\F25C";
}

.fa-registered:before {
  content: "\F25D";
}

.fa-creative-commons:before {
  content: "\F25E";
}

.fa-gg:before {
  content: "\F260";
}

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

.fa-tripadvisor:before {
  content: "\F262";
}

.fa-odnoklassniki:before {
  content: "\F263";
}

.fa-odnoklassniki-square:before {
  content: "\F264";
}

.fa-get-pocket:before {
  content: "\F265";
}

.fa-wikipedia-w:before {
  content: "\F266";
}

.fa-safari:before {
  content: "\F267";
}

.fa-chrome:before {
  content: "\F268";
}

.fa-firefox:before {
  content: "\F269";
}

.fa-opera:before {
  content: "\F26A";
}

.fa-internet-explorer:before {
  content: "\F26B";
}

.fa-tv:before,
.fa-television:before {
  content: "\F26C";
}

.fa-contao:before {
  content: "\F26D";
}

.fa-500px:before {
  content: "\F26E";
}

.fa-amazon:before {
  content: "\F270";
}

.fa-calendar-plus-o:before {
  content: "\F271";
}

.fa-calendar-minus-o:before {
  content: "\F272";
}

.fa-calendar-times-o:before {
  content: "\F273";
}

.fa-calendar-check-o:before {
  content: "\F274";
}

.fa-industry:before {
  content: "\F275";
}

.fa-map-pin:before {
  content: "\F276";
}

.fa-map-signs:before {
  content: "\F277";
}

.fa-map-o:before {
  content: "\F278";
}

.fa-map:before {
  content: "\F279";
}

.fa-commenting:before {
  content: "\F27A";
}

.fa-commenting-o:before {
  content: "\F27B";
}

.fa-houzz:before {
  content: "\F27C";
}

.fa-vimeo:before {
  content: "\F27D";
}

.fa-black-tie:before {
  content: "\F27E";
}

.fa-fonticons:before {
  content: "\F280";
}

.fa-reddit-alien:before {
  content: "\F281";
}

.fa-edge:before {
  content: "\F282";
}

.fa-credit-card-alt:before {
  content: "\F283";
}

.fa-codiepie:before {
  content: "\F284";
}

.fa-modx:before {
  content: "\F285";
}

.fa-fort-awesome:before {
  content: "\F286";
}

.fa-usb:before {
  content: "\F287";
}

.fa-product-hunt:before {
  content: "\F288";
}

.fa-mixcloud:before {
  content: "\F289";
}

.fa-scribd:before {
  content: "\F28A";
}

.fa-pause-circle:before {
  content: "\F28B";
}

.fa-pause-circle-o:before {
  content: "\F28C";
}

.fa-stop-circle:before {
  content: "\F28D";
}

.fa-stop-circle-o:before {
  content: "\F28E";
}

.fa-shopping-bag:before {
  content: "\F290";
}

.fa-shopping-basket:before {
  content: "\F291";
}

.fa-hashtag:before {
  content: "\F292";
}

.fa-bluetooth:before {
  content: "\F293";
}

.fa-bluetooth-b:before {
  content: "\F294";
}

.fa-percent:before {
  content: "\F295";
}

.fa-gitlab:before {
  content: "\F296";
}

.fa-wpbeginner:before {
  content: "\F297";
}

.fa-wpforms:before {
  content: "\F298";
}

.fa-envira:before {
  content: "\F299";
}

.fa-universal-access:before {
  content: "\F29A";
}

.fa-wheelchair-alt:before {
  content: "\F29B";
}

.fa-question-circle-o:before {
  content: "\F29C";
}

.fa-blind:before {
  content: "\F29D";
}

.fa-audio-description:before {
  content: "\F29E";
}

.fa-volume-control-phone:before {
  content: "\F2A0";
}

.fa-braille:before {
  content: "\F2A1";
}

.fa-assistive-listening-systems:before {
  content: "\F2A2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\F2A4";
}

.fa-glide:before {
  content: "\F2A5";
}

.fa-glide-g:before {
  content: "\F2A6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\F2A7";
}

.fa-low-vision:before {
  content: "\F2A8";
}

.fa-viadeo:before {
  content: "\F2A9";
}

.fa-viadeo-square:before {
  content: "\F2AA";
}

.fa-snapchat:before {
  content: "\F2AB";
}

.fa-snapchat-ghost:before {
  content: "\F2AC";
}

.fa-snapchat-square:before {
  content: "\F2AD";
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.blog-topic-container ul.blog-topic-list {
  max-width: 800px;
  margin: 0 auto 20px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  list-style: none;
  padding: 10px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.blog-topic-container ul.blog-topic-list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.blog-topic-container ul.blog-topic-list li.active a {
  color: #333;
}

.blog-topic-container ul.blog-topic-list li a {
  padding: 0 15px;
  color: #999;
  text-transform: uppercase;
  font-size: 13px;
  display: inline-block;
  font-weight: bold;
}

.blog-subscription-container .create-subscriber-button {
  margin: 0 auto;
  height: 40px;
  width: 400px;
  padding: 0;
  font-weight: bold;
  font-size: 16px;
  line-height: 1em;
  color: #27B3C1;
  background-color: white;
  border: 1px solid #27B3C1;
  border-radius: 4px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  overflow: hidden;
}

.blog-subscription-container .create-subscriber-button:hover {
  cursor: pointer;
}

.blog-subscription-container .create-subscriber-button.disabled {
  border: 1px solid #ddd;
  background: #eee;
}

.blog-subscription-container .create-subscriber-button.disabled .create-subscriber-title {
  color: #ddd;
}

.blog-subscription-container .create-subscriber-button.disabled .create-subscriber-title:hover {
  cursor: pointer;
  background-color: #eee;
  color: #bbb;
}

.blog-subscription-container .create-subscriber-button.disabled .create-subscriber-input input {
  color: #ccc;
}

.blog-subscription-container .create-subscriber-button .create-subscriber-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 6px 12px;
  line-height: 26px;
  text-align: right;
  text-transform: uppercase;
  font-size: 14px;
  background: white;
  outline: none;
  border: none;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.blog-subscription-container .create-subscriber-button .create-subscriber-title:hover {
  cursor: pointer;
  background-color: #27B3C1;
  color: white;
}

.blog-subscription-container .create-subscriber-button .create-subscriber-input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.blog-subscription-container .create-subscriber-button .create-subscriber-input input {
  width: 100%;
  background: none;
  display: block;
  outline: none;
  border: none;
  padding: 0 5px 0 12px;
  height: 36px;
  line-height: 16px;
}

.blog-subscription-container .create-subscriber-button .create-subscriber-input input:disabled::-webkit-input-placeholder {
  color: #ccc;
}

.blog-subscription-container .create-subscriber-button .create-subscriber-input input:disabled:-ms-input-placeholder {
  color: #ccc;
}

.blog-subscription-container .create-subscriber-button .create-subscriber-input input:disabled::-ms-input-placeholder {
  color: #ccc;
}

.blog-subscription-container .create-subscriber-button .create-subscriber-input input:disabled::placeholder {
  color: #ccc;
}

.blog-subscription-container .create-subscriber-button .create-subscriber-input input::-webkit-input-placeholder {
  color: rgba(39, 179, 193, 0.5);
  font-weight: normal;
}

.blog-subscription-container .create-subscriber-button .create-subscriber-input input:-ms-input-placeholder {
  color: rgba(39, 179, 193, 0.5);
  font-weight: normal;
}

.blog-subscription-container .create-subscriber-button .create-subscriber-input input::-ms-input-placeholder {
  color: rgba(39, 179, 193, 0.5);
  font-weight: normal;
}

.blog-subscription-container .create-subscriber-button .create-subscriber-input input::placeholder {
  color: rgba(39, 179, 193, 0.5);
  font-weight: normal;
}

.blog-index ul.blog-posts-list {
  position: relative;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blog-index ul.blog-posts-list li.post-container {
  position: relative;
  padding: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0  50%;
          flex: 0 0  50%;
  list-style: none;
  clear: both;
  margin-bottom: 15px;
  float: left;
  z-index: 1;
}

.blog-index ul.blog-posts-list .post-item {
  display: block;
  text-decoration: none;
  border-bottom: 1px dotted transparent;
  padding-bottom: 5px;
}

.blog-index ul.blog-posts-list .post-item:hover {
  border-color: #ccc;
}

.blog-index ul.blog-posts-list .post-item:active,
.blog-index ul.blog-posts-list .post-item:hover {
  text-decoration: none;
}

.blog-index ul.blog-posts-list .post-item .post-published-date {
  font-size: 18px;
  color: #27B3C1;
  padding: 15px 0;
  font-weight: bold;
}

.blog-index ul.blog-posts-list .post-item .post-header-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 250px;
  background: url(https://bonjoro.cdn.prismic.io/bonjoro/60ff784…_matt-wand.png);
  background-position: center;
  background-size: cover;
}

.blog-index ul.blog-posts-list .post-item .post-item-content {
  padding: 0 10px 10px;
}

.blog-index ul.blog-posts-list .post-item .post-item-content h3.post-title {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.4em;
  color: #444;
}

.blog-index ul.blog-posts-list .post-item .post-item-content .post-preview {
  color: #444444;
  font-size: 1.4em;
  line-height: 1.4em;
  opacity: 0.8;
}

.blog-index ul.blog-posts-list > :first-child {
  margin-top: 0;
}

.blog-post-container .main {
  width: 950px;
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
}

.blog-post-container .main h1.title {
  font-weight: bold;
  text-align: center;
  margin: 35px 0 15px;
}

.blog-post-container .main .author-info-header {
  text-align: center;
  padding: 10px 0 0;
}

.blog-post-container .main .author-info-header a,
.blog-post-container .main .author-info-header span {
  font-size: 1.2em;
}

.blog-post-container .main .author-info-header img {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  margin-right: 5px;
}

.blog-post-container .main .author-info-footer {
  text-align: center;
}

.blog-post-container .main .author-info-footer h5 {
  color: #888;
  font-size: .9em;
}

.blog-post-container .main .author-info-footer img {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.blog-post-container .main .author-info-footer p {
  font-size: 1.2em;
  line-height: 1.5em;
  color: #444;
}

.blog-post-container .main .similar-articles {
  max-width: 700px;
  margin: 40px auto 100px;
}

.blog-post-container .main .similar-articles h5 {
  font-weight: bold;
  color: #777;
}

.blog-post-container .main .similar-articles ul.article-list {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.blog-post-container .main .similar-articles ul.article-list li {
  width: 33%;
  padding: 7px;
  text-align: center;
}

.blog-post-container .main .similar-articles ul.article-list li img {
  width: 100%;
  height: 80px;
  margin-bottom: 10px;
}

.blog-post-container .main .similar-articles ul.article-list li .article-summary {
  color: #888;
}

.blog-post-container .main .image {
  margin-top: 15px;
}

.blog-post-container .main .post-content-inner {
  max-width: 700px;
  word-wrap: break-word;
  margin: 45px auto;
}

.blog-post-container .main .post-content-inner iframe.bonjoro-embed {
  max-width: 30% !important;
}

.blog-post-container .main .post-content-inner blockquote {
  margin: 0.25em 0;
  padding: 0.35em 40px;
  border-left: none;
  position: relative;
  font-family: Georgia, serif;
  font-size: 18px;
  font-style: italic;
  line-height: 1.45;
}

.blog-post-container .main .post-content-inner blockquote p {
  font-size: 1.5em;
}

.blog-post-container .main .post-content-inner blockquote > h2,
.blog-post-container .main .post-content-inner blockquote h3,
.blog-post-container .main .post-content-inner blockquote h4,
.blog-post-container .main .post-content-inner blockquote h5 {
  line-height: 1.5em;
}

.blog-post-container .main .post-content-inner blockquote:before {
  display: block;
  padding-left: 10px;
  content: "\201C";
  font-size: 80px;
  position: absolute;
  left: -20px;
  top: -20px;
  color: #7a7a7a;
}

.blog-post-container .main .post-content-inner blockquote cite {
  color: #999999;
  font-size: 14px;
  display: block;
  margin-top: 5px;
}

.blog-post-container .main .post-content-inner blockquote cite:before {
  content: "\2014   \2009";
}

.blog-post-container .main .post-content-inner .block-img {
  text-align: center;
}

.blog-post-container .main .post-content-inner .block-img img {
  border: 1px solid #ddd;
  padding: 5px;
  border-radius: 2px;
  max-width: 100%;
  height: auto;
}

.blog-post-container .main .post-content-inner p {
  margin-bottom: 25px;
  font-family: Georgia, "Times New Roman", serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.55em;
  font-size: 1.5em;
  color: #365257;
}

.blog-post-container .main .post-content-inner ul {
  margin-left: 20px;
  list-style: none;
}

.blog-post-container .main .post-content-inner ul li {
  text-indent: -20px;
}

.blog-post-container .main .post-content-inner ul li :before {
  font-family: 'FontAwesome';
  margin-right: 7px;
  content: "\F058";
  color: #6ADD74;
}

.blog-post-container .blog-breadcrumbs {
  color: #999;
  margin: 10px 0 25px;
}

.blog-post-container .blog-breadcrumbs .breadcrumb-item {
  margin: 0 auto;
}

.blog-post-container .blog-breadcrumbs i {
  margin-left: 10px;
  margin-right: 8px;
}

.blog-post-container .blog-breadcrumbs a {
  color: #888;
  font-size: 13px;
  display: inline-block;
  font-weight: bold;
}

.blog-post-container .share {
  font-size: 1.5em;
}

.blog-post-container .share.share-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.blog-post-container .share.share-icons .share-icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  border: 1px solid #eee;
  margin-top: -1px;
}

.blog-post-container .share.share-icons i.fa {
  cursor: pointer;
  display: inline-block;
}

.blog-post-container .share h3 {
  font-size: 1.0em;
  font-weight: bold;
  color: #444444;
}

.blog-post-container .subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 10px;
  background-color: #FAF8F0;
}

.blog-post-container .subscribe .body {
  padding: 0;
  width: 100%;
}

.blog-post-container .subscribe .logo img {
  padding: 0;
  margin: 0 10px;
  height: 70px;
}

.blog-post-container .subscribe .action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.blog .author,
.post .author {
  font-size: 17px;
}

.blog .sidebar-header,
.post .sidebar-header {
  font-size: 1.8em;
  font-weight: bold;
}

.blog .sidebar-header-large,
.post .sidebar-header-large {
  font-size: 1.9em;
}

.blog .sidebar-header-small,
.post .sidebar-header-small {
  font-size: 1.4em;
}

.blog .sidebar-download,
.post .sidebar-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog .sidebar-download-image,
.post .sidebar-download-image {
  height: 100px;
  margin-right: 15px;
}

.blog .sidebar-download-text,
.post .sidebar-download-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.blog .sidebar > *,
.post .sidebar > * {
  margin-bottom: 35px;
}

.blog .sidebar > :first-child,
.post .sidebar > :first-child {
  margin-top: 0;
}

.blog .sidebar > :last-child,
.post .sidebar > :last-child {
  margin-bottom: 0;
}

.blog .sidebar-topics ul,
.post .sidebar-topics ul {
  margin-top: 15px;
  padding-left: 0;
}

.blog .sidebar-topics ul li,
.post .sidebar-topics ul li {
  display: inline-block;
  margin: 5px 5px 5px 0;
}

.label-keyword {
  background-color: #FFCE00;
  border-radius: 30px;
  color: #444444;
  font-size: 1em;
}

.label-keyword[href]:hover,
.label-keyword[href]:focus {
  background-color: #cca500;
}

.share .fa-facebook,
.post-share .fa-facebook {
  color: #3B5998;
}

.share .fa-twitter,
.post-share .fa-twitter {
  color: #55ACEE;
}

.share .fa-linkedin,
.post-share .fa-linkedin {
  color: #0077B5;
}

.share .fa-google-plus,
.post-share .fa-google-plus {
  color: #DD4B39;
}

html#use-cases .use-container {
  margin-top: -20px;
}

.use-transcript p {
  font-size: 17px;
  margin-bottom: 25px;
}

@media (min-width: 769px) {
  .use-container {
    height: 700px;
  }

  .use-container .use-container-inner {
    height: 100%;
    width: 1050px;
    margin: 0 auto;
    position: relative;
  }

  .use-container .use-container-inner .use-info-box {
    position: absolute;
    bottom: 50px;
    left: 20px;
    font-family: "Circular Std", sans-serif;
    color: white;
    font-weight: bolder;
  }

  .use-container .use-container-inner .use-info-box .use-title {
    font-size: 42px;
    line-height: 1.2em;
    text-transform: uppercase;
  }

  .use-container .use-container-inner .use-info-box .use-attribution {
    text-transform: uppercase;
    font-size: 22px;
    line-height: 1em;
  }

  .use-container .use-comment-bubble {
    width: 450px;
    height: 180px;
    position: absolute;
    top: 60px;
    left: 20px;
  }

  .use-container .use-video-player {
    width: 270px;
    height: 270px;
    position: absolute;
  }

  .use-container .use-learn-button {
    width: 150px;
    position: absolute;
    font-weight: bold;
    font-size: 18px;
  }

  .use-container .bubble-logo {
    padding: 10px 0;
  }

  .use-container .bubble-logo img {
    height: 30px;
  }
}

@media (max-width: 768px) {
  .use-container {
    padding: 15px;
    background-image: none;
    height: 350px;
  }

  .use-container .use-video-player {
    position: relative;
    top: initial;
    right: initial;
    bottom: initial;
    left: initial;
  }

  .use-container .use-comment-bubble {
    border-radius: 50px;
    margin-bottom: 15px;
  }

  .use-container .use-comment-bubble .bubble-inner {
    padding: 15px 15px 10px;
    height: auto;
  }
}

.use-video-player {
  border-radius: 5px;
  overflow: hidden;
}

.use-video-player.playing .player-pause {
  display: none;
}

.use-video-player .player-pause {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.use-video-player .player-pause > svg {
  width: 100px;
  height: 100px;
}

.use-video-player > video {
  width: 100%;
}

.use-comment-bubble {
  background: white;
  border-radius: 100px;
}

.use-comment-bubble .bubble-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  height: 180px;
  padding: 30px 40px;
}

.use-comment-bubble .bubble-inner .bubble-picture {
  min-width: 65px;
  padding-top: 10px;
}

.use-comment-bubble .bubble-inner .bubble-picture img {
  height: 65px;
  width: 65px;
  background-color: #ddd;
  border-radius: 65px;
}

.use-comment-bubble .bubble-inner .bubble-info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 18px;
  padding-left: 20px;
}

.use-comment-bubble .bubble-inner .bubble-info .bubble-comment {
  font-weight: bold;
}

.use-comment-bubble .bubble-inner .bubble-info .bubble-name {
  font-weight: bold;
}

#use-container-convertkit {
  background-color: #ADD5FD;
  background-image: url("/assets/images/use-cases/convertkitblank_720.png");
  background-size: 1300px auto;
  background-repeat: no-repeat;
  background-position: center 180%;
  background-clip: border-box;
  margin-bottom: -20px;
}

#use-container-convertkit #ic_play_thick_bg {
  fill: rgba(46, 131, 213, 0.8);
}

#use-container-convertkit .color-branded {
  color: #2E83D5;
}

#use-container-convertkit .btn-branded {
  background: #2E83D5;
}

#use-container-convertkit .use-learn-button {
  left: 280px;
  top: 290px;
  -webkit-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
          transform: rotate(-20deg);
  background: #2E83D5;
}

#use-container-convertkit .use-video-player {
  left: 630px;
  top: 225px;
}

#use-container-highrise {
  background-color: #DABAFD;
  background-image: url("/assets/images/use-cases/highrise_blank_720.png");
  background-size: 1300px auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-clip: border-box;
}

#use-container-highrise .color-branded {
  color: #8751CB;
}

#use-container-highrise #ic_play_thick_bg {
  fill: rgba(135, 81, 203, 0.8);
}

#use-container-highrise .btn-branded {
  background: #8751CB;
}

#use-container-highrise .use-learn-button {
  right: 200px;
  top: 350px;
  background: #8751CB;
}

#use-container-highrise .use-video-player {
  right: 132px;
  bottom: 25px;
}

#use-container-highrise .bubble-logo > img {
  height: 45px !important;
}

#use-container-bonjoro {
  background-color: #FFC017;
  background-image: url("/assets/images/use-cases/bonjoro_blank_720.png");
  background-size: 1300px auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-clip: border-box;
}

#use-container-bonjoro #ic_play_thick_bg {
  fill: rgba(252, 90, 0, 0.8);
}

#use-container-bonjoro .color-branded {
  color: #FFC017;
}

#use-container-bonjoro .btn-branded {
  background: #26CE2A;
}

#use-container-bonjoro .use-learn-button {
  right: 190px;
  top: 180px;
  background: #FC5A00;
}

#use-container-bonjoro .use-video-player {
  left: 630px;
  top: 265px;
}

#use-container-bonjoro .bg-branded {
  color: #FC5A00;
}

#use-container-bonjoro .color-branded {
  color: #FC5A00;
}

#use-container-announcer {
  background-color: #00437a;
  background-image: url("/assets/images/use-cases/announcer_blank_720.png");
  background-size: 1600px auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-clip: border-box;
}

#use-container-announcer #ic_play_thick_bg {
  fill: rgba(8, 42, 78, 0.8);
}

#use-container-announcer .color-branded {
  color: #082a4e;
}

#use-container-announcer .btn-branded {
  background: #082a4e;
}

#use-container-announcer .use-learn-button {
  right: 320px;
  bottom: 120px;
  background: #082a4e;
}

#use-container-announcer .use-video-player {
  width: 225px !important;
  height: 225px !important;
  left: 536px;
  top: 179px;
}

#use-container-announcer .color-branded {
  color: #082a4e;
}

#use-container-designpickle {
  background-color: #26CE2A;
  background-image: url("/assets/images/use-cases/pickle_blank_720.png");
  background-size: 1300px auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-clip: border-box;
}

#use-container-designpickle #ic_play_thick_bg {
  fill: rgba(23, 166, 27, 0.8);
}

#use-container-designpickle .color-branded {
  color: #26CE2A;
}

#use-container-designpickle .btn-branded {
  background: #26CE2A;
}

#use-container-designpickle .use-learn-button {
  right: -140px;
  top: 355px;
  -webkit-transform: rotate(20deg);
      -ms-transform: rotate(20deg);
          transform: rotate(20deg);
  background: #17A61B;
}

#use-container-designpickle .use-video-player {
  left: 660px;
  top: 225px;
  -webkit-transform: rotate(30.5deg);
      -ms-transform: rotate(30.5deg);
          transform: rotate(30.5deg);
  border-radius: 25px !important;
}

#use-container-designpickle .bg-branded {
  color: #00ff00;
}

#use-container-designpickle .color-branded {
  color: #17A61B;
}

html#split-login,
html#split-apps,
html#split-profile {
  height: 100%;
}

html#split-login body,
html#split-apps body,
html#split-profile body {
  background: white;
}

.skip-button {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.skip-button a {
  color: white;
  font-size: 16px;
  font-weight: bold;
}

html#split-login .content-right {
  background: #4B9AFF;
}

html#split-register .content-right {
  background: #4B9AFF;
}

html#split-profile .content-right {
  background: #FC5A00;
}

html#split-profile .col-left {
  padding-right: 7px;
}

html#split-profile .col-right {
  padding-left: 7px;
}

html#split-reset .content-right {
  background: #218590;
}

html#split-team .content-right {
  overflow-x: hidden;
  background: #27B3C1;
  padding-left: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

html#split-team .content-right .split-img img {
  width: 700px;
}

html#split-apps .content-right {
  background: #36A972;
}

#layout-split .country-list {
  z-index: 15;
}

#layout-split .layout-header {
  position: fixed;
  left: 0;
  right: 0;
}

#layout-split .layout-header .container .logo {
  display: inline-block;
  padding: 15px 0;
}

@media (max-height: 700px) {
  #layout-split .layout-header .container .logo {
    display: none;
  }
}

@media (max-width: 950px) {
  #layout-split .content-right {
    display: none;
  }

  #layout-split .content-left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 70px 15px 10px 15px;
  }
}

@media (max-height: 650px) {
  #layout-split .content-right .split-right-text {
    display: none;
  }
}

@media (min-width: 950px) {
  #layout-split {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  #layout-split .content-left,
  #layout-split .content-right {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #layout-split .content-left {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  #layout-split .content-right {
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  #layout-split .content-right .split-right-text {
    width: 330px;
    position: absolute;
    top: 30px;
    right: 30px;
    background: rgba(0, 0, 0, 0.1);
    padding: 5px 15px;
    border-radius: 5px;
    font-weight: bold;
  }

  #layout-split .content-right .split-right-text h4,
  #layout-split .content-right .split-right-text p {
    color: white;
  }

  #layout-split .content-right .split-right-text h4 {
    font-size: 23px;
  }

  #layout-split .content-right .split-right-text p {
    font-size: 14px;
  }

  #layout-split .content-right .split-right-text p a {
    color: #eee;
  }
}

@media (min-width: 1250px) {
  #layout-split .content-left {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 150px;
  }

  #layout-split .content-right {
    padding-left: 150px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.no-flexbox #layout-split {
  display: table;
  min-width: 100%;
}

.no-flexbox #layout-split .layout-header {
  position: absolute;
  top: 0;
}

.no-flexbox #layout-split .content-left,
.no-flexbox #layout-split .content-right {
  display: table-cell;
  vertical-align: middle;
}

.no-flexbox #layout-split .content-left {
  padding-right: 0;
}

.no-flexbox #layout-split .content-left > * {
  margin-right: 150px;
  margin-left: auto;
}

.form-title {
  margin-bottom: 30px;
}

.form-title h1 {
  font-size: 40px;
  color: #444;
  font-weight: bolder;
  font-family: Helvetica, Arial, sans-serif;
  margin-bottom: 15px;
}

.form-title .text-lead {
  color: #444;
  font-size: 18px;
}

.split-form {
  width: 385px;
}

.split-form .form-group label.control-label {
  font-weight: bold;
  font-size: 20px;
  text-transform: none;
}

.btn.btn-action {
  background: #ffCE00;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  color: #42332A;
}

.story-modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  display: none;
  z-index: 150;
}

.story-modal-overlay.in {
  display: block;
}

.story-modal-overlay .customer-story-modal {
  width: auto;
  margin: 12% auto;
}

.story-modal-overlay .customer-story-modal .modal-inner {
  display: inline-block;
  background: white;
  border-radius: 4px;
  padding: 15px;
  width: auto;
  position: relative;
}

.story-modal-overlay .customer-story-modal .modal-inner .modal-close {
  width: 40px;
  height: 40px;
  font-size: 20px;
  padding: 0;
  line-height: 36px;
  text-align: center;
  position: absolute;
  color: #FC5A00;
  top: -50px;
  right: 0;
  background: white;
  border-radius: 40px;
}

.story-modal-overlay .customer-story-modal .modal-inner .modal-close:hover {
  cursor: pointer;
  background: #eee;
}

.customer-story {
  margin-top: -20px;
}

.customer-story a.story-cta {
  line-height: 50px;
  display: inline-block;
  padding: 0 35px;
  border-radius: 6px;
  font-weight: bold;
  font-size: 22px;
  background: #444;
  color: white;
  -webkit-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
}

.customer-story a.story-cta:active,
.customer-story a.story-cta:hover,
.customer-story a.story-cta:focus {
  text-decoration: none;
  outline: none;
}

.customer-story .story-header {
  height: 500px;
}

.customer-story .story-header .story-header-container {
  max-width: 1400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 100%;
}

.customer-story .story-header .story-header-container .story-header-image,
.customer-story .story-header .story-header-container .story-header-description {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.customer-story .story-header .story-header-container .story-header-image img.header-img-default {
  height: auto;
  width: 100%;
  cursor: pointer;
}

.customer-story .story-header .story-header-container .story-header-image img.header-img-mobile {
  display: none;
}

.customer-story .story-header .story-header-container .story-header-description {
  padding: 30px 45px 25px 40px;
  max-width: 600px;
}

.customer-story .story-header .story-header-container .story-header-description h1 {
  font-size: 50px;
  margin-top: 0;
  margin-bottom: 10px;
  color: #503F33;
  font-weight: 900;
}

.customer-story .story-header .story-header-container .story-header-description h4 {
  font-size: 22px;
  margin-top: 0;
  line-height: 1.2em;
  color: #444;
}

.customer-story .story-header .story-header-container .story-header-description .story-header-logos {
  margin-bottom: 0;
  height: 100px;
}

.customer-story .story-header .story-header-container .story-header-description .story-header-logos img {
  margin-right: 15px;
  max-width: 150px;
  max-height: 100px;
}

.customer-story .story-top-quotes {
  min-height: 135px;
  padding: 30px;
  background: #f3f3f3;
  text-align: center;
  font-size: 24px;
}

.customer-story .story-top-quotes blockquote {
  max-width: 850px;
  margin: 0 auto 5px auto;
  padding: 0;
  border: none;
  font-size: 22px;
  line-height: 1.4em;
  color: #333;
}

.customer-story .story-top-quotes .quote-author {
  color: #888;
  font-size: 18px;
  line-height: 35px;
}

.customer-story .story-top-quotes .quote-author img.quote-author-img {
  width: 35px;
  height: 35px;
  border-radius: 35px;
}

.customer-story .story-content-sections {
  max-width: 1050px;
  margin: 0 auto;
}

.customer-story .story-content-sections .content-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 380px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.customer-story .story-content-sections .content-section:last-child {
  margin-bottom: 50px;
}

.customer-story .story-content-sections .content-section:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.customer-story .story-content-sections .content-section:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.customer-story .story-content-sections .content-section .section-image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  padding: 15px;
  text-align: center;
}

.customer-story .story-content-sections .content-section .section-image img {
  width: auto;
  max-width: 100%;
  max-height: 300px;
}

.customer-story .story-content-sections .content-section .section-info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  padding: 0 15px;
}

.customer-story .story-content-sections .content-section .section-info .section-info-title {
  font-size: 34px;
  font-weight: 900;
  line-height: 1.25em;
  color: #42332A;
  margin-bottom: 10px;
}

.customer-story .story-content-sections .content-section .section-info .section-info-description {
  font-size: 20px;
  line-height: 1.4em;
}

.customer-story .story-integration-logos {
  height: 310px;
  background: #f3f3f3;
  text-align: center;
  padding: 30px;
}

.customer-story .story-integration-logos h3 {
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 25px;
  color: #42332A;
}

.customer-story .story-integration-logos .integration-logo-list {
  margin-bottom: 25px;
}

.customer-story .story-integration-logos .integration-logo-list a {
  padding: 10px;
}

.customer-story .story-integration-logos .integration-logo-list a img {
  max-width: 180px;
  max-height: 120px;
}

.customer-story .story-integration-logos > a {
  font-size: 20px;
}

.customer-story .story-case-studies {
  padding: 30px;
}

.customer-story .story-case-studies > h3 {
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  color: #42332A;
}

.customer-story .story-case-studies > h4 {
  font-size: 22px;
  text-align: center;
  color: #888;
  margin-bottom: 40px;
}

.customer-story .story-case-studies .case-study-list {
  max-width: 1150px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.customer-story .story-case-studies .case-study-list .case-study-item {
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}

.customer-story .story-case-studies .case-study-list .case-study-item .item-thumbnail {
  padding: 5px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.customer-story .story-case-studies .case-study-list .case-study-item .item-thumbnail img {
  width: 200px;
  height: 200px;
  border-radius: 4px;
}

.customer-story .story-case-studies .case-study-list .case-study-item .item-thumbnail .item-play-button {
  position: absolute;
  text-align: center;
  bottom: 15px;
  left: 15px;
  width: 50px;
  height: 50px;
  color: white;
  padding-left: 2px;
  font-size: 25px;
  background: rgba(39, 179, 193, 0.8);
  line-height: 48px;
  border-radius: 50px;
}

.customer-story .story-case-studies .case-study-list .case-study-item .video-embed-code {
  display: none;
}

.customer-story .story-case-studies .case-study-list .case-study-item .item-author-name {
  font-size: 22px;
  color: #42332A;
}

.customer-story .story-case-studies .case-study-list .case-study-item .item-author-job {
  font-size: 17px;
  color: #666;
}

.customer-story .story-bottom-quotes {
  height: auto;
  padding: 45px 0 10px;
  text-align: center;
  font-size: 24px;
}

.customer-story .story-bottom-quotes .bottom-quote-item {
  max-width: 820px;
  margin: 0 auto 30px;
}

.customer-story .story-bottom-quotes blockquote {
  margin: 0 0 5px 0;
  padding: 0;
  border: none;
  font-size: 22px;
  font-family: Georgia, serif;
  line-height: 1.4em;
  color: #333;
}

.customer-story .story-bottom-quotes .quote-author {
  color: #888;
  font-size: 19px;
  margin-bottom: 30px;
}

.customer-story .story-bottom-quotes .quote-author img.quote-author-img {
  width: 35px;
  height: 35px;
  border-radius: 35px;
}

.customer-story .story-bottom-quotes .quote-author span.quote-author-name {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}

.customer-story .story-footer-cta {
  padding: 10px 30px 40px;
  text-align: center;
}

@media (max-width: 768px) {
  .customer-story a.story-cta {
    line-height: 45px;
    display: inline-block;
    padding: 0 30px;
    border-radius: 6px;
    font-weight: bold;
    font-size: 18px;
    background: #444;
  }

  .customer-story .story-header {
    width: 100%;
    height: auto;
  }

  .customer-story .story-header .story-header-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    text-align: center;
  }

  .customer-story .story-header .story-header-container .story-header-image img.header-img-default {
    display: none;
  }

  .customer-story .story-header .story-header-container .story-header-image img.header-img-mobile {
    height: auto;
    width: 100%;
    display: inline-block;
  }

  .customer-story .story-header .story-header-container .story-header-logos {
    overflow: hidden;
  }

  .customer-story .story-header .story-header-container .story-header-cta {
    margin-bottom: 15px;
  }

  .customer-story .story-header .story-header-container .story-header-description {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 15px;
  }

  .customer-story .story-header .story-header-container .story-header-description h1 {
    font-size: 32px;
    margin: 20px 0 10px 0;
  }

  .customer-story .story-header .story-header-container .story-header-description h4 {
    font-size: 17px;
    margin-bottom: 0;
  }

  .customer-story .story-top-quotes {
    height: auto;
    font-size: 18px;
    padding: 15px;
  }

  .customer-story .story-top-quotes blockquote {
    font-size: 18px;
  }

  .customer-story .story-content-sections .content-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    height: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 25px;
  }

  .customer-story .story-content-sections .content-section .section-image {
    padding: 30px;
  }

  .customer-story .story-content-sections .content-section .section-info {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .customer-story .story-content-sections .content-section .section-info .section-info-title {
    font-size: 24px;
  }

  .customer-story .story-content-sections .content-section .section-info .section-info-description {
    font-size: 18px;
  }

  .customer-story .story-integration-logos {
    height: auto;
  }

  .customer-story .story-integration-logos h3 {
    font-size: 24px;
  }

  .customer-story .story-integration-logos > a {
    font-size: 17px;
  }

  .customer-story .story-integration-logos .integration-logo-list a {
    display: inline-block;
  }

  .customer-story .story-integration-logos .integration-logo-list a img {
    max-width: 140px;
    max-height: 80px;
  }

  .customer-story .story-case-studies {
    padding: 15px;
  }

  .customer-story .story-case-studies > h3 {
    font-size: 24px;
  }

  .customer-story .story-case-studies > h4 {
    font-size: 18px;
  }

  .customer-story .story-case-studies .case-study-list .case-study-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin-bottom: 10px;
  }

  .customer-story .story-case-studies .case-study-list .case-study-item .item-thumbnail img {
    max-height: 130px;
    width: auto;
  }

  .customer-story .story-case-studies .case-study-list .case-study-item .item-author-name {
    font-size: 18px;
  }

  .customer-story .story-case-studies .case-study-list .case-study-item .item-author-job {
    font-size: 14px;
  }

  .customer-story .story-case-studies .case-study-list .case-study-item .item-author-logo img {
    max-height: 60px;
    width: auto;
  }

  .customer-story .story-bottom-quotes .bottom-quote-item {
    padding: 0 15px;
  }

  .customer-story .story-bottom-quotes .bottom-quote-item blockquote {
    font-size: 15px;
  }

  .story-modal-overlay .customer-story-modal {
    width: 100%;
    margin: 15% 0 0 0;
  }

  .story-modal-overlay .customer-story-modal .modal-inner {
    padding: 0;
  }

  .story-modal-overlay .customer-story-modal .modal-inner .modal-close {
    bottom: -50px;
    top: initial;
    right: 20px;
  }
}

footer#footer {
  height: 230px;
  background: white;
}

footer#footer.footer-yellow {
  background: #FAF8F0;
  color: white;
}

footer#footer .footer-column-list {
  width: 750px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer#footer > .container {
  height: 100%;
  padding-top: 30px;
  position: relative;
}

footer#footer h4 {
  color: #42332A;
  font-size: 20px;
  font-weight: bold;
}

footer#footer ul {
  padding: 0;
  list-style: none;
}

footer#footer ul li {
  margin: 0;
  line-height: 1.9em;
}

footer#footer ul li a {
  display: block;
  font-size: 15px;
  font-weight: bold;
  color: #333;
}

footer#footer .joro-bro {
  width: 160px;
  height: 135px;
  position: absolute;
  right: 50px;
  bottom: 0;
  background: url("/assets/images/homepage/footer-joro.png");
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  footer#footer {
    height: auto;
  }

  footer#footer .footer-column-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

html {
  height: 100%;
}

body {
  background: white;
}

body #page-content {
  position: relative;
}

html,
body {
  height: 100%;
}

#page-content {
  clear: both;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -100px;
}

#page-content #page-footer {
  height: 100px;
}

#footer {
  clear: both;
  position: relative;
  height: 100px;
}

.alert h3 {
  margin-top: 0;
}

p {
  color: #42332A;
  font-size: 16px;
}

@media (min-width: 768px) {
  .panel-minimal {
    max-width: 320px;
    margin: 35px auto;
  }
}

.fa-btn {
  margin-right: 6px;
}

/*
 * Important! Load all the responsive styles over the top of the public ones
 */

@media (max-width: 768px) {
  #home .home-nav ul.nav li {
    margin-left: 0px;
    margin-right: 7px;
  }

  .container-minimal {
    max-width: 100%;
    margin: 0;
  }

  .noscroll {
    overflow: hidden;
    margin-right: 0;
  }

  .blog-index ul.blog-posts-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .blog-index ul.blog-posts-list li.post-container {
    margin: 0 0 15px 0;
    padding: 7px 7px 15px 7px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    float: none;
    border-bottom: 1px dotted #ddd;
  }

  .blog-index ul.blog-posts-list li.post-container a.post-item .post-published-date {
    font-size: 14px;
  }

  .blog-index ul.blog-posts-list li.post-container a.post-item .post-header-image {
    height: 150px;
    width: 100%;
  }

  .blog-index ul.blog-posts-list li.post-container a.post-item .post-item-content {
    padding: 0;
  }

  .blog-index ul.blog-posts-list li.post-container a.post-item .post-item-content h3.post-title {
    font-size: 1.3em;
  }

  .blog-index ul.blog-posts-list li.post-container a.post-item .post-item-content .post-preview {
    font-size: 1.2em;
  }

  .blog-topic-container {
    width: 100%;
  }

  .blog-topic-container ul.blog-topic-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .blog-subscription-container {
    padding: 0 15px;
  }

  .blog-subscription-container form.create-subscriber-button {
    width: 100%;
  }

  .blog-index ul.blog-posts-list li.post-container {
    border-bottom: none;
  }

  .blog-post-container .main {
    width: 100%;
  }

  .blog-post-container .main .image img {
    width: 100%;
  }

  .blog-post-container .main .content h1.title {
    font-size: 26px;
  }

  .blog-post-container .main .content .post-content-inner p {
    font-size: 1.25em;
  }

  .blog-post-container .main .similar-articles ul.article-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .blog-post-container .main .similar-articles ul.article-list li {
    width: 100%;
  }

  .blog-post-container .main .similar-articles ul.article-list li a img {
    height: auto;
    max-height: 80px;
    width: auto;
  }

  #home-header {
    width: 100%;
    padding: 15px;
  }

  #home-header .home-header-inner .home-player,
  #home-header .home-header-inner .home-title-spacer {
    display: none;
  }

  #home-header .home-title-text h1.header-title {
    font-size: 40px;
  }

  #home-brand-banner {
    width: 100%;
    margin: 0;
  }

  #home-brand-banner .brand-list {
    width: 100%;
    padding: 0 25px;
    text-align: center;
    display: block;
  }

  #home-brand-banner .brand-list .brand-item {
    width: auto;
    height: auto;
    display: inline-block;
    min-width: auto;
  }

  #home-brand-banner .brand-list .brand-item img {
    padding: 5px;
  }

  #home-brand-banner .brand-description {
    display: none;
  }

  .home-feature {
    padding: 20px 15px 0 15px;
    height: auto;
  }

  .home-feature .home-feature-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .home-feature .feature-spacer {
    display: none;
  }

  .home-feature .feature-description {
    width: 100%;
    margin-bottom: 20px;
  }

  .home-feature .feature-description > h2 {
    font-size: 24px;
  }

  .home-feature .feature-description > p {
    font-size: 16px;
  }

  .home-feature .feature-image {
    width: 100%;
  }

  .home-feature .feature-image img {
    width: 100%;
  }

  #home-feature-keep .home-feature-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  #home-feature-scale .feature-image {
    height: 350px;
  }

  #home-feature-scale .feature-image img {
    width: auto;
    height: 100%;
  }

  .howitworks-header h1 {
    font-size: 38px;
  }

  .howitworks-header img {
    width: 100%;
  }

  .howitworks-section {
    height: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 470px;
    padding: 25px 15px 0 15px;
  }

  .howitworks-section img {
    width: 100%;
    height: auto;
  }

  .howitworks-section h2 {
    font-size: 24px;
  }

  .howitworks-section p {
    font-size: 14px;
  }

  #howitworks-section-crm {
    min-height: 320px;
    margin-bottom: 40px;
  }

  #howitworks-section-crm .howitworks-integrations-link {
    bottom: -25px;
  }

  #howitworks-section-crm .howitworks-integrations-link img {
    max-width: 200px;
  }

  #howitworks-section-send {
    height: auto;
    padding-bottom: 20px;
  }

  #howitworks-section-track {
    margin-bottom: 130px;
    min-height: 320px;
  }

  #howitworks-section-track .feature-track-icons {
    height: auto;
  }

  #howitworks-section-track .feature-track-laptop {
    bottom: -135px;
  }

  #howitworks-section-team {
    min-height: 320px;
  }

  #pricing-plans .pricing-plan-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .pricing-plan-item {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 0;
  }

  .pricing-plan-item.plan-item-popular {
    width: 100%;
    z-index: 15;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
    margin-top: 0;
  }

  .pricing-plan-item.plan-item-popular ul.plan-item-feature-list {
    margin-left: 0;
  }

  .pricing-plan-item ul.plan-item-feature-list {
    margin-left: 0;
  }

  #pricing-entrepreneur-offer {
    display: none;
  }

  #pricing-button-wall {
    display: none;
  }

  .integrations-header {
    height: auto;
    padding: 0 15px;
  }

  .integrations-header > div {
    text-align: center !important;
  }

  .integrations-header h1 {
    font-size: 30px;
  }

  .integrations-header form {
    margin-bottom: 10px;
  }

  .integrations-header img {
    height: 120px;
  }

  .integration-categories ul.nav li {
    display: inline-block;
  }

  #integrations-index .integrations-create-list a.integration-create-item {
    padding: 10px;
    position: relative;
    height: auto;
  }

  #integrations-index .integrations-create-list a.integration-create-item .item-img {
    -webkit-box-flex: 50px;
        -ms-flex: 50px 0 0px;
            flex: 50px 0 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  #integrations-index .integrations-create-list a.integration-create-item .item-details {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 5px;
    line-height: 1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  #integrations-index .integrations-create-list a.integration-create-item .item-details .item-title {
    margin: 0;
    font-size: 18px;
    padding-bottom: 5px;
  }

  #integrations-index .integrations-create-list a.integration-create-item .item-details .item-description {
    font-size: 15px;
    line-height: 1.1em;
  }

  #integrations-index .integrations-create-list a.integration-create-item .item-extra {
    position: absolute;
    right: 3px;
    top: -3px;
    width: auto;
    font-size: 14px;
  }

  html#use-cases .use-container {
    height: 400px;
    position: relative;
    background-image: none;
    margin: 0;
  }

  html#use-cases .use-container:first-child {
    margin-top: -20px;
  }

  html#use-cases .use-container .use-container-inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  html#use-cases .use-container .use-container-inner .use-video-player {
    width: 100%;
    text-align: center;
    position: relative;
    left: initial;
    top: initial;
    right: initial;
    bottom: initial;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  html#use-cases .use-container .use-container-inner .use-video-player .player-pause > svg {
    width: 50px;
    height: 50px;
  }

  html#use-cases .use-container .use-container-inner .use-video-player > video {
    max-width: 150px;
  }

  html#use-cases .use-container .use-container-inner .use-info-box {
    display: none;
  }

  html#use-cases .use-container .use-container-inner .use-learn-button {
    display: block;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    left: initial;
    top: initial;
    right: initial;
    bottom: initial;
  }

  html#use-cases .use-container .use-container-inner .use-comment-bubble {
    border-radius: 40px;
  }

  html#use-cases .use-container .use-container-inner .use-comment-bubble .bubble-inner .bubble-picture {
    min-width: 45px;
    padding-top: 0;
  }

  html#use-cases .use-container .use-container-inner .use-comment-bubble .bubble-inner .bubble-picture img {
    height: 45px;
    width: auto;
  }

  html#use-cases .use-container .use-container-inner .use-comment-bubble .bubble-inner .bubble-info {
    font-size: 14px;
    padding-left: 10px;
  }

  html#use-cases .use-container .use-container-inner .use-comment-bubble .bubble-inner .bubble-info .bubble-logo img {
    height: 25px;
  }
}

