@charset "UTF-8";
.x {
  color: #0e5cb0; }

/* body */
body {
  font-size: 16px;
  font-family: "Open Sans", sans-serif; }

/* fix for safari sub pixels */
.content-area {
  width: 100%;
  /*overflow:hidden;*/ }

.site-main {
  width: 100.50%; }

/* predefined measures */
.default-content-width {
  max-width: 960px;
  margin: auto; }

/* load more style for infinite scroll */
#load-more {
  color: #888;
  position: fixed;
  bottom: 10px;
  right: 10px;
  font-size: 14px;
  font-weight: 200; }

#load-more img {
  display: none; }

#load-more em {
  display: block;
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 3px; }

#load-more em i {
  margin-right: 5px; }

/* top controls */
#top-controls {
  display: none;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 666; }

#top-controls.affix {
  display: block; }

#top-controls .top-button {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 12px;
  height: 32px;
  width: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 2px;
  cursor: pointer;
  transition: background-color .15s ease-in-out;
  -moz-transition: background-color .15s ease-in-out;
  -webkit-transition: background-color .15s ease-in-out; }

#top-controls .top-button:hover {
  background-color: rgba(0, 0, 0, 0.9); }

#top-controls .top-button:active {
  font-size: 10px; }

/* "No results" page */
.no-results {
  padding-top: 100px; }

.no-results .page-title {
  font-size: 30px;
  font-family: Domine, 'Gentium Book Basic', serif; }

.no-results .page-content {
  font-family: 'PT Sans','helvetica neue', helvetica, arial, sans-serif;
  color: #777;
  font-size: 18px; }

/* remove "search for" text from search form */
.search-form .screen-reader-text {
  display: none; }

/* google comments responsive fix */
div#google-comments {
  width: 100% !important; }

div#google-comments > iframe {
  width: 100% !important; }

/* MOBILE */
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .hide-on-mobile {
    display: none !important; } }

/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */ }

*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box;
  /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
  -moz-box-sizing: border-box;
  /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  box-sizing: border-box; }

body {
  background: #fff; }

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

ol, ul {
  list-style: none; }

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  font-weight: normal;
  text-align: left; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

a:focus {
  outline: thin dotted; }

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

a img {
  border: 0; }

/* Posts and pages */
.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: '';
  display: table; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
  color: rgba(0, 79, 162, 0.8); }
  a.is-deemphasized {
    color: #444; }
  a.is-deemphasized:hover {
    color: #004fa2; }

a:hover,
a:focus,
a:active {
  color: #004fa2; }

.entry-content a:not(.x):not(.y):not(.z),
.entry-footer a:not(.x):not(.y):not(.z) {
  color: rgba(0, 79, 162, 0.8);
  text-decoration: none; }

.entry-content a:not(.x):not(.y):not(.z):hover,
.entry-content a:not(.x):not(.y):not(.z):focus,
.entry-content a:not(.x):not(.y):not(.z):active {
  color: #004fa2; }

/*
Theme Name: Amanda

Adding support for language written in a Right To Left (RTL) direction is easy -
it's just a matter of overwriting all the horizontal positioning attributes
of your CSS stylesheet in a separate stylesheet file named rtl.css.

http://codex.wordpress.org/Right_to_Left_Language_Support

*/
/*
body {
	direction: rtl;
	unicode-bidi: embed;
}
*/
/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: 'helvetica neue', helvetica, arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

b, strong {
  font-weight: bold; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

center {
  text-align: left; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

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

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

small {
  font-size: 75%; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto; }

/*--------------------------------------------------------------
+ Elements
--------------------------------------------------------------*/
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

th {
  font-weight: bold; }

@font-face {
  font-family: 'icons';
  src: url("../fonts/icons.eot?97909052");
  src: url("../fonts/icons.eot?97909052#iefix") format("embedded-opentype"), url("../fonts/icons.woff?97909052") format("woff"), url("../fonts/icons.ttf?97909052") format("truetype"), url("../fonts/icons.svg?97909052#icons") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'icons';
    src: url('../font/icons.svg?97909052#icons') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

body i[class*="icon"],
[class*="tooltipster"] i {
  font-family: icons;
  font-style: normal; }

.icon-emo-happy:before {
  content: '\e800'; }

/* '' */
.icon-emo-wink:before {
  content: '\e801'; }

/* '' */
.icon-emo-wink2:before {
  content: '\e802'; }

/* '' */
.icon-emo-unhappy:before {
  content: '\e803'; }

/* '' */
.icon-emo-sleep:before {
  content: '\e804'; }

/* '' */
.icon-spin2:before {
  content: '\e805'; }

/* '' */
.icon-spin5:before {
  content: '\e806'; }

/* '' */
.icon-emo-coffee:before {
  content: '\e807'; }

/* '' */
.icon-emo-beer:before {
  content: '\e808'; }

/* '' */
.icon-emo-grin:before {
  content: '\e809'; }

/* '' */
.icon-emo-angry:before {
  content: '\e80a'; }

/* '' */
.icon-emo-saint:before {
  content: '\e80b'; }

/* '' */
.icon-crown:before {
  content: '\e80c'; }

/* '' */
.icon-firefox:before {
  content: '\e80d'; }

/* '' */
.icon-chrome:before {
  content: '\e80e'; }

/* '' */
.icon-opera:before {
  content: '\e80f'; }

/* '' */
.icon-ie:before {
  content: '\e810'; }

/* '' */
.icon-crown-minus:before {
  content: '\e811'; }

/* '' */
.icon-crown-plus:before {
  content: '\e812'; }

/* '' */
.icon-heart:before {
  content: '\e813'; }

/* '' */
.icon-heart-empty:before {
  content: '\e814'; }

/* '' */
.icon-star:before {
  content: '\e815'; }

/* '' */
.icon-star-empty:before {
  content: '\e816'; }

/* '' */
.icon-star-half-alt:before {
  content: '\e817'; }

/* '' */
.icon-star-half:before {
  content: '\e818'; }

/* '' */
.icon-down-open:before {
  content: '\e819'; }

/* '' */
.icon-left-open:before {
  content: '\e81a'; }

/* '' */
.icon-right-open:before {
  content: '\e81b'; }

/* '' */
.icon-up-open:before {
  content: '\e81c'; }

/* '' */
.icon-down-open-mini:before {
  content: '\e81d'; }

/* '' */
.icon-left-open-mini:before {
  content: '\e81e'; }

/* '' */
.icon-right-open-mini:before {
  content: '\e81f'; }

/* '' */
.icon-up-open-mini:before {
  content: '\e820'; }

/* '' */
.icon-down-open-big:before {
  content: '\e821'; }

/* '' */
.icon-left-open-big:before {
  content: '\e822'; }

/* '' */
.icon-right-open-big:before {
  content: '\e823'; }

/* '' */
.icon-up-open-big:before {
  content: '\e824'; }

/* '' */
.icon-user:before {
  content: '\e825'; }

/* '' */
.icon-users:before {
  content: '\e826'; }

/* '' */
.icon-user-add:before {
  content: '\e827'; }

/* '' */
.icon-note:before {
  content: '\e828'; }

/* '' */
.icon-note-beamed:before {
  content: '\e829'; }

/* '' */
.icon-search:before {
  content: '\e82a'; }

/* '' */
.icon-flashlight:before {
  content: '\e82b'; }

/* '' */
.icon-mail:before {
  content: '\e82c'; }

/* '' */
.icon-heart-1:before {
  content: '\e82d'; }

/* '' */
.icon-heart-empty-1:before {
  content: '\e82e'; }

/* '' */
.icon-star-1:before {
  content: '\e82f'; }

/* '' */
.icon-star-empty-1:before {
  content: '\e830'; }

/* '' */
.icon-video:before {
  content: '\e831'; }

/* '' */
.icon-picture:before {
  content: '\e832'; }

/* '' */
.icon-camera:before {
  content: '\e833'; }

/* '' */
.icon-layout:before {
  content: '\e834'; }

/* '' */
.icon-menu:before {
  content: '\e835'; }

/* '' */
.icon-check:before {
  content: '\e836'; }

/* '' */
.icon-cancel:before {
  content: '\e837'; }

/* '' */
.icon-cancel-circled:before {
  content: '\e838'; }

/* '' */
.icon-cancel-squared:before {
  content: '\e839'; }

/* '' */
.icon-plus:before {
  content: '\e83a'; }

/* '' */
.icon-plus-circled:before {
  content: '\e83b'; }

/* '' */
.icon-plus-squared:before {
  content: '\e83c'; }

/* '' */
.icon-minus:before {
  content: '\e83d'; }

/* '' */
.icon-minus-circled:before {
  content: '\e83e'; }

/* '' */
.icon-minus-squared:before {
  content: '\e83f'; }

/* '' */
.icon-help:before {
  content: '\e840'; }

/* '' */
.icon-help-circled:before {
  content: '\e841'; }

/* '' */
.icon-info:before {
  content: '\e842'; }

/* '' */
.icon-info-circled:before {
  content: '\e843'; }

/* '' */
.icon-back:before {
  content: '\e844'; }

/* '' */
.icon-home:before {
  content: '\e845'; }

/* '' */
.icon-link:before {
  content: '\e846'; }

/* '' */
.icon-attach:before {
  content: '\e847'; }

/* '' */
.icon-lock:before {
  content: '\e848'; }

/* '' */
.icon-lock-open:before {
  content: '\e849'; }

/* '' */
.icon-eye:before {
  content: '\e84a'; }

/* '' */
.icon-tag:before {
  content: '\e84b'; }

/* '' */
.icon-bookmark:before {
  content: '\e84c'; }

/* '' */
.icon-bookmarks:before {
  content: '\e84d'; }

/* '' */
.icon-flag:before {
  content: '\e84e'; }

/* '' */
.icon-thumbs-up:before {
  content: '\e84f'; }

/* '' */
.icon-thumbs-down:before {
  content: '\e850'; }

/* '' */
.icon-download:before {
  content: '\e851'; }

/* '' */
.icon-upload:before {
  content: '\e852'; }

/* '' */
.icon-upload-cloud:before {
  content: '\e853'; }

/* '' */
.icon-reply:before {
  content: '\e854'; }

/* '' */
.icon-reply-all:before {
  content: '\e855'; }

/* '' */
.icon-forward:before {
  content: '\e856'; }

/* '' */
.icon-quote:before {
  content: '\e857'; }

/* '' */
.icon-code:before {
  content: '\e858'; }

/* '' */
.icon-export:before {
  content: '\e859'; }

/* '' */
.icon-pencil:before {
  content: '\e85a'; }

/* '' */
.icon-feather:before {
  content: '\e85b'; }

/* '' */
.icon-print:before {
  content: '\e85c'; }

/* '' */
.icon-retweet:before {
  content: '\e85d'; }

/* '' */
.icon-keyboard:before {
  content: '\e85e'; }

/* '' */
.icon-comment:before {
  content: '\e85f'; }

/* '' */
.icon-chat:before {
  content: '\e860'; }

/* '' */
.icon-bell:before {
  content: '\e861'; }

/* '' */
.icon-attention:before {
  content: '\e862'; }

/* '' */
.icon-alert:before {
  content: '\e863'; }

/* '' */
.icon-vcard:before {
  content: '\e864'; }

/* '' */
.icon-address:before {
  content: '\e865'; }

/* '' */
.icon-location:before {
  content: '\e866'; }

/* '' */
.icon-map:before {
  content: '\e867'; }

/* '' */
.icon-direction:before {
  content: '\e868'; }

/* '' */
.icon-compass:before {
  content: '\e869'; }

/* '' */
.icon-cup:before {
  content: '\e86a'; }

/* '' */
.icon-trash:before {
  content: '\e86b'; }

/* '' */
.icon-doc:before {
  content: '\e86c'; }

/* '' */
.icon-docs:before {
  content: '\e86d'; }

/* '' */
.icon-doc-landscape:before {
  content: '\e86e'; }

/* '' */
.icon-doc-text:before {
  content: '\e86f'; }

/* '' */
.icon-doc-text-inv:before {
  content: '\e870'; }

/* '' */
.icon-newspaper:before {
  content: '\e871'; }

/* '' */
.icon-book-open:before {
  content: '\e872'; }

/* '' */
.icon-book:before {
  content: '\e873'; }

/* '' */
.icon-folder:before {
  content: '\e874'; }

/* '' */
.icon-archive:before {
  content: '\e875'; }

/* '' */
.icon-box:before {
  content: '\e876'; }

/* '' */
.icon-rss:before {
  content: '\e877'; }

/* '' */
.icon-phone:before {
  content: '\e878'; }

/* '' */
.icon-cog:before {
  content: '\e879'; }

/* '' */
.icon-tools:before {
  content: '\e87a'; }

/* '' */
.icon-share:before {
  content: '\e87b'; }

/* '' */
.icon-shareable:before {
  content: '\e87c'; }

/* '' */
.icon-basket:before {
  content: '\e87d'; }

/* '' */
.icon-bag:before {
  content: '\e87e'; }

/* '' */
.icon-calendar:before {
  content: '\e87f'; }

/* '' */
.icon-login:before {
  content: '\e880'; }

/* '' */
.icon-logout:before {
  content: '\e881'; }

/* '' */
.icon-mic:before {
  content: '\e882'; }

/* '' */
.icon-mute:before {
  content: '\e883'; }

/* '' */
.icon-sound:before {
  content: '\e884'; }

/* '' */
.icon-volume:before {
  content: '\e885'; }

/* '' */
.icon-clock:before {
  content: '\e886'; }

/* '' */
.icon-hourglass:before {
  content: '\e887'; }

/* '' */
.icon-lamp:before {
  content: '\e888'; }

/* '' */
.icon-light-down:before {
  content: '\e889'; }

/* '' */
.icon-light-up:before {
  content: '\e88a'; }

/* '' */
.icon-adjust:before {
  content: '\e88b'; }

/* '' */
.icon-block:before {
  content: '\e88c'; }

/* '' */
.icon-resize-full:before {
  content: '\e88d'; }

/* '' */
.icon-resize-small:before {
  content: '\e88e'; }

/* '' */
.icon-popup:before {
  content: '\e88f'; }

/* '' */
.icon-publish:before {
  content: '\e890'; }

/* '' */
.icon-window:before {
  content: '\e891'; }

/* '' */
.icon-arrow-combo:before {
  content: '\e892'; }

/* '' */
.icon-down-circled:before {
  content: '\e893'; }

/* '' */
.icon-left-circled:before {
  content: '\e894'; }

/* '' */
.icon-right-circled:before {
  content: '\e895'; }

/* '' */
.icon-up-circled:before {
  content: '\e896'; }

/* '' */
.icon-down:before {
  content: '\e897'; }

/* '' */
.icon-left:before {
  content: '\e898'; }

/* '' */
.icon-right:before {
  content: '\e899'; }

/* '' */
.icon-up:before {
  content: '\e89a'; }

/* '' */
.icon-down-dir:before {
  content: '\e89b'; }

/* '' */
.icon-left-dir:before {
  content: '\e89c'; }

/* '' */
.icon-right-dir:before {
  content: '\e89d'; }

/* '' */
.icon-up-dir:before {
  content: '\e89e'; }

/* '' */
.icon-down-bold:before {
  content: '\e89f'; }

/* '' */
.icon-left-bold:before {
  content: '\e8a0'; }

/* '' */
.icon-right-bold:before {
  content: '\e8a1'; }

/* '' */
.icon-up-bold:before {
  content: '\e8a2'; }

/* '' */
.icon-down-thin:before {
  content: '\e8a3'; }

/* '' */
.icon-left-thin:before {
  content: '\e8a4'; }

/* '' */
.icon-right-thin:before {
  content: '\e8a5'; }

/* '' */
.icon-up-thin:before {
  content: '\e8a6'; }

/* '' */
.icon-ccw:before {
  content: '\e8a7'; }

/* '' */
.icon-cw:before {
  content: '\e8a8'; }

/* '' */
.icon-arrows-ccw:before {
  content: '\e8a9'; }

/* '' */
.icon-level-down:before {
  content: '\e8aa'; }

/* '' */
.icon-level-up:before {
  content: '\e8ab'; }

/* '' */
.icon-shuffle:before {
  content: '\e8ac'; }

/* '' */
.icon-loop:before {
  content: '\e8ad'; }

/* '' */
.icon-switch:before {
  content: '\e8ae'; }

/* '' */
.icon-play:before {
  content: '\e8af'; }

/* '' */
.icon-stop:before {
  content: '\e8b0'; }

/* '' */
.icon-pause:before {
  content: '\e8b1'; }

/* '' */
.icon-record:before {
  content: '\e8b2'; }

/* '' */
.icon-to-end:before {
  content: '\e8b3'; }

/* '' */
.icon-to-start:before {
  content: '\e8b4'; }

/* '' */
.icon-fast-forward:before {
  content: '\e8b5'; }

/* '' */
.icon-fast-backward:before {
  content: '\e8b6'; }

/* '' */
.icon-progress-0:before {
  content: '\e8b7'; }

/* '' */
.icon-progress-1:before {
  content: '\e8b8'; }

/* '' */
.icon-progress-2:before {
  content: '\e8b9'; }

/* '' */
.icon-progress-3:before {
  content: '\e8ba'; }

/* '' */
.icon-target:before {
  content: '\e8bb'; }

/* '' */
.icon-palette:before {
  content: '\e8bc'; }

/* '' */
.icon-list:before {
  content: '\e8bd'; }

/* '' */
.icon-list-add:before {
  content: '\e8be'; }

/* '' */
.icon-signal:before {
  content: '\e8bf'; }

/* '' */
.icon-trophy:before {
  content: '\e8c0'; }

/* '' */
.icon-battery:before {
  content: '\e8c1'; }

/* '' */
.icon-back-in-time:before {
  content: '\e8c2'; }

/* '' */
.icon-monitor:before {
  content: '\e8c3'; }

/* '' */
.icon-mobile:before {
  content: '\e8c4'; }

/* '' */
.icon-network:before {
  content: '\e8c5'; }

/* '' */
.icon-cd:before {
  content: '\e8c6'; }

/* '' */
.icon-inbox:before {
  content: '\e8c7'; }

/* '' */
.icon-dot-3:before {
  content: '\e8c8'; }

/* '' */
.icon-dot-2:before {
  content: '\e8c9'; }

/* '' */
.icon-dot:before {
  content: '\e8ca'; }

/* '' */
.icon-suitcase:before {
  content: '\e8cb'; }

/* '' */
.icon-briefcase:before {
  content: '\e8cc'; }

/* '' */
.icon-mouse:before {
  content: '\e8cd'; }

/* '' */
.icon-lifebuoy:before {
  content: '\e8ce'; }

/* '' */
.icon-leaf:before {
  content: '\e8cf'; }

/* '' */
.icon-paper-plane:before {
  content: '\e8d0'; }

/* '' */
.icon-flight:before {
  content: '\e8d1'; }

/* '' */
.icon-moon:before {
  content: '\e8d2'; }

/* '' */
.icon-flash:before {
  content: '\e8d3'; }

/* '' */
.icon-cloud:before {
  content: '\e8d4'; }

/* '' */
.icon-cloud-thunder:before {
  content: '\e8d5'; }

/* '' */
.icon-globe:before {
  content: '\e8d6'; }

/* '' */
.icon-install:before {
  content: '\e8d7'; }

/* '' */
.icon-brush:before {
  content: '\e8d8'; }

/* '' */
.icon-magnet:before {
  content: '\e8d9'; }

/* '' */
.icon-infinity:before {
  content: '\e8da'; }

/* '' */
.icon-erase:before {
  content: '\e8db'; }

/* '' */
.icon-chart-pie:before {
  content: '\e8dc'; }

/* '' */
.icon-chart-line:before {
  content: '\e8dd'; }

/* '' */
.icon-chart-bar:before {
  content: '\e8de'; }

/* '' */
.icon-chart-area:before {
  content: '\e8df'; }

/* '' */
.icon-tape:before {
  content: '\e8e0'; }

/* '' */
.icon-graduation-cap:before {
  content: '\e8e1'; }

/* '' */
.icon-language:before {
  content: '\e8e2'; }

/* '' */
.icon-ticket:before {
  content: '\e8e3'; }

/* '' */
.icon-water:before {
  content: '\e8e4'; }

/* '' */
.icon-droplet:before {
  content: '\e8e5'; }

/* '' */
.icon-air:before {
  content: '\e8e6'; }

/* '' */
.icon-credit-card:before {
  content: '\e8e7'; }

/* '' */
.icon-floppy:before {
  content: '\e8e8'; }

/* '' */
.icon-clipboard:before {
  content: '\e8e9'; }

/* '' */
.icon-megaphone:before {
  content: '\e8ea'; }

/* '' */
.icon-database:before {
  content: '\e8eb'; }

/* '' */
.icon-drive:before {
  content: '\e8ec'; }

/* '' */
.icon-bucket:before {
  content: '\e8ed'; }

/* '' */
.icon-thermometer:before {
  content: '\e8ee'; }

/* '' */
.icon-key:before {
  content: '\e8ef'; }

/* '' */
.icon-flow-cascade:before {
  content: '\e8f0'; }

/* '' */
.icon-flow-branch:before {
  content: '\e8f1'; }

/* '' */
.icon-flow-tree:before {
  content: '\e8f2'; }

/* '' */
.icon-flow-line:before {
  content: '\e8f3'; }

/* '' */
.icon-flow-parallel:before {
  content: '\e8f4'; }

/* '' */
.icon-rocket:before {
  content: '\e8f5'; }

/* '' */
.icon-gauge:before {
  content: '\e8f6'; }

/* '' */
.icon-traffic-cone:before {
  content: '\e8f7'; }

/* '' */
.icon-flickr-circled:before {
  content: '\e8f8'; }

/* '' */
.icon-flickr:before {
  content: '\e8f9'; }

/* '' */
.icon-github-circled:before {
  content: '\e8fa'; }

/* '' */
.icon-github:before {
  content: '\e8fb'; }

/* '' */
.icon-cc-remix:before {
  content: '\e8fc'; }

/* '' */
.icon-cc-share:before {
  content: '\e8fd'; }

/* '' */
.icon-cc-zero:before {
  content: '\e8fe'; }

/* '' */
.icon-cc-pd:before {
  content: '\e8ff'; }

/* '' */
.icon-cc-nd:before {
  content: '\e900'; }

/* '' */
.icon-cc-sa:before {
  content: '\e901'; }

/* '' */
.icon-cc-nc-jp:before {
  content: '\e902'; }

/* '' */
.icon-cc-nc-eu:before {
  content: '\e903'; }

/* '' */
.icon-cc-nc:before {
  content: '\e904'; }

/* '' */
.icon-cc-by:before {
  content: '\e905'; }

/* '' */
.icon-cc:before {
  content: '\e906'; }

/* '' */
.icon-vimeo-circled:before {
  content: '\e907'; }

/* '' */
.icon-twitter:before {
  content: '\e908'; }

/* '' */
.icon-twitter-circled:before {
  content: '\e909'; }

/* '' */
.icon-facebook:before {
  content: '\e90a'; }

/* '' */
.icon-facebook-circled:before {
  content: '\e90b'; }

/* '' */
.icon-facebook-squared:before {
  content: '\e90c'; }

/* '' */
.icon-gplus:before {
  content: '\e90d'; }

/* '' */
.icon-gplus-circled:before {
  content: '\e90e'; }

/* '' */
.icon-pinterest:before {
  content: '\e90f'; }

/* '' */
.icon-pinterest-circled:before {
  content: '\e910'; }

/* '' */
.icon-tumblr:before {
  content: '\e911'; }

/* '' */
.icon-tumblr-circled:before {
  content: '\e912'; }

/* '' */
.icon-linkedin:before {
  content: '\e913'; }

/* '' */
.icon-linkedin-circled:before {
  content: '\e914'; }

/* '' */
.icon-dribbble:before {
  content: '\e915'; }

/* '' */
.icon-dribbble-circled:before {
  content: '\e916'; }

/* '' */
.icon-vimeo:before {
  content: '\e917'; }

/* '' */
.icon-stumbleupon:before {
  content: '\e918'; }

/* '' */
.icon-stumbleupon-circled:before {
  content: '\e919'; }

/* '' */
.icon-lastfm:before {
  content: '\e91a'; }

/* '' */
.icon-lastfm-circled:before {
  content: '\e91b'; }

/* '' */
.icon-rdio:before {
  content: '\e91c'; }

/* '' */
.icon-rdio-circled:before {
  content: '\e91d'; }

/* '' */
.icon-spotify:before {
  content: '\e91e'; }

/* '' */
.icon-spotify-circled:before {
  content: '\e91f'; }

/* '' */
.icon-qq:before {
  content: '\e920'; }

/* '' */
.icon-instagram:before {
  content: '\e921'; }

/* '' */
.icon-dropbox:before {
  content: '\e922'; }

/* '' */
.icon-evernote:before {
  content: '\e923'; }

/* '' */
.icon-flattr:before {
  content: '\e924'; }

/* '' */
.icon-skype:before {
  content: '\e925'; }

/* '' */
.icon-skype-circled:before {
  content: '\e926'; }

/* '' */
.icon-renren:before {
  content: '\e927'; }

/* '' */
.icon-logo-db:before {
  content: '\e928'; }

/* '' */
.icon-db-shape:before {
  content: '\e929'; }

/* '' */
.icon-sweden:before {
  content: '\e92a'; }

/* '' */
.icon-smashing:before {
  content: '\e92b'; }

/* '' */
.icon-vkontakte:before {
  content: '\e92c'; }

/* '' */
.icon-google-circles:before {
  content: '\e92d'; }

/* '' */
.icon-behance:before {
  content: '\e92e'; }

/* '' */
.icon-mixi:before {
  content: '\e92f'; }

/* '' */
.icon-soundcloud:before {
  content: '\e930'; }

/* '' */
.icon-picasa:before {
  content: '\e931'; }

/* '' */
.icon-paypal:before {
  content: '\e932'; }

/* '' */
.icon-sina-weibo:before {
  content: '\e933'; }

/* '' */
.icon-search-1:before {
  content: '\e934'; }

/* '' */
.icon-cancel-1:before {
  content: '\e935'; }

/* '' */
.icon-ok:before {
  content: '\e936'; }

/* '' */
.icon-at:before {
  content: '\e937'; }

/* '' */
.icon-award:before {
  content: '\e938'; }

/* '' */
.icon-signal-1:before {
  content: '\e939'; }

/* '' */
.icon-cw-1:before {
  content: '\e93a'; }

/* '' */
.icon-article-alt:before {
  content: '\e93b'; }

/* '' */
.icon-basket-alt:before {
  content: '\e93c'; }

/* '' */
.icon-basket-1:before {
  content: '\e93d'; }

/* '' */
.icon-calendar-1:before {
  content: '\e93e'; }

/* '' */
.icon-rss-1:before {
  content: '\e93f'; }

/* '' */
.icon-export-1:before {
  content: '\e940'; }

/* '' */
.icon-pencil-1:before {
  content: '\e941'; }

/* '' */
.icon-pencil-alt:before {
  content: '\e942'; }

/* '' */
.icon-anchor:before {
  content: '\e943'; }

/* '' */
.icon-menu-1:before {
  content: '\e944'; }

/* '' */
.icon-th-thumb:before {
  content: '\e945'; }

/* '' */
.icon-th-list:before {
  content: '\e946'; }

/* '' */
.icon-th-thumb-empty:before {
  content: '\e947'; }

/* '' */
.icon-ok-1:before {
  content: '\e948'; }

/* '' */
.icon-cancel-2:before {
  content: '\e949'; }

/* '' */
.icon-plus-1:before {
  content: '\e94a'; }

/* '' */
.icon-up-1:before {
  content: '\e94b'; }

/* '' */
.icon-right-1:before {
  content: '\e94c'; }

/* '' */
.icon-left-1:before {
  content: '\e94d'; }

/* '' */
.icon-down-1:before {
  content: '\e94e'; }

/* '' */
.icon-duckduckgo:before {
  content: '\e94f'; }

/* '' */
.icon-w3c:before {
  content: '\e950'; }

/* '' */
.icon-dribbble-1:before {
  content: '\e951'; }

/* '' */
.icon-youtube:before {
  content: '\e952'; }

/* '' */
.icon-github-1:before {
  content: '\e953'; }

/* '' */
.icon-intensedebate:before {
  content: '\e954'; }

/* '' */
.icon-pocket:before {
  content: '\e955'; }

/* '' */
.icon-bitbucket:before {
  content: '\e956'; }

/* '' */
.icon-eventbrite:before {
  content: '\e957'; }

/* '' */
.icon-github-circled-1:before {
  content: '\e958'; }

/* '' */
.icon-vimeo-1:before {
  content: '\e959'; }

/* '' */
.icon-evernote-1:before {
  content: '\e95a'; }

/* '' */
.icon-foursquare:before {
  content: '\e95b'; }

/* '' */
.icon-aim:before {
  content: '\e95c'; }

/* '' */
.icon-delicious:before {
  content: '\e95d'; }

/* '' */
.icon-html5:before {
  content: '\e95e'; }

/* '' */
.icon-flickr-1:before {
  content: '\e95f'; }

/* '' */
.icon-windows:before {
  content: '\e960'; }

/* '' */
.icon-googleplay:before {
  content: '\e961'; }

/* '' */
.icon-scribd:before {
  content: '\e962'; }

/* '' */
.icon-lego:before {
  content: '\e963'; }

/* '' */
.icon-login-1:before {
  content: '\e964'; }

/* '' */
.icon-posterous:before {
  content: '\e965'; }

/* '' */
.icon-itunes:before {
  content: '\e966'; }

/* '' */
.icon-xing:before {
  content: '\e967'; }

/* '' */
.icon-google:before {
  content: '\e968'; }

/* '' */
.icon-ie-1:before {
  content: '\e969'; }

/* '' */
.icon-paypal-1:before {
  content: '\e96a'; }

/* '' */
.icon-flattr-1:before {
  content: '\e96b'; }

/* '' */
.icon-call:before {
  content: '\e96c'; }

/* '' */
.icon-viadeo:before {
  content: '\e96d'; }

/* '' */
.icon-yahoo:before {
  content: '\e96e'; }

/* '' */
.icon-plurk:before {
  content: '\e96f'; }

/* '' */
.icon-stripe:before {
  content: '\e970'; }

/* '' */
.icon-stackoverflow:before {
  content: '\e971'; }

/* '' */
.icon-hackernews:before {
  content: '\e972'; }

/* '' */
.icon-opentable:before {
  content: '\e973'; }

/* '' */
.icon-songkick:before {
  content: '\e974'; }

/* '' */
.icon-chrome-1:before {
  content: '\e975'; }

/* '' */
.icon-instapaper:before {
  content: '\e976'; }

/* '' */
.icon-grooveshark:before {
  content: '\e977'; }

/* '' */
.icon-android:before {
  content: '\e978'; }

/* '' */
.icon-eventful:before {
  content: '\e979'; }

/* '' */
.icon-ninetyninedesigns:before {
  content: '\e97a'; }

/* '' */
.icon-weibo:before {
  content: '\e97b'; }

/* '' */
.icon-email:before {
  content: '\e97c'; }

/* '' */
.icon-lastfm-1:before {
  content: '\e97d'; }

/* '' */
.icon-cart:before {
  content: '\e97e'; }

/* '' */
.icon-lkdto:before {
  content: '\e97f'; }

/* '' */
.icon-print-1:before {
  content: '\e980'; }

/* '' */
.icon-gmail:before {
  content: '\e981'; }

/* '' */
.icon-macstore:before {
  content: '\e982'; }

/* '' */
.icon-klout:before {
  content: '\e983'; }

/* '' */
.icon-forrst:before {
  content: '\e984'; }

/* '' */
.icon-smashmag:before {
  content: '\e985'; }

/* '' */
.icon-gplus-1:before {
  content: '\e986'; }

/* '' */
.icon-digg:before {
  content: '\e987'; }

/* '' */
.icon-linkedin-1:before {
  content: '\e988'; }

/* '' */
.icon-myspace:before {
  content: '\e989'; }

/* '' */
.icon-pinboard:before {
  content: '\e98a'; }

/* '' */
.icon-angellist:before {
  content: '\e98b'; }

/* '' */
.icon-instagram-1:before {
  content: '\e98c'; }

/* '' */
.icon-openid:before {
  content: '\e98d'; }

/* '' */
.icon-podcast:before {
  content: '\e98e'; }

/* '' */
.icon-meetup:before {
  content: '\e98f'; }

/* '' */
.icon-spotify-1:before {
  content: '\e990'; }

/* '' */
.icon-wikipedia:before {
  content: '\e991'; }

/* '' */
.icon-lanyrd:before {
  content: '\e992'; }

/* '' */
.icon-reddit:before {
  content: '\e993'; }

/* '' */
.icon-vk:before {
  content: '\e994'; }

/* '' */
.icon-amazon:before {
  content: '\e995'; }

/* '' */
.icon-quora:before {
  content: '\e996'; }

/* '' */
.icon-dwolla:before {
  content: '\e997'; }

/* '' */
.icon-appnet:before {
  content: '\e998'; }

/* '' */
.icon-soundcloud-1:before {
  content: '\e999'; }

/* '' */
.icon-steam:before {
  content: '\e99a'; }

/* '' */
.icon-plancast:before {
  content: '\e99b'; }

/* '' */
.icon-guest:before {
  content: '\e99c'; }

/* '' */
.icon-calendar-2:before {
  content: '\e99d'; }

/* '' */
.icon-stumbleupon-1:before {
  content: '\e99e'; }

/* '' */
.icon-gowalla:before {
  content: '\e99f'; }

/* '' */
.icon-disqus:before {
  content: '\e9a0'; }

/* '' */
.icon-cloudapp:before {
  content: '\e9a1'; }

/* '' */
.icon-tumblr-1:before {
  content: '\e9a2'; }

/* '' */
.icon-statusnet:before {
  content: '\e9a3'; }

/* '' */
.icon-acrobat:before {
  content: '\e9a4'; }

/* '' */
.icon-eventasaurus:before {
  content: '\e9a5'; }

/* '' */
.icon-dropbox-1:before {
  content: '\e9a6'; }

/* '' */
.icon-rss-2:before {
  content: '\e9a7'; }

/* '' */
.icon-appstore:before {
  content: '\e9a8'; }

/* '' */
.icon-fivehundredpx:before {
  content: '\e9a9'; }

/* '' */
.icon-pinterest-1:before {
  content: '\e9aa'; }

/* '' */
.icon-bitcoin:before {
  content: '\e9ab'; }

/* '' */
.icon-cc-1:before {
  content: '\e9ac'; }

/* '' */
.icon-blogger:before {
  content: '\e9ad'; }

/* '' */
.icon-skype-1:before {
  content: '\e9ae'; }

/* '' */
.icon-twitter-1:before {
  content: '\e9af'; }

/* '' */
.icon-facebook-1:before {
  content: '\e9b0'; }

/* '' */
.icon-ebay:before {
  content: '\e9b1'; }

/* '' */
.icon-wordpress:before {
  content: '\e9b2'; }

/* '' */
.icon-yelp:before {
  content: '\e9b3'; }

/* '' */
.icon-buffer:before {
  content: '\e9b4'; }

/* '' */
.icon-drupal:before {
  content: '\e9b5'; }

/* '' */
.icon-font:before {
  content: '\e9b6'; }

/* '' */
.icon-bold:before {
  content: '\e9b7'; }

/* '' */
.icon-italic:before {
  content: '\e9b8'; }

/* '' */
.icon-text-height:before {
  content: '\e9b9'; }

/* '' */
.icon-text-width:before {
  content: '\e9ba'; }

/* '' */
.icon-align-left:before {
  content: '\e9bb'; }

/* '' */
.icon-align-center:before {
  content: '\e9bc'; }

/* '' */
.icon-paste:before {
  content: '\e9bd'; }

/* '' */
.icon-scissors:before {
  content: '\e9be'; }

/* '' */
.icon-crop:before {
  content: '\e9bf'; }

/* '' */
.icon-columns:before {
  content: '\e9c0'; }

/* '' */
.icon-table:before {
  content: '\e9c1'; }

/* '' */
.icon-subscript:before {
  content: '\e9c2'; }

/* '' */
.icon-superscript:before {
  content: '\e9c3'; }

/* '' */
.icon-underline:before {
  content: '\e9c4'; }

/* '' */
.icon-strike:before {
  content: '\e9c5'; }

/* '' */
.icon-list-numbered:before {
  content: '\e9c6'; }

/* '' */
.icon-indent-right:before {
  content: '\e9c7'; }

/* '' */
.icon-list-1:before {
  content: '\e9c8'; }

/* '' */
.icon-align-justify:before {
  content: '\e9c9'; }

/* '' */
.icon-align-right:before {
  content: '\e9ca'; }

/* '' */
.icon-indent-left:before {
  content: '\e9cb'; }

/* '' */
.icon-list-bullet:before {
  content: '\e9cc'; }

/* '' */
.icon-ellipsis:before {
  content: '\e9cd'; }

/* '' */
.icon-ellipsis-vert:before {
  content: '\e9ce'; }

/* '' */
.icon-pound:before {
  content: '\e9cf'; }

/* '' */
.icon-euro:before {
  content: '\e9d0'; }

/* '' */
.icon-money:before {
  content: '\e9d1'; }

/* '' */
.icon-dollar:before {
  content: '\e9d2'; }

/* '' */
.icon-rupee:before {
  content: '\e9d3'; }

/* '' */
.icon-yen:before {
  content: '\e9d4'; }

/* '' */
.icon-rouble:before {
  content: '\e9d5'; }

/* '' */
.icon-bitcoin-1:before {
  content: '\e9d6'; }

/* '' */
.icon-sort:before {
  content: '\e9d7'; }

/* '' */
.icon-bug:before {
  content: '\e9d8'; }

/* '' */
.icon-certificate:before {
  content: '\e9d9'; }

/* '' */
.icon-anchor-1:before {
  content: '\e9da'; }

/* '' */
.icon-emo-laugh:before {
  content: '\e9db'; }

/* '' */
.icon-emo-cry:before {
  content: '\e9dc'; }

/* '' */
.icon-emo-tongue:before {
  content: '\e9dd'; }

/* '' */
.icon-emo-sunglasses:before {
  content: '\e9de'; }

/* '' */
.icon-emo-displeased:before {
  content: '\e9df'; }

/* '' */
.icon-spin4:before {
  content: '\e9e0'; }

/* '' */
.icon-comment-empty:before {
  content: '\e9e1'; }

/* '' */
.icon-chat-1:before {
  content: '\e9e2'; }

/* '' */
.icon-comment-1:before {
  content: '\e9e3'; }

/* '' */
.icon-down-2:before {
  content: '\e9e4'; }

/* '' */
.icon-left-2:before {
  content: '\e9e5'; }

/* '' */
.icon-right-2:before {
  content: '\e9e6'; }

/* '' */
.icon-up-2:before {
  content: '\e9e7'; }

/* '' */
.icon-down-big:before {
  content: '\e9e8'; }

/* '' */
.icon-left-big:before {
  content: '\e9e9'; }

/* '' */
.icon-right-big:before {
  content: '\e9ea'; }

/* '' */
.icon-up-big:before {
  content: '\e9eb'; }

/* '' */
.icon-angle-down:before {
  content: '\e9ec'; }

/* '' */
.icon-angle-up:before {
  content: '\e9ed'; }

/* '' */
.icon-angle-right:before {
  content: '\e9ee'; }

/* '' */
.icon-angle-left:before {
  content: '\e9ef'; }

/* '' */
.icon-up-open-1:before {
  content: '\e9f0'; }

/* '' */
.icon-right-open-1:before {
  content: '\e9f1'; }

/* '' */
.icon-left-open-1:before {
  content: '\e9f2'; }

/* '' */
.icon-down-open-1:before {
  content: '\e9f3'; }

/* '' */
.icon-right-dir-1:before {
  content: '\e9f4'; }

/* '' */
.icon-down-dir-1:before {
  content: '\e9f5'; }

/* '' */
.icon-up-dir-1:before {
  content: '\e9f6'; }

/* '' */
.icon-left-dir-1:before {
  content: '\e9f7'; }

/* '' */
.icon-angle-double-right:before {
  content: '\e9f8'; }

/* '' */
.icon-angle-double-left:before {
  content: '\e9f9'; }

/* '' */
.icon-angle-double-up:before {
  content: '\e9fa'; }

/* '' */
.icon-angle-double-down:before {
  content: '\e9fb'; }

/* '' */
.icon-right-hand:before {
  content: '\e9fc'; }

/* '' */
.icon-left-hand:before {
  content: '\e9fd'; }

/* '' */
.icon-up-hand:before {
  content: '\e9fe'; }

/* '' */
.icon-down-hand:before {
  content: '\e9ff'; }

/* '' */
.icon-shuffle-1:before {
  content: '\ea00'; }

/* '' */
.icon-key-1:before {
  content: '\ea01'; }

/* '' */
.icon-emo-devil:before {
  content: '\ea02'; }

/* '' */
.icon-emo-thumbsup:before {
  content: '\ea03'; }

/* '' */
.icon-up-open-2:before {
  content: '\ea04'; }

/* '' */
.icon-right-open-2:before {
  content: '\ea05'; }

/* '' */
.icon-left-open-2:before {
  content: '\ea06'; }

/* '' */
.icon-down-open-2:before {
  content: '\ea07'; }

/* '' */
.icon-fire:before {
  content: '\ea08'; }

/* '' */
.icon-asterisk:before {
  content: '\ea09'; }

/* '' */
.icon-hammer:before {
  content: '\ea0a'; }

/* '' */
.icon-coffee:before {
  content: '\ea0b'; }

/* '' */
.icon-asterisk-1:before {
  content: '\ea0c'; }

/* '' */
.icon-magnet-1:before {
  content: '\ea0d'; }

/* '' */
.icon-ticket-1:before {
  content: '\ea0e'; }

/* '' */
.icon-rocket-1:before {
  content: '\ea0f'; }

/* '' */
.icon-keyboard-1:before {
  content: '\ea10'; }

/* '' */
.icon-home-1:before {
  content: '\ea11'; }

/* '' */
#card-20 .inner h1 {
  background-image: url("/wp-content/uploads/sites/2/2017/04/zombiescience-title-1024x178.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 16rem;
  line-height: 16rem;
  text-indent: -9999px; }
  @media screen and (max-width: 768px) {
    #card-20 .inner h1 {
      background-image: url("http://iconsofevolution.com/wp-content/uploads/sites/2/2017/04/zombiescience-title-vertical-600x412.png"); } }

#card-37 > .inner {
  background-color: rgba(0, 0, 0, 0.8); }

article center {
  text-align: left; }

article footer {
  margin-top: 24px; }

/*--------------------------------------------------------------
+ Articles
--------------------------------------------------------------*/
center {
  text-align: left; }

.center-content,
.single main article center.entry-content {
  margin: 0 auto;
  max-width: 720px;
  padding: 0 20px; }

.singular main article center,
.singular main article footer {
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
  padding: 0 20px; }

.articles-list .excerpt {
  color: #3a3a3a;
  font-size: 18px; }

.articles-list .meta:not(.x):not(.y):not(.z) a {
  color: gray; }

.entry-content {
  min-height: 750px; }

.entry-content .wp-video,
.entry-content .fb-post,
.entry-content div,
.entry-content iframe {
  margin: auto; }

.entry-content .twitter-tweet {
  margin: auto !important;
  width: 100% !important;
  max-width: 640px !important; }

/* avoid the full width for divs inside the post content, useful for third-party plugins */
article .entry-content div,
article .entry-content pre {
  max-width: 640px;
  margin: auto; }

/* jetpack fixes ----------------------------------------- */
article .entry-content div.tiled-gallery,
article .entry-content div.tiled-gallery div {
  max-width: 100%;
  margin: auto; }

article .entry-content div.tiled-gallery.type-square,
article .entry-content div.tiled-gallery.type-circle {
  width: auto !important;
  margin: auto !important;
  max-width: 960px !important; }

article .entry-content .tiled-gallery-caption {
  font-family: 'Open Sans', sans-serif; }

div.sharedaddy h3.sd-title {
  display: block;
  font-family: 'Open Sans', sans-serif;
  border: 0;
  font-size: 12pt !important;
  color: #777 !important;
  font-weight: 200 !important;
  padding: 0; }

div.sharedaddy h3.sd-title:before {
  content: '';
  display: none;
  border: 0 !important; }

/* -------------------------------------------------------- */
.entry-content div.gallery {
  max-width: none; }

/* article */
article .entry-content {
  margin: 70px auto 50px auto;
  display: block;
  font-family: 'Gentium Book Basic', serif;
  font-weight: 300;
  text-align: left;
  font-size: 1.3em;
  color: #5f5858;
  /* default color for the article text */ }

article ul,
article ol {
  padding-left: 60px;
  margin: 30px auto; }

article ul li,
article ol li {
  margin-top: 8px; }

article .entry-content > p,
article .entry-content section > p {
  margin: 3rem auto 0 auto; }

article .entry-content > p > img, .alignnone, .aligncenter {
  text-align: center;
  margin: auto; }

article blockquote,
article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
  max-width: 680px;
  margin: 3rem 0 0;
  color: #3a3a3a;
  display: block; }

article h1 {
  font-size: 1.8em;
  font-weight: 700; }

article h2 {
  font-size: 1.5em;
  font-weight: 700; }

article h3 {
  font-size: 1.4em; }

article h4 {
  font-size: 1.33em; }

article blockquote {
  display: block;
  margin-top: 3rem;
  padding-left: 1.8em;
  opacity: 0.8;
  position: relative; }

article blockquote::before {
  content: "\201C";
  font-family: Georgia, serif;
  font-size: 3em;
  font-weight: bold;
  line-height: 1em;
  position: absolute;
  left: 0;
  top: 0; }

blockquote cite {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: .7em;
  font-style: normal;
  line-height: 1.4;
  margin-top: 6px;
  text-transform: uppercase; }
  blockquote cite::before {
    content: ""; }
  blockquote cite strong {
    font-weight: 700;
    display: inline-block;
    background-color: #444;
    background-color: #dbdbdb;
    margin-left: -6px;
    position: relative;
    padding-left: 6px;
    padding-right: 6px; }
  blockquote cite strong:first-of-type::before {
    content: "";
    display: block;
    position: absolute;
    background-color: #dbdbdb;
    width: 8px;
    height: 8px;
    top: -4px;
    left: 25%;
    z-index: 0;
    transform: rotate(45deg); }

article h2 + blockquote {
  margin-top: 20px; }

article blockquote + hr {
  background-color: transparent;
  margin: 0; }

.alignleft {
  text-align: left; }

.wp-caption {
  position: relative;
  margin: auto; }

.wp-caption img {
  display: inline-block;
  margin: 0; }

.wp-caption .wp-caption-text {
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  font-family: 'pt sans', sans-serif;
  text-align: left;
  color: #fff;
  font-weight: 300;
  font-size: 13px;
  padding: 16px 20px 15px 20px;
  margin: 0; }

.wp-caption .wp-caption-text a {
  color: #fff;
  text-decoration: underline; }

.entry-footer {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  color: #aaafaf;
  font-weight: 200;
  margin-top: 24px; }

.entry-footer + .entry-footer {
  margin-top: 5px; }

.entry-footer a {
  text-decoration: none;
  color: #2980b9; }

.entry-footer a:hover {
  color: #3498db;
  text-decoration: underline; }

.entry-footer .sharespan > a {
  display: inline-block;
  padding-left: 10px;
  cursor: pointer; }

/* -------------------------------------------------------------
Endnotes
--------------------------------------------------------------- */
ul.endnotes {
  margin: 0;
  padding: 0; }
  ul.endnotes ul {
    margin: 16px 0px 0px 16px;
    padding: 0; }
  ul.endnotes li {
    list-style: none;
    line-height: 1.1;
    font-size: 16px;
    margin-top: 16px;
    position: relative; }
  ul.endnotes li::before {
    /*
		content: "";
		position: absolute;
		left: 0;
		top: -2px;
		width: 10px;
		height: 2px;
		background: #ececec;
*/ }

/* -------------------------------------------------------------
Galleries
--------------------------------------------------------------- */
.gallery {
  overflow: auto;
  margin: 70px 0; }

.gallery + .gallery {
  margin-top: -70px; }

.gallery .gallery-item {
  background-color: #f0f0f0;
  display: inline-block;
  margin: 0px 0 !important;
  float: left;
  position: relative; }

.gallery-item .gallery-icon {
  max-width: 100% !important; }

.gallery-columns-1 .gallery-item {
  width: 100%; }

.gallery-columns-2 .gallery-item {
  width: 50%; }

.gallery-columns-3 .gallery-item {
  width: 33.33%; }

.gallery-columns-4 .gallery-item {
  width: 25%; }

.gallery-columns-5 .gallery-item {
  width: 20%; }

.gallery-columns-6 .gallery-item {
  width: 16.66%; }

.gallery .gallery-caption {
  position: absolute;
  bottom: 0;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  color: #fff;
  font-family: 'PT Sans', sans-serif;
  font-weight: 200;
  font-size: 13px; }

.gallery .gallery-item a {
  display: block;
  margin: 0;
  padding: 0; }

.gallery .gallery-item img {
  width: 100%;
  display: block;
  margin: 0; }

/*--------------------------------------------------------------
Interview elements
--------------------------------------------------------------*/
.question, .answer {
  font-family: inherit;
  display: block; }

.question {
  margin-bottom: 0px;
  font-weight: 700; }

.question:before {
  content: 'Question'; }

.answer:before {
  content: 'Answer'; }

.answer {
  margin-bottom: 55px;
  margin-top: -20px; }

.question:before, .answer:before {
  position: absolute;
  width: 200px;
  text-align: right;
  margin-left: -220px;
  font-size: 13px;
  color: #aaa;
  font-weight: 200;
  font-style: italic;
  display: block;
  margin-top: 4px;
  transition: color .15s ease-in-out;
  -moz-transition: color .15s ease-in-out;
  -webkit-transition: color .15s ease-in-out; }

.question:hover:before, .answer:hover:before {
  color: #555; }

/*--------------------------------------------------------------
Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto; }

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

/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%; }

/* ------------------------------------------------------------
Responsive magic!
------------------------------------------------------------ */
/* IPAD */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .gallery-columns-2 .gallery-item {
    width: 50%; }
  .gallery-columns-3 .gallery-item {
    width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    width: 33.33%; }
  .gallery-columns-5 .gallery-item {
    width: 33.33%; }
  .gallery-columns-6 .gallery-item {
    width: 33.33%; } }

/* MOBILE */
@media screen and (min-width: 0px) and (max-width: 768px) {
  .gallery-columns-2 .gallery-item {
    width: 50%; }
  .gallery-columns-3 .gallery-item {
    width: 50%; }
  .gallery-columns-4 .gallery-item {
    width: 50%; }
  .gallery-columns-5 .gallery-item {
    width: 50%; }
  .gallery-columns-6 .gallery-item {
    width: 50%; } }

/*--------------------------------------------------------------
+ .article-cards
--------------------------------------------------------------*/
.article-card {
  background: #545454;
  width: 33.33%;
  width: 33.33vw;
  width: calc(1/3 * 100%);
  height: 33.33vw;
  display: inline-block;
  text-align: center;
  background-position: center center;
  background-size: cover;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: top;
  /*overflow:hidden;
    clear:both;*/
  float: left; }

.article-card.squarebig,
.article-card.pagehead,
.article-card.searchhead,
.article-card.under-header,
.article-card.authorhead {
  float: none;
  clear: both;
  overflow: hidden; }

.article-card > .inner {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  background-position: center center;
  background-size: cover; }

.article-card .image-background {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  background-position: center center;
  background-size: cover;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out; }

.article-card .image-background.image-in-single-page {
  background-attachment: fixed; }

.article-card .image-background.hidden {
  opacity: 0; }

.article-card .image-background.thumb {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px); }

.article-card > .inner > .image-cover {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-position: center center;
  background-size: cover; }

.article-card > .inner .inner {
  padding: 20px;
  vertical-align: middle;
  width: 100%;
  margin: auto;
  max-width: 600px; }

.article-card.squarebig > .inner .frame-inner {
  margin: auto; }

/* ie9 fixs */
.ie9 .article-card > .inner > .image-cover {
  display: table; }

.ie9 .article-card > .inner .inner {
  display: table-cell; }

/* --------- */
.article-card > .inner .inner a.title {
  display: block;
  font-size: 22pt;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  cursor: pointer;
  transition: color .15s ease-in-out;
  -moz-transition: color .15s ease-in-out;
  -webkit-transition: color .15s ease-in-out; }

.article-card a.title {
  color: rgba(255, 255, 255, 0.9);
  line-height: 1; }

.article-card a.title:hover {
  color: white; }

.article-card > .inner .inner .title:active {
  color: white; }

.article-card > .inner .inner .post-subtitle {
  display: block;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  font-size: 17px;
  line-height: 1.2em;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.57);
  text-decoration: none;
  cursor: pointer;
  padding: 5px 50px;
  transition: color .15s ease-in-out;
  -moz-transition: color .15s ease-in-out;
  -webkit-transition: color .15s ease-in-out; }

.article-card > .inner .inner .description {
  display: block;
  font-size: 15pt;
  padding-top: 10px;
  line-height: 28px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  font-family: 'Gentium Book Basic','helvetica neue', helvetica, arial, sans-serif;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  cursor: pointer;
  max-width: 500px;
  margin: auto; }

.article-card > .inner .inner .meta a {
  color: #fff;
  font-weight: 700; }

.article-card > .inner .inner .meta .comments a {
  text-decoration: none;
  font-weight: 300; }

.article-card .meta {
  display: block;
  margin-top: 16px; }

.article-card .date {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  text-transform: uppercase;
  border-top: 2px rgba(255, 255, 255, 0.7) solid;
  padding-top: 4px; }

.article-card > .inner .inner .meta > span + span {
  margin-left: 15px; }

.article-card > .inner .inner .meta > span + span:before {
  content: '·';
  position: absolute;
  margin-left: -11px; }

.article-card .elements-content {
  min-height: 250px;
  vertical-align: middle;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center; }

.article-card .elements-content > div {
  margin: auto; }

.article-card .on-top-title {
  padding: 20px 50px;
  font-size: 14px;
  font-family: 'PT Sans','helvetica neue', helvetica, arial, sans-serif;
  overflow: hidden; }

.article-card .on-top-title > div {
  opacity: 0.9; }

.article-card .on-top-title span {
  display: inline-block;
  cursor: pointer;
  transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -webkit-transition: all .15s ease-in-out;
  color: #fff;
  text-decoration: none;
  opacity: 0.8; }

.article-card .on-top-title span:hover {
  opacity: 1;
  color: #fff; }

.article-card .sharediv {
  text-align: right;
  display: inline-block;
  float: right; }

.article-card .sharediv .share-item {
  padding: 0 5px; }

.article-card .the-categories-div {
  text-align: left;
  display: inline-block;
  float: left; }

.article-card .the-categories-div > a {
  transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -webkit-transition: all .15s ease-in-out;
  color: #fff;
  text-decoration: none;
  opacity: 0.8; }

.article-card .the-categories-div > a:hover {
  opacity: 1; }

.article-card .the-categories-div > span {
  opacity: 0.8 !important;
  cursor: default; }

.article-card .photo-credit {
  position: absolute;
  bottom: 20px;
  right: 20px;
  padding-left: 20px;
  color: #fff;
  font-family: 'PT Sans','helvetica neue', helvetica, arial, sans-serif;
  font-size: 13px;
  opacity: 0.7;
  font-weight: 300;
  transition: opacity .15s ease-in-out;
  -moz-transition: opacity .15s ease-in-out;
  -webkit-transition: opacity .15s ease-in-out;
  cursor: default;
  color: rgba(255, 255, 255, 0.7);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  text-align: right; }

.article-card .photo-credit p {
  margin: 0;
  padding: 0; }

.article-card .photo-credit a {
  text-decoration: none;
  color: #fff; }

.article-card .photo-credit:hover {
  opacity: 1; }

.article-card .photo-credit:hover a {
  text-decoration: underline; }

/* hidehover style */
.article-card.square.hidehover .inner .inner {
  opacity: 0;
  transition: transform .15s ease-in-out;
  -moz-transition: -moz-transform .15s ease-in-out;
  -webkit-transition: -webkit-transform .15s ease-in-out;
  transform: scale(0.8);
  -moz-transform: scale(0.8);
  /* Firefox */
  -webkit-transform: scale(0.8);
  /* Chrome - Safari */
  -o-transform: scale(0.8);
  /* Opera */
  -ms-transform: scale(0.8);
  /* IE9 */ }

.article-card.square.hidehover:hover .inner .inner {
  opacity: 1;
  transform: scale(1);
  -moz-transform: scale(1);
  /* Firefox */
  -webkit-transform: scale(1);
  /* Chrome - Safari */
  -o-transform: scale(1);
  /* Opera */
  -ms-transform: scale(1);
  /* IE9 */ }

.article-card.square.hidehover .inner .image-cover {
  opacity: 0.5;
  transition: opacity .15s ease-in-out;
  -moz-transition: opacity .15s ease-in-out;
  -webkit-transition: opacity .15s ease-in-out; }

.article-card.square.hidehover:hover .inner .image-cover {
  opacity: 1; }

/* next post footer */
.article-card .next-post-label {
  margin: auto;
  max-width: 600px; }

.article-card .next-post-label ul li {
  display: inline-block;
  padding: 10px 2px 15px 2px;
  margin: 0 10px;
  opacity: 0.6;
  border-style: solid;
  border-color: transparent;
  border-width: 0 0 2px 0;
  margin-bottom: -2px;
  font-family: 'PT Sans','helvetica neue', helvetica, arial, sans-serif;
  cursor: pointer;
  transition: opacity .15s ease-in-out;
  -moz-transition: opacity .15s ease-in-out;
  -webkit-transition: opacity .15s ease-in-out; }

.article-card .next-post-label ul li:hover {
  opacity: 0.9; }

.article-card .next-post-label ul li.active {
  opacity: 1;
  border-color: #fff; }

.article-card .next-post-label ul li i {
  margin-right: 4px; }

.article-card .next-post-label ul {
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.4);
  border-width: 0 0 2px 0;
  padding: 0;
  margin: 0;
  margin-bottom: 20px; }

/* double width .article-card */
.article-card.square.double {
  /*width: 66vw;*/
  width: 67vw; }

.article-card.square.double > .inner > .inner {
  padding: 60px;
  position: relative; }

.article-card .readbottom {
  position: absolute;
  font-size: 30pt;
  bottom: 10%;
  width: 100%;
  text-align: center;
  z-index: 2; }

.article-card .readbottom i {
  opacity: 0.7;
  cursor: pointer;
  transition: opacity .15s ease-in-out;
  -moz-transition: opacity .15s ease-in-out;
  -webkit-transition: opacity .15s ease-in-out; }

.article-card .readbottom i:hover {
  opacity: 1; }

.article-card .readbottom i:active {
  opacity: 0.2; }

/* video cover backgrounds */
.video-cover-background-viewport {
  min-width: 100%;
  min-height: 100%;
  opacity: 0;
  left: 0;
  top: 0;
  z-index: 0;
  position: absolute; }

.video-cover-background-viewport video {
  position: absolute;
  top: 0px;
  left: 0px;
  width: auto;
  height: auto;
  overflow: hidden; }

.video-cover-background-viewport video.loaded {
  min-width: 100%;
  min-height: 100%; }

/* .article-card with arrows of navigation */
.article-card > .inner > .image-cover {
  height: 100%; }

.article-card > .inner > .image-cover .arrow {
  display: inline-block;
  text-align: center;
  width: 100%;
  height: 50%;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
  line-height: 100%;
  display: table; }

.article-card > .inner > .image-cover .arrow i {
  vertical-align: middle;
  margin: auto;
  display: inline-block;
  line-height: 100%;
  display: table-cell;
  position: relative; }

.article-card > .inner > .image-cover .arrow.arrow-right, .article-card > .inner > .image-cover .arrow.arrow-left {
  font-size: 60pt; }

/* header over image */
.under-header {
  /*margin-top:-90px;*/ }

/* big post for featured */
.article-card.squarebig {
  width: 100%;
  height: 100vh;
  display: block;
  max-height: 100vh;
  position: relative; }

.article-card.squarebig > .inner .inner {
  margin: auto;
  max-width: 800px; }

.article-card.squarebig > .inner .inner .title {
  font-size: 40pt;
  line-height: 58px; }

.article-card.squarebig > .inner .inner .post-subtitle {
  font-size: 22pt;
  line-height: 1.3em; }

/* squarebig align info to left */
.article-card.squarebig.info-align-left > .inner .inner {
  text-align: left;
  max-width: 960px;
  padding-right: 170px; }

.article-card.squarebig.info-align-left > .inner .inner .post-subtitle {
  padding-left: 0px;
  padding-right: 80px; }

.article-card.squarebig.info-align-left .on-top-title {
  text-align: left;
  padding: 20px 0px; }

/* squarebig align info to bottom */
.article-card.squarebig.info-align-bottom > .inner .frame-inner {
  margin: auto;
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 900px; }

.article-card.squarebig.info-align-bottom > .inner .frame-inner .inner {
  position: absolute;
  width: 100%;
  max-width: 100%;
  bottom: 10%;
  padding: 0 50px; }

.article-card.squarebig.info-align-bottom > .inner > .readbottom {
  display: none; }

.article-card.squarebig.info-align-bottom.info-align-left > .inner .frame-inner .inner {
  padding-left: 30px !important;
  padding-right: 110px; }

/* page header */
.article-card.pagehead {
  width: 100%;
  height: 35vh;
  display: block;
  max-height: 100vh;
  position: relative;
  min-height: 400px; }

.article-card.pagehead.frontpage-head {
  height: 50vh; }

.article-card.pagehead > .inner .inner {
  margin: auto;
  max-width: 800px; }

.article-card.pagehead > .inner .inner .title {
  font-size: 40pt;
  line-height: 58px; }

/* author header */
.article-card.authorhead {
  width: 100%;
  height: 35vh;
  display: block;
  max-height: 100vh;
  position: relative; }

.article-card.authorhead > .inner .inner {
  margin: auto;
  max-width: 800px; }

.article-card.authorhead > .inner .inner .title {
  font-size: 40pt;
  line-height: 58px; }

/* author header */
.article-card.searchhead {
  width: 100%;
  height: 35vh;
  display: block;
  max-height: 100vh;
  position: relative; }

.article-card.searchhead > .inner .inner {
  margin: auto;
  max-width: 800px; }

.article-card.searchhead > .inner .inner .title {
  font-size: 40pt;
  line-height: 58px; }

.article-card.searchhead .search-form {
  width: 100%;
  margin: auto;
  display: block;
  max-width: 650px;
  padding-top: 10px; }

.article-card.searchhead .search-form input[type=search] {
  outline: none;
  border-radius: 2px;
  width: 100%;
  padding: 8px 20px;
  font-size: 28px;
  font-weight: 100;
  display: block;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.85); }

.article-card.searchhead .search-form input[type=submit] {
  display: none; }

/* ------------------------------------------------------------
Responsive magic!
------------------------------------------------------------ */
/* IPAD */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* fix ios */
  .article-card.squarebig {
    width: 100%;
    height: 100%;
    padding-bottom: 100%;
    display: block;
    max-height: auto;
    position: relative;
    height: 100vh; }
  /* adjust the size of the article titles */
  .article-card .title {
    font-size: 15pt !important;
    line-height: 25px !important; }
  .article-card.squarebig .title, .article-card.pagehead .title, .article-card.searchhead .title {
    font-size: 30pt !important;
    line-height: 42px !important; }
  /* hide the video cover for tablet */
  .video-cover-background-viewport, .video-cover-background-viewport > video {
    display: none !important; } }

/* MOBILE */
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* adjust the grid to one column */
  .article-card {
    width: 100% !important;
    padding-bottom: 100%;
    height: auto; }
  /* fix ios */
  /* hide the video cover for mobile */
  .video-cover-background-viewport, .video-cover-background-viewport > video {
    display: none !important; }
  /* adjust the size of the article titles */
  .article-card .title {
    font-size: 20pt !important;
    line-height: 32px !important; }
  .article-card.squarebig .title {
    font-size: 25pt !important;
    line-height: 35px !important; }
  .article-card.squarebig > .inner .inner .post-subtitle {
    font-size: 17pt !important;
    line-height: 1.15em !important; }
  .article-card.authorhead .title {
    font-size: 30pt !important;
    line-height: 42px !important; }
  .article-card .meta, .article-card .meta span, .article-card > .inner .inner .meta > span + span:before {
    font-size: 12px !important; }
  .article-card .sharediv {
    text-align: center; }
  .article-card .sharediv .share-item {
    font-size: 20px; }
  .article-card .photo-credit {
    font-size: 12px; }
  .article-card .readbottom {
    font-size: 20px;
    bottom: 12%; }
  .article-card .sharediv,
  .article-card .the-categories-div {
    text-align: center;
    float: none; }
  .article-card .the-categories-div {
    display: block; } }

/*--------------------------------------------------------------
+ comments
--------------------------------------------------------------*/
.meta .comments {
  display: none !important; }

body #comments-container {
  background-color: rgba(0, 0, 0, 0.03);
  display: block; }

#comments {
  position: relative;
  display: block; }

#comments .comments-title {
  display: block;
  padding: 15px 0;
  font-size: 20pt;
  font-family: 'domine';
  color: #67747C;
  display: block;
  margin-bottom: 20px; }

ol.comment-list, ol.comment-list ol {
  margin: 0;
  padding: 0;
  counter-reset: item;
  list-style: none; }

ol.comment-list li {
  margin: 20px 0 28px 70px;
  position: relative; }

ol.comment-list .comment-author {
  margin-top: 10px;
  font-family: 'PT Sans', sans-serif;
  color: #67747C; }

ol.comment-list .comment-author > img {
  position: absolute;
  margin-left: -70px;
  width: 50px;
  height: 50px;
  border-radius: 2px; }

ol.comment-list .reply > a {
  color: #288AD6;
  text-decoration: none;
  font-family: 'PT Sans', sans-serif;
  font-weight: 300;
  font-size: 14px; }

ol.comment-list .reply > a:hover {
  color: #206FAC; }

ol.comment-list .reply > a:before {
  content: '\e856';
  font-family: 'icons';
  margin-right: 5px; }

ol.comment-list .comment-metadata {
  float: right;
  top: 0;
  right: 0;
  position: absolute;
  font-size: 12px; }

ol.comment-list .comment-metadata a {
  color: #a9b9c3;
  text-decoration: none; }

ol.comment-list .comment-content {
  margin-top: 10px;
  font-family: 'PT Sans';
  color: #3B444F;
  margin-bottom: -10px; }

ol.comment-list li:before {
  content: counter(item) " ";
  counter-increment: item;
  color: #DBE6EC;
  position: absolute;
  margin-left: -115px;
  font-family: 'domine';
  text-align: right;
  font-size: 20pt;
  font-weight: 100; }

ol.children {
  margin-top: 40px !important;
  display: block; }

/* comments form */
#respond {
  color: #67747C; }

#respond .comment-reply-title {
  font-size: 30pt;
  font-family: 'domine';
  color: #67747C;
  margin-top: 20px; }

#respond #cancel-comment-reply-link {
  font-size: 14px; }

#respond .form-allowed-tags, #respond .form-allowed-tags > * {
  font-family: 'verdana', helvetica, arial, 'PT Sans', sans-serif;
  font-size: 13px;
  color: #99A9B3;
  font-weight: 200; }

#respond .comment-form-comment label {
  font-size: 20pt;
  font-family: 'domine';
  color: #67747C;
  display: block;
  margin-bottom: 10px; }

#respond .comment-form-comment > textarea {
  border: 0;
  outline: none;
  padding: 20px;
  font-size: 14px; }

#respond input[type=text],
#respond input[type=url],
#respond input[type=email] {
  border: 0;
  outline: none;
  font-family: 'PT Sans', sans-serif;
  font-size: 15px;
  padding: 10px 15px; }

#commentform label {
  display: inline-block;
  min-width: 150px;
  outline: none;
  font-family: 'PT Sans', sans-serif;
  font-size: 16px; }

#commentform label:before {
  font-family: 'icons';
  margin-right: 5px;
  width: 30px;
  text-align: left;
  display: inline-block; }

.comment-form-author label:before {
  content: '\e825'; }

.comment-form-email label:before {
  content: '\e82c'; }

.comment-form-url label:before {
  content: '\e846'; }

span.required {
  color: #FA5E5B;
  font-size: 25px; }

#respond .logged-in-as, #respond .comment-notes {
  font-family: 'PT Sans', sans-serif;
  font-size: 15px;
  color: #67747C; }

#respond .logged-in-as a {
  color: #288AD6; }

#respond .logged-in-as a:hover {
  color: #206FAC; }

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */ }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid #ccc;
  border-color: #ccc #ccc #bbb #ccc;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa #bbb;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); }

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */ }

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px; }

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 98%; }

.pagehead sub {
  font-family: "Open Sans", sans-serif;
  display: block;
  font-size: 2rem;
  line-height: 1;
  margin-top: .5rem;
  top: 0; }

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

/*--------------------------------------------------------------
+ Header
--------------------------------------------------------------*/
/* logo */
.logo {
  background-color: #27262B;
  display: inline-block;
  align-self: flex-start;
  position: relative;
  padding: 1rem; }
  .logo::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 1000px;
    background-color: #27262B;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 70%; }
    @media only screen and (min-width: 1200px) {
      .logo::before {
        background-image: url("../images/header-icon-2.png"); }
        .five-2 .logo::before {
          background-image: url("../images/header-icon-2.png"); }
        .five-3 .logo::before {
          background-image: url("../images/header-icon-3.png"); }
        .five-4 .logo::before {
          background-image: url("../images/header-icon-4.png"); }
        .five-5 .logo::before {
          background-image: url("../images/header-icon-1.png"); } }

a.site-title {
  font-family: "Open Sans", sans-serif;
  color: rgba(255, 255, 255, 0.8);
  font-size: 3rem;
  font-weight: 800;
  line-height: 3rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -webkit-transition: all .15s ease-in-out;
  white-space: nowrap; }

a.site-title:hover {
  color: white; }

.site-tagline {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 300;
  display: block;
  vertical-align: middle; }

.site-tagline p {
  margin: 0;
  padding: 0;
  line-height: 1; }

.home .inner h1 a.title {
  display: block;
  font-family: "Open Sans", sans-serif;
  height: 100%; }

/* header content */
.site-header {
  color: #fff;
  display: block;
  z-index: 0;
  margin-bottom: -90px; }

.site-header.darky {
  background-color: rgba(0, 0, 0, 0.4); }

.site-header > .row {
  padding: 0 20px;
  height: 90px;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  z-index: 3;
  margin: 0 auto; }

/* ie9 fix */
.ie9 .row.start-hand {
  display: table !important;
  width: 100%; }

.ie9 .head-column-1, .ie9 .head-column-2, .ie9 .head-column-3 {
  display: table-cell !important;
  vertical-align: middle !important; }

.ie9 .head-column-3 {
  width: 80px;
  padding-top: 5px; }

/* --------- */
/* ------------------------------------------------------------
Responsive magic!
------------------------------------------------------------ */
/* IPAD */
/* MOBILE */
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* hide the legend text next to the logo */
  .site-tagline {
    display: none; } }

/*--------------------------------------------------------------
+ Loops (style for lists of posts)
--------------------------------------------------------------*/
.articles-list .title {
  line-height: 1.1em; }

.books-list .list-item .featured_image {
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: right center;
  box-shadow: none;
  border-radius: 0; }

/*--------------------------------------------------------------
+ Default loop
--------------------------------------------------------------*/
.loop_default-posts-list {
  padding: 50px 0;
  margin: 0;
  list-style-type: none; }

.loop_default-posts-list li {
  padding: 25px 0; }

.loop_default-posts-list li a {
  text-decoration: none; }

.loop_default-posts-list li .title {
  font-size: 24px;
  text-decoration: none;
  color: #3e3e3e;
  /*font-weight:700;*/ }

.loop_default-posts-list li .title:hover {
  text-decoration: underline;
  color: #1e1e1e; }

.loop_default-posts-list li .excerpt {
  padding-top: 5px;
  display: block; }

.loop_default-posts-list li .meta {
  font-size: 13pt;
  font-weight: 300;
  font-style: italic;
  display: block;
  color: #67747C;
  padding-bottom: 5px;
  margin-top: 10px; }

.loop_default-posts-list li .meta a {
  display: inline-block;
  color: #67747C;
  transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -webkit-transition: all .15s ease-in-out; }

.loop_default-posts-list li .meta a:hover {
  color: #3B444F; }

.loop_default-posts-list li .meta a + a {
  margin-left: 15px; }

.loop_default-posts-list li .meta a i {
  margin-right: 5px;
  font-size: 11pt; }

.loop_default-posts-list li .meta a.author:before,
.loop_default-posts-list li .meta a.comments:before,
.loop_default-posts-list li .meta a.read_time:before,
.loop_default-posts-list li .meta a.date:before {
  font-family: icons;
  margin-right: 5px;
  font-style: normal; }

.loop_default-posts-list li .meta a.author:before {
  content: '\e825'; }

.loop_default-posts-list li .meta a.comments:before {
  content: '\e860'; }

.loop_default-posts-list li .meta a.read_time:before {
  content: '\e86f'; }

.loop_default-posts-list li .meta a.date:before {
  content: '\e886'; }

/* navigation */
.loop_default-posts-list + .navigation {
  text-align: center;
  font-family: 'PT Sans','helvetica neue', helvetica, arial, sans-serif;
  margin-bottom: 50px;
  display: block;
  color: #999;
  font-size: 18px; }

.loop_default-posts-list + .navigation a {
  text-decoration: none;
  color: #288AD6; }

.loop_default-posts-list + .navigation a:hover {
  color: #206FAC; }

/* --------------------------------------------------------------
 3columns loop
 ------------------------------------------------------------- */
.loop_3columns-posts-list {
  padding: 0px 0;
  margin: 0;
  list-style-type: none;
  margin-top: -90px;
  position: relative; }

.author-profile-info + .content-area .loop_3columns-posts-list {
  margin-top: 0; }

li.loop_3columns-post-item {
  display: inline-block;
  width: 33.33%;
  vertical-align: top;
  padding: 20px;
  position: relative; }

.loop_3columns-posts-list li .featured_image {
  width: 100%;
  height: 250px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  margin-bottom: 10px;
  border-radius: 2px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -webkit-transition: all .15s ease-in-out; }

.loop_3columns-posts-list li .title {
  font-size: 22px;
  font-family: "Crimson Text", serif;
  text-decoration: none;
  color: #3e3e3e;
  font-weight: 700; }

.loop_3columns-posts-list li .excerpt {
  padding-top: 5px;
  display: block;
  margin-bottom: 5px;
  font-size: 13px; }

.loop_3columns-posts-list li .meta {
  font-family: 'Gentium Book Basic', serif;
  font-size: 11pt;
  font-weight: 300;
  font-style: italic;
  margin-top: -12px;
  display: block;
  color: #67747C;
  padding-bottom: 5px; }

.loop_3columns-posts-list li .meta a {
  display: inline-block;
  color: #67747C;
  transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -webkit-transition: all .15s ease-in-out;
  text-decoration: none; }

.loop_3columns-posts-list li .meta a:hover {
  color: #3B444F; }

.loop_3columns-posts-list li .meta a {
  margin-right: 15px; }

.loop_3columns-posts-list li .meta a i {
  margin-right: 5px;
  font-size: 11pt; }

.loop_3columns-posts-list li .meta a.author:before,
.loop_3columns-posts-list li .meta a.comments:before,
.loop_3columns-posts-list li .meta a.read_time:before,
.loop_3columns-posts-list li .meta a.date:before {
  font-family: icons;
  margin-right: 5px;
  font-style: normal; }

.loop_3columns-posts-list li .meta a.author:before {
  content: '\e825'; }

.loop_3columns-posts-list li .meta a.comments:before {
  content: '\e860'; }

.loop_3columns-posts-list li .meta a.read_time:before {
  content: '\e86f'; }

.loop_3columns-posts-list li .meta a.date:before {
  content: '\e886'; }

/* navigation */
.loop_3columns-posts-list + .navigation {
  text-align: center;
  font-family: 'PT Sans','helvetica neue', helvetica, arial, sans-serif;
  margin-bottom: 50px;
  margin-top: 20px;
  display: block;
  color: #999;
  font-size: 18px; }

.loop_3columns-posts-list + .navigation a {
  text-decoration: none;
  color: #288AD6; }

.loop_3columns-posts-list + .navigation a:hover {
  color: #206FAC; }

/* ------------------------------------------------------------
Responsive magic!
------------------------------------------------------------ */
/* IPAD */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* 3 to 2 columns */
  li.loop_3columns-post-item {
    width: 50%; } }

/* MOBILE */
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* 3 to 1 column */
  li.loop_3columns-post-item {
    width: 100%; } }

/*--------------------------------------------------------------
+ Menus
--------------------------------------------------------------*/
/* main menu */
.main-menu {
  display: inline-block;
  margin: 0 15px 0 0;
  padding: 0; }

ul.main-menu li {
  display: inline-block; }

ul.main-menu li a {
  color: #fff;
  text-decoration: none;
  font-weight: 200;
  display: inline-block;
  font-family: 'PT Sans', sans-serif;
  margin: auto 5px auto 5px;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out; }

ul.main-menu li a:hover {
  opacity: 0.5; }

ul.main-menu li a:active {
  opacity: 0.3; }

/* sidebar bottom menu */
.bottom-menu-container ul {
  padding: 0;
  margin: 0; }

.bottom-menu-container ul li {
  display: inline-block; }

.bottom-menu-container ul li + li {
  margin-left: 8px; }

.bottom-menu-container a {
  text-decoration: none !important; }

.primary-menu-container + .menu-pusher-container:before {
  content: '·';
  position: absolute;
  margin-left: -6px; }

@-moz-document url-prefix() {
  .primary-menu-container + .menu-pusher-container:before {
    content: '';
    position: absolute;
    margin-left: -6px; } }

/* main menu width fix */
.primary-menu-container + .menu-pusher-container {
  -webkit-flex-basis: 8.333333333%;
  -ms-flex-preferred-size: 8.333333333%;
  flex-basis: 8.333333333%;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0; }

/* ------------------------------------------------------------
Responsive magic!
------------------------------------------------------------ */
/* IPAD */
/* MOBILE */
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* hide the main menu */
  .primary-menu-container {
    display: none !important; }
  .primary-menu-container + .menu-pusher-container:before {
    content: ''; }
  .menu-pusher-container {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; } }

/*--------------------------------------------------------------
+ author page
--------------------------------------------------------------*/
.author-profile-info {
  text-align: center;
  position: relative;
  z-index: 2; }

.author-profile-info .author-avatar > img {
  border-radius: 90px;
  display: block;
  margin: auto;
  margin-top: -90px;
  padding: 8px;
  background-color: #F9FBFF;
  height: 170px; }

.author-profile-info .author-name {
  font-size: 29pt;
  display: block;
  font-weight: 700;
  margin-top: 20px;
  font-family: "Crimson Text", 'Gentium Book Basic', serif; }

.author-profile-info .author-desc {
  display: block;
  margin-top: 10px;
  color: #67747C;
  font-family: 'Open Sans','helvetica neue', helvetica, arial, sans-serif;
  font-size: 16pt; }

.author-profile-info .author-contact {
  display: block;
  padding-bottom: 30px;
  margin-top: 28px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.05);
  border-width: 0 0 2px 0; }

.author-profile-info .author-contact a.c-method {
  display: inline-block;
  padding: 10px;
  font-size: 16px;
  color: #206FAC;
  font-family: 'Open Sans','helvetica neue', helvetica, arial, sans-serif;
  text-decoration: none; }

.author-profile-info .author-contact a.c-method:hover {
  color: #288AD6; }

/* EFFECTS */
/*
Animate.css - http://daneden.me/animate
LICENSED UNDER THE  GPL LICENSE (GPL) http://www.gnu.org/licenses/gpl.html

Copyright (c) 2013 Dan Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s; }

.animated.fast {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.veryfast {
  -webkit-animation-duration: 0.25s;
  -moz-animation-duration: 0.25s;
  -o-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@-moz-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@-o-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
  -o-animation-name: flash;
  animation-name: flash; }

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px); } }

@-moz-keyframes shake {
  0%, 100% {
    -moz-transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -moz-transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -moz-transform: translateX(10px); } }

@-o-keyframes shake {
  0%, 100% {
    -o-transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -o-transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -o-transform: translateX(10px); } }

@keyframes shake {
  0%, 100% {
    transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    transform: translateX(10px); } }

.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px); } }

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px); } }

@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0); }
  40% {
    -o-transform: translateY(-30px); }
  60% {
    -o-transform: translateY(-15px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px); }
  60% {
    transform: translateY(-15px); } }

.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1); }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0); } }

@-moz-keyframes tada {
  0% {
    -moz-transform: scale(1); }
  10%, 20% {
    -moz-transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -moz-transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -moz-transform: scale(1.1) rotate(-3deg); }
  100% {
    -moz-transform: scale(1) rotate(0); } }

@-o-keyframes tada {
  0% {
    -o-transform: scale(1); }
  10%, 20% {
    -o-transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -o-transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -o-transform: scale(1.1) rotate(-3deg); }
  100% {
    -o-transform: scale(1) rotate(0); } }

@keyframes tada {
  0% {
    transform: scale(1); }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg); }
  100% {
    transform: scale(1) rotate(0); } }

.tada {
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
  -o-animation-name: tada;
  animation-name: tada; }

@-webkit-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center; }
  20% {
    -webkit-transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg); } }

@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg); }
  40% {
    -moz-transform: rotate(-10deg); }
  60% {
    -moz-transform: rotate(5deg); }
  80% {
    -moz-transform: rotate(-5deg); }
  100% {
    -moz-transform: rotate(0deg); } }

@-o-keyframes swing {
  20% {
    -o-transform: rotate(15deg); }
  40% {
    -o-transform: rotate(-10deg); }
  60% {
    -o-transform: rotate(5deg); }
  80% {
    -o-transform: rotate(-5deg); }
  100% {
    -o-transform: rotate(0deg); } }

@keyframes swing {
  20% {
    transform: rotate(15deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(5deg); }
  80% {
    transform: rotate(-5deg); }
  100% {
    transform: rotate(0deg); } }

.swing {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  -moz-animation-name: swing;
  -o-animation-name: swing;
  animation-name: swing; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%); } }

@-moz-keyframes wobble {
  0% {
    -moz-transform: translateX(0%); }
  15% {
    -moz-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -moz-transform: translateX(20%) rotate(3deg); }
  45% {
    -moz-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -moz-transform: translateX(10%) rotate(2deg); }
  75% {
    -moz-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -moz-transform: translateX(0%); } }

@-o-keyframes wobble {
  0% {
    -o-transform: translateX(0%); }
  15% {
    -o-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -o-transform: translateX(20%) rotate(3deg); }
  45% {
    -o-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -o-transform: translateX(10%) rotate(2deg); }
  75% {
    -o-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -o-transform: translateX(0%); } }

@keyframes wobble {
  0% {
    transform: translateX(0%); }
  15% {
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    transform: translateX(20%) rotate(3deg); }
  45% {
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    transform: translateX(10%) rotate(2deg); }
  75% {
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    transform: translateX(0%); } }

.wobble {
  -webkit-animation-name: wobble;
  -moz-animation-name: wobble;
  -o-animation-name: wobble;
  animation-name: wobble; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulsealarm {
  0% {
    -webkit-transform: scale(1); }
  96% {
    -webkit-transform: scale(1); }
  98% {
    -webkit-transform: scale(1.1); }
  100% {
    transform: scale(1); } }

@-moz-keyframes pulsealarm {
  0% {
    -moz-transform: scale(1); }
  96% {
    -moz-transform: scale(1); }
  98% {
    -moz-transform: scale(1.1); }
  100% {
    transform: scale(1); } }

@-o-keyframes pulsealarm {
  0% {
    -o-transform: scale(1); }
  96% {
    -o-transform: scale(1); }
  98% {
    -o-transform: scale(1.1); }
  100% {
    transform: scale(1); } }

@keyframes pulsealarm {
  0% {
    transform: scale(1); }
  96% {
    transform: scale(1); }
  98% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

.pulsealarm {
  -webkit-animation-name: pulsealarm;
  -moz-animation-name: pulsealarm;
  -o-animation-name: pulsealarm;
  animation-name: pulsealarm; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1); } }

@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1); }
  50% {
    -moz-transform: scale(1.1); }
  100% {
    -moz-transform: scale(1); } }

@-o-keyframes pulse {
  0% {
    -o-transform: scale(1); }
  50% {
    -o-transform: scale(1.1); }
  100% {
    -o-transform: scale(1); } }

@keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

.pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in; } }

@-moz-keyframes flip {
  0% {
    -moz-transform: perspective(400px) rotateY(0);
    -moz-animation-timing-function: ease-out; }
  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -moz-animation-timing-function: ease-out; }
  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in; }
  80% {
    -moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in; }
  100% {
    -moz-transform: perspective(400px) scale(1);
    -moz-animation-timing-function: ease-in; } }

@-o-keyframes flip {
  0% {
    -o-transform: perspective(400px) rotateY(0);
    -o-animation-timing-function: ease-out; }
  40% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -o-animation-timing-function: ease-out; }
  50% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in; }
  80% {
    -o-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in; }
  100% {
    -o-transform: perspective(400px) scale(1);
    -o-animation-timing-function: ease-in; } }

@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in; }
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in; } }

.flip {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flip;
  -o-backface-visibility: visible !important;
  -o-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -moz-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -moz-transform: perspective(400px) rotateX(10deg); }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -o-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -o-transform: perspective(400px) rotateX(10deg); }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    transform: perspective(400px) rotateX(10deg); }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@-moz-keyframes flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@-o-keyframes flipOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: flipOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: flipOutX;
  -o-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

@-moz-keyframes flipInY {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -moz-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -moz-transform: perspective(400px) rotateY(10deg); }
  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

@-o-keyframes flipInY {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -o-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -o-transform: perspective(400px) rotateY(10deg); }
  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    transform: perspective(400px) rotateY(10deg); }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@-moz-keyframes flipOutY {
  0% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@-o-keyframes flipOutY {
  0% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipOutY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipOutY;
  backface-visibility: visible !important;
  animation-name: flipOutY; }

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

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes half-fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes half-fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-o-keyframes half-fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }

@keyframes half-fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.half-fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

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

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

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

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

.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px); } }

@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px); } }

@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(-20px); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-20px); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px); } }

@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px); } }

@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(20px); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(20px); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px); } }

@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px); } }

@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(-20px); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-20px); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes half-fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0.4;
    -webkit-transform: translateX(-20px); } }

@-moz-keyframes half-fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0.4;
    -moz-transform: translateX(-20px); } }

@-o-keyframes half-fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0.4;
    -o-transform: translateX(-20px); } }

@keyframes half-fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0.4;
    transform: translateX(-20px); } }

.half-fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px); } }

@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px); } }

@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(20px); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(20px); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }

@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px); } }

@-o-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px); } }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -moz-animation-name: fadeOutUpBig;
  -o-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px); } }

@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px); } }

@-o-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px); } }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(2000px); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -moz-animation-name: fadeOutDownBig;
  -o-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }

@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px); } }

@-o-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px); } }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-2000px); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -moz-animation-name: fadeOutLeftBig;
  -o-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }

@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px); } }

@-o-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px); } }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(2000px); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -moz-animation-name: fadeOutRightBig;
  -o-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1); } }

@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3); }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05); }
  70% {
    -moz-transform: scale(0.9); }
  100% {
    -moz-transform: scale(1); } }

@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3); }
  50% {
    opacity: 1;
    -o-transform: scale(1.05); }
  70% {
    -o-transform: scale(0.9); }
  100% {
    -o-transform: scale(1); } }

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3); }
  50% {
    opacity: 1;
    transform: scale(1.05); }
  70% {
    transform: scale(0.9); }
  100% {
    transform: scale(1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes expand {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1); } }

@-moz-keyframes expand {
  0% {
    opacity: 0;
    -moz-transform: scale(0.8); }
  100% {
    -moz-transform: scale(1); } }

@-o-keyframes expand {
  0% {
    opacity: 0;
    -o-transform: scale(0.8); }
  100% {
    -o-transform: scale(1); } }

@keyframes expand {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

.expand {
  -webkit-animation-name: expand;
  -moz-animation-name: expand;
  -o-animation-name: expand;
  animation-name: expand; }

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0); } }

@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px); }
  80% {
    -moz-transform: translateY(10px); }
  100% {
    -moz-transform: translateY(0); } }

@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -o-transform: translateY(-30px); }
  80% {
    -o-transform: translateY(10px); }
  100% {
    -o-transform: translateY(0); } }

@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    transform: translateY(-30px); }
  80% {
    transform: translateY(10px); }
  100% {
    transform: translateY(0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0); } }

@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px); }
  80% {
    -moz-transform: translateY(-10px); }
  100% {
    -moz-transform: translateY(0); } }

@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -o-transform: translateY(30px); }
  80% {
    -o-transform: translateY(-10px); }
  100% {
    -o-transform: translateY(0); } }

@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    transform: translateY(30px); }
  80% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(0); } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0); } }

@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px); }
  80% {
    -moz-transform: translateX(-10px); }
  100% {
    -moz-transform: translateX(0); } }

@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -o-transform: translateX(30px); }
  80% {
    -o-transform: translateX(-10px); }
  100% {
    -o-transform: translateX(0); } }

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    transform: translateX(30px); }
  80% {
    transform: translateX(-10px); }
  100% {
    transform: translateX(0); } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0); } }

@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px); }
  80% {
    -moz-transform: translateX(10px); }
  100% {
    -moz-transform: translateX(0); } }

@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px); }
  60% {
    opacity: 1;
    -o-transform: translateX(-30px); }
  80% {
    -o-transform: translateX(10px); }
  100% {
    -o-transform: translateX(0); } }

@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    transform: translateX(-30px); }
  80% {
    transform: translateX(10px); }
  100% {
    transform: translateX(0); } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3); } }

@-moz-keyframes bounceOut {
  0% {
    -moz-transform: scale(1); }
  25% {
    -moz-transform: scale(0.95); }
  50% {
    opacity: 1;
    -moz-transform: scale(1.1); }
  100% {
    opacity: 0;
    -moz-transform: scale(0.3); } }

@-o-keyframes bounceOut {
  0% {
    -o-transform: scale(1); }
  25% {
    -o-transform: scale(0.95); }
  50% {
    opacity: 1;
    -o-transform: scale(1.1); }
  100% {
    opacity: 0;
    -o-transform: scale(0.3); } }

@keyframes bounceOut {
  0% {
    transform: scale(1); }
  25% {
    transform: scale(0.95); }
  50% {
    opacity: 1;
    transform: scale(1.1); }
  100% {
    opacity: 0;
    transform: scale(0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
  -moz-animation-name: bounceOut;
  -o-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }

@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0); }
  20% {
    opacity: 1;
    -moz-transform: translateY(20px); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px); } }

@-o-keyframes bounceOutUp {
  0% {
    -o-transform: translateY(0); }
  20% {
    opacity: 1;
    -o-transform: translateY(20px); }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px); } }

@keyframes bounceOutUp {
  0% {
    transform: translateY(0); }
  20% {
    opacity: 1;
    transform: translateY(20px); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px); } }

@-moz-keyframes bounceOutDown {
  0% {
    -moz-transform: translateY(0); }
  20% {
    opacity: 1;
    -moz-transform: translateY(-20px); }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px); } }

@-o-keyframes bounceOutDown {
  0% {
    -o-transform: translateY(0); }
  20% {
    opacity: 1;
    -o-transform: translateY(-20px); }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px); } }

@keyframes bounceOutDown {
  0% {
    transform: translateY(0); }
  20% {
    opacity: 1;
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    transform: translateY(2000px); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -moz-animation-name: bounceOutDown;
  -o-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }

@-moz-keyframes bounceOutLeft {
  0% {
    -moz-transform: translateX(0); }
  20% {
    opacity: 1;
    -moz-transform: translateX(20px); }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px); } }

@-o-keyframes bounceOutLeft {
  0% {
    -o-transform: translateX(0); }
  20% {
    opacity: 1;
    -o-transform: translateX(20px); }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px); } }

@keyframes bounceOutLeft {
  0% {
    transform: translateX(0); }
  20% {
    opacity: 1;
    transform: translateX(20px); }
  100% {
    opacity: 0;
    transform: translateX(-2000px); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -moz-animation-name: bounceOutLeft;
  -o-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }

@-moz-keyframes bounceOutRight {
  0% {
    -moz-transform: translateX(0); }
  20% {
    opacity: 1;
    -moz-transform: translateX(-20px); }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px); } }

@-o-keyframes bounceOutRight {
  0% {
    -o-transform: translateX(0); }
  20% {
    opacity: 1;
    -o-transform: translateX(-20px); }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px); } }

@keyframes bounceOutRight {
  0% {
    transform: translateX(0); }
  20% {
    opacity: 1;
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    transform: translateX(2000px); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -moz-animation-name: bounceOutRight;
  -o-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateIn {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotateIn {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  -moz-animation-name: rotateIn;
  -o-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateInUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotateInUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -moz-animation-name: rotateInUpLeft;
  -o-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateInDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotateInDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -moz-animation-name: rotateInDownLeft;
  -o-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateInUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotateInUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -moz-animation-name: rotateInUpRight;
  -o-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateInDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotateInDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -moz-animation-name: rotateInDownRight;
  -o-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0; } }

@-moz-keyframes rotateOut {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(200deg);
    opacity: 0; } }

@-o-keyframes rotateOut {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(200deg);
    opacity: 0; } }

@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  -moz-animation-name: rotateOut;
  -o-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; } }

@-moz-keyframes rotateOutUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; } }

@-o-keyframes rotateOutUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    -transform-origin: left bottom;
    -transform: rotate(-90deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  -moz-animation-name: rotateOutUpLeft;
  -o-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; } }

@-moz-keyframes rotateOutDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; } }

@-o-keyframes rotateOutDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  -moz-animation-name: rotateOutDownLeft;
  -o-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; } }

@-moz-keyframes rotateOutUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; } }

@-o-keyframes rotateOutUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  -moz-animation-name: rotateOutUpRight;
  -o-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; } }

@-moz-keyframes rotateOutDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; } }

@-o-keyframes rotateOutDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  -moz-animation-name: rotateOutDownRight;
  -o-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  100% {
    -webkit-transform: translateY(700px);
    opacity: 0; } }

@-moz-keyframes hinge {
  0% {
    -moz-transform: rotate(0);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  20%, 60% {
    -moz-transform: rotate(80deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  40% {
    -moz-transform: rotate(60deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  80% {
    -moz-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  100% {
    -moz-transform: translateY(700px);
    opacity: 0; } }

@-o-keyframes hinge {
  0% {
    -o-transform: rotate(0);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  20%, 60% {
    -o-transform: rotate(80deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  40% {
    -o-transform: rotate(60deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  80% {
    -o-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  100% {
    -o-transform: translateY(700px);
    opacity: 0; } }

@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  100% {
    transform: translateY(700px);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  -moz-animation-name: hinge;
  -o-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg); } }

@-moz-keyframes rollIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg); } }

@-o-keyframes rollIn {
  0% {
    opacity: 0;
    -o-transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg); } }

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); } }

.rollIn {
  -webkit-animation-name: rollIn;
  -moz-animation-name: rollIn;
  -o-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg); } }

@-moz-keyframes rollOut {
  0% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%) rotate(120deg); } }

@-o-keyframes rollOut {
  0% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -o-transform: translateX(100%) rotate(120deg); } }

@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  -moz-animation-name: rollOut;
  -o-animation-name: rollOut;
  animation-name: rollOut; }

/* originally authored by Angelo Rohit - https://github.com/angelorohit */
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@-moz-keyframes lightSpeedIn {
  0% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -moz-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -moz-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@-o-keyframes lightSpeedIn {
  0% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -o-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -o-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -moz-animation-name: lightSpeedIn;
  -o-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

.animated.lightSpeedIn {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s; }

/* originally authored by Angelo Rohit - https://github.com/angelorohit */
@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

@-moz-keyframes lightSpeedOut {
  0% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

@-o-keyframes lightSpeedOut {
  0% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -moz-animation-name: lightSpeedOut;
  -o-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

.animated.lightSpeedOut {
  -webkit-animation-duration: 0.25s;
  -moz-animation-duration: 0.25s;
  -o-animation-duration: 0.25s;
  animation-duration: 0.25s; }

/* originally authored by Angelo Rohit - https://github.com/angelorohit */
@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg); }
  10% {
    -webkit-transform: skewX(-8deg); }
  20% {
    -webkit-transform: skewX(7deg); }
  30% {
    -webkit-transform: skewX(-6deg); }
  40% {
    -webkit-transform: skewX(5deg); }
  50% {
    -webkit-transform: skewX(-4deg); }
  60% {
    -webkit-transform: skewX(3deg); }
  70% {
    -webkit-transform: skewX(-2deg); }
  80% {
    -webkit-transform: skewX(1deg); }
  90% {
    -webkit-transform: skewX(0deg); }
  100% {
    -webkit-transform: skewX(0deg); } }

@-moz-keyframes wiggle {
  0% {
    -moz-transform: skewX(9deg); }
  10% {
    -moz-transform: skewX(-8deg); }
  20% {
    -moz-transform: skewX(7deg); }
  30% {
    -moz-transform: skewX(-6deg); }
  40% {
    -moz-transform: skewX(5deg); }
  50% {
    -moz-transform: skewX(-4deg); }
  60% {
    -moz-transform: skewX(3deg); }
  70% {
    -moz-transform: skewX(-2deg); }
  80% {
    -moz-transform: skewX(1deg); }
  90% {
    -moz-transform: skewX(0deg); }
  100% {
    -moz-transform: skewX(0deg); } }

@-o-keyframes wiggle {
  0% {
    -o-transform: skewX(9deg); }
  10% {
    -o-transform: skewX(-8deg); }
  20% {
    -o-transform: skewX(7deg); }
  30% {
    -o-transform: skewX(-6deg); }
  40% {
    -o-transform: skewX(5deg); }
  50% {
    -o-transform: skewX(-4deg); }
  60% {
    -o-transform: skewX(3deg); }
  70% {
    -o-transform: skewX(-2deg); }
  80% {
    -o-transform: skewX(1deg); }
  90% {
    -o-transform: skewX(0deg); }
  100% {
    -o-transform: skewX(0deg); } }

@keyframes wiggle {
  0% {
    transform: skewX(9deg); }
  10% {
    transform: skewX(-8deg); }
  20% {
    transform: skewX(7deg); }
  30% {
    transform: skewX(-6deg); }
  40% {
    transform: skewX(5deg); }
  50% {
    transform: skewX(-4deg); }
  60% {
    transform: skewX(3deg); }
  70% {
    transform: skewX(-2deg); }
  80% {
    transform: skewX(1deg); }
  90% {
    transform: skewX(0deg); }
  100% {
    transform: skewX(0deg); } }

.wiggle {
  -webkit-animation-name: wiggle;
  -moz-animation-name: wiggle;
  -o-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

.animated.wiggle {
  -webkit-animation-duration: 0.75s;
  -moz-animation-duration: 0.75s;
  -o-animation-duration: 0.75s;
  animation-duration: 0.75s; }

/*
 * Removed gutters by default Due to a pixel rounding bug in IE 10+
 * Once Google puts variables back we can use these to customize the grid
:root {
  var-half-gutter-width: 0.5rem;
  var-gutter-compensation: -0.5rem;
  var-outer-margin: 2rem;
}
*/
.grid {
  padding-right: var(outer-margin, 0);
  padding-left: var(outer-margin, 0); }

.row {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: var(gutter-compensation, 0);
  margin-left: var(gutter-compensation, 0); }

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-flex-wrap: row-reverse;
  -ms-flex-wrap: row-reverse;
  flex-wrap: row-reverse; }

.column.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-flex-wrap: column-reverse;
  -ms-flex-wrap: column-reverse;
  flex-wrap: column-reverse; }

.column-auto-hand,
.column-1-hand,
.column-2-hand,
.column-3-hand,
.column-4-hand,
.column-5-hand,
.column-6-hand,
.column-7-hand,
.column-8-hand,
.column-9-hand,
.column-10-hand,
.column-11-hand,
.column-12-hand,
.offset-1-hand,
.offset-2-hand,
.offset-3-hand,
.offset-4-hand,
.offset-5-hand,
.offset-6-hand,
.offset-7-hand,
.offset-8-hand,
.offset-9-hand,
.offset-10-hand,
.offset-11-hand,
.offset-12-hand {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: var(half-gutter-width, 0);
  padding-left: var(half-gutter-width, 0); }

.column-auto-wall,
.column-auto-desk,
.column-auto-lap,
.column-auto-hand {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%; }

.column-1-hand {
  -webkit-flex-basis: 8.333333333%;
  -ms-flex-preferred-size: 8.333333333%;
  flex-basis: 8.333333333%; }

.column-2-hand {
  -webkit-flex-basis: 16.666666667%;
  -ms-flex-preferred-size: 16.666666667%;
  flex-basis: 16.666666667%; }

.column-3-hand {
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%; }

.column-4-hand {
  -webkit-flex-basis: 33.333333333%;
  -ms-flex-preferred-size: 33.333333333%;
  flex-basis: 33.333333333%; }

.column-5-hand {
  -webkit-flex-basis: 41.666666667%;
  -ms-flex-preferred-size: 41.666666667%;
  flex-basis: 41.666666667%; }

.column-6-hand {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%; }

.column-7-hand {
  -webkit-flex-basis: 58.333333333%;
  -ms-flex-preferred-size: 58.333333333%;
  flex-basis: 58.333333333%; }

.column-8-hand {
  -webkit-flex-basis: 66.666666667%;
  -ms-flex-preferred-size: 66.666666667%;
  flex-basis: 66.666666667%; }

.column-9-hand {
  -webkit-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%; }

.column-10-hand {
  -webkit-flex-basis: 83.333333333%;
  -ms-flex-preferred-size: 83.333333333%;
  flex-basis: 83.333333333%; }

.column-11-hand {
  -webkit-flex-basis: 91.666666667%;
  -ms-flex-preferred-size: 91.666666667%;
  flex-basis: 91.666666667%; }

.column-12-hand {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%; }

.offset-1-hand {
  margin-left: 8.333333333%; }

.offset-2-hand {
  margin-left: 16.666666667%; }

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

.offset-4-hand {
  margin-left: 33.333333333%; }

.offset-5-hand {
  margin-left: 41.666666667%; }

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

.offset-7-hand {
  margin-left: 58.333333333%; }

.offset-8-hand {
  margin-left: 66.666666667%; }

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

.offset-10-hand {
  margin-left: 83.333333333%; }

.offset-11-hand {
  margin-left: 91.666666667%; }

.start-hand {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start; }

.center-hand {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

.end-hand {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end; }

.top-hand {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.middle-hand {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.bottom-hand {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }

.around-hand {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.between-hand {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.first-hand {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1; }

.last-hand {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }

@media only screen and (min-width: 48em) {
  .column-auto-lap {
    -webkit-flex-basis: 0%;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%; }
  .column-1-lap {
    -webkit-flex-basis: 8.333333333%;
    -ms-flex-preferred-size: 8.333333333%;
    flex-basis: 8.333333333%; }
  .column-2-lap {
    -webkit-flex-basis: 16.666666667%;
    -ms-flex-preferred-size: 16.666666667%;
    flex-basis: 16.666666667%; }
  .column-3-lap {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; }
  .column-4-lap {
    -webkit-flex-basis: 33.333333333%;
    -ms-flex-preferred-size: 33.333333333%;
    flex-basis: 33.333333333%; }
  .column-5-lap {
    -webkit-flex-basis: 41.666666667%;
    -ms-flex-preferred-size: 41.666666667%;
    flex-basis: 41.666666667%; }
  .column-6-lap {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }
  .column-7-lap {
    -webkit-flex-basis: 58.333333333%;
    -ms-flex-preferred-size: 58.333333333%;
    flex-basis: 58.333333333%; }
  .column-8-lap {
    -webkit-flex-basis: 66.666666667%;
    -ms-flex-preferred-size: 66.666666667%;
    flex-basis: 66.666666667%; }
  .column-9-lap {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%; }
  .column-10-lap {
    -webkit-flex-basis: 83.333333333%;
    -ms-flex-preferred-size: 83.333333333%;
    flex-basis: 83.333333333%; }
  .column-11-lap {
    -webkit-flex-basis: 91.666666667%;
    -ms-flex-preferred-size: 91.666666667%;
    flex-basis: 91.666666667%; }
  .column-12-lap {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .offset-1-lap {
    margin-left: 8.333333333%; }
  .offset-2-lap {
    margin-left: 16.666666667%; }
  .offset-3-lap {
    margin-left: 25%; }
  .offset-4-lap {
    margin-left: 33.333333333%; }
  .offset-5-lap {
    margin-left: 41.666666667%; }
  .offset-6-lap {
    margin-left: 50%; }
  .offset-7-lap {
    margin-left: 58.333333333%; }
  .offset-8-lap {
    margin-left: 66.666666667%; }
  .offset-9-lap {
    margin-left: 75%; }
  .offset-10-lap {
    margin-left: 83.333333333%; }
  .offset-11-lap {
    margin-left: 91.666666667%; }
  .start-lap {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-lap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-lap {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-lap {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-lap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-lap {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-lap {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-lap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-lap {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }
  .last-lap {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; } }

@media only screen and (min-width: 62em) {
  .column-auto-desk {
    -webkit-flex-basis: 0%;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%; }
  .column-1-desk {
    -webkit-flex-basis: 8.333333333%;
    -ms-flex-preferred-size: 8.333333333%;
    flex-basis: 8.333333333%; }
  .column-2-desk {
    -webkit-flex-basis: 16.666666667%;
    -ms-flex-preferred-size: 16.666666667%;
    flex-basis: 16.666666667%; }
  .column-3-desk {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; }
  .column-4-desk {
    -webkit-flex-basis: 33.333333333%;
    -ms-flex-preferred-size: 33.333333333%;
    flex-basis: 33.333333333%; }
  .column-5-desk {
    -webkit-flex-basis: 41.666666667%;
    -ms-flex-preferred-size: 41.666666667%;
    flex-basis: 41.666666667%; }
  .column-6-desk {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }
  .column-7-desk {
    -webkit-flex-basis: 58.333333333%;
    -ms-flex-preferred-size: 58.333333333%;
    flex-basis: 58.333333333%; }
  .column-8-desk {
    -webkit-flex-basis: 66.666666667%;
    -ms-flex-preferred-size: 66.666666667%;
    flex-basis: 66.666666667%; }
  .column-9-desk {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%; }
  .column-10-desk {
    -webkit-flex-basis: 83.333333333%;
    -ms-flex-preferred-size: 83.333333333%;
    flex-basis: 83.333333333%; }
  .column-11-desk {
    -webkit-flex-basis: 91.666666667%;
    -ms-flex-preferred-size: 91.666666667%;
    flex-basis: 91.666666667%; }
  .column-12-desk {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .offset-1-desk {
    margin-left: 8.333333333%; }
  .offset-2-desk {
    margin-left: 16.666666667%; }
  .offset-3-desk {
    margin-left: 25%; }
  .offset-4-desk {
    margin-left: 33.333333333%; }
  .offset-5-desk {
    margin-left: 41.666666667%; }
  .offset-6-desk {
    margin-left: 50%; }
  .offset-7-desk {
    margin-left: 58.333333333%; }
  .offset-8-desk {
    margin-left: 66.666666667%; }
  .offset-9-desk {
    margin-left: 75%; }
  .offset-10-desk {
    margin-left: 83.333333333%; }
  .offset-11-desk {
    margin-left: 91.666666667%; }
  .start-desk {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-desk {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-desk {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-desk {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-desk {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-desk {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-desk {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-desk {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-desk {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }
  .last-desk {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; } }

@media only screen and (min-width: 75em) {
  .column-auto-wall {
    -webkit-flex-basis: 0%;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%; }
  .column-1-wall {
    -webkit-flex-basis: 8.333333333%;
    -ms-flex-preferred-size: 8.333333333%;
    flex-basis: 8.333333333%; }
  .column-2-wall {
    -webkit-flex-basis: 16.666666667%;
    -ms-flex-preferred-size: 16.666666667%;
    flex-basis: 16.666666667%; }
  .column-3-wall {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; }
  .column-4-wall {
    -webkit-flex-basis: 33.333333333%;
    -ms-flex-preferred-size: 33.333333333%;
    flex-basis: 33.333333333%; }
  .column-5-wall {
    -webkit-flex-basis: 41.666666667%;
    -ms-flex-preferred-size: 41.666666667%;
    flex-basis: 41.666666667%; }
  .column-6-wall {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }
  .column-7-wall {
    -webkit-flex-basis: 58.333333333%;
    -ms-flex-preferred-size: 58.333333333%;
    flex-basis: 58.333333333%; }
  .column-8-wall {
    -webkit-flex-basis: 66.666666667%;
    -ms-flex-preferred-size: 66.666666667%;
    flex-basis: 66.666666667%; }
  .column-9-wall {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%; }
  .column-10-wall {
    -webkit-flex-basis: 83.333333333%;
    -ms-flex-preferred-size: 83.333333333%;
    flex-basis: 83.333333333%; }
  .column-11-wall {
    -webkit-flex-basis: 91.666666667%;
    -ms-flex-preferred-size: 91.666666667%;
    flex-basis: 91.666666667%; }
  .column-12-wall {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .offset-1-wall {
    margin-left: 8.333333333%; }
  .offset-2-wall {
    margin-left: 16.666666667%; }
  .offset-3-wall {
    margin-left: 25%; }
  .offset-4-wall {
    margin-left: 33.333333333%; }
  .offset-5-wall {
    margin-left: 41.666666667%; }
  .offset-6-wall {
    margin-left: 50%; }
  .offset-7-wall {
    margin-left: 58.333333333%; }
  .offset-8-wall {
    margin-left: 66.666666667%; }
  .offset-9-wall {
    margin-left: 75%; }
  .offset-10-wall {
    margin-left: 83.333333333%; }
  .offset-11-wall {
    margin-left: 91.666666667%; }
  .start-wall {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-wall {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-wall {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-wall {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-wall {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-wall {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-wall {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-wall {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-wall {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }
  .last-wall {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; } }

/*
 * NPROGRESS STYLE
*/
/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
  -webkit-pointer-events: none;
  z-index: 999; }

/* Make the entire page show a busy cursor */
.nprogress-busy body {
  cursor: wait; }

#nprogress .bar {
  background: #0FDECF;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  z-index: 9999; }

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #0FDECF, 0 0 5px #0FDECF;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px); }

/*--------------------------------------------------------------
+ Pushmenu (sidebar menu)
--------------------------------------------------------------*/
/* TRIGGER ---------------------------------------------------- */
.menu-pusher {
  cursor: pointer;
  text-transform: uppercase;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  display: inline-block;
  min-width: 80px;
  list-style-type: none;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden; }

.menu-pusher:hover {
  opacity: 0.5; }

.menu-pusher:active {
  opacity: 0.3; }

.menu-pusher > i {
  font-weight: 200;
  margin-left: 5px; }

/* PUSH MENU  ------------------------------------------------- */
.scroller, .container {
  height: 100%; }

.scroller {
  overflow-y: hidden;
  overflow-x: hidden; }

.scroller,
.scroller-inner {
  position: relative;
  overflow: hidden;
  height: 100%; }

.container {
  position: relative;
  overflow: hidden;
  /*background-color:#27262B;*/ }

.mp-pusher {
  position: relative;
  left: 0;
  height: 100%; }

/* ------------------------------------------------------- */
/* default sidebar style */
.mp-menu {
  position: fixed;
  /* we can't use fixed here :( */
  top: 0;
  right: 0;
  z-index: 0;
  width: 300px;
  height: 100%;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  /*box-shadow: 2px 0px 2px rgba(0,0,0,0.3) inset;
		  border-style:solid;border-color:rgba(0,0,0, 0.7);
		  */
  border-width: 0 0 0 1px;
  overflow: hidden;
  background-color: #27262B; }

/* default text color in sidebar */
.mp-menu,
.mp-menu .widget input,
.mp-menu h3,
.mp-menu span
.mp-menu div,
.mp-menu .widget {
  /* -webkit-font-smoothing:antialiased; */
  color: #999999;
  font-family: 'PT Sans', Lato, oxygen, 'helvetica neue' ,heveltica, arial, sans-serif; }

/* widget titles/captions */
.mp-menu .widget .widget-title {
  font-size: 17px;
  display: block;
  margin-bottom: 8px; }

/* sidebar links */
.mp-menu a {
  color: #eaeaea; }

.mp-menu a:hover {
  color: #fff; }

/* ------------------------------------------------------- */
.mp-level {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-y: hidden;
  overflow-x: hidden;
  top: 0;
  text-align: left;
  font-family: 'helvetica neue', 'pt sans', helvetica,arial,sans-serif;
  line-height: 1.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-align: center; }

.mp-level #sidebar-content {
  -webkit-box-flex: 1-boxflex;
  -webkit-flex: 1;
  -moz-box-flex: 1-boxflex;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: scroll;
  overflow-x: hidden; }

.mp-level a {
  transition: color .10s ease-in-out;
  -moz-transition: color .10s ease-in-out;
  -webkit-transition: color .10s ease-in-out; }

.mp-level a:hover {
  text-decoration: underline; }

/* First level */
.mp-menu > .mp-level,
.mp-menu > .mp-level.mp-level-open,
.mp-menu.mp-overlap > .mp-level,
.mp-menu.mp-overlap > .mp-level.mp-level-open {
  box-shadow: none;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* content style */
.scroller.cbp-spmenu-push-toright {
  /*left: 300px;*/
  -webkit-transform: translate3d(-300px, 0, 0);
  -moz-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0); }

.mp-menu.cbp-spmenu-push-toright {
  /*left: 300px;*/
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
  -webkit-transition: all 0.0s ease;
  -moz-transition: all 0.0s ease;
  transition: all 0.0s ease; }

/* Transitions */
.scroller {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1; }

.mp-menu {
  -webkit-transition: all 0.48s ease;
  -moz-transition: all 0.48s ease;
  transition: all 0.48s ease; }

.push-cover {
  -webkit-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease; }

.push-cover {
  color: transparent; }

/* overlap */
.cbp-spmenu-push-toright .push-cover {
  /*background-color:rgba(0,0,0,0.7);*/
  z-index: 77777;
  position: absolute;
  width: 100%;
  height: 100%; }

.mp-menu a {
  text-decoration: none; }

/* ##################################################################### */
/* ##################### sidebar menu ################################## */
/* ##################################################################### */
/* quit menu button */
.quit-menu-button-container {
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.2);
  display: none; }

.quit-menu-button {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px;
  border-radius: 2px;
  background-color: #c0392b;
  color: #fff;
  cursor: pointer;
  transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -webkit-transition: all .15s ease-in-out; }

.quit-menu-button:hover {
  background-color: #e74c3c; }

.quit-menu-button:active {
  background-color: #e74c3c;
  transform: scale(0.98);
  -moz-transform: scale(0.98);
  /* Firefox */
  -webkit-transform: scale(0.98);
  /* Chrome - Safari */
  -o-transform: scale(0.98);
  /* Opera */
  -ms-transform: scale(0.98);
  /* IE9 */ }

/* ---------------- */
#mp-menu .widget {
  padding: 20px 50px; }

#mp-menu .widget {
  margin: 0 0 1.5em; }

/* Make sure select elements fit in widgets */
#mp-menu .widget select {
  max-width: 100%; }

#mp-menu .widget {
  border-style: solid;
  border-bottom-color: rgba(0, 0, 0, 0.3);
  border-bottom-width: 1px;
  font-family: 'PT Sans', Lato, oxygen, 'helvetica neue' ,heveltica, arial, sans-serif; }

#mp-menu .widget + .widget {
  border-top-color: rgba(255, 255, 255, 0.03);
  border-top-width: 1px;
  margin: 0; }

#mp-menu .widget:last-child {
  border-bottom-width: 0; }

#mp-menu .widget ul {
  margin: 5px 0;
  padding: 0;
  list-style-type: none; }

#mp-menu .widget ul li + li {
  margin-top: 4px; }

/* widget custom menu */
#mp-menu .widget_nav_menu ul {
  line-height: 1.1em;
  margin: 0px 0 0px 0;
  padding: 0;
  list-style-type: none; }

#mp-menu .widget_nav_menu ul li a {
  font-family: 'PT Sans', Lato, oxygen, 'helvetica neue' ,heveltica, arial, sans-serif;
  font-size: 15px;
  display: inline-block;
  padding: 3px 0;
  margin: 0;
  font-weight: 400; }

#mp-menu .widget_nav_menu ul li a {
  font-size: 17px;
  font-weight: 500;
  padding: 4px 0; }

#mp-menu .widget_nav_menu li a:hover {
  text-decoration: none !important; }

#mp-menu .widget_nav_menu li a:before {
  display: none;
  padding-right: 10px;
  display: inline-block; }

#mp-menu .widget_nav_menu li {
  margin: 0;
  padding: 0;
  position: relative;
  display: block; }

#mp-menu .widget_nav_menu li:before {
  margin-right: 8px; }

#mp-menu .widget_nav_menu ul ul {
  margin-left: 20px;
  padding-top: 10px; }

#mp-menu .widget_nav_menu li.featured {
  margin-bottom: 8px; }

#mp-menu .widget_nav_menu li.featured a {
  font-size: 20px; }

#mp-menu .widget_nav_menu li a:hover:after {
  opacity: 1; }

/* widget search */
#mp-menu .widget_search .search-submit,
#mp-menu .widget_search .screen-reader-text,
#mp-menu .widget_search .widget-title {
  display: none; }

#mp-menu .widget_search {
  padding: 0px 0px !important;
  margin: 0; }

#mp-menu .widget_search input[type=search] {
  width: 100%;
  padding: 15px 25px;
  font-family: 'PT Sans', Lato, oxygen, 'helvetica neue', heveltica, arial, sans-serif;
  font-size: 14px;
  border-style: solid;
  border-width: 0;
  border-radius: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  background-color: rgba(0, 0, 0, 0.1); }

/* widget text */
#mp-menu .widget_text {
  font-size: 14px;
  font-weight: 300; }

/* widget meta */
#mp-menu .widget_meta ul {
  margin: 0;
  padding: 0; }

#mp-menu .widget_meta ul li {
  display: inline-block;
  padding-right: 10px;
  font-size: 13px; }

/* widget categories */
#mp-menu .widget_categories ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-top: 10px; }

#mp-menu .widget_categories ul li {
  text-align: right;
  position: relative;
  overflow: hidden;
  font-size: 13px; }

#mp-menu .widget_categories ul li a {
  display: inline-block;
  float: left;
  font-size: 16px; }

/* SIDEBAR FOOTER --------------------------------------- */
footer#colophon {
  background-color: rgba(0, 0, 0, 0.1);
  clear: both;
  padding: 5px 20px;
  border-style: solid;
  border-width: 0;
  border-top-color: rgba(0, 0, 0, 0.3);
  border-top-width: 1px; }

footer#colophon a {
  text-decoration: none; }

footer#colophon .footer-firm {
  text-align: right;
  line-height: 1.4em;
  margin-bottom: 5px; }

footer#colophon .footer-firm p {
  margin: 0;
  padding: 0; }

footer#colophon .site-info {
  display: block !important; }

footer#colophon .site-info > .int {
  font-family: 'PT Sans', sans-serif;
  padding: 15px 0 15px 0 !important;
  font-size: 13px; }

footer#colophon .site-info a {
  text-decoration: underline; }

/* ------------------------------------------------------------
Responsive magic!
------------------------------------------------------------ */
/* IPAD */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .quit-menu-button-container {
    display: block; } }

/* MOBILE */
@media screen and (min-width: 0px) and (max-width: 768px) {
  .quit-menu-button-container {
    display: block; } }

.frame-inner {
  width: 75vw; }

.on-top-title {
  text-align: center; }

.on-top-title .the-categories-div {
  float: none;
  font-family: "Open Sans", sans-serif; }

.on-top-title .the-categories-div a {
  text-transform: uppercase;
  font-weight: 800; }

.article-card > .inner .inner .meta {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400; }

.article-card > .inner .inner .meta a {
  text-decoration: none; }

article h2 {
  padding: 0; }

.article-card > .inner .inner .title {
  font-family: "Crimson Text", serif;
  font-weight: 400; }

.article-card > .inner .inner .post-subtitle {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: white; }

#card-20 .post-subtitle {
  font-weight: 700;
  text-transform: uppercase; }

#content {
  background-color: transparent; }

article .entry-content {
  font-family: "Crimson Text", serif; }

/* CARDS */
.home .article-card.square .meta .author {
  display: none; }

#card-37 .image-cover,
.postid-37 .image-cover {
  background-color: rgba(0, 0, 0, 0.6) !important; }

.is-categorized {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 12px;
  text-transform: uppercase; }

#card-20 a.btn {
  background-color: #b37738;
  border-radius: 3px;
  box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.3);
  display: inline-block;
  color: #b37738;
  color: #fdf5a0;
  font-weight: 400;
  margin-bottom: 10px;
  padding: 3px 12px; }
  #card-20 a.btn:hover {
    background-color: #d28a36;
    color: white; }
  #card-20 a.btn.btn-secondary {
    background-color: white;
    color: #d28a36; }
    #card-20 a.btn.btn-secondary:hover {
      color: #b37738; }

#card-20 .btn + .btn {
  margin-left: 10px; }

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

.btn-badge::after {
  background-color: #0e5cb0;
  border-radius: 3px;
  color: white;
  display: inline-block;
  font-size: 14px;
  margin-right: -30px;
  padding: 2px 7px;
  position: absolute;
  right: 25px;
  top: 0px;
  font-family: "Open Sans", sans-serif; }

.btn-badge:hover::after {
  background-color: #004fa2; }

.btn-buynow::after {
  content: "Buy Now"; }
