Magee Shortcodes - Version 1.6.0

Version Description

  • 07/11/2016 =
  • Improve - Improved modal shortcode
  • Added : new option for countdowns( type -> circle, day/hours/minutes/seconds field text, google fonts, circle type day/hours/minutes/seconds color )
  • Fix - Fixed magee slider translation issue
  • Fix - Fixed counter shortcode issue
  • Fix - Fixed font weight option issue for heading shortcode
  • Fix - Fixed promo box shortcode issue
  • Fix - Fixed icon/person/tab iconpicker issues
  • Fix - Fixed styles( beside/below ) issue for person shortcode
Download this release

Release Info

Developer magictheme
Plugin Icon 128x128 Magee Shortcodes
Version 1.6.0
Comparing to
See all releases

Code changes from version 1.5.9 to 1.6.0

Magee.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Magee Shortcodes
4
  Plugin URI: http://www.mageewp.com/magee-shortcode.html
5
  Description: Magee Shortcodes is WordPress plugin that provides a pack of shortcodes. With Magee Shortcodes, you can easily create accordion, buttons, boxes, columns, social and much more. They allow you to create so many different page layouts. You could quickly and easily built your own custom pages using all the various shortcodes that Magee Shortcodes includes.
6
- Version: 1.5.9
7
  Author: MageeWP
8
  Author URI: http://www.mageewp.com
9
  Text Domain: magee-shortcodes
@@ -14,7 +14,7 @@ if ( ! defined( 'ABSPATH' ) ) return;
14
  if(!class_exists('Magee_Core') && !defined( 'MAGEE_SHORTCODE_LIB_DIR') ):
15
  define( 'MAGEE_SHORTCODES_PATH', __FILE__ );
16
  define( 'MAGEE_SHORTCODES_DIR_PATH', plugin_dir_path( __FILE__ ));
17
- define( 'MAGEE_SHORTCODES_VER', '1.5.9' );
18
 
19
  require_once 'inc/core.php';
20
  //require_once 'inc/options.php';
3
  Plugin Name: Magee Shortcodes
4
  Plugin URI: http://www.mageewp.com/magee-shortcode.html
5
  Description: Magee Shortcodes is WordPress plugin that provides a pack of shortcodes. With Magee Shortcodes, you can easily create accordion, buttons, boxes, columns, social and much more. They allow you to create so many different page layouts. You could quickly and easily built your own custom pages using all the various shortcodes that Magee Shortcodes includes.
6
+ Version: 1.6.0
7
  Author: MageeWP
8
  Author URI: http://www.mageewp.com
9
  Text Domain: magee-shortcodes
14
  if(!class_exists('Magee_Core') && !defined( 'MAGEE_SHORTCODE_LIB_DIR') ):
15
  define( 'MAGEE_SHORTCODES_PATH', __FILE__ );
16
  define( 'MAGEE_SHORTCODES_DIR_PATH', plugin_dir_path( __FILE__ ));
17
+ define( 'MAGEE_SHORTCODES_VER', '1.6.0' );
18
 
19
  require_once 'inc/core.php';
20
  //require_once 'inc/options.php';
assets/bootstrap/js/bootstrap.min.js CHANGED
@@ -1,7 +1,7 @@
1
- /*!
2
- * Bootstrap v3.3.4 (http://getbootstrap.com)
3
- * Copyright 2011-2015 Twitter, Inc.
4
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
5
- */
6
- if("undefined"==typeof jQuery)throw new Error("Bootstrap's JavaScript requires jQuery");+function(a){"use strict";var b=a.fn.jquery.split(" ")[0].split(".");if(b[0]<2&&b[1]<9||1==b[0]&&9==b[1]&&b[2]<1)throw new Error("Bootstrap's JavaScript requires jQuery version 1.9.1 or higher")}(jQuery),+function(a){"use strict";function b(){var a=document.createElement("bootstrap"),b={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"};for(var c in b)if(void 0!==a.style[c])return{end:b[c]};return!1}a.fn.emulateTransitionEnd=function(b){var c=!1,d=this;a(this).one("bsTransitionEnd",function(){c=!0});var e=function(){c||a(d).trigger(a.support.transition.end)};return setTimeout(e,b),this},a(function(){a.support.transition=b(),a.support.transition&&(a.event.special.bsTransitionEnd={bindType:a.support.transition.end,delegateType:a.support.transition.end,handle:function(b){return a(b.target).is(this)?b.handleObj.handler.apply(this,arguments):void 0}})})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var c=a(this),e=c.data("bs.alert");e||c.data("bs.alert",e=new d(this)),"string"==typeof b&&e[b].call(c)})}var c='[data-dismiss="alert"]',d=function(b){a(b).on("click",c,this.close)};d.VERSION="3.3.4",d.TRANSITION_DURATION=150,d.prototype.close=function(b){function c(){g.detach().trigger("closed.bs.alert").remove()}var e=a(this),f=e.attr("data-target");f||(f=e.attr("href"),f=f&&f.replace(/.*(?=#[^\s]*$)/,""));var g=a(f);b&&b.preventDefault(),g.length||(g=e.closest(".alert")),g.trigger(b=a.Event("close.bs.alert")),b.isDefaultPrevented()||(g.removeClass("in"),a.support.transition&&g.hasClass("fade")?g.one("bsTransitionEnd",c).emulateTransitionEnd(d.TRANSITION_DURATION):c())};var e=a.fn.alert;a.fn.alert=b,a.fn.alert.Constructor=d,a.fn.alert.noConflict=function(){return a.fn.alert=e,this},a(document).on("click.bs.alert.data-api",c,d.prototype.close)}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.button"),f="object"==typeof b&&b;e||d.data("bs.button",e=new c(this,f)),"toggle"==b?e.toggle():b&&e.setState(b)})}var c=function(b,d){this.$element=a(b),this.options=a.extend({},c.DEFAULTS,d),this.isLoading=!1};c.VERSION="3.3.4",c.DEFAULTS={loadingText:"loading..."},c.prototype.setState=function(b){var c="disabled",d=this.$element,e=d.is("input")?"val":"html",f=d.data();b+="Text",null==f.resetText&&d.data("resetText",d[e]()),setTimeout(a.proxy(function(){d[e](null==f[b]?this.options[b]:f[b]),"loadingText"==b?(this.isLoading=!0,d.addClass(c).attr(c,c)):this.isLoading&&(this.isLoading=!1,d.removeClass(c).removeAttr(c))},this),0)},c.prototype.toggle=function(){var a=!0,b=this.$element.closest('[data-toggle="buttons"]');if(b.length){var c=this.$element.find("input");"radio"==c.prop("type")&&(c.prop("checked")&&this.$element.hasClass("active")?a=!1:b.find(".active").removeClass("active")),a&&c.prop("checked",!this.$element.hasClass("active")).trigger("change")}else this.$element.attr("aria-pressed",!this.$element.hasClass("active"));a&&this.$element.toggleClass("active")};var d=a.fn.button;a.fn.button=b,a.fn.button.Constructor=c,a.fn.button.noConflict=function(){return a.fn.button=d,this},a(document).on("click.bs.button.data-api",'[data-toggle^="button"]',function(c){var d=a(c.target);d.hasClass("btn")||(d=d.closest(".btn")),b.call(d,"toggle"),c.preventDefault()}).on("focus.bs.button.data-api blur.bs.button.data-api",'[data-toggle^="button"]',function(b){a(b.target).closest(".btn").toggleClass("focus",/^focus(in)?$/.test(b.type))})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.carousel"),f=a.extend({},c.DEFAULTS,d.data(),"object"==typeof b&&b),g="string"==typeof b?b:f.slide;e||d.data("bs.carousel",e=new c(this,f)),"number"==typeof b?e.to(b):g?e[g]():f.interval&&e.pause().cycle()})}var c=function(b,c){this.$element=a(b),this.$indicators=this.$element.find(".carousel-indicators"),this.options=c,this.paused=null,this.sliding=null,this.interval=null,this.$active=null,this.$items=null,this.options.keyboard&&this.$element.on("keydown.bs.carousel",a.proxy(this.keydown,this)),"hover"==this.options.pause&&!("ontouchstart"in document.documentElement)&&this.$element.on("mouseenter.bs.carousel",a.proxy(this.pause,this)).on("mouseleave.bs.carousel",a.proxy(this.cycle,this))};c.VERSION="3.3.4",c.TRANSITION_DURATION=600,c.DEFAULTS={interval:5e3,pause:"hover",wrap:!0,keyboard:!0},c.prototype.keydown=function(a){if(!/input|textarea/i.test(a.target.tagName)){switch(a.which){case 37:this.prev();break;case 39:this.next();break;default:return}a.preventDefault()}},c.prototype.cycle=function(b){return b||(this.paused=!1),this.interval&&clearInterval(this.interval),this.options.interval&&!this.paused&&(this.interval=setInterval(a.proxy(this.next,this),this.options.interval)),this},c.prototype.getItemIndex=function(a){return this.$items=a.parent().children(".item"),this.$items.index(a||this.$active)},c.prototype.getItemForDirection=function(a,b){var c=this.getItemIndex(b),d="prev"==a&&0===c||"next"==a&&c==this.$items.length-1;if(d&&!this.options.wrap)return b;var e="prev"==a?-1:1,f=(c+e)%this.$items.length;return this.$items.eq(f)},c.prototype.to=function(a){var b=this,c=this.getItemIndex(this.$active=this.$element.find(".item.active"));return a>this.$items.length-1||0>a?void 0:this.sliding?this.$element.one("slid.bs.carousel",function(){b.to(a)}):c==a?this.pause().cycle():this.slide(a>c?"next":"prev",this.$items.eq(a))},c.prototype.pause=function(b){return b||(this.paused=!0),this.$element.find(".next, .prev").length&&a.support.transition&&(this.$element.trigger(a.support.transition.end),this.cycle(!0)),this.interval=clearInterval(this.interval),this},c.prototype.next=function(){return this.sliding?void 0:this.slide("next")},c.prototype.prev=function(){return this.sliding?void 0:this.slide("prev")},c.prototype.slide=function(b,d){var e=this.$element.find(".item.active"),f=d||this.getItemForDirection(b,e),g=this.interval,h="next"==b?"left":"right",i=this;if(f.hasClass("active"))return this.sliding=!1;var j=f[0],k=a.Event("slide.bs.carousel",{relatedTarget:j,direction:h});if(this.$element.trigger(k),!k.isDefaultPrevented()){if(this.sliding=!0,g&&this.pause(),this.$indicators.length){this.$indicators.find(".active").removeClass("active");var l=a(this.$indicators.children()[this.getItemIndex(f)]);l&&l.addClass("active")}var m=a.Event("slid.bs.carousel",{relatedTarget:j,direction:h});return a.support.transition&&this.$element.hasClass("slide")?(f.addClass(b),f[0].offsetWidth,e.addClass(h),f.addClass(h),e.one("bsTransitionEnd",function(){f.removeClass([b,h].join(" ")).addClass("active"),e.removeClass(["active",h].join(" ")),i.sliding=!1,setTimeout(function(){i.$element.trigger(m)},0)}).emulateTransitionEnd(c.TRANSITION_DURATION)):(e.removeClass("active"),f.addClass("active"),this.sliding=!1,this.$element.trigger(m)),g&&this.cycle(),this}};var d=a.fn.carousel;a.fn.carousel=b,a.fn.carousel.Constructor=c,a.fn.carousel.noConflict=function(){return a.fn.carousel=d,this};var e=function(c){var d,e=a(this),f=a(e.attr("data-target")||(d=e.attr("href"))&&d.replace(/.*(?=#[^\s]+$)/,""));if(f.hasClass("carousel")){var g=a.extend({},f.data(),e.data()),h=e.attr("data-slide-to");h&&(g.interval=!1),b.call(f,g),h&&f.data("bs.carousel").to(h),c.preventDefault()}};a(document).on("click.bs.carousel.data-api","[data-slide]",e).on("click.bs.carousel.data-api","[data-slide-to]",e),a(window).on("load",function(){a('[data-ride="carousel"]').each(function(){var c=a(this);b.call(c,c.data())})})}(jQuery),+function(a){"use strict";function b(b){var c,d=b.attr("data-target")||(c=b.attr("href"))&&c.replace(/.*(?=#[^\s]+$)/,"");return a(d)}function c(b){return this.each(function(){var c=a(this),e=c.data("bs.collapse"),f=a.extend({},d.DEFAULTS,c.data(),"object"==typeof b&&b);!e&&f.toggle&&/show|hide/.test(b)&&(f.toggle=!1),e||c.data("bs.collapse",e=new d(this,f)),"string"==typeof b&&e[b]()})}var d=function(b,c){this.$element=a(b),this.options=a.extend({},d.DEFAULTS,c),this.$trigger=a('[data-toggle="collapse"][href="#'+b.id+'"],[data-toggle="collapse"][data-target="#'+b.id+'"]'),this.transitioning=null,this.options.parent?this.$parent=this.getParent():this.addAriaAndCollapsedClass(this.$element,this.$trigger),this.options.toggle&&this.toggle()};d.VERSION="3.3.4",d.TRANSITION_DURATION=350,d.DEFAULTS={toggle:!0},d.prototype.dimension=function(){var a=this.$element.hasClass("width");return a?"width":"height"},d.prototype.show=function(){if(!this.transitioning&&!this.$element.hasClass("in")){var b,e=this.$parent&&this.$parent.children(".panel").children(".in, .collapsing");if(!(e&&e.length&&(b=e.data("bs.collapse"),b&&b.transitioning))){var f=a.Event("show.bs.collapse");if(this.$element.trigger(f),!f.isDefaultPrevented()){e&&e.length&&(c.call(e,"hide"),b||e.data("bs.collapse",null));var g=this.dimension();this.$element.removeClass("collapse").addClass("collapsing")[g](0).attr("aria-expanded",!0),this.$trigger.removeClass("collapsed").attr("aria-expanded",!0),this.transitioning=1;var h=function(){this.$element.removeClass("collapsing").addClass("collapse in")[g](""),this.transitioning=0,this.$element.trigger("shown.bs.collapse")};if(!a.support.transition)return h.call(this);var i=a.camelCase(["scroll",g].join("-"));this.$element.one("bsTransitionEnd",a.proxy(h,this)).emulateTransitionEnd(d.TRANSITION_DURATION)[g](this.$element[0][i])}}}},d.prototype.hide=function(){if(!this.transitioning&&this.$element.hasClass("in")){var b=a.Event("hide.bs.collapse");if(this.$element.trigger(b),!b.isDefaultPrevented()){var c=this.dimension();this.$element[c](this.$element[c]())[0].offsetHeight,this.$element.addClass("collapsing").removeClass("collapse in").attr("aria-expanded",!1),this.$trigger.addClass("collapsed").attr("aria-expanded",!1),this.transitioning=1;var e=function(){this.transitioning=0,this.$element.removeClass("collapsing").addClass("collapse").trigger("hidden.bs.collapse")};return a.support.transition?void this.$element[c](0).one("bsTransitionEnd",a.proxy(e,this)).emulateTransitionEnd(d.TRANSITION_DURATION):e.call(this)}}},d.prototype.toggle=function(){this[this.$element.hasClass("in")?"hide":"show"]()},d.prototype.getParent=function(){return a(this.options.parent).find('[data-toggle="collapse"][data-parent="'+this.options.parent+'"]').each(a.proxy(function(c,d){var e=a(d);this.addAriaAndCollapsedClass(b(e),e)},this)).end()},d.prototype.addAriaAndCollapsedClass=function(a,b){var c=a.hasClass("in");a.attr("aria-expanded",c),b.toggleClass("collapsed",!c).attr("aria-expanded",c)};var e=a.fn.collapse;a.fn.collapse=c,a.fn.collapse.Constructor=d,a.fn.collapse.noConflict=function(){return a.fn.collapse=e,this},a(document).on("click.bs.collapse.data-api",'[data-toggle="collapse"]',function(d){var e=a(this);e.attr("data-target")||d.preventDefault();var f=b(e),g=f.data("bs.collapse"),h=g?"toggle":e.data();c.call(f,h)})}(jQuery),+function(a){"use strict";function b(b){b&&3===b.which||(a(e).remove(),a(f).each(function(){var d=a(this),e=c(d),f={relatedTarget:this};e.hasClass("open")&&(e.trigger(b=a.Event("hide.bs.dropdown",f)),b.isDefaultPrevented()||(d.attr("aria-expanded","false"),e.removeClass("open").trigger("hidden.bs.dropdown",f)))}))}function c(b){var c=b.attr("data-target");c||(c=b.attr("href"),c=c&&/#[A-Za-z]/.test(c)&&c.replace(/.*(?=#[^\s]*$)/,""));var d=c&&a(c);return d&&d.length?d:b.parent()}function d(b){return this.each(function(){var c=a(this),d=c.data("bs.dropdown");d||c.data("bs.dropdown",d=new g(this)),"string"==typeof b&&d[b].call(c)})}var e=".dropdown-backdrop",f='[data-toggle="dropdown"]',g=function(b){a(b).on("click.bs.dropdown",this.toggle)};g.VERSION="3.3.4",g.prototype.toggle=function(d){var e=a(this);if(!e.is(".disabled, :disabled")){var f=c(e),g=f.hasClass("open");if(b(),!g){"ontouchstart"in document.documentElement&&!f.closest(".navbar-nav").length&&a('<div class="dropdown-backdrop"/>').insertAfter(a(this)).on("click",b);var h={relatedTarget:this};if(f.trigger(d=a.Event("show.bs.dropdown",h)),d.isDefaultPrevented())return;e.trigger("focus").attr("aria-expanded","true"),f.toggleClass("open").trigger("shown.bs.dropdown",h)}return!1}},g.prototype.keydown=function(b){if(/(38|40|27|32)/.test(b.which)&&!/input|textarea/i.test(b.target.tagName)){var d=a(this);if(b.preventDefault(),b.stopPropagation(),!d.is(".disabled, :disabled")){var e=c(d),g=e.hasClass("open");if(!g&&27!=b.which||g&&27==b.which)return 27==b.which&&e.find(f).trigger("focus"),d.trigger("click");var h=" li:not(.disabled):visible a",i=e.find('[role="menu"]'+h+', [role="listbox"]'+h);if(i.length){var j=i.index(b.target);38==b.which&&j>0&&j--,40==b.which&&j<i.length-1&&j++,~j||(j=0),i.eq(j).trigger("focus")}}}};var h=a.fn.dropdown;a.fn.dropdown=d,a.fn.dropdown.Constructor=g,a.fn.dropdown.noConflict=function(){return a.fn.dropdown=h,this},a(document).on("click.bs.dropdown.data-api",b).on("click.bs.dropdown.data-api",".dropdown form",function(a){a.stopPropagation()}).on("click.bs.dropdown.data-api",f,g.prototype.toggle).on("keydown.bs.dropdown.data-api",f,g.prototype.keydown).on("keydown.bs.dropdown.data-api",'[role="menu"]',g.prototype.keydown).on("keydown.bs.dropdown.data-api",'[role="listbox"]',g.prototype.keydown)}(jQuery),+function(a){"use strict";function b(b,d){return this.each(function(){var e=a(this),f=e.data("bs.modal"),g=a.extend({},c.DEFAULTS,e.data(),"object"==typeof b&&b);f||e.data("bs.modal",f=new c(this,g)),"string"==typeof b?f[b](d):g.show&&f.show(d)})}var c=function(b,c){this.options=c,this.$body=a(document.body),this.$element=a(b),this.$dialog=this.$element.find(".modal-dialog"),this.$backdrop=null,this.isShown=null,this.originalBodyPad=null,this.scrollbarWidth=0,this.ignoreBackdropClick=!1,this.options.remote&&this.$element.find(".modal-content").load(this.options.remote,a.proxy(function(){this.$element.trigger("loaded.bs.modal")},this))};c.VERSION="3.3.4",c.TRANSITION_DURATION=300,c.BACKDROP_TRANSITION_DURATION=150,c.DEFAULTS={backdrop:!0,keyboard:!0,show:!0},c.prototype.toggle=function(a){return this.isShown?this.hide():this.show(a)},c.prototype.show=function(b){var d=this,e=a.Event("show.bs.modal",{relatedTarget:b});this.$element.trigger(e),this.isShown||e.isDefaultPrevented()||(this.isShown=!0,this.checkScrollbar(),this.setScrollbar(),this.$body.addClass("modal-open"),this.escape(),this.resize(),this.$element.on("click.dismiss.bs.modal",'[data-dismiss="modal"]',a.proxy(this.hide,this)),this.$dialog.on("mousedown.dismiss.bs.modal",function(){d.$element.one("mouseup.dismiss.bs.modal",function(b){a(b.target).is(d.$element)&&(d.ignoreBackdropClick=!0)})}),this.backdrop(function(){var e=a.support.transition&&d.$element.hasClass("fade");d.$element.parent().length||d.$element.appendTo(d.$body),d.$element.show().scrollTop(0),d.adjustDialog(),e&&d.$element[0].offsetWidth,d.$element.addClass("in").attr("aria-hidden",!1),d.enforceFocus();var f=a.Event("shown.bs.modal",{relatedTarget:b});e?d.$dialog.one("bsTransitionEnd",function(){d.$element.trigger("focus").trigger(f)}).emulateTransitionEnd(c.TRANSITION_DURATION):d.$element.trigger("focus").trigger(f)}))},c.prototype.hide=function(b){b&&b.preventDefault(),b=a.Event("hide.bs.modal"),this.$element.trigger(b),this.isShown&&!b.isDefaultPrevented()&&(this.isShown=!1,this.escape(),this.resize(),a(document).off("focusin.bs.modal"),this.$element.removeClass("in").attr("aria-hidden",!0).off("click.dismiss.bs.modal").off("mouseup.dismiss.bs.modal"),this.$dialog.off("mousedown.dismiss.bs.modal"),a.support.transition&&this.$element.hasClass("fade")?this.$element.one("bsTransitionEnd",a.proxy(this.hideModal,this)).emulateTransitionEnd(c.TRANSITION_DURATION):this.hideModal())},c.prototype.enforceFocus=function(){a(document).off("focusin.bs.modal").on("focusin.bs.modal",a.proxy(function(a){this.$element[0]===a.target||this.$element.has(a.target).length||this.$element.trigger("focus")},this))},c.prototype.escape=function(){this.isShown&&this.options.keyboard?this.$element.on("keydown.dismiss.bs.modal",a.proxy(function(a){27==a.which&&this.hide()},this)):this.isShown||this.$element.off("keydown.dismiss.bs.modal")},c.prototype.resize=function(){this.isShown?a(window).on("resize.bs.modal",a.proxy(this.handleUpdate,this)):a(window).off("resize.bs.modal")},c.prototype.hideModal=function(){var a=this;this.$element.hide(),this.backdrop(function(){a.$body.removeClass("modal-open"),a.resetAdjustments(),a.resetScrollbar(),a.$element.trigger("hidden.bs.modal")})},c.prototype.removeBackdrop=function(){this.$backdrop&&this.$backdrop.remove(),this.$backdrop=null},c.prototype.backdrop=function(b){var d=this,e=this.$element.hasClass("fade")?"fade":"";if(this.isShown&&this.options.backdrop){var f=a.support.transition&&e;if(this.$backdrop=a('<div class="modal-backdrop '+e+'" />').appendTo(this.$body),this.$element.on("click.dismiss.bs.modal",a.proxy(function(a){return this.ignoreBackdropClick?void(this.ignoreBackdropClick=!1):void(a.target===a.currentTarget&&("static"==this.options.backdrop?this.$element[0].focus():this.hide()))},this)),f&&this.$backdrop[0].offsetWidth,this.$backdrop.addClass("in"),!b)return;f?this.$backdrop.one("bsTransitionEnd",b).emulateTransitionEnd(c.BACKDROP_TRANSITION_DURATION):b()}else if(!this.isShown&&this.$backdrop){this.$backdrop.removeClass("in");var g=function(){d.removeBackdrop(),b&&b()};a.support.transition&&this.$element.hasClass("fade")?this.$backdrop.one("bsTransitionEnd",g).emulateTransitionEnd(c.BACKDROP_TRANSITION_DURATION):g()}else b&&b()},c.prototype.handleUpdate=function(){this.adjustDialog()},c.prototype.adjustDialog=function(){var a=this.$element[0].scrollHeight>document.documentElement.clientHeight;this.$element.css({paddingLeft:!this.bodyIsOverflowing&&a?this.scrollbarWidth:"",paddingRight:this.bodyIsOverflowing&&!a?this.scrollbarWidth:""})},c.prototype.resetAdjustments=function(){this.$element.css({paddingLeft:"",paddingRight:""})},c.prototype.checkScrollbar=function(){var a=window.innerWidth;if(!a){var b=document.documentElement.getBoundingClientRect();a=b.right-Math.abs(b.left)}this.bodyIsOverflowing=document.body.clientWidth<a,this.scrollbarWidth=this.measureScrollbar()},c.prototype.setScrollbar=function(){var a=parseInt(this.$body.css("padding-right")||0,10);this.originalBodyPad=document.body.style.paddingRight||"",this.bodyIsOverflowing&&this.$body.css("padding-right",a+this.scrollbarWidth)},c.prototype.resetScrollbar=function(){this.$body.css("padding-right",this.originalBodyPad)},c.prototype.measureScrollbar=function(){var a=document.createElement("div");a.className="modal-scrollbar-measure",this.$body.append(a);var b=a.offsetWidth-a.clientWidth;return this.$body[0].removeChild(a),b};var d=a.fn.modal;a.fn.modal=b,a.fn.modal.Constructor=c,a.fn.modal.noConflict=function(){return a.fn.modal=d,this},a(document).on("click.bs.modal.data-api",'[data-toggle="modal"]',function(c){var d=a(this),e=d.attr("href"),f=a(d.attr("data-target")||e&&e.replace(/.*(?=#[^\s]+$)/,"")),g=f.data("bs.modal")?"toggle":a.extend({remote:!/#/.test(e)&&e},f.data(),d.data());d.is("a")&&c.preventDefault(),f.one("show.bs.modal",function(a){a.isDefaultPrevented()||f.one("hidden.bs.modal",function(){d.is(":visible")&&d.trigger("focus")})}),b.call(f,g,this)})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.tooltip"),f="object"==typeof b&&b;(e||!/destroy|hide/.test(b))&&(e||d.data("bs.tooltip",e=new c(this,f)),"string"==typeof b&&e[b]())})}var c=function(a,b){this.type=null,this.options=null,this.enabled=null,this.timeout=null,this.hoverState=null,this.$element=null,this.init("tooltip",a,b)};c.VERSION="3.3.4",c.TRANSITION_DURATION=150,c.DEFAULTS={animation:!0,placement:"top",selector:!1,template:'<div class="tooltip" role="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>',trigger:"hover focus",title:"",delay:0,html:!1,container:!1,viewport:{selector:"body",padding:0}},c.prototype.init=function(b,c,d){if(this.enabled=!0,this.type=b,this.$element=a(c),this.options=this.getOptions(d),this.$viewport=this.options.viewport&&a(this.options.viewport.selector||this.options.viewport),this.$element[0]instanceof document.constructor&&!this.options.selector)throw new Error("`selector` option must be specified when initializing "+this.type+" on the window.document object!");for(var e=this.options.trigger.split(" "),f=e.length;f--;){var g=e[f];if("click"==g)this.$element.on("click."+this.type,this.options.selector,a.proxy(this.toggle,this));else if("manual"!=g){var h="hover"==g?"mouseenter":"focusin",i="hover"==g?"mouseleave":"focusout";this.$element.on(h+"."+this.type,this.options.selector,a.proxy(this.enter,this)),this.$element.on(i+"."+this.type,this.options.selector,a.proxy(this.leave,this))}}this.options.selector?this._options=a.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},c.prototype.getDefaults=function(){return c.DEFAULTS},c.prototype.getOptions=function(b){return b=a.extend({},this.getDefaults(),this.$element.data(),b),b.delay&&"number"==typeof b.delay&&(b.delay={show:b.delay,hide:b.delay}),b},c.prototype.getDelegateOptions=function(){var b={},c=this.getDefaults();return this._options&&a.each(this._options,function(a,d){c[a]!=d&&(b[a]=d)}),b},c.prototype.enter=function(b){var c=b instanceof this.constructor?b:a(b.currentTarget).data("bs."+this.type);return c&&c.$tip&&c.$tip.is(":visible")?void(c.hoverState="in"):(c||(c=new this.constructor(b.currentTarget,this.getDelegateOptions()),a(b.currentTarget).data("bs."+this.type,c)),clearTimeout(c.timeout),c.hoverState="in",c.options.delay&&c.options.delay.show?void(c.timeout=setTimeout(function(){"in"==c.hoverState&&c.show()},c.options.delay.show)):c.show())},c.prototype.leave=function(b){var c=b instanceof this.constructor?b:a(b.currentTarget).data("bs."+this.type);return c||(c=new this.constructor(b.currentTarget,this.getDelegateOptions()),a(b.currentTarget).data("bs."+this.type,c)),clearTimeout(c.timeout),c.hoverState="out",c.options.delay&&c.options.delay.hide?void(c.timeout=setTimeout(function(){"out"==c.hoverState&&c.hide()},c.options.delay.hide)):c.hide()},c.prototype.show=function(){var b=a.Event("show.bs."+this.type);if(this.hasContent()&&this.enabled){this.$element.trigger(b);var d=a.contains(this.$element[0].ownerDocument.documentElement,this.$element[0]);if(b.isDefaultPrevented()||!d)return;var e=this,f=this.tip(),g=this.getUID(this.type);this.setContent(),f.attr("id",g),this.$element.attr("aria-describedby",g),this.options.animation&&f.addClass("fade");var h="function"==typeof this.options.placement?this.options.placement.call(this,f[0],this.$element[0]):this.options.placement,i=/\s?auto?\s?/i,j=i.test(h);j&&(h=h.replace(i,"")||"top"),f.detach().css({top:0,left:0,display:"block"}).addClass(h).data("bs."+this.type,this),this.options.container?f.appendTo(this.options.container):f.insertAfter(this.$element);var k=this.getPosition(),l=f[0].offsetWidth,m=f[0].offsetHeight;if(j){var n=h,o=this.options.container?a(this.options.container):this.$element.parent(),p=this.getPosition(o);h="bottom"==h&&k.bottom+m>p.bottom?"top":"top"==h&&k.top-m<p.top?"bottom":"right"==h&&k.right+l>p.width?"left":"left"==h&&k.left-l<p.left?"right":h,f.removeClass(n).addClass(h)}var q=this.getCalculatedOffset(h,k,l,m);this.applyPlacement(q,h);var r=function(){var a=e.hoverState;e.$element.trigger("shown.bs."+e.type),e.hoverState=null,"out"==a&&e.leave(e)};a.support.transition&&this.$tip.hasClass("fade")?f.one("bsTransitionEnd",r).emulateTransitionEnd(c.TRANSITION_DURATION):r()}},c.prototype.applyPlacement=function(b,c){var d=this.tip(),e=d[0].offsetWidth,f=d[0].offsetHeight,g=parseInt(d.css("margin-top"),10),h=parseInt(d.css("margin-left"),10);isNaN(g)&&(g=0),isNaN(h)&&(h=0),b.top=b.top+g,b.left=b.left+h,a.offset.setOffset(d[0],a.extend({using:function(a){d.css({top:Math.round(a.top),left:Math.round(a.left)})}},b),0),d.addClass("in");var i=d[0].offsetWidth,j=d[0].offsetHeight;"top"==c&&j!=f&&(b.top=b.top+f-j);var k=this.getViewportAdjustedDelta(c,b,i,j);k.left?b.left+=k.left:b.top+=k.top;var l=/top|bottom/.test(c),m=l?2*k.left-e+i:2*k.top-f+j,n=l?"offsetWidth":"offsetHeight";d.offset(b),this.replaceArrow(m,d[0][n],l)},c.prototype.replaceArrow=function(a,b,c){this.arrow().css(c?"left":"top",50*(1-a/b)+"%").css(c?"top":"left","")},c.prototype.setContent=function(){var a=this.tip(),b=this.getTitle();a.find(".tooltip-inner")[this.options.html?"html":"text"](b),a.removeClass("fade in top bottom left right")},c.prototype.hide=function(b){function d(){"in"!=e.hoverState&&f.detach(),e.$element.removeAttr("aria-describedby").trigger("hidden.bs."+e.type),b&&b()}var e=this,f=a(this.$tip),g=a.Event("hide.bs."+this.type);return this.$element.trigger(g),g.isDefaultPrevented()?void 0:(f.removeClass("in"),a.support.transition&&f.hasClass("fade")?f.one("bsTransitionEnd",d).emulateTransitionEnd(c.TRANSITION_DURATION):d(),this.hoverState=null,this)},c.prototype.fixTitle=function(){var a=this.$element;(a.attr("title")||"string"!=typeof a.attr("data-original-title"))&&a.attr("data-original-title",a.attr("title")||"").attr("title","")},c.prototype.hasContent=function(){return this.getTitle()},c.prototype.getPosition=function(b){b=b||this.$element;var c=b[0],d="BODY"==c.tagName,e=c.getBoundingClientRect();null==e.width&&(e=a.extend({},e,{width:e.right-e.left,height:e.bottom-e.top}));var f=d?{top:0,left:0}:b.offset(),g={scroll:d?document.documentElement.scrollTop||document.body.scrollTop:b.scrollTop()},h=d?{width:a(window).width(),height:a(window).height()}:null;return a.extend({},e,g,h,f)},c.prototype.getCalculatedOffset=function(a,b,c,d){return"bottom"==a?{top:b.top+b.height,left:b.left+b.width/2-c/2}:"top"==a?{top:b.top-d,left:b.left+b.width/2-c/2}:"left"==a?{top:b.top+b.height/2-d/2,left:b.left-c}:{top:b.top+b.height/2-d/2,left:b.left+b.width}},c.prototype.getViewportAdjustedDelta=function(a,b,c,d){var e={top:0,left:0};if(!this.$viewport)return e;var f=this.options.viewport&&this.options.viewport.padding||0,g=this.getPosition(this.$viewport);if(/right|left/.test(a)){var h=b.top-f-g.scroll,i=b.top+f-g.scroll+d;h<g.top?e.top=g.top-h:i>g.top+g.height&&(e.top=g.top+g.height-i)}else{var j=b.left-f,k=b.left+f+c;j<g.left?e.left=g.left-j:k>g.width&&(e.left=g.left+g.width-k)}return e},c.prototype.getTitle=function(){var a,b=this.$element,c=this.options;return a=b.attr("data-original-title")||("function"==typeof c.title?c.title.call(b[0]):c.title)},c.prototype.getUID=function(a){do a+=~~(1e6*Math.random());while(document.getElementById(a));return a},c.prototype.tip=function(){return this.$tip=this.$tip||a(this.options.template)},c.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".tooltip-arrow")},c.prototype.enable=function(){this.enabled=!0},c.prototype.disable=function(){this.enabled=!1},c.prototype.toggleEnabled=function(){this.enabled=!this.enabled},c.prototype.toggle=function(b){var c=this;b&&(c=a(b.currentTarget).data("bs."+this.type),c||(c=new this.constructor(b.currentTarget,this.getDelegateOptions()),a(b.currentTarget).data("bs."+this.type,c))),c.tip().hasClass("in")?c.leave(c):c.enter(c)},c.prototype.destroy=function(){var a=this;clearTimeout(this.timeout),this.hide(function(){a.$element.off("."+a.type).removeData("bs."+a.type)})};var d=a.fn.tooltip;a.fn.tooltip=b,a.fn.tooltip.Constructor=c,a.fn.tooltip.noConflict=function(){return a.fn.tooltip=d,this}}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.popover"),f="object"==typeof b&&b;(e||!/destroy|hide/.test(b))&&(e||d.data("bs.popover",e=new c(this,f)),"string"==typeof b&&e[b]())})}var c=function(a,b){this.init("popover",a,b)};if(!a.fn.tooltip)throw new Error("Popover requires tooltip.js");c.VERSION="3.3.4",c.DEFAULTS=a.extend({},a.fn.tooltip.Constructor.DEFAULTS,{placement:"right",trigger:"click",content:"",template:'<div class="popover" role="tooltip"><div class="arrow"></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>'}),c.prototype=a.extend({},a.fn.tooltip.Constructor.prototype),c.prototype.constructor=c,c.prototype.getDefaults=function(){return c.DEFAULTS},c.prototype.setContent=function(){var a=this.tip(),b=this.getTitle(),c=this.getContent();a.find(".popover-title")[this.options.html?"html":"text"](b),a.find(".popover-content").children().detach().end()[this.options.html?"string"==typeof c?"html":"append":"text"](c),a.removeClass("fade top bottom left right in"),a.find(".popover-title").html()||a.find(".popover-title").hide()},c.prototype.hasContent=function(){return this.getTitle()||this.getContent()},c.prototype.getContent=function(){var a=this.$element,b=this.options;return a.attr("data-content")||("function"==typeof b.content?b.content.call(a[0]):b.content)},c.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".arrow")};var d=a.fn.popover;a.fn.popover=b,a.fn.popover.Constructor=c,a.fn.popover.noConflict=function(){return a.fn.popover=d,this}}(jQuery),+function(a){"use strict";function b(c,d){this.$body=a(document.body),this.$scrollElement=a(a(c).is(document.body)?window:c),this.options=a.extend({},b.DEFAULTS,d),this.selector=(this.options.target||"")+" .nav li > a",this.offsets=[],this.targets=[],this.activeTarget=null,this.scrollHeight=0,this.$scrollElement.on("scroll.bs.scrollspy",a.proxy(this.process,this)),this.refresh(),this.process()}function c(c){return this.each(function(){var d=a(this),e=d.data("bs.scrollspy"),f="object"==typeof c&&c;e||d.data("bs.scrollspy",e=new b(this,f)),"string"==typeof c&&e[c]()})}b.VERSION="3.3.4",b.DEFAULTS={offset:10},b.prototype.getScrollHeight=function(){return this.$scrollElement[0].scrollHeight||Math.max(this.$body[0].scrollHeight,document.documentElement.scrollHeight)},b.prototype.refresh=function(){var b=this,c="offset",d=0;this.offsets=[],this.targets=[],this.scrollHeight=this.getScrollHeight(),a.isWindow(this.$scrollElement[0])||(c="position",d=this.$scrollElement.scrollTop()),this.$body.find(this.selector).map(function(){var b=a(this),e=b.data("target")||b.attr("href"),f=/^#./.test(e)&&a(e);return f&&f.length&&f.is(":visible")&&[[f[c]().top+d,e]]||null}).sort(function(a,b){return a[0]-b[0]}).each(function(){b.offsets.push(this[0]),b.targets.push(this[1])})},b.prototype.process=function(){var a,b=this.$scrollElement.scrollTop()+this.options.offset,c=this.getScrollHeight(),d=this.options.offset+c-this.$scrollElement.height(),e=this.offsets,f=this.targets,g=this.activeTarget;if(this.scrollHeight!=c&&this.refresh(),b>=d)return g!=(a=f[f.length-1])&&this.activate(a);if(g&&b<e[0])return this.activeTarget=null,this.clear();for(a=e.length;a--;)g!=f[a]&&b>=e[a]&&(void 0===e[a+1]||b<e[a+1])&&this.activate(f[a])},b.prototype.activate=function(b){this.activeTarget=b,this.clear();var c=this.selector+'[data-target="'+b+'"],'+this.selector+'[href="'+b+'"]',d=a(c).parents("li").addClass("active");d.parent(".dropdown-menu").length&&(d=d.closest("li.dropdown").addClass("active")),d.trigger("activate.bs.scrollspy")},b.prototype.clear=function(){a(this.selector).parentsUntil(this.options.target,".active").removeClass("active")};var d=a.fn.scrollspy;a.fn.scrollspy=c,a.fn.scrollspy.Constructor=b,a.fn.scrollspy.noConflict=function(){return a.fn.scrollspy=d,this},a(window).on("load.bs.scrollspy.data-api",function(){a('[data-spy="scroll"]').each(function(){var b=a(this);c.call(b,b.data())})})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.tab");e||d.data("bs.tab",e=new c(this)),"string"==typeof b&&e[b]()})}var c=function(b){this.element=a(b)};c.VERSION="3.3.4",c.TRANSITION_DURATION=150,c.prototype.show=function(){var b=this.element,c=b.closest("ul:not(.dropdown-menu)"),d=b.data("target");if(d||(d=b.attr("href"),d=d&&d.replace(/.*(?=#[^\s]*$)/,"")),!b.parent("li").hasClass("active")){
7
  var e=c.find(".active:last a"),f=a.Event("hide.bs.tab",{relatedTarget:b[0]}),g=a.Event("show.bs.tab",{relatedTarget:e[0]});if(e.trigger(f),b.trigger(g),!g.isDefaultPrevented()&&!f.isDefaultPrevented()){var h=a(d);this.activate(b.closest("li"),c),this.activate(h,h.parent(),function(){e.trigger({type:"hidden.bs.tab",relatedTarget:b[0]}),b.trigger({type:"shown.bs.tab",relatedTarget:e[0]})})}}},c.prototype.activate=function(b,d,e){function f(){g.removeClass("active").find("> .dropdown-menu > .active").removeClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!1),b.addClass("active").find('[data-toggle="tab"]').attr("aria-expanded",!0),h?(b[0].offsetWidth,b.addClass("in")):b.removeClass("fade"),b.parent(".dropdown-menu").length&&b.closest("li.dropdown").addClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!0),e&&e()}var g=d.find("> .active"),h=e&&a.support.transition&&(g.length&&g.hasClass("fade")||!!d.find("> .fade").length);g.length&&h?g.one("bsTransitionEnd",f).emulateTransitionEnd(c.TRANSITION_DURATION):f(),g.removeClass("in")};var d=a.fn.tab;a.fn.tab=b,a.fn.tab.Constructor=c,a.fn.tab.noConflict=function(){return a.fn.tab=d,this};var e=function(c){c.preventDefault(),b.call(a(this),"show")};a(document).on("click.bs.tab.data-api",'[data-toggle="tab"]',e).on("click.bs.tab.data-api",'[data-toggle="pill"]',e)}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.affix"),f="object"==typeof b&&b;e||d.data("bs.affix",e=new c(this,f)),"string"==typeof b&&e[b]()})}var c=function(b,d){this.options=a.extend({},c.DEFAULTS,d),this.$target=a(this.options.target).on("scroll.bs.affix.data-api",a.proxy(this.checkPosition,this)).on("click.bs.affix.data-api",a.proxy(this.checkPositionWithEventLoop,this)),this.$element=a(b),this.affixed=null,this.unpin=null,this.pinnedOffset=null,this.checkPosition()};c.VERSION="3.3.4",c.RESET="affix affix-top affix-bottom",c.DEFAULTS={offset:0,target:window},c.prototype.getState=function(a,b,c,d){var e=this.$target.scrollTop(),f=this.$element.offset(),g=this.$target.height();if(null!=c&&"top"==this.affixed)return c>e?"top":!1;if("bottom"==this.affixed)return null!=c?e+this.unpin<=f.top?!1:"bottom":a-d>=e+g?!1:"bottom";var h=null==this.affixed,i=h?e:f.top,j=h?g:b;return null!=c&&c>=e?"top":null!=d&&i+j>=a-d?"bottom":!1},c.prototype.getPinnedOffset=function(){if(this.pinnedOffset)return this.pinnedOffset;this.$element.removeClass(c.RESET).addClass("affix");var a=this.$target.scrollTop(),b=this.$element.offset();return this.pinnedOffset=b.top-a},c.prototype.checkPositionWithEventLoop=function(){setTimeout(a.proxy(this.checkPosition,this),1)},c.prototype.checkPosition=function(){if(this.$element.is(":visible")){var b=this.$element.height(),d=this.options.offset,e=d.top,f=d.bottom,g=a(document.body).height();"object"!=typeof d&&(f=e=d),"function"==typeof e&&(e=d.top(this.$element)),"function"==typeof f&&(f=d.bottom(this.$element));var h=this.getState(g,b,e,f);if(this.affixed!=h){null!=this.unpin&&this.$element.css("top","");var i="affix"+(h?"-"+h:""),j=a.Event(i+".bs.affix");if(this.$element.trigger(j),j.isDefaultPrevented())return;this.affixed=h,this.unpin="bottom"==h?this.getPinnedOffset():null,this.$element.removeClass(c.RESET).addClass(i).trigger(i.replace("affix","affixed")+".bs.affix")}"bottom"==h&&this.$element.offset({top:g-b-f})}};var d=a.fn.affix;a.fn.affix=b,a.fn.affix.Constructor=c,a.fn.affix.noConflict=function(){return a.fn.affix=d,this},a(window).on("load",function(){a('[data-spy="affix"]').each(function(){var c=a(this),d=c.data();d.offset=d.offset||{},null!=d.offsetBottom&&(d.offset.bottom=d.offsetBottom),null!=d.offsetTop&&(d.offset.top=d.offsetTop),b.call(c,d)})})}(jQuery);
1
+ /*!
2
+ * Bootstrap v3.3.4 (http://getbootstrap.com)
3
+ * Copyright 2011-2015 Twitter, Inc.
4
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
5
+ */
6
+ if("undefined"==typeof jQuery)throw new Error("Bootstrap's JavaScript requires jQuery");+function(a){"use strict";var b=a.fn.jquery.split(" ")[0].split(".");if(b[0]<2&&b[1]<9||1==b[0]&&9==b[1]&&b[2]<1)throw new Error("Bootstrap's JavaScript requires jQuery version 1.9.1 or higher")}(jQuery),+function(a){"use strict";function b(){var a=document.createElement("bootstrap"),b={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"};for(var c in b)if(void 0!==a.style[c])return{end:b[c]};return!1}a.fn.emulateTransitionEnd=function(b){var c=!1,d=this;a(this).one("bsTransitionEnd",function(){c=!0});var e=function(){c||a(d).trigger(a.support.transition.end)};return setTimeout(e,b),this},a(function(){a.support.transition=b(),a.support.transition&&(a.event.special.bsTransitionEnd={bindType:a.support.transition.end,delegateType:a.support.transition.end,handle:function(b){return a(b.target).is(this)?b.handleObj.handler.apply(this,arguments):void 0}})})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var c=a(this),e=c.data("bs.alert");e||c.data("bs.alert",e=new d(this)),"string"==typeof b&&e[b].call(c)})}var c='[data-dismiss="alert"]',d=function(b){a(b).on("click",c,this.close)};d.VERSION="3.3.4",d.TRANSITION_DURATION=150,d.prototype.close=function(b){function c(){g.detach().trigger("closed.bs.alert").remove()}var e=a(this),f=e.attr("data-target");f||(f=e.attr("href"),f=f&&f.replace(/.*(?=#[^\s]*$)/,""));var g=a(f);b&&b.preventDefault(),g.length||(g=e.closest(".alert")),g.trigger(b=a.Event("close.bs.alert")),b.isDefaultPrevented()||(g.removeClass("in"),a.support.transition&&g.hasClass("fade")?g.one("bsTransitionEnd",c).emulateTransitionEnd(d.TRANSITION_DURATION):c())};var e=a.fn.alert;a.fn.alert=b,a.fn.alert.Constructor=d,a.fn.alert.noConflict=function(){return a.fn.alert=e,this},a(document).on("click.bs.alert.data-api",c,d.prototype.close)}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.button"),f="object"==typeof b&&b;e||d.data("bs.button",e=new c(this,f)),"toggle"==b?e.toggle():b&&e.setState(b)})}var c=function(b,d){this.$element=a(b),this.options=a.extend({},c.DEFAULTS,d),this.isLoading=!1};c.VERSION="3.3.4",c.DEFAULTS={loadingText:"loading..."},c.prototype.setState=function(b){var c="disabled",d=this.$element,e=d.is("input")?"val":"html",f=d.data();b+="Text",null==f.resetText&&d.data("resetText",d[e]()),setTimeout(a.proxy(function(){d[e](null==f[b]?this.options[b]:f[b]),"loadingText"==b?(this.isLoading=!0,d.addClass(c).attr(c,c)):this.isLoading&&(this.isLoading=!1,d.removeClass(c).removeAttr(c))},this),0)},c.prototype.toggle=function(){var a=!0,b=this.$element.closest('[data-toggle="buttons"]');if(b.length){var c=this.$element.find("input");"radio"==c.prop("type")&&(c.prop("checked")&&this.$element.hasClass("active")?a=!1:b.find(".active").removeClass("active")),a&&c.prop("checked",!this.$element.hasClass("active")).trigger("change")}else this.$element.attr("aria-pressed",!this.$element.hasClass("active"));a&&this.$element.toggleClass("active")};var d=a.fn.button;a.fn.button=b,a.fn.button.Constructor=c,a.fn.button.noConflict=function(){return a.fn.button=d,this},a(document).on("click.bs.button.data-api",'[data-toggle^="button"]',function(c){var d=a(c.target);d.hasClass("btn")||(d=d.closest(".btn")),b.call(d,"toggle"),c.preventDefault()}).on("focus.bs.button.data-api blur.bs.button.data-api",'[data-toggle^="button"]',function(b){a(b.target).closest(".btn").toggleClass("focus",/^focus(in)?$/.test(b.type))})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.carousel"),f=a.extend({},c.DEFAULTS,d.data(),"object"==typeof b&&b),g="string"==typeof b?b:f.slide;e||d.data("bs.carousel",e=new c(this,f)),"number"==typeof b?e.to(b):g?e[g]():f.interval&&e.pause().cycle()})}var c=function(b,c){this.$element=a(b),this.$indicators=this.$element.find(".carousel-indicators"),this.options=c,this.paused=null,this.sliding=null,this.interval=null,this.$active=null,this.$items=null,this.options.keyboard&&this.$element.on("keydown.bs.carousel",a.proxy(this.keydown,this)),"hover"==this.options.pause&&!("ontouchstart"in document.documentElement)&&this.$element.on("mouseenter.bs.carousel",a.proxy(this.pause,this)).on("mouseleave.bs.carousel",a.proxy(this.cycle,this))};c.VERSION="3.3.4",c.TRANSITION_DURATION=600,c.DEFAULTS={interval:5e3,pause:"hover",wrap:!0,keyboard:!0},c.prototype.keydown=function(a){if(!/input|textarea/i.test(a.target.tagName)){switch(a.which){case 37:this.prev();break;case 39:this.next();break;default:return}a.preventDefault()}},c.prototype.cycle=function(b){return b||(this.paused=!1),this.interval&&clearInterval(this.interval),this.options.interval&&!this.paused&&(this.interval=setInterval(a.proxy(this.next,this),this.options.interval)),this},c.prototype.getItemIndex=function(a){return this.$items=a.parent().children(".item"),this.$items.index(a||this.$active)},c.prototype.getItemForDirection=function(a,b){var c=this.getItemIndex(b),d="prev"==a&&0===c||"next"==a&&c==this.$items.length-1;if(d&&!this.options.wrap)return b;var e="prev"==a?-1:1,f=(c+e)%this.$items.length;return this.$items.eq(f)},c.prototype.to=function(a){var b=this,c=this.getItemIndex(this.$active=this.$element.find(".item.active"));return a>this.$items.length-1||0>a?void 0:this.sliding?this.$element.one("slid.bs.carousel",function(){b.to(a)}):c==a?this.pause().cycle():this.slide(a>c?"next":"prev",this.$items.eq(a))},c.prototype.pause=function(b){return b||(this.paused=!0),this.$element.find(".next, .prev").length&&a.support.transition&&(this.$element.trigger(a.support.transition.end),this.cycle(!0)),this.interval=clearInterval(this.interval),this},c.prototype.next=function(){return this.sliding?void 0:this.slide("next")},c.prototype.prev=function(){return this.sliding?void 0:this.slide("prev")},c.prototype.slide=function(b,d){var e=this.$element.find(".item.active"),f=d||this.getItemForDirection(b,e),g=this.interval,h="next"==b?"left":"right",i=this;if(f.hasClass("active"))return this.sliding=!1;var j=f[0],k=a.Event("slide.bs.carousel",{relatedTarget:j,direction:h});if(this.$element.trigger(k),!k.isDefaultPrevented()){if(this.sliding=!0,g&&this.pause(),this.$indicators.length){this.$indicators.find(".active").removeClass("active");var l=a(this.$indicators.children()[this.getItemIndex(f)]);l&&l.addClass("active")}var m=a.Event("slid.bs.carousel",{relatedTarget:j,direction:h});return a.support.transition&&this.$element.hasClass("slide")?(f.addClass(b),f[0].offsetWidth,e.addClass(h),f.addClass(h),e.one("bsTransitionEnd",function(){f.removeClass([b,h].join(" ")).addClass("active"),e.removeClass(["active",h].join(" ")),i.sliding=!1,setTimeout(function(){i.$element.trigger(m)},0)}).emulateTransitionEnd(c.TRANSITION_DURATION)):(e.removeClass("active"),f.addClass("active"),this.sliding=!1,this.$element.trigger(m)),g&&this.cycle(),this}};var d=a.fn.carousel;a.fn.carousel=b,a.fn.carousel.Constructor=c,a.fn.carousel.noConflict=function(){return a.fn.carousel=d,this};var e=function(c){var d,e=a(this),f=a(e.attr("data-target")||(d=e.attr("href"))&&d.replace(/.*(?=#[^\s]+$)/,""));if(f.hasClass("carousel")){var g=a.extend({},f.data(),e.data()),h=e.attr("data-slide-to");h&&(g.interval=!1),b.call(f,g),h&&f.data("bs.carousel").to(h),c.preventDefault()}};a(document).on("click.bs.carousel.data-api","[data-slide]",e).on("click.bs.carousel.data-api","[data-slide-to]",e),a(window).on("load",function(){a('[data-ride="carousel"]').each(function(){var c=a(this);b.call(c,c.data())})})}(jQuery),+function(a){"use strict";function b(b){var c,d=b.attr("data-target")||(c=b.attr("href"))&&c.replace(/.*(?=#[^\s]+$)/,"");return a(d)}function c(b){return this.each(function(){var c=a(this),e=c.data("bs.collapse"),f=a.extend({},d.DEFAULTS,c.data(),"object"==typeof b&&b);!e&&f.toggle&&/show|hide/.test(b)&&(f.toggle=!1),e||c.data("bs.collapse",e=new d(this,f)),"string"==typeof b&&e[b]()})}var d=function(b,c){this.$element=a(b),this.options=a.extend({},d.DEFAULTS,c),this.$trigger=a('[data-toggle="collapse"][href="#'+b.id+'"],[data-toggle="collapse"][data-target="#'+b.id+'"]'),this.transitioning=null,this.options.parent?this.$parent=this.getParent():this.addAriaAndCollapsedClass(this.$element,this.$trigger),this.options.toggle&&this.toggle()};d.VERSION="3.3.4",d.TRANSITION_DURATION=350,d.DEFAULTS={toggle:!0},d.prototype.dimension=function(){var a=this.$element.hasClass("width");return a?"width":"height"},d.prototype.show=function(){if(!this.transitioning&&!this.$element.hasClass("in")){var b,e=this.$parent&&this.$parent.children(".panel").children(".in, .collapsing");if(!(e&&e.length&&(b=e.data("bs.collapse"),b&&b.transitioning))){var f=a.Event("show.bs.collapse");if(this.$element.trigger(f),!f.isDefaultPrevented()){e&&e.length&&(c.call(e,"hide"),b||e.data("bs.collapse",null));var g=this.dimension();this.$element.removeClass("collapse").addClass("collapsing")[g](0).attr("aria-expanded",!0),this.$trigger.removeClass("collapsed").attr("aria-expanded",!0),this.transitioning=1;var h=function(){this.$element.removeClass("collapsing").addClass("collapse in")[g](""),this.transitioning=0,this.$element.trigger("shown.bs.collapse")};if(!a.support.transition)return h.call(this);var i=a.camelCase(["scroll",g].join("-"));this.$element.one("bsTransitionEnd",a.proxy(h,this)).emulateTransitionEnd(d.TRANSITION_DURATION)[g](this.$element[0][i])}}}},d.prototype.hide=function(){if(!this.transitioning&&this.$element.hasClass("in")){var b=a.Event("hide.bs.collapse");if(this.$element.trigger(b),!b.isDefaultPrevented()){var c=this.dimension();this.$element[c](this.$element[c]())[0].offsetHeight,this.$element.addClass("collapsing").removeClass("collapse in").attr("aria-expanded",!1),this.$trigger.addClass("collapsed").attr("aria-expanded",!1),this.transitioning=1;var e=function(){this.transitioning=0,this.$element.removeClass("collapsing").addClass("collapse").trigger("hidden.bs.collapse")};return a.support.transition?void this.$element[c](0).one("bsTransitionEnd",a.proxy(e,this)).emulateTransitionEnd(d.TRANSITION_DURATION):e.call(this)}}},d.prototype.toggle=function(){this[this.$element.hasClass("in")?"hide":"show"]()},d.prototype.getParent=function(){return a(this.options.parent).find('[data-toggle="collapse"][data-parent="'+this.options.parent+'"]').each(a.proxy(function(c,d){var e=a(d);this.addAriaAndCollapsedClass(b(e),e)},this)).end()},d.prototype.addAriaAndCollapsedClass=function(a,b){var c=a.hasClass("in");a.attr("aria-expanded",c),b.toggleClass("collapsed",!c).attr("aria-expanded",c)};var e=a.fn.collapse;a.fn.collapse=c,a.fn.collapse.Constructor=d,a.fn.collapse.noConflict=function(){return a.fn.collapse=e,this},a(document).on("click.bs.collapse.data-api",'[data-toggle="collapse"]',function(d){var e=a(this);e.attr("data-target")||d.preventDefault();var f=b(e),g=f.data("bs.collapse"),h=g?"toggle":e.data();c.call(f,h)})}(jQuery),+function(a){"use strict";function b(b){b&&3===b.which||(a(e).remove(),a(f).each(function(){var d=a(this),e=c(d),f={relatedTarget:this};e.hasClass("open")&&(e.trigger(b=a.Event("hide.bs.dropdown",f)),b.isDefaultPrevented()||(d.attr("aria-expanded","false"),e.removeClass("open").trigger("hidden.bs.dropdown",f)))}))}function c(b){var c=b.attr("data-target");c||(c=b.attr("href"),c=c&&/#[A-Za-z]/.test(c)&&c.replace(/.*(?=#[^\s]*$)/,""));var d=c&&a(c);return d&&d.length?d:b.parent()}function d(b){return this.each(function(){var c=a(this),d=c.data("bs.dropdown");d||c.data("bs.dropdown",d=new g(this)),"string"==typeof b&&d[b].call(c)})}var e=".dropdown-backdrop",f='[data-toggle="dropdown"]',g=function(b){a(b).on("click.bs.dropdown",this.toggle)};g.VERSION="3.3.4",g.prototype.toggle=function(d){var e=a(this);if(!e.is(".disabled, :disabled")){var f=c(e),g=f.hasClass("open");if(b(),!g){"ontouchstart"in document.documentElement&&!f.closest(".navbar-nav").length&&a('<div class="dropdown-backdrop"/>').insertAfter(a(this)).on("click",b);var h={relatedTarget:this};if(f.trigger(d=a.Event("show.bs.dropdown",h)),d.isDefaultPrevented())return;e.trigger("focus").attr("aria-expanded","true"),f.toggleClass("open").trigger("shown.bs.dropdown",h)}return!1}},g.prototype.keydown=function(b){if(/(38|40|27|32)/.test(b.which)&&!/input|textarea/i.test(b.target.tagName)){var d=a(this);if(b.preventDefault(),b.stopPropagation(),!d.is(".disabled, :disabled")){var e=c(d),g=e.hasClass("open");if(!g&&27!=b.which||g&&27==b.which)return 27==b.which&&e.find(f).trigger("focus"),d.trigger("click");var h=" li:not(.disabled):visible a",i=e.find('[role="menu"]'+h+', [role="listbox"]'+h);if(i.length){var j=i.index(b.target);38==b.which&&j>0&&j--,40==b.which&&j<i.length-1&&j++,~j||(j=0),i.eq(j).trigger("focus")}}}};var h=a.fn.dropdown;a.fn.dropdown=d,a.fn.dropdown.Constructor=g,a.fn.dropdown.noConflict=function(){return a.fn.dropdown=h,this},a(document).on("click.bs.dropdown.data-api",b).on("click.bs.dropdown.data-api",".dropdown form",function(a){a.stopPropagation()}).on("click.bs.dropdown.data-api",f,g.prototype.toggle).on("keydown.bs.dropdown.data-api",f,g.prototype.keydown).on("keydown.bs.dropdown.data-api",'[role="menu"]',g.prototype.keydown).on("keydown.bs.dropdown.data-api",'[role="listbox"]',g.prototype.keydown)}(jQuery),+function(a){"use strict";function b(b,d){return this.each(function(){var e=a(this),f=e.data("bs.modal"),g=a.extend({},c.DEFAULTS,e.data(),"object"==typeof b&&b);f||e.data("bs.modal",f=new c(this,g)),"string"==typeof b?f[b](d):g.show&&f.show(d)})}var c=function(b,c){this.options=c,this.$body=a(document.body),this.$element=a(b),this.$dialog=this.$element.find(".modal-dialog"),this.$backdrop=null,this.isShown=null,this.originalBodyPad=null,this.scrollbarWidth=0,this.ignoreBackdropClick=!1,this.options.remote&&this.$element.find(".modal-content").load(this.options.remote,a.proxy(function(){this.$element.trigger("loaded.bs.modal")},this))};c.VERSION="3.3.4",c.TRANSITION_DURATION=300,c.BACKDROP_TRANSITION_DURATION=150,c.DEFAULTS={backdrop:!0,keyboard:!0,show:!0},c.prototype.toggle=function(a){return this.isShown?this.hide():this.show(a)},c.prototype.show=function(b){var d=this,e=a.Event("show.bs.modal",{relatedTarget:b});this.$element.trigger(e),this.isShown||e.isDefaultPrevented()||(this.isShown=!0,this.checkScrollbar(),this.setScrollbar(),this.$body.addClass("modal-open"),this.escape(),this.resize(),this.$element.on("click.dismiss.bs.modal",'[data-dismiss="modal"]',a.proxy(this.hide,this)),this.$dialog.on("mousedown.dismiss.bs.modal",function(){d.$element.one("mouseup.dismiss.bs.modal",function(b){a(b.target).is(d.$element)&&(d.ignoreBackdropClick=!0)})}),this.backdrop(function(){var e=a.support.transition&&d.$element.hasClass("fade");d.$element.parent().length||d.$element.appendTo(d.$body),d.$element.show().scrollTop(0),d.adjustDialog(),e&&d.$element[0].offsetWidth,d.$element.addClass("in").attr("aria-hidden",!1),d.enforceFocus();var f=a.Event("shown.bs.modal",{relatedTarget:b});e?d.$dialog.one("bsTransitionEnd",function(){d.$element.trigger("focus").trigger(f)}).emulateTransitionEnd(c.TRANSITION_DURATION):d.$element.trigger("focus").trigger(f)}))},c.prototype.hide=function(b){b&&b.preventDefault(),b=a.Event("hide.bs.modal"),this.$element.trigger(b),this.isShown&&!b.isDefaultPrevented()&&(this.isShown=!1,this.escape(),this.resize(),a(document).off("focusin.bs.modal"),this.$element.removeClass("in").attr("aria-hidden",!0).off("click.dismiss.bs.modal").off("mouseup.dismiss.bs.modal"),this.$dialog.off("mousedown.dismiss.bs.modal"),a.support.transition&&this.$element.hasClass("fade")?this.$element.one("bsTransitionEnd",a.proxy(this.hideModal,this)).emulateTransitionEnd(c.TRANSITION_DURATION):this.hideModal())},c.prototype.enforceFocus=function(){a(document).off("focusin.bs.modal").on("focusin.bs.modal",a.proxy(function(a){this.$element[0]===a.target||this.$element.has(a.target).length||this.$element.trigger("focus")},this))},c.prototype.escape=function(){this.isShown&&this.options.keyboard?this.$element.on("keydown.dismiss.bs.modal",a.proxy(function(a){27==a.which&&this.hide()},this)):this.isShown||this.$element.off("keydown.dismiss.bs.modal")},c.prototype.resize=function(){this.isShown?a(window).on("resize.bs.modal",a.proxy(this.handleUpdate,this)):a(window).off("resize.bs.modal")},c.prototype.hideModal=function(){var a=this;this.$element.hide(),this.backdrop(function(){a.$body.removeClass("modal-open"),a.resetAdjustments(),a.resetScrollbar(),a.$element.trigger("hidden.bs.modal")})},c.prototype.removeBackdrop=function(){this.$backdrop&&this.$backdrop.remove(),this.$backdrop=null},c.prototype.backdrop=function(b){var d=this,e=this.$element.hasClass("fade")?"fade":"";if(this.isShown&&this.options.backdrop){var f=a.support.transition&&e;if(this.$backdrop=a('<div class="modal-backdrop '+e+'" />').appendTo(this.$body),this.$element.on("click.dismiss.bs.modal",a.proxy(function(a){return this.ignoreBackdropClick?void(this.ignoreBackdropClick=!1):void(a.target===a.currentTarget&&("static"==this.options.backdrop?this.$element[0].focus():this.hide()))},this)),f&&this.$backdrop[0].offsetWidth,this.$backdrop.addClass("in"),!b)return;f?this.$backdrop.one("bsTransitionEnd",b).emulateTransitionEnd(c.BACKDROP_TRANSITION_DURATION):b()}else if(!this.isShown&&this.$backdrop){this.$backdrop.removeClass("in");var g=function(){d.removeBackdrop(),b&&b()};a.support.transition&&this.$element.hasClass("fade")?this.$backdrop.one("bsTransitionEnd",g).emulateTransitionEnd(c.BACKDROP_TRANSITION_DURATION):g()}else b&&b()},c.prototype.handleUpdate=function(){this.adjustDialog()},c.prototype.adjustDialog=function(){var a=this.$element[0].scrollHeight>document.documentElement.clientHeight;this.$element.css({paddingLeft:!this.bodyIsOverflowing&&a?this.scrollbarWidth:"",paddingRight:this.bodyIsOverflowing&&!a?this.scrollbarWidth:""})},c.prototype.resetAdjustments=function(){this.$element.css({paddingLeft:"",paddingRight:""})},c.prototype.checkScrollbar=function(){var a=window.innerWidth;if(!a){var b=document.documentElement.getBoundingClientRect();a=b.right-Math.abs(b.left)}this.bodyIsOverflowing=document.body.clientWidth<a,this.scrollbarWidth=this.measureScrollbar()},c.prototype.setScrollbar=function(){var a=parseInt(this.$body.css("padding-right")||0,10);this.originalBodyPad=document.body.style.paddingRight||"",this.bodyIsOverflowing&&this.$body.css("padding-right",a+this.scrollbarWidth)},c.prototype.resetScrollbar=function(){this.$body.css("padding-right",this.originalBodyPad)},c.prototype.measureScrollbar=function(){var a=document.createElement("div");a.className="modal-scrollbar-measure",this.$body.append(a);var b=a.offsetWidth-a.clientWidth;return this.$body[0].removeChild(a),b};var d=a.fn.modal;a.fn.modal=b,a.fn.modal.Constructor=c,a.fn.modal.noConflict=function(){return a.fn.modal=d,this},a(document).on("click.bs.modal.data-api",'[data-toggle="modal"]',function(c){var d=a(this),e=d.attr("href"),f=a(d.attr("data-target")||e&&e.replace(/.*(?=#[^\s]+$)/,"")),g=f.data("bs.modal")?"toggle":a.extend({remote:!/#/.test(e)&&e},f.data(),d.data());d.is("a")&&c.preventDefault(),f.one("show.bs.modal",function(a){a.isDefaultPrevented()||f.one("hidden.bs.modal",function(){d.is(":visible")&&d.trigger("focus")})}),b.call(f,g,this)})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.tooltip"),f="object"==typeof b&&b;(e||!/destroy|hide/.test(b))&&(e||d.data("bs.tooltip",e=new c(this,f)),"string"==typeof b&&e[b]())})}var c=function(a,b){this.type=null,this.options=null,this.enabled=null,this.timeout=null,this.hoverState=null,this.$element=null,this.init("tooltip",a,b)};c.VERSION="3.3.4",c.TRANSITION_DURATION=150,c.DEFAULTS={animation:!0,placement:"top",selector:!1,template:'<div class="tooltip" role="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>',trigger:"hover focus",title:"",delay:0,html:!1,container:!1,viewport:{selector:"body",padding:0}},c.prototype.init=function(b,c,d){if(this.enabled=!0,this.type=b,this.$element=a(c),this.options=this.getOptions(d),this.$viewport=this.options.viewport&&a(this.options.viewport.selector||this.options.viewport),this.$element[0]instanceof document.constructor&&!this.options.selector)throw new Error("`selector` option must be specified when initializing "+this.type+" on the window.document object!");for(var e=this.options.trigger.split(" "),f=e.length;f--;){var g=e[f];if("click"==g)this.$element.on("click."+this.type,this.options.selector,a.proxy(this.toggle,this));else if("manual"!=g){var h="hover"==g?"mouseenter":"focusin",i="hover"==g?"mouseleave":"focusout";this.$element.on(h+"."+this.type,this.options.selector,a.proxy(this.enter,this)),this.$element.on(i+"."+this.type,this.options.selector,a.proxy(this.leave,this))}}this.options.selector?this._options=a.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},c.prototype.getDefaults=function(){return c.DEFAULTS},c.prototype.getOptions=function(b){return b=a.extend({},this.getDefaults(),this.$element.data(),b),b.delay&&"number"==typeof b.delay&&(b.delay={show:b.delay,hide:b.delay}),b},c.prototype.getDelegateOptions=function(){var b={},c=this.getDefaults();return this._options&&a.each(this._options,function(a,d){c[a]!=d&&(b[a]=d)}),b},c.prototype.enter=function(b){var c=b instanceof this.constructor?b:a(b.currentTarget).data("bs."+this.type);return c&&c.$tip&&c.$tip.is(":visible")?void(c.hoverState="in"):(c||(c=new this.constructor(b.currentTarget,this.getDelegateOptions()),a(b.currentTarget).data("bs."+this.type,c)),clearTimeout(c.timeout),c.hoverState="in",c.options.delay&&c.options.delay.show?void(c.timeout=setTimeout(function(){"in"==c.hoverState&&c.show()},c.options.delay.show)):c.show())},c.prototype.leave=function(b){var c=b instanceof this.constructor?b:a(b.currentTarget).data("bs."+this.type);return c||(c=new this.constructor(b.currentTarget,this.getDelegateOptions()),a(b.currentTarget).data("bs."+this.type,c)),clearTimeout(c.timeout),c.hoverState="out",c.options.delay&&c.options.delay.hide?void(c.timeout=setTimeout(function(){"out"==c.hoverState&&c.hide()},c.options.delay.hide)):c.hide()},c.prototype.show=function(){var b=a.Event("show.bs."+this.type);if(this.hasContent()&&this.enabled){this.$element.trigger(b);var d=a.contains(this.$element[0].ownerDocument.documentElement,this.$element[0]);if(b.isDefaultPrevented()||!d)return;var e=this,f=this.tip(),g=this.getUID(this.type);this.setContent(),f.attr("id",g),this.$element.attr("aria-describedby",g),this.options.animation&&f.addClass("fade");var h="function"==typeof this.options.placement?this.options.placement.call(this,f[0],this.$element[0]):this.options.placement,i=/\s?auto?\s?/i,j=i.test(h);j&&(h=h.replace(i,"")||"top"),f.detach().css({top:0,left:0,display:"block"}).addClass(h).data("bs."+this.type,this),this.options.container?f.appendTo(this.options.container):f.insertAfter(this.$element);var k=this.getPosition(),l=f[0].offsetWidth,m=f[0].offsetHeight;if(j){var n=h,o=this.options.container?a(this.options.container):this.$element.parent(),p=this.getPosition(o);h="bottom"==h&&k.bottom+m>p.bottom?"top":"top"==h&&k.top-m<p.top?"bottom":"right"==h&&k.right+l>p.width?"left":"left"==h&&k.left-l<p.left?"right":h,f.removeClass(n).addClass(h)}var q=this.getCalculatedOffset(h,k,l,m);this.applyPlacement(q,h);var r=function(){var a=e.hoverState;e.$element.trigger("shown.bs."+e.type),e.hoverState=null,"out"==a&&e.leave(e)};a.support.transition&&this.$tip.hasClass("fade")?f.one("bsTransitionEnd",r).emulateTransitionEnd(c.TRANSITION_DURATION):r()}},c.prototype.applyPlacement=function(b,c){var d=this.tip(),e=d[0].offsetWidth,f=d[0].offsetHeight,g=parseInt(d.css("margin-top"),10),h=parseInt(d.css("margin-left"),10);isNaN(g)&&(g=0),isNaN(h)&&(h=0),b.top=b.top+g,b.left=b.left+h,a.offset.setOffset(d[0],a.extend({using:function(a){d.css({top:Math.round(a.top),left:Math.round(a.left)})}},b),0),d.addClass("in");var i=d[0].offsetWidth,j=d[0].offsetHeight;"top"==c&&j!=f&&(b.top=b.top+f-j);var k=this.getViewportAdjustedDelta(c,b,i,j);k.left?b.left+=k.left:b.top+=k.top;var l=/top|bottom/.test(c),m=l?2*k.left-e+i:2*k.top-f+j,n=l?"offsetWidth":"offsetHeight";d.offset(b),this.replaceArrow(m,d[0][n],l)},c.prototype.replaceArrow=function(a,b,c){this.arrow().css(c?"left":"top",50*(1-a/b)+"%").css(c?"top":"left","")},c.prototype.setContent=function(){var a=this.tip(),b=this.getTitle();a.find(".tooltip-inner")[this.options.html?"html":"text"](b),a.removeClass("fade in top bottom left right")},c.prototype.hide=function(b){function d(){"in"!=e.hoverState&&f.detach(),e.$element.removeAttr("aria-describedby").trigger("hidden.bs."+e.type),b&&b()}var e=this,f=a(this.$tip),g=a.Event("hide.bs."+this.type);return this.$element.trigger(g),g.isDefaultPrevented()?void 0:(f.removeClass("in"),a.support.transition&&f.hasClass("fade")?f.one("bsTransitionEnd",d).emulateTransitionEnd(c.TRANSITION_DURATION):d(),this.hoverState=null,this)},c.prototype.fixTitle=function(){var a=this.$element;(a.attr("title")||"string"!=typeof a.attr("data-original-title"))&&a.attr("data-original-title",a.attr("title")||"").attr("title","")},c.prototype.hasContent=function(){return this.getTitle()},c.prototype.getPosition=function(b){b=b||this.$element;var c=b[0],d="BODY"==c.tagName,e=c.getBoundingClientRect();null==e.width&&(e=a.extend({},e,{width:e.right-e.left,height:e.bottom-e.top}));var f=d?{top:0,left:0}:b.offset(),g={scroll:d?document.documentElement.scrollTop||document.body.scrollTop:b.scrollTop()},h=d?{width:a(window).width(),height:a(window).height()}:null;return a.extend({},e,g,h,f)},c.prototype.getCalculatedOffset=function(a,b,c,d){return"bottom"==a?{top:b.top+b.height,left:b.left+b.width/2-c/2}:"top"==a?{top:b.top-d,left:b.left+b.width/2-c/2}:"left"==a?{top:b.top+b.height/2-d/2,left:b.left-c}:{top:b.top+b.height/2-d/2,left:b.left+b.width}},c.prototype.getViewportAdjustedDelta=function(a,b,c,d){var e={top:0,left:0};if(!this.$viewport)return e;var f=this.options.viewport&&this.options.viewport.padding||0,g=this.getPosition(this.$viewport);if(/right|left/.test(a)){var h=b.top-f-g.scroll,i=b.top+f-g.scroll+d;h<g.top?e.top=g.top-h:i>g.top+g.height&&(e.top=g.top+g.height-i)}else{var j=b.left-f,k=b.left+f+c;j<g.left?e.left=g.left-j:k>g.width&&(e.left=g.left+g.width-k)}return e},c.prototype.getTitle=function(){var a,b=this.$element,c=this.options;return a=b.attr("data-original-title")||("function"==typeof c.title?c.title.call(b[0]):c.title)},c.prototype.getUID=function(a){do a+=~~(1e6*Math.random());while(document.getElementById(a));return a},c.prototype.tip=function(){return this.$tip=this.$tip||a(this.options.template)},c.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".tooltip-arrow")},c.prototype.enable=function(){this.enabled=!0},c.prototype.disable=function(){this.enabled=!1},c.prototype.toggleEnabled=function(){this.enabled=!this.enabled},c.prototype.toggle=function(b){var c=this;b&&(c=a(b.currentTarget).data("bs."+this.type),c||(c=new this.constructor(b.currentTarget,this.getDelegateOptions()),a(b.currentTarget).data("bs."+this.type,c))),c.tip().hasClass("in")?c.leave(c):c.enter(c)},c.prototype.destroy=function(){var a=this;clearTimeout(this.timeout),this.hide(function(){a.$element.off("."+a.type).removeData("bs."+a.type)})};var d=a.fn.tooltip;a.fn.tooltip=b,a.fn.tooltip.Constructor=c,a.fn.tooltip.noConflict=function(){return a.fn.tooltip=d,this}}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.popover"),f="object"==typeof b&&b;(e||!/destroy|hide/.test(b))&&(e||d.data("bs.popover",e=new c(this,f)),"string"==typeof b&&e[b]())})}var c=function(a,b){this.init("popover",a,b)};if(!a.fn.tooltip)throw new Error("Popover requires tooltip.js");c.VERSION="3.3.4",c.DEFAULTS=a.extend({},a.fn.tooltip.Constructor.DEFAULTS,{placement:"right",trigger:"click",content:"",template:'<div class="popover" role="tooltip"><div class="arrow"></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>'}),c.prototype=a.extend({},a.fn.tooltip.Constructor.prototype),c.prototype.constructor=c,c.prototype.getDefaults=function(){return c.DEFAULTS},c.prototype.setContent=function(){var a=this.tip(),b=this.getTitle(),c=this.getContent();a.find(".popover-title")[this.options.html?"html":"text"](b),a.find(".popover-content").children().detach().end()[this.options.html?"string"==typeof c?"html":"append":"text"](c),a.removeClass("fade top bottom left right in"),a.find(".popover-title").html()||a.find(".popover-title").hide()},c.prototype.hasContent=function(){return this.getTitle()||this.getContent()},c.prototype.getContent=function(){var a=this.$element,b=this.options;return a.attr("data-content")||("function"==typeof b.content?b.content.call(a[0]):b.content)},c.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".arrow")};var d=a.fn.popover;a.fn.popover=b,a.fn.popover.Constructor=c,a.fn.popover.noConflict=function(){return a.fn.popover=d,this}}(jQuery),+function(a){"use strict";function b(c,d){this.$body=a(document.body),this.$scrollElement=a(a(c).is(document.body)?window:c),this.options=a.extend({},b.DEFAULTS,d),this.selector=(this.options.target||"")+" .nav li > a",this.offsets=[],this.targets=[],this.activeTarget=null,this.scrollHeight=0,this.$scrollElement.on("scroll.bs.scrollspy",a.proxy(this.process,this)),this.refresh(),this.process()}function c(c){return this.each(function(){var d=a(this),e=d.data("bs.scrollspy"),f="object"==typeof c&&c;e||d.data("bs.scrollspy",e=new b(this,f)),"string"==typeof c&&e[c]()})}b.VERSION="3.3.4",b.DEFAULTS={offset:10},b.prototype.getScrollHeight=function(){return this.$scrollElement[0].scrollHeight||Math.max(this.$body[0].scrollHeight,document.documentElement.scrollHeight)},b.prototype.refresh=function(){var b=this,c="offset",d=0;this.offsets=[],this.targets=[],this.scrollHeight=this.getScrollHeight(),a.isWindow(this.$scrollElement[0])||(c="position",d=this.$scrollElement.scrollTop()),this.$body.find(this.selector).map(function(){var b=a(this),e=b.data("target")||b.attr("href"),f=/^#./.test(e)&&a(e);return f&&f.length&&f.is(":visible")&&[[f[c]().top+d,e]]||null}).sort(function(a,b){return a[0]-b[0]}).each(function(){b.offsets.push(this[0]),b.targets.push(this[1])})},b.prototype.process=function(){var a,b=this.$scrollElement.scrollTop()+this.options.offset,c=this.getScrollHeight(),d=this.options.offset+c-this.$scrollElement.height(),e=this.offsets,f=this.targets,g=this.activeTarget;if(this.scrollHeight!=c&&this.refresh(),b>=d)return g!=(a=f[f.length-1])&&this.activate(a);if(g&&b<e[0])return this.activeTarget=null,this.clear();for(a=e.length;a--;)g!=f[a]&&b>=e[a]&&(void 0===e[a+1]||b<e[a+1])&&this.activate(f[a])},b.prototype.activate=function(b){this.activeTarget=b,this.clear();var c=this.selector+'[data-target="'+b+'"],'+this.selector+'[href="'+b+'"]',d=a(c).parents("li").addClass("active");d.parent(".dropdown-menu").length&&(d=d.closest("li.dropdown").addClass("active")),d.trigger("activate.bs.scrollspy")},b.prototype.clear=function(){a(this.selector).parentsUntil(this.options.target,".active").removeClass("active")};var d=a.fn.scrollspy;a.fn.scrollspy=c,a.fn.scrollspy.Constructor=b,a.fn.scrollspy.noConflict=function(){return a.fn.scrollspy=d,this},a(window).on("load.bs.scrollspy.data-api",function(){a('[data-spy="scroll"]').each(function(){var b=a(this);c.call(b,b.data())})})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.tab");e||d.data("bs.tab",e=new c(this)),"string"==typeof b&&e[b]()})}var c=function(b){this.element=a(b)};c.VERSION="3.3.4",c.TRANSITION_DURATION=150,c.prototype.show=function(){var b=this.element,c=b.closest("ul:not(.dropdown-menu)"),d=b.data("target");if(d||(d=b.attr("href"),d=d&&d.replace(/.*(?=#[^\s]*$)/,"")),!b.parent("li").hasClass("active")){
7
  var e=c.find(".active:last a"),f=a.Event("hide.bs.tab",{relatedTarget:b[0]}),g=a.Event("show.bs.tab",{relatedTarget:e[0]});if(e.trigger(f),b.trigger(g),!g.isDefaultPrevented()&&!f.isDefaultPrevented()){var h=a(d);this.activate(b.closest("li"),c),this.activate(h,h.parent(),function(){e.trigger({type:"hidden.bs.tab",relatedTarget:b[0]}),b.trigger({type:"shown.bs.tab",relatedTarget:e[0]})})}}},c.prototype.activate=function(b,d,e){function f(){g.removeClass("active").find("> .dropdown-menu > .active").removeClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!1),b.addClass("active").find('[data-toggle="tab"]').attr("aria-expanded",!0),h?(b[0].offsetWidth,b.addClass("in")):b.removeClass("fade"),b.parent(".dropdown-menu").length&&b.closest("li.dropdown").addClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!0),e&&e()}var g=d.find("> .active"),h=e&&a.support.transition&&(g.length&&g.hasClass("fade")||!!d.find("> .fade").length);g.length&&h?g.one("bsTransitionEnd",f).emulateTransitionEnd(c.TRANSITION_DURATION):f(),g.removeClass("in")};var d=a.fn.tab;a.fn.tab=b,a.fn.tab.Constructor=c,a.fn.tab.noConflict=function(){return a.fn.tab=d,this};var e=function(c){c.preventDefault(),b.call(a(this),"show")};a(document).on("click.bs.tab.data-api",'[data-toggle="tab"]',e).on("click.bs.tab.data-api",'[data-toggle="pill"]',e)}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.affix"),f="object"==typeof b&&b;e||d.data("bs.affix",e=new c(this,f)),"string"==typeof b&&e[b]()})}var c=function(b,d){this.options=a.extend({},c.DEFAULTS,d),this.$target=a(this.options.target).on("scroll.bs.affix.data-api",a.proxy(this.checkPosition,this)).on("click.bs.affix.data-api",a.proxy(this.checkPositionWithEventLoop,this)),this.$element=a(b),this.affixed=null,this.unpin=null,this.pinnedOffset=null,this.checkPosition()};c.VERSION="3.3.4",c.RESET="affix affix-top affix-bottom",c.DEFAULTS={offset:0,target:window},c.prototype.getState=function(a,b,c,d){var e=this.$target.scrollTop(),f=this.$element.offset(),g=this.$target.height();if(null!=c&&"top"==this.affixed)return c>e?"top":!1;if("bottom"==this.affixed)return null!=c?e+this.unpin<=f.top?!1:"bottom":a-d>=e+g?!1:"bottom";var h=null==this.affixed,i=h?e:f.top,j=h?g:b;return null!=c&&c>=e?"top":null!=d&&i+j>=a-d?"bottom":!1},c.prototype.getPinnedOffset=function(){if(this.pinnedOffset)return this.pinnedOffset;this.$element.removeClass(c.RESET).addClass("affix");var a=this.$target.scrollTop(),b=this.$element.offset();return this.pinnedOffset=b.top-a},c.prototype.checkPositionWithEventLoop=function(){setTimeout(a.proxy(this.checkPosition,this),1)},c.prototype.checkPosition=function(){if(this.$element.is(":visible")){var b=this.$element.height(),d=this.options.offset,e=d.top,f=d.bottom,g=a(document.body).height();"object"!=typeof d&&(f=e=d),"function"==typeof e&&(e=d.top(this.$element)),"function"==typeof f&&(f=d.bottom(this.$element));var h=this.getState(g,b,e,f);if(this.affixed!=h){null!=this.unpin&&this.$element.css("top","");var i="affix"+(h?"-"+h:""),j=a.Event(i+".bs.affix");if(this.$element.trigger(j),j.isDefaultPrevented())return;this.affixed=h,this.unpin="bottom"==h?this.getPinnedOffset():null,this.$element.removeClass(c.RESET).addClass(i).trigger(i.replace("affix","affixed")+".bs.affix")}"bottom"==h&&this.$element.offset({top:g-b-f})}};var d=a.fn.affix;a.fn.affix=b,a.fn.affix.Constructor=c,a.fn.affix.noConflict=function(){return a.fn.affix=d,this},a(window).on("load",function(){a('[data-spy="affix"]').each(function(){var c=a(this),d=c.data();d.offset=d.offset||{},null!=d.offsetBottom&&(d.offset.bottom=d.offsetBottom),null!=d.offsetTop&&(d.offset.top=d.offsetTop),b.call(c,d)})})}(jQuery);
assets/css/animate.css CHANGED
@@ -1,11 +1,12 @@
1
  @charset "UTF-8";
2
 
3
  /*!
4
- Animate.css - http://daneden.me/animate
5
- Licensed under the MIT license - http://opensource.org/licenses/MIT
6
-
7
- Copyright (c) 2014 Daniel Eden
8
- */
 
9
 
10
  .animated {
11
  -webkit-animation-duration: 1s;
@@ -24,24 +25,32 @@ Copyright (c) 2014 Daniel Eden
24
  animation-duration: 2s;
25
  }
26
 
 
 
 
 
 
 
 
 
27
  @-webkit-keyframes bounce {
28
- 0%, 20%, 53%, 80%, 100% {
29
- -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
30
- transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
31
  -webkit-transform: translate3d(0,0,0);
32
  transform: translate3d(0,0,0);
33
  }
34
 
35
  40%, 43% {
36
- -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
37
- transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
38
  -webkit-transform: translate3d(0, -30px, 0);
39
  transform: translate3d(0, -30px, 0);
40
  }
41
 
42
  70% {
43
- -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
44
- transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
45
  -webkit-transform: translate3d(0, -15px, 0);
46
  transform: translate3d(0, -15px, 0);
47
  }
@@ -53,33 +62,29 @@ Copyright (c) 2014 Daniel Eden
53
  }
54
 
55
  @keyframes bounce {
56
- 0%, 20%, 53%, 80%, 100% {
57
- -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
58
- transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
59
  -webkit-transform: translate3d(0,0,0);
60
- -ms-transform: translate3d(0,0,0);
61
  transform: translate3d(0,0,0);
62
  }
63
 
64
  40%, 43% {
65
- -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
66
- transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
67
  -webkit-transform: translate3d(0, -30px, 0);
68
- -ms-transform: translate3d(0, -30px, 0);
69
  transform: translate3d(0, -30px, 0);
70
  }
71
 
72
  70% {
73
- -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
74
- transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
75
  -webkit-transform: translate3d(0, -15px, 0);
76
- -ms-transform: translate3d(0, -15px, 0);
77
  transform: translate3d(0, -15px, 0);
78
  }
79
 
80
  90% {
81
  -webkit-transform: translate3d(0,-4px,0);
82
- -ms-transform: translate3d(0,-4px,0);
83
  transform: translate3d(0,-4px,0);
84
  }
85
  }
@@ -88,12 +93,11 @@ Copyright (c) 2014 Daniel Eden
88
  -webkit-animation-name: bounce;
89
  animation-name: bounce;
90
  -webkit-transform-origin: center bottom;
91
- -ms-transform-origin: center bottom;
92
  transform-origin: center bottom;
93
  }
94
 
95
  @-webkit-keyframes flash {
96
- 0%, 50%, 100% {
97
  opacity: 1;
98
  }
99
 
@@ -103,7 +107,7 @@ Copyright (c) 2014 Daniel Eden
103
  }
104
 
105
  @keyframes flash {
106
- 0%, 50%, 100% {
107
  opacity: 1;
108
  }
109
 
@@ -120,7 +124,7 @@ Copyright (c) 2014 Daniel Eden
120
  /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
121
 
122
  @-webkit-keyframes pulse {
123
- 0% {
124
  -webkit-transform: scale3d(1, 1, 1);
125
  transform: scale3d(1, 1, 1);
126
  }
@@ -130,28 +134,25 @@ Copyright (c) 2014 Daniel Eden
130
  transform: scale3d(1.05, 1.05, 1.05);
131
  }
132
 
133
- 100% {
134
  -webkit-transform: scale3d(1, 1, 1);
135
  transform: scale3d(1, 1, 1);
136
  }
137
  }
138
 
139
  @keyframes pulse {
140
- 0% {
141
  -webkit-transform: scale3d(1, 1, 1);
142
- -ms-transform: scale3d(1, 1, 1);
143
  transform: scale3d(1, 1, 1);
144
  }
145
 
146
  50% {
147
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
148
- -ms-transform: scale3d(1.05, 1.05, 1.05);
149
  transform: scale3d(1.05, 1.05, 1.05);
150
  }
151
 
152
- 100% {
153
  -webkit-transform: scale3d(1, 1, 1);
154
- -ms-transform: scale3d(1, 1, 1);
155
  transform: scale3d(1, 1, 1);
156
  }
157
  }
@@ -162,7 +163,7 @@ Copyright (c) 2014 Daniel Eden
162
  }
163
 
164
  @-webkit-keyframes rubberBand {
165
- 0% {
166
  -webkit-transform: scale3d(1, 1, 1);
167
  transform: scale3d(1, 1, 1);
168
  }
@@ -192,52 +193,45 @@ Copyright (c) 2014 Daniel Eden
192
  transform: scale3d(1.05, .95, 1);
193
  }
194
 
195
- 100% {
196
  -webkit-transform: scale3d(1, 1, 1);
197
  transform: scale3d(1, 1, 1);
198
  }
199
  }
200
 
201
  @keyframes rubberBand {
202
- 0% {
203
  -webkit-transform: scale3d(1, 1, 1);
204
- -ms-transform: scale3d(1, 1, 1);
205
  transform: scale3d(1, 1, 1);
206
  }
207
 
208
  30% {
209
  -webkit-transform: scale3d(1.25, 0.75, 1);
210
- -ms-transform: scale3d(1.25, 0.75, 1);
211
  transform: scale3d(1.25, 0.75, 1);
212
  }
213
 
214
  40% {
215
  -webkit-transform: scale3d(0.75, 1.25, 1);
216
- -ms-transform: scale3d(0.75, 1.25, 1);
217
  transform: scale3d(0.75, 1.25, 1);
218
  }
219
 
220
  50% {
221
  -webkit-transform: scale3d(1.15, 0.85, 1);
222
- -ms-transform: scale3d(1.15, 0.85, 1);
223
  transform: scale3d(1.15, 0.85, 1);
224
  }
225
 
226
  65% {
227
  -webkit-transform: scale3d(.95, 1.05, 1);
228
- -ms-transform: scale3d(.95, 1.05, 1);
229
  transform: scale3d(.95, 1.05, 1);
230
  }
231
 
232
  75% {
233
  -webkit-transform: scale3d(1.05, .95, 1);
234
- -ms-transform: scale3d(1.05, .95, 1);
235
  transform: scale3d(1.05, .95, 1);
236
  }
237
 
238
- 100% {
239
  -webkit-transform: scale3d(1, 1, 1);
240
- -ms-transform: scale3d(1, 1, 1);
241
  transform: scale3d(1, 1, 1);
242
  }
243
  }
@@ -248,7 +242,7 @@ Copyright (c) 2014 Daniel Eden
248
  }
249
 
250
  @-webkit-keyframes shake {
251
- 0%, 100% {
252
  -webkit-transform: translate3d(0, 0, 0);
253
  transform: translate3d(0, 0, 0);
254
  }
@@ -265,21 +259,18 @@ Copyright (c) 2014 Daniel Eden
265
  }
266
 
267
  @keyframes shake {
268
- 0%, 100% {
269
  -webkit-transform: translate3d(0, 0, 0);
270
- -ms-transform: translate3d(0, 0, 0);
271
  transform: translate3d(0, 0, 0);
272
  }
273
 
274
  10%, 30%, 50%, 70%, 90% {
275
  -webkit-transform: translate3d(-10px, 0, 0);
276
- -ms-transform: translate3d(-10px, 0, 0);
277
  transform: translate3d(-10px, 0, 0);
278
  }
279
 
280
  20%, 40%, 60%, 80% {
281
  -webkit-transform: translate3d(10px, 0, 0);
282
- -ms-transform: translate3d(10px, 0, 0);
283
  transform: translate3d(10px, 0, 0);
284
  }
285
  }
@@ -289,6 +280,77 @@ Copyright (c) 2014 Daniel Eden
289
  animation-name: shake;
290
  }
291
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
292
  @-webkit-keyframes swing {
293
  20% {
294
  -webkit-transform: rotate3d(0, 0, 1, 15deg);
@@ -310,7 +372,7 @@ Copyright (c) 2014 Daniel Eden
310
  transform: rotate3d(0, 0, 1, -5deg);
311
  }
312
 
313
- 100% {
314
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
315
  transform: rotate3d(0, 0, 1, 0deg);
316
  }
@@ -319,45 +381,39 @@ Copyright (c) 2014 Daniel Eden
319
  @keyframes swing {
320
  20% {
321
  -webkit-transform: rotate3d(0, 0, 1, 15deg);
322
- -ms-transform: rotate3d(0, 0, 1, 15deg);
323
  transform: rotate3d(0, 0, 1, 15deg);
324
  }
325
 
326
  40% {
327
  -webkit-transform: rotate3d(0, 0, 1, -10deg);
328
- -ms-transform: rotate3d(0, 0, 1, -10deg);
329
  transform: rotate3d(0, 0, 1, -10deg);
330
  }
331
 
332
  60% {
333
  -webkit-transform: rotate3d(0, 0, 1, 5deg);
334
- -ms-transform: rotate3d(0, 0, 1, 5deg);
335
  transform: rotate3d(0, 0, 1, 5deg);
336
  }
337
 
338
  80% {
339
  -webkit-transform: rotate3d(0, 0, 1, -5deg);
340
- -ms-transform: rotate3d(0, 0, 1, -5deg);
341
  transform: rotate3d(0, 0, 1, -5deg);
342
  }
343
 
344
- 100% {
345
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
346
- -ms-transform: rotate3d(0, 0, 1, 0deg);
347
  transform: rotate3d(0, 0, 1, 0deg);
348
  }
349
  }
350
 
351
  .swing {
352
  -webkit-transform-origin: top center;
353
- -ms-transform-origin: top center;
354
  transform-origin: top center;
355
  -webkit-animation-name: swing;
356
  animation-name: swing;
357
  }
358
 
359
  @-webkit-keyframes tada {
360
- 0% {
361
  -webkit-transform: scale3d(1, 1, 1);
362
  transform: scale3d(1, 1, 1);
363
  }
@@ -377,40 +433,35 @@ Copyright (c) 2014 Daniel Eden
377
  transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
378
  }
379
 
380
- 100% {
381
  -webkit-transform: scale3d(1, 1, 1);
382
  transform: scale3d(1, 1, 1);
383
  }
384
  }
385
 
386
  @keyframes tada {
387
- 0% {
388
  -webkit-transform: scale3d(1, 1, 1);
389
- -ms-transform: scale3d(1, 1, 1);
390
  transform: scale3d(1, 1, 1);
391
  }
392
 
393
  10%, 20% {
394
  -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
395
- -ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
396
  transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
397
  }
398
 
399
  30%, 50%, 70%, 90% {
400
  -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
401
- -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
402
  transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
403
  }
404
 
405
  40%, 60%, 80% {
406
  -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
407
- -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
408
  transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
409
  }
410
 
411
- 100% {
412
  -webkit-transform: scale3d(1, 1, 1);
413
- -ms-transform: scale3d(1, 1, 1);
414
  transform: scale3d(1, 1, 1);
415
  }
416
  }
@@ -423,7 +474,7 @@ Copyright (c) 2014 Daniel Eden
423
  /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
424
 
425
  @-webkit-keyframes wobble {
426
- 0% {
427
  -webkit-transform: none;
428
  transform: none;
429
  }
@@ -453,52 +504,45 @@ Copyright (c) 2014 Daniel Eden
453
  transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
454
  }
455
 
456
- 100% {
457
  -webkit-transform: none;
458
  transform: none;
459
  }
460
  }
461
 
462
  @keyframes wobble {
463
- 0% {
464
  -webkit-transform: none;
465
- -ms-transform: none;
466
  transform: none;
467
  }
468
 
469
  15% {
470
  -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
471
- -ms-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
472
  transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
473
  }
474
 
475
  30% {
476
  -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
477
- -ms-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
478
  transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
479
  }
480
 
481
  45% {
482
  -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
483
- -ms-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
484
  transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
485
  }
486
 
487
  60% {
488
  -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
489
- -ms-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
490
  transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
491
  }
492
 
493
  75% {
494
  -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
495
- -ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
496
  transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
497
  }
498
 
499
- 100% {
500
  -webkit-transform: none;
501
- -ms-transform: none;
502
  transform: none;
503
  }
504
  }
@@ -508,10 +552,101 @@ Copyright (c) 2014 Daniel Eden
508
  animation-name: wobble;
509
  }
510
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
511
  @-webkit-keyframes bounceIn {
512
- 0%, 20%, 40%, 60%, 80%, 100% {
513
- -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
514
- transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
515
  }
516
 
517
  0% {
@@ -541,7 +676,7 @@ Copyright (c) 2014 Daniel Eden
541
  transform: scale3d(.97, .97, .97);
542
  }
543
 
544
- 100% {
545
  opacity: 1;
546
  -webkit-transform: scale3d(1, 1, 1);
547
  transform: scale3d(1, 1, 1);
@@ -549,47 +684,41 @@ Copyright (c) 2014 Daniel Eden
549
  }
550
 
551
  @keyframes bounceIn {
552
- 0%, 20%, 40%, 60%, 80%, 100% {
553
- -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
554
- transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
555
  }
556
 
557
  0% {
558
  opacity: 0;
559
  -webkit-transform: scale3d(.3, .3, .3);
560
- -ms-transform: scale3d(.3, .3, .3);
561
  transform: scale3d(.3, .3, .3);
562
  }
563
 
564
  20% {
565
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
566
- -ms-transform: scale3d(1.1, 1.1, 1.1);
567
  transform: scale3d(1.1, 1.1, 1.1);
568
  }
569
 
570
  40% {
571
  -webkit-transform: scale3d(.9, .9, .9);
572
- -ms-transform: scale3d(.9, .9, .9);
573
  transform: scale3d(.9, .9, .9);
574
  }
575
 
576
  60% {
577
  opacity: 1;
578
  -webkit-transform: scale3d(1.03, 1.03, 1.03);
579
- -ms-transform: scale3d(1.03, 1.03, 1.03);
580
  transform: scale3d(1.03, 1.03, 1.03);
581
  }
582
 
583
  80% {
584
  -webkit-transform: scale3d(.97, .97, .97);
585
- -ms-transform: scale3d(.97, .97, .97);
586
  transform: scale3d(.97, .97, .97);
587
  }
588
 
589
- 100% {
590
  opacity: 1;
591
  -webkit-transform: scale3d(1, 1, 1);
592
- -ms-transform: scale3d(1, 1, 1);
593
  transform: scale3d(1, 1, 1);
594
  }
595
  }
@@ -597,14 +726,12 @@ Copyright (c) 2014 Daniel Eden
597
  .bounceIn {
598
  -webkit-animation-name: bounceIn;
599
  animation-name: bounceIn;
600
- -webkit-animation-duration: .75s;
601
- animation-duration: .75s;
602
  }
603
 
604
  @-webkit-keyframes bounceInDown {
605
- 0%, 60%, 75%, 90%, 100% {
606
- -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
607
- transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
608
  }
609
 
610
  0% {
@@ -629,47 +756,42 @@ Copyright (c) 2014 Daniel Eden
629
  transform: translate3d(0, 5px, 0);
630
  }
631
 
632
- 100% {
633
  -webkit-transform: none;
634
  transform: none;
635
  }
636
  }
637
 
638
  @keyframes bounceInDown {
639
- 0%, 60%, 75%, 90%, 100% {
640
- -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
641
- transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
642
  }
643
 
644
  0% {
645
  opacity: 0;
646
  -webkit-transform: translate3d(0, -3000px, 0);
647
- -ms-transform: translate3d(0, -3000px, 0);
648
  transform: translate3d(0, -3000px, 0);
649
  }
650
 
651
  60% {
652
  opacity: 1;
653
  -webkit-transform: translate3d(0, 25px, 0);
654
- -ms-transform: translate3d(0, 25px, 0);
655
  transform: translate3d(0, 25px, 0);
656
  }
657
 
658
  75% {
659
  -webkit-transform: translate3d(0, -10px, 0);
660
- -ms-transform: translate3d(0, -10px, 0);
661
  transform: translate3d(0, -10px, 0);
662
  }
663
 
664
  90% {
665
  -webkit-transform: translate3d(0, 5px, 0);
666
- -ms-transform: translate3d(0, 5px, 0);
667
  transform: translate3d(0, 5px, 0);
668
  }
669
 
670
- 100% {
671
  -webkit-transform: none;
672
- -ms-transform: none;
673
  transform: none;
674
  }
675
  }
@@ -680,9 +802,9 @@ Copyright (c) 2014 Daniel Eden
680
  }
681
 
682
  @-webkit-keyframes bounceInLeft {
683
- 0%, 60%, 75%, 90%, 100% {
684
- -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
685
- transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
686
  }
687
 
688
  0% {
@@ -707,47 +829,42 @@ Copyright (c) 2014 Daniel Eden
707
  transform: translate3d(5px, 0, 0);
708
  }
709
 
710
- 100% {
711
  -webkit-transform: none;
712
  transform: none;
713
  }
714
  }
715
 
716
  @keyframes bounceInLeft {
717
- 0%, 60%, 75%, 90%, 100% {
718
- -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
719
- transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
720
  }
721
 
722
  0% {
723
  opacity: 0;
724
  -webkit-transform: translate3d(-3000px, 0, 0);
725
- -ms-transform: translate3d(-3000px, 0, 0);
726
  transform: translate3d(-3000px, 0, 0);
727
  }
728
 
729
  60% {
730
  opacity: 1;
731
  -webkit-transform: translate3d(25px, 0, 0);
732
- -ms-transform: translate3d(25px, 0, 0);
733
  transform: translate3d(25px, 0, 0);
734
  }
735
 
736
  75% {
737
  -webkit-transform: translate3d(-10px, 0, 0);
738
- -ms-transform: translate3d(-10px, 0, 0);
739
  transform: translate3d(-10px, 0, 0);
740
  }
741
 
742
  90% {
743
  -webkit-transform: translate3d(5px, 0, 0);
744
- -ms-transform: translate3d(5px, 0, 0);
745
  transform: translate3d(5px, 0, 0);
746
  }
747
 
748
- 100% {
749
  -webkit-transform: none;
750
- -ms-transform: none;
751
  transform: none;
752
  }
753
  }
@@ -758,12 +875,12 @@ Copyright (c) 2014 Daniel Eden
758
  }
759
 
760
  @-webkit-keyframes bounceInRight {
761
- 0%, 60%, 75%, 90%, 100% {
762
- -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
763
- transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
764
  }
765
 
766
- 0% {
767
  opacity: 0;
768
  -webkit-transform: translate3d(3000px, 0, 0);
769
  transform: translate3d(3000px, 0, 0);
@@ -785,47 +902,42 @@ Copyright (c) 2014 Daniel Eden
785
  transform: translate3d(-5px, 0, 0);
786
  }
787
 
788
- 100% {
789
  -webkit-transform: none;
790
  transform: none;
791
  }
792
  }
793
 
794
  @keyframes bounceInRight {
795
- 0%, 60%, 75%, 90%, 100% {
796
- -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
797
- transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
798
  }
799
 
800
- 0% {
801
  opacity: 0;
802
  -webkit-transform: translate3d(3000px, 0, 0);
803
- -ms-transform: translate3d(3000px, 0, 0);
804
  transform: translate3d(3000px, 0, 0);
805
  }
806
 
807
  60% {
808
  opacity: 1;
809
  -webkit-transform: translate3d(-25px, 0, 0);
810
- -ms-transform: translate3d(-25px, 0, 0);
811
  transform: translate3d(-25px, 0, 0);
812
  }
813
 
814
  75% {
815
  -webkit-transform: translate3d(10px, 0, 0);
816
- -ms-transform: translate3d(10px, 0, 0);
817
  transform: translate3d(10px, 0, 0);
818
  }
819
 
820
  90% {
821
  -webkit-transform: translate3d(-5px, 0, 0);
822
- -ms-transform: translate3d(-5px, 0, 0);
823
  transform: translate3d(-5px, 0, 0);
824
  }
825
 
826
- 100% {
827
  -webkit-transform: none;
828
- -ms-transform: none;
829
  transform: none;
830
  }
831
  }
@@ -836,12 +948,12 @@ Copyright (c) 2014 Daniel Eden
836
  }
837
 
838
  @-webkit-keyframes bounceInUp {
839
- 0%, 60%, 75%, 90%, 100% {
840
- -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
841
- transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
842
  }
843
 
844
- 0% {
845
  opacity: 0;
846
  -webkit-transform: translate3d(0, 3000px, 0);
847
  transform: translate3d(0, 3000px, 0);
@@ -863,47 +975,42 @@ Copyright (c) 2014 Daniel Eden
863
  transform: translate3d(0, -5px, 0);
864
  }
865
 
866
- 100% {
867
  -webkit-transform: translate3d(0, 0, 0);
868
  transform: translate3d(0, 0, 0);
869
  }
870
  }
871
 
872
  @keyframes bounceInUp {
873
- 0%, 60%, 75%, 90%, 100% {
874
- -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
875
- transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
876
  }
877
 
878
- 0% {
879
  opacity: 0;
880
  -webkit-transform: translate3d(0, 3000px, 0);
881
- -ms-transform: translate3d(0, 3000px, 0);
882
  transform: translate3d(0, 3000px, 0);
883
  }
884
 
885
  60% {
886
  opacity: 1;
887
  -webkit-transform: translate3d(0, -20px, 0);
888
- -ms-transform: translate3d(0, -20px, 0);
889
  transform: translate3d(0, -20px, 0);
890
  }
891
 
892
  75% {
893
  -webkit-transform: translate3d(0, 10px, 0);
894
- -ms-transform: translate3d(0, 10px, 0);
895
  transform: translate3d(0, 10px, 0);
896
  }
897
 
898
  90% {
899
  -webkit-transform: translate3d(0, -5px, 0);
900
- -ms-transform: translate3d(0, -5px, 0);
901
  transform: translate3d(0, -5px, 0);
902
  }
903
 
904
- 100% {
905
  -webkit-transform: translate3d(0, 0, 0);
906
- -ms-transform: translate3d(0, 0, 0);
907
  transform: translate3d(0, 0, 0);
908
  }
909
  }
@@ -925,7 +1032,7 @@ Copyright (c) 2014 Daniel Eden
925
  transform: scale3d(1.1, 1.1, 1.1);
926
  }
927
 
928
- 100% {
929
  opacity: 0;
930
  -webkit-transform: scale3d(.3, .3, .3);
931
  transform: scale3d(.3, .3, .3);
@@ -935,21 +1042,18 @@ Copyright (c) 2014 Daniel Eden
935
  @keyframes bounceOut {
936
  20% {
937
  -webkit-transform: scale3d(.9, .9, .9);
938
- -ms-transform: scale3d(.9, .9, .9);
939
  transform: scale3d(.9, .9, .9);
940
  }
941
 
942
  50%, 55% {
943
  opacity: 1;
944
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
945
- -ms-transform: scale3d(1.1, 1.1, 1.1);
946
  transform: scale3d(1.1, 1.1, 1.1);
947
  }
948
 
949
- 100% {
950
  opacity: 0;
951
  -webkit-transform: scale3d(.3, .3, .3);
952
- -ms-transform: scale3d(.3, .3, .3);
953
  transform: scale3d(.3, .3, .3);
954
  }
955
  }
@@ -957,8 +1061,6 @@ Copyright (c) 2014 Daniel Eden
957
  .bounceOut {
958
  -webkit-animation-name: bounceOut;
959
  animation-name: bounceOut;
960
- -webkit-animation-duration: .75s;
961
- animation-duration: .75s;
962
  }
963
 
964
  @-webkit-keyframes bounceOutDown {
@@ -973,7 +1075,7 @@ Copyright (c) 2014 Daniel Eden
973
  transform: translate3d(0, -20px, 0);
974
  }
975
 
976
- 100% {
977
  opacity: 0;
978
  -webkit-transform: translate3d(0, 2000px, 0);
979
  transform: translate3d(0, 2000px, 0);
@@ -983,21 +1085,18 @@ Copyright (c) 2014 Daniel Eden
983
  @keyframes bounceOutDown {
984
  20% {
985
  -webkit-transform: translate3d(0, 10px, 0);
986
- -ms-transform: translate3d(0, 10px, 0);
987
  transform: translate3d(0, 10px, 0);
988
  }
989
 
990
  40%, 45% {
991
  opacity: 1;
992
  -webkit-transform: translate3d(0, -20px, 0);
993
- -ms-transform: translate3d(0, -20px, 0);
994
  transform: translate3d(0, -20px, 0);
995
  }
996
 
997
- 100% {
998
  opacity: 0;
999
  -webkit-transform: translate3d(0, 2000px, 0);
1000
- -ms-transform: translate3d(0, 2000px, 0);
1001
  transform: translate3d(0, 2000px, 0);
1002
  }
1003
  }
@@ -1014,7 +1113,7 @@ Copyright (c) 2014 Daniel Eden
1014
  transform: translate3d(20px, 0, 0);
1015
  }
1016
 
1017
- 100% {
1018
  opacity: 0;
1019
  -webkit-transform: translate3d(-2000px, 0, 0);
1020
  transform: translate3d(-2000px, 0, 0);
@@ -1025,14 +1124,12 @@ Copyright (c) 2014 Daniel Eden
1025
  20% {
1026
  opacity: 1;
1027
  -webkit-transform: translate3d(20px, 0, 0);
1028
- -ms-transform: translate3d(20px, 0, 0);
1029
  transform: translate3d(20px, 0, 0);
1030
  }
1031
 
1032
- 100% {
1033
  opacity: 0;
1034
  -webkit-transform: translate3d(-2000px, 0, 0);
1035
- -ms-transform: translate3d(-2000px, 0, 0);
1036
  transform: translate3d(-2000px, 0, 0);
1037
  }
1038
  }
@@ -1049,7 +1146,7 @@ Copyright (c) 2014 Daniel Eden
1049
  transform: translate3d(-20px, 0, 0);
1050
  }
1051
 
1052
- 100% {
1053
  opacity: 0;
1054
  -webkit-transform: translate3d(2000px, 0, 0);
1055
  transform: translate3d(2000px, 0, 0);
@@ -1060,14 +1157,12 @@ Copyright (c) 2014 Daniel Eden
1060
  20% {
1061
  opacity: 1;
1062
  -webkit-transform: translate3d(-20px, 0, 0);
1063
- -ms-transform: translate3d(-20px, 0, 0);
1064
  transform: translate3d(-20px, 0, 0);
1065
  }
1066
 
1067
- 100% {
1068
  opacity: 0;
1069
  -webkit-transform: translate3d(2000px, 0, 0);
1070
- -ms-transform: translate3d(2000px, 0, 0);
1071
  transform: translate3d(2000px, 0, 0);
1072
  }
1073
  }
@@ -1089,7 +1184,7 @@ Copyright (c) 2014 Daniel Eden
1089
  transform: translate3d(0, 20px, 0);
1090
  }
1091
 
1092
- 100% {
1093
  opacity: 0;
1094
  -webkit-transform: translate3d(0, -2000px, 0);
1095
  transform: translate3d(0, -2000px, 0);
@@ -1099,21 +1194,18 @@ Copyright (c) 2014 Daniel Eden
1099
  @keyframes bounceOutUp {
1100
  20% {
1101
  -webkit-transform: translate3d(0, -10px, 0);
1102
- -ms-transform: translate3d(0, -10px, 0);
1103
  transform: translate3d(0, -10px, 0);
1104
  }
1105
 
1106
  40%, 45% {
1107
  opacity: 1;
1108
  -webkit-transform: translate3d(0, 20px, 0);
1109
- -ms-transform: translate3d(0, 20px, 0);
1110
  transform: translate3d(0, 20px, 0);
1111
  }
1112
 
1113
- 100% {
1114
  opacity: 0;
1115
  -webkit-transform: translate3d(0, -2000px, 0);
1116
- -ms-transform: translate3d(0, -2000px, 0);
1117
  transform: translate3d(0, -2000px, 0);
1118
  }
1119
  }
@@ -1124,21 +1216,21 @@ Copyright (c) 2014 Daniel Eden
1124
  }
1125
 
1126
  @-webkit-keyframes fadeIn {
1127
- 0% {
1128
  opacity: 0;
1129
  }
1130
 
1131
- 100% {
1132
  opacity: 1;
1133
  }
1134
  }
1135
 
1136
  @keyframes fadeIn {
1137
- 0% {
1138
  opacity: 0;
1139
  }
1140
 
1141
- 100% {
1142
  opacity: 1;
1143
  }
1144
  }
@@ -1149,13 +1241,13 @@ Copyright (c) 2014 Daniel Eden
1149
  }
1150
 
1151
  @-webkit-keyframes fadeInDown {
1152
- 0% {
1153
  opacity: 0;
1154
  -webkit-transform: translate3d(0, -100%, 0);
1155
  transform: translate3d(0, -100%, 0);
1156
  }
1157
 
1158
- 100% {
1159
  opacity: 1;
1160
  -webkit-transform: none;
1161
  transform: none;
@@ -1163,17 +1255,15 @@ Copyright (c) 2014 Daniel Eden
1163
  }
1164
 
1165
  @keyframes fadeInDown {
1166
- 0% {
1167
  opacity: 0;
1168
  -webkit-transform: translate3d(0, -100%, 0);
1169
- -ms-transform: translate3d(0, -100%, 0);
1170
  transform: translate3d(0, -100%, 0);
1171
  }
1172
 
1173
- 100% {
1174
  opacity: 1;
1175
  -webkit-transform: none;
1176
- -ms-transform: none;
1177
  transform: none;
1178
  }
1179
  }
@@ -1184,13 +1274,13 @@ Copyright (c) 2014 Daniel Eden
1184
  }
1185
 
1186
  @-webkit-keyframes fadeInDownBig {
1187
- 0% {
1188
  opacity: 0;
1189
  -webkit-transform: translate3d(0, -2000px, 0);
1190
  transform: translate3d(0, -2000px, 0);
1191
  }
1192
 
1193
- 100% {
1194
  opacity: 1;
1195
  -webkit-transform: none;
1196
  transform: none;
@@ -1198,17 +1288,15 @@ Copyright (c) 2014 Daniel Eden
1198
  }
1199
 
1200
  @keyframes fadeInDownBig {
1201
- 0% {
1202
  opacity: 0;
1203
  -webkit-transform: translate3d(0, -2000px, 0);
1204
- -ms-transform: translate3d(0, -2000px, 0);
1205
  transform: translate3d(0, -2000px, 0);
1206
  }
1207
 
1208
- 100% {
1209
  opacity: 1;
1210
  -webkit-transform: none;
1211
- -ms-transform: none;
1212
  transform: none;
1213
  }
1214
  }
@@ -1219,13 +1307,13 @@ Copyright (c) 2014 Daniel Eden
1219
  }
1220
 
1221
  @-webkit-keyframes fadeInLeft {
1222
- 0% {
1223
  opacity: 0;
1224
  -webkit-transform: translate3d(-100%, 0, 0);
1225
  transform: translate3d(-100%, 0, 0);
1226
  }
1227
 
1228
- 100% {
1229
  opacity: 1;
1230
  -webkit-transform: none;
1231
  transform: none;
@@ -1233,17 +1321,15 @@ Copyright (c) 2014 Daniel Eden
1233
  }
1234
 
1235
  @keyframes fadeInLeft {
1236
- 0% {
1237
  opacity: 0;
1238
  -webkit-transform: translate3d(-100%, 0, 0);
1239
- -ms-transform: translate3d(-100%, 0, 0);
1240
  transform: translate3d(-100%, 0, 0);
1241
  }
1242
 
1243
- 100% {
1244
  opacity: 1;
1245
  -webkit-transform: none;
1246
- -ms-transform: none;
1247
  transform: none;
1248
  }
1249
  }
@@ -1254,13 +1340,13 @@ Copyright (c) 2014 Daniel Eden
1254
  }
1255
 
1256
  @-webkit-keyframes fadeInLeftBig {
1257
- 0% {
1258
  opacity: 0;
1259
  -webkit-transform: translate3d(-2000px, 0, 0);
1260
  transform: translate3d(-2000px, 0, 0);
1261
  }
1262
 
1263
- 100% {
1264
  opacity: 1;
1265
  -webkit-transform: none;
1266
  transform: none;
@@ -1268,17 +1354,15 @@ Copyright (c) 2014 Daniel Eden
1268
  }
1269
 
1270
  @keyframes fadeInLeftBig {
1271
- 0% {
1272
  opacity: 0;
1273
  -webkit-transform: translate3d(-2000px, 0, 0);
1274
- -ms-transform: translate3d(-2000px, 0, 0);
1275
  transform: translate3d(-2000px, 0, 0);
1276
  }
1277
 
1278
- 100% {
1279
  opacity: 1;
1280
  -webkit-transform: none;
1281
- -ms-transform: none;
1282
  transform: none;
1283
  }
1284
  }
@@ -1289,13 +1373,13 @@ Copyright (c) 2014 Daniel Eden
1289
  }
1290
 
1291
  @-webkit-keyframes fadeInRight {
1292
- 0% {
1293
  opacity: 0;
1294
  -webkit-transform: translate3d(100%, 0, 0);
1295
  transform: translate3d(100%, 0, 0);
1296
  }
1297
 
1298
- 100% {
1299
  opacity: 1;
1300
  -webkit-transform: none;
1301
  transform: none;
@@ -1303,17 +1387,15 @@ Copyright (c) 2014 Daniel Eden
1303
  }
1304
 
1305
  @keyframes fadeInRight {
1306
- 0% {
1307
  opacity: 0;
1308
  -webkit-transform: translate3d(100%, 0, 0);
1309
- -ms-transform: translate3d(100%, 0, 0);
1310
  transform: translate3d(100%, 0, 0);
1311
  }
1312
 
1313
- 100% {
1314
  opacity: 1;
1315
  -webkit-transform: none;
1316
- -ms-transform: none;
1317
  transform: none;
1318
  }
1319
  }
@@ -1324,13 +1406,13 @@ Copyright (c) 2014 Daniel Eden
1324
  }
1325
 
1326
  @-webkit-keyframes fadeInRightBig {
1327
- 0% {
1328
  opacity: 0;
1329
  -webkit-transform: translate3d(2000px, 0, 0);
1330
  transform: translate3d(2000px, 0, 0);
1331
  }
1332
 
1333
- 100% {
1334
  opacity: 1;
1335
  -webkit-transform: none;
1336
  transform: none;
@@ -1338,17 +1420,15 @@ Copyright (c) 2014 Daniel Eden
1338
  }
1339
 
1340
  @keyframes fadeInRightBig {
1341
- 0% {
1342
  opacity: 0;
1343
  -webkit-transform: translate3d(2000px, 0, 0);
1344
- -ms-transform: translate3d(2000px, 0, 0);
1345
  transform: translate3d(2000px, 0, 0);
1346
  }
1347
 
1348
- 100% {
1349
  opacity: 1;
1350
  -webkit-transform: none;
1351
- -ms-transform: none;
1352
  transform: none;
1353
  }
1354
  }
@@ -1359,13 +1439,13 @@ Copyright (c) 2014 Daniel Eden
1359
  }
1360
 
1361
  @-webkit-keyframes fadeInUp {
1362
- 0% {
1363
  opacity: 0;
1364
  -webkit-transform: translate3d(0, 100%, 0);
1365
  transform: translate3d(0, 100%, 0);
1366
  }
1367
 
1368
- 100% {
1369
  opacity: 1;
1370
  -webkit-transform: none;
1371
  transform: none;
@@ -1373,17 +1453,15 @@ Copyright (c) 2014 Daniel Eden
1373
  }
1374
 
1375
  @keyframes fadeInUp {
1376
- 0% {
1377
  opacity: 0;
1378
  -webkit-transform: translate3d(0, 100%, 0);
1379
- -ms-transform: translate3d(0, 100%, 0);
1380
  transform: translate3d(0, 100%, 0);
1381
  }
1382
 
1383
- 100% {
1384
  opacity: 1;
1385
  -webkit-transform: none;
1386
- -ms-transform: none;
1387
  transform: none;
1388
  }
1389
  }
@@ -1394,13 +1472,13 @@ Copyright (c) 2014 Daniel Eden
1394
  }
1395
 
1396
  @-webkit-keyframes fadeInUpBig {
1397
- 0% {
1398
  opacity: 0;
1399
  -webkit-transform: translate3d(0, 2000px, 0);
1400
  transform: translate3d(0, 2000px, 0);
1401
  }
1402
 
1403
- 100% {
1404
  opacity: 1;
1405
  -webkit-transform: none;
1406
  transform: none;
@@ -1408,17 +1486,15 @@ Copyright (c) 2014 Daniel Eden
1408
  }
1409
 
1410
  @keyframes fadeInUpBig {
1411
- 0% {
1412
  opacity: 0;
1413
  -webkit-transform: translate3d(0, 2000px, 0);
1414
- -ms-transform: translate3d(0, 2000px, 0);
1415
  transform: translate3d(0, 2000px, 0);
1416
  }
1417
 
1418
- 100% {
1419
  opacity: 1;
1420
  -webkit-transform: none;
1421
- -ms-transform: none;
1422
  transform: none;
1423
  }
1424
  }
@@ -1429,21 +1505,21 @@ Copyright (c) 2014 Daniel Eden
1429
  }
1430
 
1431
  @-webkit-keyframes fadeOut {
1432
- 0% {
1433
  opacity: 1;
1434
  }
1435
 
1436
- 100% {
1437
  opacity: 0;
1438
  }
1439
  }
1440
 
1441
  @keyframes fadeOut {
1442
- 0% {
1443
  opacity: 1;
1444
  }
1445
 
1446
- 100% {
1447
  opacity: 0;
1448
  }
1449
  }
@@ -1454,11 +1530,11 @@ Copyright (c) 2014 Daniel Eden
1454
  }
1455
 
1456
  @-webkit-keyframes fadeOutDown {
1457
- 0% {
1458
  opacity: 1;
1459
  }
1460
 
1461
- 100% {
1462
  opacity: 0;
1463
  -webkit-transform: translate3d(0, 100%, 0);
1464
  transform: translate3d(0, 100%, 0);
@@ -1466,14 +1542,13 @@ Copyright (c) 2014 Daniel Eden
1466
  }
1467
 
1468
  @keyframes fadeOutDown {
1469
- 0% {
1470
  opacity: 1;
1471
  }
1472
 
1473
- 100% {
1474
  opacity: 0;
1475
  -webkit-transform: translate3d(0, 100%, 0);
1476
- -ms-transform: translate3d(0, 100%, 0);
1477
  transform: translate3d(0, 100%, 0);
1478
  }
1479
  }
@@ -1484,11 +1559,11 @@ Copyright (c) 2014 Daniel Eden
1484
  }
1485
 
1486
  @-webkit-keyframes fadeOutDownBig {
1487
- 0% {
1488
  opacity: 1;
1489
  }
1490
 
1491
- 100% {
1492
  opacity: 0;
1493
  -webkit-transform: translate3d(0, 2000px, 0);
1494
  transform: translate3d(0, 2000px, 0);
@@ -1496,14 +1571,13 @@ Copyright (c) 2014 Daniel Eden
1496
  }
1497
 
1498
  @keyframes fadeOutDownBig {
1499
- 0% {
1500
  opacity: 1;
1501
  }
1502
 
1503
- 100% {
1504
  opacity: 0;
1505
  -webkit-transform: translate3d(0, 2000px, 0);
1506
- -ms-transform: translate3d(0, 2000px, 0);
1507
  transform: translate3d(0, 2000px, 0);
1508
  }
1509
  }
@@ -1514,11 +1588,11 @@ Copyright (c) 2014 Daniel Eden
1514
  }
1515
 
1516
  @-webkit-keyframes fadeOutLeft {
1517
- 0% {
1518
  opacity: 1;
1519
  }
1520
 
1521
- 100% {
1522
  opacity: 0;
1523
  -webkit-transform: translate3d(-100%, 0, 0);
1524
  transform: translate3d(-100%, 0, 0);
@@ -1526,14 +1600,13 @@ Copyright (c) 2014 Daniel Eden
1526
  }
1527
 
1528
  @keyframes fadeOutLeft {
1529
- 0% {
1530
  opacity: 1;
1531
  }
1532
 
1533
- 100% {
1534
  opacity: 0;
1535
  -webkit-transform: translate3d(-100%, 0, 0);
1536
- -ms-transform: translate3d(-100%, 0, 0);
1537
  transform: translate3d(-100%, 0, 0);
1538
  }
1539
  }
@@ -1544,11 +1617,11 @@ Copyright (c) 2014 Daniel Eden
1544
  }
1545
 
1546
  @-webkit-keyframes fadeOutLeftBig {
1547
- 0% {
1548
  opacity: 1;
1549
  }
1550
 
1551
- 100% {
1552
  opacity: 0;
1553
  -webkit-transform: translate3d(-2000px, 0, 0);
1554
  transform: translate3d(-2000px, 0, 0);
@@ -1556,14 +1629,13 @@ Copyright (c) 2014 Daniel Eden
1556
  }
1557
 
1558
  @keyframes fadeOutLeftBig {
1559
- 0% {
1560
  opacity: 1;
1561
  }
1562
 
1563
- 100% {
1564
  opacity: 0;
1565
  -webkit-transform: translate3d(-2000px, 0, 0);
1566
- -ms-transform: translate3d(-2000px, 0, 0);
1567
  transform: translate3d(-2000px, 0, 0);
1568
  }
1569
  }
@@ -1574,11 +1646,11 @@ Copyright (c) 2014 Daniel Eden
1574
  }
1575
 
1576
  @-webkit-keyframes fadeOutRight {
1577
- 0% {
1578
  opacity: 1;
1579
  }
1580
 
1581
- 100% {
1582
  opacity: 0;
1583
  -webkit-transform: translate3d(100%, 0, 0);
1584
  transform: translate3d(100%, 0, 0);
@@ -1586,14 +1658,13 @@ Copyright (c) 2014 Daniel Eden
1586
  }
1587
 
1588
  @keyframes fadeOutRight {
1589
- 0% {
1590
  opacity: 1;
1591
  }
1592
 
1593
- 100% {
1594
  opacity: 0;
1595
  -webkit-transform: translate3d(100%, 0, 0);
1596
- -ms-transform: translate3d(100%, 0, 0);
1597
  transform: translate3d(100%, 0, 0);
1598
  }
1599
  }
@@ -1604,11 +1675,11 @@ Copyright (c) 2014 Daniel Eden
1604
  }
1605
 
1606
  @-webkit-keyframes fadeOutRightBig {
1607
- 0% {
1608
  opacity: 1;
1609
  }
1610
 
1611
- 100% {
1612
  opacity: 0;
1613
  -webkit-transform: translate3d(2000px, 0, 0);
1614
  transform: translate3d(2000px, 0, 0);
@@ -1616,14 +1687,13 @@ Copyright (c) 2014 Daniel Eden
1616
  }
1617
 
1618
  @keyframes fadeOutRightBig {
1619
- 0% {
1620
  opacity: 1;
1621
  }
1622
 
1623
- 100% {
1624
  opacity: 0;
1625
  -webkit-transform: translate3d(2000px, 0, 0);
1626
- -ms-transform: translate3d(2000px, 0, 0);
1627
  transform: translate3d(2000px, 0, 0);
1628
  }
1629
  }
@@ -1634,11 +1704,11 @@ Copyright (c) 2014 Daniel Eden
1634
  }
1635
 
1636
  @-webkit-keyframes fadeOutUp {
1637
- 0% {
1638
  opacity: 1;
1639
  }
1640
 
1641
- 100% {
1642
  opacity: 0;
1643
  -webkit-transform: translate3d(0, -100%, 0);
1644
  transform: translate3d(0, -100%, 0);
@@ -1646,14 +1716,13 @@ Copyright (c) 2014 Daniel Eden
1646
  }
1647
 
1648
  @keyframes fadeOutUp {
1649
- 0% {
1650
  opacity: 1;
1651
  }
1652
 
1653
- 100% {
1654
  opacity: 0;
1655
  -webkit-transform: translate3d(0, -100%, 0);
1656
- -ms-transform: translate3d(0, -100%, 0);
1657
  transform: translate3d(0, -100%, 0);
1658
  }
1659
  }
@@ -1664,11 +1733,11 @@ Copyright (c) 2014 Daniel Eden
1664
  }
1665
 
1666
  @-webkit-keyframes fadeOutUpBig {
1667
- 0% {
1668
  opacity: 1;
1669
  }
1670
 
1671
- 100% {
1672
  opacity: 0;
1673
  -webkit-transform: translate3d(0, -2000px, 0);
1674
  transform: translate3d(0, -2000px, 0);
@@ -1676,14 +1745,13 @@ Copyright (c) 2014 Daniel Eden
1676
  }
1677
 
1678
  @keyframes fadeOutUpBig {
1679
- 0% {
1680
  opacity: 1;
1681
  }
1682
 
1683
- 100% {
1684
  opacity: 0;
1685
  -webkit-transform: translate3d(0, -2000px, 0);
1686
- -ms-transform: translate3d(0, -2000px, 0);
1687
  transform: translate3d(0, -2000px, 0);
1688
  }
1689
  }
@@ -1694,7 +1762,7 @@ Copyright (c) 2014 Daniel Eden
1694
  }
1695
 
1696
  @-webkit-keyframes flip {
1697
- 0% {
1698
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
1699
  transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
1700
  -webkit-animation-timing-function: ease-out;
@@ -1722,7 +1790,7 @@ Copyright (c) 2014 Daniel Eden
1722
  animation-timing-function: ease-in;
1723
  }
1724
 
1725
- 100% {
1726
  -webkit-transform: perspective(400px);
1727
  transform: perspective(400px);
1728
  -webkit-animation-timing-function: ease-in;
@@ -1731,9 +1799,8 @@ Copyright (c) 2014 Daniel Eden
1731
  }
1732
 
1733
  @keyframes flip {
1734
- 0% {
1735
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
1736
- -ms-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
1737
  transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
1738
  -webkit-animation-timing-function: ease-out;
1739
  animation-timing-function: ease-out;
@@ -1741,7 +1808,6 @@ Copyright (c) 2014 Daniel Eden
1741
 
1742
  40% {
1743
  -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
1744
- -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
1745
  transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
1746
  -webkit-animation-timing-function: ease-out;
1747
  animation-timing-function: ease-out;
@@ -1749,7 +1815,6 @@ Copyright (c) 2014 Daniel Eden
1749
 
1750
  50% {
1751
  -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
1752
- -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
1753
  transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
1754
  -webkit-animation-timing-function: ease-in;
1755
  animation-timing-function: ease-in;
@@ -1757,15 +1822,13 @@ Copyright (c) 2014 Daniel Eden
1757
 
1758
  80% {
1759
  -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
1760
- -ms-transform: perspective(400px) scale3d(.95, .95, .95);
1761
  transform: perspective(400px) scale3d(.95, .95, .95);
1762
  -webkit-animation-timing-function: ease-in;
1763
  animation-timing-function: ease-in;
1764
  }
1765
 
1766
- 100% {
1767
  -webkit-transform: perspective(400px);
1768
- -ms-transform: perspective(400px);
1769
  transform: perspective(400px);
1770
  -webkit-animation-timing-function: ease-in;
1771
  animation-timing-function: ease-in;
@@ -1774,26 +1837,25 @@ Copyright (c) 2014 Daniel Eden
1774
 
1775
  .animated.flip {
1776
  -webkit-backface-visibility: visible;
1777
- -ms-backface-visibility: visible;
1778
  backface-visibility: visible;
1779
  -webkit-animation-name: flip;
1780
  animation-name: flip;
1781
  }
1782
 
1783
  @-webkit-keyframes flipInX {
1784
- 0% {
1785
  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
1786
  transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
1787
- -webkit-transition-timing-function: ease-in;
1788
- transition-timing-function: ease-in;
1789
  opacity: 0;
1790
  }
1791
 
1792
  40% {
1793
  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
1794
  transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
1795
- -webkit-transition-timing-function: ease-in;
1796
- transition-timing-function: ease-in;
1797
  }
1798
 
1799
  60% {
@@ -1807,72 +1869,66 @@ Copyright (c) 2014 Daniel Eden
1807
  transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
1808
  }
1809
 
1810
- 100% {
1811
  -webkit-transform: perspective(400px);
1812
  transform: perspective(400px);
1813
  }
1814
  }
1815
 
1816
  @keyframes flipInX {
1817
- 0% {
1818
  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
1819
- -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
1820
  transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
1821
- -webkit-transition-timing-function: ease-in;
1822
- transition-timing-function: ease-in;
1823
  opacity: 0;
1824
  }
1825
 
1826
  40% {
1827
  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
1828
- -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
1829
  transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
1830
- -webkit-transition-timing-function: ease-in;
1831
- transition-timing-function: ease-in;
1832
  }
1833
 
1834
  60% {
1835
  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
1836
- -ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
1837
  transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
1838
  opacity: 1;
1839
  }
1840
 
1841
  80% {
1842
  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
1843
- -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
1844
  transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
1845
  }
1846
 
1847
- 100% {
1848
  -webkit-transform: perspective(400px);
1849
- -ms-transform: perspective(400px);
1850
  transform: perspective(400px);
1851
  }
1852
  }
1853
 
1854
  .flipInX {
1855
  -webkit-backface-visibility: visible !important;
1856
- -ms-backface-visibility: visible !important;
1857
  backface-visibility: visible !important;
1858
  -webkit-animation-name: flipInX;
1859
  animation-name: flipInX;
1860
  }
1861
 
1862
  @-webkit-keyframes flipInY {
1863
- 0% {
1864
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
1865
  transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
1866
- -webkit-transition-timing-function: ease-in;
1867
- transition-timing-function: ease-in;
1868
  opacity: 0;
1869
  }
1870
 
1871
  40% {
1872
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
1873
  transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
1874
- -webkit-transition-timing-function: ease-in;
1875
- transition-timing-function: ease-in;
1876
  }
1877
 
1878
  60% {
@@ -1886,60 +1942,54 @@ Copyright (c) 2014 Daniel Eden
1886
  transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
1887
  }
1888
 
1889
- 100% {
1890
  -webkit-transform: perspective(400px);
1891
  transform: perspective(400px);
1892
  }
1893
  }
1894
 
1895
  @keyframes flipInY {
1896
- 0% {
1897
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
1898
- -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
1899
  transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
1900
- -webkit-transition-timing-function: ease-in;
1901
- transition-timing-function: ease-in;
1902
  opacity: 0;
1903
  }
1904
 
1905
  40% {
1906
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
1907
- -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
1908
  transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
1909
- -webkit-transition-timing-function: ease-in;
1910
- transition-timing-function: ease-in;
1911
  }
1912
 
1913
  60% {
1914
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
1915
- -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
1916
  transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
1917
  opacity: 1;
1918
  }
1919
 
1920
  80% {
1921
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
1922
- -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
1923
  transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
1924
  }
1925
 
1926
- 100% {
1927
  -webkit-transform: perspective(400px);
1928
- -ms-transform: perspective(400px);
1929
  transform: perspective(400px);
1930
  }
1931
  }
1932
 
1933
  .flipInY {
1934
  -webkit-backface-visibility: visible !important;
1935
- -ms-backface-visibility: visible !important;
1936
  backface-visibility: visible !important;
1937
  -webkit-animation-name: flipInY;
1938
  animation-name: flipInY;
1939
  }
1940
 
1941
  @-webkit-keyframes flipOutX {
1942
- 0% {
1943
  -webkit-transform: perspective(400px);
1944
  transform: perspective(400px);
1945
  }
@@ -1950,7 +2000,7 @@ Copyright (c) 2014 Daniel Eden
1950
  opacity: 1;
1951
  }
1952
 
1953
- 100% {
1954
  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
1955
  transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
1956
  opacity: 0;
@@ -1958,22 +2008,19 @@ Copyright (c) 2014 Daniel Eden
1958
  }
1959
 
1960
  @keyframes flipOutX {
1961
- 0% {
1962
  -webkit-transform: perspective(400px);
1963
- -ms-transform: perspective(400px);
1964
  transform: perspective(400px);
1965
  }
1966
 
1967
  30% {
1968
  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
1969
- -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
1970
  transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
1971
  opacity: 1;
1972
  }
1973
 
1974
- 100% {
1975
  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
1976
- -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
1977
  transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
1978
  opacity: 0;
1979
  }
@@ -1982,15 +2029,12 @@ Copyright (c) 2014 Daniel Eden
1982
  .flipOutX {
1983
  -webkit-animation-name: flipOutX;
1984
  animation-name: flipOutX;
1985
- -webkit-animation-duration: .75s;
1986
- animation-duration: .75s;
1987
  -webkit-backface-visibility: visible !important;
1988
- -ms-backface-visibility: visible !important;
1989
  backface-visibility: visible !important;
1990
  }
1991
 
1992
  @-webkit-keyframes flipOutY {
1993
- 0% {
1994
  -webkit-transform: perspective(400px);
1995
  transform: perspective(400px);
1996
  }
@@ -2001,7 +2045,7 @@ Copyright (c) 2014 Daniel Eden
2001
  opacity: 1;
2002
  }
2003
 
2004
- 100% {
2005
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
2006
  transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
2007
  opacity: 0;
@@ -2009,22 +2053,19 @@ Copyright (c) 2014 Daniel Eden
2009
  }
2010
 
2011
  @keyframes flipOutY {
2012
- 0% {
2013
  -webkit-transform: perspective(400px);
2014
- -ms-transform: perspective(400px);
2015
  transform: perspective(400px);
2016
  }
2017
 
2018
  30% {
2019
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
2020
- -ms-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
2021
  transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
2022
  opacity: 1;
2023
  }
2024
 
2025
- 100% {
2026
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
2027
- -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
2028
  transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
2029
  opacity: 0;
2030
  }
@@ -2032,16 +2073,13 @@ Copyright (c) 2014 Daniel Eden
2032
 
2033
  .flipOutY {
2034
  -webkit-backface-visibility: visible !important;
2035
- -ms-backface-visibility: visible !important;
2036
  backface-visibility: visible !important;
2037
  -webkit-animation-name: flipOutY;
2038
  animation-name: flipOutY;
2039
- -webkit-animation-duration: .75s;
2040
- animation-duration: .75s;
2041
  }
2042
 
2043
  @-webkit-keyframes lightSpeedIn {
2044
- 0% {
2045
  -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
2046
  transform: translate3d(100%, 0, 0) skewX(-30deg);
2047
  opacity: 0;
@@ -2059,7 +2097,7 @@ Copyright (c) 2014 Daniel Eden
2059
  opacity: 1;
2060
  }
2061
 
2062
- 100% {
2063
  -webkit-transform: none;
2064
  transform: none;
2065
  opacity: 1;
@@ -2067,30 +2105,26 @@ Copyright (c) 2014 Daniel Eden
2067
  }
2068
 
2069
  @keyframes lightSpeedIn {
2070
- 0% {
2071
  -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
2072
- -ms-transform: translate3d(100%, 0, 0) skewX(-30deg);
2073
  transform: translate3d(100%, 0, 0) skewX(-30deg);
2074
  opacity: 0;
2075
  }
2076
 
2077
  60% {
2078
  -webkit-transform: skewX(20deg);
2079
- -ms-transform: skewX(20deg);
2080
  transform: skewX(20deg);
2081
  opacity: 1;
2082
  }
2083
 
2084
  80% {
2085
  -webkit-transform: skewX(-5deg);
2086
- -ms-transform: skewX(-5deg);
2087
  transform: skewX(-5deg);
2088
  opacity: 1;
2089
  }
2090
 
2091
- 100% {
2092
  -webkit-transform: none;
2093
- -ms-transform: none;
2094
  transform: none;
2095
  opacity: 1;
2096
  }
@@ -2104,11 +2138,11 @@ Copyright (c) 2014 Daniel Eden
2104
  }
2105
 
2106
  @-webkit-keyframes lightSpeedOut {
2107
- 0% {
2108
  opacity: 1;
2109
  }
2110
 
2111
- 100% {
2112
  -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
2113
  transform: translate3d(100%, 0, 0) skewX(30deg);
2114
  opacity: 0;
@@ -2116,13 +2150,12 @@ Copyright (c) 2014 Daniel Eden
2116
  }
2117
 
2118
  @keyframes lightSpeedOut {
2119
- 0% {
2120
  opacity: 1;
2121
  }
2122
 
2123
- 100% {
2124
  -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
2125
- -ms-transform: translate3d(100%, 0, 0) skewX(30deg);
2126
  transform: translate3d(100%, 0, 0) skewX(30deg);
2127
  opacity: 0;
2128
  }
@@ -2136,7 +2169,7 @@ Copyright (c) 2014 Daniel Eden
2136
  }
2137
 
2138
  @-webkit-keyframes rotateIn {
2139
- 0% {
2140
  -webkit-transform-origin: center;
2141
  transform-origin: center;
2142
  -webkit-transform: rotate3d(0, 0, 1, -200deg);
@@ -2144,7 +2177,7 @@ Copyright (c) 2014 Daniel Eden
2144
  opacity: 0;
2145
  }
2146
 
2147
- 100% {
2148
  -webkit-transform-origin: center;
2149
  transform-origin: center;
2150
  -webkit-transform: none;
@@ -2154,22 +2187,18 @@ Copyright (c) 2014 Daniel Eden
2154
  }
2155
 
2156
  @keyframes rotateIn {
2157
- 0% {
2158
  -webkit-transform-origin: center;
2159
- -ms-transform-origin: center;
2160
  transform-origin: center;
2161
  -webkit-transform: rotate3d(0, 0, 1, -200deg);
2162
- -ms-transform: rotate3d(0, 0, 1, -200deg);
2163
  transform: rotate3d(0, 0, 1, -200deg);
2164
  opacity: 0;
2165
  }
2166
 
2167
- 100% {
2168
  -webkit-transform-origin: center;
2169
- -ms-transform-origin: center;
2170
  transform-origin: center;
2171
  -webkit-transform: none;
2172
- -ms-transform: none;
2173
  transform: none;
2174
  opacity: 1;
2175
  }
@@ -2181,7 +2210,7 @@ Copyright (c) 2014 Daniel Eden
2181
  }
2182
 
2183
  @-webkit-keyframes rotateInDownLeft {
2184
- 0% {
2185
  -webkit-transform-origin: left bottom;
2186
  transform-origin: left bottom;
2187
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
@@ -2189,7 +2218,7 @@ Copyright (c) 2014 Daniel Eden
2189
  opacity: 0;
2190
  }
2191
 
2192
- 100% {
2193
  -webkit-transform-origin: left bottom;
2194
  transform-origin: left bottom;
2195
  -webkit-transform: none;
@@ -2199,22 +2228,18 @@ Copyright (c) 2014 Daniel Eden
2199
  }
2200
 
2201
  @keyframes rotateInDownLeft {
2202
- 0% {
2203
  -webkit-transform-origin: left bottom;
2204
- -ms-transform-origin: left bottom;
2205
  transform-origin: left bottom;
2206
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
2207
- -ms-transform: rotate3d(0, 0, 1, -45deg);
2208
  transform: rotate3d(0, 0, 1, -45deg);
2209
  opacity: 0;
2210
  }
2211
 
2212
- 100% {
2213
  -webkit-transform-origin: left bottom;
2214
- -ms-transform-origin: left bottom;
2215
  transform-origin: left bottom;
2216
  -webkit-transform: none;
2217
- -ms-transform: none;
2218
  transform: none;
2219
  opacity: 1;
2220
  }
@@ -2226,7 +2251,7 @@ Copyright (c) 2014 Daniel Eden
2226
  }
2227
 
2228
  @-webkit-keyframes rotateInDownRight {
2229
- 0% {
2230
  -webkit-transform-origin: right bottom;
2231
  transform-origin: right bottom;
2232
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
@@ -2234,7 +2259,7 @@ Copyright (c) 2014 Daniel Eden
2234
  opacity: 0;
2235
  }
2236
 
2237
- 100% {
2238
  -webkit-transform-origin: right bottom;
2239
  transform-origin: right bottom;
2240
  -webkit-transform: none;
@@ -2244,22 +2269,18 @@ Copyright (c) 2014 Daniel Eden
2244
  }
2245
 
2246
  @keyframes rotateInDownRight {
2247
- 0% {
2248
  -webkit-transform-origin: right bottom;
2249
- -ms-transform-origin: right bottom;
2250
  transform-origin: right bottom;
2251
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
2252
- -ms-transform: rotate3d(0, 0, 1, 45deg);
2253
  transform: rotate3d(0, 0, 1, 45deg);
2254
  opacity: 0;
2255
  }
2256
 
2257
- 100% {
2258
  -webkit-transform-origin: right bottom;
2259
- -ms-transform-origin: right bottom;
2260
  transform-origin: right bottom;
2261
  -webkit-transform: none;
2262
- -ms-transform: none;
2263
  transform: none;
2264
  opacity: 1;
2265
  }
@@ -2271,7 +2292,7 @@ Copyright (c) 2014 Daniel Eden
2271
  }
2272
 
2273
  @-webkit-keyframes rotateInUpLeft {
2274
- 0% {
2275
  -webkit-transform-origin: left bottom;
2276
  transform-origin: left bottom;
2277
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
@@ -2279,7 +2300,7 @@ Copyright (c) 2014 Daniel Eden
2279
  opacity: 0;
2280
  }
2281
 
2282
- 100% {
2283
  -webkit-transform-origin: left bottom;
2284
  transform-origin: left bottom;
2285
  -webkit-transform: none;
@@ -2289,22 +2310,18 @@ Copyright (c) 2014 Daniel Eden
2289
  }
2290
 
2291
  @keyframes rotateInUpLeft {
2292
- 0% {
2293
  -webkit-transform-origin: left bottom;
2294
- -ms-transform-origin: left bottom;
2295
  transform-origin: left bottom;
2296
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
2297
- -ms-transform: rotate3d(0, 0, 1, 45deg);
2298
  transform: rotate3d(0, 0, 1, 45deg);
2299
  opacity: 0;
2300
  }
2301
 
2302
- 100% {
2303
  -webkit-transform-origin: left bottom;
2304
- -ms-transform-origin: left bottom;
2305
  transform-origin: left bottom;
2306
  -webkit-transform: none;
2307
- -ms-transform: none;
2308
  transform: none;
2309
  opacity: 1;
2310
  }
@@ -2316,7 +2333,7 @@ Copyright (c) 2014 Daniel Eden
2316
  }
2317
 
2318
  @-webkit-keyframes rotateInUpRight {
2319
- 0% {
2320
  -webkit-transform-origin: right bottom;
2321
  transform-origin: right bottom;
2322
  -webkit-transform: rotate3d(0, 0, 1, -90deg);
@@ -2324,7 +2341,7 @@ Copyright (c) 2014 Daniel Eden
2324
  opacity: 0;
2325
  }
2326
 
2327
- 100% {
2328
  -webkit-transform-origin: right bottom;
2329
  transform-origin: right bottom;
2330
  -webkit-transform: none;
@@ -2334,22 +2351,18 @@ Copyright (c) 2014 Daniel Eden
2334
  }
2335
 
2336
  @keyframes rotateInUpRight {
2337
- 0% {
2338
  -webkit-transform-origin: right bottom;
2339
- -ms-transform-origin: right bottom;
2340
  transform-origin: right bottom;
2341
  -webkit-transform: rotate3d(0, 0, 1, -90deg);
2342
- -ms-transform: rotate3d(0, 0, 1, -90deg);
2343
  transform: rotate3d(0, 0, 1, -90deg);
2344
  opacity: 0;
2345
  }
2346
 
2347
- 100% {
2348
  -webkit-transform-origin: right bottom;
2349
- -ms-transform-origin: right bottom;
2350
  transform-origin: right bottom;
2351
  -webkit-transform: none;
2352
- -ms-transform: none;
2353
  transform: none;
2354
  opacity: 1;
2355
  }
@@ -2361,13 +2374,13 @@ Copyright (c) 2014 Daniel Eden
2361
  }
2362
 
2363
  @-webkit-keyframes rotateOut {
2364
- 0% {
2365
  -webkit-transform-origin: center;
2366
  transform-origin: center;
2367
  opacity: 1;
2368
  }
2369
 
2370
- 100% {
2371
  -webkit-transform-origin: center;
2372
  transform-origin: center;
2373
  -webkit-transform: rotate3d(0, 0, 1, 200deg);
@@ -2377,19 +2390,16 @@ Copyright (c) 2014 Daniel Eden
2377
  }
2378
 
2379
  @keyframes rotateOut {
2380
- 0% {
2381
  -webkit-transform-origin: center;
2382
- -ms-transform-origin: center;
2383
  transform-origin: center;
2384
  opacity: 1;
2385
  }
2386
 
2387
- 100% {
2388
  -webkit-transform-origin: center;
2389
- -ms-transform-origin: center;
2390
  transform-origin: center;
2391
  -webkit-transform: rotate3d(0, 0, 1, 200deg);
2392
- -ms-transform: rotate3d(0, 0, 1, 200deg);
2393
  transform: rotate3d(0, 0, 1, 200deg);
2394
  opacity: 0;
2395
  }
@@ -2401,13 +2411,13 @@ Copyright (c) 2014 Daniel Eden
2401
  }
2402
 
2403
  @-webkit-keyframes rotateOutDownLeft {
2404
- 0% {
2405
  -webkit-transform-origin: left bottom;
2406
  transform-origin: left bottom;
2407
  opacity: 1;
2408
  }
2409
 
2410
- 100% {
2411
  -webkit-transform-origin: left bottom;
2412
  transform-origin: left bottom;
2413
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
@@ -2417,19 +2427,16 @@ Copyright (c) 2014 Daniel Eden
2417
  }
2418
 
2419
  @keyframes rotateOutDownLeft {
2420
- 0% {
2421
  -webkit-transform-origin: left bottom;
2422
- -ms-transform-origin: left bottom;
2423
  transform-origin: left bottom;
2424
  opacity: 1;
2425
  }
2426
 
2427
- 100% {
2428
  -webkit-transform-origin: left bottom;
2429
- -ms-transform-origin: left bottom;
2430
  transform-origin: left bottom;
2431
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
2432
- -ms-transform: rotate3d(0, 0, 1, 45deg);
2433
  transform: rotate3d(0, 0, 1, 45deg);
2434
  opacity: 0;
2435
  }
@@ -2441,13 +2448,13 @@ Copyright (c) 2014 Daniel Eden
2441
  }
2442
 
2443
  @-webkit-keyframes rotateOutDownRight {
2444
- 0% {
2445
  -webkit-transform-origin: right bottom;
2446
  transform-origin: right bottom;
2447
  opacity: 1;
2448
  }
2449
 
2450
- 100% {
2451
  -webkit-transform-origin: right bottom;
2452
  transform-origin: right bottom;
2453
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
@@ -2457,19 +2464,16 @@ Copyright (c) 2014 Daniel Eden
2457
  }
2458
 
2459
  @keyframes rotateOutDownRight {
2460
- 0% {
2461
  -webkit-transform-origin: right bottom;
2462
- -ms-transform-origin: right bottom;
2463
  transform-origin: right bottom;
2464
  opacity: 1;
2465
  }
2466
 
2467
- 100% {
2468
  -webkit-transform-origin: right bottom;
2469
- -ms-transform-origin: right bottom;
2470
  transform-origin: right bottom;
2471
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
2472
- -ms-transform: rotate3d(0, 0, 1, -45deg);
2473
  transform: rotate3d(0, 0, 1, -45deg);
2474
  opacity: 0;
2475
  }
@@ -2481,13 +2485,13 @@ Copyright (c) 2014 Daniel Eden
2481
  }
2482
 
2483
  @-webkit-keyframes rotateOutUpLeft {
2484
- 0% {
2485
  -webkit-transform-origin: left bottom;
2486
  transform-origin: left bottom;
2487
  opacity: 1;
2488
  }
2489
 
2490
- 100% {
2491
  -webkit-transform-origin: left bottom;
2492
  transform-origin: left bottom;
2493
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
@@ -2497,19 +2501,16 @@ Copyright (c) 2014 Daniel Eden
2497
  }
2498
 
2499
  @keyframes rotateOutUpLeft {
2500
- 0% {
2501
  -webkit-transform-origin: left bottom;
2502
- -ms-transform-origin: left bottom;
2503
  transform-origin: left bottom;
2504
  opacity: 1;
2505
  }
2506
 
2507
- 100% {
2508
  -webkit-transform-origin: left bottom;
2509
- -ms-transform-origin: left bottom;
2510
  transform-origin: left bottom;
2511
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
2512
- -ms-transform: rotate3d(0, 0, 1, -45deg);
2513
  transform: rotate3d(0, 0, 1, -45deg);
2514
  opacity: 0;
2515
  }
@@ -2521,13 +2522,13 @@ Copyright (c) 2014 Daniel Eden
2521
  }
2522
 
2523
  @-webkit-keyframes rotateOutUpRight {
2524
- 0% {
2525
  -webkit-transform-origin: right bottom;
2526
  transform-origin: right bottom;
2527
  opacity: 1;
2528
  }
2529
 
2530
- 100% {
2531
  -webkit-transform-origin: right bottom;
2532
  transform-origin: right bottom;
2533
  -webkit-transform: rotate3d(0, 0, 1, 90deg);
@@ -2537,19 +2538,16 @@ Copyright (c) 2014 Daniel Eden
2537
  }
2538
 
2539
  @keyframes rotateOutUpRight {
2540
- 0% {
2541
  -webkit-transform-origin: right bottom;
2542
- -ms-transform-origin: right bottom;
2543
  transform-origin: right bottom;
2544
  opacity: 1;
2545
  }
2546
 
2547
- 100% {
2548
  -webkit-transform-origin: right bottom;
2549
- -ms-transform-origin: right bottom;
2550
  transform-origin: right bottom;
2551
  -webkit-transform: rotate3d(0, 0, 1, 90deg);
2552
- -ms-transform: rotate3d(0, 0, 1, 90deg);
2553
  transform: rotate3d(0, 0, 1, 90deg);
2554
  opacity: 0;
2555
  }
@@ -2587,7 +2585,7 @@ Copyright (c) 2014 Daniel Eden
2587
  opacity: 1;
2588
  }
2589
 
2590
- 100% {
2591
  -webkit-transform: translate3d(0, 700px, 0);
2592
  transform: translate3d(0, 700px, 0);
2593
  opacity: 0;
@@ -2597,7 +2595,6 @@ Copyright (c) 2014 Daniel Eden
2597
  @keyframes hinge {
2598
  0% {
2599
  -webkit-transform-origin: top left;
2600
- -ms-transform-origin: top left;
2601
  transform-origin: top left;
2602
  -webkit-animation-timing-function: ease-in-out;
2603
  animation-timing-function: ease-in-out;
@@ -2605,10 +2602,8 @@ Copyright (c) 2014 Daniel Eden
2605
 
2606
  20%, 60% {
2607
  -webkit-transform: rotate3d(0, 0, 1, 80deg);
2608
- -ms-transform: rotate3d(0, 0, 1, 80deg);
2609
  transform: rotate3d(0, 0, 1, 80deg);
2610
  -webkit-transform-origin: top left;
2611
- -ms-transform-origin: top left;
2612
  transform-origin: top left;
2613
  -webkit-animation-timing-function: ease-in-out;
2614
  animation-timing-function: ease-in-out;
@@ -2616,19 +2611,16 @@ Copyright (c) 2014 Daniel Eden
2616
 
2617
  40%, 80% {
2618
  -webkit-transform: rotate3d(0, 0, 1, 60deg);
2619
- -ms-transform: rotate3d(0, 0, 1, 60deg);
2620
  transform: rotate3d(0, 0, 1, 60deg);
2621
  -webkit-transform-origin: top left;
2622
- -ms-transform-origin: top left;
2623
  transform-origin: top left;
2624
  -webkit-animation-timing-function: ease-in-out;
2625
  animation-timing-function: ease-in-out;
2626
  opacity: 1;
2627
  }
2628
 
2629
- 100% {
2630
  -webkit-transform: translate3d(0, 700px, 0);
2631
- -ms-transform: translate3d(0, 700px, 0);
2632
  transform: translate3d(0, 700px, 0);
2633
  opacity: 0;
2634
  }
@@ -2642,13 +2634,13 @@ Copyright (c) 2014 Daniel Eden
2642
  /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
2643
 
2644
  @-webkit-keyframes rollIn {
2645
- 0% {
2646
  opacity: 0;
2647
  -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
2648
  transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
2649
  }
2650
 
2651
- 100% {
2652
  opacity: 1;
2653
  -webkit-transform: none;
2654
  transform: none;
@@ -2656,17 +2648,15 @@ Copyright (c) 2014 Daniel Eden
2656
  }
2657
 
2658
  @keyframes rollIn {
2659
- 0% {
2660
  opacity: 0;
2661
  -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
2662
- -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
2663
  transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
2664
  }
2665
 
2666
- 100% {
2667
  opacity: 1;
2668
  -webkit-transform: none;
2669
- -ms-transform: none;
2670
  transform: none;
2671
  }
2672
  }
@@ -2679,11 +2669,11 @@ Copyright (c) 2014 Daniel Eden
2679
  /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
2680
 
2681
  @-webkit-keyframes rollOut {
2682
- 0% {
2683
  opacity: 1;
2684
  }
2685
 
2686
- 100% {
2687
  opacity: 0;
2688
  -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
2689
  transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
@@ -2691,14 +2681,13 @@ Copyright (c) 2014 Daniel Eden
2691
  }
2692
 
2693
  @keyframes rollOut {
2694
- 0% {
2695
  opacity: 1;
2696
  }
2697
 
2698
- 100% {
2699
  opacity: 0;
2700
  -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
2701
- -ms-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
2702
  transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
2703
  }
2704
  }
@@ -2709,7 +2698,7 @@ Copyright (c) 2014 Daniel Eden
2709
  }
2710
 
2711
  @-webkit-keyframes zoomIn {
2712
- 0% {
2713
  opacity: 0;
2714
  -webkit-transform: scale3d(.3, .3, .3);
2715
  transform: scale3d(.3, .3, .3);
@@ -2721,10 +2710,9 @@ Copyright (c) 2014 Daniel Eden
2721
  }
2722
 
2723
  @keyframes zoomIn {
2724
- 0% {
2725
  opacity: 0;
2726
  -webkit-transform: scale3d(.3, .3, .3);
2727
- -ms-transform: scale3d(.3, .3, .3);
2728
  transform: scale3d(.3, .3, .3);
2729
  }
2730
 
@@ -2739,7 +2727,7 @@ Copyright (c) 2014 Daniel Eden
2739
  }
2740
 
2741
  @-webkit-keyframes zoomInDown {
2742
- 0% {
2743
  opacity: 0;
2744
  -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
2745
  transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
@@ -2757,10 +2745,9 @@ Copyright (c) 2014 Daniel Eden
2757
  }
2758
 
2759
  @keyframes zoomInDown {
2760
- 0% {
2761
  opacity: 0;
2762
  -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
2763
- -ms-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
2764
  transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
2765
  -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
2766
  animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
@@ -2769,7 +2756,6 @@ Copyright (c) 2014 Daniel Eden
2769
  60% {
2770
  opacity: 1;
2771
  -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
2772
- -ms-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
2773
  transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
2774
  -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
2775
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
@@ -2782,7 +2768,7 @@ Copyright (c) 2014 Daniel Eden
2782
  }
2783
 
2784
  @-webkit-keyframes zoomInLeft {
2785
- 0% {
2786
  opacity: 0;
2787
  -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
2788
  transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
@@ -2800,10 +2786,9 @@ Copyright (c) 2014 Daniel Eden
2800
  }
2801
 
2802
  @keyframes zoomInLeft {
2803
- 0% {
2804
  opacity: 0;
2805
  -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
2806
- -ms-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
2807
  transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
2808
  -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
2809
  animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
@@ -2812,7 +2797,6 @@ Copyright (c) 2014 Daniel Eden
2812
  60% {
2813
  opacity: 1;
2814
  -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
2815
- -ms-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
2816
  transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
2817
  -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
2818
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
@@ -2825,7 +2809,7 @@ Copyright (c) 2014 Daniel Eden
2825
  }
2826
 
2827
  @-webkit-keyframes zoomInRight {
2828
- 0% {
2829
  opacity: 0;
2830
  -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
2831
  transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
@@ -2843,10 +2827,9 @@ Copyright (c) 2014 Daniel Eden
2843
  }
2844
 
2845
  @keyframes zoomInRight {
2846
- 0% {
2847
  opacity: 0;
2848
  -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
2849
- -ms-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
2850
  transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
2851
  -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
2852
  animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
@@ -2855,7 +2838,6 @@ Copyright (c) 2014 Daniel Eden
2855
  60% {
2856
  opacity: 1;
2857
  -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
2858
- -ms-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
2859
  transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
2860
  -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
2861
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
@@ -2868,7 +2850,7 @@ Copyright (c) 2014 Daniel Eden
2868
  }
2869
 
2870
  @-webkit-keyframes zoomInUp {
2871
- 0% {
2872
  opacity: 0;
2873
  -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
2874
  transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
@@ -2886,10 +2868,9 @@ Copyright (c) 2014 Daniel Eden
2886
  }
2887
 
2888
  @keyframes zoomInUp {
2889
- 0% {
2890
  opacity: 0;
2891
  -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
2892
- -ms-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
2893
  transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
2894
  -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
2895
  animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
@@ -2898,7 +2879,6 @@ Copyright (c) 2014 Daniel Eden
2898
  60% {
2899
  opacity: 1;
2900
  -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
2901
- -ms-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
2902
  transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
2903
  -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
2904
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
@@ -2911,7 +2891,7 @@ Copyright (c) 2014 Daniel Eden
2911
  }
2912
 
2913
  @-webkit-keyframes zoomOut {
2914
- 0% {
2915
  opacity: 1;
2916
  }
2917
 
@@ -2921,24 +2901,23 @@ Copyright (c) 2014 Daniel Eden
2921
  transform: scale3d(.3, .3, .3);
2922
  }
2923
 
2924
- 100% {
2925
  opacity: 0;
2926
  }
2927
  }
2928
 
2929
  @keyframes zoomOut {
2930
- 0% {
2931
  opacity: 1;
2932
  }
2933
 
2934
  50% {
2935
  opacity: 0;
2936
  -webkit-transform: scale3d(.3, .3, .3);
2937
- -ms-transform: scale3d(.3, .3, .3);
2938
  transform: scale3d(.3, .3, .3);
2939
  }
2940
 
2941
- 100% {
2942
  opacity: 0;
2943
  }
2944
  }
@@ -2957,7 +2936,7 @@ Copyright (c) 2014 Daniel Eden
2957
  animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
2958
  }
2959
 
2960
- 100% {
2961
  opacity: 0;
2962
  -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
2963
  transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
@@ -2972,19 +2951,16 @@ Copyright (c) 2014 Daniel Eden
2972
  40% {
2973
  opacity: 1;
2974
  -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
2975
- -ms-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
2976
  transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
2977
  -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
2978
  animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
2979
  }
2980
 
2981
- 100% {
2982
  opacity: 0;
2983
  -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
2984
- -ms-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
2985
  transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
2986
  -webkit-transform-origin: center bottom;
2987
- -ms-transform-origin: center bottom;
2988
  transform-origin: center bottom;
2989
  -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
2990
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
@@ -3003,7 +2979,7 @@ Copyright (c) 2014 Daniel Eden
3003
  transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
3004
  }
3005
 
3006
- 100% {
3007
  opacity: 0;
3008
  -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
3009
  transform: scale(.1) translate3d(-2000px, 0, 0);
@@ -3016,17 +2992,14 @@ Copyright (c) 2014 Daniel Eden
3016
  40% {
3017
  opacity: 1;
3018
  -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
3019
- -ms-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
3020
  transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
3021
  }
3022
 
3023
- 100% {
3024
  opacity: 0;
3025
  -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
3026
- -ms-transform: scale(.1) translate3d(-2000px, 0, 0);
3027
  transform: scale(.1) translate3d(-2000px, 0, 0);
3028
  -webkit-transform-origin: left center;
3029
- -ms-transform-origin: left center;
3030
  transform-origin: left center;
3031
  }
3032
  }
@@ -3043,7 +3016,7 @@ Copyright (c) 2014 Daniel Eden
3043
  transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
3044
  }
3045
 
3046
- 100% {
3047
  opacity: 0;
3048
  -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
3049
  transform: scale(.1) translate3d(2000px, 0, 0);
@@ -3056,17 +3029,14 @@ Copyright (c) 2014 Daniel Eden
3056
  40% {
3057
  opacity: 1;
3058
  -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
3059
- -ms-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
3060
  transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
3061
  }
3062
 
3063
- 100% {
3064
  opacity: 0;
3065
  -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
3066
- -ms-transform: scale(.1) translate3d(2000px, 0, 0);
3067
  transform: scale(.1) translate3d(2000px, 0, 0);
3068
  -webkit-transform-origin: right center;
3069
- -ms-transform-origin: right center;
3070
  transform-origin: right center;
3071
  }
3072
  }
@@ -3085,7 +3055,7 @@ Copyright (c) 2014 Daniel Eden
3085
  animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
3086
  }
3087
 
3088
- 100% {
3089
  opacity: 0;
3090
  -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
3091
  transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
@@ -3100,19 +3070,16 @@ Copyright (c) 2014 Daniel Eden
3100
  40% {
3101
  opacity: 1;
3102
  -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
3103
- -ms-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
3104
  transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
3105
  -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
3106
  animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
3107
  }
3108
 
3109
- 100% {
3110
  opacity: 0;
3111
  -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
3112
- -ms-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
3113
  transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
3114
  -webkit-transform-origin: center bottom;
3115
- -ms-transform-origin: center bottom;
3116
  transform-origin: center bottom;
3117
  -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
3118
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
@@ -3122,4 +3089,252 @@ Copyright (c) 2014 Daniel Eden
3122
  .zoomOutUp {
3123
  -webkit-animation-name: zoomOutUp;
3124
  animation-name: zoomOutUp;
3125
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  @charset "UTF-8";
2
 
3
  /*!
4
+ * animate.css -http://daneden.me/animate
5
+ * Version - 3.5.1
6
+ * Licensed under the MIT license - http://opensource.org/licenses/MIT
7
+ *
8
+ * Copyright (c) 2016 Daniel Eden
9
+ */
10
 
11
  .animated {
12
  -webkit-animation-duration: 1s;
25
  animation-duration: 2s;
26
  }
27
 
28
+ .animated.flipOutX,
29
+ .animated.flipOutY,
30
+ .animated.bounceIn,
31
+ .animated.bounceOut {
32
+ -webkit-animation-duration: .75s;
33
+ animation-duration: .75s;
34
+ }
35
+
36
  @-webkit-keyframes bounce {
37
+ from, 20%, 53%, 80%, to {
38
+ -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
39
+ animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
40
  -webkit-transform: translate3d(0,0,0);
41
  transform: translate3d(0,0,0);
42
  }
43
 
44
  40%, 43% {
45
+ -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
46
+ animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
47
  -webkit-transform: translate3d(0, -30px, 0);
48
  transform: translate3d(0, -30px, 0);
49
  }
50
 
51
  70% {
52
+ -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
53
+ animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
54
  -webkit-transform: translate3d(0, -15px, 0);
55
  transform: translate3d(0, -15px, 0);
56
  }
62
  }
63
 
64
  @keyframes bounce {
65
+ from, 20%, 53%, 80%, to {
66
+ -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
67
+ animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
68
  -webkit-transform: translate3d(0,0,0);
 
69
  transform: translate3d(0,0,0);
70
  }
71
 
72
  40%, 43% {
73
+ -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
74
+ animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
75
  -webkit-transform: translate3d(0, -30px, 0);
 
76
  transform: translate3d(0, -30px, 0);
77
  }
78
 
79
  70% {
80
+ -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
81
+ animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
82
  -webkit-transform: translate3d(0, -15px, 0);
 
83
  transform: translate3d(0, -15px, 0);
84
  }
85
 
86
  90% {
87
  -webkit-transform: translate3d(0,-4px,0);
 
88
  transform: translate3d(0,-4px,0);
89
  }
90
  }
93
  -webkit-animation-name: bounce;
94
  animation-name: bounce;
95
  -webkit-transform-origin: center bottom;
 
96
  transform-origin: center bottom;
97
  }
98
 
99
  @-webkit-keyframes flash {
100
+ from, 50%, to {
101
  opacity: 1;
102
  }
103
 
107
  }
108
 
109
  @keyframes flash {
110
+ from, 50%, to {
111
  opacity: 1;
112
  }
113
 
124
  /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
125
 
126
  @-webkit-keyframes pulse {
127
+ from {
128
  -webkit-transform: scale3d(1, 1, 1);
129
  transform: scale3d(1, 1, 1);
130
  }
134
  transform: scale3d(1.05, 1.05, 1.05);
135
  }
136
 
137
+ to {
138
  -webkit-transform: scale3d(1, 1, 1);
139
  transform: scale3d(1, 1, 1);
140
  }
141
  }
142
 
143
  @keyframes pulse {
144
+ from {
145
  -webkit-transform: scale3d(1, 1, 1);
 
146
  transform: scale3d(1, 1, 1);
147
  }
148
 
149
  50% {
150
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
 
151
  transform: scale3d(1.05, 1.05, 1.05);
152
  }
153
 
154
+ to {
155
  -webkit-transform: scale3d(1, 1, 1);
 
156
  transform: scale3d(1, 1, 1);
157
  }
158
  }
163
  }
164
 
165
  @-webkit-keyframes rubberBand {
166
+ from {
167
  -webkit-transform: scale3d(1, 1, 1);
168
  transform: scale3d(1, 1, 1);
169
  }
193
  transform: scale3d(1.05, .95, 1);
194
  }
195
 
196
+ to {
197
  -webkit-transform: scale3d(1, 1, 1);
198
  transform: scale3d(1, 1, 1);
199
  }
200
  }
201
 
202
  @keyframes rubberBand {
203
+ from {
204
  -webkit-transform: scale3d(1, 1, 1);
 
205
  transform: scale3d(1, 1, 1);
206
  }
207
 
208
  30% {
209
  -webkit-transform: scale3d(1.25, 0.75, 1);
 
210
  transform: scale3d(1.25, 0.75, 1);
211
  }
212
 
213
  40% {
214
  -webkit-transform: scale3d(0.75, 1.25, 1);
 
215
  transform: scale3d(0.75, 1.25, 1);
216
  }
217
 
218
  50% {
219
  -webkit-transform: scale3d(1.15, 0.85, 1);
 
220
  transform: scale3d(1.15, 0.85, 1);
221
  }
222
 
223
  65% {
224
  -webkit-transform: scale3d(.95, 1.05, 1);
 
225
  transform: scale3d(.95, 1.05, 1);
226
  }
227
 
228
  75% {
229
  -webkit-transform: scale3d(1.05, .95, 1);
 
230
  transform: scale3d(1.05, .95, 1);
231
  }
232
 
233
+ to {
234
  -webkit-transform: scale3d(1, 1, 1);
 
235
  transform: scale3d(1, 1, 1);
236
  }
237
  }
242
  }
243
 
244
  @-webkit-keyframes shake {
245
+ from, to {
246
  -webkit-transform: translate3d(0, 0, 0);
247
  transform: translate3d(0, 0, 0);
248
  }
259
  }
260
 
261
  @keyframes shake {
262
+ from, to {
263
  -webkit-transform: translate3d(0, 0, 0);
 
264
  transform: translate3d(0, 0, 0);
265
  }
266
 
267
  10%, 30%, 50%, 70%, 90% {
268
  -webkit-transform: translate3d(-10px, 0, 0);
 
269
  transform: translate3d(-10px, 0, 0);
270
  }
271
 
272
  20%, 40%, 60%, 80% {
273
  -webkit-transform: translate3d(10px, 0, 0);
 
274
  transform: translate3d(10px, 0, 0);
275
  }
276
  }
280
  animation-name: shake;
281
  }
282
 
283
+ @-webkit-keyframes headShake {
284
+ 0% {
285
+ -webkit-transform: translateX(0);
286
+ transform: translateX(0);
287
+ }
288
+
289
+ 6.5% {
290
+ -webkit-transform: translateX(-6px) rotateY(-9deg);
291
+ transform: translateX(-6px) rotateY(-9deg);
292
+ }
293
+
294
+ 18.5% {
295
+ -webkit-transform: translateX(5px) rotateY(7deg);
296
+ transform: translateX(5px) rotateY(7deg);
297
+ }
298
+
299
+ 31.5% {
300
+ -webkit-transform: translateX(-3px) rotateY(-5deg);
301
+ transform: translateX(-3px) rotateY(-5deg);
302
+ }
303
+
304
+ 43.5% {
305
+ -webkit-transform: translateX(2px) rotateY(3deg);
306
+ transform: translateX(2px) rotateY(3deg);
307
+ }
308
+
309
+ 50% {
310
+ -webkit-transform: translateX(0);
311
+ transform: translateX(0);
312
+ }
313
+ }
314
+
315
+ @keyframes headShake {
316
+ 0% {
317
+ -webkit-transform: translateX(0);
318
+ transform: translateX(0);
319
+ }
320
+
321
+ 6.5% {
322
+ -webkit-transform: translateX(-6px) rotateY(-9deg);
323
+ transform: translateX(-6px) rotateY(-9deg);
324
+ }
325
+
326
+ 18.5% {
327
+ -webkit-transform: translateX(5px) rotateY(7deg);
328
+ transform: translateX(5px) rotateY(7deg);
329
+ }
330
+
331
+ 31.5% {
332
+ -webkit-transform: translateX(-3px) rotateY(-5deg);
333
+ transform: translateX(-3px) rotateY(-5deg);
334
+ }
335
+
336
+ 43.5% {
337
+ -webkit-transform: translateX(2px) rotateY(3deg);
338
+ transform: translateX(2px) rotateY(3deg);
339
+ }
340
+
341
+ 50% {
342
+ -webkit-transform: translateX(0);
343
+ transform: translateX(0);
344
+ }
345
+ }
346
+
347
+ .headShake {
348
+ -webkit-animation-timing-function: ease-in-out;
349
+ animation-timing-function: ease-in-out;
350
+ -webkit-animation-name: headShake;
351
+ animation-name: headShake;
352
+ }
353
+
354
  @-webkit-keyframes swing {
355
  20% {
356
  -webkit-transform: rotate3d(0, 0, 1, 15deg);
372
  transform: rotate3d(0, 0, 1, -5deg);
373
  }
374
 
375
+ to {
376
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
377
  transform: rotate3d(0, 0, 1, 0deg);
378
  }
381
  @keyframes swing {
382
  20% {
383
  -webkit-transform: rotate3d(0, 0, 1, 15deg);
 
384
  transform: rotate3d(0, 0, 1, 15deg);
385
  }
386
 
387
  40% {
388
  -webkit-transform: rotate3d(0, 0, 1, -10deg);
 
389
  transform: rotate3d(0, 0, 1, -10deg);
390
  }
391
 
392
  60% {
393
  -webkit-transform: rotate3d(0, 0, 1, 5deg);
 
394
  transform: rotate3d(0, 0, 1, 5deg);
395
  }
396
 
397
  80% {
398
  -webkit-transform: rotate3d(0, 0, 1, -5deg);
 
399
  transform: rotate3d(0, 0, 1, -5deg);
400
  }
401
 
402
+ to {
403
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
 
404
  transform: rotate3d(0, 0, 1, 0deg);
405
  }
406
  }
407
 
408
  .swing {
409
  -webkit-transform-origin: top center;
 
410
  transform-origin: top center;
411
  -webkit-animation-name: swing;
412
  animation-name: swing;
413
  }
414
 
415
  @-webkit-keyframes tada {
416
+ from {
417
  -webkit-transform: scale3d(1, 1, 1);
418
  transform: scale3d(1, 1, 1);
419
  }
433
  transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
434
  }
435
 
436
+ to {
437
  -webkit-transform: scale3d(1, 1, 1);
438
  transform: scale3d(1, 1, 1);
439
  }
440
  }
441
 
442
  @keyframes tada {
443
+ from {
444
  -webkit-transform: scale3d(1, 1, 1);
 
445
  transform: scale3d(1, 1, 1);
446
  }
447
 
448
  10%, 20% {
449
  -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
 
450
  transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
451
  }
452
 
453
  30%, 50%, 70%, 90% {
454
  -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
 
455
  transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
456
  }
457
 
458
  40%, 60%, 80% {
459
  -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
 
460
  transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
461
  }
462
 
463
+ to {
464
  -webkit-transform: scale3d(1, 1, 1);
 
465
  transform: scale3d(1, 1, 1);
466
  }
467
  }
474
  /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
475
 
476
  @-webkit-keyframes wobble {
477
+ from {
478
  -webkit-transform: none;
479
  transform: none;
480
  }
504
  transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
505
  }
506
 
507
+ to {
508
  -webkit-transform: none;
509
  transform: none;
510
  }
511
  }
512
 
513
  @keyframes wobble {
514
+ from {
515
  -webkit-transform: none;
 
516
  transform: none;
517
  }
518
 
519
  15% {
520
  -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
 
521
  transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
522
  }
523
 
524
  30% {
525
  -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
 
526
  transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
527
  }
528
 
529
  45% {
530
  -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
 
531
  transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
532
  }
533
 
534
  60% {
535
  -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
 
536
  transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
537
  }
538
 
539
  75% {
540
  -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
 
541
  transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
542
  }
543
 
544
+ to {
545
  -webkit-transform: none;
 
546
  transform: none;
547
  }
548
  }
552
  animation-name: wobble;
553
  }
554
 
555
+ @-webkit-keyframes jello {
556
+ from, 11.1%, to {
557
+ -webkit-transform: none;
558
+ transform: none;
559
+ }
560
+
561
+ 22.2% {
562
+ -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
563
+ transform: skewX(-12.5deg) skewY(-12.5deg);
564
+ }
565
+
566
+ 33.3% {
567
+ -webkit-transform: skewX(6.25deg) skewY(6.25deg);
568
+ transform: skewX(6.25deg) skewY(6.25deg);
569
+ }
570
+
571
+ 44.4% {
572
+ -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
573
+ transform: skewX(-3.125deg) skewY(-3.125deg);
574
+ }
575
+
576
+ 55.5% {
577
+ -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
578
+ transform: skewX(1.5625deg) skewY(1.5625deg);
579
+ }
580
+
581
+ 66.6% {
582
+ -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
583
+ transform: skewX(-0.78125deg) skewY(-0.78125deg);
584
+ }
585
+
586
+ 77.7% {
587
+ -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
588
+ transform: skewX(0.390625deg) skewY(0.390625deg);
589
+ }
590
+
591
+ 88.8% {
592
+ -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
593
+ transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
594
+ }
595
+ }
596
+
597
+ @keyframes jello {
598
+ from, 11.1%, to {
599
+ -webkit-transform: none;
600
+ transform: none;
601
+ }
602
+
603
+ 22.2% {
604
+ -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
605
+ transform: skewX(-12.5deg) skewY(-12.5deg);
606
+ }
607
+
608
+ 33.3% {
609
+ -webkit-transform: skewX(6.25deg) skewY(6.25deg);
610
+ transform: skewX(6.25deg) skewY(6.25deg);
611
+ }
612
+
613
+ 44.4% {
614
+ -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
615
+ transform: skewX(-3.125deg) skewY(-3.125deg);
616
+ }
617
+
618
+ 55.5% {
619
+ -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
620
+ transform: skewX(1.5625deg) skewY(1.5625deg);
621
+ }
622
+
623
+ 66.6% {
624
+ -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
625
+ transform: skewX(-0.78125deg) skewY(-0.78125deg);
626
+ }
627
+
628
+ 77.7% {
629
+ -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
630
+ transform: skewX(0.390625deg) skewY(0.390625deg);
631
+ }
632
+
633
+ 88.8% {
634
+ -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
635
+ transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
636
+ }
637
+ }
638
+
639
+ .jello {
640
+ -webkit-animation-name: jello;
641
+ animation-name: jello;
642
+ -webkit-transform-origin: center;
643
+ transform-origin: center;
644
+ }
645
+
646
  @-webkit-keyframes bounceIn {
647
+ from, 20%, 40%, 60%, 80%, to {
648
+ -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
649
+ animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
650
  }
651
 
652
  0% {
676
  transform: scale3d(.97, .97, .97);
677
  }
678
 
679
+ to {
680
  opacity: 1;
681
  -webkit-transform: scale3d(1, 1, 1);
682
  transform: scale3d(1, 1, 1);
684
  }
685
 
686
  @keyframes bounceIn {
687
+ from, 20%, 40%, 60%, 80%, to {
688
+ -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
689
+ animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
690
  }
691
 
692
  0% {
693
  opacity: 0;
694
  -webkit-transform: scale3d(.3, .3, .3);
 
695
  transform: scale3d(.3, .3, .3);
696
  }
697
 
698
  20% {
699
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
 
700
  transform: scale3d(1.1, 1.1, 1.1);
701
  }
702
 
703
  40% {
704
  -webkit-transform: scale3d(.9, .9, .9);
 
705
  transform: scale3d(.9, .9, .9);
706
  }
707
 
708
  60% {
709
  opacity: 1;
710
  -webkit-transform: scale3d(1.03, 1.03, 1.03);
 
711
  transform: scale3d(1.03, 1.03, 1.03);
712
  }
713
 
714
  80% {
715
  -webkit-transform: scale3d(.97, .97, .97);
 
716
  transform: scale3d(.97, .97, .97);
717
  }
718
 
719
+ to {
720
  opacity: 1;
721
  -webkit-transform: scale3d(1, 1, 1);
 
722
  transform: scale3d(1, 1, 1);
723
  }
724
  }
726
  .bounceIn {
727
  -webkit-animation-name: bounceIn;
728
  animation-name: bounceIn;
 
 
729
  }
730
 
731
  @-webkit-keyframes bounceInDown {
732
+ from, 60%, 75%, 90%, to {
733
+ -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
734
+ animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
735
  }
736
 
737
  0% {
756
  transform: translate3d(0, 5px, 0);
757
  }
758
 
759
+ to {
760
  -webkit-transform: none;
761
  transform: none;
762
  }
763
  }
764
 
765
  @keyframes bounceInDown {
766
+ from, 60%, 75%, 90%, to {
767
+ -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
768
+ animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
769
  }
770
 
771
  0% {
772
  opacity: 0;
773
  -webkit-transform: translate3d(0, -3000px, 0);
 
774
  transform: translate3d(0, -3000px, 0);
775
  }
776
 
777
  60% {
778
  opacity: 1;
779
  -webkit-transform: translate3d(0, 25px, 0);
 
780
  transform: translate3d(0, 25px, 0);
781
  }
782
 
783
  75% {
784
  -webkit-transform: translate3d(0, -10px, 0);
 
785
  transform: translate3d(0, -10px, 0);
786
  }
787
 
788
  90% {
789
  -webkit-transform: translate3d(0, 5px, 0);
 
790
  transform: translate3d(0, 5px, 0);
791
  }
792
 
793
+ to {
794
  -webkit-transform: none;
 
795
  transform: none;
796
  }
797
  }
802
  }
803
 
804
  @-webkit-keyframes bounceInLeft {
805
+ from, 60%, 75%, 90%, to {
806
+ -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
807
+ animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
808
  }
809
 
810
  0% {
829
  transform: translate3d(5px, 0, 0);
830
  }
831
 
832
+ to {
833
  -webkit-transform: none;
834
  transform: none;
835
  }
836
  }
837
 
838
  @keyframes bounceInLeft {
839
+ from, 60%, 75%, 90%, to {
840
+ -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
841
+ animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
842
  }
843
 
844
  0% {
845
  opacity: 0;
846
  -webkit-transform: translate3d(-3000px, 0, 0);
 
847
  transform: translate3d(-3000px, 0, 0);
848
  }
849
 
850
  60% {
851
  opacity: 1;
852
  -webkit-transform: translate3d(25px, 0, 0);
 
853
  transform: translate3d(25px, 0, 0);
854
  }
855
 
856
  75% {
857
  -webkit-transform: translate3d(-10px, 0, 0);
 
858
  transform: translate3d(-10px, 0, 0);
859
  }
860
 
861
  90% {
862
  -webkit-transform: translate3d(5px, 0, 0);
 
863
  transform: translate3d(5px, 0, 0);
864
  }
865
 
866
+ to {
867
  -webkit-transform: none;
 
868
  transform: none;
869
  }
870
  }
875
  }
876
 
877
  @-webkit-keyframes bounceInRight {
878
+ from, 60%, 75%, 90%, to {
879
+ -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
880
+ animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
881
  }
882
 
883
+ from {
884
  opacity: 0;
885
  -webkit-transform: translate3d(3000px, 0, 0);
886
  transform: translate3d(3000px, 0, 0);
902
  transform: translate3d(-5px, 0, 0);
903
  }
904
 
905
+ to {
906
  -webkit-transform: none;
907
  transform: none;
908
  }
909
  }
910
 
911
  @keyframes bounceInRight {
912
+ from, 60%, 75%, 90%, to {
913
+ -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
914
+ animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
915
  }
916
 
917
+ from {
918
  opacity: 0;
919
  -webkit-transform: translate3d(3000px, 0, 0);
 
920
  transform: translate3d(3000px, 0, 0);
921
  }
922
 
923
  60% {
924
  opacity: 1;
925
  -webkit-transform: translate3d(-25px, 0, 0);
 
926
  transform: translate3d(-25px, 0, 0);
927
  }
928
 
929
  75% {
930
  -webkit-transform: translate3d(10px, 0, 0);
 
931
  transform: translate3d(10px, 0, 0);
932
  }
933
 
934
  90% {
935
  -webkit-transform: translate3d(-5px, 0, 0);
 
936
  transform: translate3d(-5px, 0, 0);
937
  }
938
 
939
+ to {
940
  -webkit-transform: none;
 
941
  transform: none;
942
  }
943
  }
948
  }
949
 
950
  @-webkit-keyframes bounceInUp {
951
+ from, 60%, 75%, 90%, to {
952
+ -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
953
+ animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
954
  }
955
 
956
+ from {
957
  opacity: 0;
958
  -webkit-transform: translate3d(0, 3000px, 0);
959
  transform: translate3d(0, 3000px, 0);
975
  transform: translate3d(0, -5px, 0);
976
  }
977
 
978
+ to {
979
  -webkit-transform: translate3d(0, 0, 0);
980
  transform: translate3d(0, 0, 0);
981
  }
982
  }
983
 
984
  @keyframes bounceInUp {
985
+ from, 60%, 75%, 90%, to {
986
+ -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
987
+ animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
988
  }
989
 
990
+ from {
991
  opacity: 0;
992
  -webkit-transform: translate3d(0, 3000px, 0);
 
993
  transform: translate3d(0, 3000px, 0);
994
  }
995
 
996
  60% {
997
  opacity: 1;
998
  -webkit-transform: translate3d(0, -20px, 0);
 
999
  transform: translate3d(0, -20px, 0);
1000
  }
1001
 
1002
  75% {
1003
  -webkit-transform: translate3d(0, 10px, 0);
 
1004
  transform: translate3d(0, 10px, 0);
1005
  }
1006
 
1007
  90% {
1008
  -webkit-transform: translate3d(0, -5px, 0);
 
1009
  transform: translate3d(0, -5px, 0);
1010
  }
1011
 
1012
+ to {
1013
  -webkit-transform: translate3d(0, 0, 0);
 
1014
  transform: translate3d(0, 0, 0);
1015
  }
1016
  }
1032
  transform: scale3d(1.1, 1.1, 1.1);
1033
  }
1034
 
1035
+ to {
1036
  opacity: 0;
1037
  -webkit-transform: scale3d(.3, .3, .3);
1038
  transform: scale3d(.3, .3, .3);
1042
  @keyframes bounceOut {
1043
  20% {
1044
  -webkit-transform: scale3d(.9, .9, .9);
 
1045
  transform: scale3d(.9, .9, .9);
1046
  }
1047
 
1048
  50%, 55% {
1049
  opacity: 1;
1050
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
 
1051
  transform: scale3d(1.1, 1.1, 1.1);
1052
  }
1053
 
1054
+ to {
1055
  opacity: 0;
1056
  -webkit-transform: scale3d(.3, .3, .3);
 
1057
  transform: scale3d(.3, .3, .3);
1058
  }
1059
  }
1061
  .bounceOut {
1062
  -webkit-animation-name: bounceOut;
1063
  animation-name: bounceOut;
 
 
1064
  }
1065
 
1066
  @-webkit-keyframes bounceOutDown {
1075
  transform: translate3d(0, -20px, 0);
1076
  }
1077
 
1078
+ to {
1079
  opacity: 0;
1080
  -webkit-transform: translate3d(0, 2000px, 0);
1081
  transform: translate3d(0, 2000px, 0);
1085
  @keyframes bounceOutDown {
1086
  20% {
1087
  -webkit-transform: translate3d(0, 10px, 0);
 
1088
  transform: translate3d(0, 10px, 0);
1089
  }
1090
 
1091
  40%, 45% {
1092
  opacity: 1;
1093
  -webkit-transform: translate3d(0, -20px, 0);
 
1094
  transform: translate3d(0, -20px, 0);
1095
  }
1096
 
1097
+ to {
1098
  opacity: 0;
1099
  -webkit-transform: translate3d(0, 2000px, 0);
 
1100
  transform: translate3d(0, 2000px, 0);
1101
  }
1102
  }
1113
  transform: translate3d(20px, 0, 0);
1114
  }
1115
 
1116
+ to {
1117
  opacity: 0;
1118
  -webkit-transform: translate3d(-2000px, 0, 0);
1119
  transform: translate3d(-2000px, 0, 0);
1124
  20% {
1125
  opacity: 1;
1126
  -webkit-transform: translate3d(20px, 0, 0);
 
1127
  transform: translate3d(20px, 0, 0);
1128
  }
1129
 
1130
+ to {
1131
  opacity: 0;
1132
  -webkit-transform: translate3d(-2000px, 0, 0);
 
1133
  transform: translate3d(-2000px, 0, 0);
1134
  }
1135
  }
1146
  transform: translate3d(-20px, 0, 0);
1147
  }
1148
 
1149
+ to {
1150
  opacity: 0;
1151
  -webkit-transform: translate3d(2000px, 0, 0);
1152
  transform: translate3d(2000px, 0, 0);
1157
  20% {
1158
  opacity: 1;
1159
  -webkit-transform: translate3d(-20px, 0, 0);
 
1160
  transform: translate3d(-20px, 0, 0);
1161
  }
1162
 
1163
+ to {
1164
  opacity: 0;
1165
  -webkit-transform: translate3d(2000px, 0, 0);
 
1166
  transform: translate3d(2000px, 0, 0);
1167
  }
1168
  }
1184
  transform: translate3d(0, 20px, 0);
1185
  }
1186
 
1187
+ to {
1188
  opacity: 0;
1189
  -webkit-transform: translate3d(0, -2000px, 0);
1190
  transform: translate3d(0, -2000px, 0);
1194
  @keyframes bounceOutUp {
1195
  20% {
1196
  -webkit-transform: translate3d(0, -10px, 0);
 
1197
  transform: translate3d(0, -10px, 0);
1198
  }
1199
 
1200
  40%, 45% {
1201
  opacity: 1;
1202
  -webkit-transform: translate3d(0, 20px, 0);
 
1203
  transform: translate3d(0, 20px, 0);
1204
  }
1205
 
1206
+ to {
1207
  opacity: 0;
1208
  -webkit-transform: translate3d(0, -2000px, 0);
 
1209
  transform: translate3d(0, -2000px, 0);
1210
  }
1211
  }
1216
  }
1217
 
1218
  @-webkit-keyframes fadeIn {
1219
+ from {
1220
  opacity: 0;
1221
  }
1222
 
1223
+ to {
1224
  opacity: 1;
1225
  }
1226
  }
1227
 
1228
  @keyframes fadeIn {
1229
+ from {
1230
  opacity: 0;
1231
  }
1232
 
1233
+ to {
1234
  opacity: 1;
1235
  }
1236
  }
1241
  }
1242
 
1243
  @-webkit-keyframes fadeInDown {
1244
+ from {
1245
  opacity: 0;
1246
  -webkit-transform: translate3d(0, -100%, 0);
1247
  transform: translate3d(0, -100%, 0);
1248
  }
1249
 
1250
+ to {
1251
  opacity: 1;
1252
  -webkit-transform: none;
1253
  transform: none;
1255
  }
1256
 
1257
  @keyframes fadeInDown {
1258
+ from {
1259
  opacity: 0;
1260
  -webkit-transform: translate3d(0, -100%, 0);
 
1261
  transform: translate3d(0, -100%, 0);
1262
  }
1263
 
1264
+ to {
1265
  opacity: 1;
1266
  -webkit-transform: none;
 
1267
  transform: none;
1268
  }
1269
  }
1274
  }
1275
 
1276
  @-webkit-keyframes fadeInDownBig {
1277
+ from {
1278
  opacity: 0;
1279
  -webkit-transform: translate3d(0, -2000px, 0);
1280
  transform: translate3d(0, -2000px, 0);
1281
  }
1282
 
1283
+ to {
1284
  opacity: 1;
1285
  -webkit-transform: none;
1286
  transform: none;
1288
  }
1289
 
1290
  @keyframes fadeInDownBig {
1291
+ from {
1292
  opacity: 0;
1293
  -webkit-transform: translate3d(0, -2000px, 0);
 
1294
  transform: translate3d(0, -2000px, 0);
1295
  }
1296
 
1297
+ to {
1298
  opacity: 1;
1299
  -webkit-transform: none;
 
1300
  transform: none;
1301
  }
1302
  }
1307
  }
1308
 
1309
  @-webkit-keyframes fadeInLeft {
1310
+ from {
1311
  opacity: 0;
1312
  -webkit-transform: translate3d(-100%, 0, 0);
1313
  transform: translate3d(-100%, 0, 0);
1314
  }
1315
 
1316
+ to {
1317
  opacity: 1;
1318
  -webkit-transform: none;
1319
  transform: none;
1321
  }
1322
 
1323
  @keyframes fadeInLeft {
1324
+ from {
1325
  opacity: 0;
1326
  -webkit-transform: translate3d(-100%, 0, 0);
 
1327
  transform: translate3d(-100%, 0, 0);
1328
  }
1329
 
1330
+ to {
1331
  opacity: 1;
1332
  -webkit-transform: none;
 
1333
  transform: none;
1334
  }
1335
  }
1340
  }
1341
 
1342
  @-webkit-keyframes fadeInLeftBig {
1343
+ from {
1344
  opacity: 0;
1345
  -webkit-transform: translate3d(-2000px, 0, 0);
1346
  transform: translate3d(-2000px, 0, 0);
1347
  }
1348
 
1349
+ to {
1350
  opacity: 1;
1351
  -webkit-transform: none;
1352
  transform: none;
1354
  }
1355
 
1356
  @keyframes fadeInLeftBig {
1357
+ from {
1358
  opacity: 0;
1359
  -webkit-transform: translate3d(-2000px, 0, 0);
 
1360
  transform: translate3d(-2000px, 0, 0);
1361
  }
1362
 
1363
+ to {
1364
  opacity: 1;
1365
  -webkit-transform: none;
 
1366
  transform: none;
1367
  }
1368
  }
1373
  }
1374
 
1375
  @-webkit-keyframes fadeInRight {
1376
+ from {
1377
  opacity: 0;
1378
  -webkit-transform: translate3d(100%, 0, 0);
1379
  transform: translate3d(100%, 0, 0);
1380
  }
1381
 
1382
+ to {
1383
  opacity: 1;
1384
  -webkit-transform: none;
1385
  transform: none;
1387
  }
1388
 
1389
  @keyframes fadeInRight {
1390
+ from {
1391
  opacity: 0;
1392
  -webkit-transform: translate3d(100%, 0, 0);
 
1393
  transform: translate3d(100%, 0, 0);
1394
  }
1395
 
1396
+ to {
1397
  opacity: 1;
1398
  -webkit-transform: none;
 
1399
  transform: none;
1400
  }
1401
  }
1406
  }
1407
 
1408
  @-webkit-keyframes fadeInRightBig {
1409
+ from {
1410
  opacity: 0;
1411
  -webkit-transform: translate3d(2000px, 0, 0);
1412
  transform: translate3d(2000px, 0, 0);
1413
  }
1414
 
1415
+ to {
1416
  opacity: 1;
1417
  -webkit-transform: none;
1418
  transform: none;
1420
  }
1421
 
1422
  @keyframes fadeInRightBig {
1423
+ from {
1424
  opacity: 0;
1425
  -webkit-transform: translate3d(2000px, 0, 0);
 
1426
  transform: translate3d(2000px, 0, 0);
1427
  }
1428
 
1429
+ to {
1430
  opacity: 1;
1431
  -webkit-transform: none;
 
1432
  transform: none;
1433
  }
1434
  }
1439
  }
1440
 
1441
  @-webkit-keyframes fadeInUp {
1442
+ from {
1443
  opacity: 0;
1444
  -webkit-transform: translate3d(0, 100%, 0);
1445
  transform: translate3d(0, 100%, 0);
1446
  }
1447
 
1448
+ to {
1449
  opacity: 1;
1450
  -webkit-transform: none;
1451
  transform: none;
1453
  }
1454
 
1455
  @keyframes fadeInUp {
1456
+ from {
1457
  opacity: 0;
1458
  -webkit-transform: translate3d(0, 100%, 0);
 
1459
  transform: translate3d(0, 100%, 0);
1460
  }
1461
 
1462
+ to {
1463
  opacity: 1;
1464
  -webkit-transform: none;
 
1465
  transform: none;
1466
  }
1467
  }
1472
  }
1473
 
1474
  @-webkit-keyframes fadeInUpBig {
1475
+ from {
1476
  opacity: 0;
1477
  -webkit-transform: translate3d(0, 2000px, 0);
1478
  transform: translate3d(0, 2000px, 0);
1479
  }
1480
 
1481
+ to {
1482
  opacity: 1;
1483
  -webkit-transform: none;
1484
  transform: none;
1486
  }
1487
 
1488
  @keyframes fadeInUpBig {
1489
+ from {
1490
  opacity: 0;
1491
  -webkit-transform: translate3d(0, 2000px, 0);
 
1492
  transform: translate3d(0, 2000px, 0);
1493
  }
1494
 
1495
+ to {
1496
  opacity: 1;
1497
  -webkit-transform: none;
 
1498
  transform: none;
1499
  }
1500
  }
1505
  }
1506
 
1507
  @-webkit-keyframes fadeOut {
1508
+ from {
1509
  opacity: 1;
1510
  }
1511
 
1512
+ to {
1513
  opacity: 0;
1514
  }
1515
  }
1516
 
1517
  @keyframes fadeOut {
1518
+ from {
1519
  opacity: 1;
1520
  }
1521
 
1522
+ to {
1523
  opacity: 0;
1524
  }
1525
  }
1530
  }
1531
 
1532
  @-webkit-keyframes fadeOutDown {
1533
+ from {
1534
  opacity: 1;
1535
  }
1536
 
1537
+ to {
1538
  opacity: 0;
1539
  -webkit-transform: translate3d(0, 100%, 0);
1540
  transform: translate3d(0, 100%, 0);
1542
  }
1543
 
1544
  @keyframes fadeOutDown {
1545
+ from {
1546
  opacity: 1;
1547
  }
1548
 
1549
+ to {
1550
  opacity: 0;
1551
  -webkit-transform: translate3d(0, 100%, 0);
 
1552
  transform: translate3d(0, 100%, 0);
1553
  }
1554
  }
1559
  }
1560
 
1561
  @-webkit-keyframes fadeOutDownBig {
1562
+ from {
1563
  opacity: 1;
1564
  }
1565
 
1566
+ to {
1567
  opacity: 0;
1568
  -webkit-transform: translate3d(0, 2000px, 0);
1569
  transform: translate3d(0, 2000px, 0);
1571
  }
1572
 
1573
  @keyframes fadeOutDownBig {
1574
+ from {
1575
  opacity: 1;
1576
  }
1577
 
1578
+ to {
1579
  opacity: 0;
1580
  -webkit-transform: translate3d(0, 2000px, 0);
 
1581
  transform: translate3d(0, 2000px, 0);
1582
  }
1583
  }
1588
  }
1589
 
1590
  @-webkit-keyframes fadeOutLeft {
1591
+ from {
1592
  opacity: 1;
1593
  }
1594
 
1595
+ to {
1596
  opacity: 0;
1597
  -webkit-transform: translate3d(-100%, 0, 0);
1598
  transform: translate3d(-100%, 0, 0);
1600
  }
1601
 
1602
  @keyframes fadeOutLeft {
1603
+ from {
1604
  opacity: 1;
1605
  }
1606
 
1607
+ to {
1608
  opacity: 0;
1609
  -webkit-transform: translate3d(-100%, 0, 0);
 
1610
  transform: translate3d(-100%, 0, 0);
1611
  }
1612
  }
1617
  }
1618
 
1619
  @-webkit-keyframes fadeOutLeftBig {
1620
+ from {
1621
  opacity: 1;
1622
  }
1623
 
1624
+ to {
1625
  opacity: 0;
1626
  -webkit-transform: translate3d(-2000px, 0, 0);
1627
  transform: translate3d(-2000px, 0, 0);
1629
  }
1630
 
1631
  @keyframes fadeOutLeftBig {
1632
+ from {
1633
  opacity: 1;
1634
  }
1635
 
1636
+ to {
1637
  opacity: 0;
1638
  -webkit-transform: translate3d(-2000px, 0, 0);
 
1639
  transform: translate3d(-2000px, 0, 0);
1640
  }
1641
  }
1646
  }
1647
 
1648
  @-webkit-keyframes fadeOutRight {
1649
+ from {
1650
  opacity: 1;
1651
  }
1652
 
1653
+ to {
1654
  opacity: 0;
1655
  -webkit-transform: translate3d(100%, 0, 0);
1656
  transform: translate3d(100%, 0, 0);
1658
  }
1659
 
1660
  @keyframes fadeOutRight {
1661
+ from {
1662
  opacity: 1;
1663
  }
1664
 
1665
+ to {
1666
  opacity: 0;
1667
  -webkit-transform: translate3d(100%, 0, 0);
 
1668
  transform: translate3d(100%, 0, 0);
1669
  }
1670
  }
1675
  }
1676
 
1677
  @-webkit-keyframes fadeOutRightBig {
1678
+ from {
1679
  opacity: 1;
1680
  }
1681
 
1682
+ to {
1683
  opacity: 0;
1684
  -webkit-transform: translate3d(2000px, 0, 0);
1685
  transform: translate3d(2000px, 0, 0);
1687
  }
1688
 
1689
  @keyframes fadeOutRightBig {
1690
+ from {
1691
  opacity: 1;
1692
  }
1693
 
1694
+ to {
1695
  opacity: 0;
1696
  -webkit-transform: translate3d(2000px, 0, 0);
 
1697
  transform: translate3d(2000px, 0, 0);
1698
  }
1699
  }
1704
  }
1705
 
1706
  @-webkit-keyframes fadeOutUp {
1707
+ from {
1708
  opacity: 1;
1709
  }
1710
 
1711
+ to {
1712
  opacity: 0;
1713
  -webkit-transform: translate3d(0, -100%, 0);
1714
  transform: translate3d(0, -100%, 0);
1716
  }
1717
 
1718
  @keyframes fadeOutUp {
1719
+ from {
1720
  opacity: 1;
1721
  }
1722
 
1723
+ to {
1724
  opacity: 0;
1725
  -webkit-transform: translate3d(0, -100%, 0);
 
1726
  transform: translate3d(0, -100%, 0);
1727
  }
1728
  }
1733
  }
1734
 
1735
  @-webkit-keyframes fadeOutUpBig {
1736
+ from {
1737
  opacity: 1;
1738
  }
1739
 
1740
+ to {
1741
  opacity: 0;
1742
  -webkit-transform: translate3d(0, -2000px, 0);
1743
  transform: translate3d(0, -2000px, 0);
1745
  }
1746
 
1747
  @keyframes fadeOutUpBig {
1748
+ from {
1749
  opacity: 1;
1750
  }
1751
 
1752
+ to {
1753
  opacity: 0;
1754
  -webkit-transform: translate3d(0, -2000px, 0);
 
1755
  transform: translate3d(0, -2000px, 0);
1756
  }
1757
  }
1762
  }
1763
 
1764
  @-webkit-keyframes flip {
1765
+ from {
1766
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
1767
  transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
1768
  -webkit-animation-timing-function: ease-out;
1790
  animation-timing-function: ease-in;
1791
  }
1792
 
1793
+ to {
1794
  -webkit-transform: perspective(400px);
1795
  transform: perspective(400px);
1796
  -webkit-animation-timing-function: ease-in;
1799
  }
1800
 
1801
  @keyframes flip {
1802
+ from {
1803
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
 
1804
  transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
1805
  -webkit-animation-timing-function: ease-out;
1806
  animation-timing-function: ease-out;
1808
 
1809
  40% {
1810
  -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
 
1811
  transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
1812
  -webkit-animation-timing-function: ease-out;
1813
  animation-timing-function: ease-out;
1815
 
1816
  50% {
1817
  -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
 
1818
  transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
1819
  -webkit-animation-timing-function: ease-in;
1820
  animation-timing-function: ease-in;
1822
 
1823
  80% {
1824
  -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
 
1825
  transform: perspective(400px) scale3d(.95, .95, .95);
1826
  -webkit-animation-timing-function: ease-in;
1827
  animation-timing-function: ease-in;
1828
  }
1829
 
1830
+ to {
1831
  -webkit-transform: perspective(400px);
 
1832
  transform: perspective(400px);
1833
  -webkit-animation-timing-function: ease-in;
1834
  animation-timing-function: ease-in;
1837
 
1838
  .animated.flip {
1839
  -webkit-backface-visibility: visible;
 
1840
  backface-visibility: visible;
1841
  -webkit-animation-name: flip;
1842
  animation-name: flip;
1843
  }
1844
 
1845
  @-webkit-keyframes flipInX {
1846
+ from {
1847
  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
1848
  transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
1849
+ -webkit-animation-timing-function: ease-in;
1850
+ animation-timing-function: ease-in;
1851
  opacity: 0;
1852
  }
1853
 
1854
  40% {
1855
  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
1856
  transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
1857
+ -webkit-animation-timing-function: ease-in;
1858
+ animation-timing-function: ease-in;
1859
  }
1860
 
1861
  60% {
1869
  transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
1870
  }
1871
 
1872
+ to {
1873
  -webkit-transform: perspective(400px);
1874
  transform: perspective(400px);
1875
  }
1876
  }
1877
 
1878
  @keyframes flipInX {
1879
+ from {
1880
  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
 
1881
  transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
1882
+ -webkit-animation-timing-function: ease-in;
1883
+ animation-timing-function: ease-in;
1884
  opacity: 0;
1885
  }
1886
 
1887
  40% {
1888
  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
 
1889
  transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
1890
+ -webkit-animation-timing-function: ease-in;
1891
+ animation-timing-function: ease-in;
1892
  }
1893
 
1894
  60% {
1895
  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
 
1896
  transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
1897
  opacity: 1;
1898
  }
1899
 
1900
  80% {
1901
  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
 
1902
  transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
1903
  }
1904
 
1905
+ to {
1906
  -webkit-transform: perspective(400px);
 
1907
  transform: perspective(400px);
1908
  }
1909
  }
1910
 
1911
  .flipInX {
1912
  -webkit-backface-visibility: visible !important;
 
1913
  backface-visibility: visible !important;
1914
  -webkit-animation-name: flipInX;
1915
  animation-name: flipInX;
1916
  }
1917
 
1918
  @-webkit-keyframes flipInY {
1919
+ from {
1920
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
1921
  transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
1922
+ -webkit-animation-timing-function: ease-in;
1923
+ animation-timing-function: ease-in;
1924
  opacity: 0;
1925
  }
1926
 
1927
  40% {
1928
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
1929
  transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
1930
+ -webkit-animation-timing-function: ease-in;
1931
+ animation-timing-function: ease-in;
1932
  }
1933
 
1934
  60% {
1942
  transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
1943
  }
1944
 
1945
+ to {
1946
  -webkit-transform: perspective(400px);
1947
  transform: perspective(400px);
1948
  }
1949
  }
1950
 
1951
  @keyframes flipInY {
1952
+ from {
1953
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
 
1954
  transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
1955
+ -webkit-animation-timing-function: ease-in;
1956
+ animation-timing-function: ease-in;
1957
  opacity: 0;
1958
  }
1959
 
1960
  40% {
1961
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
 
1962
  transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
1963
+ -webkit-animation-timing-function: ease-in;
1964
+ animation-timing-function: ease-in;
1965
  }
1966
 
1967
  60% {
1968
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
 
1969
  transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
1970
  opacity: 1;
1971
  }
1972
 
1973
  80% {
1974
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
 
1975
  transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
1976
  }
1977
 
1978
+ to {
1979
  -webkit-transform: perspective(400px);
 
1980
  transform: perspective(400px);
1981
  }
1982
  }
1983
 
1984
  .flipInY {
1985
  -webkit-backface-visibility: visible !important;
 
1986
  backface-visibility: visible !important;
1987
  -webkit-animation-name: flipInY;
1988
  animation-name: flipInY;
1989
  }
1990
 
1991
  @-webkit-keyframes flipOutX {
1992
+ from {
1993
  -webkit-transform: perspective(400px);
1994
  transform: perspective(400px);
1995
  }
2000
  opacity: 1;
2001
  }
2002
 
2003
+ to {
2004
  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
2005
  transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
2006
  opacity: 0;
2008
  }
2009
 
2010
  @keyframes flipOutX {
2011
+ from {
2012
  -webkit-transform: perspective(400px);
 
2013
  transform: perspective(400px);
2014
  }
2015
 
2016
  30% {
2017
  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
 
2018
  transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
2019
  opacity: 1;
2020
  }
2021
 
2022
+ to {
2023
  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
 
2024
  transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
2025
  opacity: 0;
2026
  }
2029
  .flipOutX {
2030
  -webkit-animation-name: flipOutX;
2031
  animation-name: flipOutX;
 
 
2032
  -webkit-backface-visibility: visible !important;
 
2033
  backface-visibility: visible !important;
2034
  }
2035
 
2036
  @-webkit-keyframes flipOutY {
2037
+ from {
2038
  -webkit-transform: perspective(400px);
2039
  transform: perspective(400px);
2040
  }
2045
  opacity: 1;
2046
  }
2047
 
2048
+ to {
2049
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
2050
  transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
2051
  opacity: 0;
2053
  }
2054
 
2055
  @keyframes flipOutY {
2056
+ from {
2057
  -webkit-transform: perspective(400px);
 
2058
  transform: perspective(400px);
2059
  }
2060
 
2061
  30% {
2062
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
 
2063
  transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
2064
  opacity: 1;
2065
  }
2066
 
2067
+ to {
2068
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
 
2069
  transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
2070
  opacity: 0;
2071
  }
2073
 
2074
  .flipOutY {
2075
  -webkit-backface-visibility: visible !important;
 
2076
  backface-visibility: visible !important;
2077
  -webkit-animation-name: flipOutY;
2078
  animation-name: flipOutY;
 
 
2079
  }
2080
 
2081
  @-webkit-keyframes lightSpeedIn {
2082
+ from {
2083
  -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
2084
  transform: translate3d(100%, 0, 0) skewX(-30deg);
2085
  opacity: 0;
2097
  opacity: 1;
2098
  }
2099
 
2100
+ to {
2101
  -webkit-transform: none;
2102
  transform: none;
2103
  opacity: 1;
2105
  }
2106
 
2107
  @keyframes lightSpeedIn {
2108
+ from {
2109
  -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
 
2110
  transform: translate3d(100%, 0, 0) skewX(-30deg);
2111
  opacity: 0;
2112
  }
2113
 
2114
  60% {
2115
  -webkit-transform: skewX(20deg);
 
2116
  transform: skewX(20deg);
2117
  opacity: 1;
2118
  }
2119
 
2120
  80% {
2121
  -webkit-transform: skewX(-5deg);
 
2122
  transform: skewX(-5deg);
2123
  opacity: 1;
2124
  }
2125
 
2126
+ to {
2127
  -webkit-transform: none;
 
2128
  transform: none;
2129
  opacity: 1;
2130
  }
2138
  }
2139
 
2140
  @-webkit-keyframes lightSpeedOut {
2141
+ from {
2142
  opacity: 1;
2143
  }
2144
 
2145
+ to {
2146
  -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
2147
  transform: translate3d(100%, 0, 0) skewX(30deg);
2148
  opacity: 0;
2150
  }
2151
 
2152
  @keyframes lightSpeedOut {
2153
+ from {
2154
  opacity: 1;
2155
  }
2156
 
2157
+ to {
2158
  -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
 
2159
  transform: translate3d(100%, 0, 0) skewX(30deg);
2160
  opacity: 0;
2161
  }
2169
  }
2170
 
2171
  @-webkit-keyframes rotateIn {
2172
+ from {
2173
  -webkit-transform-origin: center;
2174
  transform-origin: center;
2175
  -webkit-transform: rotate3d(0, 0, 1, -200deg);
2177
  opacity: 0;
2178
  }
2179
 
2180
+ to {
2181
  -webkit-transform-origin: center;
2182
  transform-origin: center;
2183
  -webkit-transform: none;
2187
  }
2188
 
2189
  @keyframes rotateIn {
2190
+ from {
2191
  -webkit-transform-origin: center;
 
2192
  transform-origin: center;
2193
  -webkit-transform: rotate3d(0, 0, 1, -200deg);
 
2194
  transform: rotate3d(0, 0, 1, -200deg);
2195
  opacity: 0;
2196
  }
2197
 
2198
+ to {
2199
  -webkit-transform-origin: center;
 
2200
  transform-origin: center;
2201
  -webkit-transform: none;
 
2202
  transform: none;
2203
  opacity: 1;
2204
  }
2210
  }
2211
 
2212
  @-webkit-keyframes rotateInDownLeft {
2213
+ from {
2214
  -webkit-transform-origin: left bottom;
2215
  transform-origin: left bottom;
2216
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
2218
  opacity: 0;
2219
  }
2220
 
2221
+ to {
2222
  -webkit-transform-origin: left bottom;
2223
  transform-origin: left bottom;
2224
  -webkit-transform: none;
2228
  }
2229
 
2230
  @keyframes rotateInDownLeft {
2231
+ from {
2232
  -webkit-transform-origin: left bottom;
 
2233
  transform-origin: left bottom;
2234
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
 
2235
  transform: rotate3d(0, 0, 1, -45deg);
2236
  opacity: 0;
2237
  }
2238
 
2239
+ to {
2240
  -webkit-transform-origin: left bottom;
 
2241
  transform-origin: left bottom;
2242
  -webkit-transform: none;
 
2243
  transform: none;
2244
  opacity: 1;
2245
  }
2251
  }
2252
 
2253
  @-webkit-keyframes rotateInDownRight {
2254
+ from {
2255
  -webkit-transform-origin: right bottom;
2256
  transform-origin: right bottom;
2257
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
2259
  opacity: 0;
2260
  }
2261
 
2262
+ to {
2263
  -webkit-transform-origin: right bottom;
2264
  transform-origin: right bottom;
2265
  -webkit-transform: none;
2269
  }
2270
 
2271
  @keyframes rotateInDownRight {
2272
+ from {
2273
  -webkit-transform-origin: right bottom;
 
2274
  transform-origin: right bottom;
2275
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
 
2276
  transform: rotate3d(0, 0, 1, 45deg);
2277
  opacity: 0;
2278
  }
2279
 
2280
+ to {
2281
  -webkit-transform-origin: right bottom;
 
2282
  transform-origin: right bottom;
2283
  -webkit-transform: none;
 
2284
  transform: none;
2285
  opacity: 1;
2286
  }
2292
  }
2293
 
2294
  @-webkit-keyframes rotateInUpLeft {
2295
+ from {
2296
  -webkit-transform-origin: left bottom;
2297
  transform-origin: left bottom;
2298
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
2300
  opacity: 0;
2301
  }
2302
 
2303
+ to {
2304
  -webkit-transform-origin: left bottom;
2305
  transform-origin: left bottom;
2306
  -webkit-transform: none;
2310
  }
2311
 
2312
  @keyframes rotateInUpLeft {
2313
+ from {
2314
  -webkit-transform-origin: left bottom;
 
2315
  transform-origin: left bottom;
2316
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
 
2317
  transform: rotate3d(0, 0, 1, 45deg);
2318
  opacity: 0;
2319
  }
2320
 
2321
+ to {
2322
  -webkit-transform-origin: left bottom;
 
2323
  transform-origin: left bottom;
2324
  -webkit-transform: none;
 
2325
  transform: none;
2326
  opacity: 1;
2327
  }
2333
  }
2334
 
2335
  @-webkit-keyframes rotateInUpRight {
2336
+ from {
2337
  -webkit-transform-origin: right bottom;
2338
  transform-origin: right bottom;
2339
  -webkit-transform: rotate3d(0, 0, 1, -90deg);
2341
  opacity: 0;
2342
  }
2343
 
2344
+ to {
2345
  -webkit-transform-origin: right bottom;
2346
  transform-origin: right bottom;
2347
  -webkit-transform: none;
2351
  }
2352
 
2353
  @keyframes rotateInUpRight {
2354
+ from {
2355
  -webkit-transform-origin: right bottom;
 
2356
  transform-origin: right bottom;
2357
  -webkit-transform: rotate3d(0, 0, 1, -90deg);
 
2358
  transform: rotate3d(0, 0, 1, -90deg);
2359
  opacity: 0;
2360
  }
2361
 
2362
+ to {
2363
  -webkit-transform-origin: right bottom;
 
2364
  transform-origin: right bottom;
2365
  -webkit-transform: none;
 
2366
  transform: none;
2367
  opacity: 1;
2368
  }
2374
  }
2375
 
2376
  @-webkit-keyframes rotateOut {
2377
+ from {
2378
  -webkit-transform-origin: center;
2379
  transform-origin: center;
2380
  opacity: 1;
2381
  }
2382
 
2383
+ to {
2384
  -webkit-transform-origin: center;
2385
  transform-origin: center;
2386
  -webkit-transform: rotate3d(0, 0, 1, 200deg);
2390
  }
2391
 
2392
  @keyframes rotateOut {
2393
+ from {
2394
  -webkit-transform-origin: center;
 
2395
  transform-origin: center;
2396
  opacity: 1;
2397
  }
2398
 
2399
+ to {
2400
  -webkit-transform-origin: center;
 
2401
  transform-origin: center;
2402
  -webkit-transform: rotate3d(0, 0, 1, 200deg);
 
2403
  transform: rotate3d(0, 0, 1, 200deg);
2404
  opacity: 0;
2405
  }
2411
  }
2412
 
2413
  @-webkit-keyframes rotateOutDownLeft {
2414
+ from {
2415
  -webkit-transform-origin: left bottom;
2416
  transform-origin: left bottom;
2417
  opacity: 1;
2418
  }
2419
 
2420
+ to {
2421
  -webkit-transform-origin: left bottom;
2422
  transform-origin: left bottom;
2423
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
2427
  }
2428
 
2429
  @keyframes rotateOutDownLeft {
2430
+ from {
2431
  -webkit-transform-origin: left bottom;
 
2432
  transform-origin: left bottom;
2433
  opacity: 1;
2434
  }
2435
 
2436
+ to {
2437
  -webkit-transform-origin: left bottom;
 
2438
  transform-origin: left bottom;
2439
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
 
2440
  transform: rotate3d(0, 0, 1, 45deg);
2441
  opacity: 0;
2442
  }
2448
  }
2449
 
2450
  @-webkit-keyframes rotateOutDownRight {
2451
+ from {
2452
  -webkit-transform-origin: right bottom;
2453
  transform-origin: right bottom;
2454
  opacity: 1;
2455
  }
2456
 
2457
+ to {
2458
  -webkit-transform-origin: right bottom;
2459
  transform-origin: right bottom;
2460
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
2464
  }
2465
 
2466
  @keyframes rotateOutDownRight {
2467
+ from {
2468
  -webkit-transform-origin: right bottom;
 
2469
  transform-origin: right bottom;
2470
  opacity: 1;
2471
  }
2472
 
2473
+ to {
2474
  -webkit-transform-origin: right bottom;
 
2475
  transform-origin: right bottom;
2476
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
 
2477
  transform: rotate3d(0, 0, 1, -45deg);
2478
  opacity: 0;
2479
  }
2485
  }
2486
 
2487
  @-webkit-keyframes rotateOutUpLeft {
2488
+ from {
2489
  -webkit-transform-origin: left bottom;
2490
  transform-origin: left bottom;
2491
  opacity: 1;
2492
  }
2493
 
2494
+ to {
2495
  -webkit-transform-origin: left bottom;
2496
  transform-origin: left bottom;
2497
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
2501
  }
2502
 
2503
  @keyframes rotateOutUpLeft {
2504
+ from {
2505
  -webkit-transform-origin: left bottom;
 
2506
  transform-origin: left bottom;
2507
  opacity: 1;
2508
  }
2509
 
2510
+ to {
2511
  -webkit-transform-origin: left bottom;
 
2512
  transform-origin: left bottom;
2513
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
 
2514
  transform: rotate3d(0, 0, 1, -45deg);
2515
  opacity: 0;
2516
  }
2522
  }
2523
 
2524
  @-webkit-keyframes rotateOutUpRight {
2525
+ from {
2526
  -webkit-transform-origin: right bottom;
2527
  transform-origin: right bottom;
2528
  opacity: 1;
2529
  }
2530
 
2531
+ to {
2532
  -webkit-transform-origin: right bottom;
2533
  transform-origin: right bottom;
2534
  -webkit-transform: rotate3d(0, 0, 1, 90deg);
2538
  }
2539
 
2540
  @keyframes rotateOutUpRight {
2541
+ from {
2542
  -webkit-transform-origin: right bottom;
 
2543
  transform-origin: right bottom;
2544
  opacity: 1;
2545
  }
2546
 
2547
+ to {
2548
  -webkit-transform-origin: right bottom;
 
2549
  transform-origin: right bottom;
2550
  -webkit-transform: rotate3d(0, 0, 1, 90deg);
 
2551
  transform: rotate3d(0, 0, 1, 90deg);
2552
  opacity: 0;
2553
  }
2585
  opacity: 1;
2586
  }
2587
 
2588
+ to {
2589
  -webkit-transform: translate3d(0, 700px, 0);
2590
  transform: translate3d(0, 700px, 0);
2591
  opacity: 0;
2595
  @keyframes hinge {
2596
  0% {
2597
  -webkit-transform-origin: top left;
 
2598
  transform-origin: top left;
2599
  -webkit-animation-timing-function: ease-in-out;
2600
  animation-timing-function: ease-in-out;
2602
 
2603
  20%, 60% {
2604
  -webkit-transform: rotate3d(0, 0, 1, 80deg);
 
2605
  transform: rotate3d(0, 0, 1, 80deg);
2606
  -webkit-transform-origin: top left;
 
2607
  transform-origin: top left;
2608
  -webkit-animation-timing-function: ease-in-out;
2609
  animation-timing-function: ease-in-out;
2611
 
2612
  40%, 80% {
2613
  -webkit-transform: rotate3d(0, 0, 1, 60deg);
 
2614
  transform: rotate3d(0, 0, 1, 60deg);
2615
  -webkit-transform-origin: top left;
 
2616
  transform-origin: top left;
2617
  -webkit-animation-timing-function: ease-in-out;
2618
  animation-timing-function: ease-in-out;
2619
  opacity: 1;
2620
  }
2621
 
2622
+ to {
2623
  -webkit-transform: translate3d(0, 700px, 0);
 
2624
  transform: translate3d(0, 700px, 0);
2625
  opacity: 0;
2626
  }
2634
  /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
2635
 
2636
  @-webkit-keyframes rollIn {
2637
+ from {
2638
  opacity: 0;
2639
  -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
2640
  transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
2641
  }
2642
 
2643
+ to {
2644
  opacity: 1;
2645
  -webkit-transform: none;
2646
  transform: none;
2648
  }
2649
 
2650
  @keyframes rollIn {
2651
+ from {
2652
  opacity: 0;
2653
  -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
 
2654
  transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
2655
  }
2656
 
2657
+ to {
2658
  opacity: 1;
2659
  -webkit-transform: none;
 
2660
  transform: none;
2661
  }
2662
  }
2669
  /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
2670
 
2671
  @-webkit-keyframes rollOut {
2672
+ from {
2673
  opacity: 1;
2674
  }
2675
 
2676
+ to {
2677
  opacity: 0;
2678
  -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
2679
  transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
2681
  }
2682
 
2683
  @keyframes rollOut {
2684
+ from {
2685
  opacity: 1;
2686
  }
2687
 
2688
+ to {
2689
  opacity: 0;
2690
  -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
 
2691
  transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
2692
  }
2693
  }
2698
  }
2699
 
2700
  @-webkit-keyframes zoomIn {
2701
+ from {
2702
  opacity: 0;
2703
  -webkit-transform: scale3d(.3, .3, .3);
2704
  transform: scale3d(.3, .3, .3);
2710
  }
2711
 
2712
  @keyframes zoomIn {
2713
+ from {
2714
  opacity: 0;
2715
  -webkit-transform: scale3d(.3, .3, .3);
 
2716
  transform: scale3d(.3, .3, .3);
2717
  }
2718
 
2727
  }
2728
 
2729
  @-webkit-keyframes zoomInDown {
2730
+ from {
2731
  opacity: 0;
2732
  -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
2733
  transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
2745
  }
2746
 
2747
  @keyframes zoomInDown {
2748
+ from {
2749
  opacity: 0;
2750
  -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
 
2751
  transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
2752
  -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
2753
  animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
2756
  60% {
2757
  opacity: 1;
2758
  -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
 
2759
  transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
2760
  -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
2761
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
2768
  }
2769
 
2770
  @-webkit-keyframes zoomInLeft {
2771
+ from {
2772
  opacity: 0;
2773
  -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
2774
  transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
2786
  }
2787
 
2788
  @keyframes zoomInLeft {
2789
+ from {
2790
  opacity: 0;
2791
  -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
 
2792
  transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
2793
  -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
2794
  animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
2797
  60% {
2798
  opacity: 1;
2799
  -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
 
2800
  transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
2801
  -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
2802
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
2809
  }
2810
 
2811
  @-webkit-keyframes zoomInRight {
2812
+ from {
2813
  opacity: 0;
2814
  -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
2815
  transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
2827
  }
2828
 
2829
  @keyframes zoomInRight {
2830
+ from {
2831
  opacity: 0;
2832
  -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
 
2833
  transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
2834
  -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
2835
  animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
2838
  60% {
2839
  opacity: 1;
2840
  -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
 
2841
  transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
2842
  -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
2843
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
2850
  }
2851
 
2852
  @-webkit-keyframes zoomInUp {
2853
+ from {
2854
  opacity: 0;
2855
  -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
2856
  transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
2868
  }
2869
 
2870
  @keyframes zoomInUp {
2871
+ from {
2872
  opacity: 0;
2873
  -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
 
2874
  transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
2875
  -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
2876
  animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
2879
  60% {
2880
  opacity: 1;
2881
  -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
 
2882
  transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
2883
  -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
2884
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
2891
  }
2892
 
2893
  @-webkit-keyframes zoomOut {
2894
+ from {
2895
  opacity: 1;
2896
  }
2897
 
2901
  transform: scale3d(.3, .3, .3);
2902
  }
2903
 
2904
+ to {
2905
  opacity: 0;
2906
  }
2907
  }
2908
 
2909
  @keyframes zoomOut {
2910
+ from {
2911
  opacity: 1;
2912
  }
2913
 
2914
  50% {
2915
  opacity: 0;
2916
  -webkit-transform: scale3d(.3, .3, .3);
 
2917
  transform: scale3d(.3, .3, .3);
2918
  }
2919
 
2920
+ to {
2921
  opacity: 0;
2922
  }
2923
  }
2936
  animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
2937
  }
2938
 
2939
+ to {
2940
  opacity: 0;
2941
  -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
2942
  transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
2951
  40% {
2952
  opacity: 1;
2953
  -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
 
2954
  transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
2955
  -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
2956
  animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
2957
  }
2958
 
2959
+ to {
2960
  opacity: 0;
2961
  -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
 
2962
  transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
2963
  -webkit-transform-origin: center bottom;
 
2964
  transform-origin: center bottom;
2965
  -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
2966
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
2979
  transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
2980
  }
2981
 
2982
+ to {
2983
  opacity: 0;
2984
  -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
2985
  transform: scale(.1) translate3d(-2000px, 0, 0);
2992
  40% {
2993
  opacity: 1;
2994
  -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
 
2995
  transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
2996
  }
2997
 
2998
+ to {
2999
  opacity: 0;
3000
  -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
 
3001
  transform: scale(.1) translate3d(-2000px, 0, 0);
3002
  -webkit-transform-origin: left center;
 
3003
  transform-origin: left center;
3004
  }
3005
  }
3016
  transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
3017
  }
3018
 
3019
+ to {
3020
  opacity: 0;
3021
  -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
3022
  transform: scale(.1) translate3d(2000px, 0, 0);
3029
  40% {
3030
  opacity: 1;
3031
  -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
 
3032
  transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
3033
  }
3034
 
3035
+ to {
3036
  opacity: 0;
3037
  -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
 
3038
  transform: scale(.1) translate3d(2000px, 0, 0);
3039
  -webkit-transform-origin: right center;
 
3040
  transform-origin: right center;
3041
  }
3042
  }
3055
  animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
3056
  }
3057
 
3058
+ to {
3059
  opacity: 0;
3060
  -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
3061
  transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
3070
  40% {
3071
  opacity: 1;
3072
  -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
 
3073
  transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
3074
  -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
3075
  animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
3076
  }
3077
 
3078
+ to {
3079
  opacity: 0;
3080
  -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
 
3081
  transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
3082
  -webkit-transform-origin: center bottom;
 
3083
  transform-origin: center bottom;
3084
  -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
3085
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
3089
  .zoomOutUp {
3090
  -webkit-animation-name: zoomOutUp;
3091
  animation-name: zoomOutUp;
3092
+ }
3093
+
3094
+ @-webkit-keyframes slideInDown {
3095
+ from {
3096
+ -webkit-transform: translate3d(0, -100%, 0);
3097
+ transform: translate3d(0, -100%, 0);
3098
+ visibility: visible;
3099
+ }
3100
+
3101
+ to {
3102
+ -webkit-transform: translate3d(0, 0, 0);
3103
+ transform: translate3d(0, 0, 0);
3104
+ }
3105
+ }
3106
+
3107
+ @keyframes slideInDown {
3108
+ from {
3109
+ -webkit-transform: translate3d(0, -100%, 0);
3110
+ transform: translate3d(0, -100%, 0);
3111
+ visibility: visible;
3112
+ }
3113
+
3114
+ to {
3115
+ -webkit-transform: translate3d(0, 0, 0);
3116
+ transform: translate3d(0, 0, 0);
3117
+ }
3118
+ }
3119
+
3120
+ .slideInDown {
3121
+ -webkit-animation-name: slideInDown;
3122
+ animation-name: slideInDown;
3123
+ }
3124
+
3125
+ @-webkit-keyframes slideInLeft {
3126
+ from {
3127
+ -webkit-transform: translate3d(-100%, 0, 0);
3128
+ transform: translate3d(-100%, 0, 0);
3129
+ visibility: visible;
3130
+ }
3131
+
3132
+ to {
3133
+ -webkit-transform: translate3d(0, 0, 0);
3134
+ transform: translate3d(0, 0, 0);
3135
+ }
3136
+ }
3137
+
3138
+ @keyframes slideInLeft {
3139
+ from {
3140
+ -webkit-transform: translate3d(-100%, 0, 0);
3141
+ transform: translate3d(-100%, 0, 0);
3142
+ visibility: visible;
3143
+ }
3144
+
3145
+ to {
3146
+ -webkit-transform: translate3d(0, 0, 0);
3147
+ transform: translate3d(0, 0, 0);
3148
+ }
3149
+ }
3150
+
3151
+ .slideInLeft {
3152
+ -webkit-animation-name: slideInLeft;
3153
+ animation-name: slideInLeft;
3154
+ }
3155
+
3156
+ @-webkit-keyframes slideInRight {
3157
+ from {
3158
+ -webkit-transform: translate3d(100%, 0, 0);
3159
+ transform: translate3d(100%, 0, 0);
3160
+ visibility: visible;
3161
+ }
3162
+
3163
+ to {
3164
+ -webkit-transform: translate3d(0, 0, 0);
3165
+ transform: translate3d(0, 0, 0);
3166
+ }
3167
+ }
3168
+
3169
+ @keyframes slideInRight {
3170
+ from {
3171
+ -webkit-transform: translate3d(100%, 0, 0);
3172
+ transform: translate3d(100%, 0, 0);
3173
+ visibility: visible;
3174
+ }
3175
+
3176
+ to {
3177
+ -webkit-transform: translate3d(0, 0, 0);
3178
+ transform: translate3d(0, 0, 0);
3179
+ }
3180
+ }
3181
+
3182
+ .slideInRight {
3183
+ -webkit-animation-name: slideInRight;
3184
+ animation-name: slideInRight;
3185
+ }
3186
+
3187
+ @-webkit-keyframes slideInUp {
3188
+ from {
3189
+ -webkit-transform: translate3d(0, 100%, 0);
3190
+ transform: translate3d(0, 100%, 0);
3191
+ visibility: visible;
3192
+ }
3193
+
3194
+ to {
3195
+ -webkit-transform: translate3d(0, 0, 0);
3196
+ transform: translate3d(0, 0, 0);
3197
+ }
3198
+ }
3199
+
3200
+ @keyframes slideInUp {
3201
+ from {
3202
+ -webkit-transform: translate3d(0, 100%, 0);
3203
+ transform: translate3d(0, 100%, 0);
3204
+ visibility: visible;
3205
+ }
3206
+
3207
+ to {
3208
+ -webkit-transform: translate3d(0, 0, 0);
3209
+ transform: translate3d(0, 0, 0);
3210
+ }
3211
+ }
3212
+
3213
+ .slideInUp {
3214
+ -webkit-animation-name: slideInUp;
3215
+ animation-name: slideInUp;
3216
+ }
3217
+
3218
+ @-webkit-keyframes slideOutDown {
3219
+ from {
3220
+ -webkit-transform: translate3d(0, 0, 0);
3221
+ transform: translate3d(0, 0, 0);
3222
+ }
3223
+
3224
+ to {
3225
+ visibility: hidden;
3226
+ -webkit-transform: translate3d(0, 100%, 0);
3227
+ transform: translate3d(0, 100%, 0);
3228
+ }
3229
+ }
3230
+
3231
+ @keyframes slideOutDown {
3232
+ from {
3233
+ -webkit-transform: translate3d(0, 0, 0);
3234
+ transform: translate3d(0, 0, 0);
3235
+ }
3236
+
3237
+ to {
3238
+ visibility: hidden;
3239
+ -webkit-transform: translate3d(0, 100%, 0);
3240
+ transform: translate3d(0, 100%, 0);
3241
+ }
3242
+ }
3243
+
3244
+ .slideOutDown {
3245
+ -webkit-animation-name: slideOutDown;
3246
+ animation-name: slideOutDown;
3247
+ }
3248
+
3249
+ @-webkit-keyframes slideOutLeft {
3250
+ from {
3251
+ -webkit-transform: translate3d(0, 0, 0);
3252
+ transform: translate3d(0, 0, 0);
3253
+ }
3254
+
3255
+ to {
3256
+ visibility: hidden;
3257
+ -webkit-transform: translate3d(-100%, 0, 0);
3258
+ transform: translate3d(-100%, 0, 0);
3259
+ }
3260
+ }
3261
+
3262
+ @keyframes slideOutLeft {
3263
+ from {
3264
+ -webkit-transform: translate3d(0, 0, 0);
3265
+ transform: translate3d(0, 0, 0);
3266
+ }
3267
+
3268
+ to {
3269
+ visibility: hidden;
3270
+ -webkit-transform: translate3d(-100%, 0, 0);
3271
+ transform: translate3d(-100%, 0, 0);
3272
+ }
3273
+ }
3274
+
3275
+ .slideOutLeft {
3276
+ -webkit-animation-name: slideOutLeft;
3277
+ animation-name: slideOutLeft;
3278
+ }
3279
+
3280
+ @-webkit-keyframes slideOutRight {
3281
+ from {
3282
+ -webkit-transform: translate3d(0, 0, 0);
3283
+ transform: translate3d(0, 0, 0);
3284
+ }
3285
+
3286
+ to {
3287
+ visibility: hidden;
3288
+ -webkit-transform: translate3d(100%, 0, 0);
3289
+ transform: translate3d(100%, 0, 0);
3290
+ }
3291
+ }
3292
+
3293
+ @keyframes slideOutRight {
3294
+ from {
3295
+ -webkit-transform: translate3d(0, 0, 0);
3296
+ transform: translate3d(0, 0, 0);
3297
+ }
3298
+
3299
+ to {
3300
+ visibility: hidden;
3301
+ -webkit-transform: translate3d(100%, 0, 0);
3302
+ transform: translate3d(100%, 0, 0);
3303
+ }
3304
+ }
3305
+
3306
+ .slideOutRight {
3307
+ -webkit-animation-name: slideOutRight;
3308
+ animation-name: slideOutRight;
3309
+ }
3310
+
3311
+ @-webkit-keyframes slideOutUp {
3312
+ from {
3313
+ -webkit-transform: translate3d(0, 0, 0);
3314
+ transform: translate3d(0, 0, 0);
3315
+ }
3316
+
3317
+ to {
3318
+ visibility: hidden;
3319
+ -webkit-transform: translate3d(0, -100%, 0);
3320
+ transform: translate3d(0, -100%, 0);
3321
+ }
3322
+ }
3323
+
3324
+ @keyframes slideOutUp {
3325
+ from {
3326
+ -webkit-transform: translate3d(0, 0, 0);
3327
+ transform: translate3d(0, 0, 0);
3328
+ }
3329
+
3330
+ to {
3331
+ visibility: hidden;
3332
+ -webkit-transform: translate3d(0, -100%, 0);
3333
+ transform: translate3d(0, -100%, 0);
3334
+ }
3335
+ }
3336
+
3337
+ .slideOutUp {
3338
+ -webkit-animation-name: slideOutUp;
3339
+ animation-name: slideOutUp;
3340
+ }
assets/css/shortcode.css CHANGED
@@ -440,7 +440,7 @@ a.text-light:hover {
440
  */
441
 
442
  .box-shadow {
443
- box-shadow: 1px 1px 5px 0 rgba(0,0,0,.1);
444
  }
445
 
446
  /*
@@ -1467,6 +1467,14 @@ button.close:active {
1467
  margin-left: 0;
1468
  }
1469
 
 
 
 
 
 
 
 
 
1470
  /*
1471
  * 9.0 Testimonial
1472
  */
@@ -1593,7 +1601,10 @@ button.close:active {
1593
  display: table;
1594
  width:100%;
1595
  }
1596
-
 
 
 
1597
  .magee-promo-box.boxed {
1598
  padding: 5px 15px;
1599
  border: 1px solid #eee;
@@ -1929,6 +1940,491 @@ h3.counter-title {
1929
  border-radius: 0;
1930
  }
1931
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1932
  /*
1933
  * 15.1 Popover
1934
  */
@@ -1945,6 +2441,12 @@ h3.counter-title {
1945
  border-radius: 0;
1946
  }
1947
 
 
 
 
 
 
 
1948
  /*
1949
  * 16.0 Lists
1950
  */
440
  */
441
 
442
  .box-shadow {
443
+ box-shadow: 1px 1px 5px 0 rgba(0,0,0,.2);
444
  }
445
 
446
  /*
1467
  margin-left: 0;
1468
  }
1469
 
1470
+ /*
1471
+ * 8.5 Popover
1472
+ */
1473
+
1474
+ .magee-popover{
1475
+ cursor:pointer;
1476
+ }
1477
+
1478
  /*
1479
  * 9.0 Testimonial
1480
  */
1601
  display: table;
1602
  width:100%;
1603
  }
1604
+ .promo-action .image-instead{
1605
+ display: inline;
1606
+ margin-right: .5em;
1607
+ }
1608
  .magee-promo-box.boxed {
1609
  padding: 5px 15px;
1610
  border: 1px solid #eee;
1940
  border-radius: 0;
1941
  }
1942
 
1943
+ .magee-modal-trigger{
1944
+ cursor:pointer;
1945
+ }
1946
+ .magee-modal-wrapper {
1947
+ display: inline-block;
1948
+ position: fixed;
1949
+ z-index: 999;
1950
+ margin: 0;
1951
+ padding: 0;
1952
+ }
1953
+ .magee-modal {
1954
+ position: fixed;
1955
+ top: 50%;
1956
+ left: 50%;
1957
+ /*width: 100%;*/
1958
+ height: auto;
1959
+ z-index: 2000;
1960
+ visibility: hidden;
1961
+ -webkit-backface-visibility: hidden;
1962
+ -moz-backface-visibility: hidden;
1963
+ backface-visibility: hidden;
1964
+ -webkit-transform: translate3d(-50%, -50%, 0);
1965
+ -moz-transform: translate3d(-50%, -50%, 0);
1966
+ -ms-transform: translate3d(-50%, -50%, 0);
1967
+ transform: translate3d(-50%, -50%, 0);
1968
+ }
1969
+
1970
+ .magee-modal-show {
1971
+ visibility: visible;
1972
+ }
1973
+
1974
+ .magee-modal-overlay {
1975
+ position: fixed;
1976
+ width: 100%;
1977
+ height: 100%;
1978
+ visibility: hidden;
1979
+ top: 0;
1980
+ left: 0;
1981
+ z-index: 1000;
1982
+ opacity: 0;
1983
+ -webkit-transition: all 0.3s;
1984
+ -moz-transition: all 0.3s;
1985
+ transition: all 0.3s;
1986
+ }
1987
+ .magee-modal-show ~ .magee-modal-overlay {
1988
+ opacity: 1;
1989
+ visibility: visible;
1990
+ }
1991
+
1992
+ .magee-modal-content-wrapper {
1993
+ color: #fff;
1994
+ background: #e74c3c;
1995
+ position: relative;
1996
+ border-radius: 3px;
1997
+ margin: 0 auto;
1998
+ width: 750px;
1999
+ }
2000
+
2001
+ .magee-modal-content-wrapper .magee-modal-title-wrapper {
2002
+ position: relative;
2003
+ margin: 0;
2004
+ padding: 10px 20px;
2005
+ font-size: 2.2em;
2006
+ font-weight: 300;
2007
+ background: rgba(0,0,0,0.05);
2008
+ border-radius: 3px 3px 0 0;
2009
+ }
2010
+ .magee-modal-content-wrapper .magee-modal-title-wrapper h3 {
2011
+ margin: 0;
2012
+ height: 30px;
2013
+ line-height: 30px;
2014
+ font-size: 0.55em;
2015
+ }
2016
+ .magee-modal-title-wrapper a.magee-modal-close {
2017
+ float: right;
2018
+ text-decoration: none;
2019
+ box-shadow:none;
2020
+ color: #FFFFFF !important;
2021
+ font-size: 16px;
2022
+ text-align: center;
2023
+ -webkit-transition: .4s opacity;
2024
+ -moz-transition: .4s opacity;
2025
+ -ms-transition: .4s opacity;
2026
+ -o-transition: .4s opacity;
2027
+ transition: .4s opacity;
2028
+ }
2029
+ .magee-modal-title-wrapper a.magee-modal-close:hover {
2030
+ opacity: .8;
2031
+ text-decoration: none;
2032
+ }
2033
+ .magee-modal-content-wrapper > div {
2034
+ padding: 15px 20px;
2035
+ margin: 0;
2036
+ font-weight: 300;
2037
+ font-size: 1.15em;
2038
+ }
2039
+ .magee-modal-content-wrapper button {
2040
+ display: block;
2041
+ margin: 0 auto;
2042
+ font-size: 0.8em;
2043
+ }
2044
+
2045
+ /* modal effect 1: slide from right */
2046
+ .magee-modal-effect-1 .magee-modal-content-wrapper {
2047
+ -webkit-transform: translateX(30%);
2048
+ -moz-transform: translateX(30%);
2049
+ -ms-transform: translateX(30%);
2050
+ transform: translateX(30%);
2051
+ opacity: 0;
2052
+ -webkit-transition: all 0.4s cubic-bezier(0.25, 0.5, 0.5, 0.9);
2053
+ -moz-transition: all 0.4s cubic-bezier(0.25, 0.5, 0.5, 0.9);
2054
+ transition: all 0.4s cubic-bezier(0.25, 0.5, 0.5, 0.9);
2055
+ }
2056
+
2057
+ .magee-modal-show.magee-modal-effect-1 .magee-modal-content-wrapper {
2058
+ -webkit-transform: translateX(0);
2059
+ -moz-transform: translateX(0);
2060
+ -ms-transform: translateX(0);
2061
+ transform: translateX(0);
2062
+ opacity: 1;
2063
+ }
2064
+ /* modal effect 2: slide from bottom */
2065
+ .magee-modal-effect-2 .magee-modal-content-wrapper {
2066
+ -webkit-transform: translateY(30%);
2067
+ -moz-transform: translateY(30%);
2068
+ -ms-transform: translateY(30%);
2069
+ transform: translateY(30%);
2070
+ opacity: 0;
2071
+ -webkit-transition: all 0.4s;
2072
+ -moz-transition: all 0.4s;
2073
+ transition: all 0.4s;
2074
+ }
2075
+
2076
+ .magee-modal-show.magee-modal-effect-2 .magee-modal-content-wrapper {
2077
+ -webkit-transform: translateY(0);
2078
+ -moz-transform: translateY(0);
2079
+ -ms-transform: translateY(0);
2080
+ transform: translateY(0);
2081
+ opacity: 1;
2082
+ }
2083
+ /* modal effect 3: slide from left */
2084
+ .magee-modal-effect-3 .magee-modal-content-wrapper {
2085
+ -webkit-transform: translateX(-30%);
2086
+ -moz-transform: translateX(-30%);
2087
+ -ms-transform: translateX(-30%);
2088
+ transform: translateX(-30%);
2089
+ opacity: 0;
2090
+ -webkit-transition: all 0.4s cubic-bezier(0.25, 0.5, 0.5, 0.9);
2091
+ -moz-transition: all 0.4s cubic-bezier(0.25, 0.5, 0.5, 0.9);
2092
+ transition: all 0.4s cubic-bezier(0.25, 0.5, 0.5, 0.9);
2093
+ }
2094
+
2095
+ .magee-modal-show.magee-modal-effect-3 .magee-modal-content-wrapper {
2096
+ -webkit-transform: translateX(0);
2097
+ -moz-transform: translateX(0);
2098
+ -ms-transform: translateX(0);
2099
+ transform: translateX(0);
2100
+ opacity: 1;
2101
+ }
2102
+ /* modal effect 4: slide from top */
2103
+ .magee-modal-effect-4 .magee-modal-content-wrapper {
2104
+ -webkit-transform: translateY(-30%);
2105
+ -moz-transform: translateY(-30%);
2106
+ -ms-transform: translateY(-30%);
2107
+ transform: translateY(-30%);
2108
+ opacity: 0;
2109
+ -webkit-transition: all 0.4s;
2110
+ -moz-transition: all 0.4s;
2111
+ transition: all 0.4s;
2112
+ }
2113
+
2114
+ .magee-modal-show.magee-modal-effect-4 .magee-modal-content-wrapper {
2115
+ -webkit-transform: translateY(0);
2116
+ -moz-transform: translateY(0);
2117
+ -ms-transform: translateY(0);
2118
+ transform: translateY(0);
2119
+ opacity: 1;
2120
+ }
2121
+ /* modal effect 5: fadein with scale up */
2122
+ .magee-modal-effect-5 .magee-modal-content-wrapper {
2123
+ -webkit-transform: scale(0.8);
2124
+ -moz-transform: scale(0.8);
2125
+ -ms-transform: scale(0.8);
2126
+ transform: scale(0.8);
2127
+ opacity: 0;
2128
+ -webkit-transition: all 0.4s;
2129
+ -moz-transition: all 0.4s;
2130
+ transition: all 0.4s;
2131
+ }
2132
+
2133
+ .magee-modal-show.magee-modal-effect-5 .magee-modal-content-wrapper {
2134
+ -webkit-transform: scale(1);
2135
+ -moz-transform: scale(1);
2136
+ -ms-transform: scale(1);
2137
+ transform: scale(1);
2138
+ opacity: 1;
2139
+ }
2140
+ /* modal effect 6: 3D flip horizontal*/
2141
+ .magee-modal-effect-6.magee-modal {
2142
+ -webkit-perspective: 1300px;
2143
+ -moz-perspective: 1300px;
2144
+ perspective: 1300px;
2145
+ }
2146
+
2147
+ .magee-modal-effect-6 .magee-modal-content-wrapper {
2148
+ -webkit-transform-style: preserve-3d;
2149
+ -moz-transform-style: preserve-3d;
2150
+ transform-style: preserve-3d;
2151
+ -webkit-transform: rotateY(-80deg);
2152
+ -moz-transform: rotateY(-80deg);
2153
+ -ms-transform: rotateY(-80deg);
2154
+ transform: rotateY(-80deg);
2155
+ -webkit-transition: all 0.4s;
2156
+ -moz-transition: all 0.4s;
2157
+ transition: all 0.4s;
2158
+ opacity: 0;
2159
+ }
2160
+
2161
+ .magee-modal-show.magee-modal-effect-6 .magee-modal-content-wrapper {
2162
+ -webkit-transform: rotateY(0deg);
2163
+ -moz-transform: rotateY(0deg);
2164
+ -ms-transform: rotateY(0deg);
2165
+ transform: rotateY(0deg);
2166
+ opacity: 1;
2167
+ }
2168
+ /* modal effect 7: 3D flip vertical*/
2169
+ .magee-modal-effect-7.magee-modal {
2170
+ -webkit-perspective: 1300px;
2171
+ -moz-perspective: 1300px;
2172
+ perspective: 1300px;
2173
+ }
2174
+
2175
+ .magee-modal-effect-7 .magee-modal-content-wrapper {
2176
+ -webkit-transform-style: preserve-3d;
2177
+ -moz-transform-style: preserve-3d;
2178
+ transform-style: preserve-3d;
2179
+ -webkit-transform: rotateX(-80deg);
2180
+ -moz-transform: rotateX(-80deg);
2181
+ -ms-transform: rotateX(-80deg);
2182
+ transform: rotateX(-80deg);
2183
+ -webkit-transition: all 0.4s;
2184
+ -moz-transition: all 0.4s;
2185
+ transition: all 0.4s;
2186
+ opacity: 0;
2187
+ }
2188
+
2189
+ .magee-modal-show.magee-modal-effect-7 .magee-modal-content-wrapper {
2190
+ -webkit-transform: rotateX(0deg);
2191
+ -moz-transform: rotateX(0deg);
2192
+ -ms-transform: rotateX(0deg);
2193
+ transform: rotateX(0deg);
2194
+ opacity: 1;
2195
+ }
2196
+ /* modal effect 8: 3D sign */
2197
+ .magee-modal-effect-8.magee-modal {
2198
+ -webkit-perspective: 1300px;
2199
+ -moz-perspective: 1300px;
2200
+ perspective: 1300px;
2201
+ }
2202
+
2203
+ .magee-modal-effect-8 .magee-modal-content-wrapper {
2204
+ -webkit-transform-style: preserve-3d;
2205
+ -moz-transform-style: preserve-3d;
2206
+ transform-style: preserve-3d;
2207
+ -webkit-transform: rotateX(-70deg);
2208
+ -moz-transform: rotateX(-70deg);
2209
+ -ms-transform: rotateX(-70deg);
2210
+ transform: rotateX(-70deg);
2211
+ -webkit-transform-origin: 50% 0;
2212
+ -moz-transform-origin: 50% 0;
2213
+ transform-origin: 50% 0;
2214
+ opacity: 0;
2215
+ -webkit-transition: all 0.3s;
2216
+ -moz-transition: all 0.3s;
2217
+ transition: all 0.3s;
2218
+ }
2219
+
2220
+ .magee-modal-show.magee-modal-effect-8 .magee-modal-content-wrapper {
2221
+ -webkit-transform: rotateX(0deg);
2222
+ -moz-transform: rotateX(0deg);
2223
+ -ms-transform: rotateX(0deg);
2224
+ transform: rotateX(0deg);
2225
+ opacity: 1;
2226
+ }
2227
+ /* modal effect 9: 3D rotate in left*/
2228
+ .magee-modal-effect-9.magee-modal {
2229
+ -webkit-perspective: 1300px;
2230
+ -moz-perspective: 1300px;
2231
+ perspective: 1300px;
2232
+ }
2233
+
2234
+ .magee-modal-effect-9 .magee-modal-content-wrapper {
2235
+ -webkit-transform-style: preserve-3d;
2236
+ -moz-transform-style: preserve-3d;
2237
+ transform-style: preserve-3d;
2238
+ -webkit-transform: translateZ(100px) translateX(-40%) rotateY(90deg);
2239
+ -moz-transform: translateZ(100px) translateX(-40%) rotateY(90deg);
2240
+ -ms-transform: translateZ(100px) translateX(-40%) rotateY(90deg);
2241
+ transform: translateZ(100px) translateX(-40%) rotateY(90deg);
2242
+ -webkit-transform-origin: 0 100%;
2243
+ -moz-transform-origin: 0 100%;
2244
+ transform-origin: 0 100%;
2245
+ opacity: 0;
2246
+ -webkit-transition: all 0.3s;
2247
+ -moz-transition: all 0.3s;
2248
+ transition: all 0.3s;
2249
+ }
2250
+
2251
+ .magee-modal-show.magee-modal-effect-9 .magee-modal-content-wrapper {
2252
+ -webkit-transform: translateZ(0px) translateX(0%) rotateY(0deg);
2253
+ -moz-transform: translateZ(0px) translateX(0%) rotateY(0deg);
2254
+ -ms-transform: translateZ(0px) translateX(0%) rotateY(0deg);
2255
+ transform: translateZ(0px) translateX(0%) rotateY(0deg);
2256
+ opacity: 1;
2257
+ }
2258
+ /* modal effect 10: 3D rotate in bottom*/
2259
+ .magee-modal-effect-10.magee-modal {
2260
+ -webkit-perspective: 1300px;
2261
+ -moz-perspective: 1300px;
2262
+ perspective: 1300px;
2263
+ }
2264
+
2265
+ .magee-modal-effect-10 .magee-modal-content-wrapper {
2266
+ -webkit-transform-style: preserve-3d;
2267
+ -moz-transform-style: preserve-3d;
2268
+ transform-style: preserve-3d;
2269
+ -webkit-transform: translateY(100%) rotateX(90deg);
2270
+ -moz-transform: translateY(100%) rotateX(90deg);
2271
+ -ms-transform: translateY(100%) rotateX(90deg);
2272
+ transform: translateY(100%) rotateX(90deg);
2273
+ -webkit-transform-origin: 0 100%;
2274
+ -moz-transform-origin: 0 100%;
2275
+ transform-origin: 0 100%;
2276
+ opacity: 0;
2277
+ -webkit-transition: all 0.3s ease-out;
2278
+ -moz-transition: all 0.3s ease-out;
2279
+ transition: all 0.3s ease-out;
2280
+ }
2281
+
2282
+ .magee-modal-show.magee-modal-effect-10 .magee-modal-content-wrapper {
2283
+ -webkit-transform: translateY(0%) rotateX(0deg);
2284
+ -moz-transform: translateY(0%) rotateX(0deg);
2285
+ -ms-transform: translateY(0%) rotateX(0deg);
2286
+ transform: translateY(0%) rotateX(0deg);
2287
+ opacity: 1;
2288
+ }
2289
+ /* modal effect 11: 3D slit*/
2290
+ .magee-modal-effect-11.magee-modal {
2291
+ -webkit-perspective: 1300px;
2292
+ -moz-perspective: 1300px;
2293
+ perspective: 1300px;
2294
+ }
2295
+
2296
+ .magee-modal-effect-11 .magee-modal-content-wrapper {
2297
+ -webkit-transform-style: preserve-3d;
2298
+ -moz-transform-style: preserve-3d;
2299
+ transform-style: preserve-3d;
2300
+ -webkit-transform: translateZ(-3000px) rotateY(90deg);
2301
+ -moz-transform: translateZ(-3000px) rotateY(90deg);
2302
+ -ms-transform: translateZ(-3000px) rotateY(90deg);
2303
+ transform: translateZ(-3000px) rotateY(90deg);
2304
+ opacity: 0;
2305
+
2306
+
2307
+ }
2308
+
2309
+ .magee-modal-show.magee-modal-effect-11 .magee-modal-content-wrapper {
2310
+ -webkit-animation: slit .7s forwards ease-out;
2311
+ -moz-animation: slit .7s forwards ease-out;
2312
+ animation: slit .7s forwards ease-out;
2313
+ }
2314
+
2315
+ @-webkit-keyframes slit {
2316
+ 50% { -webkit-transform: translateZ(-250px) rotateY(89deg); opacity: .5; -webkit-animation-timing-function: ease-out;}
2317
+ 100% { -webkit-transform: translateZ(0) rotateY(0deg); opacity: 1; }
2318
+ }
2319
+
2320
+ @-moz-keyframes slit {
2321
+ 50% { -moz-transform: translateZ(-250px) rotateY(89deg); opacity: .5; -moz-animation-timing-function: ease-out;}
2322
+ 100% { -moz-transform: translateZ(0) rotateY(0deg); opacity: 1; }
2323
+ }
2324
+
2325
+ @keyframes slit {
2326
+ 50% { transform: translateZ(-250px) rotateY(89deg); opacity: 1; animation-timing-function: ease-in;}
2327
+ 100% { transform: translateZ(0) rotateY(0deg); opacity: 1; }
2328
+ }
2329
+
2330
+ /* modal effect 12: newspaper*/
2331
+ .magee-modal-effect-12 .magee-modal-content-wrapper {
2332
+ -webkit-transform: scale(0) rotate(720deg);
2333
+ -moz-transform: scale(0) rotate(720deg);
2334
+ -ms-transform: scale(0) rotate(720deg);
2335
+ transform: scale(0) rotate(720deg);
2336
+ opacity: 0;
2337
+ }
2338
+
2339
+ .magee-modal-show.magee-modal-effect-12 ~ .magee-modal-overlay,
2340
+ .magee-modal-effect-12 .magee-modal-content-wrapper {
2341
+ -webkit-transition: all 0.5s;
2342
+ -moz-transition: all 0.5s;
2343
+ transition: all 0.5s;
2344
+ }
2345
+
2346
+ .magee-modal-show.magee-modal-effect-12 .magee-modal-content-wrapper {
2347
+ -webkit-transform: scale(1) rotate(0deg);
2348
+ -moz-transform: scale(1) rotate(0deg);
2349
+ -ms-transform: scale(1) rotate(0deg);
2350
+ transform: scale(1) rotate(0deg);
2351
+ opacity: 1;
2352
+ }
2353
+ /* modal effect 13: fall*/
2354
+ .magee-modal-effect-13.magee-modal {
2355
+ -webkit-perspective: 1300px;
2356
+ -moz-perspective: 1300px;
2357
+ perspective: 1300px;
2358
+ }
2359
+
2360
+ .magee-modal-effect-13 .magee-modal-content-wrapper {
2361
+ -webkit-transform-style: preserve-3d;
2362
+ -moz-transform-style: preserve-3d;
2363
+ transform-style: preserve-3d;
2364
+ -webkit-transform: translateZ(600px) rotateX(20deg);
2365
+ -moz-transform: translateZ(600px) rotateX(20deg);
2366
+ -ms-transform: translateZ(600px) rotateX(20deg);
2367
+ transform: translateZ(600px) rotateX(20deg);
2368
+ opacity: 0;
2369
+ }
2370
+
2371
+ .magee-modal-show.magee-modal-effect-13 .magee-modal-content-wrapper {
2372
+ -webkit-transition: all 0.3s ease-in;
2373
+ -moz-transition: all 0.3s ease-in;
2374
+ transition: all 0.3s ease-in;
2375
+ -webkit-transform: translateZ(0px) rotateX(0deg);
2376
+ -moz-transform: translateZ(0px) rotateX(0deg);
2377
+ -ms-transform: translateZ(0px) rotateX(0deg);
2378
+ transform: translateZ(0px) rotateX(0deg);
2379
+ opacity: 1;
2380
+ }
2381
+ /* modal effect 14: side fall*/
2382
+ .magee-modal-effect-14.magee-modal {
2383
+ -webkit-perspective: 1300px;
2384
+ -moz-perspective: 1300px;
2385
+ perspective: 1300px;
2386
+ }
2387
+
2388
+ .magee-modal-effect-14 .magee-modal-content-wrapper {
2389
+ -webkit-transform-style: preserve-3d;
2390
+ -moz-transform-style: preserve-3d;
2391
+ transform-style: preserve-3d;
2392
+ -webkit-transform: translate(30%) translateZ(600px) rotate(10deg);
2393
+ -moz-transform: translate(30%) translateZ(600px) rotate(10deg);
2394
+ -ms-transform: translate(30%) translateZ(600px) rotate(10deg);
2395
+ transform: translate(30%) translateZ(600px) rotate(10deg);
2396
+ opacity: 0;
2397
+ }
2398
+
2399
+ .magee-modal-show.magee-modal-effect-14 .magee-modal-content-wrapper {
2400
+ -webkit-transition: all 0.3s ease-in;
2401
+ -moz-transition: all 0.3s ease-in;
2402
+ transition: all 0.3s ease-in;
2403
+ -webkit-transform: translate(0%) translateZ(0) rotate(0deg);
2404
+ -moz-transform: translate(0%) translateZ(0) rotate(0deg);
2405
+ -ms-transform: translate(0%) translateZ(0) rotate(0deg);
2406
+ transform: translate(0%) translateZ(0) rotate(0deg);
2407
+ opacity: 1;
2408
+ }
2409
+ /* modal effect 15: Super scaled*/
2410
+ .magee-modal-effect-15 .magee-modal-content-wrapper {
2411
+ -webkit-transform: scale(2);
2412
+ -moz-transform: scale(2);
2413
+ -ms-transform: scale(2);
2414
+ transform: scale(2);
2415
+ opacity: 0;
2416
+ -webkit-transition: all 0.3s;
2417
+ -moz-transition: all 0.3s;
2418
+ transition: all 0.3s;
2419
+ }
2420
+
2421
+ .magee-modal-show.magee-modal-effect-15 .magee-modal-content-wrapper {
2422
+ -webkit-transform: scale(1);
2423
+ -moz-transform: scale(1);
2424
+ -ms-transform: scale(1);
2425
+ transform: scale(1);
2426
+ opacity: 1;
2427
+ }
2428
  /*
2429
  * 15.1 Popover
2430
  */
2441
  border-radius: 0;
2442
  }
2443
 
2444
+ /*
2445
+ * 15.3 Expand
2446
+ */
2447
+ .magee-expand{
2448
+ cursor:pointer;
2449
+ }
2450
  /*
2451
  * 16.0 Lists
2452
  */
assets/jquery-countdown/jquery.classycountdown.css ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*!
2
+ * jQuery ClassyCountdown
3
+ * vox.SPACE
4
+ *
5
+ * Written by voxspace AT riseup.net
6
+ * Licensed under the MIT license https://vox.SPACE/LICENSE-MIT
7
+ * Version 1.1.0
8
+ *
9
+ */
10
+
11
+ .ClassyCountdown-wrapper > div {
12
+ display: inline-block;
13
+ position: relative;
14
+ width: calc(25% - 20px);
15
+ margin: 10px;
16
+ }
17
+
18
+ .ClassyCountdown-wrapper .ClassyCountdown-value {
19
+ width: 100%;
20
+ line-height: 1em;
21
+ position: absolute;
22
+ top: 50%;
23
+ text-align: center;
24
+ left: 0;
25
+ display: block;
26
+ }
assets/jquery-countdown/jquery.classycountdown.min.js ADDED
@@ -0,0 +1,656 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*!
2
+ * jQuery ClassyCountdown
3
+ * vox.SPACE
4
+ *
5
+ * Written by voxspace AT riseup.net
6
+ * Licensed under the MIT license https://vox.SPACE/LICENSE-MIT
7
+ * Version 1.1.0
8
+ *
9
+ */
10
+ (function (c) {
11
+ c.fn.ClassyCountdown = function (k, r) {
12
+ function l() {
13
+ e = Math.floor(d / 86400);
14
+ f = Math.floor(d % 86400 / 3600);
15
+ g = Math.floor(d % 86400 % 3600 / 60);
16
+ h = Math.floor(d % 86400 % 3600 % 60 % 60)
17
+ }
18
+ function m() {
19
+ d--;
20
+ l();
21
+ 0 >= d && (n || (n = !0, b.onEndCallback()), h = g = f = e = 0);
22
+ a.find(".ClassyCountdown-days input").val(365 - e).trigger("change");
23
+ a.find(".ClassyCountdown-hours input").val(24 - f).trigger("change");
24
+ a.find(".ClassyCountdown-minutes input").val(60 - g).trigger("change");
25
+ a.find(".ClassyCountdown-seconds input").val(60 - h).trigger("change");
26
+ a.find(".ClassyCountdown-days .ClassyCountdown-value > div").html(e);
27
+ a.find(".ClassyCountdown-hours .ClassyCountdown-value > div").html(f);
28
+ a.find(".ClassyCountdown-minutes .ClassyCountdown-value > div").html(g);
29
+ a.find(".ClassyCountdown-seconds .ClassyCountdown-value > div").html(h)
30
+ }
31
+ function p() {
32
+ a.find(".ClassyCountdown-wrapper > div").each(function () {
33
+ c(this).css("height", c(this).width() + "px")
34
+ });
35
+ b.style.textResponsive && a.find(".ClassyCountdown-value").css("font-size", Math.floor(a.find("> div").eq(0).width() * b.style.textResponsive / 10) + "px");
36
+ a.find(".ClassyCountdown-value").each(function () {
37
+ c(this).css("margin-top", Math.floor(0 - parseInt(c(this).height()) / 2) + "px")
38
+ });
39
+ a.find(".ClassyCountdown-days input").trigger("change");
40
+ a.find(".ClassyCountdown-hours input").trigger("change");
41
+ a.find(".ClassyCountdown-minutes input").trigger("change");
42
+ a.find(".ClassyCountdown-seconds input").trigger("change")
43
+ }
44
+ function q(a) {
45
+ switch (a) {
46
+ case "flat-colors":
47
+ return {
48
+ labels : !0,
49
+ style : {
50
+ element : "",
51
+ textResponsive : .5,
52
+ days : {
53
+ gauge : {
54
+ thickness : .01,
55
+ bgColor : "rgba(0,0,0,0.05)",
56
+ fgColor : "#1abc9c"
57
+ },
58
+ textCSS : "font-family:'Open Sans';font-weight:300;color:#34495e;"
59
+ },
60
+ hours : {
61
+ gauge : {
62
+ thickness : .01,
63
+ bgColor : "rgba(0,0,0,0.05)",
64
+ fgColor : "#2980b9"
65
+ },
66
+ textCSS : "font-family:'Open Sans';font-weight:300;color:#34495e;"
67
+ },
68
+ minutes : {
69
+ gauge : {
70
+ thickness : .01,
71
+ bgColor : "rgba(0,0,0,0.05)",
72
+ fgColor : "#8e44ad"
73
+ },
74
+ textCSS : "font-family:'Open Sans';font-weight:300;color:#34495e;"
75
+ },
76
+ seconds : {
77
+ gauge : {
78
+ thickness : .01,
79
+ bgColor : "rgba(0,0,0,0.05)",
80
+ fgColor : "#f39c12"
81
+ },
82
+ textCSS : "font-family:'Open Sans';font-weight:300;color:#34495e;"
83
+ }
84
+ }
85
+ };
86
+ case "flat-colors-wide":
87
+ return {
88
+ labels : !0,
89
+ style : {
90
+ element : "",
91
+ textResponsive : .5,
92
+ days : {
93
+ gauge : {
94
+ thickness : .03,
95
+ bgColor : "rgba(0,0,0,0.05)",
96
+ fgColor : "#1abc9c"
97
+ },
98
+ textCSS : "font-family:'Open Sans';font-weight:300;color:#34495e;"
99
+ },
100
+ hours : {
101
+ gauge : {
102
+ thickness : .03,
103
+ bgColor : "rgba(0,0,0,0.05)",
104
+ fgColor : "#2980b9"
105
+ },
106
+ textCSS : "font-family:'Open Sans';font-weight:300;color:#34495e;"
107
+ },
108
+ minutes : {
109
+ gauge : {
110
+ thickness : .03,
111
+ bgColor : "rgba(0,0,0,0.05)",
112
+ fgColor : "#8e44ad"
113
+ },
114
+ textCSS : "font-family:'Open Sans';font-weight:300;color:#34495e;"
115
+ },
116
+ seconds : {
117
+ gauge : {
118
+ thickness : .03,
119
+ bgColor : "rgba(0,0,0,0.05)",
120
+ fgColor : "#f39c12"
121
+ },
122
+ textCSS : "font-family:'Open Sans';font-weight:300;color:#34495e;"
123
+ }
124
+ }
125
+ };
126
+ case "flat-colors-very-wide":
127
+ return {
128
+ labels : !0,
129
+ style : {
130
+ element : "",
131
+ textResponsive : .5,
132
+ days : {
133
+ gauge : {
134
+ thickness : .12,
135
+ bgColor : "rgba(0,0,0,0.05)",
136
+ fgColor : "#1abc9c"
137
+ },
138
+ textCSS : "font-family:'Open Sans';font-weight:300;color:#34495e;"
139
+ },
140
+ hours : {
141
+ gauge : {
142
+ thickness : .12,
143
+ bgColor : "rgba(0,0,0,0.05)",
144
+ fgColor : "#2980b9"
145
+ },
146
+ textCSS : "font-family:'Open Sans';font-weight:300;color:#34495e;"
147
+ },
148
+ minutes : {
149
+ gauge : {
150
+ thickness : .12,
151
+ bgColor : "rgba(0,0,0,0.05)",
152
+ fgColor : "#8e44ad"
153
+ },
154
+ textCSS : "font-family:'Open Sans';font-weight:300;color:#34495e;"
155
+ },
156
+ seconds : {
157
+ gauge : {
158
+ thickness : .12,
159
+ bgColor : "rgba(0,0,0,0.05)",
160
+ fgColor : "#f39c12"
161
+ },
162
+ textCSS : "font-family:'Open Sans';font-weight:300;color:#34495e;"
163
+ }
164
+ }
165
+ };
166
+ case "flat-colors-black":
167
+ return {
168
+ labels : !0,
169
+ style : {
170
+ element : "",
171
+ textResponsive : .5,
172
+ days : {
173
+ gauge : {
174
+ thickness : .25,
175
+ bgColor : "rgba(0,0,0,0.05)",
176
+ fgColor : "#1abc9c",
177
+ lineCap : "round"
178
+ },
179
+ textCSS : "font-family:'Open Sans';font-weight:300;color:#34495e;"
180
+ },
181
+ hours : {
182
+ gauge : {
183
+ thickness : .25,
184
+ bgColor : "rgba(0,0,0,0.05)",
185
+ fgColor : "#2980b9",
186
+ lineCap : "round"
187
+ },
188
+ textCSS : "font-family:'Open Sans';font-weight:300;color:#34495e;"
189
+ },
190
+ minutes : {
191
+ gauge : {
192
+ thickness : .25,
193
+ bgColor : "rgba(0,0,0,0.05)",
194
+ fgColor : "#8e44ad",
195
+ lineCap : "round"
196
+ },
197
+ textCSS : "font-family:'Open Sans';font-weight:300;color:#34495e;"
198
+ },
199
+ seconds : {
200
+ gauge : {
201
+ thickness : .25,
202
+ bgColor : "rgba(0,0,0,0.05)",
203
+ fgColor : "#f39c12",
204
+ lineCap : "round"
205
+ },
206
+ textCSS : "font-family:'Open Sans';font-weight:300;color:#34495e;"
207
+ }
208
+ }
209
+ };
210
+ case "black":
211
+ return {
212
+ labels : !0,
213
+ style : {
214
+ element : "",
215
+ textResponsive : .5,
216
+ days : {
217
+ gauge : {
218
+ thickness : .01,
219
+ bgColor : "rgba(0,0,0,0.05)",
220
+ fgColor : "#222"
221
+ },
222
+ textCSS : "font-family:'Open Sans';font-weight:300;color:#34495e;"
223
+ },
224
+ hours : {
225
+ gauge : {
226
+ thickness : .01,
227
+ bgColor : "rgba(0,0,0,0.05)",
228
+ fgColor : "#222"
229
+ },
230
+ textCSS : "font-family:'Open Sans';font-weight:300;color:#34495e;"
231
+ },
232
+ minutes : {
233
+ gauge : {
234
+ thickness : .01,
235
+ bgColor : "rgba(0,0,0,0.05)",
236
+ fgColor : "#222"
237
+ },
238
+ textCSS : "font-family:'Open Sans';font-weight:300;color:#34495e;"
239
+ },
240
+ seconds : {
241
+ gauge : {
242
+ thickness : .01,
243
+ bgColor : "rgba(0,0,0,0.05)",
244
+ fgColor : "#222"
245
+ },
246
+ textCSS : "font-family:'Open Sans';font-weight:300;color:#34495e;"
247
+ }
248
+ }
249
+ };
250
+ case "black-wide":
251
+ return {
252
+ labels : !0,
253
+ style : {
254
+ element : "",
255
+ textResponsive : .5,
256
+ days : {
257
+ gauge : {
258
+ thickness : .03,
259
+ bgColor : "rgba(0,0,0,0.05)",
260
+ fgColor : "#222"
261
+ },
262
+ textCSS : "font-family:'Open Sans';font-weight:300;color:#34495e;"
263
+ },
264
+ hours : {
265
+ gauge : {
266
+ thickness : .03,
267
+ bgColor : "rgba(0,0,0,0.05)",
268
+ fgColor : "#222"
269
+ },
270
+ textCSS : "font-family:'Open Sans';font-weight:300;color:#34495e;"
271
+ },
272
+ minutes : {
273
+ gauge : {
274
+ thickness : .03,
275
+ bgColor : "rgba(0,0,0,0.05)",
276
+ fgColor : "#222"
277
+ },
278
+ textCSS : "font-family:'Open Sans';font-weight:300;color:#34495e;"
279
+ },
280
+ seconds : {
281
+ gauge : {
282
+ thickness : .03,
283
+ bgColor : "rgba(0,0,0,0.05)",
284
+ fgColor : "#222"
285
+ },
286
+ textCSS : "font-family:'Open Sans';font-weight:300;color:#34495e;"
287
+ }
288
+ }
289
+ };
290
+ case "black-very-wide":
291
+ return {
292
+ labels : !0,
293
+ style : {
294
+ element : "",
295
+ textResponsive : .5,
296
+ days : {
297
+ gauge : {
298
+ thickness : .17,
299
+ bgColor : "rgba(0,0,0,0.05)",
300
+ fgColor : "#222"
301
+ },
302
+ textCSS : "font-family:'Open Sans';font-weight:300;color:#34495e;"
303
+ },
304
+ hours : {
305
+ gauge : {
306
+ thickness : .17,
307
+ bgColor : "rgba(0,0,0,0.05)",
308
+ fgColor : "#222"
309
+ },
310
+ textCSS : "font-family:'Open Sans';font-weight:300;color:#34495e;"
311
+ },
312
+ minutes : {
313
+ gauge : {
314
+ thickness : .17,
315
+ bgColor : "rgba(0,0,0,0.05)",
316
+ fgColor : "#222"
317
+ },
318
+ textCSS : "font-family:'Open Sans';font-weight:300;color:#34495e;"
319
+ },
320
+ seconds : {
321
+ gauge : {
322
+ thickness : .17,
323
+ bgColor : "rgba(0,0,0,0.05)",
324
+ fgColor : "#222"
325
+ },
326
+ textCSS : "font-family:'Open Sans';font-weight:300;color:#34495e;"
327
+ }
328
+ }
329
+ };
330
+ case "black-black":
331
+ return {
332
+ labels : !0,
333
+ style : {
334
+ element : "",
335
+ textResponsive : .5,
336
+ days : {
337
+ gauge : {
338
+ thickness : .25,
339
+ bgColor : "rgba(0,0,0,0.05)",
340
+ fgColor : "#222",
341
+ lineCap : "round"
342
+ },
343
+ textCSS : "font-family:'Open Sans';font-weight:300;color:#34495e;"
344
+ },
345
+ hours : {
346
+ gauge : {
347
+ thickness : .25,
348
+ bgColor : "rgba(0,0,0,0.05)",
349
+ fgColor : "#222",
350
+ lineCap : "round"
351
+ },
352
+ textCSS : "font-family:'Open Sans';font-weight:300;color:#34495e;"
353
+ },
354
+ minutes : {
355
+ gauge : {
356
+ thickness : .25,
357
+ bgColor : "rgba(0,0,0,0.05)",
358
+ fgColor : "#222",
359
+ lineCap : "round"
360
+ },
361
+ textCSS : "font-family:'Open Sans';font-weight:300;color:#34495e;"
362
+ },
363
+ seconds : {
364
+ gauge : {
365
+ thickness : .25,
366
+ bgColor : "rgba(0,0,0,0.05)",
367
+ fgColor : "#222",
368
+ lineCap : "round"
369
+ },
370
+ textCSS : "font-family:'Open Sans';font-weight:300;color:#34495e;"
371
+ }
372
+ }
373
+ };
374
+ case "white":
375
+ return {
376
+ labels : !0,
377
+ style : {
378
+ element : "",
379
+ textResponsive : .5,
380
+ days : {
381
+ gauge : {
382
+ thickness : .03,
383
+ bgColor : "rgba(255,255,255,0.05)",
384
+ fgColor : "#fff"
385
+ },
386
+ textCSS : "font-family:'Open Sans';font-weight:300;color:#fff;"
387
+ },
388
+ hours : {
389
+ gauge : {
390
+ thickness : .03,
391
+ bgColor : "rgba(255,255,255,0.05)",
392
+ fgColor : "#fff"
393
+ },
394
+ textCSS : "font-family:'Open Sans';font-weight:300;color:#fff;"
395
+ },
396
+ minutes : {
397
+ gauge : {
398
+ thickness : .03,
399
+ bgColor : "rgba(255,255,255,0.05)",
400
+ fgColor : "#fff"
401
+ },
402
+ textCSS : "font-family:'Open Sans';font-weight:300;color:#fff;"
403
+ },
404
+ seconds : {
405
+ gauge : {
406
+ thickness : .03,
407
+ bgColor : "rgba(255,255,255,0.05)",
408
+ fgColor : "#fff"
409
+ },
410
+ textCSS : "font-family:'Open Sans';font-weight:300;color:#fff;"
411
+ }
412
+ }
413
+ };
414
+ case "white-wide":
415
+ return {
416
+ labels : !0,
417
+ style : {
418
+ element : "",
419
+ textResponsive : .5,
420
+ days : {
421
+ gauge : {
422
+ thickness : .06,
423
+ bgColor : "rgba(255,255,255,0.05)",
424
+ fgColor : "#fff"
425
+ },
426
+ textCSS : "font-family:'Open Sans';font-weight:300;color:#fff;"
427
+ },
428
+ hours : {
429
+ gauge : {
430
+ thickness : .06,
431
+ bgColor : "rgba(255,255,255,0.05)",
432
+ fgColor : "#fff"
433
+ },
434
+ textCSS : "font-family:'Open Sans';font-weight:300;color:#fff;"
435
+ },
436
+ minutes : {
437
+ gauge : {
438
+ thickness : .06,
439
+ bgColor : "rgba(255,255,255,0.05)",
440
+ fgColor : "#fff"
441
+ },
442
+ textCSS : "font-family:'Open Sans';font-weight:300;color:#fff;"
443
+ },
444
+ seconds : {
445
+ gauge : {
446
+ thickness : .06,
447
+ bgColor : "rgba(255,255,255,0.05)",
448
+ fgColor : "#fff"
449
+ },
450
+ textCSS : "font-family:'Open Sans';font-weight:300;color:#fff;"
451
+ }
452
+ }
453
+ };
454
+ case "white-very-wide":
455
+ return {
456
+ labels : !0,
457
+ style : {
458
+ element : "",
459
+ textResponsive : .5,
460
+ days : {
461
+ gauge : {
462
+ thickness : .16,
463
+ bgColor : "rgba(255,255,255,0.05)",
464
+ fgColor : "#fff"
465
+ },
466
+ textCSS : "font-family:'Open Sans';font-weight:300;color:#fff;"
467
+ },
468
+ hours : {
469
+ gauge : {
470
+ thickness : .16,
471
+ bgColor : "rgba(255,255,255,0.05)",
472
+ fgColor : "#fff"
473
+ },
474
+ textCSS : "font-family:'Open Sans';font-weight:300;color:#fff;"
475
+ },
476
+ minutes : {
477
+ gauge : {
478
+ thickness : .16,
479
+ bgColor : "rgba(255,255,255,0.05)",
480
+ fgColor : "#fff"
481
+ },
482
+ textCSS : "font-family:'Open Sans';font-weight:300;color:#fff;"
483
+ },
484
+ seconds : {
485
+ gauge : {
486
+ thickness : .16,
487
+ bgColor : "rgba(255,255,255,0.05)",
488
+ fgColor : "#fff"
489
+ },
490
+ textCSS : "font-family:'Open Sans';font-weight:300;color:#fff;"
491
+ }
492
+ }
493
+ };
494
+ case "white-black":
495
+ return {
496
+ labels : !0,
497
+ style : {
498
+ element : "",
499
+ textResponsive : .5,
500
+ days : {
501
+ gauge : {
502
+ thickness : .25,
503
+ bgColor : "rgba(255,255,255,0.05)",
504
+ fgColor : "#fff",
505
+ lineCap : "round"
506
+ },
507
+ textCSS : "font-family:'Open Sans';font-weight:300;color:#fff;"
508
+ },
509
+ hours : {
510
+ gauge : {
511
+ thickness : .25,
512
+ bgColor : "rgba(255,255,255,0.05)",
513
+ fgColor : "#fff",
514
+ lineCap : "round"
515
+ },
516
+ textCSS : "font-family:'Open Sans';font-weight:300;color:#fff;"
517
+ },
518
+ minutes : {
519
+ gauge : {
520
+ thickness : .25,
521
+ bgColor : "rgba(255,255,255,0.05)",
522
+ fgColor : "#fff",
523
+ lineCap : "round"
524
+ },
525
+ textCSS : "font-family:'Open Sans';font-weight:300;color:#fff;"
526
+ },
527
+ seconds : {
528
+ gauge : {
529
+ thickness : .25,
530
+ bgColor : "rgba(255,255,255,0.05)",
531
+ fgColor : "#fff",
532
+ lineCap : "round"
533
+ },
534
+ textCSS : "font-family:'Open Sans';font-weight:300;color:#fff;"
535
+ }
536
+ }
537
+ }
538
+ }
539
+ }
540
+ var a = c(this),
541
+ e,
542
+ f,
543
+ g,
544
+ h,
545
+ d,
546
+ n = !1,
547
+ b = {
548
+ end : void 0,
549
+ now : c.now(),
550
+ labels : !0,
551
+ labelsOptions : {
552
+ lang : {
553
+ days : "Days",
554
+ hours : "Hours",
555
+ minutes : "Minutes",
556
+ seconds : "Seconds"
557
+ },
558
+ style : "font-size: 0.5em;"
559
+ },
560
+ style : {
561
+ element : "",
562
+ labels : !1,
563
+ textResponsive : .5,
564
+ days : {
565
+ gauge : {
566
+ thickness : .02,
567
+ bgColor : "rgba(0, 0, 0, 0)",
568
+ fgColor : "rgba(0, 0, 0, 1)",
569
+ lineCap : "butt"
570
+ },
571
+ textCSS : ""
572
+ },
573
+ hours : {
574
+ gauge : {
575
+ thickness : .02,
576
+ bgColor : "rgba(0, 0, 0, 0)",
577
+ fgColor : "rgba(0, 0, 0, 1)",
578
+ lineCap : "butt"
579
+ },
580
+ textCSS : ""
581
+ },
582
+ minutes : {
583
+ gauge : {
584
+ thickness : .02,
585
+ bgColor : "rgba(0, 0, 0, 0)",
586
+ fgColor : "rgba(0, 0, 0, 1)",
587
+ lineCap : "butt"
588
+ },
589
+ textCSS : ""
590
+ },
591
+ seconds : {
592
+ gauge : {
593
+ thickness : .02,
594
+ bgColor : "rgba(0, 0, 0, 0)",
595
+ fgColor : "rgba(0, 0, 0, 1)",
596
+ lineCap : "butt"
597
+ },
598
+ textCSS : ""
599
+ }
600
+ },
601
+ onEndCallback : function () {}
602
+ };
603
+ k.theme && (b = c.extend(!0, b, q(k.theme)));
604
+ b = c.extend(!0, b, k);
605
+ (function () {
606
+ a.append('<div class="ClassyCountdown-wrapper"><div class="ClassyCountdown-days"><input type="text" /><span class="ClassyCountdown-value"><div></div><span></span></span></div><div class="ClassyCountdown-hours"><input type="text" /><span class="ClassyCountdown-value"><div></div><span></span></span></div><div class="ClassyCountdown-minutes"><input type="text" /><span class="ClassyCountdown-value"><div></div><span></span></span></div><div class="ClassyCountdown-seconds"><input type="text" /><span class="ClassyCountdown-value"><div></div><span></span></span></div></div>');
607
+ a.find(".ClassyCountdown-days input").knob(c.extend({
608
+ width : "100%",
609
+ displayInput : !1,
610
+ readOnly : !0,
611
+ max : 365
612
+ }, b.style.days.gauge));
613
+ a.find(".ClassyCountdown-hours input").knob(c.extend({
614
+ width : "100%",
615
+ displayInput : !1,
616
+ readOnly : !0,
617
+ max : 24
618
+ }, b.style.hours.gauge));
619
+ a.find(".ClassyCountdown-minutes input").knob(c.extend({
620
+ width : "100%",
621
+ displayInput : !1,
622
+ readOnly : !0,
623
+ max : 60
624
+ }, b.style.minutes.gauge));
625
+ a.find(".ClassyCountdown-seconds input").knob(c.extend({
626
+ width : "100%",
627
+ displayInput : !1,
628
+ readOnly : !0,
629
+ max : 60
630
+ }, b.style.seconds.gauge));
631
+ a.find(".ClassyCountdown-wrapper > div").attr("style", b.style.element);
632
+ a.find(".ClassyCountdown-days .ClassyCountdown-value").attr("style", b.style.days.textCSS);
633
+ a.find(".ClassyCountdown-hours .ClassyCountdown-value").attr("style", b.style.hours.textCSS);
634
+ a.find(".ClassyCountdown-minutes .ClassyCountdown-value").attr("style", b.style.minutes.textCSS);
635
+ a.find(".ClassyCountdown-seconds .ClassyCountdown-value").attr("style", b.style.seconds.textCSS);
636
+ a.find(".ClassyCountdown-value").each(function () {
637
+ c(this).css("margin-top", Math.floor(0 - parseInt(c(this).height()) / 2) + "px")
638
+ });
639
+ b.labels && (a.find(".ClassyCountdown-days .ClassyCountdown-value > span").html(b.labelsOptions.lang.days), a.find(".ClassyCountdown-hours .ClassyCountdown-value > span").html(b.labelsOptions.lang.hours), a.find(".ClassyCountdown-minutes .ClassyCountdown-value > span").html(b.labelsOptions.lang.minutes), a.find(".ClassyCountdown-seconds .ClassyCountdown-value > span").html(b.labelsOptions.lang.seconds), a.find(".ClassyCountdown-value > span").attr("style", b.labelsOptions.style));
640
+ d = b.end - b.now;
641
+ l()
642
+ })();
643
+ m();
644
+ setInterval(m, 1E3);
645
+ (function () {
646
+ a.find(".ClassyCountdown-wrapper > div").each(function () {
647
+ c(this).css("height", c(this).width() + "px")
648
+ });
649
+ b.style.textResponsive && (a.find(".ClassyCountdown-value").css("font-size", Math.floor(a.find("> div").eq(0).width() * b.style.textResponsive / 10) + "px"), a.find(".ClassyCountdown-value").each(function () {
650
+ c(this).css("margin-top", Math.floor(0 - parseInt(c(this).height()) / 2) + "px")
651
+ }));
652
+ c(window).trigger("resize");
653
+ c(window).resize(c.throttle(50, p))
654
+ })()
655
+ }
656
+ })(jQuery);
assets/jquery-countdown/jquery.knob.js ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * Downward compatible, touchable dial
3
+ *
4
+ * Version: 1.2.11
5
+ * Requires: jQuery v1.7+
6
+ *
7
+ * Copyright (c) 2012 Anthony Terrien
8
+ * Under MIT License (http://www.opensource.org/licenses/mit-license.php)
9
+ *
10
+ * Thanks to vor, eskimoblood, spiffistan, FabrizioC
11
+ */
12
+ (function(e){if(typeof exports==="object"){module.exports=e(require("jquery"))}else if(typeof define==="function"&&define.amd){define(["jquery"],e)}else{e(jQuery)}})(function(e){"use strict";var t={},n=Math.max,r=Math.min;t.c={};t.c.d=e(document);t.c.t=function(e){return e.originalEvent.touches.length-1};t.o=function(){var n=this;this.o=null;this.$=null;this.i=null;this.g=null;this.v=null;this.cv=null;this.x=0;this.y=0;this.w=0;this.h=0;this.$c=null;this.c=null;this.t=0;this.isInit=false;this.fgColor=null;this.pColor=null;this.dH=null;this.cH=null;this.eH=null;this.rH=null;this.scale=1;this.relative=false;this.relativeWidth=false;this.relativeHeight=false;this.$div=null;this.run=function(){var t=function(e,t){var r;for(r in t){n.o[r]=t[r]}n._carve().init();n._configure()._draw()};if(this.$.data("kontroled"))return;this.$.data("kontroled",true);this.extend();this.o=e.extend({min:this.$.data("min")!==undefined?this.$.data("min"):0,max:this.$.data("max")!==undefined?this.$.data("max"):100,stopper:true,readOnly:this.$.data("readonly")||this.$.attr("readonly")==="readonly",cursor:this.$.data("cursor")===true&&30||this.$.data("cursor")||0,thickness:this.$.data("thickness")&&Math.max(Math.min(this.$.data("thickness"),1),.01)||.35,lineCap:this.$.data("linecap")||"butt",width:this.$.data("width")||200,height:this.$.data("height")||200,displayInput:this.$.data("displayinput")==null||this.$.data("displayinput"),displayPrevious:this.$.data("displayprevious"),fgColor:this.$.data("fgcolor")||"#87CEEB",inputColor:this.$.data("inputcolor"),font:this.$.data("font")||"Arial",fontWeight:this.$.data("font-weight")||"bold",inline:false,step:this.$.data("step")||1,rotation:this.$.data("rotation"),draw:null,change:null,cancel:null,release:null,format:function(e){return e},parse:function(e){return parseFloat(e)}},this.o);this.o.flip=this.o.rotation==="anticlockwise"||this.o.rotation==="acw";if(!this.o.inputColor){this.o.inputColor=this.o.fgColor}if(this.$.is("fieldset")){this.v={};this.i=this.$.find("input");this.i.each(function(t){var r=e(this);n.i[t]=r;n.v[t]=n.o.parse(r.val());r.bind("change blur",function(){var e={};e[t]=r.val();n.val(n._validate(e))})});this.$.find("legend").remove()}else{this.i=this.$;this.v=this.o.parse(this.$.val());this.v===""&&(this.v=this.o.min);this.$.bind("change blur",function(){n.val(n._validate(n.o.parse(n.$.val())))})}!this.o.displayInput&&this.$.hide();this.$c=e(document.createElement("canvas")).attr({width:this.o.width,height:this.o.height});this.$div=e('<div style="'+(this.o.inline?"display:inline;":"")+"width:"+this.o.width+"px;height:"+this.o.height+"px;"+'"></div>');this.$.wrap(this.$div).before(this.$c);this.$div=this.$.parent();if(typeof G_vmlCanvasManager!=="undefined"){G_vmlCanvasManager.initElement(this.$c[0])}this.c=this.$c[0].getContext?this.$c[0].getContext("2d"):null;if(!this.c){throw{name:"CanvasNotSupportedException",message:"Canvas not supported. Please use excanvas on IE8.0.",toString:function(){return this.name+": "+this.message}}}this.scale=(window.devicePixelRatio||1)/(this.c.webkitBackingStorePixelRatio||this.c.mozBackingStorePixelRatio||this.c.msBackingStorePixelRatio||this.c.oBackingStorePixelRatio||this.c.backingStorePixelRatio||1);this.relativeWidth=this.o.width%1!==0&&this.o.width.indexOf("%");this.relativeHeight=this.o.height%1!==0&&this.o.height.indexOf("%");this.relative=this.relativeWidth||this.relativeHeight;this._carve();if(this.v instanceof Object){this.cv={};this.copy(this.v,this.cv)}else{this.cv=this.v}this.$.bind("configure",t).parent().bind("configure",t);this._listen()._configure()._xy().init();this.isInit=true;this.$.val(this.o.format(this.v));this._draw();return this};this._carve=function(){if(this.relative){var e=this.relativeWidth?this.$div.parent().width()*parseInt(this.o.width)/100:this.$div.parent().width(),t=this.relativeHeight?this.$div.parent().height()*parseInt(this.o.height)/100:this.$div.parent().height();this.w=this.h=Math.min(e,t)}else{this.w=this.o.width;this.h=this.o.height}this.$div.css({width:this.w+"px",height:this.h+"px"});this.$c.attr({width:this.w,height:this.h});if(this.scale!==1){this.$c[0].width=this.$c[0].width*this.scale;this.$c[0].height=this.$c[0].height*this.scale;this.$c.width(this.w);this.$c.height(this.h)}return this};this._draw=function(){var e=true;n.g=n.c;n.clear();n.dH&&(e=n.dH());e!==false&&n.draw()};this._touch=function(e){var r=function(e){var t=n.xy2val(e.originalEvent.touches[n.t].pageX,e.originalEvent.touches[n.t].pageY);if(t==n.cv)return;if(n.cH&&n.cH(t)===false)return;n.change(n._validate(t));n._draw()};this.t=t.c.t(e);r(e);t.c.d.bind("touchmove.k",r).bind("touchend.k",function(){t.c.d.unbind("touchmove.k touchend.k");n.val(n.cv)});return this};this._mouse=function(e){var r=function(e){var t=n.xy2val(e.pageX,e.pageY);if(t==n.cv)return;if(n.cH&&n.cH(t)===false)return;n.change(n._validate(t));n._draw()};r(e);t.c.d.bind("mousemove.k",r).bind("keyup.k",function(e){if(e.keyCode===27){t.c.d.unbind("mouseup.k mousemove.k keyup.k");if(n.eH&&n.eH()===false)return;n.cancel()}}).bind("mouseup.k",function(e){t.c.d.unbind("mousemove.k mouseup.k keyup.k");n.val(n.cv)});return this};this._xy=function(){var e=this.$c.offset();this.x=e.left;this.y=e.top;return this};this._listen=function(){if(!this.o.readOnly){this.$c.bind("mousedown",function(e){e.preventDefault();n._xy()._mouse(e)}).bind("touchstart",function(e){e.preventDefault();n._xy()._touch(e)});this.listen()}else{this.$.attr("readonly","readonly")}if(this.relative){e(window).resize(e.debounce(50,function(){n._carve().init();n._draw()}))}return this};this._configure=function(){if(this.o.draw)this.dH=this.o.draw;if(this.o.change)this.cH=this.o.change;if(this.o.cancel)this.eH=this.o.cancel;if(this.o.release)this.rH=this.o.release;if(this.o.displayPrevious){this.pColor=this.h2rgba(this.o.fgColor,"0.4");this.fgColor=this.h2rgba(this.o.fgColor,"0.6")}else{this.fgColor=this.o.fgColor}return this};this._clear=function(){this.$c[0].width=this.$c[0].width};this._validate=function(e){var t=~~((e<0?-.5:.5)+e/this.o.step)*this.o.step;return Math.round(t*100)/100};this.listen=function(){};this.extend=function(){};this.init=function(){};this.change=function(e){};this.val=function(e){};this.xy2val=function(e,t){};this.draw=function(){};this.clear=function(){this._clear()};this.h2rgba=function(e,t){var n;e=e.substring(1,7);n=[parseInt(e.substring(0,2),16),parseInt(e.substring(2,4),16),parseInt(e.substring(4,6),16)];return"rgba("+n[0]+","+n[1]+","+n[2]+","+t+")"};this.copy=function(e,t){for(var n in e){t[n]=e[n]}}};t.Dial=function(){t.o.call(this);this.startAngle=null;this.xy=null;this.radius=null;this.lineWidth=null;this.cursorExt=null;this.w2=null;this.PI2=2*Math.PI;this.extend=function(){this.o=e.extend({bgColor:this.$.data("bgcolor")||"#EEEEEE",angleOffset:this.$.data("angleoffset")||0,angleArc:this.$.data("anglearc")||360,inline:true},this.o)};this.val=function(e,t){if(null!=e){e=this.o.parse(e);if(t!==false&&e!=this.v&&this.rH&&this.rH(e)===false){return}this.cv=this.o.stopper?n(r(e,this.o.max),this.o.min):e;this.v=this.cv;this.$.val(this.o.format(this.v));this._draw()}else{return this.v}};this.xy2val=function(e,t){var i,s;i=Math.atan2(e-(this.x+this.w2),-(t-this.y-this.w2))-this.angleOffset;if(this.o.flip){i=this.angleArc-i-this.PI2}if(this.angleArc!=this.PI2&&i<0&&i>-.5){i=0}else if(i<0){i+=this.PI2}s=i*(this.o.max-this.o.min)/this.angleArc+this.o.min;this.o.stopper&&(s=n(r(s,this.o.max),this.o.min));return s};this.listen=function(){var t=this,i,s,o=function(e){e.preventDefault();var o=e.originalEvent,u=o.detail||o.wheelDeltaX,a=o.detail||o.wheelDeltaY,f=t._validate(t.o.parse(t.$.val()))+(u>0||a>0?t.o.step:u<0||a<0?-t.o.step:0);f=n(r(f,t.o.max),t.o.min);t.val(f,false);if(t.rH){clearTimeout(i);i=setTimeout(function(){t.rH(f);i=null},100);if(!s){s=setTimeout(function(){if(i)t.rH(f);s=null},200)}}},u,a,f=1,l={37:-t.o.step,38:t.o.step,39:t.o.step,40:-t.o.step};this.$.bind("keydown",function(i){var s=i.keyCode;if(s>=96&&s<=105){s=i.keyCode=s-48}u=parseInt(String.fromCharCode(s));if(isNaN(u)){s!==13&&s!==8&&s!==9&&s!==189&&(s!==190||t.$.val().match(/\./))&&i.preventDefault();if(e.inArray(s,[37,38,39,40])>-1){i.preventDefault();var o=t.o.parse(t.$.val())+l[s]*f;t.o.stopper&&(o=n(r(o,t.o.max),t.o.min));t.change(t._validate(o));t._draw();a=window.setTimeout(function(){f*=2},30)}}}).bind("keyup",function(e){if(isNaN(u)){if(a){window.clearTimeout(a);a=null;f=1;t.val(t.$.val())}}else{t.$.val()>t.o.max&&t.$.val(t.o.max)||t.$.val()<t.o.min&&t.$.val(t.o.min)}});this.$c.bind("mousewheel DOMMouseScroll",o);this.$.bind("mousewheel DOMMouseScroll",o)};this.init=function(){if(this.v<this.o.min||this.v>this.o.max){this.v=this.o.min}this.$.val(this.v);this.w2=this.w/2;this.cursorExt=this.o.cursor/100;this.xy=this.w2*this.scale;this.lineWidth=this.xy*this.o.thickness;this.lineCap=this.o.lineCap;this.radius=this.xy-this.lineWidth/2;this.o.angleOffset&&(this.o.angleOffset=isNaN(this.o.angleOffset)?0:this.o.angleOffset);this.o.angleArc&&(this.o.angleArc=isNaN(this.o.angleArc)?this.PI2:this.o.angleArc);this.angleOffset=this.o.angleOffset*Math.PI/180;this.angleArc=this.o.angleArc*Math.PI/180;this.startAngle=1.5*Math.PI+this.angleOffset;this.endAngle=1.5*Math.PI+this.angleOffset+this.angleArc;var e=n(String(Math.abs(this.o.max)).length,String(Math.abs(this.o.min)).length,2)+2;this.o.displayInput&&this.i.css({width:(this.w/2+4>>0)+"px",height:(this.w/3>>0)+"px",position:"absolute","vertical-align":"middle","margin-top":(this.w/3>>0)+"px","margin-left":"-"+(this.w*3/4+2>>0)+"px",border:0,background:"none",font:this.o.fontWeight+" "+(this.w/e>>0)+"px "+this.o.font,"text-align":"center",color:this.o.inputColor||this.o.fgColor,padding:"0px","-webkit-appearance":"none"})||this.i.css({width:"0px",visibility:"hidden"})};this.change=function(e){this.cv=e;this.$.val(this.o.format(e))};this.angle=function(e){return(e-this.o.min)*this.angleArc/(this.o.max-this.o.min)};this.arc=function(e){var t,n;e=this.angle(e);if(this.o.flip){t=this.endAngle+1e-5;n=t-e-1e-5}else{t=this.startAngle-1e-5;n=t+e+1e-5}this.o.cursor&&(t=n-this.cursorExt)&&(n=n+this.cursorExt);return{s:t,e:n,d:this.o.flip&&!this.o.cursor}};this.draw=function(){var e=this.g,t=this.arc(this.cv),n,r=1;e.lineWidth=this.lineWidth;e.lineCap=this.lineCap;if(this.o.bgColor!=="none"){e.beginPath();e.strokeStyle=this.o.bgColor;e.arc(this.xy,this.xy,this.radius,this.endAngle-1e-5,this.startAngle+1e-5,true);e.stroke()}if(this.o.displayPrevious){n=this.arc(this.v);e.beginPath();e.strokeStyle=this.pColor;e.arc(this.xy,this.xy,this.radius,n.s,n.e,n.d);e.stroke();r=this.cv==this.v}e.beginPath();e.strokeStyle=r?this.o.fgColor:this.fgColor;e.arc(this.xy,this.xy,this.radius,t.s,t.e,t.d);e.stroke()};this.cancel=function(){this.val(this.v)}};e.fn.dial=e.fn.knob=function(n){return this.each(function(){var r=new t.Dial;r.o=n;r.$=e(this);r.run()}).parent()}})
assets/jquery-countdown/jquery.throttle.js ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
1
+ /*
2
+ * jQuery throttle / debounce - v1.1 - 3/7/2010
3
+ * http://benalman.com/projects/jquery-throttle-debounce-plugin/
4
+ *
5
+ * Copyright (c) 2010 "Cowboy" Ben Alman
6
+ * Dual licensed under the MIT and GPL licenses.
7
+ * http://benalman.com/about/license/
8
+ */
9
+ (function(b,c){var $=b.jQuery||b.Cowboy||(b.Cowboy={}),a;$.throttle=a=function(e,f,j,i){var h,d=0;if(typeof f!=="boolean"){i=j;j=f;f=c}function g(){var o=this,m=+new Date()-d,n=arguments;function l(){d=+new Date();j.apply(o,n)}function k(){h=c}if(i&&!h){l()}h&&clearTimeout(h);if(i===c&&m>e){l()}else{if(f!==true){h=setTimeout(i?k:l,i===c?e-m:e)}}}if($.guid){g.guid=j.guid=j.guid||$.guid++}return g};$.debounce=function(d,e,f){return f===c?a(d,e,false):a(d,f,e!==false)}})(this);
assets/js/admin.js CHANGED
@@ -338,7 +338,73 @@ $(document).on("click",'.magee-shortcodes-preview',function(e){
338
  e.preventDefault();
339
  }
340
  });
341
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
342
  //dailymotion
343
  if($("#magee-sc-form-preview").contents().find(".magee-dailymotion").length>0){
344
  dail = $("#magee-sc-form-preview").contents().find(".magee-dailymotion");
@@ -369,14 +435,16 @@ $(document).on("click",'.magee-shortcodes-preview',function(e){
369
  if($("#magee-sc-form-preview").contents().find(".magee-expand").length>0){
370
  expand = $("#magee-sc-form-preview").contents().find(".magee-expand");
371
  less_icon = expand.data("less-icon");
 
372
  more_icon = expand.data("more-icon");
 
373
  if(less_icon.indexOf("fa-")>=0){
374
- var more = '<i class="fa '+less_icon+'"></i> '+ expand.data('less-text');
375
  }else{
376
  var more = '<img src="'+less_icon+'" class="image-instead"/>'+ expand.data('less-text');
377
  }
378
  if(more_icon.indexOf("fa-")>=0){
379
- var less = '<i class="fa '+ more_icon +'"></i> '+ expand.data('more-text');
380
  }else{
381
  var less = '<img src="'+ more_icon +'" class="image-instead"/>'+ expand.data('more-text');
382
  }
@@ -421,26 +489,17 @@ $(document).on("click",'.magee-shortcodes-preview',function(e){
421
  }
422
 
423
  //modal
424
- if($("#magee-sc-form-preview").contents().find(".magee-modal-span").length>0){
425
- $("#magee-sc-form-preview").contents().find(".magee-modal-span").on("click",function(){
426
- $("#magee-sc-form-preview").contents().find(".magee-modal").addClass("in");
427
- $("#magee-sc-form-preview").contents().find(".magee-modal").attr("aria-hidden","false");
428
- $("#magee-sc-form-preview").contents().find(".magee-modal").css("display","block");
429
- $("#magee-sc-form-preview").contents().find(".magee-modal").css("padding-right","17px");
430
- });
431
- $("#magee-sc-form-preview").contents().find(".magee-modal .btn-normal").on("click",function(){
432
- $("#magee-sc-form-preview").contents().find(".magee-modal").removeClass("in");
433
- $("#magee-sc-form-preview").contents().find(".magee-modal").attr("aria-hidden","true");
434
- $("#magee-sc-form-preview").contents().find(".magee-modal").css("display","none");
435
- $("#magee-sc-form-preview").contents().find(".magee-modal").css("padding-right","");
436
- });
437
- $("#magee-sc-form-preview").contents().find(".magee-modal .close").on("click",function(){
438
- $("#magee-sc-form-preview").contents().find(".magee-modal").removeClass("in");
439
- $("#magee-sc-form-preview").contents().find(".magee-modal").attr("aria-hidden","true");
440
- $("#magee-sc-form-preview").contents().find(".magee-modal").css("display","none");
441
- $("#magee-sc-form-preview").contents().find(".magee-modal").css("padding-right","");
442
- });
443
- }
444
 
445
  //promo box
446
  if($("#magee-sc-form-preview").contents().find(".magee-promo-box").length>0){
338
  e.preventDefault();
339
  }
340
  });
341
+ //counter
342
+ if($("#magee-sc-form-preview").contents().find(".magee-counter-box .counter-num").length>0){
343
+ $("#magee-sc-form-preview").contents().find('.magee-counter-box .counter-num').counterUp({
344
+ delay: 10,
345
+ time: 1000
346
+ });
347
+ }
348
+ //countdowns
349
+ if(jQuery("#magee-sc-form-preview").contents().find(".magee-countdown-circle-type").length>0 ){
350
+
351
+ obj =jQuery("#magee-sc-form-preview").contents().find(".magee-countdown-circle-type");
352
+ jQuery("#magee-sc-form-preview").contents().find('head').append('<link rel="stylesheet" id="wpd_google_fonts" href="'+obj.data('google_url')+'"/>');
353
+ obj.ClassyCountdown({
354
+ end: obj.data('endtime'),
355
+ now: obj.data('nowtime'),
356
+ labels: true,
357
+ labelsOptions: {
358
+ lang: {
359
+ days: obj.data('day_field_text'),
360
+ hours: obj.data('hours_field_text'),
361
+ minutes: obj.data('minutes_field_text'),
362
+ seconds: obj.data('seconds_field_text')
363
+ },
364
+ },
365
+ style: {
366
+ element: '',
367
+ textResponsive: .5,
368
+ days: {
369
+ gauge: {
370
+ thickness: .03,
371
+ bgColor: "rgba(255,255,255,0.05)",
372
+ fgColor: obj.data('circle_type_day_color')
373
+ },
374
+ textCSS: 'font-family:'+obj.data('google_fonts')+';font-weight:300; color:'+obj.data('fontcolor')+';'
375
+ },
376
+ hours: {
377
+ gauge: {
378
+ thickness: .03,
379
+ bgColor: "rgba(255,255,255,0.05)",
380
+ fgColor: obj.data('circle_type_hours_color')
381
+ },
382
+ textCSS: 'font-family:'+obj.data('google_fonts')+';font-weight:300; color:'+obj.data('fontcolor')+';'
383
+ },
384
+ minutes: {
385
+ gauge: {
386
+ thickness: .03,
387
+ bgColor: "rgba(255,255,255,0.05)",
388
+ fgColor: obj.data('circle_type_minutes_color')
389
+ },
390
+ textCSS: 'font-family:'+obj.data('google_fonts')+';font-weight:300; color:'+obj.data('fontcolor')+';'
391
+ },
392
+ seconds: {
393
+ gauge: {
394
+ thickness: .03,
395
+ bgColor: "rgba(255,255,255,0.05)",
396
+ fgColor: obj.data('circle_type_seconds_color')
397
+ },
398
+ textCSS: 'font-family:'+obj.data('google_fonts')+';font-weight:300; color:'+obj.data('fontcolor')+';'
399
+ }
400
+
401
+ },
402
+ onEndCallback: function() {
403
+ obj.remove();
404
+ }
405
+ });
406
+
407
+ }
408
  //dailymotion
409
  if($("#magee-sc-form-preview").contents().find(".magee-dailymotion").length>0){
410
  dail = $("#magee-sc-form-preview").contents().find(".magee-dailymotion");
435
  if($("#magee-sc-form-preview").contents().find(".magee-expand").length>0){
436
  expand = $("#magee-sc-form-preview").contents().find(".magee-expand");
437
  less_icon = expand.data("less-icon");
438
+ less_icon_color = expand.data("less-icon-color");
439
  more_icon = expand.data("more-icon");
440
+ more_icon_color = expand.data("more-icon-color");
441
  if(less_icon.indexOf("fa-")>=0){
442
+ var more = '<i class="fa '+less_icon+'" style="color:'+less_icon_color+';"></i> '+ expand.data('less-text');
443
  }else{
444
  var more = '<img src="'+less_icon+'" class="image-instead"/>'+ expand.data('less-text');
445
  }
446
  if(more_icon.indexOf("fa-")>=0){
447
+ var less = '<i class="fa '+ more_icon +'" style="color:'+more_icon_color+';"></i> '+ expand.data('more-text');
448
  }else{
449
  var less = '<img src="'+ more_icon +'" class="image-instead"/>'+ expand.data('more-text');
450
  }
489
  }
490
 
491
  //modal
492
+ if($("#magee-sc-form-preview").contents().find(".magee-modal-trigger").length>0){
493
+
494
+ obj = $("#magee-sc-form-preview").contents().find(".magee-modal-trigger");
495
+ obj.mgmodal({
496
+ title: obj.data('title'),
497
+ message : obj.data('content'),
498
+ close_icon:obj.data('close_icon'),
499
+ type:obj.data('effect'),
500
+ id:obj.data('id')
501
+ });
502
+ }
 
 
 
 
 
 
 
 
 
503
 
504
  //promo box
505
  if($("#magee-sc-form-preview").contents().find(".magee-promo-box").length>0){
assets/js/magee-modal.js ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ (function($){
2
+
3
+ $.fn.mgmodal = function(options){
4
+ var options = $.extend({
5
+ title: '',
6
+ message: '',
7
+ close_icon : '',
8
+ type : 'effect-1',
9
+ id : ''
10
+ }, options);
11
+ return this.each(function(){
12
+ var obj = $(this);
13
+ if(options.type === '') options.type = 'effect-1';
14
+ if(options.close_icon === '')options.close_icon = 'yes';
15
+ obj.wrap('<div class="ms-modal-wrapper"></div>');
16
+ obj.after('<div class="magee-modal-wrapper" id="'+options.id+'"></div>');
17
+ var container = obj.parent('.ms-modal-wrapper').find('.magee-modal-wrapper');
18
+ container.append('<div class="magee-modal magee-modal-'+options.type+'"></div><div class="magee-modal-overlay"></div>');
19
+ var magee_modal = container.find('.magee-modal');
20
+ magee_modal.append('<div class="magee-modal-content-wrapper"><div class="magee-modal-title-wrapper"></div><div class="magee-modal-content"></div></div>');
21
+ var magee_modal_title = container.find('.magee-modal-title-wrapper');
22
+ if(options.close_icon === 'yes'){
23
+ magee_modal_title.append('<h3>'+ options.title +'<a href="javascript:void(0);" class="magee-modal-close"><i class="fa fa-remove"></i></a></h3>');
24
+ }else{
25
+ magee_modal_title.append('<h3>'+ options.title +'</h3>');
26
+ }
27
+ var magee_modal_content = container.find('.magee-modal-content');
28
+ magee_modal_content.append(options.message);
29
+ var modal_close_icon = container.find('a.magee-modal-close');
30
+ modal_close_icon.on('click',function(e){
31
+ e.preventDefault();
32
+ magee_modal.removeClass('magee-modal-show');
33
+ });
34
+ var magee_modal_overlay = container.find(".magee-modal-overlay");
35
+ magee_modal_overlay.on('click',function(){
36
+ magee_modal.removeClass('magee-modal-show');
37
+ });
38
+ obj.on('click',function(){
39
+ magee_modal.addClass('magee-modal-show');
40
+
41
+ });
42
+ });
43
+
44
+ };
45
+
46
+ })(jQuery);
assets/js/magee-shortcodes.js CHANGED
@@ -381,7 +381,65 @@ jQuery(document).ready(function($) {
381
 
382
 
383
  });
384
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
385
  //dailymotion
386
  jQuery('.magee-dailymotion').each(function(){
387
  dail = jQuery(this);
@@ -412,14 +470,16 @@ jQuery(document).ready(function($) {
412
  jQuery('.magee-expand').each(function(){
413
  expand = jQuery(this);
414
  less_icon = expand.data("less-icon");
 
415
  more_icon = expand.data("more-icon");
 
416
  if(less_icon.indexOf("fa-")>=0){
417
- var more = '<i class="fa '+less_icon+'"></i> '+ expand.data('less-text');
418
  }else{
419
  var more = '<img src="'+less_icon+'" class="image-instead"/>'+ expand.data('less-text');
420
  }
421
  if(more_icon.indexOf("fa-")>=0){
422
- var less = '<i class="fa '+ more_icon +'"></i> '+ expand.data('more-text');
423
  }else{
424
  var less = '<img src="'+ more_icon +'" class="image-instead"/>'+ expand.data('more-text');
425
  }
@@ -455,7 +515,17 @@ jQuery(document).ready(function($) {
455
  orientation: jQuery(this).data("orientation")
456
  });
457
  });
458
-
 
 
 
 
 
 
 
 
 
 
459
  //piechart
460
  jQuery(".magee-chart-box").each(function(){
461
  piechart = jQuery(this);
381
 
382
 
383
  });
384
+ //countdowns
385
+ jQuery('.magee-countdown-circle-type').each(function() {
386
+ obj =jQuery(this);
387
+
388
+ obj.ClassyCountdown({
389
+ end: obj.data('endtime'),
390
+ now: obj.data('nowtime'),
391
+ labels: true,
392
+ labelsOptions: {
393
+ lang: {
394
+ days: obj.data('day_field_text'),
395
+ hours: obj.data('hours_field_text'),
396
+ minutes: obj.data('minutes_field_text'),
397
+ seconds: obj.data('seconds_field_text')
398
+ },
399
+ },
400
+ style: {
401
+ element: '',
402
+ textResponsive: .5,
403
+ days: {
404
+ gauge: {
405
+ thickness: .03,
406
+ bgColor: "rgba(255,255,255,0.05)",
407
+ fgColor: obj.data('circle_type_day_color')
408
+ },
409
+ textCSS: 'font-family:'+obj.data('google_fonts')+';font-weight:300; color:'+obj.data('fontcolor')+';'
410
+ },
411
+ hours: {
412
+ gauge: {
413
+ thickness: .03,
414
+ bgColor: "rgba(255,255,255,0.05)",
415
+ fgColor: obj.data('circle_type_hours_color')
416
+ },
417
+ textCSS: 'font-family:'+obj.data('google_fonts')+';font-weight:300; color:'+obj.data('fontcolor')+';'
418
+ },
419
+ minutes: {
420
+ gauge: {
421
+ thickness: .03,
422
+ bgColor: "rgba(255,255,255,0.05)",
423
+ fgColor: obj.data('circle_type_minutes_color')
424
+ },
425
+ textCSS: 'font-family:'+obj.data('google_fonts')+';font-weight:300; color:'+obj.data('fontcolor')+';'
426
+ },
427
+ seconds: {
428
+ gauge: {
429
+ thickness: .03,
430
+ bgColor: "rgba(255,255,255,0.05)",
431
+ fgColor: obj.data('circle_type_seconds_color')
432
+ },
433
+ textCSS: 'font-family:'+obj.data('google_fonts')+';font-weight:300; color:'+obj.data('fontcolor')+';'
434
+ }
435
+
436
+ },
437
+ onEndCallback: function() {
438
+ obj.remove();
439
+ }
440
+ });
441
+
442
+ });
443
  //dailymotion
444
  jQuery('.magee-dailymotion').each(function(){
445
  dail = jQuery(this);
470
  jQuery('.magee-expand').each(function(){
471
  expand = jQuery(this);
472
  less_icon = expand.data("less-icon");
473
+ less_icon_color = expand.data("less-icon-color");
474
  more_icon = expand.data("more-icon");
475
+ more_icon_color = expand.data("more-icon-color");
476
  if(less_icon.indexOf("fa-")>=0){
477
+ var more = '<i class="fa '+less_icon+'" style="color:'+less_icon_color+';"></i> '+ expand.data('less-text');
478
  }else{
479
  var more = '<img src="'+less_icon+'" class="image-instead"/>'+ expand.data('less-text');
480
  }
481
  if(more_icon.indexOf("fa-")>=0){
482
+ var less = '<i class="fa '+ more_icon +'" style="color:'+more_icon_color+';"></i> '+ expand.data('more-text');
483
  }else{
484
  var less = '<img src="'+ more_icon +'" class="image-instead"/>'+ expand.data('more-text');
485
  }
515
  orientation: jQuery(this).data("orientation")
516
  });
517
  });
518
+ //modal
519
+ jQuery(".magee-modal-trigger").each(function() {
520
+ obj = jQuery(this);
521
+ obj.mgmodal({
522
+ title: obj.data('title'),
523
+ message : obj.data('content'),
524
+ close_icon:obj.data('close_icon'),
525
+ type:obj.data('effect'),
526
+ id:obj.data('id')
527
+ });
528
+ });
529
  //piechart
530
  jQuery(".magee-chart-box").each(function(){
531
  piechart = jQuery(this);
inc/core.php CHANGED
@@ -12,7 +12,7 @@ class Magee_Core{
12
 
13
  public function __construct( $args = array() ) {
14
  global $magee_shortcodes,$magee_sliders ;
15
-
16
  add_action( 'plugins_loaded', array( $this, 'init' ) );
17
  //add a button to the content editor, next to the media button
18
  //this button will show a popup that contains inline content
@@ -80,6 +80,8 @@ function frontend_scripts() {
80
  wp_enqueue_style('bootstrap', plugins_url( 'assets/bootstrap/css/bootstrap.min.css',MAGEE_SHORTCODES_PATH ), '', '3.3.4', false );
81
  wp_enqueue_style('prettyPhoto', plugins_url( 'assets/css/prettyPhoto.css',MAGEE_SHORTCODES_PATH ), '', '', false );
82
 
 
 
83
  wp_enqueue_style('twentytwenty', plugins_url( 'assets/css/twentytwenty.css',MAGEE_SHORTCODES_PATH ), '', '', false );
84
  wp_enqueue_style('audioplayer', plugins_url( 'assets/css/audioplayer.css',MAGEE_SHORTCODES_PATH ), '', '', false );
85
  wp_enqueue_style('weather-icons', plugins_url( 'assets/weathericons/css/weather-icons.min.css',MAGEE_SHORTCODES_PATH ), '', '', false );
@@ -91,6 +93,10 @@ function frontend_scripts() {
91
  wp_enqueue_script( 'easy-pie-chart', plugins_url( 'assets/jquery-easy-pie-chart/jquery.easypiechart.min.js',MAGEE_SHORTCODES_PATH ), array( 'jquery'), '2.1.7', false );
92
  wp_enqueue_script( 'jquery.prettyPhoto', plugins_url( 'assets/js/jquery.prettyPhoto.js',MAGEE_SHORTCODES_PATH ), array( 'jquery'), '3.1.6', false );
93
 
 
 
 
 
94
  wp_enqueue_script( 'jquery.event.move', plugins_url( 'assets/js/jquery.event.move.js',MAGEE_SHORTCODES_PATH ), array( 'jquery'), '1.3.6', false );
95
  wp_enqueue_script( 'jquery.twentytwenty', plugins_url( 'assets/js/jquery.twentytwenty.js',MAGEE_SHORTCODES_PATH ), array( 'jquery'), '', false );
96
  wp_enqueue_script( 'jquery-audioplayer', plugins_url( 'assets/js/audioplayer.js',MAGEE_SHORTCODES_PATH ), array( 'jquery'), '', false );
@@ -98,6 +104,7 @@ function frontend_scripts() {
98
  wp_enqueue_script( 'moment', plugins_url( 'assets/js/moment.js',MAGEE_SHORTCODES_PATH ), array( 'jquery'),'2.12.0', false );
99
 
100
  wp_enqueue_script( 'magee-main', plugins_url( 'assets/js/magee-shortcodes.js',MAGEE_SHORTCODES_PATH ), array( 'jquery'),MAGEE_SHORTCODES_VER, true );
 
101
  //wp_enqueue_script( 'magee-main', plugins_url( 'assets/js/main.js',MAGEE_SHORTCODES_PATH ), array( 'jquery'),MAGEE_SHORTCODES_VER, true );
102
 
103
  }
@@ -207,7 +214,42 @@ function init_shortcodes() {
207
  return strtr( $content, $replace_tags_from_to );
208
  }
209
 
 
 
 
 
 
 
 
 
 
 
 
 
 
210
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
211
 
212
  public static function unrecognize_shortcodes($content){
213
  $pre = "/<pre(.*?)>(.*?)<\/pre>/";
@@ -509,6 +551,29 @@ function get_sidebars() {
509
  $this->append_output( $output );
510
 
511
  break;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
512
 
513
  case 'multiple_select' :
514
 
@@ -1133,14 +1198,15 @@ function say($all){
1133
  die();
1134
  }
1135
  function js(){
1136
- $script = "<link rel='stylesheet' id='font-awesome-css' href=".plugins_url( 'assets/font-awesome/css/font-awesome.css',MAGEE_SHORTCODES_PATH )." type='text/css' media='' />";
1137
- $script .= "<link rel='stylesheet' id='bootstrap-css' href=".plugins_url( 'assets/bootstrap/css/bootstrap.min.css',MAGEE_SHORTCODES_PATH )." type='text/css' media='' />";
1138
- $script .= "<link rel='stylesheet' id='prettyPhoto-css' href=".plugins_url( 'assets/css/prettyPhoto.css',MAGEE_SHORTCODES_PATH )." type='text/css' media='' />";
1139
- $script .= "<link rel='stylesheet' id='twentytwenty-css' href=".plugins_url( 'assets/css/twentytwenty.css',MAGEE_SHORTCODES_PATH )." type='text/css' media='' />";
1140
- $script .= "<link rel='stylesheet' id='animate-css' href=".plugins_url( 'assets/css/animate.css',MAGEE_SHORTCODES_PATH )." type='text/css' media='' />";
1141
- $script .= "<link rel='stylesheet' id='magee-shortcode-css' href=".plugins_url( 'assets/css/shortcode.css',MAGEE_SHORTCODES_PATH )." type='text/css' media='' />";
1142
- $script .= "<link rel='stylesheet' id='audioplayer-css' href=".plugins_url( 'assets/css/audioplayer.css',MAGEE_SHORTCODES_PATH )." type='text/css' media='' />";
1143
- $script .= "<link rel='stylesheet' id='weather-icons' href=".plugins_url( 'assets/weathericons/css/weather-icons.min.css',MAGEE_SHORTCODES_PATH )." type='text/css' media='' />";
 
1144
  $script .= "<script type='text/javascript' src=".plugins_url( 'assets/js/jquery.twentytwenty.js',MAGEE_SHORTCODES_PATH )."></script>";
1145
  $script .= "<script type='text/javascript' src=".plugins_url( 'assets/js/audioplayer.js',MAGEE_SHORTCODES_PATH )."></script>";
1146
  $script .= "<script type='text/javascript' src=".plugins_url( 'assets/bootstrap/js/bootstrap.min.js',MAGEE_SHORTCODES_PATH )."></script>";
@@ -1152,6 +1218,10 @@ function js(){
1152
  $script .= "<script type='text/javascript' src=".plugins_url( 'assets/js/magee-shortcodes.js',MAGEE_SHORTCODES_PATH )."></script>";
1153
  $script .= "<script type='text/javascript' src=".plugins_url( 'assets/js/chart.min.js',MAGEE_SHORTCODES_PATH )."></script>";
1154
  $script .= "<script type='text/javascript' src=".plugins_url( 'assets/js/moment.js',MAGEE_SHORTCODES_PATH )."></script>";
 
 
 
 
1155
  $script .= "<script type='text/javascript' src='https://f.vimeocdn.com/js/froogaloop2.min.js'></script>";
1156
  echo $script;
1157
  die();
@@ -1216,6 +1286,34 @@ function posted_on( $echo = false ) {
1216
  return $return;
1217
 
1218
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1219
 
1220
  }
1221
 
12
 
13
  public function __construct( $args = array() ) {
14
  global $magee_shortcodes,$magee_sliders ;
15
+ require_once( MAGEE_SHORTCODES_DIR_PATH. 'inc/google-fonts.php' );
16
  add_action( 'plugins_loaded', array( $this, 'init' ) );
17
  //add a button to the content editor, next to the media button
18
  //this button will show a popup that contains inline content
80
  wp_enqueue_style('bootstrap', plugins_url( 'assets/bootstrap/css/bootstrap.min.css',MAGEE_SHORTCODES_PATH ), '', '3.3.4', false );
81
  wp_enqueue_style('prettyPhoto', plugins_url( 'assets/css/prettyPhoto.css',MAGEE_SHORTCODES_PATH ), '', '', false );
82
 
83
+ wp_enqueue_style('classycountdown', plugins_url( 'assets/jquery-countdown/jquery.classycountdown.css',MAGEE_SHORTCODES_PATH ), '', '1.1.0', false );
84
+
85
  wp_enqueue_style('twentytwenty', plugins_url( 'assets/css/twentytwenty.css',MAGEE_SHORTCODES_PATH ), '', '', false );
86
  wp_enqueue_style('audioplayer', plugins_url( 'assets/css/audioplayer.css',MAGEE_SHORTCODES_PATH ), '', '', false );
87
  wp_enqueue_style('weather-icons', plugins_url( 'assets/weathericons/css/weather-icons.min.css',MAGEE_SHORTCODES_PATH ), '', '', false );
93
  wp_enqueue_script( 'easy-pie-chart', plugins_url( 'assets/jquery-easy-pie-chart/jquery.easypiechart.min.js',MAGEE_SHORTCODES_PATH ), array( 'jquery'), '2.1.7', false );
94
  wp_enqueue_script( 'jquery.prettyPhoto', plugins_url( 'assets/js/jquery.prettyPhoto.js',MAGEE_SHORTCODES_PATH ), array( 'jquery'), '3.1.6', false );
95
 
96
+ wp_enqueue_script( 'jquery.knob', plugins_url( 'assets/jquery-countdown/jquery.knob.js',MAGEE_SHORTCODES_PATH ), array( 'jquery'), '1.2.11', false );
97
+ wp_enqueue_script( 'jquery.throttle', plugins_url( 'assets/jquery-countdown/jquery.throttle.js',MAGEE_SHORTCODES_PATH ), array( 'jquery'), '', false );
98
+ wp_enqueue_script( 'jquery.classycountdown', plugins_url( 'assets/jquery-countdown/jquery.classycountdown.min.js',MAGEE_SHORTCODES_PATH ), array( 'jquery'), '1.1.0', false );
99
+
100
  wp_enqueue_script( 'jquery.event.move', plugins_url( 'assets/js/jquery.event.move.js',MAGEE_SHORTCODES_PATH ), array( 'jquery'), '1.3.6', false );
101
  wp_enqueue_script( 'jquery.twentytwenty', plugins_url( 'assets/js/jquery.twentytwenty.js',MAGEE_SHORTCODES_PATH ), array( 'jquery'), '', false );
102
  wp_enqueue_script( 'jquery-audioplayer', plugins_url( 'assets/js/audioplayer.js',MAGEE_SHORTCODES_PATH ), array( 'jquery'), '', false );
104
  wp_enqueue_script( 'moment', plugins_url( 'assets/js/moment.js',MAGEE_SHORTCODES_PATH ), array( 'jquery'),'2.12.0', false );
105
 
106
  wp_enqueue_script( 'magee-main', plugins_url( 'assets/js/magee-shortcodes.js',MAGEE_SHORTCODES_PATH ), array( 'jquery'),MAGEE_SHORTCODES_VER, true );
107
+ wp_enqueue_script( 'magee-modal', plugins_url( 'assets/js/magee-modal.js',MAGEE_SHORTCODES_PATH ),array( 'jquery'),MAGEE_SHORTCODES_VER, true );
108
  //wp_enqueue_script( 'magee-main', plugins_url( 'assets/js/main.js',MAGEE_SHORTCODES_PATH ), array( 'jquery'),MAGEE_SHORTCODES_VER, true );
109
 
110
  }
214
  return strtr( $content, $replace_tags_from_to );
215
  }
216
 
217
+ /**
218
+ * Convert Hex Code to RGB
219
+ * @param string $hex Color Hex Code
220
+ * @return array RGB values
221
+ */
222
+
223
+ function hex2rgb( $hex ) {
224
+ if ( strpos( $hex,'rgb' ) !== FALSE ) {
225
+
226
+ $rgb_part = strstr( $hex, '(' );
227
+ $rgb_part = trim($rgb_part, '(' );
228
+ $rgb_part = rtrim($rgb_part, ')' );
229
+ $rgb_part = explode( ',', $rgb_part );
230
 
231
+ $rgb = array($rgb_part[0], $rgb_part[1], $rgb_part[2], $rgb_part[3]);
232
+
233
+ } elseif( $hex == 'transparent' ) {
234
+ $rgb = array( '255', '255', '255', '0' );
235
+ } else {
236
+
237
+ $hex = str_replace( '#', '', $hex );
238
+
239
+ if( strlen( $hex ) == 3 ) {
240
+ $r = hexdec( substr( $hex, 0, 1 ) . substr( $hex, 0, 1 ) );
241
+ $g = hexdec( substr( $hex, 1, 1 ) . substr( $hex, 1, 1 ) );
242
+ $b = hexdec( substr( $hex, 2, 1 ) . substr( $hex, 2, 1 ) );
243
+ } else {
244
+ $r = hexdec( substr( $hex, 0, 2 ) );
245
+ $g = hexdec( substr( $hex, 2, 2 ) );
246
+ $b = hexdec( substr( $hex, 4, 2 ) );
247
+ }
248
+ $rgb = array( $r, $g, $b );
249
+ }
250
+
251
+ return $rgb; // returns an array with the rgb values
252
+ }
253
 
254
  public static function unrecognize_shortcodes($content){
255
  $pre = "/<pre(.*?)>(.*?)<\/pre>/";
551
  $this->append_output( $output );
552
 
553
  break;
554
+
555
+ case 'more_select' :
556
+
557
+ // prepare
558
+ $output .= $row_start;
559
+ $output .= '<div class="magee-form-select-field">';
560
+ $output .= '<select name="' . $pkey . '" id="' . $pkey . '" class="magee-form-select magee-input" size="10">' . "\n";
561
+
562
+
563
+ foreach( $param['options'] as $value => $option )
564
+ {
565
+ $selected = (isset($param['std']) && $param['std'] == $value) ? 'selected="selected"' : '';
566
+ $output .= '<option value="' . $value . '"' . $selected . '>' . $option . '</option>' . "\n";
567
+ }
568
+
569
+ $output .= '</select>' . "\n";
570
+ $output .= '</div>';
571
+ $output .= $row_end;
572
+
573
+ // append
574
+ $this->append_output( $output );
575
+
576
+ break;
577
 
578
  case 'multiple_select' :
579
 
1198
  die();
1199
  }
1200
  function js(){
1201
+ $script = "<link rel='stylesheet' id='font-awesome-css' href=".plugins_url( 'assets/font-awesome/css/font-awesome.css',MAGEE_SHORTCODES_PATH )." type='text/css' media='all' />";
1202
+ $script .= "<link rel='stylesheet' id='bootstrap-css' href=".plugins_url( 'assets/bootstrap/css/bootstrap.min.css',MAGEE_SHORTCODES_PATH )." type='text/css' media='all' />";
1203
+ $script .= "<link rel='stylesheet' id='prettyPhoto-css' href=".plugins_url( 'assets/css/prettyPhoto.css',MAGEE_SHORTCODES_PATH )." type='text/css' media='all' />";
1204
+ $script .= "<link rel='stylesheet' id='twentytwenty-css' href=".plugins_url( 'assets/css/twentytwenty.css',MAGEE_SHORTCODES_PATH )." type='text/css' media='all' />";
1205
+ $script .= "<link rel='stylesheet' id='animate-css' href=".plugins_url( 'assets/css/animate.css',MAGEE_SHORTCODES_PATH )." type='text/css' media='all' />";
1206
+ $script .= "<link rel='stylesheet' id='magee-shortcode-css' href=".plugins_url( 'assets/css/shortcode.css',MAGEE_SHORTCODES_PATH )." type='text/css' media='all' />";
1207
+ $script .= "<link rel='stylesheet' id='audioplayer-css' href=".plugins_url( 'assets/css/audioplayer.css',MAGEE_SHORTCODES_PATH )." type='text/css' media='all' />";
1208
+ $script .= "<link rel='stylesheet' id='weather-icons' href=".plugins_url( 'assets/weathericons/css/weather-icons.min.css',MAGEE_SHORTCODES_PATH )." type='text/css' media='all' />";
1209
+ $script .= "<link rel='stylesheet' id='classycountdown' href=".plugins_url( 'assets/jquery-countdown/jquery.classycountdown.css',MAGEE_SHORTCODES_PATH )." type='text/css' media='all' />";
1210
  $script .= "<script type='text/javascript' src=".plugins_url( 'assets/js/jquery.twentytwenty.js',MAGEE_SHORTCODES_PATH )."></script>";
1211
  $script .= "<script type='text/javascript' src=".plugins_url( 'assets/js/audioplayer.js',MAGEE_SHORTCODES_PATH )."></script>";
1212
  $script .= "<script type='text/javascript' src=".plugins_url( 'assets/bootstrap/js/bootstrap.min.js',MAGEE_SHORTCODES_PATH )."></script>";
1218
  $script .= "<script type='text/javascript' src=".plugins_url( 'assets/js/magee-shortcodes.js',MAGEE_SHORTCODES_PATH )."></script>";
1219
  $script .= "<script type='text/javascript' src=".plugins_url( 'assets/js/chart.min.js',MAGEE_SHORTCODES_PATH )."></script>";
1220
  $script .= "<script type='text/javascript' src=".plugins_url( 'assets/js/moment.js',MAGEE_SHORTCODES_PATH )."></script>";
1221
+ $script .= "<script type='text/javascript' src=".plugins_url( 'assets/jquery-countdown/jquery.knob.js',MAGEE_SHORTCODES_PATH )."></script>";
1222
+ $script .= "<script type='text/javascript' src=".plugins_url('assets/jquery-countdown/jquery.throttle.js',MAGEE_SHORTCODES_PATH )."></script>";
1223
+ $script .= "<script type='text/javascript' src=".plugins_url('assets/jquery-countdown/jquery.classycountdown.min.js',MAGEE_SHORTCODES_PATH )."></script>";
1224
+ $script .= "<script type='text/javascript' src=".plugins_url('assets/js/magee-modal.js',MAGEE_SHORTCODES_PATH )."></script>";
1225
  $script .= "<script type='text/javascript' src='https://f.vimeocdn.com/js/froogaloop2.min.js'></script>";
1226
  echo $script;
1227
  die();
1286
  return $return;
1287
 
1288
  }
1289
+ /**
1290
+ * Returns a select list of Google fonts
1291
+ * Feel free to edit this, update the fallbacks, etc.
1292
+ */
1293
+
1294
+ function magee_countdowns_get_google_fonts() {
1295
+ // Google Font Defaults
1296
+
1297
+ global $google_fonts_json;
1298
+
1299
+ $googleFontArray = array();
1300
+
1301
+ $fontArray = json_decode($google_fonts_json, true);
1302
+
1303
+ foreach($fontArray['items'] as $index => $value){
1304
+
1305
+ $_family = strtolower( str_replace(' ','_',$value['family']) );
1306
+ $googleFontArray[$_family]['family'] = $value['family'];
1307
+ $googleFontArray[$_family]['variants'] = $value['variants'];
1308
+ $googleFontArray[$_family]['subsets'] = $value['subsets'];
1309
+
1310
+ $category = '';
1311
+ if( isset($value['category']) ) $category = ', '.$value['category'];
1312
+ $googleFontArray['magee_of_family'][$value['family'].$category] = $value['family'];
1313
+
1314
+ }
1315
+ return $googleFontArray;
1316
+ }
1317
 
1318
  }
1319
 
inc/google-fonts.php ADDED
@@ -0,0 +1,12034 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /**
4
+ * Google Font Loading
5
+ *
6
+ * Returns an array of saved Google Fonts.
7
+ * Updates Google Font database in interval given
8
+ *
9
+ * @param string $key Google Font API key
10
+ * @param int $key Google Font cache refresh interval in ms
11
+ *
12
+ * @return array
13
+ *
14
+ */
15
+ global $google_fonts_json;
16
+ $google_fonts_json = '{
17
+ "kind": "webfonts#webfontList",
18
+ "items": [
19
+ {
20
+ "kind": "webfonts#webfont",
21
+ "family": "ABeeZee",
22
+ "category": "sans-serif",
23
+ "variants": [
24
+ "regular",
25
+ "italic"
26
+ ],
27
+ "subsets": [
28
+ "latin"
29
+ ],
30
+ "version": "v2",
31
+ "lastModified": "2014-01-07",
32
+ "files": {
33
+ "regular": "http://themes.googleusercontent.com/static/fonts/abeezee/v2/mE5BOuZKGln_Ex0uYKpIaw.ttf",
34
+ "italic": "http://themes.googleusercontent.com/static/fonts/abeezee/v2/kpplLynmYgP0YtlJA3atRw.ttf"
35
+ }
36
+ },
37
+ {
38
+ "kind": "webfonts#webfont",
39
+ "family": "Abel",
40
+ "category": "sans-serif",
41
+ "variants": [
42
+ "regular"
43
+ ],
44
+ "subsets": [
45
+ "latin"
46
+ ],
47
+ "version": "v4",
48
+ "lastModified": "2014-01-07",
49
+ "files": {
50
+ "regular": "http://themes.googleusercontent.com/static/fonts/abel/v4/RpUKfqNxoyNe_ka23bzQ2A.ttf"
51
+ }
52
+ },
53
+ {
54
+ "kind": "webfonts#webfont",
55
+ "family": "Abril Fatface",
56
+ "category": "display",
57
+ "variants": [
58
+ "regular"
59
+ ],
60
+ "subsets": [
61
+ "latin",
62
+ "latin-ext"
63
+ ],
64
+ "version": "v6",
65
+ "lastModified": "2014-01-07",
66
+ "files": {
67
+ "regular": "http://themes.googleusercontent.com/static/fonts/abrilfatface/v6/X1g_KwGeBV3ajZIXQ9VnDojjx0o0jr6fNXxPgYh_a8Q.ttf"
68
+ }
69
+ },
70
+ {
71
+ "kind": "webfonts#webfont",
72
+ "family": "Aclonica",
73
+ "category": "sans-serif",
74
+ "variants": [
75
+ "regular"
76
+ ],
77
+ "subsets": [
78
+ "latin"
79
+ ],
80
+ "version": "v4",
81
+ "lastModified": "2014-01-07",
82
+ "files": {
83
+ "regular": "http://themes.googleusercontent.com/static/fonts/aclonica/v4/M6pHZMPwK3DiBSlo3jwAKQ.ttf"
84
+ }
85
+ },
86
+ {
87
+ "kind": "webfonts#webfont",
88
+ "family": "Acme",
89
+ "category": "sans-serif",
90
+ "variants": [
91
+ "regular"
92
+ ],
93
+ "subsets": [
94
+ "latin"
95
+ ],
96
+ "version": "v3",
97
+ "lastModified": "2014-01-07",
98
+ "files": {
99
+ "regular": "http://themes.googleusercontent.com/static/fonts/acme/v3/-J6XNtAHPZBEbsifCdBt-g.ttf"
100
+ }
101
+ },
102
+ {
103
+ "kind": "webfonts#webfont",
104
+ "family": "Actor",
105
+ "category": "sans-serif",
106
+ "variants": [
107
+ "regular"
108
+ ],
109
+ "subsets": [
110
+ "latin"
111
+ ],
112
+ "version": "v4",
113
+ "lastModified": "2014-01-07",
114
+ "files": {
115
+ "regular": "http://themes.googleusercontent.com/static/fonts/actor/v4/ugMf40CrRK6Jf6Yz_xNSmQ.ttf"
116
+ }
117
+ },
118
+ {
119
+ "kind": "webfonts#webfont",
120
+ "family": "Adamina",
121
+ "category": "serif",
122
+ "variants": [
123
+ "regular"
124
+ ],
125
+ "subsets": [
126
+ "latin"
127
+ ],
128
+ "version": "v5",
129
+ "lastModified": "2014-01-07",
130
+ "files": {
131
+ "regular": "http://themes.googleusercontent.com/static/fonts/adamina/v5/RUQfOodOMiVVYqFZcSlT9w.ttf"
132
+ }
133
+ },
134
+ {
135
+ "kind": "webfonts#webfont",
136
+ "family": "Advent Pro",
137
+ "category": "sans-serif",
138
+ "variants": [
139
+ "100",
140
+ "200",
141
+ "300",
142
+ "regular",
143
+ "500",
144
+ "600",
145
+ "700"
146
+ ],
147
+ "subsets": [
148
+ "latin",
149
+ "greek",
150
+ "latin-ext"
151
+ ],
152
+ "version": "v2",
153
+ "lastModified": "2014-01-07",
154
+ "files": {
155
+ "100": "http://themes.googleusercontent.com/static/fonts/adventpro/v2/87-JOpSUecTG50PBYK4ysi3USBnSvpkopQaUR-2r7iU.ttf",
156
+ "200": "http://themes.googleusercontent.com/static/fonts/adventpro/v2/URTSSjIp0Wr-GrjxFdFWnGeudeTO44zf-ht3k-KNzwg.ttf",
157
+ "300": "http://themes.googleusercontent.com/static/fonts/adventpro/v2/sJaBfJYSFgoB80OL1_66m0eOrDcLawS7-ssYqLr2Xp4.ttf",
158
+ "regular": "http://themes.googleusercontent.com/static/fonts/adventpro/v2/1NxMBeKVcNNH2H46AUR3wfesZW2xOQ-xsNqO47m55DA.ttf",
159
+ "500": "http://themes.googleusercontent.com/static/fonts/adventpro/v2/7kBth2-rT8tP40RmMMXMLJp-63r6doWhTEbsfBIRJ7A.ttf",
160
+ "600": "http://themes.googleusercontent.com/static/fonts/adventpro/v2/3Jo-2maCzv2QLzQBzaKHV_pTEJqju4Hz1txDWij77d4.ttf",
161
+ "700": "http://themes.googleusercontent.com/static/fonts/adventpro/v2/M4I6QiICt-ey_wZTpR2gKwJKKGfqHaYFsRG-T3ceEVo.ttf"
162
+ }
163
+ },
164
+ {
165
+ "kind": "webfonts#webfont",
166
+ "family": "Aguafina Script",
167
+ "category": "handwriting",
168
+ "variants": [
169
+ "regular"
170
+ ],
171
+ "subsets": [
172
+ "latin",
173
+ "latin-ext"
174
+ ],
175
+ "version": "v3",
176
+ "lastModified": "2014-01-07",
177
+ "files": {
178
+ "regular": "http://themes.googleusercontent.com/static/fonts/aguafinascript/v3/65g7cgMtMGnNlNyq_Z6CvMxLhO8OSNnfAp53LK1_iRs.ttf"
179
+ }
180
+ },
181
+ {
182
+ "kind": "webfonts#webfont",
183
+ "family": "Akronim",
184
+ "category": "display",
185
+ "variants": [
186
+ "regular"
187
+ ],
188
+ "subsets": [
189
+ "latin",
190
+ "latin-ext"
191
+ ],
192
+ "version": "v2",
193
+ "lastModified": "2014-01-07",
194
+ "files": {
195
+ "regular": "http://themes.googleusercontent.com/static/fonts/akronim/v2/qA0L2CSArk3tuOWE1AR1DA.ttf"
196
+ }
197
+ },
198
+ {
199
+ "kind": "webfonts#webfont",
200
+ "family": "Aladin",
201
+ "category": "handwriting",
202
+ "variants": [
203
+ "regular"
204
+ ],
205
+ "subsets": [
206
+ "latin",
207
+ "latin-ext"
208
+ ],
209
+ "version": "v3",
210
+ "lastModified": "2014-01-07",
211
+ "files": {
212
+ "regular": "http://themes.googleusercontent.com/static/fonts/aladin/v3/PyuJ5cVHkduO0j5fAMKvAA.ttf"
213
+ }
214
+ },
215
+ {
216
+ "kind": "webfonts#webfont",
217
+ "family": "Aldrich",
218
+ "category": "sans-serif",
219
+ "variants": [
220
+ "regular"
221
+ ],
222
+ "subsets": [
223
+ "latin"
224
+ ],
225
+ "version": "v4",
226
+ "lastModified": "2014-01-07",
227
+ "files": {
228
+ "regular": "http://themes.googleusercontent.com/static/fonts/aldrich/v4/kMMW1S56gFx7RP_mW1g-Eg.ttf"
229
+ }
230
+ },
231
+ {
232
+ "kind": "webfonts#webfont",
233
+ "family": "Alef",
234
+ "category": "sans-serif",
235
+ "variants": [
236
+ "regular",
237
+ "700"
238
+ ],
239
+ "subsets": [
240
+ "latin"
241
+ ],
242
+ "version": "v2",
243
+ "lastModified": "2014-01-07",
244
+ "files": {
245
+ "regular": "http://themes.googleusercontent.com/static/fonts/alef/v2/ENvZ_P0HBDQxNZYCQO0lUA.ttf",
246
+ "700": "http://themes.googleusercontent.com/static/fonts/alef/v2/VDgZJhEwudtOzOFQpZ8MEA.ttf"
247
+ }
248
+ },
249
+ {
250
+ "kind": "webfonts#webfont",
251
+ "family": "Alegreya",
252
+ "category": "serif",
253
+ "variants": [
254
+ "regular",
255
+ "italic",
256
+ "700",
257
+ "700italic",
258
+ "900",
259
+ "900italic"
260
+ ],
261
+ "subsets": [
262
+ "latin",
263
+ "latin-ext"
264
+ ],
265
+ "version": "v5",
266
+ "lastModified": "2014-01-07",
267
+ "files": {
268
+ "regular": "http://themes.googleusercontent.com/static/fonts/alegreya/v5/62J3atXd6bvMU4qO_ca-eA.ttf",
269
+ "italic": "http://themes.googleusercontent.com/static/fonts/alegreya/v5/cbshnQGxwmlHBjUil7DaIfesZW2xOQ-xsNqO47m55DA.ttf",
270
+ "700": "http://themes.googleusercontent.com/static/fonts/alegreya/v5/5oZtdI5-wQwgAFrd9erCsaCWcynf_cDxXwCLxiixG1c.ttf",
271
+ "700italic": "http://themes.googleusercontent.com/static/fonts/alegreya/v5/IWi8e5bpnqhMRsZKTcTUWgJKKGfqHaYFsRG-T3ceEVo.ttf",
272
+ "900": "http://themes.googleusercontent.com/static/fonts/alegreya/v5/oQeMxX-vxGImzDgX6nxA7KCWcynf_cDxXwCLxiixG1c.ttf",
273
+ "900italic": "http://themes.googleusercontent.com/static/fonts/alegreya/v5/-L71QLH_XqgYWaI1GbOVhp0EAVxt0G0biEntp43Qt6E.ttf"
274
+ }
275
+ },
276
+ {
277
+ "kind": "webfonts#webfont",
278
+ "family": "Alegreya SC",
279
+ "category": "serif",
280
+ "variants": [
281
+ "regular",
282
+ "italic",
283
+ "700",
284
+ "700italic",
285
+ "900",
286
+ "900italic"
287
+ ],
288
+ "subsets": [
289
+ "latin",
290
+ "latin-ext"
291
+ ],
292
+ "version": "v4",
293
+ "lastModified": "2014-01-07",
294
+ "files": {
295
+ "regular": "http://themes.googleusercontent.com/static/fonts/alegreyasc/v4/3ozeFnTbygMK6PfHh8B-iqCWcynf_cDxXwCLxiixG1c.ttf",
296
+ "italic": "http://themes.googleusercontent.com/static/fonts/alegreyasc/v4/GOqmv3FLsJ2r6ZALMZVBmkeOrDcLawS7-ssYqLr2Xp4.ttf",
297
+ "700": "http://themes.googleusercontent.com/static/fonts/alegreyasc/v4/M9OIREoxDkvynwTpBAYUq3e1Pd76Vl7zRpE7NLJQ7XU.ttf",
298
+ "700italic": "http://themes.googleusercontent.com/static/fonts/alegreyasc/v4/5PCoU7IUfCicpKBJtBmP6c_zJjSACmk0BRPxQqhnNLU.ttf",
299
+ "900": "http://themes.googleusercontent.com/static/fonts/alegreyasc/v4/M9OIREoxDkvynwTpBAYUqyenaqEuufTBk9XMKnKmgDA.ttf",
300
+ "900italic": "http://themes.googleusercontent.com/static/fonts/alegreyasc/v4/5PCoU7IUfCicpKBJtBmP6U_yTOUGsoC54csJe1b-IRw.ttf"
301
+ }
302
+ },
303
+ {
304
+ "kind": "webfonts#webfont",
305
+ "family": "Alegreya Sans",
306
+ "category": "sans-serif",
307
+ "variants": [
308
+ "100",
309
+ "100italic",
310
+ "300",
311
+ "300italic",
312
+ "regular",
313
+ "italic",
314
+ "500",
315
+ "500italic",
316
+ "700",
317
+ "700italic",
318
+ "800",
319
+ "800italic",
320
+ "900",
321
+ "900italic"
322
+ ],
323
+ "subsets": [
324
+ "latin",
325
+ "vietnamese",
326
+ "latin-ext"
327
+ ],
328
+ "version": "v1",
329
+ "lastModified": "2013-12-05",
330
+ "files": {
331
+ "100": "http://themes.googleusercontent.com/static/fonts/alegreyasans/v1/TKyx_-JJ6MdpQruNk-t-PJFGFO4uyVFMfB6LZsii7kI.ttf",
332
+ "100italic": "http://themes.googleusercontent.com/static/fonts/alegreyasans/v1/gRkSP2lBpqoMTVxg7DmVn2cDnjsrnI9_xJ-5gnBaHsE.ttf",
333
+ "300": "http://themes.googleusercontent.com/static/fonts/alegreyasans/v1/11EDm-lum6tskJMBbdy9acB1LjARzAvdqa1uQC32v70.ttf",
334
+ "300italic": "http://themes.googleusercontent.com/static/fonts/alegreyasans/v1/WfiXipsmjqRqsDBQ1bA9CnfqlVoxTUFFx1C8tBqmbcg.ttf",
335
+ "regular": "http://themes.googleusercontent.com/static/fonts/alegreyasans/v1/KYNzioYhDai7mTMnx_gDgn8f0n03UdmQgF_CLvNR2vg.ttf",
336
+ "italic": "http://themes.googleusercontent.com/static/fonts/alegreyasans/v1/TKyx_-JJ6MdpQruNk-t-PD4G9C9ttb0Oz5Cvf0qOitE.ttf",
337
+ "500": "http://themes.googleusercontent.com/static/fonts/alegreyasans/v1/11EDm-lum6tskJMBbdy9aQqQmZ7VjhwksfpNVG0pqGc.ttf",
338
+ "500italic": "http://themes.googleusercontent.com/static/fonts/alegreyasans/v1/WfiXipsmjqRqsDBQ1bA9Cs7DCVO6wo6i5LKIyZDzK40.ttf",
339
+ "700": "http://themes.googleusercontent.com/static/fonts/alegreyasans/v1/11EDm-lum6tskJMBbdy9aVCbmAUID8LN-q3pJpOk3Ys.ttf",
340
+ "700italic": "http://themes.googleusercontent.com/static/fonts/alegreyasans/v1/WfiXipsmjqRqsDBQ1bA9CpF66r9C4AnxxlBlGd7xY4g.ttf",
341
+ "800": "http://themes.googleusercontent.com/static/fonts/alegreyasans/v1/11EDm-lum6tskJMBbdy9acxnD5BewVtRRHHljCwR2bM.ttf",
342
+ "800italic": "http://themes.googleusercontent.com/static/fonts/alegreyasans/v1/WfiXipsmjqRqsDBQ1bA9CicOAJ_9MkLPbDmrtXDPbIU.ttf",
343
+ "900": "http://themes.googleusercontent.com/static/fonts/alegreyasans/v1/11EDm-lum6tskJMBbdy9aW42xlVP-j5dagE7-AU2zwg.ttf",
344
+ "900italic": "http://themes.googleusercontent.com/static/fonts/alegreyasans/v1/WfiXipsmjqRqsDBQ1bA9ChRaDUI9aE8-k7PrIG2iiuo.ttf"
345
+ }
346
+ },
347
+ {
348
+ "kind": "webfonts#webfont",
349
+ "family": "Alegreya Sans SC",
350
+ "category": "sans-serif",
351
+ "variants": [
352
+ "100",
353
+ "100italic",
354
+ "300",
355
+ "300italic",
356
+ "regular",
357
+ "italic",
358
+ "500",
359
+ "500italic",
360
+ "700",
361
+ "700italic",
362
+ "800",
363
+ "800italic",
364
+ "900",
365
+ "900italic"
366
+ ],
367
+ "subsets": [
368
+ "latin",
369
+ "vietnamese",
370
+ "latin-ext"
371
+ ],
372
+ "version": "v1",
373
+ "lastModified": "2013-12-05",
374
+ "files": {
375
+ "100": "http://themes.googleusercontent.com/static/fonts/alegreyasanssc/v1/trwFkDJLOJf6hqM93944kVnzStfdnFU-MXbO84aBs_M.ttf",
376
+ "100italic": "http://themes.googleusercontent.com/static/fonts/alegreyasanssc/v1/qG3gA9iy5RpXMH4crZboqqakMVR0XlJhO7VdJ8yYvA4.ttf",
377
+ "300": "http://themes.googleusercontent.com/static/fonts/alegreyasanssc/v1/AjAmkoP1y0Vaad0UPPR46-1IqtfxJspFjzJp0SaQRcI.ttf",
378
+ "300italic": "http://themes.googleusercontent.com/static/fonts/alegreyasanssc/v1/0VweK-TO3aQgazdxg8fs0CnTKaH808trtzttbEg4yVA.ttf",
379
+ "regular": "http://themes.googleusercontent.com/static/fonts/alegreyasanssc/v1/6kgb6ZvOagoVIRZyl8XV-EklWX-XdLVn1WTiuGuvKIU.ttf",
380
+ "italic": "http://themes.googleusercontent.com/static/fonts/alegreyasanssc/v1/trwFkDJLOJf6hqM93944kTfqo69HNOlCNZvbwAmUtiA.ttf",
381
+ "500": "http://themes.googleusercontent.com/static/fonts/alegreyasanssc/v1/AjAmkoP1y0Vaad0UPPR46_hHTluI57wqxl55RvSYo3s.ttf",
382
+ "500italic": "http://themes.googleusercontent.com/static/fonts/alegreyasanssc/v1/0VweK-TO3aQgazdxg8fs0NqVvxKdFVwqwzilqfVd39U.ttf",
383
+ "700": "http://themes.googleusercontent.com/static/fonts/alegreyasanssc/v1/AjAmkoP1y0Vaad0UPPR4600aId5t1FC-xZ8nmpa_XLk.ttf",
384
+ "700italic": "http://themes.googleusercontent.com/static/fonts/alegreyasanssc/v1/0VweK-TO3aQgazdxg8fs0IBYn3VD6xMEnodOh8pnFw4.ttf",
385
+ "800": "http://themes.googleusercontent.com/static/fonts/alegreyasanssc/v1/AjAmkoP1y0Vaad0UPPR46wQgSHD3Lo1Mif2Wkk5swWA.ttf",
386
+ "800italic": "http://themes.googleusercontent.com/static/fonts/alegreyasanssc/v1/0VweK-TO3aQgazdxg8fs0HStmCm6Rs90XeztCALm0H8.ttf",
387
+ "900": "http://themes.googleusercontent.com/static/fonts/alegreyasanssc/v1/AjAmkoP1y0Vaad0UPPR461Rf9EWUSEX_PR1d_gLKfpM.ttf",
388
+ "900italic": "http://themes.googleusercontent.com/static/fonts/alegreyasanssc/v1/0VweK-TO3aQgazdxg8fs0IvtwEfTCJoOJugANj-jWDI.ttf"
389
+ }
390
+ },
391
+ {
392
+ "kind": "webfonts#webfont",
393
+ "family": "Alex Brush",
394
+ "category": "handwriting",
395
+ "variants": [
396
+ "regular"
397
+ ],
398
+ "subsets": [
399
+ "latin",
400
+ "latin-ext"
401
+ ],
402
+ "version": "v4",
403
+ "lastModified": "2014-01-07",
404
+ "files": {
405
+ "regular": "http://themes.googleusercontent.com/static/fonts/alexbrush/v4/ooh3KJFbKJSUoIRWfiu8o_esZW2xOQ-xsNqO47m55DA.ttf"
406
+ }
407
+ },
408
+ {
409
+ "kind": "webfonts#webfont",
410
+ "family": "Alfa Slab One",
411
+ "category": "display",
412
+ "variants": [
413
+ "regular"
414
+ ],
415
+ "subsets": [
416
+ "latin"
417
+ ],
418
+ "version": "v3",
419
+ "lastModified": "2014-01-07",
420
+ "files": {
421
+ "regular": "http://themes.googleusercontent.com/static/fonts/alfaslabone/v3/Qx6FPcitRwTC_k88tLPc-Yjjx0o0jr6fNXxPgYh_a8Q.ttf"
422
+ }
423
+ },
424
+ {
425
+ "kind": "webfonts#webfont",
426
+ "family": "Alice",
427
+ "category": "serif",
428
+ "variants": [
429
+ "regular"
430
+ ],
431
+ "subsets": [
432
+ "latin"
433
+ ],
434
+ "version": "v5",
435
+ "lastModified": "2014-01-07",
436
+ "files": {
437
+ "regular": "http://themes.googleusercontent.com/static/fonts/alice/v5/wZTAfivekBqIg-rk63nFvQ.ttf"
438
+ }
439
+ },
440
+ {
441
+ "kind": "webfonts#webfont",
442
+ "family": "Alike",
443
+ "category": "serif",
444
+ "variants": [
445
+ "regular"
446
+ ],
447
+ "subsets": [
448
+ "latin"
449
+ ],
450
+ "version": "v5",
451
+ "lastModified": "2014-01-07",
452
+ "files": {
453
+ "regular": "http://themes.googleusercontent.com/static/fonts/alike/v5/Ho8YpRKNk_202fwDiGNIyw.ttf"
454
+ }
455
+ },
456
+ {
457
+ "kind": "webfonts#webfont",
458
+ "family": "Alike Angular",
459
+ "category": "serif",
460
+ "variants": [
461
+ "regular"
462
+ ],
463
+ "subsets": [
464
+ "latin"
465
+ ],
466
+ "version": "v4",
467
+ "lastModified": "2014-01-07",
468
+ "files": {
469
+ "regular": "http://themes.googleusercontent.com/static/fonts/alikeangular/v4/OpeCu4xxI3qO1C7CZcJtPT3XH2uEnVI__ynTBvNyki8.ttf"
470
+ }
471
+ },
472
+ {
473
+ "kind": "webfonts#webfont",
474
+ "family": "Allan",
475
+ "category": "display",
476
+ "variants": [
477
+ "regular",
478
+ "700"
479
+ ],
480
+ "subsets": [
481
+ "latin",
482
+ "latin-ext"
483
+ ],
484
+ "version": "v5",
485
+ "lastModified": "2014-01-07",
486
+ "files": {
487
+ "regular": "http://themes.googleusercontent.com/static/fonts/allan/v5/T3lemhgZmLQkQI2Qc2bQHA.ttf",
488
+ "700": "http://themes.googleusercontent.com/static/fonts/allan/v5/zSxQiwo7wgnr7KkMXhSiag.ttf"
489
+ }
490
+ },
491
+ {
492
+ "kind": "webfonts#webfont",
493
+ "family": "Allerta",
494
+ "category": "sans-serif",
495
+ "variants": [
496
+ "regular"
497
+ ],
498
+ "subsets": [
499
+ "latin"
500
+ ],
501
+ "version": "v5",
502
+ "lastModified": "2014-01-07",
503
+ "files": {
504
+ "regular": "http://themes.googleusercontent.com/static/fonts/allerta/v5/s9FOEuiJFTNbMe06ifzV8g.ttf"
505
+ }
506
+ },
507
+ {
508
+ "kind": "webfonts#webfont",
509
+ "family": "Allerta Stencil",
510
+ "category": "sans-serif",
511
+ "variants": [
512
+ "regular"
513
+ ],
514
+ "subsets": [
515
+ "latin"
516
+ ],
517
+ "version": "v5",
518
+ "lastModified": "2014-01-07",
519
+ "files": {
520
+ "regular": "http://themes.googleusercontent.com/static/fonts/allertastencil/v5/CdSZfRtHbQrBohqmzSdDYFf2eT4jUldwg_9fgfY_tHc.ttf"
521
+ }
522
+ },
523
+ {
524
+ "kind": "webfonts#webfont",
525
+ "family": "Allura",
526
+ "category": "handwriting",
527
+ "variants": [
528
+ "regular"
529
+ ],
530
+ "subsets": [
531
+ "latin",
532
+ "latin-ext"
533
+ ],
534
+ "version": "v2",
535
+ "lastModified": "2014-01-07",
536
+ "files": {
537
+ "regular": "http://themes.googleusercontent.com/static/fonts/allura/v2/4hcqgZanyuJ2gMYWffIR6A.ttf"
538
+ }
539
+ },
540
+ {
541
+ "kind": "webfonts#webfont",
542
+ "family": "Almendra",
543
+ "category": "serif",
544
+ "variants": [
545
+ "regular",
546
+ "italic",
547
+ "700",
548
+ "700italic"
549
+ ],
550
+ "subsets": [
551
+ "latin",
552
+ "latin-ext"
553
+ ],
554
+ "version": "v6",
555
+ "lastModified": "2014-01-07",
556
+ "files": {
557
+ "regular": "http://themes.googleusercontent.com/static/fonts/almendra/v6/PDpbB-ZF7deXAAEYPkQOeg.ttf",
558
+ "italic": "http://themes.googleusercontent.com/static/fonts/almendra/v6/CNWLyiDucqVKVgr4EMidi_esZW2xOQ-xsNqO47m55DA.ttf",
559
+ "700": "http://themes.googleusercontent.com/static/fonts/almendra/v6/ZpLdQMj7Q2AFio4nNO6A76CWcynf_cDxXwCLxiixG1c.ttf",
560
+ "700italic": "http://themes.googleusercontent.com/static/fonts/almendra/v6/-tXHKMcnn6FqrhJV3l1e3QJKKGfqHaYFsRG-T3ceEVo.ttf"
561
+ }
562
+ },
563
+ {
564
+ "kind": "webfonts#webfont",
565
+ "family": "Almendra Display",
566
+ "category": "display",
567
+ "variants": [
568
+ "regular"
569
+ ],
570
+ "subsets": [
571
+ "latin",
572
+ "latin-ext"
573
+ ],
574
+ "version": "v3",
575
+ "lastModified": "2014-01-07",
576
+ "files": {
577
+ "regular": "http://themes.googleusercontent.com/static/fonts/almendradisplay/v3/2Zuu97WJ_ez-87yz5Ai8fF6uyC_qD11hrFQ6EGgTJWI.ttf"
578
+ }
579
+ },
580
+ {
581
+ "kind": "webfonts#webfont",
582
+ "family": "Almendra SC",
583
+ "category": "serif",
584
+ "variants": [
585
+ "regular"
586
+ ],
587
+ "subsets": [
588
+ "latin"
589
+ ],
590
+ "version": "v4",
591
+ "lastModified": "2014-01-07",
592
+ "files": {
593
+ "regular": "http://themes.googleusercontent.com/static/fonts/almendrasc/v4/IuiLd8Fm9I6raSalxMoWeaCWcynf_cDxXwCLxiixG1c.ttf"
594
+ }
595
+ },
596
+ {
597
+ "kind": "webfonts#webfont",
598
+ "family": "Amarante",
599
+ "category": "display",
600
+ "variants": [
601
+ "regular"
602
+ ],
603
+ "subsets": [
604
+ "latin",
605
+ "latin-ext"
606
+ ],
607
+ "version": "v2",
608
+ "lastModified": "2014-01-07",
609
+ "files": {
610
+ "regular": "http://themes.googleusercontent.com/static/fonts/amarante/v2/2dQHjIBWSpydit5zkJZnOw.ttf"
611
+ }
612
+ },
613
+ {
614
+ "kind": "webfonts#webfont",
615
+ "family": "Amaranth",
616
+ "category": "sans-serif",
617
+ "variants": [
618
+ "regular",
619
+ "italic",
620
+ "700",
621
+ "700italic"
622
+ ],
623
+ "subsets": [
624
+ "latin"
625
+ ],
626
+ "version": "v4",
627
+ "lastModified": "2014-01-07",
628
+ "files": {
629
+ "regular": "http://themes.googleusercontent.com/static/fonts/amaranth/v4/7VcBog22JBHsHXHdnnycTA.ttf",
630
+ "italic": "http://themes.googleusercontent.com/static/fonts/amaranth/v4/UrJlRY9LcVERJSvggsdBqPesZW2xOQ-xsNqO47m55DA.ttf",
631
+ "700": "http://themes.googleusercontent.com/static/fonts/amaranth/v4/j5OFHqadfxyLnQRxFeox6qCWcynf_cDxXwCLxiixG1c.ttf",
632
+ "700italic": "http://themes.googleusercontent.com/static/fonts/amaranth/v4/BHyuYFj9nqLFNvOvGh0xTwJKKGfqHaYFsRG-T3ceEVo.ttf"
633
+ }
634
+ },
635
+ {
636
+ "kind": "webfonts#webfont",
637
+ "family": "Amatic SC",
638
+ "category": "handwriting",
639
+ "variants": [
640
+ "regular",
641
+ "700"
642
+ ],
643
+ "subsets": [
644
+ "latin"
645
+ ],
646
+ "version": "v4",
647
+ "lastModified": "2014-01-07",
648
+ "files": {
649
+ "regular": "http://themes.googleusercontent.com/static/fonts/amaticsc/v4/MldbRWLFytvqxU1y81xSVg.ttf",
650
+ "700": "http://themes.googleusercontent.com/static/fonts/amaticsc/v4/IDnkRTPGcrSVo50UyYNK7y3USBnSvpkopQaUR-2r7iU.ttf"
651
+ }
652
+ },
653
+ {
654
+ "kind": "webfonts#webfont",
655
+ "family": "Amethysta",
656
+ "category": "serif",
657
+ "variants": [
658
+ "regular"
659
+ ],
660
+ "subsets": [
661
+ "latin"
662
+ ],
663
+ "version": "v2",
664
+ "lastModified": "2014-01-07",
665
+ "files": {
666
+ "regular": "http://themes.googleusercontent.com/static/fonts/amethysta/v2/1jEo9tOFIJDolAUpBnWbnA.ttf"
667
+ }
668
+ },
669
+ {
670
+ "kind": "webfonts#webfont",
671
+ "family": "Anaheim",
672
+ "category": "sans-serif",
673
+ "variants": [
674
+ "regular"
675
+ ],
676
+ "subsets": [
677
+ "latin",
678
+ "latin-ext"
679
+ ],
680
+ "version": "v2",
681
+ "lastModified": "2014-01-07",
682
+ "files": {
683
+ "regular": "http://themes.googleusercontent.com/static/fonts/anaheim/v2/t-z8aXHMpgI2gjN_rIflKA.ttf"
684
+ }
685
+ },
686
+ {
687
+ "kind": "webfonts#webfont",
688
+ "family": "Andada",
689
+ "category": "serif",
690
+ "variants": [
691
+ "regular"
692
+ ],
693
+ "subsets": [
694
+ "latin",
695
+ "latin-ext"
696
+ ],
697
+ "version": "v5",
698
+ "lastModified": "2014-01-07",
699
+ "files": {
700
+ "regular": "http://themes.googleusercontent.com/static/fonts/andada/v5/rSFaDqNNQBRw3y19MB5Y4w.ttf"
701
+ }
702
+ },
703
+ {
704
+ "kind": "webfonts#webfont",
705
+ "family": "Andika",
706
+ "category": "sans-serif",
707
+ "variants": [
708
+ "regular"
709
+ ],
710
+ "subsets": [
711
+ "latin",
712
+ "cyrillic",
713
+ "cyrillic-ext",
714
+ "latin-ext"
715
+ ],
716
+ "version": "v4",
717
+ "lastModified": "2014-01-07",
718
+ "files": {
719
+ "regular": "http://themes.googleusercontent.com/static/fonts/andika/v4/oe-ag1G0lcqZ3IXfeEgaGg.ttf"
720
+ }
721
+ },
722
+ {
723
+ "kind": "webfonts#webfont",
724
+ "family": "Angkor",
725
+ "category": "display",
726
+ "variants": [
727
+ "regular"
728
+ ],
729
+ "subsets": [
730
+ "khmer"
731
+ ],
732
+ "version": "v6",
733
+ "lastModified": "2014-01-07",
734
+ "files": {
735
+ "regular": "http://themes.googleusercontent.com/static/fonts/angkor/v6/DLpLgIS-8F10ecwKqCm95Q.ttf"
736
+ }
737
+ },
738
+ {
739
+ "kind": "webfonts#webfont",
740
+ "family": "Annie Use Your Telescope",
741
+ "category": "handwriting",
742
+ "variants": [
743
+ "regular"
744
+ ],
745
+ "subsets": [
746
+ "latin"
747
+ ],
748
+ "version": "v4",
749
+ "lastModified": "2014-01-07",
750
+ "files": {
751
+ "regular": "http://themes.googleusercontent.com/static/fonts/annieuseyourtelescope/v4/2cuiO5VmaR09C8SLGEQjGqbp7mtG8sPlcZvOaO8HBak.ttf"
752
+ }
753
+ },
754
+ {
755
+ "kind": "webfonts#webfont",
756
+ "family": "Anonymous Pro",
757
+ "category": "monospace",
758
+ "variants": [
759
+ "regular",
760
+ "italic",
761
+ "700",
762
+ "700italic"
763
+ ],
764
+ "subsets": [
765
+ "latin",
766
+ "greek",
767
+ "cyrillic",
768
+ "cyrillic-ext",
769
+ "latin-ext",
770
+ "greek-ext"
771
+ ],
772
+ "version": "v4",
773
+ "lastModified": "2014-03-18",
774
+ "files": {
775
+ "regular": "http://themes.googleusercontent.com/static/fonts/anonymouspro/v4/Zhfjj_gat3waL4JSju74E-V_5zh5b-_HiooIRUBwn1A.ttf",
776
+ "italic": "http://themes.googleusercontent.com/static/fonts/anonymouspro/v4/q0u6LFHwttnT_69euiDbWKwIsuKDCXG0NQm7BvAgx-c.ttf",
777
+ "700": "http://themes.googleusercontent.com/static/fonts/anonymouspro/v4/WDf5lZYgdmmKhO8E1AQud--Cz_5MeePnXDAcLNWyBME.ttf",
778
+ "700italic": "http://themes.googleusercontent.com/static/fonts/anonymouspro/v4/_fVr_XGln-cetWSUc-JpfA1LL9bfs7wyIp6F8OC9RxA.ttf"
779
+ }
780
+ },
781
+ {
782
+ "kind": "webfonts#webfont",
783
+ "family": "Antic",
784
+ "category": "sans-serif",
785
+ "variants": [
786
+ "regular"
787
+ ],
788
+ "subsets": [
789
+ "latin"
790
+ ],
791
+ "version": "v5",
792
+ "lastModified": "2014-01-07",
793
+ "files": {
794
+ "regular": "http://themes.googleusercontent.com/static/fonts/antic/v5/hEa8XCNM7tXGzD0Uk0AipA.ttf"
795
+ }
796
+ },
797
+ {
798
+ "kind": "webfonts#webfont",
799
+ "family": "Antic Didone",
800
+ "category": "serif",
801
+ "variants": [
802
+ "regular"
803
+ ],
804
+ "subsets": [
805
+ "latin"
806
+ ],
807
+ "version": "v2",
808
+ "lastModified": "2014-01-07",
809
+ "files": {
810
+ "regular": "http://themes.googleusercontent.com/static/fonts/anticdidone/v2/r3nJcTDuOluOL6LGDV1vRy3USBnSvpkopQaUR-2r7iU.ttf"
811
+ }
812
+ },
813
+ {
814
+ "kind": "webfonts#webfont",
815
+ "family": "Antic Slab",
816
+ "category": "serif",
817
+ "variants": [
818
+ "regular"
819
+ ],
820
+ "subsets": [
821
+ "latin"
822
+ ],
823
+ "version": "v2",
824
+ "lastModified": "2014-01-07",
825
+ "files": {
826
+ "regular": "http://themes.googleusercontent.com/static/fonts/anticslab/v2/PSbJCTKkAS7skPdkd7AKEvesZW2xOQ-xsNqO47m55DA.ttf"
827
+ }
828
+ },
829
+ {
830
+ "kind": "webfonts#webfont",
831
+ "family": "Anton",
832
+ "category": "sans-serif",
833
+ "variants": [
834
+ "regular"
835
+ ],
836
+ "subsets": [
837
+ "latin",
838
+ "latin-ext"
839
+ ],
840
+ "version": "v4",
841
+ "lastModified": "2014-01-07",
842
+ "files": {
843
+ "regular": "http://themes.googleusercontent.com/static/fonts/anton/v4/XIbCenm-W0IRHWYIh7CGUQ.ttf"
844
+ }
845
+ },
846
+ {
847
+ "kind": "webfonts#webfont",
848
+ "family": "Arapey",
849
+ "category": "serif",
850
+ "variants": [
851
+ "regular",
852
+ "italic"
853
+ ],
854
+ "subsets": [
855
+ "latin"
856
+ ],
857
+ "version": "v3",
858
+ "lastModified": "2014-01-07",
859
+ "files": {
860
+ "regular": "http://themes.googleusercontent.com/static/fonts/arapey/v3/dqu823lrSYn8T2gApTdslA.ttf",
861
+ "italic": "http://themes.googleusercontent.com/static/fonts/arapey/v3/pY-Xi5JNBpaWxy2tZhEm5A.ttf"
862
+ }
863
+ },
864
+ {
865
+ "kind": "webfonts#webfont",
866
+ "family": "Arbutus",
867
+ "category": "display",
868
+ "variants": [
869
+ "regular"
870
+ ],
871
+ "subsets": [
872
+ "latin",
873
+ "latin-ext"
874
+ ],
875
+ "version": "v3",
876
+ "lastModified": "2014-01-07",
877
+ "files": {
878
+ "regular": "http://themes.googleusercontent.com/static/fonts/arbutus/v3/Go_hurxoUsn5MnqNVQgodQ.ttf"
879
+ }
880
+ },
881
+ {
882
+ "kind": "webfonts#webfont",
883
+ "family": "Arbutus Slab",
884
+ "category": "serif",
885
+ "variants": [
886
+ "regular"
887
+ ],
888
+ "subsets": [
889
+ "latin",
890
+ "latin-ext"
891
+ ],
892
+ "version": "v2",
893
+ "lastModified": "2014-01-07",
894
+ "files": {
895
+ "regular": "http://themes.googleusercontent.com/static/fonts/arbutusslab/v2/6k3Yp6iS9l4jRIpynA8qMy3USBnSvpkopQaUR-2r7iU.ttf"
896
+ }
897
+ },
898
+ {
899
+ "kind": "webfonts#webfont",
900
+ "family": "Architects Daughter",
901
+ "category": "handwriting",
902
+ "variants": [
903
+ "regular"
904
+ ],
905
+ "subsets": [
906
+ "latin"
907
+ ],
908
+ "version": "v4",
909
+ "lastModified": "2014-01-07",
910
+ "files": {
911
+ "regular": "http://themes.googleusercontent.com/static/fonts/architectsdaughter/v4/RXTgOOQ9AAtaVOHxx0IUBMCy0EhZjHzu-y0e6uLf4Fg.ttf"
912
+ }
913
+ },
914
+ {
915
+ "kind": "webfonts#webfont",
916
+ "family": "Archivo Black",
917
+ "category": "sans-serif",
918
+ "variants": [
919
+ "regular"
920
+ ],
921
+ "subsets": [
922
+ "latin",
923
+ "latin-ext"
924
+ ],
925
+ "version": "v2",
926
+ "lastModified": "2014-01-07",
927
+ "files": {
928
+ "regular": "http://themes.googleusercontent.com/static/fonts/archivoblack/v2/WoAoVT7K3k7hHfxKbvB6B51XQG8isOYYJhPIYAyrESQ.ttf"
929
+ }
930
+ },
931
+ {
932
+ "kind": "webfonts#webfont",
933
+ "family": "Archivo Narrow",
934
+ "category": "sans-serif",
935
+ "variants": [
936
+ "regular",
937
+ "italic",
938
+ "700",
939
+ "700italic"
940
+ ],
941
+ "subsets": [
942
+ "latin",
943
+ "latin-ext"
944
+ ],
945
+ "version": "v3",
946
+ "lastModified": "2014-01-07",
947
+ "files": {
948
+ "regular": "http://themes.googleusercontent.com/static/fonts/archivonarrow/v3/DsLzC9scoPnrGiwYYMQXppTvAuddT2xDMbdz0mdLyZY.ttf",
949
+ "italic": "http://themes.googleusercontent.com/static/fonts/archivonarrow/v3/vqsrtPCpTU3tJlKfuXP5zUpmlyBQEFfdE6dERLXdQGQ.ttf",
950
+ "700": "http://themes.googleusercontent.com/static/fonts/archivonarrow/v3/M__Wu4PAmHf4YZvQM8tWsMLtdzs3iyjn_YuT226ZsLU.ttf",
951
+ "700italic": "http://themes.googleusercontent.com/static/fonts/archivonarrow/v3/wG6O733y5zHl4EKCOh8rSTg5KB8MNJ4uPAETq9naQO8.ttf"
952
+ }
953
+ },
954
+ {
955
+ "kind": "webfonts#webfont",
956
+ "family": "Arimo",
957
+ "category": "sans-serif",
958
+ "variants": [
959
+ "regular",
960
+ "italic",
961
+ "700",
962
+ "700italic"
963
+ ],
964
+ "subsets": [
965
+ "latin",
966
+ "greek",
967
+ "cyrillic",
968
+ "vietnamese",
969
+ "cyrillic-ext",
970
+ "latin-ext",
971
+ "greek-ext"
972
+ ],
973
+ "version": "v6",
974
+ "lastModified": "2014-01-07",
975
+ "files": {
976
+ "regular": "http://themes.googleusercontent.com/static/fonts/arimo/v6/Gpeo80g-5ji2CcyXWnzh7g.ttf",
977
+ "italic": "http://themes.googleusercontent.com/static/fonts/arimo/v6/_OdGbnX2-qQ96C4OjhyuPw.ttf",
978
+ "700": "http://themes.googleusercontent.com/static/fonts/arimo/v6/ZItXugREyvV9LnbY_gxAmw.ttf",
979
+ "700italic": "http://themes.googleusercontent.com/static/fonts/arimo/v6/__nOLWqmeXdhfr0g7GaFePesZW2xOQ-xsNqO47m55DA.ttf"
980
+ }
981
+ },
982
+ {
983
+ "kind": "webfonts#webfont",
984
+ "family": "Arizonia",
985
+ "category": "handwriting",
986
+ "variants": [
987
+ "regular"
988
+ ],
989
+ "subsets": [
990
+ "latin",
991
+ "latin-ext"
992
+ ],
993
+ "version": "v4",
994
+ "lastModified": "2014-01-07",
995
+ "files": {
996
+ "regular": "http://themes.googleusercontent.com/static/fonts/arizonia/v4/yzJqkHZqryZBTM7RKYV9Wg.ttf"
997
+ }
998
+ },
999
+ {
1000
+ "kind": "webfonts#webfont",
1001
+ "family": "Armata",
1002
+ "category": "sans-serif",
1003
+ "variants": [
1004
+ "regular"
1005
+ ],
1006
+ "subsets": [
1007
+ "latin",
1008
+ "latin-ext"
1009
+ ],
1010
+ "version": "v4",
1011
+ "lastModified": "2014-01-07",
1012
+ "files": {
1013
+ "regular": "http://themes.googleusercontent.com/static/fonts/armata/v4/1H8FwGgIRrbYtxSfXhOHlQ.ttf"
1014
+ }
1015
+ },
1016
+ {
1017
+ "kind": "webfonts#webfont",
1018
+ "family": "Artifika",
1019
+ "category": "serif",
1020
+ "variants": [
1021
+ "regular"
1022
+ ],
1023
+ "subsets": [
1024
+ "latin"
1025
+ ],
1026
+ "version": "v4",
1027
+ "lastModified": "2014-01-07",
1028
+ "files": {
1029
+ "regular": "http://themes.googleusercontent.com/static/fonts/artifika/v4/Ekfp4H4QG7D-WsABDOyj8g.ttf"
1030
+ }
1031
+ },
1032
+ {
1033
+ "kind": "webfonts#webfont",
1034
+ "family": "Arvo",
1035
+ "category": "serif",
1036
+ "variants": [
1037
+ "regular",
1038
+ "italic",
1039
+ "700",
1040
+ "700italic"
1041
+ ],
1042
+ "subsets": [
1043
+ "latin"
1044
+ ],
1045
+ "version": "v6",
1046
+ "lastModified": "2014-01-07",
1047
+ "files": {
1048
+ "regular": "http://themes.googleusercontent.com/static/fonts/arvo/v6/vvWPwz-PlZEwjOOIKqoZzA.ttf",
1049
+ "italic": "http://themes.googleusercontent.com/static/fonts/arvo/v6/id5a4BCjbenl5Gkqonw_Rw.ttf",
1050
+ "700": "http://themes.googleusercontent.com/static/fonts/arvo/v6/OB3FDST7U38u3OjPK_vvRQ.ttf",
1051
+ "700italic": "http://themes.googleusercontent.com/static/fonts/arvo/v6/Hvl2MuWoXLaCy2v6MD4Yvw.ttf"
1052
+ }
1053
+ },
1054
+ {
1055
+ "kind": "webfonts#webfont",
1056
+ "family": "Asap",
1057
+ "category": "sans-serif",
1058
+ "variants": [
1059
+ "regular",
1060
+ "italic",
1061
+ "700",
1062
+ "700italic"
1063
+ ],
1064
+ "subsets": [
1065
+ "latin",
1066
+ "latin-ext"
1067
+ ],
1068
+ "version": "v2",
1069
+ "lastModified": "2014-01-07",
1070
+ "files": {
1071
+ "regular": "http://themes.googleusercontent.com/static/fonts/asap/v2/2lf-1MDR8tsTpEtvJmr2hA.ttf",
1072
+ "italic": "http://themes.googleusercontent.com/static/fonts/asap/v2/mwxNHf8QS8gNWCAMwkJNIg.ttf",
1073
+ "700": "http://themes.googleusercontent.com/static/fonts/asap/v2/o5RUA7SsJ80M8oDFBnrDbg.ttf",
1074
+ "700italic": "http://themes.googleusercontent.com/static/fonts/asap/v2/_rZz9y2oXc09jT5T6BexLQ.ttf"
1075
+ }
1076
+ },
1077
+ {
1078
+ "kind": "webfonts#webfont",
1079
+ "family": "Asset",
1080
+ "category": "display",
1081
+ "variants": [
1082
+ "regular"
1083
+ ],
1084
+ "subsets": [
1085
+ "latin"
1086
+ ],
1087
+ "version": "v4",
1088
+ "lastModified": "2014-01-07",
1089
+ "files": {
1090
+ "regular": "http://themes.googleusercontent.com/static/fonts/asset/v4/hfPmqY-JzuR1lULlQf9iTg.ttf"
1091
+ }
1092
+ },
1093
+ {
1094
+ "kind": "webfonts#webfont",
1095
+ "family": "Astloch",
1096
+ "category": "display",
1097
+ "variants": [
1098
+ "regular",
1099
+ "700"
1100
+ ],
1101
+ "subsets": [
1102
+ "latin"
1103
+ ],
1104
+ "version": "v4",
1105
+ "lastModified": "2014-01-07",
1106
+ "files": {
1107
+ "regular": "http://themes.googleusercontent.com/static/fonts/astloch/v4/fmbitVmHYLQP7MGPuFgpag.ttf",
1108
+ "700": "http://themes.googleusercontent.com/static/fonts/astloch/v4/aPkhM2tL-tz1jX6aX2rvo_esZW2xOQ-xsNqO47m55DA.ttf"
1109
+ }
1110
+ },
1111
+ {
1112
+ "kind": "webfonts#webfont",
1113
+ "family": "Asul",
1114
+ "category": "sans-serif",
1115
+ "variants": [
1116
+ "regular",
1117
+ "700"
1118
+ ],
1119
+ "subsets": [
1120
+ "latin"
1121
+ ],
1122
+ "version": "v3",
1123
+ "lastModified": "2014-01-07",
1124
+ "files": {
1125
+ "regular": "http://themes.googleusercontent.com/static/fonts/asul/v3/9qpsNR_OOwyOYyo2N0IbBw.ttf",
1126
+ "700": "http://themes.googleusercontent.com/static/fonts/asul/v3/uO8uNmxaq87-DdPmkEg5Gg.ttf"
1127
+ }
1128
+ },
1129
+ {
1130
+ "kind": "webfonts#webfont",
1131
+ "family": "Atomic Age",
1132
+ "category": "display",
1133
+ "variants": [
1134
+ "regular"
1135
+ ],
1136
+ "subsets": [
1137
+ "latin"
1138
+ ],
1139
+ "version": "v4",
1140
+ "lastModified": "2014-01-07",
1141
+ "files": {
1142
+ "regular": "http://themes.googleusercontent.com/static/fonts/atomicage/v4/WvBMe4FxANIKpo6Oi0mVJ_esZW2xOQ-xsNqO47m55DA.ttf"
1143
+ }
1144
+ },
1145
+ {
1146
+ "kind": "webfonts#webfont",
1147
+ "family": "Aubrey",
1148
+ "category": "display",
1149
+ "variants": [
1150
+ "regular"
1151
+ ],
1152
+ "subsets": [
1153
+ "latin"
1154
+ ],
1155
+ "version": "v6",
1156
+ "lastModified": "2014-01-07",
1157
+ "files": {
1158
+ "regular": "http://themes.googleusercontent.com/static/fonts/aubrey/v6/zo9w8klO8bmOQIMajQ2aTA.ttf"
1159
+ }
1160
+ },
1161
+ {
1162
+ "kind": "webfonts#webfont",
1163
+ "family": "Audiowide",
1164
+ "category": "display",
1165
+ "variants": [
1166
+ "regular"
1167
+ ],
1168
+ "subsets": [
1169
+ "latin",
1170
+ "latin-ext"
1171
+ ],
1172
+ "version": "v2",
1173
+ "lastModified": "2014-01-07",
1174
+ "files": {
1175
+ "regular": "http://themes.googleusercontent.com/static/fonts/audiowide/v2/yGcwRZB6VmoYhPUYT-mEow.ttf"
1176
+ }
1177
+ },
1178
+ {
1179
+ "kind": "webfonts#webfont",
1180
+ "family": "Autour One",
1181
+ "category": "display",
1182
+ "variants": [
1183
+ "regular"
1184
+ ],
1185
+ "subsets": [
1186
+ "latin",
1187
+ "latin-ext"
1188
+ ],
1189
+ "version": "v2",
1190
+ "lastModified": "2014-01-07",
1191
+ "files": {
1192
+ "regular": "http://themes.googleusercontent.com/static/fonts/autourone/v2/2xmQBcg7FN72jaQRFZPIDvesZW2xOQ-xsNqO47m55DA.ttf"
1193
+ }
1194
+ },
1195
+ {
1196
+ "kind": "webfonts#webfont",
1197
+ "family": "Average",
1198
+ "category": "serif",
1199
+ "variants": [
1200
+ "regular"
1201
+ ],
1202
+ "subsets": [
1203
+ "latin",
1204
+ "latin-ext"
1205
+ ],
1206
+ "version": "v2",
1207
+ "lastModified": "2014-01-07",
1208
+ "files": {
1209
+ "regular": "http://themes.googleusercontent.com/static/fonts/average/v2/aHUibBqdDbVYl5FM48pxyQ.ttf"
1210
+ }
1211
+ },
1212
+ {
1213
+ "kind": "webfonts#webfont",
1214
+ "family": "Average Sans",
1215
+ "category": "sans-serif",
1216
+ "variants": [
1217
+ "regular"
1218
+ ],
1219
+ "subsets": [
1220
+ "latin",
1221
+ "latin-ext"
1222
+ ],
1223
+ "version": "v2",
1224
+ "lastModified": "2014-01-07",
1225
+ "files": {
1226
+ "regular": "http://themes.googleusercontent.com/static/fonts/averagesans/v2/dnU3R-5A_43y5bIyLztPsS3USBnSvpkopQaUR-2r7iU.ttf"
1227
+ }
1228
+ },
1229
+ {
1230
+ "kind": "webfonts#webfont",
1231
+ "family": "Averia Gruesa Libre",
1232
+ "category": "display",
1233
+ "variants": [
1234
+ "regular"
1235
+ ],
1236
+ "subsets": [
1237
+ "latin",
1238
+ "latin-ext"
1239
+ ],
1240
+ "version": "v2",
1241
+ "lastModified": "2014-01-07",
1242
+ "files": {
1243
+ "regular": "http://themes.googleusercontent.com/static/fonts/averiagruesalibre/v2/10vbZTOoN6T8D-nvDzwRFyXcKHuZXlCN8VkWHpkUzKM.ttf"
1244
+ }
1245
+ },
1246
+ {
1247
+ "kind": "webfonts#webfont",
1248
+ "family": "Averia Libre",
1249
+ "category": "display",
1250
+ "variants": [
1251
+ "300",
1252
+ "300italic",
1253
+ "regular",
1254
+ "italic",
1255
+ "700",
1256
+ "700italic"
1257
+ ],
1258
+ "subsets": [
1259
+ "latin"
1260
+ ],
1261
+ "version": "v2",
1262
+ "lastModified": "2014-01-07",
1263
+ "files": {
1264
+ "300": "http://themes.googleusercontent.com/static/fonts/averialibre/v2/r6hGL8sSLm4dTzOPXgx5XacQoVhARpoaILP7amxE_8g.ttf",
1265
+ "300italic": "http://themes.googleusercontent.com/static/fonts/averialibre/v2/I6wAYuAvOgT7el2ePj2nkina0FLWfcB-J_SAYmcAXaI.ttf",
1266
+ "regular": "http://themes.googleusercontent.com/static/fonts/averialibre/v2/rYVgHZZQICWnhjguGsBspC3USBnSvpkopQaUR-2r7iU.ttf",
1267
+ "italic": "http://themes.googleusercontent.com/static/fonts/averialibre/v2/1etzuoNxVHR8F533EkD1WfMZXuCXbOrAvx5R0IT5Oyo.ttf",
1268
+ "700": "http://themes.googleusercontent.com/static/fonts/averialibre/v2/r6hGL8sSLm4dTzOPXgx5XUD2ttfZwueP-QU272T9-k4.ttf",
1269
+ "700italic": "http://themes.googleusercontent.com/static/fonts/averialibre/v2/I6wAYuAvOgT7el2ePj2nkvAs9-1nE9qOqhChW0m4nDE.ttf"
1270
+ }
1271
+ },
1272
+ {
1273
+ "kind": "webfonts#webfont",
1274
+ "family": "Averia Sans Libre",
1275
+ "category": "display",
1276
+ "variants": [
1277
+ "300",
1278
+ "300italic",
1279
+ "regular",
1280
+ "italic",
1281
+ "700",
1282
+ "700italic"
1283
+ ],
1284
+ "subsets": [
1285
+ "latin"
1286
+ ],
1287
+ "version": "v2",
1288
+ "lastModified": "2014-01-07",
1289
+ "files": {
1290
+ "300": "http://themes.googleusercontent.com/static/fonts/averiasanslibre/v2/_9-jTfQjaBsWAF_yp5z-V4CP_KG_g80s1KXiBtJHoNc.ttf",
1291
+ "300italic": "http://themes.googleusercontent.com/static/fonts/averiasanslibre/v2/o7BEIK-fG3Ykc5Rzteh88YuyGu4JqttndUh4gRKxic0.ttf",
1292
+ "regular": "http://themes.googleusercontent.com/static/fonts/averiasanslibre/v2/yRJpjT39KxACO9F31mj_LqV8_KRn4epKAjTFK1s1fsg.ttf",
1293
+ "italic": "http://themes.googleusercontent.com/static/fonts/averiasanslibre/v2/COEzR_NPBSUOl3pFwPbPoCZU2HnUZT1xVKaIrHDioao.ttf",
1294
+ "700": "http://themes.googleusercontent.com/static/fonts/averiasanslibre/v2/_9-jTfQjaBsWAF_yp5z-V8QwVOrz1y5GihpZmtKLhlI.ttf",
1295
+ "700italic": "http://themes.googleusercontent.com/static/fonts/averiasanslibre/v2/o7BEIK-fG3Ykc5Rzteh88bXy1DXgmJcVtKjM5UWamMs.ttf"
1296
+ }
1297
+ },
1298
+ {
1299
+ "kind": "webfonts#webfont",
1300
+ "family": "Averia Serif Libre",
1301
+ "category": "display",
1302
+ "variants": [
1303
+ "300",
1304
+ "300italic",
1305
+ "regular",
1306
+ "italic",
1307
+ "700",
1308
+ "700italic"
1309
+ ],
1310
+ "subsets": [
1311
+ "latin"
1312
+ ],
1313
+ "version": "v3",
1314
+ "lastModified": "2014-01-07",
1315
+ "files": {
1316
+ "300": "http://themes.googleusercontent.com/static/fonts/averiaseriflibre/v3/yvITAdr5D1nlsdFswJAb8SmC4gFJ2PHmfdVKEd_5S9M.ttf",
1317
+ "300italic": "http://themes.googleusercontent.com/static/fonts/averiaseriflibre/v3/YOLFXyye4sZt6AZk1QybCG2okl0bU63CauowU4iApig.ttf",
1318
+ "regular": "http://themes.googleusercontent.com/static/fonts/averiaseriflibre/v3/fdtF30xa_Erw0zAzOoG4BZqY66i8AUyI16fGqw0iAew.ttf",
1319
+ "italic": "http://themes.googleusercontent.com/static/fonts/averiaseriflibre/v3/o9qhvK9iT5iDWfyhQUe-6Ru_b0bTq5iipbJ9hhgHJ6U.ttf",
1320
+ "700": "http://themes.googleusercontent.com/static/fonts/averiaseriflibre/v3/yvITAdr5D1nlsdFswJAb8Q50KV5TaOVolur4zV2iZsg.ttf",
1321
+ "700italic": "http://themes.googleusercontent.com/static/fonts/averiaseriflibre/v3/YOLFXyye4sZt6AZk1QybCNxohRXP4tNDqG3X4Hqn21k.ttf"
1322
+ }
1323
+ },
1324
+ {
1325
+ "kind": "webfonts#webfont",
1326
+ "family": "Bad Script",
1327
+ "category": "handwriting",
1328
+ "variants": [
1329
+ "regular"
1330
+ ],
1331
+ "subsets": [
1332
+ "latin",
1333
+ "cyrillic"
1334
+ ],
1335
+ "version": "v3",
1336
+ "lastModified": "2014-01-07",
1337
+ "files": {
1338
+ "regular": "http://themes.googleusercontent.com/static/fonts/badscript/v3/cRyUs0nJ2eMQFHwBsZNRXfesZW2xOQ-xsNqO47m55DA.ttf"
1339
+ }
1340
+ },
1341
+ {
1342
+ "kind": "webfonts#webfont",
1343
+ "family": "Balthazar",
1344
+ "category": "serif",
1345
+ "variants": [
1346
+ "regular"
1347
+ ],
1348
+ "subsets": [
1349
+ "latin"
1350
+ ],
1351
+ "version": "v3",
1352
+ "lastModified": "2014-01-07",
1353
+ "files": {
1354
+ "regular": "http://themes.googleusercontent.com/static/fonts/balthazar/v3/WgbaSIs6dJAGXJ0qbz2xlw.ttf"
1355
+ }
1356
+ },
1357
+ {
1358
+ "kind": "webfonts#webfont",
1359
+ "family": "Bangers",
1360
+ "category": "display",
1361
+ "variants": [
1362
+ "regular"
1363
+ ],
1364
+ "subsets": [
1365
+ "latin"
1366
+ ],
1367
+ "version": "v5",
1368
+ "lastModified": "2014-01-07",
1369
+ "files": {
1370
+ "regular": "http://themes.googleusercontent.com/static/fonts/bangers/v5/WAffdge5w99Xif-DLeqmcA.ttf"
1371
+ }
1372
+ },
1373
+ {
1374
+ "kind": "webfonts#webfont",
1375
+ "family": "Basic",
1376
+ "category": "sans-serif",
1377
+ "variants": [
1378
+ "regular"
1379
+ ],
1380
+ "subsets": [
1381
+ "latin",
1382
+ "latin-ext"
1383
+ ],
1384
+ "version": "v3",
1385
+ "lastModified": "2014-01-07",
1386
+ "files": {
1387
+ "regular": "http://themes.googleusercontent.com/static/fonts/basic/v3/hNII2mS5Dxw5C0u_m3mXgA.ttf"
1388
+ }
1389
+ },
1390
+ {
1391
+ "kind": "webfonts#webfont",
1392
+ "family": "Battambang",
1393
+ "category": "display",
1394
+ "variants": [
1395
+ "regular",
1396
+ "700"
1397
+ ],
1398
+ "subsets": [
1399
+ "khmer"
1400
+ ],
1401
+ "version": "v7",
1402
+ "lastModified": "2014-01-07",
1403
+ "files": {
1404
+ "regular": "http://themes.googleusercontent.com/static/fonts/battambang/v7/MzrUfQLefYum5vVGM3EZVPesZW2xOQ-xsNqO47m55DA.ttf",
1405
+ "700": "http://themes.googleusercontent.com/static/fonts/battambang/v7/dezbRtMzfzAA99DmrCYRMgJKKGfqHaYFsRG-T3ceEVo.ttf"
1406
+ }
1407
+ },
1408
+ {
1409
+ "kind": "webfonts#webfont",
1410
+ "family": "Baumans",
1411
+ "category": "display",
1412
+ "variants": [
1413
+ "regular"
1414
+ ],
1415
+ "subsets": [
1416
+ "latin"
1417
+ ],
1418
+ "version": "v3",
1419
+ "lastModified": "2014-01-07",
1420
+ "files": {
1421
+ "regular": "http://themes.googleusercontent.com/static/fonts/baumans/v3/o0bFdPW1H5kd5saqqOcoVg.ttf"
1422
+ }
1423
+ },
1424
+ {
1425
+ "kind": "webfonts#webfont",
1426
+ "family": "Bayon",
1427
+ "category": "display",
1428
+ "variants": [
1429
+ "regular"
1430
+ ],
1431
+ "subsets": [
1432
+ "khmer"
1433
+ ],
1434
+ "version": "v6",
1435
+ "lastModified": "2014-01-07",
1436
+ "files": {
1437
+ "regular": "http://themes.googleusercontent.com/static/fonts/bayon/v6/yTubusjTnpNRZwA4_50iVw.ttf"
1438
+ }
1439
+ },
1440
+ {
1441
+ "kind": "webfonts#webfont",
1442
+ "family": "Belgrano",
1443
+ "category": "serif",
1444
+ "variants": [
1445
+ "regular"
1446
+ ],
1447
+ "subsets": [
1448
+ "latin"
1449
+ ],
1450
+ "version": "v4",
1451
+ "lastModified": "2014-01-07",
1452
+ "files": {
1453
+ "regular": "http://themes.googleusercontent.com/static/fonts/belgrano/v4/iq8DUa2s7g6WRCeMiFrmtQ.ttf"
1454
+ }
1455
+ },
1456
+ {
1457
+ "kind": "webfonts#webfont",
1458
+ "family": "Belleza",
1459
+ "category": "sans-serif",
1460
+ "variants": [
1461
+ "regular"
1462
+ ],
1463
+ "subsets": [
1464
+ "latin",
1465
+ "latin-ext"
1466
+ ],
1467
+ "version": "v2",
1468
+ "lastModified": "2014-01-07",
1469
+ "files": {
1470
+ "regular": "http://themes.googleusercontent.com/static/fonts/belleza/v2/wchA3BWJlVqvIcSeNZyXew.ttf"
1471
+ }
1472
+ },
1473
+ {
1474
+ "kind": "webfonts#webfont",
1475
+ "family": "BenchNine",
1476
+ "category": "sans-serif",
1477
+ "variants": [
1478
+ "300",
1479
+ "regular",
1480
+ "700"
1481
+ ],
1482
+ "subsets": [
1483
+ "latin",
1484
+ "latin-ext"
1485
+ ],
1486
+ "version": "v2",
1487
+ "lastModified": "2014-01-07",
1488
+ "files": {
1489
+ "300": "http://themes.googleusercontent.com/static/fonts/benchnine/v2/ah9xtUy9wLQ3qnWa2p-piS3USBnSvpkopQaUR-2r7iU.ttf",
1490
+ "regular": "http://themes.googleusercontent.com/static/fonts/benchnine/v2/h3OAlYqU3aOeNkuXgH2Q2w.ttf",
1491
+ "700": "http://themes.googleusercontent.com/static/fonts/benchnine/v2/qZpi6ZVZg3L2RL_xoBLxWS3USBnSvpkopQaUR-2r7iU.ttf"
1492
+ }
1493
+ },
1494
+ {
1495
+ "kind": "webfonts#webfont",
1496
+ "family": "Bentham",
1497
+ "category": "serif",
1498
+ "variants": [
1499
+ "regular"
1500
+ ],
1501
+ "subsets": [
1502
+ "latin"
1503
+ ],
1504
+ "version": "v4",
1505
+ "lastModified": "2014-01-07",
1506
+ "files": {
1507
+ "regular": "http://themes.googleusercontent.com/static/fonts/bentham/v4/5-Mo8Fe7yg5tzV0GlQIuzQ.ttf"
1508
+ }
1509
+ },
1510
+ {
1511
+ "kind": "webfonts#webfont",
1512
+ "family": "Berkshire Swash",
1513
+ "category": "handwriting",
1514
+ "variants": [
1515
+ "regular"
1516
+ ],
1517
+ "subsets": [
1518
+ "latin",
1519
+ "latin-ext"
1520
+ ],
1521
+ "version": "v2",
1522
+ "lastModified": "2014-01-07",
1523
+ "files": {
1524
+ "regular": "http://themes.googleusercontent.com/static/fonts/berkshireswash/v2/4RZJjVRPjYnC2939hKCAimKfbtsIjCZP_edQljX9gR0.ttf"
1525
+ }
1526
+ },
1527
+ {
1528
+ "kind": "webfonts#webfont",
1529
+ "family": "Bevan",
1530
+ "category": "display",
1531
+ "variants": [
1532
+ "regular"
1533
+ ],
1534
+ "subsets": [
1535
+ "latin"
1536
+ ],
1537
+ "version": "v5",
1538
+ "lastModified": "2014-01-07",
1539
+ "files": {
1540
+ "regular": "http://themes.googleusercontent.com/static/fonts/bevan/v5/Rtg3zDsCeQiaJ_Qno22OJA.ttf"
1541
+ }
1542
+ },
1543
+ {
1544
+ "kind": "webfonts#webfont",
1545
+ "family": "Bigelow Rules",
1546
+ "category": "display",
1547
+ "variants": [
1548
+ "regular"
1549
+ ],
1550
+ "subsets": [
1551
+ "latin",
1552
+ "latin-ext"
1553
+ ],
1554
+ "version": "v2",
1555
+ "lastModified": "2014-01-07",
1556
+ "files": {
1557
+ "regular": "http://themes.googleusercontent.com/static/fonts/bigelowrules/v2/FEJCPLwo07FS-6SK6Al50X8f0n03UdmQgF_CLvNR2vg.ttf"
1558
+ }
1559
+ },
1560
+ {
1561
+ "kind": "webfonts#webfont",
1562
+ "family": "Bigshot One",
1563
+ "category": "display",
1564
+ "variants": [
1565
+ "regular"
1566
+ ],
1567
+ "subsets": [
1568
+ "latin"
1569
+ ],
1570
+ "version": "v4",
1571
+ "lastModified": "2014-01-07",
1572
+ "files": {
1573
+ "regular": "http://themes.googleusercontent.com/static/fonts/bigshotone/v4/wSyZjBNTWDQHnvWE2jt6j6CWcynf_cDxXwCLxiixG1c.ttf"
1574
+ }
1575
+ },
1576
+ {
1577
+ "kind": "webfonts#webfont",
1578
+ "family": "Bilbo",
1579
+ "category": "handwriting",
1580
+ "variants": [
1581
+ "regular"
1582
+ ],
1583
+ "subsets": [
1584
+ "latin",
1585
+ "latin-ext"
1586
+ ],
1587
+ "version": "v4",
1588
+ "lastModified": "2014-01-07",
1589
+ "files": {
1590
+ "regular": "http://themes.googleusercontent.com/static/fonts/bilbo/v4/-ty-lPs5H7OIucWbnpFrkA.ttf"
1591
+ }
1592
+ },
1593
+ {
1594
+ "kind": "webfonts#webfont",
1595
+ "family": "Bilbo Swash Caps",
1596
+ "category": "handwriting",
1597
+ "variants": [
1598
+ "regular"
1599
+ ],
1600
+ "subsets": [
1601
+ "latin",
1602
+ "latin-ext"
1603
+ ],
1604
+ "version": "v5",
1605
+ "lastModified": "2014-01-07",
1606
+ "files": {
1607
+ "regular": "http://themes.googleusercontent.com/static/fonts/bilboswashcaps/v5/UB_-crLvhx-PwGKW1oosDmYeFSdnSpRYv5h9gpdlD1g.ttf"
1608
+ }
1609
+ },
1610
+ {
1611
+ "kind": "webfonts#webfont",
1612
+ "family": "Bitter",
1613
+ "category": "serif",
1614
+ "variants": [
1615
+ "regular",
1616
+ "italic",
1617
+ "700"
1618
+ ],
1619
+ "subsets": [
1620
+ "latin",
1621
+ "latin-ext"
1622
+ ],
1623
+ "version": "v5",
1624
+ "lastModified": "2014-01-07",
1625
+ "files": {
1626
+ "regular": "http://themes.googleusercontent.com/static/fonts/bitter/v5/w_BNdJvVZDRmqy5aSfB2kQ.ttf",
1627
+ "italic": "http://themes.googleusercontent.com/static/fonts/bitter/v5/TC0FZEVzXQIGgzmRfKPZbA.ttf",
1628
+ "700": "http://themes.googleusercontent.com/static/fonts/bitter/v5/4dUtr_4BvHuoRU35suyOAg.ttf"
1629
+ }
1630
+ },
1631
+ {
1632
+ "kind": "webfonts#webfont",
1633
+ "family": "Black Ops One",
1634
+ "category": "display",
1635
+ "variants": [
1636
+ "regular"
1637
+ ],
1638
+ "subsets": [
1639
+ "latin",
1640
+ "latin-ext"
1641
+ ],
1642
+ "version": "v5",
1643
+ "lastModified": "2014-01-07",
1644
+ "files": {
1645
+ "regular": "http://themes.googleusercontent.com/static/fonts/blackopsone/v5/2XW-DmDsGbDLE372KrMW1Yjjx0o0jr6fNXxPgYh_a8Q.ttf"
1646
+ }
1647
+ },
1648
+ {
1649
+ "kind": "webfonts#webfont",
1650
+ "family": "Bokor",
1651
+ "category": "display",
1652
+ "variants": [
1653
+ "regular"
1654
+ ],
1655
+ "subsets": [
1656
+ "khmer"
1657
+ ],
1658
+ "version": "v6",
1659
+ "lastModified": "2014-01-07",
1660
+ "files": {
1661
+ "regular": "http://themes.googleusercontent.com/static/fonts/bokor/v6/uAKdo0A85WW23Gs6mcbw7A.ttf"
1662
+ }
1663
+ },
1664
+ {
1665
+ "kind": "webfonts#webfont",
1666
+ "family": "Bonbon",
1667
+ "category": "handwriting",
1668
+ "variants": [
1669
+ "regular"
1670
+ ],
1671
+ "subsets": [
1672
+ "latin"
1673
+ ],
1674
+ "version": "v4",
1675
+ "lastModified": "2014-01-07",
1676
+ "files": {
1677
+ "regular": "http://themes.googleusercontent.com/static/fonts/bonbon/v4/IW3u1yzG1knyW5oz0s9_6Q.ttf"
1678
+ }
1679
+ },
1680
+ {
1681
+ "kind": "webfonts#webfont",
1682
+ "family": "Boogaloo",
1683
+ "category": "display",
1684
+ "variants": [
1685
+ "regular"
1686
+ ],
1687
+ "subsets": [
1688
+ "latin"
1689
+ ],
1690
+ "version": "v4",
1691
+ "lastModified": "2014-01-07",
1692
+ "files": {
1693
+ "regular": "http://themes.googleusercontent.com/static/fonts/boogaloo/v4/4Wu1tvFMoB80fSu8qLgQfQ.ttf"
1694
+ }
1695
+ },
1696
+ {
1697
+ "kind": "webfonts#webfont",
1698
+ "family": "Bowlby One",
1699
+ "category": "display",
1700
+ "variants": [
1701
+ "regular"
1702
+ ],
1703
+ "subsets": [
1704
+ "latin"
1705
+ ],
1706
+ "version": "v5",
1707
+ "lastModified": "2014-01-07",
1708
+ "files": {
1709
+ "regular": "http://themes.googleusercontent.com/static/fonts/bowlbyone/v5/eKpHjHfjoxM2bX36YNucefesZW2xOQ-xsNqO47m55DA.ttf"
1710
+ }
1711
+ },
1712
+ {
1713
+ "kind": "webfonts#webfont",
1714
+ "family": "Bowlby One SC",
1715
+ "category": "display",
1716
+ "variants": [
1717
+ "regular"
1718
+ ],
1719
+ "subsets": [
1720
+ "latin",
1721
+ "latin-ext"
1722
+ ],
1723
+ "version": "v6",
1724
+ "lastModified": "2014-01-07",
1725
+ "files": {
1726
+ "regular": "http://themes.googleusercontent.com/static/fonts/bowlbyonesc/v6/8ZkeXftTuzKBtmxOYXoRedDkZCMxWJecxjvKm2f8MJw.ttf"
1727
+ }
1728
+ },
1729
+ {
1730
+ "kind": "webfonts#webfont",
1731
+ "family": "Brawler",
1732
+ "category": "serif",
1733
+ "variants": [
1734
+ "regular"
1735
+ ],
1736
+ "subsets": [
1737
+ "latin"
1738
+ ],
1739
+ "version": "v4",
1740
+ "lastModified": "2014-01-07",
1741
+ "files": {
1742
+ "regular": "http://themes.googleusercontent.com/static/fonts/brawler/v4/3gfSw6imxQnQxweVITqUrg.ttf"
1743
+ }
1744
+ },
1745
+ {
1746
+ "kind": "webfonts#webfont",
1747
+ "family": "Bree Serif",
1748
+ "category": "serif",
1749
+ "variants": [
1750
+ "regular"
1751
+ ],
1752
+ "subsets": [
1753
+ "latin",
1754
+ "latin-ext"
1755
+ ],
1756
+ "version": "v3",
1757
+ "lastModified": "2014-01-07",
1758
+ "files": {
1759
+ "regular": "http://themes.googleusercontent.com/static/fonts/breeserif/v3/5h9crBVIrvZqgf34FHcnEfesZW2xOQ-xsNqO47m55DA.ttf"
1760
+ }
1761
+ },
1762
+ {
1763
+ "kind": "webfonts#webfont",
1764
+ "family": "Bubblegum Sans",
1765
+ "category": "display",
1766
+ "variants": [
1767
+ "regular"
1768
+ ],
1769
+ "subsets": [
1770
+ "latin",
1771
+ "latin-ext"
1772
+ ],
1773
+ "version": "v3",
1774
+ "lastModified": "2014-01-07",
1775
+ "files": {
1776
+ "regular": "http://themes.googleusercontent.com/static/fonts/bubblegumsans/v3/Y9iTUUNz6lbl6TrvV4iwsytnKWgpfO2iSkLzTz-AABg.ttf"
1777
+ }
1778
+ },
1779
+ {
1780
+ "kind": "webfonts#webfont",
1781
+ "family": "Bubbler One",
1782
+ "category": "sans-serif",
1783
+ "variants": [
1784
+ "regular"
1785
+ ],
1786
+ "subsets": [
1787
+ "latin",
1788
+ "latin-ext"
1789
+ ],
1790
+ "version": "v2",
1791
+ "lastModified": "2014-01-07",
1792
+ "files": {
1793
+ "regular": "http://themes.googleusercontent.com/static/fonts/bubblerone/v2/e8S0qevkZAFaBybtt_SU4qCWcynf_cDxXwCLxiixG1c.ttf"
1794
+ }
1795
+ },
1796
+ {
1797
+ "kind": "webfonts#webfont",
1798
+ "family": "Buda",
1799
+ "category": "display",
1800
+ "variants": [
1801
+ "300"
1802
+ ],
1803
+ "subsets": [
1804
+ "latin"
1805
+ ],
1806
+ "version": "v4",
1807
+ "lastModified": "2014-01-07",
1808
+ "files": {
1809
+ "300": "http://themes.googleusercontent.com/static/fonts/buda/v4/hLtAmNUmEMJH2yx7NGUjnA.ttf"
1810
+ }
1811
+ },
1812
+ {
1813
+ "kind": "webfonts#webfont",
1814
+ "family": "Buenard",
1815
+ "category": "serif",
1816
+ "variants": [
1817
+ "regular",
1818
+ "700"
1819
+ ],
1820
+ "subsets": [
1821
+ "latin",
1822
+ "latin-ext"
1823
+ ],
1824
+ "version": "v4",
1825
+ "lastModified": "2014-01-07",
1826
+ "files": {
1827
+ "regular": "http://themes.googleusercontent.com/static/fonts/buenard/v4/NSpMPGKAUgrLrlstYVvIXQ.ttf",
1828
+ "700": "http://themes.googleusercontent.com/static/fonts/buenard/v4/yUlGE115dGr7O9w9FlP3UvesZW2xOQ-xsNqO47m55DA.ttf"
1829
+ }
1830
+ },
1831
+ {
1832
+ "kind": "webfonts#webfont",
1833
+ "family": "Butcherman",
1834
+ "category": "display",
1835
+ "variants": [
1836
+ "regular"
1837
+ ],
1838
+ "subsets": [
1839
+ "latin",
1840
+ "latin-ext"
1841
+ ],
1842
+ "version": "v5",
1843
+ "lastModified": "2014-01-07",
1844
+ "files": {
1845
+ "regular": "http://themes.googleusercontent.com/static/fonts/butcherman/v5/bxiJmD567sPBVpJsT0XR0vesZW2xOQ-xsNqO47m55DA.ttf"
1846
+ }
1847
+ },
1848
+ {
1849
+ "kind": "webfonts#webfont",
1850
+ "family": "Butterfly Kids",
1851
+ "category": "handwriting",
1852
+ "variants": [
1853
+ "regular"
1854
+ ],
1855
+ "subsets": [
1856
+ "latin",
1857
+ "latin-ext"
1858
+ ],
1859
+ "version": "v2",
1860
+ "lastModified": "2014-01-07",
1861
+ "files": {
1862
+ "regular": "http://themes.googleusercontent.com/static/fonts/butterflykids/v2/J4NTF5M25htqeTffYImtlUZaDk62iwTBnbnvwSjZciA.ttf"
1863
+ }
1864
+ },
1865
+ {
1866
+ "kind": "webfonts#webfont",
1867
+ "family": "Cabin",
1868
+ "category": "sans-serif",
1869
+ "variants": [
1870
+ "regular",
1871
+ "italic",
1872
+ "500",
1873
+ "500italic",
1874
+ "600",
1875
+ "600italic",
1876
+ "700",
1877
+ "700italic"
1878
+ ],
1879
+ "subsets": [
1880
+ "latin"
1881
+ ],
1882
+ "version": "v5",
1883
+ "lastModified": "2014-01-07",
1884
+ "files": {
1885
+ "regular": "http://themes.googleusercontent.com/static/fonts/cabin/v5/XeuAFYo2xAPHxZGBbQtHhA.ttf",
1886
+ "italic": "http://themes.googleusercontent.com/static/fonts/cabin/v5/0tJ9k3DI5xC4GBgs1E_Jxw.ttf",
1887
+ "500": "http://themes.googleusercontent.com/static/fonts/cabin/v5/HgsCQ-k3_Z_uQ86aFolNBg.ttf",
1888
+ "500italic": "http://themes.googleusercontent.com/static/fonts/cabin/v5/50sjhrGE0njyO-7mGDhGP_esZW2xOQ-xsNqO47m55DA.ttf",
1889
+ "600": "http://themes.googleusercontent.com/static/fonts/cabin/v5/eUDAvKhBtmTCkeVBsFk34A.ttf",
1890
+ "600italic": "http://themes.googleusercontent.com/static/fonts/cabin/v5/sFQpQDBd3G2om0Nl5dD2CvesZW2xOQ-xsNqO47m55DA.ttf",
1891
+ "700": "http://themes.googleusercontent.com/static/fonts/cabin/v5/4EKhProuY1hq_WCAomq9Dg.ttf",
1892
+ "700italic": "http://themes.googleusercontent.com/static/fonts/cabin/v5/K83QKi8MOKLEqj6bgZ7LrfesZW2xOQ-xsNqO47m55DA.ttf"
1893
+ }
1894
+ },
1895
+ {
1896
+ "kind": "webfonts#webfont",
1897
+ "family": "Cabin Condensed",
1898
+ "category": "sans-serif",
1899
+ "variants": [
1900
+ "regular",
1901
+ "500",
1902
+ "600",
1903
+ "700"
1904
+ ],
1905
+ "subsets": [
1906
+ "latin"
1907
+ ],
1908
+ "version": "v5",
1909
+ "lastModified": "2014-01-07",
1910
+ "files": {
1911
+ "regular": "http://themes.googleusercontent.com/static/fonts/cabincondensed/v5/B0txb0blf2N29WdYPJjMSiQPsWWoiv__AzYJ9Zzn9II.ttf",
1912
+ "500": "http://themes.googleusercontent.com/static/fonts/cabincondensed/v5/Ez4zJbsGr2BgXcNUWBVgEARL_-ABKXdjsJSPT0lc2Bk.ttf",
1913
+ "600": "http://themes.googleusercontent.com/static/fonts/cabincondensed/v5/Ez4zJbsGr2BgXcNUWBVgELS5sSASxc8z4EQTQj7DCAI.ttf",
1914
+ "700": "http://themes.googleusercontent.com/static/fonts/cabincondensed/v5/Ez4zJbsGr2BgXcNUWBVgEMAWgzcA047xWLixhLCofl8.ttf"
1915
+ }
1916
+ },
1917
+ {
1918
+ "kind": "webfonts#webfont",
1919
+ "family": "Cabin Sketch",
1920
+ "category": "display",
1921
+ "variants": [
1922
+ "regular",
1923
+ "700"
1924
+ ],
1925
+ "subsets": [
1926
+ "latin"
1927
+ ],
1928
+ "version": "v6",
1929
+ "lastModified": "2014-01-07",
1930
+ "files": {
1931
+ "regular": "http://themes.googleusercontent.com/static/fonts/cabinsketch/v6/d9fijO34zQajqQvl3YHRCS3USBnSvpkopQaUR-2r7iU.ttf",
1932
+ "700": "http://themes.googleusercontent.com/static/fonts/cabinsketch/v6/ki3SSN5HMOO0-IOLOj069ED2ttfZwueP-QU272T9-k4.ttf"
1933
+ }
1934
+ },
1935
+ {
1936
+ "kind": "webfonts#webfont",
1937
+ "family": "Caesar Dressing",
1938
+ "category": "display",
1939
+ "variants": [
1940
+ "regular"
1941
+ ],
1942
+ "subsets": [
1943
+ "latin"
1944
+ ],
1945
+ "version": "v3",
1946
+ "lastModified": "2014-01-07",
1947
+ "files": {
1948
+ "regular": "http://themes.googleusercontent.com/static/fonts/caesardressing/v3/2T_WzBgE2Xz3FsyJMq34T9gR43u4FvCuJwIfF5Zxl6Y.ttf"
1949
+ }
1950
+ },
1951
+ {
1952
+ "kind": "webfonts#webfont",
1953
+ "family": "Cagliostro",
1954
+ "category": "sans-serif",
1955
+ "variants": [
1956
+ "regular"
1957
+ ],
1958
+ "subsets": [
1959
+ "latin"
1960
+ ],
1961
+ "version": "v3",
1962
+ "lastModified": "2014-01-07",
1963
+ "files": {
1964
+ "regular": "http://themes.googleusercontent.com/static/fonts/cagliostro/v3/i85oXbtdSatNEzss99bpj_esZW2xOQ-xsNqO47m55DA.ttf"
1965
+ }
1966
+ },
1967
+ {
1968
+ "kind": "webfonts#webfont",
1969
+ "family": "Calligraffitti",
1970
+ "category": "handwriting",
1971
+ "variants": [
1972
+ "regular"
1973
+ ],
1974
+ "subsets": [
1975
+ "latin"
1976
+ ],
1977
+ "version": "v5",
1978
+ "lastModified": "2014-01-07",
1979
+ "files": {
1980
+ "regular": "http://themes.googleusercontent.com/static/fonts/calligraffitti/v5/vLVN2Y-z65rVu1R7lWdvyDXz_orj3gX0_NzfmYulrko.ttf"
1981
+ }
1982
+ },
1983
+ {
1984
+ "kind": "webfonts#webfont",
1985
+ "family": "Cambo",
1986
+ "category": "serif",
1987
+ "variants": [
1988
+ "regular"
1989
+ ],
1990
+ "subsets": [
1991
+ "latin"
1992
+ ],
1993
+ "version": "v3",
1994
+ "lastModified": "2014-01-07",
1995
+ "files": {
1996
+ "regular": "http://themes.googleusercontent.com/static/fonts/cambo/v3/PnwpRuTdkYCf8qk4ajmNRA.ttf"
1997
+ }
1998
+ },
1999
+ {
2000
+ "kind": "webfonts#webfont",
2001
+ "family": "Candal",
2002
+ "category": "sans-serif",
2003
+ "variants": [
2004
+ "regular"
2005
+ ],
2006
+ "subsets": [
2007
+ "latin"
2008
+ ],
2009
+ "version": "v4",
2010
+ "lastModified": "2014-01-07",
2011
+ "files": {
2012
+ "regular": "http://themes.googleusercontent.com/static/fonts/candal/v4/x44dDW28zK7GR1gGDBmj9g.ttf"
2013
+ }
2014
+ },
2015
+ {
2016
+ "kind": "webfonts#webfont",
2017
+ "family": "Cantarell",
2018
+ "category": "sans-serif",
2019
+ "variants": [
2020
+ "regular",
2021
+ "italic",
2022
+ "700",
2023
+ "700italic"
2024
+ ],
2025
+ "subsets": [
2026
+ "latin"
2027
+ ],
2028
+ "version": "v4",
2029
+ "lastModified": "2014-01-07",
2030
+ "files": {
2031
+ "regular": "http://themes.googleusercontent.com/static/fonts/cantarell/v4/p5ydP_uWQ5lsFzcP_XVMEw.ttf",
2032
+ "italic": "http://themes.googleusercontent.com/static/fonts/cantarell/v4/DTCLtOSqP-7dgM-V_xKUjqCWcynf_cDxXwCLxiixG1c.ttf",
2033
+ "700": "http://themes.googleusercontent.com/static/fonts/cantarell/v4/Yir4ZDsCn4g1kWopdg-ehC3USBnSvpkopQaUR-2r7iU.ttf",
2034
+ "700italic": "http://themes.googleusercontent.com/static/fonts/cantarell/v4/weehrwMeZBXb0QyrWnRwFXe1Pd76Vl7zRpE7NLJQ7XU.ttf"
2035
+ }
2036
+ },
2037
+ {
2038
+ "kind": "webfonts#webfont",
2039
+ "family": "Cantata One",
2040
+ "category": "serif",
2041
+ "variants": [
2042
+ "regular"
2043
+ ],
2044
+ "subsets": [
2045
+ "latin",
2046
+ "latin-ext"
2047
+ ],
2048
+ "version": "v3",
2049
+ "lastModified": "2014-01-07",
2050
+ "files": {
2051
+ "regular": "http://themes.googleusercontent.com/static/fonts/cantataone/v3/-a5FDvnBqaBMDaGgZYnEfqCWcynf_cDxXwCLxiixG1c.ttf"
2052
+ }
2053
+ },
2054
+ {
2055
+ "kind": "webfonts#webfont",
2056
+ "family": "Cantora One",
2057
+ "category": "sans-serif",
2058
+ "variants": [
2059
+ "regular"
2060
+ ],
2061
+ "subsets": [
2062
+ "latin",
2063
+ "latin-ext"
2064
+ ],
2065
+ "version": "v3",
2066
+ "lastModified": "2014-01-07",
2067
+ "files": {
2068
+ "regular": "http://themes.googleusercontent.com/static/fonts/cantoraone/v3/oI-DS62RbHI8ZREjp73ehqCWcynf_cDxXwCLxiixG1c.ttf"
2069
+ }
2070
+ },
2071
+ {
2072
+ "kind": "webfonts#webfont",
2073
+ "family": "Capriola",
2074
+ "category": "sans-serif",
2075
+ "variants": [
2076
+ "regular"
2077
+ ],
2078
+ "subsets": [
2079
+ "latin",
2080
+ "latin-ext"
2081
+ ],
2082
+ "version": "v2",
2083
+ "lastModified": "2014-01-07",
2084
+ "files": {
2085
+ "regular": "http://themes.googleusercontent.com/static/fonts/capriola/v2/JxXPlkdzWwF9Cwelbvi9jA.ttf"
2086
+ }
2087
+ },
2088
+ {
2089
+ "kind": "webfonts#webfont",
2090
+ "family": "Cardo",
2091
+ "category": "serif",
2092
+ "variants": [
2093
+ "regular",
2094
+ "italic",
2095
+ "700"
2096
+ ],
2097
+ "subsets": [
2098
+ "latin",
2099
+ "greek",
2100
+ "latin-ext",
2101
+ "greek-ext"
2102
+ ],
2103
+ "version": "v6",
2104
+ "lastModified": "2014-01-07",
2105
+ "files": {
2106
+ "regular": "http://themes.googleusercontent.com/static/fonts/cardo/v6/jbkF2_R0FKUEZTq5dwSknQ.ttf",
2107
+ "italic": "http://themes.googleusercontent.com/static/fonts/cardo/v6/pcv4Np9tUkq0YREYUcEEJQ.ttf",
2108
+ "700": "http://themes.googleusercontent.com/static/fonts/cardo/v6/lQN30weILimrKvp8rZhF1w.ttf"
2109
+ }
2110
+ },
2111
+ {
2112
+ "kind": "webfonts#webfont",
2113
+ "family": "Carme",
2114
+ "category": "sans-serif",
2115
+ "variants": [
2116
+ "regular"
2117
+ ],
2118
+ "subsets": [
2119
+ "latin"
2120
+ ],
2121
+ "version": "v5",
2122
+ "lastModified": "2014-01-07",
2123
+ "files": {
2124
+ "regular": "http://themes.googleusercontent.com/static/fonts/carme/v5/08E0NP1eRBEyFRUadmMfgA.ttf"
2125
+ }
2126
+ },
2127
+ {
2128
+ "kind": "webfonts#webfont",
2129
+ "family": "Carrois Gothic",
2130
+ "category": "sans-serif",
2131
+ "variants": [
2132
+ "regular"
2133
+ ],
2134
+ "subsets": [
2135
+ "latin"
2136
+ ],
2137
+ "version": "v2",
2138
+ "lastModified": "2014-01-07",
2139
+ "files": {
2140
+ "regular": "http://themes.googleusercontent.com/static/fonts/carroisgothic/v2/GCgb7bssGpwp7V5ynxmWy2x3d0cwUleGuRTmCYfCUaM.ttf"
2141
+ }
2142
+ },
2143
+ {
2144
+ "kind": "webfonts#webfont",
2145
+ "family": "Carrois Gothic SC",
2146
+ "category": "sans-serif",
2147
+ "variants": [
2148
+ "regular"
2149
+ ],
2150
+ "subsets": [
2151
+ "latin"
2152
+ ],
2153
+ "version": "v2",
2154
+ "lastModified": "2014-01-07",
2155
+ "files": {
2156
+ "regular": "http://themes.googleusercontent.com/static/fonts/carroisgothicsc/v2/bVp4nhwFIXU-r3LqUR8DSJTdPW1ioadGi2uRiKgJVCY.ttf"
2157
+ }
2158
+ },
2159
+ {
2160
+ "kind": "webfonts#webfont",
2161
+ "family": "Carter One",
2162
+ "category": "display",
2163
+ "variants": [
2164
+ "regular"
2165
+ ],
2166
+ "subsets": [
2167
+ "latin"
2168
+ ],
2169
+ "version": "v6",
2170
+ "lastModified": "2014-01-07",
2171
+ "files": {
2172
+ "regular": "http://themes.googleusercontent.com/static/fonts/carterone/v6/5X_LFvdbcB7OBG7hBgZ7fPesZW2xOQ-xsNqO47m55DA.ttf"
2173
+ }
2174
+ },
2175
+ {
2176
+ "kind": "webfonts#webfont",
2177
+ "family": "Caudex",
2178
+ "category": "serif",
2179
+ "variants": [
2180
+ "regular",
2181
+ "italic",
2182
+ "700",
2183
+ "700italic"
2184
+ ],
2185
+ "subsets": [
2186
+ "latin",
2187
+ "greek",
2188
+ "latin-ext",
2189
+ "greek-ext"
2190
+ ],
2191
+ "version": "v4",
2192
+ "lastModified": "2014-01-07",
2193
+ "files": {
2194
+ "regular": "http://themes.googleusercontent.com/static/fonts/caudex/v4/PWEexiHLDmQbn2b1OPZWfg.ttf",
2195
+ "italic": "http://themes.googleusercontent.com/static/fonts/caudex/v4/XjMZF6XCisvV3qapD4oJdw.ttf",
2196
+ "700": "http://themes.googleusercontent.com/static/fonts/caudex/v4/PetCI4GyQ5Q3LiOzUu_mMg.ttf",
2197
+ "700italic": "http://themes.googleusercontent.com/static/fonts/caudex/v4/yT8YeHLjaJvQXlUEYOA8gqCWcynf_cDxXwCLxiixG1c.ttf"
2198
+ }
2199
+ },
2200
+ {
2201
+ "kind": "webfonts#webfont",
2202
+ "family": "Cedarville Cursive",
2203
+ "category": "handwriting",
2204
+ "variants": [
2205
+ "regular"
2206
+ ],
2207
+ "subsets": [
2208
+ "latin"
2209
+ ],
2210
+ "version": "v4",
2211
+ "lastModified": "2014-01-07",
2212
+ "files": {
2213
+ "regular": "http://themes.googleusercontent.com/static/fonts/cedarvillecursive/v4/cuCe6HrkcqrWTWTUE7dw-41zwq9-z_Lf44CzRAA0d0Y.ttf"
2214
+ }
2215
+ },
2216
+ {
2217
+ "kind": "webfonts#webfont",
2218
+ "family": "Ceviche One",
2219
+ "category": "display",
2220
+ "variants": [
2221
+ "regular"
2222
+ ],
2223
+ "subsets": [
2224
+ "latin"
2225
+ ],
2226
+ "version": "v4",
2227
+ "lastModified": "2014-01-07",
2228
+ "files": {
2229
+ "regular": "http://themes.googleusercontent.com/static/fonts/cevicheone/v4/WOaXIMBD4VYMy39MsobJhKCWcynf_cDxXwCLxiixG1c.ttf"
2230
+ }
2231
+ },
2232
+ {
2233
+ "kind": "webfonts#webfont",
2234
+ "family": "Changa One",
2235
+ "category": "display",
2236
+ "variants": [
2237
+ "regular",
2238
+ "italic"
2239
+ ],
2240
+ "subsets": [
2241
+ "latin"
2242
+ ],
2243
+ "version": "v7",
2244
+ "lastModified": "2014-01-07",
2245
+ "files": {
2246
+ "regular": "http://themes.googleusercontent.com/static/fonts/changaone/v7/dr4qjce4W3kxFrZRkVD87fesZW2xOQ-xsNqO47m55DA.ttf",
2247
+ "italic": "http://themes.googleusercontent.com/static/fonts/changaone/v7/wJVQlUs1lAZel-WdTo2U9y3USBnSvpkopQaUR-2r7iU.ttf"
2248
+ }
2249
+ },
2250
+ {
2251
+ "kind": "webfonts#webfont",
2252
+ "family": "Chango",
2253
+ "category": "display",
2254
+ "variants": [
2255
+ "regular"
2256
+ ],
2257
+ "subsets": [
2258
+ "latin",
2259
+ "latin-ext"
2260
+ ],
2261
+ "version": "v3",
2262
+ "lastModified": "2014-01-07",
2263
+ "files": {
2264
+ "regular": "http://themes.googleusercontent.com/static/fonts/chango/v3/3W3AeMMtRTH08t5qLOjBmg.ttf"
2265
+ }
2266
+ },
2267
+ {
2268
+ "kind": "webfonts#webfont",
2269
+ "family": "Chau Philomene One",
2270
+ "category": "sans-serif",
2271
+ "variants": [
2272
+ "regular",
2273
+ "italic"
2274
+ ],
2275
+ "subsets": [
2276
+ "latin",
2277
+ "latin-ext"
2278
+ ],
2279
+ "version": "v2",
2280
+ "lastModified": "2014-01-07",
2281
+ "files": {
2282
+ "regular": "http://themes.googleusercontent.com/static/fonts/chauphilomeneone/v2/KKc5egCL-a2fFVoOA2x6tBFi5dxgSTdxqnMJgWkBJcg.ttf",
2283
+ "italic": "http://themes.googleusercontent.com/static/fonts/chauphilomeneone/v2/eJj1PY_iN4KiIuyOvtMHJP6uyLkxyiC4WcYA74sfquE.ttf"
2284
+ }
2285
+ },
2286
+ {
2287
+ "kind": "webfonts#webfont",
2288
+ "family": "Chela One",
2289
+ "category": "display",
2290
+ "variants": [
2291
+ "regular"
2292
+ ],
2293
+ "subsets": [
2294
+ "latin",
2295
+ "latin-ext"
2296
+ ],
2297
+ "version": "v2",
2298
+ "lastModified": "2014-01-07",
2299
+ "files": {
2300
+ "regular": "http://themes.googleusercontent.com/static/fonts/chelaone/v2/h5O0dEnpnIq6jQnWxZybrA.ttf"
2301
+ }
2302
+ },
2303
+ {
2304
+ "kind": "webfonts#webfont",
2305
+ "family": "Chelsea Market",
2306
+ "category": "display",
2307
+ "variants": [
2308
+ "regular"
2309
+ ],
2310
+ "subsets": [
2311
+ "latin",
2312
+ "latin-ext"
2313
+ ],
2314
+ "version": "v2",
2315
+ "lastModified": "2014-01-07",
2316
+ "files": {
2317
+ "regular": "http://themes.googleusercontent.com/static/fonts/chelseamarket/v2/qSdzwh2A4BbNemy78sJLfAAI1i8fIftCBXsBF2v9UMI.ttf"
2318
+ }
2319
+ },
2320
+ {
2321
+ "kind": "webfonts#webfont",
2322
+ "family": "Chenla",
2323
+ "category": "display",
2324
+ "variants": [
2325
+ "regular"
2326
+ ],
2327
+ "subsets": [
2328
+ "khmer"
2329
+ ],
2330
+ "version": "v7",
2331
+ "lastModified": "2014-01-07",
2332
+ "files": {
2333
+ "regular": "http://themes.googleusercontent.com/static/fonts/chenla/v7/aLNpdAUDq2MZbWz2U1a16g.ttf"
2334
+ }
2335
+ },
2336
+ {
2337
+ "kind": "webfonts#webfont",
2338
+ "family": "Cherry Cream Soda",
2339
+ "category": "display",
2340
+ "variants": [
2341
+ "regular"
2342
+ ],
2343
+ "subsets": [
2344
+ "latin"
2345
+ ],
2346
+ "version": "v4",
2347
+ "lastModified": "2014-01-07",
2348
+ "files": {
2349
+ "regular": "http://themes.googleusercontent.com/static/fonts/cherrycreamsoda/v4/OrD-AUnFcZeeKa6F_c0_WxOiHiuAPYA9ry3O1RG2XIU.ttf"
2350
+ }
2351
+ },
2352
+ {
2353
+ "kind": "webfonts#webfont",
2354
+ "family": "Cherry Swash",
2355
+ "category": "display",
2356
+ "variants": [
2357
+ "regular",
2358
+ "700"
2359
+ ],
2360
+ "subsets": [
2361
+ "latin",
2362
+ "latin-ext"
2363
+ ],
2364
+ "version": "v2",
2365
+ "lastModified": "2014-01-07",
2366
+ "files": {
2367
+ "regular": "http://themes.googleusercontent.com/static/fonts/cherryswash/v2/HqOk7C7J1TZ5i3L-ejF0vi3USBnSvpkopQaUR-2r7iU.ttf",
2368
+ "700": "http://themes.googleusercontent.com/static/fonts/cherryswash/v2/-CfyMyQqfucZPQNB0nvYyED2ttfZwueP-QU272T9-k4.ttf"
2369
+ }
2370
+ },
2371
+ {
2372
+ "kind": "webfonts#webfont",
2373
+ "family": "Chewy",
2374
+ "category": "display",
2375
+ "variants": [
2376
+ "regular"
2377
+ ],
2378
+ "subsets": [
2379
+ "latin"
2380
+ ],
2381
+ "version": "v5",
2382
+ "lastModified": "2014-01-07",
2383
+ "files": {
2384
+ "regular": "http://themes.googleusercontent.com/static/fonts/chewy/v5/hcDN5cvQdIu6Bx4mg_TSyw.ttf"
2385
+ }
2386
+ },
2387
+ {
2388
+ "kind": "webfonts#webfont",
2389
+ "family": "Chicle",
2390
+ "category": "display",
2391
+ "variants": [
2392
+ "regular"
2393
+ ],
2394
+ "subsets": [
2395
+ "latin",
2396
+ "latin-ext"
2397
+ ],
2398
+ "version": "v3",
2399
+ "lastModified": "2014-01-07",
2400
+ "files": {
2401
+ "regular": "http://themes.googleusercontent.com/static/fonts/chicle/v3/xg4q57Ut9ZmyFwLp51JLgg.ttf"
2402
+ }
2403
+ },
2404
+ {
2405
+ "kind": "webfonts#webfont",
2406
+ "family": "Chivo",
2407
+ "category": "sans-serif",
2408
+ "variants": [
2409
+ "regular",
2410
+ "italic",
2411
+ "900",
2412
+ "900italic"
2413
+ ],
2414
+ "subsets": [
2415
+ "latin"
2416
+ ],
2417
+ "version": "v5",
2418
+ "lastModified": "2014-01-07",
2419
+ "files": {
2420
+ "regular": "http://themes.googleusercontent.com/static/fonts/chivo/v5/L88PEuzS9eRfHRZhAPhZyw.ttf",
2421
+ "italic": "http://themes.googleusercontent.com/static/fonts/chivo/v5/Oe3-Q-a2kBzPnhHck_baMg.ttf",
2422
+ "900": "http://themes.googleusercontent.com/static/fonts/chivo/v5/JAdkiWd46QCW4vOsj3dzTA.ttf",
2423
+ "900italic": "http://themes.googleusercontent.com/static/fonts/chivo/v5/LoszYnE86q2wJEOjCigBQ_esZW2xOQ-xsNqO47m55DA.ttf"
2424
+ }
2425
+ },
2426
+ {
2427
+ "kind": "webfonts#webfont",
2428
+ "family": "Cinzel",
2429
+ "category": "serif",
2430
+ "variants": [
2431
+ "regular",
2432
+ "700",
2433
+ "900"
2434
+ ],
2435
+ "subsets": [
2436
+ "latin"
2437
+ ],
2438
+ "version": "v2",
2439
+ "lastModified": "2014-01-07",
2440
+ "files": {
2441
+ "regular": "http://themes.googleusercontent.com/static/fonts/cinzel/v2/GF7dy_Nc-a6EaHYSyGd-EA.ttf",
2442
+ "700": "http://themes.googleusercontent.com/static/fonts/cinzel/v2/nYcFQ6_3pf_6YDrOFjBR8Q.ttf",
2443
+ "900": "http://themes.googleusercontent.com/static/fonts/cinzel/v2/FTBj72ozM2cEOSxiVsRb3A.ttf"
2444
+ }
2445
+ },
2446
+ {
2447
+ "kind": "webfonts#webfont",
2448
+ "family": "Cinzel Decorative",
2449
+ "category": "display",
2450
+ "variants": [
2451
+ "regular",
2452
+ "700",
2453
+ "900"
2454
+ ],
2455
+ "subsets": [
2456
+ "latin"
2457
+ ],
2458
+ "version": "v2",
2459
+ "lastModified": "2014-01-07",
2460
+ "files": {
2461
+ "regular": "http://themes.googleusercontent.com/static/fonts/cinzeldecorative/v2/fmgK7oaJJIXAkhd9798yQgT5USbJx2F82lQbogPy2bY.ttf",
2462
+ "700": "http://themes.googleusercontent.com/static/fonts/cinzeldecorative/v2/pXhIVnhFtL_B9Vb1wq2F95-YYVDmZkJErg0zgx9XuZI.ttf",
2463
+ "900": "http://themes.googleusercontent.com/static/fonts/cinzeldecorative/v2/pXhIVnhFtL_B9Vb1wq2F97Khqbv0zQZa0g-9HOXAalU.ttf"
2464
+ }
2465
+ },
2466
+ {
2467
+ "kind": "webfonts#webfont",
2468
+ "family": "Clicker Script",
2469
+ "category": "handwriting",
2470
+ "variants": [
2471
+ "regular"
2472
+ ],
2473
+ "subsets": [
2474
+ "latin",
2475
+ "latin-ext"
2476
+ ],
2477
+ "version": "v2",
2478
+ "lastModified": "2014-01-07",
2479
+ "files": {
2480
+ "regular": "http://themes.googleusercontent.com/static/fonts/clickerscript/v2/Zupmk8XwADjufGxWB9KThBnpV0hQCek3EmWnCPrvGRM.ttf"
2481
+ }
2482
+ },
2483
+ {
2484
+ "kind": "webfonts#webfont",
2485
+ "family": "Coda",
2486
+ "category": "display",
2487
+ "variants": [
2488
+ "regular",
2489
+ "800"
2490
+ ],
2491
+ "subsets": [
2492
+ "latin"
2493
+ ],
2494
+ "version": "v8",
2495
+ "lastModified": "2014-01-07",
2496
+ "files": {
2497
+ "regular": "http://themes.googleusercontent.com/static/fonts/coda/v8/yHDvulhg-P-p2KRgRrnUYw.ttf",
2498
+ "800": "http://themes.googleusercontent.com/static/fonts/coda/v8/6ZIw0sbALY0KTMWllZB3hQ.ttf"
2499
+ }
2500
+ },
2501
+ {
2502
+ "kind": "webfonts#webfont",
2503
+ "family": "Coda Caption",
2504
+ "category": "sans-serif",
2505
+ "variants": [
2506
+ "800"
2507
+ ],
2508
+ "subsets": [
2509
+ "latin"
2510
+ ],
2511
+ "version": "v6",
2512
+ "lastModified": "2014-01-07",
2513
+ "files": {
2514
+ "800": "http://themes.googleusercontent.com/static/fonts/codacaption/v6/YDl6urZh-DUFhiMBTgAnz_qsay_1ZmRGmC8pVRdIfAg.ttf"
2515
+ }
2516
+ },
2517
+ {
2518
+ "kind": "webfonts#webfont",
2519
+ "family": "Codystar",
2520
+ "category": "display",
2521
+ "variants": [
2522
+ "300",
2523
+ "regular"
2524
+ ],
2525
+ "subsets": [
2526
+ "latin",
2527
+ "latin-ext"
2528
+ ],
2529
+ "version": "v2",
2530
+ "lastModified": "2014-01-07",
2531
+ "files": {
2532
+ "300": "http://themes.googleusercontent.com/static/fonts/codystar/v2/EVaUzfJkcb8Zqx9kzQLXqqCWcynf_cDxXwCLxiixG1c.ttf",
2533
+ "regular": "http://themes.googleusercontent.com/static/fonts/codystar/v2/EN-CPFKYowSI7SuR7-0cZA.ttf"
2534
+ }
2535
+ },
2536
+ {
2537
+ "kind": "webfonts#webfont",
2538
+ "family": "Combo",
2539
+ "category": "display",
2540
+ "variants": [
2541
+ "regular"
2542
+ ],
2543
+ "subsets": [
2544
+ "latin",
2545
+ "latin-ext"
2546
+ ],
2547
+ "version": "v2",
2548
+ "lastModified": "2014-01-07",
2549
+ "files": {
2550
+ "regular": "http://themes.googleusercontent.com/static/fonts/combo/v2/Nab98KjR3JZSSPGtzLyXNw.ttf"
2551
+ }
2552
+ },
2553
+ {
2554
+ "kind": "webfonts#webfont",
2555
+ "family": "Comfortaa",
2556
+ "category": "display",
2557
+ "variants": [
2558
+ "300",
2559
+ "regular",
2560
+ "700"
2561
+ ],
2562
+ "subsets": [
2563
+ "latin",
2564
+ "greek",
2565
+ "cyrillic",
2566
+ "cyrillic-ext",
2567
+ "latin-ext"
2568
+ ],
2569
+ "version": "v5",
2570
+ "lastModified": "2014-01-07",
2571
+ "files": {
2572
+ "300": "http://themes.googleusercontent.com/static/fonts/comfortaa/v5/r_tUZNl0G8xCoOmp_JkSCi3USBnSvpkopQaUR-2r7iU.ttf",
2573
+ "regular": "http://themes.googleusercontent.com/static/fonts/comfortaa/v5/lZx6C1VViPgSOhCBUP7hXA.ttf",
2574
+ "700": "http://themes.googleusercontent.com/static/fonts/comfortaa/v5/fND5XPYKrF2tQDwwfWZJIy3USBnSvpkopQaUR-2r7iU.ttf"
2575
+ }
2576
+ },
2577
+ {
2578
+ "kind": "webfonts#webfont",
2579
+ "family": "Coming Soon",
2580
+ "category": "handwriting",
2581
+ "variants": [
2582
+ "regular"
2583
+ ],
2584
+ "subsets": [
2585
+ "latin"
2586
+ ],
2587
+ "version": "v4",
2588
+ "lastModified": "2014-01-07",
2589
+ "files": {
2590
+ "regular": "http://themes.googleusercontent.com/static/fonts/comingsoon/v4/Yz2z3IAe2HSQAOWsSG8COKCWcynf_cDxXwCLxiixG1c.ttf"
2591
+ }
2592
+ },
2593
+ {
2594
+ "kind": "webfonts#webfont",
2595
+ "family": "Concert One",
2596
+ "category": "display",
2597
+ "variants": [
2598
+ "regular"
2599
+ ],
2600
+ "subsets": [
2601
+ "latin",
2602
+ "latin-ext"
2603
+ ],
2604
+ "version": "v5",
2605
+ "lastModified": "2014-01-07",
2606
+ "files": {
2607
+ "regular": "http://themes.googleusercontent.com/static/fonts/concertone/v5/N5IWCIGhUNdPZn_efTxKN6CWcynf_cDxXwCLxiixG1c.ttf"
2608
+ }
2609
+ },
2610
+ {
2611
+ "kind": "webfonts#webfont",
2612
+ "family": "Condiment",
2613
+ "category": "handwriting",
2614
+ "variants": [
2615
+ "regular"
2616
+ ],
2617
+ "subsets": [
2618
+ "latin",
2619
+ "latin-ext"
2620
+ ],
2621
+ "version": "v2",
2622
+ "lastModified": "2014-01-07",
2623
+ "files": {
2624
+ "regular": "http://themes.googleusercontent.com/static/fonts/condiment/v2/CstmdiPpgFSV0FUNL5LrJA.ttf"
2625
+ }
2626
+ },
2627
+ {
2628
+ "kind": "webfonts#webfont",
2629
+ "family": "Content",
2630
+ "category": "display",
2631
+ "variants": [
2632
+ "regular",
2633
+ "700"
2634
+ ],
2635
+ "subsets": [
2636
+ "khmer"
2637
+ ],
2638
+ "version": "v6",
2639
+ "lastModified": "2014-01-07",
2640
+ "files": {
2641
+ "regular": "http://themes.googleusercontent.com/static/fonts/content/v6/l8qaLjygvOkDEU2G6-cjfQ.ttf",
2642
+ "700": "http://themes.googleusercontent.com/static/fonts/content/v6/7PivP8Zvs2qn6F6aNbSQe_esZW2xOQ-xsNqO47m55DA.ttf"
2643
+ }
2644
+ },
2645
+ {
2646
+ "kind": "webfonts#webfont",
2647
+ "family": "Contrail One",
2648
+ "category": "display",
2649
+ "variants": [
2650
+ "regular"
2651
+ ],
2652
+ "subsets": [
2653
+ "latin"
2654
+ ],
2655
+ "version": "v4",
2656
+ "lastModified": "2014-01-07",
2657
+ "files": {
2658
+ "regular": "http://themes.googleusercontent.com/static/fonts/contrailone/v4/b41KxjgiyqX-hkggANDU6C3USBnSvpkopQaUR-2r7iU.ttf"
2659
+ }
2660
+ },
2661
+ {
2662
+ "kind": "webfonts#webfont",
2663
+ "family": "Convergence",
2664
+ "category": "sans-serif",
2665
+ "variants": [
2666
+ "regular"
2667
+ ],
2668
+ "subsets": [
2669
+ "latin"
2670
+ ],
2671
+ "version": "v3",
2672
+ "lastModified": "2014-01-07",
2673
+ "files": {
2674
+ "regular": "http://themes.googleusercontent.com/static/fonts/convergence/v3/eykrGz1NN_YpQmkAZjW-qKCWcynf_cDxXwCLxiixG1c.ttf"
2675
+ }
2676
+ },
2677
+ {
2678
+ "kind": "webfonts#webfont",
2679
+ "family": "Cookie",
2680
+ "category": "handwriting",
2681
+ "variants": [
2682
+ "regular"
2683
+ ],
2684
+ "subsets": [
2685
+ "latin"
2686
+ ],
2687
+ "version": "v5",
2688
+ "lastModified": "2014-01-07",
2689
+ "files": {
2690
+ "regular": "http://themes.googleusercontent.com/static/fonts/cookie/v5/HxeUC62y_YdDbiFlze357A.ttf"
2691
+ }
2692
+ },
2693
+ {
2694
+ "kind": "webfonts#webfont",
2695
+ "family": "Copse",
2696
+ "category": "serif",
2697
+ "variants": [
2698
+ "regular"
2699
+ ],
2700
+ "subsets": [
2701
+ "latin"
2702
+ ],
2703
+ "version": "v4",
2704
+ "lastModified": "2014-01-07",
2705
+ "files": {
2706
+ "regular": "http://themes.googleusercontent.com/static/fonts/copse/v4/wikLrtPGjZDvZ5w2i5HLWg.ttf"
2707
+ }
2708
+ },
2709
+ {
2710
+ "kind": "webfonts#webfont",
2711
+ "family": "Corben",
2712
+ "category": "display",
2713
+ "variants": [
2714
+ "regular",
2715
+ "700"
2716
+ ],
2717
+ "subsets": [
2718
+ "latin"
2719
+ ],
2720
+ "version": "v6",
2721
+ "lastModified": "2014-01-07",
2722
+ "files": {
2723
+ "regular": "http://themes.googleusercontent.com/static/fonts/corben/v6/tTysMZkt-j8Y5yhkgsoajQ.ttf",
2724
+ "700": "http://themes.googleusercontent.com/static/fonts/corben/v6/lirJaFSQWdGQuV--fksg5g.ttf"
2725
+ }
2726
+ },
2727
+ {
2728
+ "kind": "webfonts#webfont",
2729
+ "family": "Courgette",
2730
+ "category": "handwriting",
2731
+ "variants": [
2732
+ "regular"
2733
+ ],
2734
+ "subsets": [
2735
+ "latin",
2736
+ "latin-ext"
2737
+ ],
2738
+ "version": "v2",
2739
+ "lastModified": "2014-01-07",
2740
+ "files": {
2741
+ "regular": "http://themes.googleusercontent.com/static/fonts/courgette/v2/2YO0EYtyE9HUPLZprahpZA.ttf"
2742
+ }
2743
+ },
2744
+ {
2745
+ "kind": "webfonts#webfont",
2746
+ "family": "Cousine",
2747
+
2748
+ "category": "monospace",
2749
+ "variants": [
2750
+ "regular",
2751
+ "italic",
2752
+ "700",
2753
+ "700italic"
2754
+ ],
2755
+ "subsets": [
2756
+ "latin",
2757
+ "greek",
2758
+ "cyrillic",
2759
+ "vietnamese",
2760
+ "cyrillic-ext",
2761
+ "latin-ext",
2762
+ "greek-ext"
2763
+ ],
2764
+ "version": "v7",
2765
+ "lastModified": "2014-03-17",
2766
+ "files": {
2767
+ "regular": "http://themes.googleusercontent.com/static/fonts/cousine/v7/GYX4bPXObJNJo63QJEUnLg.ttf",
2768
+ "italic": "http://themes.googleusercontent.com/static/fonts/cousine/v7/1WtIuajLoo8vjVwsrZ3eOg.ttf",
2769
+ "700": "http://themes.googleusercontent.com/static/fonts/cousine/v7/FXEOnNUcCzhdtoBxiq-lovesZW2xOQ-xsNqO47m55DA.ttf",
2770
+ "700italic": "http://themes.googleusercontent.com/static/fonts/cousine/v7/y_AZ5Sz-FwL1lux2xLSTZS3USBnSvpkopQaUR-2r7iU.ttf"
2771
+ }
2772
+ },
2773
+ {
2774
+ "kind": "webfonts#webfont",
2775
+ "family": "Coustard",
2776
+ "category": "serif",
2777
+ "variants": [
2778
+ "regular",
2779
+ "900"
2780
+ ],
2781
+ "subsets": [
2782
+ "latin"
2783
+ ],
2784
+ "version": "v4",
2785
+ "lastModified": "2014-01-07",
2786
+ "files": {
2787
+ "regular": "http://themes.googleusercontent.com/static/fonts/coustard/v4/iO2Rs5PmqAEAXoU3SkMVBg.ttf",
2788
+ "900": "http://themes.googleusercontent.com/static/fonts/coustard/v4/W02OCWO6OfMUHz6aVyegQ6CWcynf_cDxXwCLxiixG1c.ttf"
2789
+ }
2790
+ },
2791
+ {
2792
+ "kind": "webfonts#webfont",
2793
+ "family": "Covered By Your Grace",
2794
+ "category": "handwriting",
2795
+ "variants": [
2796
+ "regular"
2797
+ ],
2798
+ "subsets": [
2799
+ "latin"
2800
+ ],
2801
+ "version": "v4",
2802
+ "lastModified": "2014-01-07",
2803
+ "files": {
2804
+ "regular": "http://themes.googleusercontent.com/static/fonts/coveredbyyourgrace/v4/6ozZp4BPlrbDRWPe3EBGA6CVUMdvnk-GcAiZQrX9Gek.ttf"
2805
+ }
2806
+ },
2807
+ {
2808
+ "kind": "webfonts#webfont",
2809
+ "family": "Crafty Girls",
2810
+ "category": "handwriting",
2811
+ "variants": [
2812
+ "regular"
2813
+ ],
2814
+ "subsets": [
2815
+ "latin"
2816
+ ],
2817
+ "version": "v3",
2818
+ "lastModified": "2014-01-07",
2819
+ "files": {
2820
+ "regular": "http://themes.googleusercontent.com/static/fonts/craftygirls/v3/0Sv8UWFFdhQmesHL32H8oy3USBnSvpkopQaUR-2r7iU.ttf"
2821
+ }
2822
+ },
2823
+ {
2824
+ "kind": "webfonts#webfont",
2825
+ "family": "Creepster",
2826
+ "category": "display",
2827
+ "variants": [
2828
+ "regular"
2829
+ ],
2830
+ "subsets": [
2831
+ "latin"
2832
+ ],
2833
+ "version": "v3",
2834
+ "lastModified": "2014-01-07",
2835
+ "files": {
2836
+ "regular": "http://themes.googleusercontent.com/static/fonts/creepster/v3/0vdr5kWJ6aJlOg5JvxnXzQ.ttf"
2837
+ }
2838
+ },
2839
+ {
2840
+ "kind": "webfonts#webfont",
2841
+ "family": "Crete Round",
2842
+ "category": "serif",
2843
+ "variants": [
2844
+ "regular",
2845
+ "italic"
2846
+ ],
2847
+ "subsets": [
2848
+ "latin",
2849
+ "latin-ext"
2850
+ ],
2851
+ "version": "v3",
2852
+ "lastModified": "2014-01-07",
2853
+ "files": {
2854
+ "regular": "http://themes.googleusercontent.com/static/fonts/creteround/v3/B8EwN421qqOCCT8vOH4wJ6CWcynf_cDxXwCLxiixG1c.ttf",
2855
+ "italic": "http://themes.googleusercontent.com/static/fonts/creteround/v3/5xAt7XK2vkUdjhGtt98unUeOrDcLawS7-ssYqLr2Xp4.ttf"
2856
+ }
2857
+ },
2858
+ {
2859
+ "kind": "webfonts#webfont",
2860
+ "family": "Crimson Text",
2861
+ "category": "serif",
2862
+ "variants": [
2863
+ "regular",
2864
+ "italic",
2865
+ "600",
2866
+ "600italic",
2867
+ "700",
2868
+ "700italic"
2869
+ ],
2870
+ "subsets": [
2871
+ "latin"
2872
+ ],
2873
+ "version": "v4",
2874
+ "lastModified": "2014-01-07",
2875
+ "files": {
2876
+ "regular": "http://themes.googleusercontent.com/static/fonts/crimsontext/v4/3IFMwfRa07i-auYR-B-zNS3USBnSvpkopQaUR-2r7iU.ttf",
2877
+ "italic": "http://themes.googleusercontent.com/static/fonts/crimsontext/v4/a5QZnvmn5amyNI-t2BMkWPMZXuCXbOrAvx5R0IT5Oyo.ttf",
2878
+ "600": "http://themes.googleusercontent.com/static/fonts/crimsontext/v4/rEy5tGc5HdXy56Xvd4f3I2v8CylhIUtwUiYO7Z2wXbE.ttf",
2879
+ "600italic": "http://themes.googleusercontent.com/static/fonts/crimsontext/v4/4j4TR-EfnvCt43InYpUNDIR-5-urNOGAobhAyctHvW8.ttf",
2880
+ "700": "http://themes.googleusercontent.com/static/fonts/crimsontext/v4/rEy5tGc5HdXy56Xvd4f3I0D2ttfZwueP-QU272T9-k4.ttf",
2881
+ "700italic": "http://themes.googleusercontent.com/static/fonts/crimsontext/v4/4j4TR-EfnvCt43InYpUNDPAs9-1nE9qOqhChW0m4nDE.ttf"
2882
+ }
2883
+ },
2884
+ {
2885
+ "kind": "webfonts#webfont",
2886
+ "family": "Croissant One",
2887
+ "category": "display",
2888
+ "variants": [
2889
+ "regular"
2890
+ ],
2891
+ "subsets": [
2892
+ "latin",
2893
+ "latin-ext"
2894
+ ],
2895
+ "version": "v2",
2896
+ "lastModified": "2014-01-07",
2897
+ "files": {
2898
+ "regular": "http://themes.googleusercontent.com/static/fonts/croissantone/v2/mPjsOObnC77fp1cvZlOfIYjjx0o0jr6fNXxPgYh_a8Q.ttf"
2899
+ }
2900
+ },
2901
+ {
2902
+ "kind": "webfonts#webfont",
2903
+ "family": "Crushed",
2904
+ "category": "display",
2905
+ "variants": [
2906
+ "regular"
2907
+ ],
2908
+ "subsets": [
2909
+ "latin"
2910
+ ],
2911
+ "version": "v4",
2912
+ "lastModified": "2014-01-07",
2913
+ "files": {
2914
+ "regular": "http://themes.googleusercontent.com/static/fonts/crushed/v4/aHwSejs3Kt0Lg95u7j32jA.ttf"
2915
+ }
2916
+ },
2917
+ {
2918
+ "kind": "webfonts#webfont",
2919
+ "family": "Cuprum",
2920
+ "category": "sans-serif",
2921
+ "variants": [
2922
+ "regular",
2923
+ "italic",
2924
+ "700",
2925
+ "700italic"
2926
+ ],
2927
+ "subsets": [
2928
+ "latin",
2929
+ "cyrillic",
2930
+ "latin-ext"
2931
+ ],
2932
+ "version": "v5",
2933
+ "lastModified": "2014-01-07",
2934
+ "files": {
2935
+ "regular": "http://themes.googleusercontent.com/static/fonts/cuprum/v5/JgXs0F_UiaEdAS74msmFNg.ttf",
2936
+ "italic": "http://themes.googleusercontent.com/static/fonts/cuprum/v5/cLEz0KV6OxInnktSzpk58g.ttf",
2937
+ "700": "http://themes.googleusercontent.com/static/fonts/cuprum/v5/6tl3_FkDeXSD72oEHuJh4w.ttf",
2938
+ "700italic": "http://themes.googleusercontent.com/static/fonts/cuprum/v5/bnkXaBfoYvaJ75axRPSwVKCWcynf_cDxXwCLxiixG1c.ttf"
2939
+ }
2940
+ },
2941
+ {
2942
+ "kind": "webfonts#webfont",
2943
+ "family": "Cutive",
2944
+ "category": "serif",
2945
+ "variants": [
2946
+ "regular"
2947
+ ],
2948
+ "subsets": [
2949
+ "latin",
2950
+ "latin-ext"
2951
+ ],
2952
+ "version": "v5",
2953
+ "lastModified": "2014-01-07",
2954
+ "files": {
2955
+ "regular": "http://themes.googleusercontent.com/static/fonts/cutive/v5/G2bW-ImyOCwKxBkLyz39YQ.ttf"
2956
+ }
2957
+ },
2958
+ {
2959
+ "kind": "webfonts#webfont",
2960
+ "family": "Cutive Mono",
2961
+ "category": "monospace",
2962
+ "variants": [
2963
+ "regular"
2964
+ ],
2965
+ "subsets": [
2966
+ "latin",
2967
+ "latin-ext"
2968
+ ],
2969
+ "version": "v2",
2970
+ "lastModified": "2014-03-18",
2971
+ "files": {
2972
+ "regular": "http://themes.googleusercontent.com/static/fonts/cutivemono/v2/ncWQtFVKcSs8OW798v30k6CWcynf_cDxXwCLxiixG1c.ttf"
2973
+ }
2974
+ },
2975
+ {
2976
+ "kind": "webfonts#webfont",
2977
+ "family": "Damion",
2978
+ "category": "handwriting",
2979
+ "variants": [
2980
+ "regular"
2981
+ ],
2982
+ "subsets": [
2983
+ "latin"
2984
+ ],
2985
+ "version": "v4",
2986
+ "lastModified": "2014-01-07",
2987
+ "files": {
2988
+ "regular": "http://themes.googleusercontent.com/static/fonts/damion/v4/13XtECwKxhD_VrOqXL4SiA.ttf"
2989
+ }
2990
+ },
2991
+ {
2992
+ "kind": "webfonts#webfont",
2993
+ "family": "Dancing Script",
2994
+ "category": "handwriting",
2995
+ "variants": [
2996
+ "regular",
2997
+ "700"
2998
+ ],
2999
+ "subsets": [
3000
+ "latin"
3001
+ ],
3002
+ "version": "v4",
3003
+ "lastModified": "2014-01-07",
3004
+ "files": {
3005
+ "regular": "http://themes.googleusercontent.com/static/fonts/dancingscript/v4/DK0eTGXiZjN6yA8zAEyM2RnpV0hQCek3EmWnCPrvGRM.ttf",
3006
+ "700": "http://themes.googleusercontent.com/static/fonts/dancingscript/v4/KGBfwabt0ZRLA5W1ywjowb_dAmXiKjTPGCuO6G2MbfA.ttf"
3007
+ }
3008
+ },
3009
+ {
3010
+ "kind": "webfonts#webfont",
3011
+ "family": "Dangrek",
3012
+ "category": "display",
3013
+ "variants": [
3014
+ "regular"
3015
+ ],
3016
+ "subsets": [
3017
+ "khmer"
3018
+ ],
3019
+ "version": "v6",
3020
+ "lastModified": "2014-01-07",
3021
+ "files": {
3022
+ "regular": "http://themes.googleusercontent.com/static/fonts/dangrek/v6/LOaFhBT-EHNxZjV8DAW_ew.ttf"
3023
+ }
3024
+ },
3025
+ {
3026
+ "kind": "webfonts#webfont",
3027
+ "family": "Dawning of a New Day",
3028
+ "category": "handwriting",
3029
+ "variants": [
3030
+ "regular"
3031
+ ],
3032
+ "subsets": [
3033
+ "latin"
3034
+ ],
3035
+ "version": "v5",
3036
+ "lastModified": "2014-01-07",
3037
+ "files": {
3038
+ "regular": "http://themes.googleusercontent.com/static/fonts/dawningofanewday/v5/JiDsRhiKZt8uz3NJ5xA06gXLnohmOYWQZqo_sW8GLTk.ttf"
3039
+ }
3040
+ },
3041
+ {
3042
+ "kind": "webfonts#webfont",
3043
+ "family": "Days One",
3044
+ "category": "sans-serif",
3045
+ "variants": [
3046
+ "regular"
3047
+ ],
3048
+ "subsets": [
3049
+ "latin"
3050
+ ],
3051
+ "version": "v4",
3052
+ "lastModified": "2014-01-07",
3053
+ "files": {
3054
+ "regular": "http://themes.googleusercontent.com/static/fonts/daysone/v4/kzwZjNhc1iabMsrc_hKBIA.ttf"
3055
+ }
3056
+ },
3057
+ {
3058
+ "kind": "webfonts#webfont",
3059
+ "family": "Delius",
3060
+ "category": "handwriting",
3061
+ "variants": [
3062
+ "regular"
3063
+ ],
3064
+ "subsets": [
3065
+ "latin"
3066
+ ],
3067
+ "version": "v4",
3068
+ "lastModified": "2014-01-07",
3069
+ "files": {
3070
+ "regular": "http://themes.googleusercontent.com/static/fonts/delius/v4/TQA163qafki2-gV-B6F_ag.ttf"
3071
+ }
3072
+ },
3073
+ {
3074
+ "kind": "webfonts#webfont",
3075
+ "family": "Delius Swash Caps",
3076
+ "category": "handwriting",
3077
+ "variants": [
3078
+ "regular"
3079
+ ],
3080
+ "subsets": [
3081
+ "latin"
3082
+ ],
3083
+ "version": "v6",
3084
+ "lastModified": "2014-01-07",
3085
+ "files": {
3086
+ "regular": "http://themes.googleusercontent.com/static/fonts/deliusswashcaps/v6/uXyrEUnoWApxIOICunRq7yIrxb5zDVgU2N3VzXm7zq4.ttf"
3087
+ }
3088
+ },
3089
+ {
3090
+ "kind": "webfonts#webfont",
3091
+ "family": "Delius Unicase",
3092
+ "category": "handwriting",
3093
+ "variants": [
3094
+ "regular",
3095
+ "700"
3096
+ ],
3097
+ "subsets": [
3098
+ "latin"
3099
+ ],
3100
+ "version": "v7",
3101
+ "lastModified": "2014-01-07",
3102
+ "files": {
3103
+ "regular": "http://themes.googleusercontent.com/static/fonts/deliusunicase/v7/b2sKujV3Q48RV2PQ0k1vqu6rPKfVZo7L2bERcf0BDns.ttf",
3104
+ "700": "http://themes.googleusercontent.com/static/fonts/deliusunicase/v7/7FTMTITcb4dxUp99FAdTqNy5weKXdcrx-wE0cgECMq8.ttf"
3105
+ }
3106
+ },
3107
+ {
3108
+ "kind": "webfonts#webfont",
3109
+ "family": "Della Respira",
3110
+ "category": "serif",
3111
+ "variants": [
3112
+ "regular"
3113
+ ],
3114
+ "subsets": [
3115
+ "latin"
3116
+ ],
3117
+ "version": "v2",
3118
+ "lastModified": "2014-01-07",
3119
+ "files": {
3120
+ "regular": "http://themes.googleusercontent.com/static/fonts/dellarespira/v2/F4E6Lo_IZ6L9AJCcbqtDVeDcg5akpSnIcsPhLOFv7l8.ttf"
3121
+ }
3122
+ },
3123
+ {
3124
+ "kind": "webfonts#webfont",
3125
+ "family": "Denk One",
3126
+ "category": "sans-serif",
3127
+ "variants": [
3128
+ "regular"
3129
+ ],
3130
+ "subsets": [
3131
+ "latin",
3132
+ "latin-ext"
3133
+ ],
3134
+ "version": "v2",
3135
+ "lastModified": "2014-01-07",
3136
+ "files": {
3137
+ "regular": "http://themes.googleusercontent.com/static/fonts/denkone/v2/TdXOeA4eA_hEx4W8Sh9wPw.ttf"
3138
+ }
3139
+ },
3140
+ {
3141
+ "kind": "webfonts#webfont",
3142
+ "family": "Devonshire",
3143
+ "category": "handwriting",
3144
+ "variants": [
3145
+ "regular"
3146
+ ],
3147
+ "subsets": [
3148
+ "latin",
3149
+ "latin-ext"
3150
+ ],
3151
+ "version": "v3",
3152
+ "lastModified": "2014-01-07",
3153
+ "files": {
3154
+ "regular": "http://themes.googleusercontent.com/static/fonts/devonshire/v3/I3ct_2t12SYizP8ZC-KFi_esZW2xOQ-xsNqO47m55DA.ttf"
3155
+ }
3156
+ },
3157
+ {
3158
+ "kind": "webfonts#webfont",
3159
+ "family": "Didact Gothic",
3160
+ "category": "sans-serif",
3161
+ "variants": [
3162
+ "regular"
3163
+ ],
3164
+ "subsets": [
3165
+ "latin",
3166
+ "greek",
3167
+ "cyrillic",
3168
+ "cyrillic-ext",
3169
+ "latin-ext",
3170
+ "greek-ext"
3171
+ ],
3172
+ "version": "v5",
3173
+ "lastModified": "2014-01-07",
3174
+ "files": {
3175
+ "regular": "http://themes.googleusercontent.com/static/fonts/didactgothic/v5/v8_72sD3DYMKyM0dn3LtWotBLojGU5Qdl8-5NL4v70w.ttf"
3176
+ }
3177
+ },
3178
+ {
3179
+ "kind": "webfonts#webfont",
3180
+ "family": "Diplomata",
3181
+ "category": "display",
3182
+ "variants": [
3183
+ "regular"
3184
+ ],
3185
+ "subsets": [
3186
+ "latin",
3187
+ "latin-ext"
3188
+ ],
3189
+ "version": "v4",
3190
+ "lastModified": "2014-03-27",
3191
+ "files": {
3192
+ "regular": "http://themes.googleusercontent.com/static/fonts/diplomata/v4/u-ByBiKgN6rTMA36H3kcKg.ttf"
3193
+ }
3194
+ },
3195
+ {
3196
+ "kind": "webfonts#webfont",
3197
+ "family": "Diplomata SC",
3198
+ "category": "display",
3199
+ "variants": [
3200
+ "regular"
3201
+ ],
3202
+ "subsets": [
3203
+ "latin",
3204
+ "latin-ext"
3205
+ ],
3206
+ "version": "v3",
3207
+ "lastModified": "2014-01-07",
3208
+ "files": {
3209
+ "regular": "http://themes.googleusercontent.com/static/fonts/diplomatasc/v3/JdVwAwfE1a_pahXjk5qpNi3USBnSvpkopQaUR-2r7iU.ttf"
3210
+ }
3211
+ },
3212
+ {
3213
+ "kind": "webfonts#webfont",
3214
+ "family": "Domine",
3215
+ "category": "serif",
3216
+ "variants": [
3217
+ "regular",
3218
+ "700"
3219
+ ],
3220
+ "subsets": [
3221
+ "latin",
3222
+ "latin-ext"
3223
+ ],
3224
+ "version": "v2",
3225
+ "lastModified": "2014-01-07",
3226
+ "files": {
3227
+ "regular": "http://themes.googleusercontent.com/static/fonts/domine/v2/wfVIgamVFjMNQAEWurCiHA.ttf",
3228
+ "700": "http://themes.googleusercontent.com/static/fonts/domine/v2/phBcG1ZbQFxUIt18hPVxnw.ttf"
3229
+ }
3230
+ },
3231
+ {
3232
+ "kind": "webfonts#webfont",
3233
+ "family": "Donegal One",
3234
+ "category": "serif",
3235
+ "variants": [
3236
+ "regular"
3237
+ ],
3238
+ "subsets": [
3239
+ "latin",
3240
+ "latin-ext"
3241
+ ],
3242
+ "version": "v2",
3243
+ "lastModified": "2014-01-07",
3244
+ "files": {
3245
+ "regular": "http://themes.googleusercontent.com/static/fonts/donegalone/v2/6kN4-fDxz7T9s5U61HwfF6CWcynf_cDxXwCLxiixG1c.ttf"
3246
+ }
3247
+ },
3248
+ {
3249
+ "kind": "webfonts#webfont",
3250
+ "family": "Doppio One",
3251
+ "category": "sans-serif",
3252
+ "variants": [
3253
+ "regular"
3254
+ ],
3255
+ "subsets": [
3256
+ "latin",
3257
+ "latin-ext"
3258
+ ],
3259
+ "version": "v2",
3260
+ "lastModified": "2014-01-07",
3261
+ "files": {
3262
+ "regular": "http://themes.googleusercontent.com/static/fonts/doppioone/v2/WHZ3HJQotpk_4aSMNBo_t_esZW2xOQ-xsNqO47m55DA.ttf"
3263
+ }
3264
+ },
3265
+ {
3266
+ "kind": "webfonts#webfont",
3267
+ "family": "Dorsa",
3268
+ "category": "sans-serif",
3269
+ "variants": [
3270
+ "regular"
3271
+ ],
3272
+ "subsets": [
3273
+ "latin"
3274
+ ],
3275
+ "version": "v5",
3276
+ "lastModified": "2014-01-07",
3277
+ "files": {
3278
+ "regular": "http://themes.googleusercontent.com/static/fonts/dorsa/v5/wCc3cUe6XrmG2LQE6GlIrw.ttf"
3279
+ }
3280
+ },
3281
+ {
3282
+ "kind": "webfonts#webfont",
3283
+ "family": "Dosis",
3284
+ "category": "sans-serif",
3285
+ "variants": [
3286
+ "200",
3287
+ "300",
3288
+ "regular",
3289
+ "500",
3290
+ "600",
3291
+ "700",
3292
+ "800"
3293
+ ],
3294
+ "subsets": [
3295
+ "latin",
3296
+ "latin-ext"
3297
+ ],
3298
+ "version": "v2",
3299
+ "lastModified": "2014-01-07",
3300
+ "files": {
3301
+ "200": "http://themes.googleusercontent.com/static/fonts/dosis/v2/ztftab0r6hcd7AeurUGrSQ.ttf",
3302
+ "300": "http://themes.googleusercontent.com/static/fonts/dosis/v2/awIB6L0h5mb0plIKorXmuA.ttf",
3303
+ "regular": "http://themes.googleusercontent.com/static/fonts/dosis/v2/rJRlixu-w0JZ1MyhJpao_Q.ttf",
3304
+ "500": "http://themes.googleusercontent.com/static/fonts/dosis/v2/ruEXDOFMxDPGnjCBKRqdAQ.ttf",
3305
+ "600": "http://themes.googleusercontent.com/static/fonts/dosis/v2/KNAswRNwm3tfONddYyidxg.ttf",
3306
+ "700": "http://themes.googleusercontent.com/static/fonts/dosis/v2/AEEAj0ONidK8NQQMBBlSig.ttf",
3307
+ "800": "http://themes.googleusercontent.com/static/fonts/dosis/v2/nlrKd8E69vvUU39XGsvR7Q.ttf"
3308
+ }
3309
+ },
3310
+ {
3311
+ "kind": "webfonts#webfont",
3312
+ "family": "Dr Sugiyama",
3313
+ "category": "handwriting",
3314
+ "variants": [
3315
+ "regular"
3316
+ ],
3317
+ "subsets": [
3318
+ "latin",
3319
+ "latin-ext"
3320
+ ],
3321
+ "version": "v3",
3322
+ "lastModified": "2014-01-07",
3323
+ "files": {
3324
+ "regular": "http://themes.googleusercontent.com/static/fonts/drsugiyama/v3/S5Yx3MIckgoyHhhS4C9Tv6CWcynf_cDxXwCLxiixG1c.ttf"
3325
+ }
3326
+ },
3327
+ {
3328
+ "kind": "webfonts#webfont",
3329
+ "family": "Droid Sans",
3330
+ "category": "sans-serif",
3331
+ "variants": [
3332
+ "regular",
3333
+ "700"
3334
+ ],
3335
+ "subsets": [
3336
+ "latin"
3337
+ ],
3338
+ "version": "v4",
3339
+ "lastModified": "2014-01-07",
3340
+ "files": {
3341
+ "regular": "http://themes.googleusercontent.com/static/fonts/droidsans/v4/rS9BT6-asrfjpkcV3DXf__esZW2xOQ-xsNqO47m55DA.ttf",
3342
+ "700": "http://themes.googleusercontent.com/static/fonts/droidsans/v4/EFpQQyG9GqCrobXxL-KRMQJKKGfqHaYFsRG-T3ceEVo.ttf"
3343
+ }
3344
+ },
3345
+ {
3346
+ "kind": "webfonts#webfont",
3347
+ "family": "Droid Sans Mono",
3348
+ "category": "monospace",
3349
+ "variants": [
3350
+ "regular"
3351
+ ],
3352
+ "subsets": [
3353
+ "latin"
3354
+ ],
3355
+ "version": "v5",
3356
+ "lastModified": "2014-03-18",
3357
+ "files": {
3358
+ "regular": "http://themes.googleusercontent.com/static/fonts/droidsansmono/v5/ns-m2xQYezAtqh7ai59hJcwD6PD0c3_abh9zHKQtbGU.ttf"
3359
+ }
3360
+ },
3361
+ {
3362
+ "kind": "webfonts#webfont",
3363
+ "family": "Droid Serif",
3364
+ "category": "serif",
3365
+ "variants": [
3366
+ "regular",
3367
+ "italic",
3368
+ "700",
3369
+ "700italic"
3370
+ ],
3371
+ "subsets": [
3372
+ "latin"
3373
+ ],
3374
+ "version": "v4",
3375
+ "lastModified": "2014-01-07",
3376
+ "files": {
3377
+ "regular": "http://themes.googleusercontent.com/static/fonts/droidserif/v4/DgAtPy6rIVa2Zx3Xh9KaNaCWcynf_cDxXwCLxiixG1c.ttf",
3378
+ "italic": "http://themes.googleusercontent.com/static/fonts/droidserif/v4/cj2hUnSRBhwmSPr9kS5890eOrDcLawS7-ssYqLr2Xp4.ttf",
3379
+ "700": "http://themes.googleusercontent.com/static/fonts/droidserif/v4/QQt14e8dY39u-eYBZmppwXe1Pd76Vl7zRpE7NLJQ7XU.ttf",
3380
+ "700italic": "http://themes.googleusercontent.com/static/fonts/droidserif/v4/c92rD_x0V1LslSFt3-QEps_zJjSACmk0BRPxQqhnNLU.ttf"
3381
+ }
3382
+ },
3383
+ {
3384
+ "kind": "webfonts#webfont",
3385
+ "family": "Duru Sans",
3386
+ "category": "sans-serif",
3387
+ "variants": [
3388
+ "regular"
3389
+ ],
3390
+ "subsets": [
3391
+ "latin",
3392
+ "latin-ext"
3393
+ ],
3394
+ "version": "v4",
3395
+ "lastModified": "2014-01-07",
3396
+ "files": {
3397
+ "regular": "http://themes.googleusercontent.com/static/fonts/durusans/v4/R1xHvAOARPh8_so9_UKw1w.ttf"
3398
+ }
3399
+ },
3400
+ {
3401
+ "kind": "webfonts#webfont",
3402
+ "family": "Dynalight",
3403
+ "category": "display",
3404
+ "variants": [
3405
+ "regular"
3406
+ ],
3407
+ "subsets": [
3408
+ "latin",
3409
+ "latin-ext"
3410
+ ],
3411
+ "version": "v3",
3412
+ "lastModified": "2014-01-07",
3413
+ "files": {
3414
+ "regular": "http://themes.googleusercontent.com/static/fonts/dynalight/v3/-CWsIe8OUDWTIHjSAh41kA.ttf"
3415
+ }
3416
+ },
3417
+ {
3418
+ "kind": "webfonts#webfont",
3419
+ "family": "EB Garamond",
3420
+ "category": "serif",
3421
+ "variants": [
3422
+ "regular"
3423
+ ],
3424
+ "subsets": [
3425
+ "latin",
3426
+ "cyrillic",
3427
+ "vietnamese",
3428
+ "cyrillic-ext",
3429
+ "latin-ext"
3430
+ ],
3431
+ "version": "v5",
3432
+ "lastModified": "2014-01-07",
3433
+ "files": {
3434
+ "regular": "http://themes.googleusercontent.com/static/fonts/ebgaramond/v5/CDR0kuiFK7I1OZ2hSdR7G6CWcynf_cDxXwCLxiixG1c.ttf"
3435
+ }
3436
+ },
3437
+ {
3438
+ "kind": "webfonts#webfont",
3439
+ "family": "Eagle Lake",
3440
+ "category": "handwriting",
3441
+ "variants": [
3442
+ "regular"
3443
+ ],
3444
+ "subsets": [
3445
+ "latin",
3446
+ "latin-ext"
3447
+ ],
3448
+ "version": "v2",
3449
+ "lastModified": "2014-01-07",
3450
+ "files": {
3451
+ "regular": "http://themes.googleusercontent.com/static/fonts/eaglelake/v2/ZKlYin7caemhx9eSg6RvPfesZW2xOQ-xsNqO47m55DA.ttf"
3452
+ }
3453
+ },
3454
+ {
3455
+ "kind": "webfonts#webfont",
3456
+ "family": "Eater",
3457
+ "category": "display",
3458
+ "variants": [
3459
+ "regular"
3460
+ ],
3461
+ "subsets": [
3462
+ "latin",
3463
+ "latin-ext"
3464
+ ],
3465
+ "version": "v3",
3466
+ "lastModified": "2014-01-07",
3467
+ "files": {
3468
+ "regular": "http://themes.googleusercontent.com/static/fonts/eater/v3/gm6f3OmYEdbs3lPQtUfBkA.ttf"
3469
+ }
3470
+ },
3471
+ {
3472
+ "kind": "webfonts#webfont",
3473
+ "family": "Economica",
3474
+ "category": "sans-serif",
3475
+ "variants": [
3476
+ "regular",
3477
+ "italic",
3478
+ "700",
3479
+ "700italic"
3480
+ ],
3481
+ "subsets": [
3482
+ "latin",
3483
+ "latin-ext"
3484
+ ],
3485
+ "version": "v2",
3486
+ "lastModified": "2014-01-07",
3487
+ "files": {
3488
+ "regular": "http://themes.googleusercontent.com/static/fonts/economica/v2/G4rJRujzZbq9Nxngu9l3hg.ttf",
3489
+ "italic": "http://themes.googleusercontent.com/static/fonts/economica/v2/p5O9AVeUqx_n35xQRinNYaCWcynf_cDxXwCLxiixG1c.ttf",
3490
+ "700": "http://themes.googleusercontent.com/static/fonts/economica/v2/UK4l2VEpwjv3gdcwbwXE9C3USBnSvpkopQaUR-2r7iU.ttf",
3491
+ "700italic": "http://themes.googleusercontent.com/static/fonts/economica/v2/ac5dlUsedQ03RqGOeay-3Xe1Pd76Vl7zRpE7NLJQ7XU.ttf"
3492
+ }
3493
+ },
3494
+ {
3495
+ "kind": "webfonts#webfont",
3496
+ "family": "Electrolize",
3497
+ "category": "sans-serif",
3498
+ "variants": [
3499
+ "regular"
3500
+ ],
3501
+ "subsets": [
3502
+ "latin"
3503
+ ],
3504
+ "version": "v3",
3505
+ "lastModified": "2014-01-07",
3506
+ "files": {
3507
+ "regular": "http://themes.googleusercontent.com/static/fonts/electrolize/v3/yFVu5iokC-nt4B1Cyfxb9aCWcynf_cDxXwCLxiixG1c.ttf"
3508
+ }
3509
+ },
3510
+ {
3511
+ "kind": "webfonts#webfont",
3512
+ "family": "Elsie",
3513
+ "category": "display",
3514
+ "variants": [
3515
+ "regular",
3516
+ "900"
3517
+ ],
3518
+ "subsets": [
3519
+ "latin",
3520
+ "latin-ext"
3521
+ ],
3522
+ "version": "v2",
3523
+ "lastModified": "2014-01-07",
3524
+ "files": {
3525
+ "regular": "http://themes.googleusercontent.com/static/fonts/elsie/v2/gwspePauE45BJu6Ok1QrfQ.ttf",
3526
+ "900": "http://themes.googleusercontent.com/static/fonts/elsie/v2/1t-9f0N2NFYwAgN7oaISqg.ttf"
3527
+ }
3528
+ },
3529
+ {
3530
+ "kind": "webfonts#webfont",
3531
+ "family": "Elsie Swash Caps",
3532
+ "category": "display",
3533
+ "variants": [
3534
+ "regular",
3535
+ "900"
3536
+ ],
3537
+ "subsets": [
3538
+ "latin",
3539
+ "latin-ext"
3540
+ ],
3541
+ "version": "v2",
3542
+ "lastModified": "2014-01-07",
3543
+ "files": {
3544
+ "regular": "http://themes.googleusercontent.com/static/fonts/elsieswashcaps/v2/9L3hIJMPCf6sxCltnxd6X2YeFSdnSpRYv5h9gpdlD1g.ttf",
3545
+ "900": "http://themes.googleusercontent.com/static/fonts/elsieswashcaps/v2/iZnus9qif0tR5pGaDv5zdKoKBWBozTtxi30NfZDOXXU.ttf"
3546
+ }
3547
+ },
3548
+ {
3549
+ "kind": "webfonts#webfont",
3550
+ "family": "Emblema One",
3551
+ "category": "display",
3552
+ "variants": [
3553
+ "regular"
3554
+ ],
3555
+ "subsets": [
3556
+ "latin",
3557
+ "latin-ext"
3558
+ ],
3559
+ "version": "v3",
3560
+ "lastModified": "2014-01-07",
3561
+ "files": {
3562
+ "regular": "http://themes.googleusercontent.com/static/fonts/emblemaone/v3/7IlBUjBWPIiw7cr_O2IfSaCWcynf_cDxXwCLxiixG1c.ttf"
3563
+ }
3564
+ },
3565
+ {
3566
+ "kind": "webfonts#webfont",
3567
+ "family": "Emilys Candy",
3568
+ "category": "display",
3569
+ "variants": [
3570
+ "regular"
3571
+ ],
3572
+ "subsets": [
3573
+ "latin",
3574
+ "latin-ext"
3575
+ ],
3576
+ "version": "v2",
3577
+ "lastModified": "2014-01-07",
3578
+ "files": {
3579
+ "regular": "http://themes.googleusercontent.com/static/fonts/emilyscandy/v2/PofLVm6v1SwZGOzC8s-I3S3USBnSvpkopQaUR-2r7iU.ttf"
3580
+ }
3581
+ },
3582
+ {
3583
+ "kind": "webfonts#webfont",
3584
+ "family": "Engagement",
3585
+ "category": "handwriting",
3586
+ "variants": [
3587
+ "regular"
3588
+ ],
3589
+ "subsets": [
3590
+ "latin"
3591
+ ],
3592
+ "version": "v3",
3593
+ "lastModified": "2014-01-07",
3594
+ "files": {
3595
+ "regular": "http://themes.googleusercontent.com/static/fonts/engagement/v3/4Uz0Jii7oVPcaFRYmbpU6vesZW2xOQ-xsNqO47m55DA.ttf"
3596
+ }
3597
+ },
3598
+ {
3599
+ "kind": "webfonts#webfont",
3600
+ "family": "Englebert",
3601
+ "category": "sans-serif",
3602
+ "variants": [
3603
+ "regular"
3604
+ ],
3605
+ "subsets": [
3606
+ "latin",
3607
+ "latin-ext"
3608
+ ],
3609
+ "version": "v2",
3610
+ "lastModified": "2014-01-07",
3611
+ "files": {
3612
+ "regular": "http://themes.googleusercontent.com/static/fonts/englebert/v2/sll38iOvOuarDTYBchlP3Q.ttf"
3613
+ }
3614
+ },
3615
+ {
3616
+ "kind": "webfonts#webfont",
3617
+ "family": "Enriqueta",
3618
+ "category": "serif",
3619
+ "variants": [
3620
+ "regular",
3621
+ "700"
3622
+ ],
3623
+ "subsets": [
3624
+ "latin",
3625
+ "latin-ext"
3626
+ ],
3627
+ "version": "v3",
3628
+ "lastModified": "2014-01-07",
3629
+ "files": {
3630
+ "regular": "http://themes.googleusercontent.com/static/fonts/enriqueta/v3/_p90TrIwR1SC-vDKtmrv6A.ttf",
3631
+ "700": "http://themes.googleusercontent.com/static/fonts/enriqueta/v3/I27Pb-wEGH2ajLYP0QrtSC3USBnSvpkopQaUR-2r7iU.ttf"
3632
+ }
3633
+ },
3634
+ {
3635
+ "kind": "webfonts#webfont",
3636
+ "family": "Erica One",
3637
+ "category": "display",
3638
+ "variants": [
3639
+ "regular"
3640
+ ],
3641
+ "subsets": [
3642
+ "latin"
3643
+ ],
3644
+ "version": "v4",
3645
+ "lastModified": "2014-01-07",
3646
+ "files": {
3647
+ "regular": "http://themes.googleusercontent.com/static/fonts/ericaone/v4/cIBnH2VAqQMIGYAcE4ufvQ.ttf"
3648
+ }
3649
+ },
3650
+ {
3651
+ "kind": "webfonts#webfont",
3652
+ "family": "Esteban",
3653
+ "category": "serif",
3654
+ "variants": [
3655
+ "regular"
3656
+ ],
3657
+ "subsets": [
3658
+ "latin",
3659
+ "latin-ext"
3660
+ ],
3661
+ "version": "v2",
3662
+ "lastModified": "2014-01-07",
3663
+ "files": {
3664
+ "regular": "http://themes.googleusercontent.com/static/fonts/esteban/v2/ESyhLgqDDyK5JcFPp2svDw.ttf"
3665
+ }
3666
+ },
3667
+ {
3668
+ "kind": "webfonts#webfont",
3669
+ "family": "Euphoria Script",
3670
+ "category": "handwriting",
3671
+ "variants": [
3672
+ "regular"
3673
+ ],
3674
+ "subsets": [
3675
+ "latin",
3676
+ "latin-ext"
3677
+ ],
3678
+ "version": "v2",
3679
+ "lastModified": "2014-01-07",
3680
+ "files": {
3681
+ "regular": "http://themes.googleusercontent.com/static/fonts/euphoriascript/v2/c4XB4Iijj_NvSsCF4I0O2MxLhO8OSNnfAp53LK1_iRs.ttf"
3682
+ }
3683
+ },
3684
+ {
3685
+ "kind": "webfonts#webfont",
3686
+ "family": "Ewert",
3687
+ "category": "display",
3688
+ "variants": [
3689
+ "regular"
3690
+ ],
3691
+ "subsets": [
3692
+ "latin",
3693
+ "latin-ext"
3694
+ ],
3695
+ "version": "v2",
3696
+ "lastModified": "2014-01-07",
3697
+ "files": {
3698
+ "regular": "http://themes.googleusercontent.com/static/fonts/ewert/v2/Em8hrzuzSbfHcTVqMjbAQg.ttf"
3699
+ }
3700
+ },
3701
+ {
3702
+ "kind": "webfonts#webfont",
3703
+ "family": "Exo",
3704
+ "category": "sans-serif",
3705
+ "variants": [
3706
+ "100",
3707
+ "100italic",
3708
+ "200",
3709
+ "200italic",
3710
+ "300",
3711
+ "300italic",
3712
+ "regular",
3713
+ "italic",
3714
+ "500",
3715
+ "500italic",
3716
+ "600",
3717
+ "600italic",
3718
+ "700",
3719
+ "700italic",
3720
+ "800",
3721
+ "800italic",
3722
+ "900",
3723
+ "900italic"
3724
+ ],
3725
+ "subsets": [
3726
+ "latin",
3727
+ "latin-ext"
3728
+ ],
3729
+ "version": "v2",
3730
+ "lastModified": "2014-01-07",
3731
+ "files": {
3732
+ "100": "http://themes.googleusercontent.com/static/fonts/exo/v2/RI7A9uwjRmPbVp0n8e-Jvg.ttf",
3733
+ "100italic": "http://themes.googleusercontent.com/static/fonts/exo/v2/qtGyZZlWb2EEvby3ZPosxw.ttf",
3734
+ "200": "http://themes.googleusercontent.com/static/fonts/exo/v2/F8OfC_swrRRxpFt-tlXZQg.ttf",
3735
+ "200italic": "http://themes.googleusercontent.com/static/fonts/exo/v2/fr4HBfXHYiIngW2_bhlgRw.ttf",
3736
+ "300": "http://themes.googleusercontent.com/static/fonts/exo/v2/SBrN7TKUqgGUvfxqHqsnNw.ttf",
3737
+ "300italic": "http://themes.googleusercontent.com/static/fonts/exo/v2/3gmiLjBegIfcDLISjTGA1g.ttf",
3738
+ "regular": "http://themes.googleusercontent.com/static/fonts/exo/v2/eUEzTFueNXRVhbt4PEB8kQ.ttf",
3739
+ "italic": "http://themes.googleusercontent.com/static/fonts/exo/v2/cfgolWisMSURhpQeVHl_NA.ttf",
3740
+ "500": "http://themes.googleusercontent.com/static/fonts/exo/v2/jCg6DmGGXt_OVyp5ofQHPw.ttf",
3741
+ "500italic": "http://themes.googleusercontent.com/static/fonts/exo/v2/lo5eTdCNJZQVN08p8RnzAQ.ttf",
3742
+ "600": "http://themes.googleusercontent.com/static/fonts/exo/v2/q_SG5kXUmOcIvFpgtdZnlw.ttf",
3743
+ "600italic": "http://themes.googleusercontent.com/static/fonts/exo/v2/0cExa8K_pxS2lTuMr68XUA.ttf",
3744
+ "700": "http://themes.googleusercontent.com/static/fonts/exo/v2/3_jwsL4v9uHjl5Q37G57mw.ttf",
3745
+ "700italic": "http://themes.googleusercontent.com/static/fonts/exo/v2/0me55yJIxd5vyQ9bF7SsiA.ttf",
3746
+ "800": "http://themes.googleusercontent.com/static/fonts/exo/v2/yLPuxBuV0lzqibRJyooOJg.ttf",
3747
+ "800italic": "http://themes.googleusercontent.com/static/fonts/exo/v2/n3LejeKVj_8gtZq5fIgNYw.ttf",
3748
+ "900": "http://themes.googleusercontent.com/static/fonts/exo/v2/97d0nd6Yv4-SA_X92xAuZA.ttf",
3749
+ "900italic": "http://themes.googleusercontent.com/static/fonts/exo/v2/JHTkQVhzyLtkY13Ye95TJQ.ttf"
3750
+ }
3751
+ },
3752
+ {
3753
+ "kind": "webfonts#webfont",
3754
+ "family": "Exo 2",
3755
+ "category": "sans-serif",
3756
+ "variants": [
3757
+ "100",
3758
+ "100italic",
3759
+ "200",
3760
+ "200italic",
3761
+ "300",
3762
+ "300italic",
3763
+ "regular",
3764
+ "italic",
3765
+ "500",
3766
+ "500italic",
3767
+ "600",
3768
+ "600italic",
3769
+ "700",
3770
+ "700italic",
3771
+ "800",
3772
+ "800italic",
3773
+ "900",
3774
+ "900italic"
3775
+ ],
3776
+ "subsets": [
3777
+ "latin",
3778
+ "cyrillic",
3779
+ "latin-ext"
3780
+ ],
3781
+ "version": "v1",
3782
+ "lastModified": "2013-12-05",
3783
+ "files": {
3784
+ "100": "http://themes.googleusercontent.com/static/fonts/exo2/v1/oVOtQy53isv97g4UhBUDqg.ttf",
3785
+ "100italic": "http://themes.googleusercontent.com/static/fonts/exo2/v1/LNYVgsJcaCxoKFHmd4AZcg.ttf",
3786
+ "200": "http://themes.googleusercontent.com/static/fonts/exo2/v1/qa-Ci2pBwJdCxciE1ErifQ.ttf",
3787
+ "200italic": "http://themes.googleusercontent.com/static/fonts/exo2/v1/DCrVxDVvS69n50O-5erZVvesZW2xOQ-xsNqO47m55DA.ttf",
3788
+ "300": "http://themes.googleusercontent.com/static/fonts/exo2/v1/nLUBdz_lHHoVIPor05Byhw.ttf",
3789
+ "300italic": "http://themes.googleusercontent.com/static/fonts/exo2/v1/iSy9VTeUTiqiurQg2ywtu_esZW2xOQ-xsNqO47m55DA.ttf",
3790
+ "regular": "http://themes.googleusercontent.com/static/fonts/exo2/v1/Pf_kZuIH5c5WKVkQUaeSWQ.ttf",
3791
+ "italic": "http://themes.googleusercontent.com/static/fonts/exo2/v1/xxA5ZscX9sTU6U0lZJUlYA.ttf",
3792
+ "500": "http://themes.googleusercontent.com/static/fonts/exo2/v1/oM0rzUuPqVJpW-VEIpuW5w.ttf",
3793
+ "500italic": "http://themes.googleusercontent.com/static/fonts/exo2/v1/amzRVCB-gipwdihZZ2LtT_esZW2xOQ-xsNqO47m55DA.ttf",
3794
+ "600": "http://themes.googleusercontent.com/static/fonts/exo2/v1/YnSn3HsyvyI1feGSdRMYqA.ttf",
3795
+ "600italic": "http://themes.googleusercontent.com/static/fonts/exo2/v1/Vmo58BiptGwfVFb0teU5gPesZW2xOQ-xsNqO47m55DA.ttf",
3796
+ "700": "http://themes.googleusercontent.com/static/fonts/exo2/v1/2DiK4XkdTckfTk6we73-bQ.ttf",
3797
+ "700italic": "http://themes.googleusercontent.com/static/fonts/exo2/v1/Sdo-zW-4_--pDkTg6bYrY_esZW2xOQ-xsNqO47m55DA.ttf",
3798
+ "800": "http://themes.googleusercontent.com/static/fonts/exo2/v1/IVYl_7dJruOg8zKRpC8Hrw.ttf",
3799
+ "800italic": "http://themes.googleusercontent.com/static/fonts/exo2/v1/p0TA6KeOz1o4rySEbvUxI_esZW2xOQ-xsNqO47m55DA.ttf",
3800
+ "900": "http://themes.googleusercontent.com/static/fonts/exo2/v1/e8csG8Wnu87AF6uCndkFRQ.ttf",
3801
+ "900italic": "http://themes.googleusercontent.com/static/fonts/exo2/v1/KPhsGCoT2-7Uj6pMlRscH_esZW2xOQ-xsNqO47m55DA.ttf"
3802
+ }
3803
+ },
3804
+ {
3805
+ "kind": "webfonts#webfont",
3806
+ "family": "Expletus Sans",
3807
+ "category": "display",
3808
+ "variants": [
3809
+ "regular",
3810
+ "italic",
3811
+ "500",
3812
+ "500italic",
3813
+ "600",
3814
+ "600italic",
3815
+ "700",
3816
+ "700italic"
3817
+ ],
3818
+ "subsets": [
3819
+ "latin"
3820
+ ],
3821
+ "version": "v5",
3822
+ "lastModified": "2014-01-07",
3823
+ "files": {
3824
+ "regular": "http://themes.googleusercontent.com/static/fonts/expletussans/v5/gegTSDBDs5le3g6uxU1ZsX8f0n03UdmQgF_CLvNR2vg.ttf",
3825
+ "italic": "http://themes.googleusercontent.com/static/fonts/expletussans/v5/Y-erXmY0b6DU_i2Qu0hTJj4G9C9ttb0Oz5Cvf0qOitE.ttf",
3826
+ "500": "http://themes.googleusercontent.com/static/fonts/expletussans/v5/cl6rhMY77Ilk8lB_uYRRwAqQmZ7VjhwksfpNVG0pqGc.ttf",
3827
+ "500italic": "http://themes.googleusercontent.com/static/fonts/expletussans/v5/sRBNtc46w65uJE451UYmW87DCVO6wo6i5LKIyZDzK40.ttf",
3828
+ "600": "http://themes.googleusercontent.com/static/fonts/expletussans/v5/cl6rhMY77Ilk8lB_uYRRwCvj1tU7IJMS3CS9kCx2B3U.ttf",
3829
+ "600italic": "http://themes.googleusercontent.com/static/fonts/expletussans/v5/sRBNtc46w65uJE451UYmW8yKH23ZS6zCKOFHG0e_4JE.ttf",
3830
+ "700": "http://themes.googleusercontent.com/static/fonts/expletussans/v5/cl6rhMY77Ilk8lB_uYRRwFCbmAUID8LN-q3pJpOk3Ys.ttf",
3831
+ "700italic": "http://themes.googleusercontent.com/static/fonts/expletussans/v5/sRBNtc46w65uJE451UYmW5F66r9C4AnxxlBlGd7xY4g.ttf"
3832
+ }
3833
+ },
3834
+ {
3835
+ "kind": "webfonts#webfont",
3836
+ "family": "Fanwood Text",
3837
+ "category": "serif",
3838
+ "variants": [
3839
+ "regular",
3840
+ "italic"
3841
+ ],
3842
+ "subsets": [
3843
+ "latin"
3844
+ ],
3845
+ "version": "v4",
3846
+ "lastModified": "2014-01-07",
3847
+ "files": {
3848
+ "regular": "http://themes.googleusercontent.com/static/fonts/fanwoodtext/v4/hDNDHUlsSb8bgnEmDp4T_i3USBnSvpkopQaUR-2r7iU.ttf",
3849
+ "italic": "http://themes.googleusercontent.com/static/fonts/fanwoodtext/v4/0J3SBbkMZqBV-3iGxs5E9_MZXuCXbOrAvx5R0IT5Oyo.ttf"
3850
+ }
3851
+ },
3852
+ {
3853
+ "kind": "webfonts#webfont",
3854
+ "family": "Fascinate",
3855
+ "category": "display",
3856
+ "variants": [
3857
+ "regular"
3858
+ ],
3859
+ "subsets": [
3860
+ "latin"
3861
+ ],
3862
+ "version": "v3",
3863
+ "lastModified": "2014-01-07",
3864
+ "files": {
3865
+ "regular": "http://themes.googleusercontent.com/static/fonts/fascinate/v3/ZE0637WWkBPKt1AmFaqD3Q.ttf"
3866
+ }
3867
+ },
3868
+ {
3869
+ "kind": "webfonts#webfont",
3870
+ "family": "Fascinate Inline",
3871
+ "category": "display",
3872
+ "variants": [
3873
+ "regular"
3874
+ ],
3875
+ "subsets": [
3876
+ "latin"
3877
+ ],
3878
+ "version": "v4",
3879
+ "lastModified": "2014-01-07",
3880
+ "files": {
3881
+ "regular": "http://themes.googleusercontent.com/static/fonts/fascinateinline/v4/lRguYfMfWArflkm5aOQ5QJmp8DTZ6iHear7UV05iykg.ttf"
3882
+ }
3883
+ },
3884
+ {
3885
+ "kind": "webfonts#webfont",
3886
+ "family": "Faster One",
3887
+ "category": "display",
3888
+ "variants": [
3889
+ "regular"
3890
+ ],
3891
+ "subsets": [
3892
+ "latin"
3893
+ ],
3894
+ "version": "v2",
3895
+ "lastModified": "2014-01-07",
3896
+ "files": {
3897
+ "regular": "http://themes.googleusercontent.com/static/fonts/fasterone/v2/YxTOW2sf56uxD1T7byP5K_esZW2xOQ-xsNqO47m55DA.ttf"
3898
+ }
3899
+ },
3900
+ {
3901
+ "kind": "webfonts#webfont",
3902
+ "family": "Fasthand",
3903
+ "category": "serif",
3904
+ "variants": [
3905
+ "regular"
3906
+ ],
3907
+ "subsets": [
3908
+ "khmer"
3909
+ ],
3910
+ "version": "v5",
3911
+ "lastModified": "2014-01-07",
3912
+ "files": {
3913
+ "regular": "http://themes.googleusercontent.com/static/fonts/fasthand/v5/6XAagHH_KmpZL67wTvsETQ.ttf"
3914
+ }
3915
+ },
3916
+ {
3917
+ "kind": "webfonts#webfont",
3918
+ "family": "Fauna One",
3919
+ "category": "serif",
3920
+ "variants": [
3921
+ "regular"
3922
+ ],
3923
+ "subsets": [
3924
+ "latin",
3925
+ "latin-ext"
3926
+ ],
3927
+ "version": "v2",
3928
+ "lastModified": "2014-01-07",
3929
+ "files": {
3930
+ "regular": "http://themes.googleusercontent.com/static/fonts/faunaone/v2/8kL-wpAPofcAMELI_5NRnQ.ttf"
3931
+ }
3932
+ },
3933
+ {
3934
+ "kind": "webfonts#webfont",
3935
+ "family": "Federant",
3936
+ "category": "display",
3937
+ "variants": [
3938
+ "regular"
3939
+ ],
3940
+ "subsets": [
3941
+ "latin"
3942
+ ],
3943
+ "version": "v5",
3944
+ "lastModified": "2014-01-07",
3945
+ "files": {
3946
+ "regular": "http://themes.googleusercontent.com/static/fonts/federant/v5/tddZFSiGvxICNOGra0i5aA.ttf"
3947
+ }
3948
+ },
3949
+ {
3950
+ "kind": "webfonts#webfont",
3951
+ "family": "Federo",
3952
+ "category": "sans-serif",
3953
+ "variants": [
3954
+ "regular"
3955
+ ],
3956
+ "subsets": [
3957
+ "latin"
3958
+ ],
3959
+ "version": "v6",
3960
+ "lastModified": "2014-01-07",
3961
+ "files": {
3962
+ "regular": "http://themes.googleusercontent.com/static/fonts/federo/v6/JPhe1S2tujeyaR79gXBLeQ.ttf"
3963
+ }
3964
+ },
3965
+ {
3966
+ "kind": "webfonts#webfont",
3967
+ "family": "Felipa",
3968
+ "category": "handwriting",
3969
+ "variants": [
3970
+ "regular"
3971
+ ],
3972
+ "subsets": [
3973
+ "latin",
3974
+ "latin-ext"
3975
+ ],
3976
+ "version": "v2",
3977
+ "lastModified": "2014-01-07",
3978
+ "files": {
3979
+ "regular": "http://themes.googleusercontent.com/static/fonts/felipa/v2/SeyfyFZY7abAQXGrOIYnYg.ttf"
3980
+ }
3981
+ },
3982
+ {
3983
+ "kind": "webfonts#webfont",
3984
+ "family": "Fenix",
3985
+ "category": "serif",
3986
+ "variants": [
3987
+ "regular"
3988
+ ],
3989
+ "subsets": [
3990
+ "latin",
3991
+ "latin-ext"
3992
+ ],
3993
+ "version": "v2",
3994
+ "lastModified": "2014-01-07",
3995
+ "files": {
3996
+ "regular": "http://themes.googleusercontent.com/static/fonts/fenix/v2/Ak8wR3VSlAN7VN_eMeJj7Q.ttf"
3997
+ }
3998
+ },
3999
+ {
4000
+ "kind": "webfonts#webfont",
4001
+ "family": "Finger Paint",
4002
+ "category": "display",
4003
+ "variants": [
4004
+ "regular"
4005
+ ],
4006
+ "subsets": [
4007
+ "latin"
4008
+ ],
4009
+ "version": "v2",
4010
+ "lastModified": "2014-01-07",
4011
+ "files": {
4012
+ "regular": "http://themes.googleusercontent.com/static/fonts/fingerpaint/v2/m_ZRbiY-aPb13R3DWPBGXy3USBnSvpkopQaUR-2r7iU.ttf"
4013
+ }
4014
+ },
4015
+ {
4016
+ "kind": "webfonts#webfont",
4017
+ "family": "Fjalla One",
4018
+ "category": "sans-serif",
4019
+ "variants": [
4020
+ "regular"
4021
+ ],
4022
+ "subsets": [
4023
+ "latin",
4024
+ "latin-ext"
4025
+ ],
4026
+ "version": "v2",
4027
+ "lastModified": "2014-01-07",
4028
+ "files": {
4029
+ "regular": "http://themes.googleusercontent.com/static/fonts/fjallaone/v2/3b7vWCfOZsU53vMa8LWsf_esZW2xOQ-xsNqO47m55DA.ttf"
4030
+ }
4031
+ },
4032
+ {
4033
+ "kind": "webfonts#webfont",
4034
+ "family": "Fjord One",
4035
+ "category": "serif",
4036
+ "variants": [
4037
+ "regular"
4038
+ ],
4039
+ "subsets": [
4040
+ "latin"
4041
+ ],
4042
+ "version": "v3",
4043
+ "lastModified": "2014-01-07",
4044
+ "files": {
4045
+ "regular": "http://themes.googleusercontent.com/static/fonts/fjordone/v3/R_YHK8au2uFPw5tNu5N7zw.ttf"
4046
+ }
4047
+ },
4048
+ {
4049
+ "kind": "webfonts#webfont",
4050
+ "family": "Flamenco",
4051
+ "category": "display",
4052
+ "variants": [
4053
+ "300",
4054
+ "regular"
4055
+ ],
4056
+ "subsets": [
4057
+ "latin"
4058
+ ],
4059
+ "version": "v4",
4060
+ "lastModified": "2014-01-07",
4061
+ "files": {
4062
+ "300": "http://themes.googleusercontent.com/static/fonts/flamenco/v4/x9iI5CogvuZVCGoRHwXuo6CWcynf_cDxXwCLxiixG1c.ttf",
4063
+ "regular": "http://themes.googleusercontent.com/static/fonts/flamenco/v4/HC0ugfLLgt26I5_BWD1PZA.ttf"
4064
+ }
4065
+ },
4066
+ {
4067
+ "kind": "webfonts#webfont",
4068
+ "family": "Flavors",
4069
+ "category": "display",
4070
+ "variants": [
4071
+ "regular"
4072
+ ],
4073
+ "subsets": [
4074
+ "latin"
4075
+ ],
4076
+ "version": "v3",
4077
+ "lastModified": "2014-01-07",
4078
+ "files": {
4079
+ "regular": "http://themes.googleusercontent.com/static/fonts/flavors/v3/SPJi5QclATvon8ExcKGRvQ.ttf"
4080
+ }
4081
+ },
4082
+ {
4083
+ "kind": "webfonts#webfont",
4084
+ "family": "Fondamento",
4085
+ "category": "handwriting",
4086
+ "variants": [
4087
+ "regular",
4088
+ "italic"
4089
+ ],
4090
+ "subsets": [
4091
+ "latin",
4092
+ "latin-ext"
4093
+ ],
4094
+ "version": "v3",
4095
+ "lastModified": "2014-01-07",
4096
+ "files": {
4097
+ "regular": "http://themes.googleusercontent.com/static/fonts/fondamento/v3/6LWXcjT1B7bnWluAOSNfMPesZW2xOQ-xsNqO47m55DA.ttf",
4098
+ "italic": "http://themes.googleusercontent.com/static/fonts/fondamento/v3/y6TmwhSbZ8rYq7OTFyo7OS3USBnSvpkopQaUR-2r7iU.ttf"
4099
+ }
4100
+ },
4101
+ {
4102
+ "kind": "webfonts#webfont",
4103
+ "family": "Fontdiner Swanky",
4104
+ "category": "display",
4105
+ "variants": [
4106
+ "regular"
4107
+ ],
4108
+ "subsets": [
4109
+ "latin"
4110
+ ],
4111
+ "version": "v4",
4112
+ "lastModified": "2014-01-07",
4113
+ "files": {
4114
+ "regular": "http://themes.googleusercontent.com/static/fonts/fontdinerswanky/v4/8_GxIO5ixMtn5P6COsF3TlBjMPLzPAFJwRBn-s1U7kA.ttf"
4115
+ }
4116
+ },
4117
+ {
4118
+ "kind": "webfonts#webfont",
4119
+ "family": "Forum",
4120
+ "category": "display",
4121
+ "variants": [
4122
+ "regular"
4123
+ ],
4124
+ "subsets": [
4125
+ "latin",
4126
+ "cyrillic",
4127
+ "cyrillic-ext",
4128
+ "latin-ext"
4129
+ ],
4130
+ "version": "v5",
4131
+ "lastModified": "2014-01-07",
4132
+ "files": {
4133
+ "regular": "http://themes.googleusercontent.com/static/fonts/forum/v5/MZUpsq1VfLrqv8eSDcbrrQ.ttf"
4134
+ }
4135
+ },
4136
+ {
4137
+ "kind": "webfonts#webfont",
4138
+ "family": "Francois One",
4139
+ "category": "sans-serif",
4140
+ "variants": [
4141
+ "regular"
4142
+ ],
4143
+ "subsets": [
4144
+ "latin",
4145
+ "latin-ext"
4146
+ ],
4147
+ "version": "v7",
4148
+ "lastModified": "2014-01-07",
4149
+ "files": {
4150
+ "regular": "http://themes.googleusercontent.com/static/fonts/francoisone/v7/bYbkq2nU2TSx4SwFbz5sCC3USBnSvpkopQaUR-2r7iU.ttf"
4151
+ }
4152
+ },
4153
+ {
4154
+ "kind": "webfonts#webfont",
4155
+ "family": "Freckle Face",
4156
+ "category": "display",
4157
+ "variants": [
4158
+ "regular"
4159
+ ],
4160
+ "subsets": [
4161
+ "latin",
4162
+ "latin-ext"
4163
+ ],
4164
+ "version": "v2",
4165
+ "lastModified": "2014-01-07",
4166
+ "files": {
4167
+ "regular": "http://themes.googleusercontent.com/static/fonts/freckleface/v2/7-B8j9BPJgazdHIGqPNv8y3USBnSvpkopQaUR-2r7iU.ttf"
4168
+ }
4169
+ },
4170
+ {
4171
+ "kind": "webfonts#webfont",
4172
+ "family": "Fredericka the Great",
4173
+ "category": "display",
4174
+ "variants": [
4175
+ "regular"
4176
+ ],
4177
+ "subsets": [
4178
+ "latin"
4179
+ ],
4180
+ "version": "v3",
4181
+ "lastModified": "2014-01-07",
4182
+ "files": {
4183
+ "regular": "http://themes.googleusercontent.com/static/fonts/frederickathegreat/v3/7Es8Lxoku-e5eOZWpxw18nrnet6gXN1McwdQxS1dVrI.ttf"
4184
+ }
4185
+ },
4186
+ {
4187
+ "kind": "webfonts#webfont",
4188
+ "family": "Fredoka One",
4189
+ "category": "display",
4190
+ "variants": [
4191
+ "regular"
4192
+ ],
4193
+ "subsets": [
4194
+ "latin"
4195
+ ],
4196
+ "version": "v2",
4197
+ "lastModified": "2014-01-07",
4198
+ "files": {
4199
+ "regular": "http://themes.googleusercontent.com/static/fonts/fredokaone/v2/QKfwXi-z-KtJAlnO2ethYqCWcynf_cDxXwCLxiixG1c.ttf"
4200
+ }
4201
+ },
4202
+ {
4203
+ "kind": "webfonts#webfont",
4204
+ "family": "Freehand",
4205
+ "category": "display",
4206
+ "variants": [
4207
+ "regular"
4208
+ ],
4209
+ "subsets": [
4210
+ "khmer"
4211
+ ],
4212
+ "version": "v6",
4213
+ "lastModified": "2014-01-07",
4214
+ "files": {
4215
+ "regular": "http://themes.googleusercontent.com/static/fonts/freehand/v6/uEBQxvA0lnn_BrD6krlxMw.ttf"
4216
+ }
4217
+ },
4218
+ {
4219
+ "kind": "webfonts#webfont",
4220
+ "family": "Fresca",
4221
+ "category": "sans-serif",
4222
+ "variants": [
4223
+ "regular"
4224
+ ],
4225
+ "subsets": [
4226
+ "latin",
4227
+ "latin-ext"
4228
+ ],
4229
+ "version": "v3",
4230
+ "lastModified": "2014-01-07",
4231
+ "files": {
4232
+ "regular": "http://themes.googleusercontent.com/static/fonts/fresca/v3/2q7Qm9sCo1tWvVgSDVWNIw.ttf"
4233
+ }
4234
+ },
4235
+ {
4236
+ "kind": "webfonts#webfont",
4237
+ "family": "Frijole",
4238
+ "category": "display",
4239
+ "variants": [
4240
+ "regular"
4241
+ ],
4242
+ "subsets": [
4243
+ "latin"
4244
+ ],
4245
+ "version": "v3",
4246
+ "lastModified": "2014-01-07",
4247
+ "files": {
4248
+ "regular": "http://themes.googleusercontent.com/static/fonts/frijole/v3/L2MfZse-2gCascuD-nLhWg.ttf"
4249
+ }
4250
+ },
4251
+ {
4252
+ "kind": "webfonts#webfont",
4253
+ "family": "Fruktur",
4254
+ "category": "display",
4255
+ "variants": [
4256
+ "regular"
4257
+ ],
4258
+ "subsets": [
4259
+ "latin",
4260
+ "latin-ext"
4261
+ ],
4262
+ "version": "v3",
4263
+ "lastModified": "2014-01-07",
4264
+ "files": {
4265
+ "regular": "http://themes.googleusercontent.com/static/fonts/fruktur/v3/PnQvfEi1LssAvhJsCwH__w.ttf"
4266
+ }
4267
+ },
4268
+ {
4269
+ "kind": "webfonts#webfont",
4270
+ "family": "Fugaz One",
4271
+ "category": "display",
4272
+ "variants": [
4273
+ "regular"
4274
+ ],
4275
+ "subsets": [
4276
+ "latin"
4277
+ ],
4278
+ "version": "v4",
4279
+ "lastModified": "2014-01-07",
4280
+ "files": {
4281
+ "regular": "http://themes.googleusercontent.com/static/fonts/fugazone/v4/5tteVDCwxsr8-5RuSiRWOw.ttf"
4282
+ }
4283
+ },
4284
+ {
4285
+ "kind": "webfonts#webfont",
4286
+ "family": "GFS Didot",
4287
+ "category": "serif",
4288
+ "variants": [
4289
+ "regular"
4290
+ ],
4291
+ "subsets": [
4292
+ "greek"
4293
+ ],
4294
+ "version": "v4",
4295
+ "lastModified": "2014-01-07",
4296
+ "files": {
4297
+ "regular": "http://themes.googleusercontent.com/static/fonts/gfsdidot/v4/jQKxZy2RU-h9tkPZcRVluA.ttf"
4298
+ }
4299
+ },
4300
+ {
4301
+ "kind": "webfonts#webfont",
4302
+ "family": "GFS Neohellenic",
4303
+ "category": "sans-serif",
4304
+ "variants": [
4305
+ "regular",
4306
+ "italic",
4307
+ "700",
4308
+ "700italic"
4309
+ ],
4310
+ "subsets": [
4311
+ "greek"
4312
+ ],
4313
+ "version": "v5",
4314
+ "lastModified": "2014-01-07",
4315
+ "files": {
4316
+ "regular": "http://themes.googleusercontent.com/static/fonts/gfsneohellenic/v5/B4xRqbn-tANVqVgamMsSDiayCZa0z7CpFzlkqoCHztc.ttf",
4317
+ "italic": "http://themes.googleusercontent.com/static/fonts/gfsneohellenic/v5/KnaWrO4awITAqigQIIYXKkCTdomiyJpIzPbEbIES3rU.ttf",
4318
+ "700": "http://themes.googleusercontent.com/static/fonts/gfsneohellenic/v5/7HwjPQa7qNiOsnUce2h4448_BwCLZY3eDSV6kppAwI8.ttf",
4319
+ "700italic": "http://themes.googleusercontent.com/static/fonts/gfsneohellenic/v5/FwWjoX6XqT-szJFyqsu_GYFF0fM4h-krcpQk7emtCpE.ttf"
4320
+ }
4321
+ },
4322
+ {
4323
+ "kind": "webfonts#webfont",
4324
+ "family": "Gabriela",
4325
+ "category": "serif",
4326
+ "variants": [
4327
+ "regular"
4328
+ ],
4329
+ "subsets": [
4330
+ "latin",
4331
+ "latin-ext"
4332
+ ],
4333
+ "version": "v2",
4334
+ "lastModified": "2014-01-07",
4335
+ "files": {
4336
+ "regular": "http://themes.googleusercontent.com/static/fonts/gabriela/v2/B-2ZfbAO3HDrxqV6lR5tdA.ttf"
4337
+ }
4338
+ },
4339
+ {
4340
+ "kind": "webfonts#webfont",
4341
+ "family": "Gafata",
4342
+ "category": "sans-serif",
4343
+ "variants": [
4344
+ "regular"
4345
+ ],
4346
+ "subsets": [
4347
+ "latin",
4348
+ "latin-ext"
4349
+ ],
4350
+ "version": "v3",
4351
+ "lastModified": "2014-01-07",
4352
+ "files": {
4353
+ "regular": "http://themes.googleusercontent.com/static/fonts/gafata/v3/aTFqlki_3Dc3geo-FxHTvQ.ttf"
4354
+ }
4355
+ },
4356
+ {
4357
+ "kind": "webfonts#webfont",
4358
+ "family": "Galdeano",
4359
+ "category": "sans-serif",
4360
+ "variants": [
4361
+ "regular"
4362
+ ],
4363
+ "subsets": [
4364
+ "latin"
4365
+ ],
4366
+ "version": "v4",
4367
+ "lastModified": "2014-01-07",
4368
+ "files": {
4369
+ "regular": "http://themes.googleusercontent.com/static/fonts/galdeano/v4/ZKFMQI6HxEG1jOT0UGSZUg.ttf"
4370
+ }
4371
+ },
4372
+ {
4373
+ "kind": "webfonts#webfont",
4374
+ "family": "Galindo",
4375
+ "category": "display",
4376
+ "variants": [
4377
+ "regular"
4378
+ ],
4379
+ "subsets": [
4380
+ "latin",
4381
+ "latin-ext"
4382
+ ],
4383
+ "version": "v2",
4384
+ "lastModified": "2014-01-07",
4385
+ "files": {
4386
+ "regular": "http://themes.googleusercontent.com/static/fonts/galindo/v2/2lafAS_ZEfB33OJryhXDUg.ttf"
4387
+ }
4388
+ },
4389
+ {
4390
+ "kind": "webfonts#webfont",
4391
+ "family": "Gentium Basic",
4392
+ "category": "serif",
4393
+ "variants": [
4394
+ "regular",
4395
+ "italic",
4396
+ "700",
4397
+ "700italic"
4398
+ ],
4399
+ "subsets": [
4400
+ "latin",
4401
+ "latin-ext"
4402
+ ],
4403
+ "version": "v5",
4404
+ "lastModified": "2014-01-07",
4405
+ "files": {
4406
+ "regular": "http://themes.googleusercontent.com/static/fonts/gentiumbasic/v5/KCktj43blvLkhOTolFn-MYtBLojGU5Qdl8-5NL4v70w.ttf",
4407
+ "italic": "http://themes.googleusercontent.com/static/fonts/gentiumbasic/v5/qoFz4NSMaYC2UmsMAG3lyTj3mvXnCeAk09uTtmkJGRc.ttf",
4408
+ "700": "http://themes.googleusercontent.com/static/fonts/gentiumbasic/v5/2qL6yulgGf0wwgOp-UqGyLNuTeOOLg3nUymsEEGmdO0.ttf",
4409
+ "700italic": "http://themes.googleusercontent.com/static/fonts/gentiumbasic/v5/8N9-c_aQDJ8LbI1NGVMrwtswO1vWwP9exiF8s0wqW10.ttf"
4410
+ }
4411
+ },
4412
+ {
4413
+ "kind": "webfonts#webfont",
4414
+ "family": "Gentium Book Basic",
4415
+ "category": "serif",
4416
+ "variants": [
4417
+ "regular",
4418
+ "italic",
4419
+ "700",
4420
+ "700italic"
4421
+ ],
4422
+ "subsets": [
4423
+ "latin",
4424
+ "latin-ext"
4425
+ ],
4426
+ "version": "v4",
4427
+ "lastModified": "2014-01-07",
4428
+ "files": {
4429
+ "regular": "http://themes.googleusercontent.com/static/fonts/gentiumbookbasic/v4/IRFxB2matTxrjZt6a3FUnrWDjKAyldGEr6eEi2MBNeY.ttf",
4430
+ "italic": "http://themes.googleusercontent.com/static/fonts/gentiumbookbasic/v4/qHqW2lwKO8-uTfIkh8FsUfXfjMwrYnmPVsQth2IcAPY.ttf",
4431
+ "700": "http://themes.googleusercontent.com/static/fonts/gentiumbookbasic/v4/T2vUYmWzlqUtgLYdlemGnaWESMHIjnSjm9UUxYtEOko.ttf",
4432
+ "700italic": "http://themes.googleusercontent.com/static/fonts/gentiumbookbasic/v4/632u7TMIoFDWQYUaHFUp5PA2A9KyRZEkn4TZVuhsWRM.ttf"
4433
+ }
4434
+ },
4435
+ {
4436
+ "kind": "webfonts#webfont",
4437
+ "family": "Geo",
4438
+ "category": "sans-serif",
4439
+ "variants": [
4440
+ "regular",
4441
+ "italic"
4442
+ ],
4443
+ "subsets": [
4444
+ "latin"
4445
+ ],
4446
+ "version": "v6",
4447
+ "lastModified": "2014-01-07",
4448
+ "files": {
4449
+ "regular": "http://themes.googleusercontent.com/static/fonts/geo/v6/mJuJYk5Pww84B4uHAQ1XaA.ttf",
4450
+ "italic": "http://themes.googleusercontent.com/static/fonts/geo/v6/8_r1wToF7nPdDuX1qxel6Q.ttf"
4451
+ }
4452
+ },
4453
+ {
4454
+ "kind": "webfonts#webfont",
4455
+ "family": "Geostar",
4456
+ "category": "display",
4457
+ "variants": [
4458
+ "regular"
4459
+ ],
4460
+ "subsets": [
4461
+ "latin"
4462
+ ],
4463
+ "version": "v4",
4464
+ "lastModified": "2014-01-07",
4465
+ "files": {
4466
+ "regular": "http://themes.googleusercontent.com/static/fonts/geostar/v4/A8WQbhQbpYx3GWWaShJ9GA.ttf"
4467
+ }
4468
+ },
4469
+ {
4470
+ "kind": "webfonts#webfont",
4471
+ "family": "Geostar Fill",
4472
+ "category": "display",
4473
+ "variants": [
4474
+ "regular"
4475
+ ],
4476
+ "subsets": [
4477
+ "latin"
4478
+ ],
4479
+ "version": "v4",
4480
+ "lastModified": "2014-01-07",
4481
+ "files": {
4482
+ "regular": "http://themes.googleusercontent.com/static/fonts/geostarfill/v4/Y5ovXPPOHYTfQzK2aM-hui3USBnSvpkopQaUR-2r7iU.ttf"
4483
+ }
4484
+ },
4485
+ {
4486
+ "kind": "webfonts#webfont",
4487
+ "family": "Germania One",
4488
+ "category": "display",
4489
+ "variants": [
4490
+ "regular"
4491
+ ],
4492
+ "subsets": [
4493
+ "latin"
4494
+ ],
4495
+ "version": "v2",
4496
+ "lastModified": "2014-01-07",
4497
+ "files": {
4498
+ "regular": "http://themes.googleusercontent.com/static/fonts/germaniaone/v2/3_6AyUql_-FbDi1e68jHdC3USBnSvpkopQaUR-2r7iU.ttf"
4499
+ }
4500
+ },
4501
+ {
4502
+ "kind": "webfonts#webfont",
4503
+ "family": "Gilda Display",
4504
+ "category": "serif",
4505
+ "variants": [
4506
+ "regular"
4507
+ ],
4508
+ "subsets": [
4509
+ "latin",
4510
+ "latin-ext"
4511
+ ],
4512
+ "version": "v2",
4513
+ "lastModified": "2014-01-07",
4514
+ "files": {
4515
+ "regular": "http://themes.googleusercontent.com/static/fonts/gildadisplay/v2/8yAVUZLLZ3wb7dSsjix0CADHmap7fRWINAsw8-RaxNg.ttf"
4516
+ }
4517
+ },
4518
+ {
4519
+ "kind": "webfonts#webfont",
4520
+ "family": "Give You Glory",
4521
+ "category": "handwriting",
4522
+ "variants": [
4523
+ "regular"
4524
+ ],
4525
+ "subsets": [
4526
+ "latin"
4527
+ ],
4528
+ "version": "v4",
4529
+ "lastModified": "2014-01-07",
4530
+ "files": {
4531
+ "regular": "http://themes.googleusercontent.com/static/fonts/giveyouglory/v4/DFEWZFgGmfseyIdGRJAxuBwwkpSPZdvjnMtysdqprfI.ttf"
4532
+ }
4533
+ },
4534
+ {
4535
+ "kind": "webfonts#webfont",
4536
+ "family": "Glass Antiqua",
4537
+ "category": "display",
4538
+ "variants": [
4539
+ "regular"
4540
+ ],
4541
+ "subsets": [
4542
+ "latin",
4543
+ "latin-ext"
4544
+ ],
4545
+ "version": "v2",
4546
+ "lastModified": "2014-01-07",
4547
+ "files": {
4548
+ "regular": "http://themes.googleusercontent.com/static/fonts/glassantiqua/v2/0yLrXKplgdUDIMz5TnCHNODcg5akpSnIcsPhLOFv7l8.ttf"
4549
+ }
4550
+ },
4551
+ {
4552
+ "kind": "webfonts#webfont",
4553
+ "family": "Glegoo",
4554
+ "category": "serif",
4555
+ "variants": [
4556
+ "regular"
4557
+ ],
4558
+ "subsets": [
4559
+ "latin",
4560
+ "latin-ext"
4561
+ ],
4562
+ "version": "v2",
4563
+ "lastModified": "2014-01-07",
4564
+ "files": {
4565
+ "regular": "http://themes.googleusercontent.com/static/fonts/glegoo/v2/2tf-h3n2A_SNYXEO0C8bKw.ttf"
4566
+ }
4567
+ },
4568
+ {
4569
+ "kind": "webfonts#webfont",
4570
+ "family": "Gloria Hallelujah",
4571
+ "category": "handwriting",
4572
+ "variants": [
4573
+ "regular"
4574
+ ],
4575
+ "subsets": [
4576
+ "latin"
4577
+ ],
4578
+ "version": "v5",
4579
+ "lastModified": "2014-01-07",
4580
+ "files": {
4581
+ "regular": "http://themes.googleusercontent.com/static/fonts/gloriahallelujah/v5/CA1k7SlXcY5kvI81M_R28Q3RdPdyebSUyJECJouPsvA.ttf"
4582
+ }
4583
+ },
4584
+ {
4585
+ "kind": "webfonts#webfont",
4586
+ "family": "Goblin One",
4587
+ "category": "display",
4588
+ "variants": [
4589
+ "regular"
4590
+ ],
4591
+ "subsets": [
4592
+ "latin"
4593
+ ],
4594
+ "version": "v4",
4595
+ "lastModified": "2014-01-07",
4596
+ "files": {
4597
+ "regular": "http://themes.googleusercontent.com/static/fonts/goblinone/v4/331XtzoXgpVEvNTVcBJ_C_esZW2xOQ-xsNqO47m55DA.ttf"
4598
+ }
4599
+ },
4600
+ {
4601
+ "kind": "webfonts#webfont",
4602
+ "family": "Gochi Hand",
4603
+ "category": "handwriting",
4604
+ "variants": [
4605
+ "regular"
4606
+ ],
4607
+ "subsets": [
4608
+ "latin"
4609
+ ],
4610
+ "version": "v5",
4611
+ "lastModified": "2014-01-07",
4612
+ "files": {
4613
+ "regular": "http://themes.googleusercontent.com/static/fonts/gochihand/v5/KT1-WxgHsittJ34_20IfAPesZW2xOQ-xsNqO47m55DA.ttf"
4614
+ }
4615
+ },
4616
+ {
4617
+ "kind": "webfonts#webfont",
4618
+ "family": "Gorditas",
4619
+ "category": "display",
4620
+ "variants": [
4621
+ "regular",
4622
+ "700"
4623
+ ],
4624
+ "subsets": [
4625
+ "latin"
4626
+ ],
4627
+ "version": "v2",
4628
+ "lastModified": "2014-01-07",
4629
+ "files": {
4630
+ "regular": "http://themes.googleusercontent.com/static/fonts/gorditas/v2/uMgZhXUyH6qNGF3QsjQT5Q.ttf",
4631
+ "700": "http://themes.googleusercontent.com/static/fonts/gorditas/v2/6-XCeknmxaon8AUqVkMnHaCWcynf_cDxXwCLxiixG1c.ttf"
4632
+ }
4633
+ },
4634
+ {
4635
+ "kind": "webfonts#webfont",
4636
+ "family": "Goudy Bookletter 1911",
4637
+ "category": "serif",
4638
+ "variants": [
4639
+ "regular"
4640
+ ],
4641
+ "subsets": [
4642
+ "latin"
4643
+ ],
4644
+ "version": "v4",
4645
+ "lastModified": "2014-01-07",
4646
+ "files": {
4647
+ "regular": "http://themes.googleusercontent.com/static/fonts/goudybookletter1911/v4/l5lwlGTN3pEY5Bf-rQEuIIjNDsyURsIKu4GSfvSE4mA.ttf"
4648
+ }
4649
+ },
4650
+ {
4651
+ "kind": "webfonts#webfont",
4652
+ "family": "Graduate",
4653
+ "category": "display",
4654
+ "variants": [
4655
+ "regular"
4656
+ ],
4657
+ "subsets": [
4658
+ "latin"
4659
+ ],
4660
+ "version": "v2",
4661
+ "lastModified": "2014-01-07",
4662
+ "files": {
4663
+ "regular": "http://themes.googleusercontent.com/static/fonts/graduate/v2/JpAmYLHqcIh9_Ff35HHwiA.ttf"
4664
+ }
4665
+ },
4666
+ {
4667
+ "kind": "webfonts#webfont",
4668
+ "family": "Grand Hotel",
4669
+ "category": "handwriting",
4670
+ "variants": [
4671
+ "regular"
4672
+ ],
4673
+ "subsets": [
4674
+ "latin",
4675
+ "latin-ext"
4676
+ ],
4677
+ "version": "v2",
4678
+ "lastModified": "2014-01-07",
4679
+ "files": {
4680
+ "regular": "http://themes.googleusercontent.com/static/fonts/grandhotel/v2/C_A8HiFZjXPpnMt38XnK7qCWcynf_cDxXwCLxiixG1c.ttf"
4681
+ }
4682
+ },
4683
+ {
4684
+ "kind": "webfonts#webfont",
4685
+ "family": "Gravitas One",
4686
+ "category": "display",
4687
+ "variants": [
4688
+ "regular"
4689
+ ],
4690
+ "subsets": [
4691
+ "latin"
4692
+ ],
4693
+ "version": "v4",
4694
+ "lastModified": "2014-01-07",
4695
+ "files": {
4696
+ "regular": "http://themes.googleusercontent.com/static/fonts/gravitasone/v4/nBHdBv6zVNU8MtP6w9FwTS3USBnSvpkopQaUR-2r7iU.ttf"
4697
+ }
4698
+ },
4699
+ {
4700
+ "kind": "webfonts#webfont",
4701
+ "family": "Great Vibes",
4702
+ "category": "handwriting",
4703
+ "variants": [
4704
+ "regular"
4705
+ ],
4706
+ "subsets": [
4707
+ "latin",
4708
+ "latin-ext"
4709
+ ],
4710
+ "version": "v2",
4711
+ "lastModified": "2014-01-07",
4712
+ "files": {
4713
+ "regular": "http://themes.googleusercontent.com/static/fonts/greatvibes/v2/4Mi5RG_9LjQYrTU55GN_L6CWcynf_cDxXwCLxiixG1c.ttf"
4714
+ }
4715
+ },
4716
+ {
4717
+ "kind": "webfonts#webfont",
4718
+ "family": "Griffy",
4719
+ "category": "display",
4720
+ "variants": [
4721
+ "regular"
4722
+ ],
4723
+ "subsets": [
4724
+ "latin",
4725
+ "latin-ext"
4726
+ ],
4727
+ "version": "v2",
4728
+ "lastModified": "2014-01-07",
4729
+ "files": {
4730
+ "regular": "http://themes.googleusercontent.com/static/fonts/griffy/v2/vWkyYGBSyE5xjnShNtJtzw.ttf"
4731
+ }
4732
+ },
4733
+ {
4734
+ "kind": "webfonts#webfont",
4735
+ "family": "Gruppo",
4736
+ "category": "display",
4737
+ "variants": [
4738
+ "regular"
4739
+ ],
4740
+ "subsets": [
4741
+ "latin",
4742
+ "latin-ext"
4743
+ ],
4744
+ "version": "v5",
4745
+ "lastModified": "2014-01-07",
4746
+ "files": {
4747
+ "regular": "http://themes.googleusercontent.com/static/fonts/gruppo/v5/pS_JM0cK_piBZve-lfUq9w.ttf"
4748
+ }
4749
+ },
4750
+ {
4751
+ "kind": "webfonts#webfont",
4752
+ "family": "Gudea",
4753
+ "category": "sans-serif",
4754
+ "variants": [
4755
+ "regular",
4756
+ "italic",
4757
+ "700"
4758
+ ],
4759
+ "subsets": [
4760
+ "latin",
4761
+ "latin-ext"
4762
+ ],
4763
+ "version": "v2",
4764
+ "lastModified": "2014-01-07",
4765
+ "files": {
4766
+ "regular": "http://themes.googleusercontent.com/static/fonts/gudea/v2/S-4QqBlkMPiiA3jNeCR5yw.ttf",
4767
+ "italic": "http://themes.googleusercontent.com/static/fonts/gudea/v2/7mNgsGw_vfS-uUgRVXNDSw.ttf",
4768
+ "700": "http://themes.googleusercontent.com/static/fonts/gudea/v2/lsip4aiWhJ9bx172Y9FN_w.ttf"
4769
+ }
4770
+ },
4771
+ {
4772
+ "kind": "webfonts#webfont",
4773
+ "family": "Habibi",
4774
+ "category": "serif",
4775
+ "variants": [
4776
+ "regular"
4777
+ ],
4778
+ "subsets": [
4779
+ "latin",
4780
+ "latin-ext"
4781
+ ],
4782
+ "version": "v3",
4783
+ "lastModified": "2014-01-07",
4784
+ "files": {
4785
+ "regular": "http://themes.googleusercontent.com/static/fonts/habibi/v3/YYyqXF6pWpL7kmKgS_2iUA.ttf"
4786
+ }
4787
+ },
4788
+ {
4789
+ "kind": "webfonts#webfont",
4790
+ "family": "Hammersmith One",
4791
+ "category": "sans-serif",
4792
+ "variants": [
4793
+ "regular"
4794
+ ],
4795
+ "subsets": [
4796
+ "latin",
4797
+ "latin-ext"
4798
+ ],
4799
+ "version": "v5",
4800
+ "lastModified": "2014-01-07",
4801
+ "files": {
4802
+ "regular": "http://themes.googleusercontent.com/static/fonts/hammersmithone/v5/FWNn6ITYqL6or7ZTmBxRhjjVlsJB_M_Q_LtZxsoxvlw.ttf"
4803
+ }
4804
+ },
4805
+ {
4806
+ "kind": "webfonts#webfont",
4807
+ "family": "Hanalei",
4808
+ "category": "display",
4809
+ "variants": [
4810
+ "regular"
4811
+ ],
4812
+ "subsets": [
4813
+ "latin",
4814
+ "latin-ext"
4815
+ ],
4816
+ "version": "v3",
4817
+ "lastModified": "2014-01-07",
4818
+ "files": {
4819
+ "regular": "http://themes.googleusercontent.com/static/fonts/hanalei/v3/Sx8vVMBnXSQyK6Cn0CBJ3A.ttf"
4820
+ }
4821
+ },
4822
+ {
4823
+ "kind": "webfonts#webfont",
4824
+ "family": "Hanalei Fill",
4825
+ "category": "display",
4826
+ "variants": [
4827
+ "regular"
4828
+ ],
4829
+ "subsets": [
4830
+ "latin",
4831
+ "latin-ext"
4832
+ ],
4833
+ "version": "v2",
4834
+ "lastModified": "2014-01-07",
4835
+ "files": {
4836
+ "regular": "http://themes.googleusercontent.com/static/fonts/hanaleifill/v2/5uPeWLnaDdtm4UBG26Ds6C3USBnSvpkopQaUR-2r7iU.ttf"
4837
+ }
4838
+ },
4839
+ {
4840
+ "kind": "webfonts#webfont",
4841
+ "family": "Handlee",
4842
+ "category": "handwriting",
4843
+ "variants": [
4844
+ "regular"
4845
+ ],
4846
+ "subsets": [
4847
+ "latin"
4848
+ ],
4849
+ "version": "v3",
4850
+ "lastModified": "2014-01-07",
4851
+ "files": {
4852
+ "regular": "http://themes.googleusercontent.com/static/fonts/handlee/v3/6OfkXkyC0E5NZN80ED8u3A.ttf"
4853
+ }
4854
+ },
4855
+ {
4856
+ "kind": "webfonts#webfont",
4857
+ "family": "Hanuman",
4858
+ "category": "serif",
4859
+ "variants": [
4860
+ "regular",
4861
+ "700"
4862
+ ],
4863
+ "subsets": [
4864
+ "khmer"
4865
+ ],
4866
+ "version": "v6",
4867
+ "lastModified": "2014-01-07",
4868
+ "files": {
4869
+ "regular": "http://themes.googleusercontent.com/static/fonts/hanuman/v6/hRhwOGGmElJSl6KSPvEnOQ.ttf",
4870
+ "700": "http://themes.googleusercontent.com/static/fonts/hanuman/v6/lzzXZ2l84x88giDrbfq76vesZW2xOQ-xsNqO47m55DA.ttf"
4871
+ }
4872
+ },
4873
+ {
4874
+ "kind": "webfonts#webfont",
4875
+ "family": "Happy Monkey",
4876
+ "category": "display",
4877
+ "variants": [
4878
+ "regular"
4879
+ ],
4880
+ "subsets": [
4881
+ "latin",
4882
+ "latin-ext"
4883
+ ],
4884
+ "version": "v3",
4885
+ "lastModified": "2014-01-07",
4886
+ "files": {
4887
+ "regular": "http://themes.googleusercontent.com/static/fonts/happymonkey/v3/c2o0ps8nkBmaOYctqBq1rS3USBnSvpkopQaUR-2r7iU.ttf"
4888
+ }
4889
+ },
4890
+ {
4891
+ "kind": "webfonts#webfont",
4892
+ "family": "Headland One",
4893
+ "category": "serif",
4894
+ "variants": [
4895
+ "regular"
4896
+ ],
4897
+ "subsets": [
4898
+ "latin",
4899
+ "latin-ext"
4900
+ ],
4901
+ "version": "v2",
4902
+ "lastModified": "2014-01-07",
4903
+ "files": {
4904
+ "regular": "http://themes.googleusercontent.com/static/fonts/headlandone/v2/iGmBeOvQGfq9DSbjJ8jDVy3USBnSvpkopQaUR-2r7iU.ttf"
4905
+ }
4906
+ },
4907
+ {
4908
+ "kind": "webfonts#webfont",
4909
+ "family": "Henny Penny",
4910
+ "category": "display",
4911
+ "variants": [
4912
+ "regular"
4913
+ ],
4914
+ "subsets": [
4915
+ "latin"
4916
+ ],
4917
+ "version": "v2",
4918
+ "lastModified": "2014-01-07",
4919
+ "files": {
4920
+ "regular": "http://themes.googleusercontent.com/static/fonts/hennypenny/v2/XRgo3ogXyi3tpsFfjImRF6CWcynf_cDxXwCLxiixG1c.ttf"
4921
+ }
4922
+ },
4923
+ {
4924
+ "kind": "webfonts#webfont",
4925
+ "family": "Herr Von Muellerhoff",
4926
+ "category": "handwriting",
4927
+ "variants": [
4928
+ "regular"
4929
+ ],
4930
+ "subsets": [
4931
+ "latin",
4932
+ "latin-ext"
4933
+ ],
4934
+ "version": "v4",
4935
+ "lastModified": "2014-01-07",
4936
+ "files": {
4937
+ "regular": "http://themes.googleusercontent.com/static/fonts/herrvonmuellerhoff/v4/mmy24EUmk4tjm4gAEjUd7NLGIYrUsBdh-JWHYgiDiMU.ttf"
4938
+ }
4939
+ },
4940
+ {
4941
+ "kind": "webfonts#webfont",
4942
+ "family": "Holtwood One SC",
4943
+ "category": "serif",
4944
+ "variants": [
4945
+ "regular"
4946
+ ],
4947
+ "subsets": [
4948
+ "latin"
4949
+ ],
4950
+ "version": "v5",
4951
+ "lastModified": "2014-01-07",
4952
+ "files": {
4953
+ "regular": "http://themes.googleusercontent.com/static/fonts/holtwoodonesc/v5/sToOq3cIxbfnhbEkgYNuBbAgSRh1LpJXlLfl8IbsmHg.ttf"
4954
+ }
4955
+ },
4956
+ {
4957
+ "kind": "webfonts#webfont",
4958
+ "family": "Homemade Apple",
4959
+ "category": "handwriting",
4960
+ "variants": [
4961
+ "regular"
4962
+ ],
4963
+ "subsets": [
4964
+ "latin"
4965
+ ],
4966
+ "version": "v4",
4967
+ "lastModified": "2014-01-07",
4968
+ "files": {
4969
+ "regular": "http://themes.googleusercontent.com/static/fonts/homemadeapple/v4/yg3UMEsefgZ8IHz_ryz86BiPOmFWYV1WlrJkRafc4c0.ttf"
4970
+ }
4971
+ },
4972
+ {
4973
+ "kind": "webfonts#webfont",
4974
+ "family": "Homenaje",
4975
+ "category": "sans-serif",
4976
+ "variants": [
4977
+ "regular"
4978
+ ],
4979
+ "subsets": [
4980
+ "latin",
4981
+ "latin-ext"
4982
+ ],
4983
+ "version": "v3",
4984
+ "lastModified": "2014-01-07",
4985
+ "files": {
4986
+ "regular": "http://themes.googleusercontent.com/static/fonts/homenaje/v3/v0YBU0iBRrGdVjDNQILxtA.ttf"
4987
+ }
4988
+ },
4989
+ {
4990
+ "kind": "webfonts#webfont",
4991
+ "family": "IM Fell DW Pica",
4992
+ "category": "serif",
4993
+ "variants": [
4994
+ "regular",
4995
+ "italic"
4996
+ ],
4997
+ "subsets": [
4998
+ "latin"
4999
+ ],
5000
+ "version": "v4",
5001
+ "lastModified": "2014-01-07",
5002
+ "files": {
5003
+ "regular": "http://themes.googleusercontent.com/static/fonts/imfelldwpica/v4/W81bfaWiUicLSPbJhW-ATsA5qm663gJGVdtpamafG5A.ttf",
5004
+ "italic": "http://themes.googleusercontent.com/static/fonts/imfelldwpica/v4/alQJ8SK5aSOZVaelYoyT4PL2asmh5DlYQYCosKo6yQs.ttf"
5005
+ }
5006
+ },
5007
+ {
5008
+ "kind": "webfonts#webfont",
5009
+ "family": "IM Fell DW Pica SC",
5010
+ "category": "serif",
5011
+ "variants": [
5012
+ "regular"
5013
+ ],
5014
+ "subsets": [
5015
+ "latin"
5016
+ ],
5017
+ "version": "v4",
5018
+ "lastModified": "2014-01-07",
5019
+ "files": {
5020
+ "regular": "http://themes.googleusercontent.com/static/fonts/imfelldwpicasc/v4/xBKKJV4z2KsrtQnmjGO17JZ9RBdEL0H9o5qzT1Rtof4.ttf"
5021
+ }
5022
+ },
5023
+ {
5024
+ "kind": "webfonts#webfont",
5025
+ "family": "IM Fell Double Pica",
5026
+ "category": "serif",
5027
+ "variants": [
5028
+ "regular",
5029
+ "italic"
5030
+ ],
5031
+ "subsets": [
5032
+ "latin"
5033
+ ],
5034
+ "version": "v4",
5035
+ "lastModified": "2014-01-07",
5036
+ "files": {
5037
+ "regular": "http://themes.googleusercontent.com/static/fonts/imfelldoublepica/v4/yN1wY_01BkQnO0LYAhXdUol14jEdVOhEmvtCMCVwYak.ttf",
5038
+ "italic": "http://themes.googleusercontent.com/static/fonts/imfelldoublepica/v4/64odUh2hAw8D9dkFKTlWYq0AWwkgdQfsRHec8TYi4mI.ttf"
5039
+ }
5040
+ },
5041
+ {
5042
+ "kind": "webfonts#webfont",
5043
+ "family": "IM Fell Double Pica SC",
5044
+ "category": "serif",
5045
+ "variants": [
5046
+ "regular"
5047
+ ],
5048
+ "subsets": [
5049
+ "latin"
5050
+ ],
5051
+ "version": "v4",
5052
+ "lastModified": "2014-01-07",
5053
+ "files": {
5054
+ "regular": "http://themes.googleusercontent.com/static/fonts/imfelldoublepicasc/v4/jkrUtrLFpMw4ZazhfkKsGwc4LoC4OJUqLw9omnT3VOU.ttf"
5055
+ }
5056
+ },
5057
+ {
5058
+ "kind": "webfonts#webfont",
5059
+ "family": "IM Fell English",
5060
+ "category": "serif",
5061
+ "variants": [
5062
+ "regular",
5063
+ "italic"
5064
+ ],
5065
+ "subsets": [
5066
+ "latin"
5067
+ ],
5068
+ "version": "v4",
5069
+ "lastModified": "2014-01-07",
5070
+ "files": {
5071
+ "regular": "http://themes.googleusercontent.com/static/fonts/imfellenglish/v4/xwIisCqGFi8pff-oa9uSVHGNmx1fDm-u2eBJHQkdrmk.ttf",
5072
+ "italic": "http://themes.googleusercontent.com/static/fonts/imfellenglish/v4/Z3cnIAI_L3XTRfz4JuZKbuewladMPCWTthtMv9cPS-c.ttf"
5073
+ }
5074
+ },
5075
+ {
5076
+ "kind": "webfonts#webfont",
5077
+ "family": "IM Fell English SC",
5078
+ "category": "serif",
5079
+ "variants": [
5080
+ "regular"
5081
+ ],
5082
+ "subsets": [
5083
+ "latin"
5084
+ ],
5085
+ "version": "v4",
5086
+ "lastModified": "2014-01-07",
5087
+ "files": {
5088
+ "regular": "http://themes.googleusercontent.com/static/fonts/imfellenglishsc/v4/h3Tn6yWfw4b5qaLD1RWvz5ATixNthKRRR1XVH3rJNiw.ttf"
5089
+ }
5090
+ },
5091
+ {
5092
+ "kind": "webfonts#webfont",
5093
+ "family": "IM Fell French Canon",
5094
+ "category": "serif",
5095
+ "variants": [
5096
+ "regular",
5097
+ "italic"
5098
+ ],
5099
+ "subsets": [
5100
+ "latin"
5101
+ ],
5102
+ "version": "v4",
5103
+ "lastModified": "2014-01-07",
5104
+ "files": {
5105
+ "regular": "http://themes.googleusercontent.com/static/fonts/imfellfrenchcanon/v4/iKB0WL1BagSpNPz3NLMdsJ3V2FNpBrlLSvqUnERhBP8.ttf",
5106
+ "italic": "http://themes.googleusercontent.com/static/fonts/imfellfrenchcanon/v4/owCuNQkLLFW7TBBPJbMnhRa-QL94KdW80H29tcyld2A.ttf"
5107
+ }
5108
+ },
5109
+ {
5110
+ "kind": "webfonts#webfont",
5111
+ "family": "IM Fell French Canon SC",
5112
+ "category": "serif",
5113
+ "variants": [
5114
+ "regular"
5115
+ ],
5116
+ "subsets": [
5117
+ "latin"
5118
+ ],
5119
+ "version": "v4",
5120
+ "lastModified": "2014-01-07",
5121
+ "files": {
5122
+ "regular": "http://themes.googleusercontent.com/static/fonts/imfellfrenchcanonsc/v4/kA3bS19-tQbeT_iG32EZmaiyyzHwYrAbmNulTz423iM.ttf"
5123
+ }
5124
+ },
5125
+ {
5126
+ "kind": "webfonts#webfont",
5127
+ "family": "IM Fell Great Primer",
5128
+ "category": "serif",
5129
+ "variants": [
5130
+ "regular",
5131
+ "italic"
5132
+ ],
5133
+ "subsets": [
5134
+ "latin"
5135
+ ],
5136
+ "version": "v4",
5137
+ "lastModified": "2014-01-07",
5138
+ "files": {
5139
+ "regular": "http://themes.googleusercontent.com/static/fonts/imfellgreatprimer/v4/AL8ALGNthei20f9Cu3e93rgeX3ROgtTz44CitKAxzKI.ttf",
5140
+ "italic": "http://themes.googleusercontent.com/static/fonts/imfellgreatprimer/v4/1a-artkXMVg682r7TTxVY1_YG2SFv8Ma7CxRl1S3o7g.ttf"
5141
+ }
5142
+ },
5143
+ {
5144
+ "kind": "webfonts#webfont",
5145
+ "family": "IM Fell Great Primer SC",
5146
+ "category": "serif",
5147
+ "variants": [
5148
+ "regular"
5149
+ ],
5150
+ "subsets": [
5151
+ "latin"
5152
+ ],
5153
+ "version": "v4",
5154
+ "lastModified": "2014-01-07",
5155
+ "files": {
5156
+ "regular": "http://themes.googleusercontent.com/static/fonts/imfellgreatprimersc/v4/A313vRj97hMMGFjt6rgSJtRg-ciw1Y27JeXb2Zv4lZQ.ttf"
5157
+ }
5158
+ },
5159
+ {
5160
+ "kind": "webfonts#webfont",
5161
+ "family": "Iceberg",
5162
+ "category": "display",
5163
+ "variants": [
5164
+ "regular"
5165
+ ],
5166
+ "subsets": [
5167
+ "latin"
5168
+ ],
5169
+ "version": "v2",
5170
+ "lastModified": "2014-01-07",
5171
+ "files": {
5172
+ "regular": "http://themes.googleusercontent.com/static/fonts/iceberg/v2/p2XVm4M-N0AOEEOymFKC5w.ttf"
5173
+ }
5174
+ },
5175
+ {
5176
+ "kind": "webfonts#webfont",
5177
+ "family": "Iceland",
5178
+ "category": "display",
5179
+ "variants": [
5180
+ "regular"
5181
+ ],
5182
+ "subsets": [
5183
+ "latin"
5184
+ ],
5185
+ "version": "v3",
5186
+ "lastModified": "2014-01-07",
5187
+ "files": {
5188
+ "regular": "http://themes.googleusercontent.com/static/fonts/iceland/v3/kq3uTMGgvzWGNi39B_WxGA.ttf"
5189
+ }
5190
+ },
5191
+ {
5192
+ "kind": "webfonts#webfont",
5193
+ "family": "Imprima",
5194
+ "category": "sans-serif",
5195
+ "variants": [
5196
+ "regular"
5197
+ ],
5198
+ "subsets": [
5199
+ "latin",
5200
+ "latin-ext"
5201
+ ],
5202
+ "version": "v2",
5203
+ "lastModified": "2014-01-07",
5204
+ "files": {
5205
+ "regular": "http://themes.googleusercontent.com/static/fonts/imprima/v2/eRjquWLjwLGnTEhLH7u3kA.ttf"
5206
+ }
5207
+ },
5208
+ {
5209
+ "kind": "webfonts#webfont",
5210
+ "family": "Inconsolata",
5211
+ "category": "monospace",
5212
+ "variants": [
5213
+ "regular",
5214
+ "700"
5215
+ ],
5216
+ "subsets": [
5217
+ "latin",
5218
+ "latin-ext"
5219
+ ],
5220
+ "version": "v7",
5221
+ "lastModified": "2014-03-18",
5222
+ "files": {
5223
+ "regular": "http://themes.googleusercontent.com/static/fonts/inconsolata/v7/7bMKuoy6Nh0ft0SHnIGMuaCWcynf_cDxXwCLxiixG1c.ttf",
5224
+ "700": "http://themes.googleusercontent.com/static/fonts/inconsolata/v7/AIed271kqQlcIRSOnQH0yXe1Pd76Vl7zRpE7NLJQ7XU.ttf"
5225
+ }
5226
+ },
5227
+ {
5228
+ "kind": "webfonts#webfont",
5229
+ "family": "Inder",
5230
+ "category": "sans-serif",
5231
+ "variants": [
5232
+ "regular"
5233
+ ],
5234
+ "subsets": [
5235
+ "latin",
5236
+ "latin-ext"
5237
+ ],
5238
+ "version": "v3",
5239
+ "lastModified": "2014-01-07",
5240
+ "files": {
5241
+ "regular": "http://themes.googleusercontent.com/static/fonts/inder/v3/C38TwecLTfKxIHDc_Adcrw.ttf"
5242
+ }
5243
+ },
5244
+ {
5245
+ "kind": "webfonts#webfont",
5246
+ "family": "Indie Flower",
5247
+ "category": "handwriting",
5248
+ "variants": [
5249
+ "regular"
5250
+ ],
5251
+ "subsets": [
5252
+ "latin"
5253
+ ],
5254
+ "version": "v5",
5255
+ "lastModified": "2014-01-07",
5256
+ "files": {
5257
+ "regular": "http://themes.googleusercontent.com/static/fonts/indieflower/v5/10JVD_humAd5zP2yrFqw6i3USBnSvpkopQaUR-2r7iU.ttf"
5258
+ }
5259
+ },
5260
+ {
5261
+ "kind": "webfonts#webfont",
5262
+ "family": "Inika",
5263
+ "category": "serif",
5264
+ "variants": [
5265
+ "regular",
5266
+ "700"
5267
+ ],
5268
+ "subsets": [
5269
+ "latin",
5270
+ "latin-ext"
5271
+ ],
5272
+ "version": "v2",
5273
+ "lastModified": "2014-01-07",
5274
+ "files": {
5275
+ "regular": "http://themes.googleusercontent.com/static/fonts/inika/v2/eZCrULQGaIxkrRoGz_DjhQ.ttf",
5276
+ "700": "http://themes.googleusercontent.com/static/fonts/inika/v2/bl3ZoTyrWsFun2zYbsgJrA.ttf"
5277
+ }
5278
+ },
5279
+ {
5280
+ "kind": "webfonts#webfont",
5281
+ "family": "Irish Grover",
5282
+ "category": "display",
5283
+ "variants": [
5284
+ "regular"
5285
+ ],
5286
+ "subsets": [
5287
+ "latin"
5288
+ ],
5289
+ "version": "v4",
5290
+ "lastModified": "2014-01-07",
5291
+ "files": {
5292
+ "regular": "http://themes.googleusercontent.com/static/fonts/irishgrover/v4/kUp7uUPooL-KsLGzeVJbBC3USBnSvpkopQaUR-2r7iU.ttf"
5293
+ }
5294
+ },
5295
+ {
5296
+ "kind": "webfonts#webfont",
5297
+ "family": "Istok Web",
5298
+ "category": "sans-serif",
5299
+ "variants": [
5300
+ "regular",
5301
+ "italic",
5302
+ "700",
5303
+ "700italic"
5304
+ ],
5305
+ "subsets": [
5306
+ "latin",
5307
+ "cyrillic",
5308
+ "cyrillic-ext",
5309
+ "latin-ext"
5310
+ ],
5311
+ "version": "v6",
5312
+ "lastModified": "2014-01-07",
5313
+ "files": {
5314
+ "regular": "http://themes.googleusercontent.com/static/fonts/istokweb/v6/RYLSjEXQ0nNtLLc4n7--dQ.ttf",
5315
+ "italic": "http://themes.googleusercontent.com/static/fonts/istokweb/v6/kvcT2SlTjmGbC3YlZxmrl6CWcynf_cDxXwCLxiixG1c.ttf",
5316
+ "700": "http://themes.googleusercontent.com/static/fonts/istokweb/v6/2koEo4AKFSvK4B52O_Mwai3USBnSvpkopQaUR-2r7iU.ttf",
5317
+ "700italic": "http://themes.googleusercontent.com/static/fonts/istokweb/v6/ycQ3g52ELrh3o_HYCNNUw3e1Pd76Vl7zRpE7NLJQ7XU.ttf"
5318
+ }
5319
+ },
5320
+ {
5321
+ "kind": "webfonts#webfont",
5322
+ "family": "Italiana",
5323
+ "category": "serif",
5324
+ "variants": [
5325
+ "regular"
5326
+ ],
5327
+ "subsets": [
5328
+ "latin"
5329
+ ],
5330
+ "version": "v2",
5331
+ "lastModified": "2014-01-07",
5332
+ "files": {
5333
+ "regular": "http://themes.googleusercontent.com/static/fonts/italiana/v2/dt95fkCSTOF-c6QNjwSycA.ttf"
5334
+ }
5335
+ },
5336
+ {
5337
+ "kind": "webfonts#webfont",
5338
+ "family": "Italianno",
5339
+ "category": "handwriting",
5340
+ "variants": [
5341
+ "regular"
5342
+ ],
5343
+ "subsets": [
5344
+ "latin",
5345
+ "latin-ext"
5346
+ ],
5347
+ "version": "v4",
5348
+ "lastModified": "2014-01-07",
5349
+ "files": {
5350
+ "regular": "http://themes.googleusercontent.com/static/fonts/italianno/v4/HsyHnLpKf8uP7aMpDQHZmg.ttf"
5351
+ }
5352
+ },
5353
+ {
5354
+ "kind": "webfonts#webfont",
5355
+ "family": "Jacques Francois",
5356
+ "category": "serif",
5357
+ "variants": [
5358
+ "regular"
5359
+ ],
5360
+ "subsets": [
5361
+ "latin"
5362
+ ],
5363
+ "version": "v2",
5364
+ "lastModified": "2014-01-07",
5365
+ "files": {
5366
+ "regular": "http://themes.googleusercontent.com/static/fonts/jacquesfrancois/v2/_-0XWPQIW6tOzTHg4KaJ_M13D_4KM32Q4UmTSjpuNGQ.ttf"
5367
+ }
5368
+ },
5369
+ {
5370
+ "kind": "webfonts#webfont",
5371
+ "family": "Jacques Francois Shadow",
5372
+ "category": "display",
5373
+ "variants": [
5374
+ "regular"
5375
+ ],
5376
+ "subsets": [
5377
+ "latin"
5378
+ ],
5379
+ "version": "v2",
5380
+ "lastModified": "2014-01-07",
5381
+ "files": {
5382
+ "regular": "http://themes.googleusercontent.com/static/fonts/jacquesfrancoisshadow/v2/V14y0H3vq56fY9SV4OL_FASt0D_oLVawA8L8b9iKjbs.ttf"
5383
+ }
5384
+ },
5385
+ {
5386
+ "kind": "webfonts#webfont",
5387
+ "family": "Jim Nightshade",
5388
+ "category": "handwriting",
5389
+ "variants": [
5390
+ "regular"
5391
+ ],
5392
+ "subsets": [
5393
+ "latin",
5394
+ "latin-ext"
5395
+ ],
5396
+ "version": "v2",
5397
+ "lastModified": "2014-01-07",
5398
+ "files": {
5399
+ "regular": "http://themes.googleusercontent.com/static/fonts/jimnightshade/v2/_n43lYHXVWNgXegdYRIK9CF1W_bo0EdycfH0kHciIic.ttf"
5400
+ }
5401
+ },
5402
+ {
5403
+ "kind": "webfonts#webfont",
5404
+ "family": "Jockey One",
5405
+ "category": "sans-serif",
5406
+ "variants": [
5407
+ "regular"
5408
+ ],
5409
+ "subsets": [
5410
+ "latin",
5411
+ "latin-ext"
5412
+ ],
5413
+ "version": "v4",
5414
+ "lastModified": "2014-01-07",
5415
+ "files": {
5416
+ "regular": "http://themes.googleusercontent.com/static/fonts/jockeyone/v4/cAucnOZLvFo07w2AbufBCfesZW2xOQ-xsNqO47m55DA.ttf"
5417
+ }
5418
+ },
5419
+ {
5420
+ "kind": "webfonts#webfont",
5421
+ "family": "Jolly Lodger",
5422
+ "category": "display",
5423
+ "variants": [
5424
+ "regular"
5425
+ ],
5426
+ "subsets": [
5427
+ "latin",
5428
+ "latin-ext"
5429
+ ],
5430
+ "version": "v2",
5431
+ "lastModified": "2014-01-07",
5432
+ "files": {
5433
+ "regular": "http://themes.googleusercontent.com/static/fonts/jollylodger/v2/RX8HnkBgaEKQSHQyP9itiS3USBnSvpkopQaUR-2r7iU.ttf"
5434
+ }
5435
+ },
5436
+ {
5437
+ "kind": "webfonts#webfont",
5438
+ "family": "Josefin Sans",
5439
+ "category": "sans-serif",
5440
+ "variants": [
5441
+ "100",
5442
+ "100italic",
5443
+ "300",
5444
+ "300italic",
5445
+ "regular",
5446
+ "italic",
5447
+ "600",
5448
+ "600italic",
5449
+ "700",
5450
+ "700italic"
5451
+ ],
5452
+ "subsets": [
5453
+ "latin"
5454
+ ],
5455
+ "version": "v4",
5456
+ "lastModified": "2014-01-07",
5457
+ "files": {
5458
+ "100": "http://themes.googleusercontent.com/static/fonts/josefinsans/v4/q9w3H4aeBxj0hZ8Osfi3d8SVQ0giZ-l_NELu3lgGyYw.ttf",
5459
+ "100italic": "http://themes.googleusercontent.com/static/fonts/josefinsans/v4/s7-P1gqRNRNn-YWdOYnAOXXcj1rQwlNLIS625o-SrL0.ttf",
5460
+ "300": "http://themes.googleusercontent.com/static/fonts/josefinsans/v4/C6HYlRF50SGJq1XyXj04z6cQoVhARpoaILP7amxE_8g.ttf",
5461
+ "300italic": "http://themes.googleusercontent.com/static/fonts/josefinsans/v4/ppse0J9fKSaoxCIIJb33Gyna0FLWfcB-J_SAYmcAXaI.ttf",
5462
+ "regular": "http://themes.googleusercontent.com/static/fonts/josefinsans/v4/xgzbb53t8j-Mo-vYa23n5i3USBnSvpkopQaUR-2r7iU.ttf",
5463
+ "italic": "http://themes.googleusercontent.com/static/fonts/josefinsans/v4/q9w3H4aeBxj0hZ8Osfi3d_MZXuCXbOrAvx5R0IT5Oyo.ttf",
5464
+ "600": "http://themes.googleusercontent.com/static/fonts/josefinsans/v4/C6HYlRF50SGJq1XyXj04z2v8CylhIUtwUiYO7Z2wXbE.ttf",
5465
+ "600italic": "http://themes.googleusercontent.com/static/fonts/josefinsans/v4/ppse0J9fKSaoxCIIJb33G4R-5-urNOGAobhAyctHvW8.ttf",
5466
+ "700": "http://themes.googleusercontent.com/static/fonts/josefinsans/v4/C6HYlRF50SGJq1XyXj04z0D2ttfZwueP-QU272T9-k4.ttf",
5467
+ "700italic": "http://themes.googleusercontent.com/static/fonts/josefinsans/v4/ppse0J9fKSaoxCIIJb33G_As9-1nE9qOqhChW0m4nDE.ttf"
5468
+ }
5469
+ },
5470
+ {
5471
+ "kind": "webfonts#webfont",
5472
+ "family": "Josefin Slab",
5473
+ "category": "serif",
5474
+ "variants": [
5475
+ "100",
5476
+ "100italic",
5477
+ "300",
5478
+ "300italic",
5479
+ "regular",
5480
+ "italic",
5481
+ "600",
5482
+ "600italic",
5483
+ "700",
5484
+ "700italic"
5485
+ ],
5486
+ "subsets": [
5487
+ "latin"
5488
+ ],
5489
+ "version": "v4",
5490
+ "lastModified": "2014-01-07",
5491
+ "files": {
5492
+ "100": "http://themes.googleusercontent.com/static/fonts/josefinslab/v4/etsUjZYO8lTLU85lDhZwUsSVQ0giZ-l_NELu3lgGyYw.ttf",
5493
+ "100italic": "http://themes.googleusercontent.com/static/fonts/josefinslab/v4/8BjDChqLgBF3RJKfwHIYh3Xcj1rQwlNLIS625o-SrL0.ttf",
5494
+ "300": "http://themes.googleusercontent.com/static/fonts/josefinslab/v4/NbE6ykYuM2IyEwxQxOIi2KcQoVhARpoaILP7amxE_8g.ttf",
5495
+ "300italic": "http://themes.googleusercontent.com/static/fonts/josefinslab/v4/af9sBoKGPbGO0r21xJulyyna0FLWfcB-J_SAYmcAXaI.ttf",
5496
+ "regular": "http://themes.googleusercontent.com/static/fonts/josefinslab/v4/46aYWdgz-1oFX11flmyEfS3USBnSvpkopQaUR-2r7iU.ttf",
5497
+ "italic": "http://themes.googleusercontent.com/static/fonts/josefinslab/v4/etsUjZYO8lTLU85lDhZwUvMZXuCXbOrAvx5R0IT5Oyo.ttf",
5498
+ "600": "http://themes.googleusercontent.com/static/fonts/josefinslab/v4/NbE6ykYuM2IyEwxQxOIi2Gv8CylhIUtwUiYO7Z2wXbE.ttf",
5499
+ "600italic": "http://themes.googleusercontent.com/static/fonts/josefinslab/v4/af9sBoKGPbGO0r21xJuly4R-5-urNOGAobhAyctHvW8.ttf",
5500
+ "700": "http://themes.googleusercontent.com/static/fonts/josefinslab/v4/NbE6ykYuM2IyEwxQxOIi2ED2ttfZwueP-QU272T9-k4.ttf",
5501
+ "700italic": "http://themes.googleusercontent.com/static/fonts/josefinslab/v4/af9sBoKGPbGO0r21xJuly_As9-1nE9qOqhChW0m4nDE.ttf"
5502
+ }
5503
+ },
5504
+ {
5505
+ "kind": "webfonts#webfont",
5506
+ "family": "Joti One",
5507
+ "category": "display",
5508
+ "variants": [
5509
+ "regular"
5510
+ ],
5511
+ "subsets": [
5512
+ "latin",
5513
+ "latin-ext"
5514
+ ],
5515
+ "version": "v2",
5516
+ "lastModified": "2014-01-07",
5517
+ "files": {
5518
+ "regular": "http://themes.googleusercontent.com/static/fonts/jotione/v2/P3r_Th0ESHJdzunsvWgUfQ.ttf"
5519
+ }
5520
+ },
5521
+ {
5522
+ "kind": "webfonts#webfont",
5523
+ "family": "Judson",
5524
+ "category": "serif",
5525
+ "variants": [
5526
+ "regular",
5527
+ "italic",
5528
+ "700"
5529
+ ],
5530
+ "subsets": [
5531
+ "latin"
5532
+ ],
5533
+ "version": "v5",
5534
+ "lastModified": "2014-01-07",
5535
+ "files": {
5536
+ "regular": "http://themes.googleusercontent.com/static/fonts/judson/v5/znM1AAs0eytUaJzf1CrYZQ.ttf",
5537
+ "italic": "http://themes.googleusercontent.com/static/fonts/judson/v5/GVqQW9P52ygW-ySq-CLwAA.ttf",
5538
+ "700": "http://themes.googleusercontent.com/static/fonts/judson/v5/he4a2LwiPJc7r8x0oKCKiA.ttf"
5539
+ }
5540
+ },
5541
+ {
5542
+ "kind": "webfonts#webfont",
5543
+ "family": "Julee",
5544
+ "category": "handwriting",
5545
+ "variants": [
5546
+ "regular"
5547
+ ],
5548
+ "subsets": [
5549
+ "latin"
5550
+ ],
5551
+ "version": "v4",
5552
+ "lastModified": "2014-01-07",
5553
+ "files": {
5554
+ "regular": "http://themes.googleusercontent.com/static/fonts/julee/v4/CAib-jsUsSO8SvVRnE9fHA.ttf"
5555
+ }
5556
+ },
5557
+ {
5558
+ "kind": "webfonts#webfont",
5559
+ "family": "Julius Sans One",
5560
+ "category": "sans-serif",
5561
+ "variants": [
5562
+ "regular"
5563
+ ],
5564
+ "subsets": [
5565
+ "latin",
5566
+ "latin-ext"
5567
+ ],
5568
+ "version": "v2",
5569
+ "lastModified": "2014-01-07",
5570
+ "files": {
5571
+ "regular": "http://themes.googleusercontent.com/static/fonts/juliussansone/v2/iU65JP9acQHPDLkdalCF7jjVlsJB_M_Q_LtZxsoxvlw.ttf"
5572
+ }
5573
+ },
5574
+ {
5575
+ "kind": "webfonts#webfont",
5576
+ "family": "Junge",
5577
+ "category": "serif",
5578
+ "variants": [
5579
+ "regular"
5580
+ ],
5581
+ "subsets": [
5582
+ "latin"
5583
+ ],
5584
+ "version": "v2",
5585
+ "lastModified": "2014-01-07",
5586
+ "files": {
5587
+ "regular": "http://themes.googleusercontent.com/static/fonts/junge/v2/j4IXCXtxrw9qIBheercp3A.ttf"
5588
+ }
5589
+ },
5590
+ {
5591
+ "kind": "webfonts#webfont",
5592
+ "family": "Jura",
5593
+ "category": "sans-serif",
5594
+ "variants": [
5595
+ "300",
5596
+ "regular",
5597
+ "500",
5598
+ "600"
5599
+ ],
5600
+ "subsets": [
5601
+ "latin",
5602
+ "greek",
5603
+ "cyrillic",
5604
+ "cyrillic-ext",
5605
+ "latin-ext",
5606
+ "greek-ext"
5607
+ ],
5608
+ "version": "v5",
5609
+ "lastModified": "2014-01-07",
5610
+ "files": {
5611
+ "300": "http://themes.googleusercontent.com/static/fonts/jura/v5/Rqx_xy1UnN0C7wD3FUSyPQ.ttf",
5612
+ "regular": "http://themes.googleusercontent.com/static/fonts/jura/v5/YAWMwF3sN0KCbynMq-Yr_Q.ttf",
5613
+ "500": "http://themes.googleusercontent.com/static/fonts/jura/v5/16xhfjHCiaLj3tsqqgmtGg.ttf",
5614
+ "600": "http://themes.googleusercontent.com/static/fonts/jura/v5/iwseduOwJSdY8wQ1Y6CJdA.ttf"
5615
+ }
5616
+ },
5617
+ {
5618
+ "kind": "webfonts#webfont",
5619
+ "family": "Just Another Hand",
5620
+ "category": "handwriting",
5621
+ "variants": [
5622
+ "regular"
5623
+ ],
5624
+ "subsets": [
5625
+ "latin"
5626
+ ],
5627
+ "version": "v5",
5628
+ "lastModified": "2014-01-07",
5629
+ "files": {
5630
+ "regular": "http://themes.googleusercontent.com/static/fonts/justanotherhand/v5/fKV8XYuRNNagXr38eqbRf99BnJIEGrvoojniP57E51c.ttf"
5631
+ }
5632
+ },
5633
+ {
5634
+ "kind": "webfonts#webfont",
5635
+ "family": "Just Me Again Down Here",
5636
+ "category": "handwriting",
5637
+ "variants": [
5638
+ "regular"
5639
+ ],
5640
+ "subsets": [
5641
+ "latin",
5642
+ "latin-ext"
5643
+ ],
5644
+ "version": "v6",
5645
+ "lastModified": "2014-01-07",
5646
+ "files": {
5647
+ "regular": "http://themes.googleusercontent.com/static/fonts/justmeagaindownhere/v6/sN06iTc9ITubLTgXoG-kc3M9eVLpVTSK6TqZTIgBrWQ.ttf"
5648
+ }
5649
+ },
5650
+ {
5651
+ "kind": "webfonts#webfont",
5652
+ "family": "Kameron",
5653
+ "category": "serif",
5654
+ "variants": [
5655
+ "regular",
5656
+ "700"
5657
+ ],
5658
+ "subsets": [
5659
+ "latin"
5660
+ ],
5661
+ "version": "v5",
5662
+ "lastModified": "2014-01-07",
5663
+ "files": {
5664
+ "regular": "http://themes.googleusercontent.com/static/fonts/kameron/v5/9r8HYhqDSwcq9WMjupL82A.ttf",
5665
+ "700": "http://themes.googleusercontent.com/static/fonts/kameron/v5/rabVVbzlflqvmXJUFlKnu_esZW2xOQ-xsNqO47m55DA.ttf"
5666
+ }
5667
+ },
5668
+ {
5669
+ "kind": "webfonts#webfont",
5670
+ "family": "Kantumruy",
5671
+ "category": "sans-serif",
5672
+ "variants": [
5673
+ "300",
5674
+ "regular",
5675
+ "700"
5676
+ ],
5677
+ "subsets": [
5678
+ "khmer"
5679
+ ],
5680
+ "version": "v1",
5681
+ "lastModified": "2013-12-05",
5682
+ "files": {
5683
+ "300": "http://themes.googleusercontent.com/static/fonts/kantumruy/v1/ERRwQE0WG5uanaZWmOFXNi3USBnSvpkopQaUR-2r7iU.ttf",
5684
+ "regular": "http://themes.googleusercontent.com/static/fonts/kantumruy/v1/kQfXNYElQxr5dS8FyjD39Q.ttf",
5685
+ "700": "http://themes.googleusercontent.com/static/fonts/kantumruy/v1/gie_zErpGf_rNzs920C2Ji3USBnSvpkopQaUR-2r7iU.ttf"
5686
+ }
5687
+ },
5688
+ {
5689
+ "kind": "webfonts#webfont",
5690
+ "family": "Karla",
5691
+ "category": "sans-serif",
5692
+ "variants": [
5693
+ "regular",
5694
+ "italic",
5695
+ "700",
5696
+ "700italic"
5697
+ ],
5698
+ "subsets": [
5699
+ "latin",
5700
+ "latin-ext"
5701
+ ],
5702
+ "version": "v3",
5703
+ "lastModified": "2014-01-07",
5704
+ "files": {
5705
+ "regular": "http://themes.googleusercontent.com/static/fonts/karla/v3/78UgGRwJFkhqaoFimqoKpQ.ttf",
5706
+ "italic": "http://themes.googleusercontent.com/static/fonts/karla/v3/51UBKly9RQOnOkj95ZwEFw.ttf",
5707
+ "700": "http://themes.googleusercontent.com/static/fonts/karla/v3/JS501sZLxZ4zraLQdncOUA.ttf",
5708
+ "700italic": "http://themes.googleusercontent.com/static/fonts/karla/v3/3YDyi09gQjCRh-5-SVhTTvesZW2xOQ-xsNqO47m55DA.ttf"
5709
+ }
5710
+ },
5711
+ {
5712
+ "kind": "webfonts#webfont",
5713
+ "family": "Kaushan Script",
5714
+ "category": "handwriting",
5715
+ "variants": [
5716
+ "regular"
5717
+ ],
5718
+ "subsets": [
5719
+ "latin",
5720
+ "latin-ext"
5721
+ ],
5722
+ "version": "v2",
5723
+ "lastModified": "2014-01-07",
5724
+ "files": {
5725
+ "regular": "http://themes.googleusercontent.com/static/fonts/kaushanscript/v2/qx1LSqts-NtiKcLw4N03IBnpV0hQCek3EmWnCPrvGRM.ttf"
5726
+ }
5727
+ },
5728
+ {
5729
+ "kind": "webfonts#webfont",
5730
+ "family": "Kavoon",
5731
+ "category": "display",
5732
+ "variants": [
5733
+ "regular"
5734
+ ],
5735
+ "subsets": [
5736
+ "latin",
5737
+ "latin-ext"
5738
+ ],
5739
+ "version": "v2",
5740
+ "lastModified": "2014-01-07",
5741
+ "files": {
5742
+ "regular": "http://themes.googleusercontent.com/static/fonts/kavoon/v2/382m-6baKXqJFQjEgobt6Q.ttf"
5743
+ }
5744
+ },
5745
+ {
5746
+ "kind": "webfonts#webfont",
5747
+ "family": "Kdam Thmor",
5748
+ "category": "display",
5749
+ "variants": [
5750
+ "regular"
5751
+ ],
5752
+ "subsets": [
5753
+ "khmer"
5754
+ ],
5755
+ "version": "v1",
5756
+ "lastModified": "2013-12-05",
5757
+ "files": {
5758
+ "regular": "http://themes.googleusercontent.com/static/fonts/kdamthmor/v1/otCdP6UU-VBIrBfVDWBQJ_esZW2xOQ-xsNqO47m55DA.ttf"
5759
+ }
5760
+ },
5761
+ {
5762
+ "kind": "webfonts#webfont",
5763
+ "family": "Keania One",
5764
+ "category": "display",
5765
+ "variants": [
5766
+ "regular"
5767
+ ],
5768
+ "subsets": [
5769
+ "latin",
5770
+ "latin-ext"
5771
+ ],
5772
+ "version": "v2",
5773
+ "lastModified": "2014-01-07",
5774
+ "files": {
5775
+ "regular": "http://themes.googleusercontent.com/static/fonts/keaniaone/v2/PACrDKZWngXzgo-ucl6buvesZW2xOQ-xsNqO47m55DA.ttf"
5776
+ }
5777
+ },
5778
+ {
5779
+ "kind": "webfonts#webfont",
5780
+ "family": "Kelly Slab",
5781
+ "category": "display",
5782
+ "variants": [
5783
+ "regular"
5784
+ ],
5785
+ "subsets": [
5786
+ "latin",
5787
+ "cyrillic",
5788
+ "latin-ext"
5789
+ ],
5790
+ "version": "v4",
5791
+ "lastModified": "2014-01-07",
5792
+ "files": {
5793
+ "regular": "http://themes.googleusercontent.com/static/fonts/kellyslab/v4/F_2oS1e9XdYx1MAi8XEVefesZW2xOQ-xsNqO47m55DA.ttf"
5794
+ }
5795
+ },
5796
+ {
5797
+ "kind": "webfonts#webfont",
5798
+ "family": "Kenia",
5799
+ "category": "display",
5800
+ "variants": [
5801
+ "regular"
5802
+ ],
5803
+ "subsets": [
5804
+ "latin"
5805
+ ],
5806
+ "version": "v6",
5807
+ "lastModified": "2014-01-07",
5808
+ "files": {
5809
+ "regular": "http://themes.googleusercontent.com/static/fonts/kenia/v6/OLM9-XfITK9PsTLKbGBrwg.ttf"
5810
+ }
5811
+ },
5812
+ {
5813
+ "kind": "webfonts#webfont",
5814
+ "family": "Khmer",
5815
+ "category": "display",
5816
+ "variants": [
5817
+ "regular"
5818
+ ],
5819
+ "subsets": [
5820
+ "khmer"
5821
+ ],
5822
+ "version": "v7",
5823
+ "lastModified": "2014-01-07",
5824
+ "files": {
5825
+ "regular": "http://themes.googleusercontent.com/static/fonts/khmer/v7/vWaBJIbaQuBNz02ALIKJ3A.ttf"
5826
+ }
5827
+ },
5828
+ {
5829
+ "kind": "webfonts#webfont",
5830
+ "family": "Kite One",
5831
+ "category": "sans-serif",
5832
+ "variants": [
5833
+ "regular"
5834
+ ],
5835
+ "subsets": [
5836
+ "latin"
5837
+ ],
5838
+ "version": "v2",
5839
+ "lastModified": "2014-01-07",
5840
+ "files": {
5841
+ "regular": "http://themes.googleusercontent.com/static/fonts/kiteone/v2/8ojWmgUc97m0f_i6sTqLoQ.ttf"
5842
+ }
5843
+ },
5844
+ {
5845
+ "kind": "webfonts#webfont",
5846
+ "family": "Knewave",
5847
+ "category": "display",
5848
+ "variants": [
5849
+ "regular"
5850
+ ],
5851
+ "subsets": [
5852
+ "latin",
5853
+ "latin-ext"
5854
+ ],
5855
+ "version": "v3",
5856
+ "lastModified": "2014-01-07",
5857
+ "files": {
5858
+ "regular": "http://themes.googleusercontent.com/static/fonts/knewave/v3/KGHM4XWr4iKnBMqzZLkPBg.ttf"
5859
+ }
5860
+ },
5861
+ {
5862
+ "kind": "webfonts#webfont",
5863
+ "family": "Kotta One",
5864
+ "category": "serif",
5865
+ "variants": [
5866
+ "regular"
5867
+ ],
5868
+ "subsets": [
5869
+ "latin",
5870
+ "latin-ext"
5871
+ ],
5872
+ "version": "v2",
5873
+ "lastModified": "2014-01-07",
5874
+ "files": {
5875
+ "regular": "http://themes.googleusercontent.com/static/fonts/kottaone/v2/AB2Q7hVw6niJYDgLvFXu5w.ttf"
5876
+ }
5877
+ },
5878
+ {
5879
+ "kind": "webfonts#webfont",
5880
+ "family": "Koulen",
5881
+ "category": "display",
5882
+ "variants": [
5883
+ "regular"
5884
+ ],
5885
+ "subsets": [
5886
+ "khmer"
5887
+ ],
5888
+ "version": "v7",
5889
+ "lastModified": "2014-01-07",
5890
+ "files": {
5891
+ "regular": "http://themes.googleusercontent.com/static/fonts/koulen/v7/AAYOK8RSRO7FTskTzFuzNw.ttf"
5892
+ }
5893
+ },
5894
+ {
5895
+ "kind": "webfonts#webfont",
5896
+ "family": "Kranky",
5897
+ "category": "display",
5898
+ "variants": [
5899
+ "regular"
5900
+ ],
5901
+ "subsets": [
5902
+ "latin"
5903
+ ],
5904
+ "version": "v4",
5905
+ "lastModified": "2014-01-07",
5906
+ "files": {
5907
+ "regular": "http://themes.googleusercontent.com/static/fonts/kranky/v4/C8dxxTS99-fZ84vWk8SDrg.ttf"
5908
+ }
5909
+ },
5910
+ {
5911
+ "kind": "webfonts#webfont",
5912
+ "family": "Kreon",
5913
+ "category": "serif",
5914
+ "variants": [
5915
+ "300",
5916
+ "regular",
5917
+ "700"
5918
+ ],
5919
+ "subsets": [
5920
+ "latin"
5921
+ ],
5922
+ "version": "v7",
5923
+ "lastModified": "2014-01-07",
5924
+ "files": {
5925
+ "300": "http://themes.googleusercontent.com/static/fonts/kreon/v7/HKtJRiq5C2zbq5N1IX32sA.ttf",
5926
+ "regular": "http://themes.googleusercontent.com/static/fonts/kreon/v7/zA_IZt0u0S3cvHJu-n1oEg.ttf",
5927
+ "700": "http://themes.googleusercontent.com/static/fonts/kreon/v7/jh0dSmaPodjxISiblIUTkw.ttf"
5928
+ }
5929
+ },
5930
+ {
5931
+ "kind": "webfonts#webfont",
5932
+ "family": "Kristi",
5933
+ "category": "handwriting",
5934
+ "variants": [
5935
+ "regular"
5936
+ ],
5937
+ "subsets": [
5938
+ "latin"
5939
+ ],
5940
+ "version": "v5",
5941
+ "lastModified": "2014-01-07",
5942
+ "files": {
5943
+ "regular": "http://themes.googleusercontent.com/static/fonts/kristi/v5/aRsgBQrkQkMlu4UPSnJyOQ.ttf"
5944
+ }
5945
+ },
5946
+ {
5947
+ "kind": "webfonts#webfont",
5948
+ "family": "Krona One",
5949
+ "category": "sans-serif",
5950
+ "variants": [
5951
+ "regular"
5952
+ ],
5953
+ "subsets": [
5954
+ "latin",
5955
+ "latin-ext"
5956
+ ],
5957
+ "version": "v2",
5958
+ "lastModified": "2014-01-07",
5959
+ "files": {
5960
+ "regular": "http://themes.googleusercontent.com/static/fonts/kronaone/v2/zcQj4ljqTo166AdourlF9w.ttf"
5961
+ }
5962
+ },
5963
+ {
5964
+ "kind": "webfonts#webfont",
5965
+ "family": "La Belle Aurore",
5966
+ "category": "handwriting",
5967
+ "variants": [
5968
+ "regular"
5969
+ ],
5970
+ "subsets": [
5971
+ "latin"
5972
+ ],
5973
+ "version": "v4",
5974
+ "lastModified": "2014-01-07",
5975
+ "files": {
5976
+ "regular": "http://themes.googleusercontent.com/static/fonts/labelleaurore/v4/Irdbc4ASuUoWDjd_Wc3md123K2iuuhwZgaKapkyRTY8.ttf"
5977
+ }
5978
+ },
5979
+ {
5980
+ "kind": "webfonts#webfont",
5981
+ "family": "Lancelot",
5982
+ "category": "display",
5983
+ "variants": [
5984
+ "regular"
5985
+ ],
5986
+ "subsets": [
5987
+ "latin"
5988
+ ],
5989
+ "version": "v3",
5990
+ "lastModified": "2014-01-07",
5991
+ "files": {
5992
+ "regular": "http://themes.googleusercontent.com/static/fonts/lancelot/v3/XMT7T_oo_MQUGAnU2v-sdA.ttf"
5993
+ }
5994
+ },
5995
+ {
5996
+ "kind": "webfonts#webfont",
5997
+ "family": "Lato",
5998
+ "category": "sans-serif",
5999
+ "variants": [
6000
+ "100",
6001
+ "100italic",
6002
+ "300",
6003
+ "300italic",
6004
+ "regular",
6005
+ "italic",
6006
+ "700",
6007
+ "700italic",
6008
+ "900",
6009
+ "900italic"
6010
+ ],
6011
+ "subsets": [
6012
+ "latin"
6013
+ ],
6014
+ "version": "v7",
6015
+ "lastModified": "2014-01-07",
6016
+ "files": {
6017
+ "100": "http://themes.googleusercontent.com/static/fonts/lato/v7/Upp-ka9rLQmHYCsFgwL-eg.ttf",
6018
+ "100italic": "http://themes.googleusercontent.com/static/fonts/lato/v7/zLegi10uS_9-fnUDISl0KA.ttf",
6019
+ "300": "http://themes.googleusercontent.com/static/fonts/lato/v7/Ja02qOppOVq9jeRjWekbHg.ttf",
6020
+ "300italic": "http://themes.googleusercontent.com/static/fonts/lato/v7/dVebFcn7EV7wAKwgYestUg.ttf",
6021
+ "regular": "http://themes.googleusercontent.com/static/fonts/lato/v7/h7rISIcQapZBpei-sXwIwg.ttf",
6022
+ "italic": "http://themes.googleusercontent.com/static/fonts/lato/v7/P_dJOFJylV3A870UIOtr0w.ttf",
6023
+ "700": "http://themes.googleusercontent.com/static/fonts/lato/v7/iX_QxBBZLhNj5JHlTzHQzg.ttf",
6024
+ "700italic": "http://themes.googleusercontent.com/static/fonts/lato/v7/WFcZakHrrCKeUJxHA4T_gw.ttf",
6025
+ "900": "http://themes.googleusercontent.com/static/fonts/lato/v7/8TPEV6NbYWZlNsXjbYVv7w.ttf",
6026
+ "900italic": "http://themes.googleusercontent.com/static/fonts/lato/v7/draWperrI7n2xi35Cl08fA.ttf"
6027
+ }
6028
+ },
6029
+ {
6030
+ "kind": "webfonts#webfont",
6031
+ "family": "League Script",
6032
+ "category": "handwriting",
6033
+ "variants": [
6034
+ "regular"
6035
+ ],
6036
+ "subsets": [
6037
+ "latin"
6038
+ ],
6039
+ "version": "v5",
6040
+ "lastModified": "2014-01-07",
6041
+ "files": {
6042
+ "regular": "http://themes.googleusercontent.com/static/fonts/leaguescript/v5/wnRFLvfabWK_DauqppD6vSeUSrabuTpOsMEiRLtKwk0.ttf"
6043
+ }
6044
+ },
6045
+ {
6046
+ "kind": "webfonts#webfont",
6047
+ "family": "Leckerli One",
6048
+ "category": "handwriting",
6049
+ "variants": [
6050
+ "regular"
6051
+ ],
6052
+ "subsets": [
6053
+ "latin"
6054
+ ],
6055
+ "version": "v5",
6056
+ "lastModified": "2014-01-07",
6057
+ "files": {
6058
+ "regular": "http://themes.googleusercontent.com/static/fonts/leckerlione/v5/S2Y_iLrItTu8kIJTkS7DrC3USBnSvpkopQaUR-2r7iU.ttf"
6059
+ }
6060
+ },
6061
+ {
6062
+ "kind": "webfonts#webfont",
6063
+ "family": "Ledger",
6064
+ "category": "serif",
6065
+ "variants": [
6066
+ "regular"
6067
+ ],
6068
+ "subsets": [
6069
+ "latin",
6070
+ "cyrillic",
6071
+ "latin-ext"
6072
+ ],
6073
+ "version": "v2",
6074
+ "lastModified": "2014-01-07",
6075
+ "files": {
6076
+ "regular": "http://themes.googleusercontent.com/static/fonts/ledger/v2/G432jp-tahOfWHbCYkI0jw.ttf"
6077
+ }
6078
+ },
6079
+ {
6080
+ "kind": "webfonts#webfont",
6081
+ "family": "Lekton",
6082
+ "category": "sans-serif",
6083
+ "variants": [
6084
+ "regular",
6085
+ "italic",
6086
+ "700"
6087
+ ],
6088
+ "subsets": [
6089
+ "latin",
6090
+ "latin-ext"
6091
+ ],
6092
+ "version": "v5",
6093
+ "lastModified": "2014-01-07",
6094
+ "files": {
6095
+ "regular": "http://themes.googleusercontent.com/static/fonts/lekton/v5/r483JYmxf5PjIm4jVAm8Yg.ttf",
6096
+ "italic": "http://themes.googleusercontent.com/static/fonts/lekton/v5/_UbDIPBA1wDqSbhp-OED7A.ttf",
6097
+ "700": "http://themes.googleusercontent.com/static/fonts/lekton/v5/WZw-uL8WTkx3SBVfTlevXQ.ttf"
6098
+ }
6099
+ },
6100
+ {
6101
+ "kind": "webfonts#webfont",
6102
+ "family": "Lemon",
6103
+ "category": "display",
6104
+ "variants": [
6105
+ "regular"
6106
+ ],
6107
+ "subsets": [
6108
+ "latin"
6109
+ ],
6110
+ "version": "v3",
6111
+ "lastModified": "2014-01-07",
6112
+ "files": {
6113
+ "regular": "http://themes.googleusercontent.com/static/fonts/lemon/v3/wed1nNu4LNSu-3RoRVUhUw.ttf"
6114
+ }
6115
+ },
6116
+ {
6117
+ "kind": "webfonts#webfont",
6118
+ "family": "Libre Baskerville",
6119
+ "category": "serif",
6120
+ "variants": [
6121
+ "regular",
6122
+ "italic",
6123
+ "700"
6124
+ ],
6125
+ "subsets": [
6126
+ "latin",
6127
+ "latin-ext"
6128
+ ],
6129
+ "version": "v2",
6130
+ "lastModified": "2014-01-07",
6131
+ "files": {
6132
+ "regular": "http://themes.googleusercontent.com/static/fonts/librebaskerville/v2/pR0sBQVcY0JZc_ciXjFsKyyZRYCSvpCzQKuMWnP5NDY.ttf",
6133
+ "italic": "http://themes.googleusercontent.com/static/fonts/librebaskerville/v2/QHIOz1iKF3bIEzRdDFaf5QnhapNS5Oi8FPrBRDLbsW4.ttf",
6134
+ "700": "http://themes.googleusercontent.com/static/fonts/librebaskerville/v2/kH7K4InNTm7mmOXXjrA5v-xuswJKUVpBRfYFpz0W3Iw.ttf"
6135
+ }
6136
+ },
6137
+ {
6138
+ "kind": "webfonts#webfont",
6139
+ "family": "Life Savers",
6140
+ "category": "display",
6141
+ "variants": [
6142
+ "regular",
6143
+ "700"
6144
+ ],
6145
+ "subsets": [
6146
+ "latin",
6147
+ "latin-ext"
6148
+ ],
6149
+ "version": "v4",
6150
+ "lastModified": "2014-01-07",
6151
+ "files": {
6152
+ "regular": "http://themes.googleusercontent.com/static/fonts/lifesavers/v4/g49cUDk4Y1P0G5NMkMAm7qCWcynf_cDxXwCLxiixG1c.ttf",
6153
+ "700": "http://themes.googleusercontent.com/static/fonts/lifesavers/v4/THQKqChyYUm97rNPVFdGGXe1Pd76Vl7zRpE7NLJQ7XU.ttf"
6154
+ }
6155
+ },
6156
+ {
6157
+ "kind": "webfonts#webfont",
6158
+ "family": "Lilita One",
6159
+ "category": "display",
6160
+ "variants": [
6161
+ "regular"
6162
+ ],
6163
+ "subsets": [
6164
+ "latin",
6165
+ "latin-ext"
6166
+ ],
6167
+ "version": "v2",
6168
+ "lastModified": "2014-01-07",
6169
+ "files": {
6170
+ "regular": "http://themes.googleusercontent.com/static/fonts/lilitaone/v2/vTxJQjbNV6BCBHx8sGDCVvesZW2xOQ-xsNqO47m55DA.ttf"
6171
+ }
6172
+ },
6173
+ {
6174
+ "kind": "webfonts#webfont",
6175
+ "family": "Lily Script One",
6176
+ "category": "display",
6177
+ "variants": [
6178
+ "regular"
6179
+ ],
6180
+ "subsets": [
6181
+ "latin",
6182
+ "latin-ext"
6183
+ ],
6184
+ "version": "v2",
6185
+ "lastModified": "2014-01-07",
6186
+ "files": {
6187
+ "regular": "http://themes.googleusercontent.com/static/fonts/lilyscriptone/v2/uPWsLVW8uiXqIBnE8ZwGPDjVlsJB_M_Q_LtZxsoxvlw.ttf"
6188
+ }
6189
+ },
6190
+ {
6191
+ "kind": "webfonts#webfont",
6192
+ "family": "Limelight",
6193
+ "category": "display",
6194
+ "variants": [
6195
+ "regular"
6196
+ ],
6197
+ "subsets": [
6198
+ "latin",
6199
+ "latin-ext"
6200
+ ],
6201
+ "version": "v5",
6202
+ "lastModified": "2014-01-07",
6203
+ "files": {
6204
+ "regular": "http://themes.googleusercontent.com/static/fonts/limelight/v5/5dTfN6igsXjLjOy8QQShcg.ttf"
6205
+ }
6206
+ },
6207
+ {
6208
+ "kind": "webfonts#webfont",
6209
+ "family": "Linden Hill",
6210
+ "category": "serif",
6211
+ "variants": [
6212
+ "regular",
6213
+ "italic"
6214
+ ],
6215
+ "subsets": [
6216
+ "latin"
6217
+ ],
6218
+ "version": "v4",
6219
+ "lastModified": "2014-01-07",
6220
+ "files": {
6221
+ "regular": "http://themes.googleusercontent.com/static/fonts/lindenhill/v4/UgsC0txqd-E1yjvjutwm_KCWcynf_cDxXwCLxiixG1c.ttf",
6222
+ "italic": "http://themes.googleusercontent.com/static/fonts/lindenhill/v4/OcS3bZcu8vJvIDH8Zic83keOrDcLawS7-ssYqLr2Xp4.ttf"
6223
+ }
6224
+ },
6225
+ {
6226
+ "kind": "webfonts#webfont",
6227
+ "family": "Lobster",
6228
+ "category": "display",
6229
+ "variants": [
6230
+ "regular"
6231
+ ],
6232
+ "subsets": [
6233
+ "latin",
6234
+ "cyrillic",
6235
+ "cyrillic-ext",
6236
+ "latin-ext"
6237
+ ],
6238
+ "version": "v8",
6239
+ "lastModified": "2014-03-20",
6240
+ "files": {
6241
+ "regular": "http://themes.googleusercontent.com/static/fonts/lobster/v8/9LpJGtNuM1D8FAZ2BkJH2Q.ttf"
6242
+ }
6243
+ },
6244
+ {
6245
+ "kind": "webfonts#webfont",
6246
+ "family": "Lobster Two",
6247
+ "category": "display",
6248
+ "variants": [
6249
+ "regular",
6250
+ "italic",
6251
+ "700",
6252
+ "700italic"
6253
+ ],
6254
+ "subsets": [
6255
+ "latin"
6256
+ ],
6257
+ "version": "v5",
6258
+ "lastModified": "2014-01-07",
6259
+ "files": {
6260
+ "regular": "http://themes.googleusercontent.com/static/fonts/lobstertwo/v5/xb9aY4w9ceh8JRzobID1naCWcynf_cDxXwCLxiixG1c.ttf",
6261
+ "italic": "http://themes.googleusercontent.com/static/fonts/lobstertwo/v5/Ul_16MSbfayQv1I4QhLEoEeOrDcLawS7-ssYqLr2Xp4.ttf",
6262
+ "700": "http://themes.googleusercontent.com/static/fonts/lobstertwo/v5/bmdxOflBqMqjEC0-kGsIiHe1Pd76Vl7zRpE7NLJQ7XU.ttf",
6263
+ "700italic": "http://themes.googleusercontent.com/static/fonts/lobstertwo/v5/LEkN2_no_6kFvRfiBZ8xpM_zJjSACmk0BRPxQqhnNLU.ttf"
6264
+ }
6265
+ },
6266
+ {
6267
+ "kind": "webfonts#webfont",
6268
+ "family": "Londrina Outline",
6269
+ "category": "display",
6270
+ "variants": [
6271
+ "regular"
6272
+ ],
6273
+ "subsets": [
6274
+ "latin"
6275
+ ],
6276
+ "version": "v3",
6277
+ "lastModified": "2014-01-07",
6278
+ "files": {
6279
+ "regular": "http://themes.googleusercontent.com/static/fonts/londrinaoutline/v3/lls08GOa1eT74p072l1AWJmp8DTZ6iHear7UV05iykg.ttf"
6280
+ }
6281
+ },
6282
+ {
6283
+ "kind": "webfonts#webfont",
6284
+ "family": "Londrina Shadow",
6285
+ "category": "display",
6286
+ "variants": [
6287
+ "regular"
6288
+ ],
6289
+ "subsets": [
6290
+ "latin"
6291
+ ],
6292
+ "version": "v2",
6293
+ "lastModified": "2014-01-07",
6294
+ "files": {
6295
+ "regular": "http://themes.googleusercontent.com/static/fonts/londrinashadow/v2/dNYuzPS_7eYgXFJBzMoKdbw6Z3rVA5KDSi7aQxS92Nk.ttf"
6296
+ }
6297
+ },
6298
+ {
6299
+ "kind": "webfonts#webfont",
6300
+ "family": "Londrina Sketch",
6301
+ "category": "display",
6302
+ "variants": [
6303
+ "regular"
6304
+ ],
6305
+ "subsets": [
6306
+ "latin"
6307
+ ],
6308
+ "version": "v2",
6309
+ "lastModified": "2014-01-07",
6310
+ "files": {
6311
+ "regular": "http://themes.googleusercontent.com/static/fonts/londrinasketch/v2/p7Ai06aT1Ycp_D2fyE3z69d6z_uhFGnpCOifUY1fJQo.ttf"
6312
+ }
6313
+ },
6314
+ {
6315
+ "kind": "webfonts#webfont",
6316
+ "family": "Londrina Solid",
6317
+ "category": "display",
6318
+ "variants": [
6319
+ "regular"
6320
+ ],
6321
+ "subsets": [
6322
+ "latin"
6323
+ ],
6324
+ "version": "v2",
6325
+ "lastModified": "2014-01-07",
6326
+ "files": {
6327
+ "regular": "http://themes.googleusercontent.com/static/fonts/londrinasolid/v2/yysorIEiYSBb0ylZjg791MR125CwGqh8XBqkBzea0LA.ttf"
6328
+ }
6329
+ },
6330
+ {
6331
+ "kind": "webfonts#webfont",
6332
+ "family": "Lora",
6333
+ "category": "serif",
6334
+ "variants": [
6335
+ "regular",
6336
+ "italic",
6337
+ "700",
6338
+ "700italic"
6339
+ ],
6340
+ "subsets": [
6341
+ "latin",
6342
+ "cyrillic",
6343
+ "latin-ext"
6344
+ ],
6345
+ "version": "v7",
6346
+ "lastModified": "2014-01-07",
6347
+ "files": {
6348
+ "regular": "http://themes.googleusercontent.com/static/fonts/lora/v7/aXJ7KVIGcejEy1abawZazg.ttf",
6349
+ "italic": "http://themes.googleusercontent.com/static/fonts/lora/v7/AN2EZaj2tFRpyveuNn9BOg.ttf",
6350
+ "700": "http://themes.googleusercontent.com/static/fonts/lora/v7/enKND5SfzQKkggBA_VnT1A.ttf",
6351
+ "700italic": "http://themes.googleusercontent.com/static/fonts/lora/v7/ivs9j3kYU65pR9QD9YFdzQ.ttf"
6352
+ }
6353
+ },
6354
+ {
6355
+ "kind": "webfonts#webfont",
6356
+ "family": "Love Ya Like A Sister",
6357
+ "category": "display",
6358
+ "variants": [
6359
+ "regular"
6360
+ ],
6361
+ "subsets": [
6362
+ "latin"
6363
+ ],
6364
+ "version": "v5",
6365
+ "lastModified": "2014-01-07",
6366
+ "files": {
6367
+ "regular": "http://themes.googleusercontent.com/static/fonts/loveyalikeasister/v5/LzkxWS-af0Br2Sk_YgSJY-ad1xEP8DQfgfY8MH9aBUg.ttf"
6368
+ }
6369
+ },
6370
+ {
6371
+ "kind": "webfonts#webfont",
6372
+ "family": "Loved by the King",
6373
+ "category": "handwriting",
6374
+ "variants": [
6375
+ "regular"
6376
+ ],
6377
+ "subsets": [
6378
+ "latin"
6379
+ ],
6380
+ "version": "v4",
6381
+ "lastModified": "2014-01-07",
6382
+ "files": {
6383
+ "regular": "http://themes.googleusercontent.com/static/fonts/lovedbytheking/v4/wg03xD4cWigj4YDufLBSr8io2AFEwwMpu7y5KyiyAJc.ttf"
6384
+ }
6385
+ },
6386
+ {
6387
+ "kind": "webfonts#webfont",
6388
+ "family": "Lovers Quarrel",
6389
+ "category": "handwriting",
6390
+ "variants": [
6391
+ "regular"
6392
+ ],
6393
+ "subsets": [
6394
+ "latin",
6395
+ "latin-ext"
6396
+ ],
6397
+ "version": "v2",
6398
+ "lastModified": "2014-01-07",
6399
+ "files": {
6400
+ "regular": "http://themes.googleusercontent.com/static/fonts/loversquarrel/v2/gipdZ8b7pKb89MzQLAtJHLHLxci2ElvNEmOB303HLk0.ttf"
6401
+ }
6402
+ },
6403
+ {
6404
+ "kind": "webfonts#webfont",
6405
+ "family": "Luckiest Guy",
6406
+ "category": "display",
6407
+ "variants": [
6408
+ "regular"
6409
+ ],
6410
+ "subsets": [
6411
+ "latin"
6412
+ ],
6413
+ "version": "v4",
6414
+ "lastModified": "2014-01-07",
6415
+ "files": {
6416
+ "regular": "http://themes.googleusercontent.com/static/fonts/luckiestguy/v4/5718gH8nDy3hFVihOpkY5C3USBnSvpkopQaUR-2r7iU.ttf"
6417
+ }
6418
+ },
6419
+ {
6420
+ "kind": "webfonts#webfont",
6421
+ "family": "Lusitana",
6422
+ "category": "serif",
6423
+ "variants": [
6424
+ "regular",
6425
+ "700"
6426
+ ],
6427
+ "subsets": [
6428
+ "latin"
6429
+ ],
6430
+ "version": "v2",
6431
+ "lastModified": "2014-01-07",
6432
+ "files": {
6433
+ "regular": "http://themes.googleusercontent.com/static/fonts/lusitana/v2/l1h9VDomkwbdzbPdmLcUIw.ttf",
6434
+ "700": "http://themes.googleusercontent.com/static/fonts/lusitana/v2/GWtZyUsONxgkdl3Mc1P7FKCWcynf_cDxXwCLxiixG1c.ttf"
6435
+ }
6436
+ },
6437
+ {
6438
+ "kind": "webfonts#webfont",
6439
+ "family": "Lustria",
6440
+ "category": "serif",
6441
+ "variants": [
6442
+ "regular"
6443
+ ],
6444
+ "subsets": [
6445
+ "latin"
6446
+ ],
6447
+ "version": "v2",
6448
+ "lastModified": "2014-01-07",
6449
+ "files": {
6450
+ "regular": "http://themes.googleusercontent.com/static/fonts/lustria/v2/gXAk0s4ai0X-TAOhYzZd1w.ttf"
6451
+ }
6452
+ },
6453
+ {
6454
+ "kind": "webfonts#webfont",
6455
+ "family": "Macondo",
6456
+ "category": "display",
6457
+ "variants": [
6458
+ "regular"
6459
+ ],
6460
+ "subsets": [
6461
+ "latin"
6462
+ ],
6463
+ "version": "v3",
6464
+ "lastModified": "2014-01-07",
6465
+ "files": {
6466
+ "regular": "http://themes.googleusercontent.com/static/fonts/macondo/v3/G6yPNUscRPQ8ufBXs_8yRQ.ttf"
6467
+ }
6468
+ },
6469
+ {
6470
+ "kind": "webfonts#webfont",
6471
+ "family": "Macondo Swash Caps",
6472
+ "category": "display",
6473
+ "variants": [
6474
+ "regular"
6475
+ ],
6476
+ "subsets": [
6477
+ "latin"
6478
+ ],
6479
+ "version": "v2",
6480
+ "lastModified": "2014-01-07",
6481
+ "files": {
6482
+ "regular": "http://themes.googleusercontent.com/static/fonts/macondoswashcaps/v2/SsSR706z-MlvEH7_LS6JAPkkgYRHs6GSG949m-K6x2k.ttf"
6483
+ }
6484
+ },
6485
+ {
6486
+ "kind": "webfonts#webfont",
6487
+ "family": "Magra",
6488
+ "category": "sans-serif",
6489
+ "variants": [
6490
+ "regular",
6491
+ "700"
6492
+ ],
6493
+ "subsets": [
6494
+ "latin",
6495
+ "latin-ext"
6496
+ ],
6497
+ "version": "v2",
6498
+ "lastModified": "2014-01-07",
6499
+ "files": {
6500
+ "regular": "http://themes.googleusercontent.com/static/fonts/magra/v2/hoZ13bwCXBxuGZqAudgc5A.ttf",
6501
+ "700": "http://themes.googleusercontent.com/static/fonts/magra/v2/6fOM5sq5cIn8D0RjX8Lztw.ttf"
6502
+ }
6503
+ },
6504
+ {
6505
+ "kind": "webfonts#webfont",
6506
+ "family": "Maiden Orange",
6507
+ "category": "display",
6508
+ "variants": [
6509
+ "regular"
6510
+ ],
6511
+ "subsets": [
6512
+ "latin"
6513
+ ],
6514
+ "version": "v4",
6515
+ "lastModified": "2014-01-07",
6516
+ "files": {
6517
+ "regular": "http://themes.googleusercontent.com/static/fonts/maidenorange/v4/ZhKIA2SPisEwdhW7g0RUWojjx0o0jr6fNXxPgYh_a8Q.ttf"
6518
+ }
6519
+ },
6520
+ {
6521
+ "kind": "webfonts#webfont",
6522
+ "family": "Mako",
6523
+ "category": "sans-serif",
6524
+ "variants": [
6525
+ "regular"
6526
+ ],
6527
+ "subsets": [
6528
+ "latin"
6529
+ ],
6530
+ "version": "v5",
6531
+ "lastModified": "2014-01-07",
6532
+ "files": {
6533
+ "regular": "http://themes.googleusercontent.com/static/fonts/mako/v5/z5zSLmfPlv1uTVAdmJBLXg.ttf"
6534
+ }
6535
+ },
6536
+ {
6537
+ "kind": "webfonts#webfont",
6538
+ "family": "Marcellus",
6539
+ "category": "serif",
6540
+ "variants": [
6541
+ "regular"
6542
+ ],
6543
+ "subsets": [
6544
+ "latin",
6545
+ "latin-ext"
6546
+ ],
6547
+ "version": "v2",
6548
+ "lastModified": "2014-01-07",
6549
+ "files": {
6550
+ "regular": "http://themes.googleusercontent.com/static/fonts/marcellus/v2/UjiLZzumxWC9whJ86UtaYw.ttf"
6551
+ }
6552
+ },
6553
+ {
6554
+ "kind": "webfonts#webfont",
6555
+ "family": "Marcellus SC",
6556
+ "category": "serif",
6557
+ "variants": [
6558
+ "regular"
6559
+ ],
6560
+ "subsets": [
6561
+ "latin",
6562
+ "latin-ext"
6563
+ ],
6564
+ "version": "v2",
6565
+ "lastModified": "2014-01-07",
6566
+ "files": {
6567
+ "regular": "http://themes.googleusercontent.com/static/fonts/marcellussc/v2/_jugwxhkkynrvsfrxVx8gS3USBnSvpkopQaUR-2r7iU.ttf"
6568
+ }
6569
+ },
6570
+ {
6571
+ "kind": "webfonts#webfont",
6572
+ "family": "Marck Script",
6573
+ "category": "handwriting",
6574
+ "variants": [
6575
+ "regular"
6576
+ ],
6577
+ "subsets": [
6578
+ "latin",
6579
+ "cyrillic",
6580
+ "latin-ext"
6581
+ ],
6582
+ "version": "v5",
6583
+ "lastModified": "2014-01-07",
6584
+ "files": {
6585
+ "regular": "http://themes.googleusercontent.com/static/fonts/marckscript/v5/O_D1NAZVOFOobLbVtW3bci3USBnSvpkopQaUR-2r7iU.ttf"
6586
+ }
6587
+ },
6588
+ {
6589
+ "kind": "webfonts#webfont",
6590
+ "family": "Margarine",
6591
+ "category": "display",
6592
+ "variants": [
6593
+ "regular"
6594
+ ],
6595
+ "subsets": [
6596
+ "latin",
6597
+ "latin-ext"
6598
+ ],
6599
+ "version": "v2",
6600
+ "lastModified": "2014-01-07",
6601
+ "files": {
6602
+ "regular": "http://themes.googleusercontent.com/static/fonts/margarine/v2/DJnJwIrcO_cGkjSzY3MERw.ttf"
6603
+ }
6604
+ },
6605
+ {
6606
+ "kind": "webfonts#webfont",
6607
+ "family": "Marko One",
6608
+ "category": "serif",
6609
+ "variants": [
6610
+ "regular"
6611
+ ],
6612
+ "subsets": [
6613
+ "latin"
6614
+ ],
6615
+ "version": "v4",
6616
+ "lastModified": "2014-01-07",
6617
+ "files": {
6618
+ "regular": "http://themes.googleusercontent.com/static/fonts/markoone/v4/hpP7j861sOAco43iDc4n4w.ttf"
6619
+ }
6620
+ },
6621
+ {
6622
+ "kind": "webfonts#webfont",
6623
+ "family": "Marmelad",
6624
+ "category": "sans-serif",
6625
+ "variants": [
6626
+ "regular"
6627
+ ],
6628
+ "subsets": [
6629
+ "latin",
6630
+ "cyrillic",
6631
+ "latin-ext"
6632
+
6633
+ ],
6634
+ "version": "v4",
6635
+ "lastModified": "2014-01-07",
6636
+ "files": {
6637
+ "regular": "http://themes.googleusercontent.com/static/fonts/marmelad/v4/jI0_FBlSOIRLL0ePWOhOwQ.ttf"
6638
+ }
6639
+ },
6640
+ {
6641
+ "kind": "webfonts#webfont",
6642
+ "family": "Marvel",
6643
+ "category": "sans-serif",
6644
+ "variants": [
6645
+ "regular",
6646
+ "italic",
6647
+ "700",
6648
+ "700italic"
6649
+ ],
6650
+ "subsets": [
6651
+ "latin"
6652
+ ],
6653
+ "version": "v4",
6654
+ "lastModified": "2014-01-07",
6655
+ "files": {
6656
+ "regular": "http://themes.googleusercontent.com/static/fonts/marvel/v4/Fg1dO8tWVb-MlyqhsbXEkg.ttf",
6657
+ "italic": "http://themes.googleusercontent.com/static/fonts/marvel/v4/HzyjFB-oR5usrc7Lxz9g8w.ttf",
6658
+ "700": "http://themes.googleusercontent.com/static/fonts/marvel/v4/WrHDBL1RupWGo2UcdgxB3Q.ttf",
6659
+ "700italic": "http://themes.googleusercontent.com/static/fonts/marvel/v4/Gzf5NT09Y6xskdQRj2kz1qCWcynf_cDxXwCLxiixG1c.ttf"
6660
+ }
6661
+ },
6662
+ {
6663
+ "kind": "webfonts#webfont",
6664
+ "family": "Mate",
6665
+ "category": "serif",
6666
+ "variants": [
6667
+ "regular",
6668
+ "italic"
6669
+ ],
6670
+ "subsets": [
6671
+ "latin"
6672
+ ],
6673
+ "version": "v3",
6674
+ "lastModified": "2014-01-07",
6675
+ "files": {
6676
+ "regular": "http://themes.googleusercontent.com/static/fonts/mate/v3/ooFviPcJ6hZP5bAE71Cawg.ttf",
6677
+ "italic": "http://themes.googleusercontent.com/static/fonts/mate/v3/5XwW6_cbisGvCX5qmNiqfA.ttf"
6678
+ }
6679
+ },
6680
+ {
6681
+ "kind": "webfonts#webfont",
6682
+ "family": "Mate SC",
6683
+ "category": "serif",
6684
+ "variants": [
6685
+ "regular"
6686
+ ],
6687
+ "subsets": [
6688
+ "latin"
6689
+ ],
6690
+ "version": "v3",
6691
+ "lastModified": "2014-01-07",
6692
+ "files": {
6693
+ "regular": "http://themes.googleusercontent.com/static/fonts/matesc/v3/-YkIT2TZoPZF6pawKzDpWw.ttf"
6694
+ }
6695
+ },
6696
+ {
6697
+ "kind": "webfonts#webfont",
6698
+ "family": "Maven Pro",
6699
+ "category": "sans-serif",
6700
+ "variants": [
6701
+ "regular",
6702
+ "500",
6703
+ "700",
6704
+ "900"
6705
+ ],
6706
+ "subsets": [
6707
+ "latin"
6708
+ ],
6709
+ "version": "v5",
6710
+ "lastModified": "2014-01-07",
6711
+ "files": {
6712
+ "regular": "http://themes.googleusercontent.com/static/fonts/mavenpro/v5/sqPJIFG4gqsjl-0q_46Gbw.ttf",
6713
+ "500": "http://themes.googleusercontent.com/static/fonts/mavenpro/v5/SQVfzoJBbj9t3aVcmbspRi3USBnSvpkopQaUR-2r7iU.ttf",
6714
+ "700": "http://themes.googleusercontent.com/static/fonts/mavenpro/v5/uDssvmXgp7Nj3i336k_dSi3USBnSvpkopQaUR-2r7iU.ttf",
6715
+ "900": "http://themes.googleusercontent.com/static/fonts/mavenpro/v5/-91TwiFzqeL1F7Kh91APwS3USBnSvpkopQaUR-2r7iU.ttf"
6716
+ }
6717
+ },
6718
+ {
6719
+ "kind": "webfonts#webfont",
6720
+ "family": "McLaren",
6721
+ "category": "display",
6722
+ "variants": [
6723
+ "regular"
6724
+ ],
6725
+ "subsets": [
6726
+ "latin",
6727
+ "latin-ext"
6728
+ ],
6729
+ "version": "v2",
6730
+ "lastModified": "2014-01-07",
6731
+ "files": {
6732
+ "regular": "http://themes.googleusercontent.com/static/fonts/mclaren/v2/OprvTGxaiINBKW_1_U0eoQ.ttf"
6733
+ }
6734
+ },
6735
+ {
6736
+ "kind": "webfonts#webfont",
6737
+ "family": "Meddon",
6738
+ "category": "handwriting",
6739
+ "variants": [
6740
+ "regular"
6741
+ ],
6742
+ "subsets": [
6743
+ "latin"
6744
+ ],
6745
+ "version": "v5",
6746
+ "lastModified": "2014-01-07",
6747
+ "files": {
6748
+ "regular": "http://themes.googleusercontent.com/static/fonts/meddon/v5/f8zJO98uu2EtSj9p7ci9RA.ttf"
6749
+ }
6750
+ },
6751
+ {
6752
+ "kind": "webfonts#webfont",
6753
+ "family": "MedievalSharp",
6754
+ "category": "display",
6755
+ "variants": [
6756
+ "regular"
6757
+ ],
6758
+ "subsets": [
6759
+ "latin",
6760
+ "latin-ext"
6761
+ ],
6762
+ "version": "v6",
6763
+ "lastModified": "2014-01-07",
6764
+ "files": {
6765
+ "regular": "http://themes.googleusercontent.com/static/fonts/medievalsharp/v6/85X_PjV6tftJ0-rX7KYQkOe45sJkivqprK7VkUlzfg0.ttf"
6766
+ }
6767
+ },
6768
+ {
6769
+ "kind": "webfonts#webfont",
6770
+ "family": "Medula One",
6771
+ "category": "display",
6772
+ "variants": [
6773
+ "regular"
6774
+ ],
6775
+ "subsets": [
6776
+ "latin"
6777
+ ],
6778
+ "version": "v4",
6779
+ "lastModified": "2014-01-07",
6780
+ "files": {
6781
+ "regular": "http://themes.googleusercontent.com/static/fonts/medulaone/v4/AasPgDQak81dsTGQHc5zUPesZW2xOQ-xsNqO47m55DA.ttf"
6782
+ }
6783
+ },
6784
+ {
6785
+ "kind": "webfonts#webfont",
6786
+ "family": "Megrim",
6787
+ "category": "display",
6788
+ "variants": [
6789
+ "regular"
6790
+ ],
6791
+ "subsets": [
6792
+ "latin"
6793
+ ],
6794
+ "version": "v5",
6795
+ "lastModified": "2014-01-07",
6796
+ "files": {
6797
+ "regular": "http://themes.googleusercontent.com/static/fonts/megrim/v5/e-9jVUC9lv1zxaFQARuftw.ttf"
6798
+ }
6799
+ },
6800
+ {
6801
+ "kind": "webfonts#webfont",
6802
+ "family": "Meie Script",
6803
+ "category": "handwriting",
6804
+ "variants": [
6805
+ "regular"
6806
+ ],
6807
+ "subsets": [
6808
+ "latin",
6809
+ "latin-ext"
6810
+ ],
6811
+ "version": "v2",
6812
+ "lastModified": "2014-01-07",
6813
+ "files": {
6814
+ "regular": "http://themes.googleusercontent.com/static/fonts/meiescript/v2/oTIWE5MmPye-rCyVp_6KEqCWcynf_cDxXwCLxiixG1c.ttf"
6815
+ }
6816
+ },
6817
+ {
6818
+ "kind": "webfonts#webfont",
6819
+ "family": "Merienda",
6820
+ "category": "handwriting",
6821
+ "variants": [
6822
+ "regular",
6823
+ "700"
6824
+ ],
6825
+ "subsets": [
6826
+ "latin",
6827
+ "latin-ext"
6828
+ ],
6829
+ "version": "v2",
6830
+ "lastModified": "2014-01-07",
6831
+ "files": {
6832
+ "regular": "http://themes.googleusercontent.com/static/fonts/merienda/v2/MYY6Og1qZlOQtPW2G95Y3A.ttf",
6833
+ "700": "http://themes.googleusercontent.com/static/fonts/merienda/v2/GlwcvRLlgiVE2MBFQ4r0sKCWcynf_cDxXwCLxiixG1c.ttf"
6834
+ }
6835
+ },
6836
+ {
6837
+ "kind": "webfonts#webfont",
6838
+ "family": "Merienda One",
6839
+ "category": "handwriting",
6840
+ "variants": [
6841
+ "regular"
6842
+ ],
6843
+ "subsets": [
6844
+ "latin"
6845
+ ],
6846
+ "version": "v5",
6847
+ "lastModified": "2014-01-07",
6848
+ "files": {
6849
+ "regular": "http://themes.googleusercontent.com/static/fonts/meriendaone/v5/bCA-uDdUx6nTO8SjzCLXvS3USBnSvpkopQaUR-2r7iU.ttf"
6850
+ }
6851
+ },
6852
+ {
6853
+ "kind": "webfonts#webfont",
6854
+ "family": "Merriweather",
6855
+ "category": "serif",
6856
+ "variants": [
6857
+ "300",
6858
+ "300italic",
6859
+ "regular",
6860
+ "italic",
6861
+ "700",
6862
+ "700italic",
6863
+ "900",
6864
+ "900italic"
6865
+ ],
6866
+ "subsets": [
6867
+ "latin",
6868
+ "latin-ext"
6869
+ ],
6870
+ "version": "v6",
6871
+ "lastModified": "2014-01-07",
6872
+ "files": {
6873
+ "300": "http://themes.googleusercontent.com/static/fonts/merriweather/v6/ZvcMqxEwPfh2qDWBPxn6nqcQoVhARpoaILP7amxE_8g.ttf",
6874
+ "300italic": "http://themes.googleusercontent.com/static/fonts/merriweather/v6/EYh7Vl4ywhowqULgRdYwICna0FLWfcB-J_SAYmcAXaI.ttf",
6875
+ "regular": "http://themes.googleusercontent.com/static/fonts/merriweather/v6/RFda8w1V0eDZheqfcyQ4EC3USBnSvpkopQaUR-2r7iU.ttf",
6876
+ "italic": "http://themes.googleusercontent.com/static/fonts/merriweather/v6/So5lHxHT37p2SS4-t60SlPMZXuCXbOrAvx5R0IT5Oyo.ttf",
6877
+ "700": "http://themes.googleusercontent.com/static/fonts/merriweather/v6/ZvcMqxEwPfh2qDWBPxn6nkD2ttfZwueP-QU272T9-k4.ttf",
6878
+ "700italic": "http://themes.googleusercontent.com/static/fonts/merriweather/v6/EYh7Vl4ywhowqULgRdYwIPAs9-1nE9qOqhChW0m4nDE.ttf",
6879
+ "900": "http://themes.googleusercontent.com/static/fonts/merriweather/v6/ZvcMqxEwPfh2qDWBPxn6nqObDOjC3UL77puoeHsE3fw.ttf",
6880
+ "900italic": "http://themes.googleusercontent.com/static/fonts/merriweather/v6/EYh7Vl4ywhowqULgRdYwIBd0_s6jQr9r5s5OZYvtzBY.ttf"
6881
+ }
6882
+ },
6883
+ {
6884
+ "kind": "webfonts#webfont",
6885
+ "family": "Merriweather Sans",
6886
+ "category": "sans-serif",
6887
+ "variants": [
6888
+ "300",
6889
+ "300italic",
6890
+ "regular",
6891
+ "italic",
6892
+ "700",
6893
+ "700italic",
6894
+ "800",
6895
+ "800italic"
6896
+ ],
6897
+ "subsets": [
6898
+ "latin",
6899
+ "latin-ext"
6900
+ ],
6901
+ "version": "v3",
6902
+ "lastModified": "2014-01-07",
6903
+ "files": {
6904
+ "300": "http://themes.googleusercontent.com/static/fonts/merriweathersans/v3/6LmGj5dOJopQKEkt88Gowan5N8K-_DP0e9e_v51obXQ.ttf",
6905
+ "300italic": "http://themes.googleusercontent.com/static/fonts/merriweathersans/v3/nAqt4hiqwq3tzCecpgPmVdytE4nGXk2hYD5nJ740tBw.ttf",
6906
+ "regular": "http://themes.googleusercontent.com/static/fonts/merriweathersans/v3/AKu1CjQ4qnV8MUltkAX3sOAj_ty82iuwwDTNEYXGiyQ.ttf",
6907
+ "italic": "http://themes.googleusercontent.com/static/fonts/merriweathersans/v3/3Mz4hOHzs2npRMG3B1ascZ32VBCoA_HLsn85tSWZmdo.ttf",
6908
+ "700": "http://themes.googleusercontent.com/static/fonts/merriweathersans/v3/6LmGj5dOJopQKEkt88GowbqxG25nQNOioCZSK4sU-CA.ttf",
6909
+ "700italic": "http://themes.googleusercontent.com/static/fonts/merriweathersans/v3/nAqt4hiqwq3tzCecpgPmVbuqAJxizi8Dk_SK5et7kMg.ttf",
6910
+ "800": "http://themes.googleusercontent.com/static/fonts/merriweathersans/v3/6LmGj5dOJopQKEkt88GowYufzO2zUYSj5LqoJ3UGkco.ttf",
6911
+ "800italic": "http://themes.googleusercontent.com/static/fonts/merriweathersans/v3/nAqt4hiqwq3tzCecpgPmVdDmPrYMy3aZO4LmnZsxTQw.ttf"
6912
+ }
6913
+ },
6914
+ {
6915
+ "kind": "webfonts#webfont",
6916
+ "family": "Metal",
6917
+ "category": "display",
6918
+ "variants": [
6919
+ "regular"
6920
+ ],
6921
+ "subsets": [
6922
+ "khmer"
6923
+ ],
6924
+ "version": "v7",
6925
+ "lastModified": "2014-01-07",
6926
+ "files": {
6927
+ "regular": "http://themes.googleusercontent.com/static/fonts/metal/v7/zA3UOP13ooQcxjv04BZX5g.ttf"
6928
+ }
6929
+ },
6930
+ {
6931
+ "kind": "webfonts#webfont",
6932
+ "family": "Metal Mania",
6933
+ "category": "display",
6934
+ "variants": [
6935
+ "regular"
6936
+ ],
6937
+ "subsets": [
6938
+ "latin",
6939
+ "latin-ext"
6940
+ ],
6941
+ "version": "v3",
6942
+ "lastModified": "2014-01-07",
6943
+ "files": {
6944
+ "regular": "http://themes.googleusercontent.com/static/fonts/metalmania/v3/isriV_rAUgj6bPWPN6l9QKCWcynf_cDxXwCLxiixG1c.ttf"
6945
+ }
6946
+ },
6947
+ {
6948
+ "kind": "webfonts#webfont",
6949
+ "family": "Metamorphous",
6950
+ "category": "display",
6951
+ "variants": [
6952
+ "regular"
6953
+ ],
6954
+ "subsets": [
6955
+ "latin",
6956
+ "latin-ext"
6957
+ ],
6958
+ "version": "v4",
6959
+ "lastModified": "2014-01-07",
6960
+ "files": {
6961
+ "regular": "http://themes.googleusercontent.com/static/fonts/metamorphous/v4/wGqUKXRinIYggz-BTRU9ei3USBnSvpkopQaUR-2r7iU.ttf"
6962
+ }
6963
+ },
6964
+ {
6965
+ "kind": "webfonts#webfont",
6966
+ "family": "Metrophobic",
6967
+ "category": "sans-serif",
6968
+ "variants": [
6969
+ "regular"
6970
+ ],
6971
+ "subsets": [
6972
+ "latin"
6973
+ ],
6974
+ "version": "v4",
6975
+ "lastModified": "2014-01-07",
6976
+ "files": {
6977
+ "regular": "http://themes.googleusercontent.com/static/fonts/metrophobic/v4/SaglWZWCrrv_D17u1i4v_aCWcynf_cDxXwCLxiixG1c.ttf"
6978
+ }
6979
+ },
6980
+ {
6981
+ "kind": "webfonts#webfont",
6982
+ "family": "Michroma",
6983
+ "category": "sans-serif",
6984
+ "variants": [
6985
+ "regular"
6986
+ ],
6987
+ "subsets": [
6988
+ "latin"
6989
+ ],
6990
+ "version": "v5",
6991
+ "lastModified": "2014-01-07",
6992
+ "files": {
6993
+ "regular": "http://themes.googleusercontent.com/static/fonts/michroma/v5/0c2XrW81_QsiKV8T9thumA.ttf"
6994
+ }
6995
+ },
6996
+ {
6997
+ "kind": "webfonts#webfont",
6998
+ "family": "Milonga",
6999
+ "category": "display",
7000
+ "variants": [
7001
+ "regular"
7002
+ ],
7003
+ "subsets": [
7004
+ "latin",
7005
+ "latin-ext"
7006
+ ],
7007
+ "version": "v2",
7008
+ "lastModified": "2014-01-07",
7009
+ "files": {
7010
+ "regular": "http://themes.googleusercontent.com/static/fonts/milonga/v2/dzNdIUSTGFmy2ahovDRcWg.ttf"
7011
+ }
7012
+ },
7013
+ {
7014
+ "kind": "webfonts#webfont",
7015
+ "family": "Miltonian",
7016
+ "category": "display",
7017
+ "variants": [
7018
+ "regular"
7019
+ ],
7020
+ "subsets": [
7021
+ "latin"
7022
+ ],
7023
+ "version": "v6",
7024
+ "lastModified": "2014-01-07",
7025
+ "files": {
7026
+ "regular": "http://themes.googleusercontent.com/static/fonts/miltonian/v6/Z4HrYZyqm0BnNNzcCUfzoQ.ttf"
7027
+ }
7028
+ },
7029
+ {
7030
+ "kind": "webfonts#webfont",
7031
+ "family": "Miltonian Tattoo",
7032
+ "category": "display",
7033
+ "variants": [
7034
+ "regular"
7035
+ ],
7036
+ "subsets": [
7037
+ "latin"
7038
+ ],
7039
+ "version": "v7",
7040
+ "lastModified": "2014-01-07",
7041
+ "files": {
7042
+ "regular": "http://themes.googleusercontent.com/static/fonts/miltoniantattoo/v7/1oU_8OGYwW46eh02YHydn2uk0YtI6thZkz1Hmh-odwg.ttf"
7043
+ }
7044
+ },
7045
+ {
7046
+ "kind": "webfonts#webfont",
7047
+ "family": "Miniver",
7048
+ "category": "display",
7049
+ "variants": [
7050
+ "regular"
7051
+ ],
7052
+ "subsets": [
7053
+ "latin"
7054
+ ],
7055
+ "version": "v3",
7056
+ "lastModified": "2014-01-07",
7057
+ "files": {
7058
+ "regular": "http://themes.googleusercontent.com/static/fonts/miniver/v3/4yTQohOH_cWKRS5laRFhYg.ttf"
7059
+ }
7060
+ },
7061
+ {
7062
+ "kind": "webfonts#webfont",
7063
+ "family": "Miss Fajardose",
7064
+ "category": "handwriting",
7065
+ "variants": [
7066
+ "regular"
7067
+ ],
7068
+ "subsets": [
7069
+ "latin",
7070
+ "latin-ext"
7071
+ ],
7072
+ "version": "v4",
7073
+ "lastModified": "2014-01-07",
7074
+ "files": {
7075
+ "regular": "http://themes.googleusercontent.com/static/fonts/missfajardose/v4/WcXjlQPKn6nBfr8LY3ktNu6rPKfVZo7L2bERcf0BDns.ttf"
7076
+ }
7077
+ },
7078
+ {
7079
+ "kind": "webfonts#webfont",
7080
+ "family": "Modern Antiqua",
7081
+ "category": "display",
7082
+ "variants": [
7083
+ "regular"
7084
+ ],
7085
+ "subsets": [
7086
+ "latin",
7087
+ "latin-ext"
7088
+ ],
7089
+ "version": "v4",
7090
+ "lastModified": "2014-01-07",
7091
+ "files": {
7092
+ "regular": "http://themes.googleusercontent.com/static/fonts/modernantiqua/v4/8qX_tr6Xzy4t9fvZDXPkh6rFJ4O13IHVxZbM6yoslpo.ttf"
7093
+ }
7094
+ },
7095
+ {
7096
+ "kind": "webfonts#webfont",
7097
+ "family": "Molengo",
7098
+ "category": "sans-serif",
7099
+ "variants": [
7100
+ "regular"
7101
+ ],
7102
+ "subsets": [
7103
+ "latin",
7104
+ "latin-ext"
7105
+ ],
7106
+ "version": "v5",
7107
+ "lastModified": "2014-01-07",
7108
+ "files": {
7109
+ "regular": "http://themes.googleusercontent.com/static/fonts/molengo/v5/jcjgeGuzv83I55AzOTpXNQ.ttf"
7110
+ }
7111
+ },
7112
+ {
7113
+ "kind": "webfonts#webfont",
7114
+ "family": "Molle",
7115
+ "category": "handwriting",
7116
+ "variants": [
7117
+ "italic"
7118
+ ],
7119
+ "subsets": [
7120
+ "latin",
7121
+ "latin-ext"
7122
+ ],
7123
+ "version": "v2",
7124
+ "lastModified": "2014-01-07",
7125
+ "files": {
7126
+ "italic": "http://themes.googleusercontent.com/static/fonts/molle/v2/9XTdCsjPXifLqo5et-YoGA.ttf"
7127
+ }
7128
+ },
7129
+ {
7130
+ "kind": "webfonts#webfont",
7131
+ "family": "Monda",
7132
+ "category": "sans-serif",
7133
+ "variants": [
7134
+ "regular",
7135
+ "700"
7136
+ ],
7137
+ "subsets": [
7138
+ "latin",
7139
+ "latin-ext"
7140
+ ],
7141
+ "version": "v2",
7142
+ "lastModified": "2014-01-07",
7143
+ "files": {
7144
+ "regular": "http://themes.googleusercontent.com/static/fonts/monda/v2/qFMHZ9zvR6B_gnoIgosPrw.ttf",
7145
+ "700": "http://themes.googleusercontent.com/static/fonts/monda/v2/EVOzZUyc_j1w2GuTgTAW1g.ttf"
7146
+ }
7147
+ },
7148
+ {
7149
+ "kind": "webfonts#webfont",
7150
+ "family": "Monofett",
7151
+ "category": "display",
7152
+ "variants": [
7153
+ "regular"
7154
+ ],
7155
+ "subsets": [
7156
+ "latin"
7157
+ ],
7158
+ "version": "v4",
7159
+ "lastModified": "2014-01-07",
7160
+ "files": {
7161
+ "regular": "http://themes.googleusercontent.com/static/fonts/monofett/v4/C6K5L799Rgxzg2brgOaqAw.ttf"
7162
+ }
7163
+ },
7164
+ {
7165
+ "kind": "webfonts#webfont",
7166
+ "family": "Monoton",
7167
+ "category": "display",
7168
+ "variants": [
7169
+ "regular"
7170
+ ],
7171
+ "subsets": [
7172
+ "latin"
7173
+ ],
7174
+ "version": "v4",
7175
+ "lastModified": "2014-01-07",
7176
+ "files": {
7177
+ "regular": "http://themes.googleusercontent.com/static/fonts/monoton/v4/aCz8ja_bE4dg-7agSvExdw.ttf"
7178
+ }
7179
+ },
7180
+ {
7181
+ "kind": "webfonts#webfont",
7182
+ "family": "Monsieur La Doulaise",
7183
+ "category": "handwriting",
7184
+ "variants": [
7185
+ "regular"
7186
+ ],
7187
+ "subsets": [
7188
+ "latin",
7189
+ "latin-ext"
7190
+ ],
7191
+ "version": "v3",
7192
+ "lastModified": "2014-01-07",
7193
+ "files": {
7194
+ "regular": "http://themes.googleusercontent.com/static/fonts/monsieurladoulaise/v3/IMAdMj6Eq9jZ46CPctFtMKP61oAqTJXlx5ZVOBmcPdM.ttf"
7195
+ }
7196
+ },
7197
+ {
7198
+ "kind": "webfonts#webfont",
7199
+ "family": "Montaga",
7200
+ "category": "serif",
7201
+ "variants": [
7202
+ "regular"
7203
+ ],
7204
+ "subsets": [
7205
+ "latin"
7206
+ ],
7207
+ "version": "v2",
7208
+ "lastModified": "2014-01-07",
7209
+ "files": {
7210
+ "regular": "http://themes.googleusercontent.com/static/fonts/montaga/v2/PwTwUboiD-M4-mFjZfJs2A.ttf"
7211
+ }
7212
+ },
7213
+ {
7214
+ "kind": "webfonts#webfont",
7215
+ "family": "Montez",
7216
+ "category": "handwriting",
7217
+ "variants": [
7218
+ "regular"
7219
+ ],
7220
+ "subsets": [
7221
+ "latin"
7222
+ ],
7223
+ "version": "v4",
7224
+ "lastModified": "2014-01-07",
7225
+ "files": {
7226
+ "regular": "http://themes.googleusercontent.com/static/fonts/montez/v4/kx58rLOWQQLGFM4pDHv5Ng.ttf"
7227
+ }
7228
+ },
7229
+ {
7230
+ "kind": "webfonts#webfont",
7231
+ "family": "Montserrat",
7232
+ "category": "sans-serif",
7233
+ "variants": [
7234
+ "regular",
7235
+ "700"
7236
+ ],
7237
+ "subsets": [
7238
+ "latin"
7239
+ ],
7240
+ "version": "v4",
7241
+ "lastModified": "2014-01-07",
7242
+ "files": {
7243
+ "regular": "http://themes.googleusercontent.com/static/fonts/montserrat/v4/Kqy6-utIpx_30Xzecmeo8_esZW2xOQ-xsNqO47m55DA.ttf",
7244
+ "700": "http://themes.googleusercontent.com/static/fonts/montserrat/v4/IQHow_FEYlDC4Gzy_m8fcgJKKGfqHaYFsRG-T3ceEVo.ttf"
7245
+ }
7246
+ },
7247
+ {
7248
+ "kind": "webfonts#webfont",
7249
+ "family": "Montserrat Alternates",
7250
+ "category": "sans-serif",
7251
+ "variants": [
7252
+ "regular",
7253
+ "700"
7254
+ ],
7255
+ "subsets": [
7256
+ "latin"
7257
+ ],
7258
+ "version": "v2",
7259
+ "lastModified": "2014-01-07",
7260
+ "files": {
7261
+ "regular": "http://themes.googleusercontent.com/static/fonts/montserratalternates/v2/z2n1Sjxk9souK3HCtdHuklPuEVRGaG9GCQnmM16YWq0.ttf",
7262
+ "700": "http://themes.googleusercontent.com/static/fonts/montserratalternates/v2/YENqOGAVzwIHjYNjmKuAZpeqBKvsAhm-s2I4RVSXFfc.ttf"
7263
+ }
7264
+ },
7265
+ {
7266
+ "kind": "webfonts#webfont",
7267
+ "family": "Montserrat Subrayada",
7268
+ "category": "sans-serif",
7269
+ "variants": [
7270
+ "regular",
7271
+ "700"
7272
+ ],
7273
+ "subsets": [
7274
+ "latin"
7275
+ ],
7276
+ "version": "v2",
7277
+ "lastModified": "2014-01-07",
7278
+ "files": {
7279
+ "regular": "http://themes.googleusercontent.com/static/fonts/montserratsubrayada/v2/nzoCWCz0e9c7Mr2Gl8bbgrJymm6ilkk9f0nDA_sC_qk.ttf",
7280
+ "700": "http://themes.googleusercontent.com/static/fonts/montserratsubrayada/v2/wf-IKpsHcfm0C9uaz9IeGJvEcF1LWArDbGWgKZSH9go.ttf"
7281
+ }
7282
+ },
7283
+ {
7284
+ "kind": "webfonts#webfont",
7285
+ "family": "Moul",
7286
+ "category": "display",
7287
+ "variants": [
7288
+ "regular"
7289
+ ],
7290
+ "subsets": [
7291
+ "khmer"
7292
+ ],
7293
+ "version": "v6",
7294
+ "lastModified": "2014-01-07",
7295
+ "files": {
7296
+ "regular": "http://themes.googleusercontent.com/static/fonts/moul/v6/Kb0ALQnfyXawP1a_P_gpTQ.ttf"
7297
+ }
7298
+ },
7299
+ {
7300
+ "kind": "webfonts#webfont",
7301
+ "family": "Moulpali",
7302
+ "category": "display",
7303
+ "variants": [
7304
+ "regular"
7305
+ ],
7306
+ "subsets": [
7307
+ "khmer"
7308
+ ],
7309
+ "version": "v7",
7310
+ "lastModified": "2014-01-07",
7311
+ "files": {
7312
+ "regular": "http://themes.googleusercontent.com/static/fonts/moulpali/v7/diD74BprGhmVkJoerKmrKA.ttf"
7313
+ }
7314
+ },
7315
+ {
7316
+ "kind": "webfonts#webfont",
7317
+ "family": "Mountains of Christmas",
7318
+ "category": "display",
7319
+ "variants": [
7320
+ "regular",
7321
+ "700"
7322
+ ],
7323
+ "subsets": [
7324
+ "latin"
7325
+ ],
7326
+ "version": "v6",
7327
+ "lastModified": "2014-01-07",
7328
+ "files": {
7329
+ "regular": "http://themes.googleusercontent.com/static/fonts/mountainsofchristmas/v6/dVGBFPwd6G44IWDbQtPew2Auds3jz1Fxb61CgfaGDr4.ttf",
7330
+ "700": "http://themes.googleusercontent.com/static/fonts/mountainsofchristmas/v6/PymufKtHszoLrY0uiAYKNM9cPTbSBTrQyTa5TWAe3vE.ttf"
7331
+ }
7332
+ },
7333
+ {
7334
+ "kind": "webfonts#webfont",
7335
+ "family": "Mouse Memoirs",
7336
+ "category": "sans-serif",
7337
+ "variants": [
7338
+ "regular"
7339
+ ],
7340
+ "subsets": [
7341
+ "latin",
7342
+ "latin-ext"
7343
+ ],
7344
+ "version": "v2",
7345
+ "lastModified": "2014-01-07",
7346
+ "files": {
7347
+ "regular": "http://themes.googleusercontent.com/static/fonts/mousememoirs/v2/NBFaaJFux_j0AQbAsW3QeH8f0n03UdmQgF_CLvNR2vg.ttf"
7348
+ }
7349
+ },
7350
+ {
7351
+ "kind": "webfonts#webfont",
7352
+ "family": "Mr Bedfort",
7353
+ "category": "handwriting",
7354
+ "variants": [
7355
+ "regular"
7356
+ ],
7357
+ "subsets": [
7358
+ "latin",
7359
+ "latin-ext"
7360
+ ],
7361
+ "version": "v3",
7362
+ "lastModified": "2014-01-07",
7363
+ "files": {
7364
+ "regular": "http://themes.googleusercontent.com/static/fonts/mrbedfort/v3/81bGgHTRikLs_puEGshl7_esZW2xOQ-xsNqO47m55DA.ttf"
7365
+ }
7366
+ },
7367
+ {
7368
+ "kind": "webfonts#webfont",
7369
+ "family": "Mr Dafoe",
7370
+ "category": "handwriting",
7371
+ "variants": [
7372
+ "regular"
7373
+ ],
7374
+ "subsets": [
7375
+ "latin",
7376
+ "latin-ext"
7377
+ ],
7378
+ "version": "v3",
7379
+ "lastModified": "2014-01-07",
7380
+ "files": {
7381
+ "regular": "http://themes.googleusercontent.com/static/fonts/mrdafoe/v3/s32Q1S6ZkT7EaX53mUirvQ.ttf"
7382
+ }
7383
+ },
7384
+ {
7385
+ "kind": "webfonts#webfont",
7386
+ "family": "Mr De Haviland",
7387
+ "category": "handwriting",
7388
+ "variants": [
7389
+ "regular"
7390
+ ],
7391
+ "subsets": [
7392
+ "latin",
7393
+ "latin-ext"
7394
+ ],
7395
+ "version": "v3",
7396
+ "lastModified": "2014-01-07",
7397
+ "files": {
7398
+ "regular": "http://themes.googleusercontent.com/static/fonts/mrdehaviland/v3/fD8y4L6PJ4vqDk7z8Y8e27v4lrhng1lzu7-weKO6cw8.ttf"
7399
+ }
7400
+ },
7401
+ {
7402
+ "kind": "webfonts#webfont",
7403
+ "family": "Mrs Saint Delafield",
7404
+ "category": "handwriting",
7405
+ "variants": [
7406
+ "regular"
7407
+ ],
7408
+ "subsets": [
7409
+ "latin",
7410
+ "latin-ext"
7411
+ ],
7412
+ "version": "v2",
7413
+ "lastModified": "2014-01-07",
7414
+ "files": {
7415
+ "regular": "http://themes.googleusercontent.com/static/fonts/mrssaintdelafield/v2/vuWagfFT7bj9lFtZOFBwmjHMBelqWf3tJeGyts2SmKU.ttf"
7416
+ }
7417
+ },
7418
+ {
7419
+ "kind": "webfonts#webfont",
7420
+ "family": "Mrs Sheppards",
7421
+ "category": "handwriting",
7422
+ "variants": [
7423
+ "regular"
7424
+ ],
7425
+ "subsets": [
7426
+ "latin",
7427
+ "latin-ext"
7428
+ ],
7429
+ "version": "v3",
7430
+ "lastModified": "2014-01-07",
7431
+ "files": {
7432
+ "regular": "http://themes.googleusercontent.com/static/fonts/mrssheppards/v3/2WFsWMV3VUeCz6UVH7UjCn8f0n03UdmQgF_CLvNR2vg.ttf"
7433
+ }
7434
+ },
7435
+ {
7436
+ "kind": "webfonts#webfont",
7437
+ "family": "Muli",
7438
+ "category": "sans-serif",
7439
+ "variants": [
7440
+ "300",
7441
+ "300italic",
7442
+ "regular",
7443
+ "italic"
7444
+ ],
7445
+ "subsets": [
7446
+ "latin"
7447
+ ],
7448
+ "version": "v5",
7449
+ "lastModified": "2014-01-07",
7450
+ "files": {
7451
+ "300": "http://themes.googleusercontent.com/static/fonts/muli/v5/VJw4F3ZHRAZ7Hmg3nQu5YQ.ttf",
7452
+ "300italic": "http://themes.googleusercontent.com/static/fonts/muli/v5/s-NKMCru8HiyjEt0ZDoBoA.ttf",
7453
+ "regular": "http://themes.googleusercontent.com/static/fonts/muli/v5/KJiP6KznxbALQgfJcDdPAw.ttf",
7454
+ "italic": "http://themes.googleusercontent.com/static/fonts/muli/v5/Cg0K_IWANs9xkNoxV7H1_w.ttf"
7455
+ }
7456
+ },
7457
+ {
7458
+ "kind": "webfonts#webfont",
7459
+ "family": "Mystery Quest",
7460
+ "category": "display",
7461
+ "variants": [
7462
+ "regular"
7463
+ ],
7464
+ "subsets": [
7465
+ "latin",
7466
+ "latin-ext"
7467
+ ],
7468
+ "version": "v2",
7469
+ "lastModified": "2014-01-07",
7470
+ "files": {
7471
+ "regular": "http://themes.googleusercontent.com/static/fonts/mysteryquest/v2/467jJvg0c7HgucvBB9PLDyeUSrabuTpOsMEiRLtKwk0.ttf"
7472
+ }
7473
+ },
7474
+ {
7475
+ "kind": "webfonts#webfont",
7476
+ "family": "Neucha",
7477
+ "category": "handwriting",
7478
+ "variants": [
7479
+ "regular"
7480
+ ],
7481
+ "subsets": [
7482
+ "latin",
7483
+ "cyrillic"
7484
+ ],
7485
+ "version": "v5",
7486
+ "lastModified": "2014-01-07",
7487
+ "files": {
7488
+ "regular": "http://themes.googleusercontent.com/static/fonts/neucha/v5/bijdhB-TzQdtpl0ykhGh4Q.ttf"
7489
+ }
7490
+ },
7491
+ {
7492
+ "kind": "webfonts#webfont",
7493
+ "family": "Neuton",
7494
+ "category": "serif",
7495
+ "variants": [
7496
+ "200",
7497
+ "300",
7498
+ "regular",
7499
+ "italic",
7500
+ "700",
7501
+ "800"
7502
+ ],
7503
+ "subsets": [
7504
+ "latin",
7505
+ "latin-ext"
7506
+ ],
7507
+ "version": "v6",
7508
+ "lastModified": "2014-01-07",
7509
+ "files": {
7510
+ "200": "http://themes.googleusercontent.com/static/fonts/neuton/v6/DA3Mkew3XqSkPpi1f4tJow.ttf",
7511
+ "300": "http://themes.googleusercontent.com/static/fonts/neuton/v6/xrc_aZ2hx-gdeV0mlY8Vww.ttf",
7512
+ "regular": "http://themes.googleusercontent.com/static/fonts/neuton/v6/9R-MGIOQUdjAVeB6nE6PcQ.ttf",
7513
+ "italic": "http://themes.googleusercontent.com/static/fonts/neuton/v6/uVMT3JOB5BNFi3lgPp6kEg.ttf",
7514
+ "700": "http://themes.googleusercontent.com/static/fonts/neuton/v6/gnWpkWY7DirkKiovncYrfg.ttf",
7515
+ "800": "http://themes.googleusercontent.com/static/fonts/neuton/v6/XPzBQV4lY6enLxQG9cF1jw.ttf"
7516
+ }
7517
+ },
7518
+ {
7519
+ "kind": "webfonts#webfont",
7520
+ "family": "New Rocker",
7521
+ "category": "display",
7522
+ "variants": [
7523
+ "regular"
7524
+ ],
7525
+ "subsets": [
7526
+ "latin",
7527
+ "latin-ext"
7528
+ ],
7529
+ "version": "v2",
7530
+ "lastModified": "2014-01-07",
7531
+ "files": {
7532
+ "regular": "http://themes.googleusercontent.com/static/fonts/newrocker/v2/EFUWzHJedEkpW399zYOHofesZW2xOQ-xsNqO47m55DA.ttf"
7533
+ }
7534
+ },
7535
+ {
7536
+ "kind": "webfonts#webfont",
7537
+ "family": "News Cycle",
7538
+ "category": "sans-serif",
7539
+ "variants": [
7540
+ "regular",
7541
+ "700"
7542
+ ],
7543
+ "subsets": [
7544
+ "latin",
7545
+ "latin-ext"
7546
+ ],
7547
+ "version": "v10",
7548
+ "lastModified": "2014-01-07",
7549
+ "files": {
7550
+ "regular": "http://themes.googleusercontent.com/static/fonts/newscycle/v10/xyMAr8VfiUzIOvS1abHJO_esZW2xOQ-xsNqO47m55DA.ttf",
7551
+ "700": "http://themes.googleusercontent.com/static/fonts/newscycle/v10/G28Ny31cr5orMqEQy6ljtwJKKGfqHaYFsRG-T3ceEVo.ttf"
7552
+ }
7553
+ },
7554
+ {
7555
+ "kind": "webfonts#webfont",
7556
+ "family": "Niconne",
7557
+ "category": "handwriting",
7558
+ "variants": [
7559
+ "regular"
7560
+ ],
7561
+ "subsets": [
7562
+ "latin",
7563
+ "latin-ext"
7564
+ ],
7565
+ "version": "v4",
7566
+ "lastModified": "2014-01-07",
7567
+ "files": {
7568
+ "regular": "http://themes.googleusercontent.com/static/fonts/niconne/v4/ZA-mFw2QNXodx5y7kfELBg.ttf"
7569
+ }
7570
+ },
7571
+ {
7572
+ "kind": "webfonts#webfont",
7573
+ "family": "Nixie One",
7574
+ "category": "display",
7575
+ "variants": [
7576
+ "regular"
7577
+ ],
7578
+ "subsets": [
7579
+ "latin"
7580
+ ],
7581
+ "version": "v5",
7582
+ "lastModified": "2014-01-07",
7583
+ "files": {
7584
+ "regular": "http://themes.googleusercontent.com/static/fonts/nixieone/v5/h6kQfmzm0Shdnp3eswRaqQ.ttf"
7585
+ }
7586
+ },
7587
+ {
7588
+ "kind": "webfonts#webfont",
7589
+ "family": "Nobile",
7590
+ "category": "sans-serif",
7591
+ "variants": [
7592
+ "regular",
7593
+ "italic",
7594
+ "700",
7595
+ "700italic"
7596
+ ],
7597
+ "subsets": [
7598
+ "latin"
7599
+ ],
7600
+ "version": "v5",
7601
+ "lastModified": "2014-01-07",
7602
+ "files": {
7603
+ "regular": "http://themes.googleusercontent.com/static/fonts/nobile/v5/lC_lPi1ddtN38iXTCRh6ow.ttf",
7604
+ "italic": "http://themes.googleusercontent.com/static/fonts/nobile/v5/vGmrpKzWQQSrb-PR6FWBIA.ttf",
7605
+ "700": "http://themes.googleusercontent.com/static/fonts/nobile/v5/9p6M-Yrg_r_QPmSD1skrOg.ttf",
7606
+ "700italic": "http://themes.googleusercontent.com/static/fonts/nobile/v5/oQ1eYPaXV638N03KvsNvyKCWcynf_cDxXwCLxiixG1c.ttf"
7607
+ }
7608
+ },
7609
+ {
7610
+ "kind": "webfonts#webfont",
7611
+ "family": "Nokora",
7612
+ "category": "serif",
7613
+ "variants": [
7614
+ "regular",
7615
+ "700"
7616
+ ],
7617
+ "subsets": [
7618
+ "khmer"
7619
+ ],
7620
+ "version": "v7",
7621
+ "lastModified": "2014-01-07",
7622
+ "files": {
7623
+ "regular": "http://themes.googleusercontent.com/static/fonts/nokora/v7/dRyz1JfnyKPNaRcBNX9F9A.ttf",
7624
+ "700": "http://themes.googleusercontent.com/static/fonts/nokora/v7/QMqqa4QEOhQpiig3cAPmbQ.ttf"
7625
+ }
7626
+ },
7627
+ {
7628
+ "kind": "webfonts#webfont",
7629
+ "family": "Norican",
7630
+ "category": "handwriting",
7631
+ "variants": [
7632
+ "regular"
7633
+ ],
7634
+ "subsets": [
7635
+ "latin",
7636
+ "latin-ext"
7637
+ ],
7638
+ "version": "v2",
7639
+ "lastModified": "2014-01-07",
7640
+ "files": {
7641
+ "regular": "http://themes.googleusercontent.com/static/fonts/norican/v2/SHnSqhYAWG5sZTWcPzEHig.ttf"
7642
+ }
7643
+ },
7644
+ {
7645
+ "kind": "webfonts#webfont",
7646
+ "family": "Nosifer",
7647
+ "category": "display",
7648
+ "variants": [
7649
+ "regular"
7650
+ ],
7651
+ "subsets": [
7652
+ "latin",
7653
+ "latin-ext"
7654
+ ],
7655
+ "version": "v3",
7656
+ "lastModified": "2014-01-07",
7657
+ "files": {
7658
+ "regular": "http://themes.googleusercontent.com/static/fonts/nosifer/v3/7eJGoIuHRrtcG00j6CptSA.ttf"
7659
+ }
7660
+ },
7661
+ {
7662
+ "kind": "webfonts#webfont",
7663
+ "family": "Nothing You Could Do",
7664
+ "category": "handwriting",
7665
+ "variants": [
7666
+ "regular"
7667
+ ],
7668
+ "subsets": [
7669
+ "latin"
7670
+ ],
7671
+ "version": "v4",
7672
+ "lastModified": "2014-01-07",
7673
+ "files": {
7674
+ "regular": "http://themes.googleusercontent.com/static/fonts/nothingyoucoulddo/v4/jpk1K3jbJoyoK0XKaSyQAf-TpkXjXYGWiJZAEtBRjPU.ttf"
7675
+ }
7676
+ },
7677
+ {
7678
+ "kind": "webfonts#webfont",
7679
+ "family": "Noticia Text",
7680
+ "category": "serif",
7681
+ "variants": [
7682
+ "regular",
7683
+ "italic",
7684
+ "700",
7685
+ "700italic"
7686
+ ],
7687
+ "subsets": [
7688
+ "latin",
7689
+ "vietnamese",
7690
+ "latin-ext"
7691
+ ],
7692
+ "version": "v4",
7693
+ "lastModified": "2014-01-07",
7694
+ "files": {
7695
+ "regular": "http://themes.googleusercontent.com/static/fonts/noticiatext/v4/wdyV6x3eKpdeUPQ7BJ5uUC3USBnSvpkopQaUR-2r7iU.ttf",
7696
+ "italic": "http://themes.googleusercontent.com/static/fonts/noticiatext/v4/dAuxVpkYE_Q_IwIm6elsKPMZXuCXbOrAvx5R0IT5Oyo.ttf",
7697
+ "700": "http://themes.googleusercontent.com/static/fonts/noticiatext/v4/pEko-RqEtp45bE2P80AAKUD2ttfZwueP-QU272T9-k4.ttf",
7698
+ "700italic": "http://themes.googleusercontent.com/static/fonts/noticiatext/v4/-rQ7V8ARjf28_b7kRa0JuvAs9-1nE9qOqhChW0m4nDE.ttf"
7699
+ }
7700
+ },
7701
+ {
7702
+ "kind": "webfonts#webfont",
7703
+ "family": "Noto Sans",
7704
+ "category": "sans-serif",
7705
+ "variants": [
7706
+ "regular",
7707
+ "italic",
7708
+ "700",
7709
+ "700italic"
7710
+ ],
7711
+ "subsets": [
7712
+ "latin",
7713
+ "greek",
7714
+ "cyrillic",
7715
+ "vietnamese",
7716
+ "cyrillic-ext",
7717
+ "latin-ext",
7718
+ "devanagari",
7719
+ "greek-ext"
7720
+ ],
7721
+ "version": "v4",
7722
+ "lastModified": "2014-02-24",
7723
+ "files": {
7724
+ "regular": "http://themes.googleusercontent.com/static/fonts/notosans/v4/0Ue9FiUJwVhi4NGfHJS5uA.ttf",
7725
+ "italic": "http://themes.googleusercontent.com/static/fonts/notosans/v4/dLcNKMgJ1H5RVoZFraDz0qCWcynf_cDxXwCLxiixG1c.ttf",
7726
+ "700": "http://themes.googleusercontent.com/static/fonts/notosans/v4/PIbvSEyHEdL91QLOQRnZ1y3USBnSvpkopQaUR-2r7iU.ttf",
7727
+ "700italic": "http://themes.googleusercontent.com/static/fonts/notosans/v4/9Z3uUWMRR7crzm1TjRicDne1Pd76Vl7zRpE7NLJQ7XU.ttf"
7728
+ }
7729
+ },
7730
+ {
7731
+ "kind": "webfonts#webfont",
7732
+ "family": "Noto Serif",
7733
+ "category": "serif",
7734
+ "variants": [
7735
+ "regular",
7736
+ "italic",
7737
+ "700",
7738
+ "700italic"
7739
+ ],
7740
+ "subsets": [
7741
+ "latin",
7742
+ "greek",
7743
+ "cyrillic",
7744
+ "vietnamese",
7745
+ "cyrillic-ext",
7746
+ "latin-ext",
7747
+ "greek-ext"
7748
+ ],
7749
+ "version": "v2",
7750
+ "lastModified": "2014-01-07",
7751
+ "files": {
7752
+ "regular": "http://themes.googleusercontent.com/static/fonts/notoserif/v2/zW6mc7bC1CWw8dH0yxY8JfesZW2xOQ-xsNqO47m55DA.ttf",
7753
+ "italic": "http://themes.googleusercontent.com/static/fonts/notoserif/v2/HQXBIwLHsOJCNEQeX9kNzy3USBnSvpkopQaUR-2r7iU.ttf",
7754
+ "700": "http://themes.googleusercontent.com/static/fonts/notoserif/v2/lJAvZoKA5NttpPc9yc6lPQJKKGfqHaYFsRG-T3ceEVo.ttf",
7755
+ "700italic": "http://themes.googleusercontent.com/static/fonts/notoserif/v2/Wreg0Be4tcFGM2t6VWytvED2ttfZwueP-QU272T9-k4.ttf"
7756
+ }
7757
+ },
7758
+ {
7759
+ "kind": "webfonts#webfont",
7760
+ "family": "Nova Cut",
7761
+ "category": "display",
7762
+ "variants": [
7763
+ "regular"
7764
+ ],
7765
+ "subsets": [
7766
+ "latin"
7767
+ ],
7768
+ "version": "v6",
7769
+ "lastModified": "2014-01-07",
7770
+ "files": {
7771
+ "regular": "http://themes.googleusercontent.com/static/fonts/novacut/v6/6q12jWcBvj0KO2cMRP97tA.ttf"
7772
+ }
7773
+ },
7774
+ {
7775
+ "kind": "webfonts#webfont",
7776
+ "family": "Nova Flat",
7777
+ "category": "display",
7778
+ "variants": [
7779
+ "regular"
7780
+ ],
7781
+ "subsets": [
7782
+ "latin"
7783
+ ],
7784
+ "version": "v6",
7785
+ "lastModified": "2014-01-07",
7786
+ "files": {
7787
+ "regular": "http://themes.googleusercontent.com/static/fonts/novaflat/v6/pK7a0CoGzI684qe_XSHBqQ.ttf"
7788
+ }
7789
+ },
7790
+ {
7791
+ "kind": "webfonts#webfont",
7792
+ "family": "Nova Mono",
7793
+ "category": "monospace",
7794
+ "variants": [
7795
+ "regular"
7796
+ ],
7797
+ "subsets": [
7798
+ "latin",
7799
+ "greek"
7800
+ ],
7801
+ "version": "v5",
7802
+ "lastModified": "2014-03-18",
7803
+ "files": {
7804
+ "regular": "http://themes.googleusercontent.com/static/fonts/novamono/v5/6-SChr5ZIaaasJFBkgrLNw.ttf"
7805
+ }
7806
+ },
7807
+ {
7808
+ "kind": "webfonts#webfont",
7809
+ "family": "Nova Oval",
7810
+ "category": "display",
7811
+ "variants": [
7812
+ "regular"
7813
+ ],
7814
+ "subsets": [
7815
+ "latin"
7816
+ ],
7817
+ "version": "v6",
7818
+ "lastModified": "2014-01-07",
7819
+ "files": {
7820
+ "regular": "http://themes.googleusercontent.com/static/fonts/novaoval/v6/VuukVpKP8BwUf8o9W5LYQQ.ttf"
7821
+ }
7822
+ },
7823
+ {
7824
+ "kind": "webfonts#webfont",
7825
+ "family": "Nova Round",
7826
+ "category": "display",
7827
+ "variants": [
7828
+ "regular"
7829
+ ],
7830
+ "subsets": [
7831
+ "latin"
7832
+ ],
7833
+ "version": "v6",
7834
+ "lastModified": "2014-01-07",
7835
+ "files": {
7836
+ "regular": "http://themes.googleusercontent.com/static/fonts/novaround/v6/7-cK3Ari_8XYYFgVMxVhDvesZW2xOQ-xsNqO47m55DA.ttf"
7837
+ }
7838
+ },
7839
+ {
7840
+ "kind": "webfonts#webfont",
7841
+ "family": "Nova Script",
7842
+ "category": "display",
7843
+ "variants": [
7844
+ "regular"
7845
+ ],
7846
+ "subsets": [
7847
+ "latin"
7848
+ ],
7849
+ "version": "v6",
7850
+ "lastModified": "2014-01-07",
7851
+ "files": {
7852
+ "regular": "http://themes.googleusercontent.com/static/fonts/novascript/v6/dEvxQDLgx1M1TKY-NmBWYaCWcynf_cDxXwCLxiixG1c.ttf"
7853
+ }
7854
+ },
7855
+ {
7856
+ "kind": "webfonts#webfont",
7857
+ "family": "Nova Slim",
7858
+ "category": "display",
7859
+ "variants": [
7860
+ "regular"
7861
+ ],
7862
+ "subsets": [
7863
+ "latin"
7864
+ ],
7865
+ "version": "v6",
7866
+ "lastModified": "2014-01-07",
7867
+ "files": {
7868
+ "regular": "http://themes.googleusercontent.com/static/fonts/novaslim/v6/rPYXC81_VL2EW-4CzBX65g.ttf"
7869
+ }
7870
+ },
7871
+ {
7872
+ "kind": "webfonts#webfont",
7873
+ "family": "Nova Square",
7874
+ "category": "display",
7875
+ "variants": [
7876
+ "regular"
7877
+ ],
7878
+ "subsets": [
7879
+ "latin"
7880
+ ],
7881
+ "version": "v6",
7882
+ "lastModified": "2014-01-07",
7883
+ "files": {
7884
+ "regular": "http://themes.googleusercontent.com/static/fonts/novasquare/v6/BcBzXoaDzYX78rquGXVuSqCWcynf_cDxXwCLxiixG1c.ttf"
7885
+ }
7886
+ },
7887
+ {
7888
+ "kind": "webfonts#webfont",
7889
+ "family": "Numans",
7890
+ "category": "sans-serif",
7891
+ "variants": [
7892
+ "regular"
7893
+ ],
7894
+ "subsets": [
7895
+ "latin"
7896
+ ],
7897
+ "version": "v4",
7898
+ "lastModified": "2014-01-07",
7899
+ "files": {
7900
+ "regular": "http://themes.googleusercontent.com/static/fonts/numans/v4/g5snI2p6OEjjTNmTHyBdiQ.ttf"
7901
+ }
7902
+ },
7903
+ {
7904
+ "kind": "webfonts#webfont",
7905
+ "family": "Nunito",
7906
+ "category": "sans-serif",
7907
+ "variants": [
7908
+ "300",
7909
+ "regular",
7910
+ "700"
7911
+ ],
7912
+ "subsets": [
7913
+ "latin"
7914
+ ],
7915
+ "version": "v5",
7916
+ "lastModified": "2014-01-07",
7917
+ "files": {
7918
+ "300": "http://themes.googleusercontent.com/static/fonts/nunito/v5/zXQvrWBJqUooM7Xv98MrQw.ttf",
7919
+ "regular": "http://themes.googleusercontent.com/static/fonts/nunito/v5/ySZTeT3IuzJj0GK6uGpbBg.ttf",
7920
+ "700": "http://themes.googleusercontent.com/static/fonts/nunito/v5/aEdlqgMuYbpe4U3TnqOQMA.ttf"
7921
+ }
7922
+ },
7923
+ {
7924
+ "kind": "webfonts#webfont",
7925
+ "family": "Odor Mean Chey",
7926
+ "category": "display",
7927
+ "variants": [
7928
+ "regular"
7929
+ ],
7930
+ "subsets": [
7931
+ "khmer"
7932
+ ],
7933
+ "version": "v6",
7934
+ "lastModified": "2014-01-07",
7935
+ "files": {
7936
+ "regular": "http://themes.googleusercontent.com/static/fonts/odormeanchey/v6/GK3E7EjPoBkeZhYshGFo0eVKG8sq4NyGgdteJLvqLDs.ttf"
7937
+ }
7938
+ },
7939
+ {
7940
+ "kind": "webfonts#webfont",
7941
+ "family": "Offside",
7942
+ "category": "display",
7943
+ "variants": [
7944
+ "regular"
7945
+ ],
7946
+ "subsets": [
7947
+ "latin"
7948
+ ],
7949
+ "version": "v2",
7950
+ "lastModified": "2014-01-07",
7951
+ "files": {
7952
+ "regular": "http://themes.googleusercontent.com/static/fonts/offside/v2/v0C913SB8wqQUvcu1faUqw.ttf"
7953
+ }
7954
+ },
7955
+ {
7956
+ "kind": "webfonts#webfont",
7957
+ "family": "Old Standard TT",
7958
+ "category": "serif",
7959
+ "variants": [
7960
+ "regular",
7961
+ "italic",
7962
+ "700"
7963
+ ],
7964
+ "subsets": [
7965
+ "latin"
7966
+ ],
7967
+ "version": "v5",
7968
+ "lastModified": "2014-01-07",
7969
+ "files": {
7970
+ "regular": "http://themes.googleusercontent.com/static/fonts/oldstandardtt/v5/n6RTCDcIPWSE8UNBa4k-DLcB5jyhm1VsHs65c3QNDr0.ttf",
7971
+ "italic": "http://themes.googleusercontent.com/static/fonts/oldstandardtt/v5/QQT_AUSp4AV4dpJfIN7U5PWrQzeMtsHf8QsWQ2cZg3c.ttf",
7972
+ "700": "http://themes.googleusercontent.com/static/fonts/oldstandardtt/v5/5Ywdce7XEbTSbxs__4X1_HJqbZqK7TdZ58X80Q_Lw8Y.ttf"
7973
+ }
7974
+ },
7975
+ {
7976
+ "kind": "webfonts#webfont",
7977
+ "family": "Oldenburg",
7978
+ "category": "display",
7979
+ "variants": [
7980
+ "regular"
7981
+ ],
7982
+ "subsets": [
7983
+ "latin",
7984
+ "latin-ext"
7985
+ ],
7986
+ "version": "v2",
7987
+ "lastModified": "2014-01-07",
7988
+ "files": {
7989
+ "regular": "http://themes.googleusercontent.com/static/fonts/oldenburg/v2/dqA_M_uoCVXZbCO-oKBTnQ.ttf"
7990
+ }
7991
+ },
7992
+ {
7993
+ "kind": "webfonts#webfont",
7994
+ "family": "Oleo Script",
7995
+ "category": "display",
7996
+ "variants": [
7997
+ "regular",
7998
+ "700"
7999
+ ],
8000
+ "subsets": [
8001
+ "latin",
8002
+ "latin-ext"
8003
+ ],
8004
+ "version": "v3",
8005
+ "lastModified": "2014-01-07",
8006
+ "files": {
8007
+ "regular": "http://themes.googleusercontent.com/static/fonts/oleoscript/v3/21stZcmPyzbQVXtmGegyqKCWcynf_cDxXwCLxiixG1c.ttf",
8008
+ "700": "http://themes.googleusercontent.com/static/fonts/oleoscript/v3/hudNQFKFl98JdNnlo363fne1Pd76Vl7zRpE7NLJQ7XU.ttf"
8009
+ }
8010
+ },
8011
+ {
8012
+ "kind": "webfonts#webfont",
8013
+ "family": "Oleo Script Swash Caps",
8014
+ "category": "display",
8015
+ "variants": [
8016
+ "regular",
8017
+ "700"
8018
+ ],
8019
+ "subsets": [
8020
+ "latin",
8021
+ "latin-ext"
8022
+ ],
8023
+ "version": "v2",
8024
+ "lastModified": "2014-01-07",
8025
+ "files": {
8026
+ "regular": "http://themes.googleusercontent.com/static/fonts/oleoscriptswashcaps/v2/vdWhGqsBUAP-FF3NOYTe4iMF4kXAPemmyaDpMXQ31P0.ttf",
8027
+ "700": "http://themes.googleusercontent.com/static/fonts/oleoscriptswashcaps/v2/HMO3ftxA9AU5floml9c755reFYaXZ4zuJXJ8fr8OO1g.ttf"
8028
+ }
8029
+ },
8030
+ {
8031
+ "kind": "webfonts#webfont",
8032
+ "family": "Open Sans",
8033
+ "category": "sans-serif",
8034
+ "variants": [
8035
+ "300",
8036
+ "300italic",
8037
+ "regular",
8038
+ "italic",
8039
+ "600",
8040
+ "600italic",
8041
+ "700",
8042
+ "700italic",
8043
+ "800",
8044
+ "800italic"
8045
+ ],
8046
+ "subsets": [
8047
+ "latin",
8048
+ "greek",
8049
+ "cyrillic",
8050
+ "vietnamese",
8051
+ "cyrillic-ext",
8052
+ "latin-ext",
8053
+ "devanagari",
8054
+ "greek-ext"
8055
+ ],
8056
+ "version": "v8",
8057
+ "lastModified": "2014-02-24",
8058
+ "files": {
8059
+ "300": "http://themes.googleusercontent.com/static/fonts/opensans/v8/DXI1ORHCpsQm3Vp6mXoaTS3USBnSvpkopQaUR-2r7iU.ttf",
8060
+ "300italic": "http://themes.googleusercontent.com/static/fonts/opensans/v8/PRmiXeptR36kaC0GEAetxi9-WlPSxbfiI49GsXo3q0g.ttf",
8061
+ "regular": "http://themes.googleusercontent.com/static/fonts/opensans/v8/IgZJs4-7SA1XX_edsoXWog.ttf",
8062
+ "italic": "http://themes.googleusercontent.com/static/fonts/opensans/v8/O4NhV7_qs9r9seTo7fnsVKCWcynf_cDxXwCLxiixG1c.ttf",
8063
+ "600": "http://themes.googleusercontent.com/static/fonts/opensans/v8/MTP_ySUJH_bn48VBG8sNSi3USBnSvpkopQaUR-2r7iU.ttf",
8064
+ "600italic": "http://themes.googleusercontent.com/static/fonts/opensans/v8/PRmiXeptR36kaC0GEAetxpZ7xm-Bj30Bj2KNdXDzSZg.ttf",
8065
+ "700": "http://themes.googleusercontent.com/static/fonts/opensans/v8/k3k702ZOKiLJc3WVjuplzC3USBnSvpkopQaUR-2r7iU.ttf",
8066
+ "700italic": "http://themes.googleusercontent.com/static/fonts/opensans/v8/PRmiXeptR36kaC0GEAetxne1Pd76Vl7zRpE7NLJQ7XU.ttf",
8067
+ "800": "http://themes.googleusercontent.com/static/fonts/opensans/v8/EInbV5DfGHOiMmvb1Xr-hi3USBnSvpkopQaUR-2r7iU.ttf",
8068
+ "800italic": "http://themes.googleusercontent.com/static/fonts/opensans/v8/PRmiXeptR36kaC0GEAetxg89PwPrYLaRFJ-HNCU9NbA.ttf"
8069
+ }
8070
+ },
8071
+ {
8072
+ "kind": "webfonts#webfont",
8073
+ "family": "Open Sans Condensed",
8074
+ "category": "sans-serif",
8075
+ "variants": [
8076
+ "300",
8077
+ "300italic",
8078
+ "700"
8079
+ ],
8080
+ "subsets": [
8081
+ "latin",
8082
+ "greek",
8083
+ "cyrillic",
8084
+ "vietnamese",
8085
+ "cyrillic-ext",
8086
+ "latin-ext",
8087
+ "greek-ext"
8088
+ ],
8089
+ "version": "v7",
8090
+ "lastModified": "2014-01-07",
8091
+ "files": {
8092
+ "300": "http://themes.googleusercontent.com/static/fonts/opensanscondensed/v7/gk5FxslNkTTHtojXrkp-xEMwSSh38KQVJx4ABtsZTnA.ttf",
8093
+ "300italic": "http://themes.googleusercontent.com/static/fonts/opensanscondensed/v7/jIXlqT1WKafUSwj6s9AzV4_LkTZ_uhAwfmGJ084hlvM.ttf",
8094
+ "700": "http://themes.googleusercontent.com/static/fonts/opensanscondensed/v7/gk5FxslNkTTHtojXrkp-xBEM87DM3yorPOrvA-vB930.ttf"
8095
+ }
8096
+ },
8097
+ {
8098
+ "kind": "webfonts#webfont",
8099
+ "family": "Oranienbaum",
8100
+ "category": "serif",
8101
+ "variants": [
8102
+ "regular"
8103
+ ],
8104
+ "subsets": [
8105
+ "latin",
8106
+ "cyrillic",
8107
+ "cyrillic-ext",
8108
+ "latin-ext"
8109
+ ],
8110
+ "version": "v2",
8111
+ "lastModified": "2014-01-07",
8112
+ "files": {
8113
+ "regular": "http://themes.googleusercontent.com/static/fonts/oranienbaum/v2/M98jYwCSn0PaFhXXgviCoaCWcynf_cDxXwCLxiixG1c.ttf"
8114
+ }
8115
+ },
8116
+ {
8117
+ "kind": "webfonts#webfont",
8118
+ "family": "Orbitron",
8119
+ "category": "sans-serif",
8120
+ "variants": [
8121
+ "regular",
8122
+ "500",
8123
+ "700",
8124
+ "900"
8125
+ ],
8126
+ "subsets": [
8127
+ "latin"
8128
+ ],
8129
+ "version": "v4",
8130
+ "lastModified": "2014-01-07",
8131
+ "files": {
8132
+ "regular": "http://themes.googleusercontent.com/static/fonts/orbitron/v4/DY8swouAZjR3RaUPRf0HDQ.ttf",
8133
+ "500": "http://themes.googleusercontent.com/static/fonts/orbitron/v4/p-y_ffzMdo5JN_7ia0vYEqCWcynf_cDxXwCLxiixG1c.ttf",
8134
+ "700": "http://themes.googleusercontent.com/static/fonts/orbitron/v4/PS9_6SLkY1Y6OgPO3APr6qCWcynf_cDxXwCLxiixG1c.ttf",
8135
+ "900": "http://themes.googleusercontent.com/static/fonts/orbitron/v4/2I3-8i9hT294TE_pyjy9SaCWcynf_cDxXwCLxiixG1c.ttf"
8136
+ }
8137
+ },
8138
+ {
8139
+ "kind": "webfonts#webfont",
8140
+ "family": "Oregano",
8141
+ "category": "display",
8142
+ "variants": [
8143
+ "regular",
8144
+ "italic"
8145
+ ],
8146
+ "subsets": [
8147
+ "latin",
8148
+ "latin-ext"
8149
+ ],
8150
+ "version": "v2",
8151
+ "lastModified": "2014-01-07",
8152
+ "files": {
8153
+ "regular": "http://themes.googleusercontent.com/static/fonts/oregano/v2/UiLhqNixVv2EpjRoBG6axA.ttf",
8154
+ "italic": "http://themes.googleusercontent.com/static/fonts/oregano/v2/_iwqGEht6XsAuEaCbYG64Q.ttf"
8155
+ }
8156
+ },
8157
+ {
8158
+ "kind": "webfonts#webfont",
8159
+ "family": "Orienta",
8160
+ "category": "sans-serif",
8161
+ "variants": [
8162
+ "regular"
8163
+ ],
8164
+ "subsets": [
8165
+ "latin",
8166
+ "latin-ext"
8167
+ ],
8168
+ "version": "v2",
8169
+ "lastModified": "2014-01-07",
8170
+ "files": {
8171
+ "regular": "http://themes.googleusercontent.com/static/fonts/orienta/v2/_NKSk93mMs0xsqtfjCsB3Q.ttf"
8172
+ }
8173
+ },
8174
+ {
8175
+ "kind": "webfonts#webfont",
8176
+ "family": "Original Surfer",
8177
+ "category": "display",
8178
+ "variants": [
8179
+ "regular"
8180
+ ],
8181
+ "subsets": [
8182
+ "latin"
8183
+ ],
8184
+ "version": "v3",
8185
+ "lastModified": "2014-01-07",
8186
+ "files": {
8187
+ "regular": "http://themes.googleusercontent.com/static/fonts/originalsurfer/v3/gdHw6HpSIN4D6Xt7pi1-qIkEz33TDwAZczo_6fY7eg0.ttf"
8188
+ }
8189
+ },
8190
+ {
8191
+ "kind": "webfonts#webfont",
8192
+ "family": "Oswald",
8193
+ "category": "sans-serif",
8194
+ "variants": [
8195
+ "300",
8196
+ "regular",
8197
+ "700"
8198
+ ],
8199
+ "subsets": [
8200
+ "latin",
8201
+ "latin-ext"
8202
+ ],
8203
+ "version": "v8",
8204
+ "lastModified": "2014-01-07",
8205
+ "files": {
8206
+ "300": "http://themes.googleusercontent.com/static/fonts/oswald/v8/y3tZpCdiRD4oNRRYFcAR5Q.ttf",
8207
+ "regular": "http://themes.googleusercontent.com/static/fonts/oswald/v8/uLEd2g2vJglLPfsBF91DCg.ttf",
8208
+ "700": "http://themes.googleusercontent.com/static/fonts/oswald/v8/7wj8ldV_5Ti37rHa0m1DDw.ttf"
8209
+ }
8210
+ },
8211
+ {
8212
+ "kind": "webfonts#webfont",
8213
+ "family": "Over the Rainbow",
8214
+ "category": "handwriting",
8215
+ "variants": [
8216
+ "regular"
8217
+ ],
8218
+ "subsets": [
8219
+ "latin"
8220
+ ],
8221
+ "version": "v5",
8222
+ "lastModified": "2014-01-07",
8223
+ "files": {
8224
+ "regular": "http://themes.googleusercontent.com/static/fonts/overtherainbow/v5/6gp-gkpI2kie2dHQQLM2jQBdxkZd83xOSx-PAQ2QmiI.ttf"
8225
+ }
8226
+ },
8227
+ {
8228
+ "kind": "webfonts#webfont",
8229
+ "family": "Overlock",
8230
+ "category": "display",
8231
+ "variants": [
8232
+ "regular",
8233
+ "italic",
8234
+ "700",
8235
+ "700italic",
8236
+ "900",
8237
+ "900italic"
8238
+ ],
8239
+ "subsets": [
8240
+ "latin",
8241
+ "latin-ext"
8242
+ ],
8243
+ "version": "v3",
8244
+ "lastModified": "2014-01-07",
8245
+ "files": {
8246
+ "regular": "http://themes.googleusercontent.com/static/fonts/overlock/v3/Z8oYsGi88-E1cUB8YBFMAg.ttf",
8247
+ "italic": "http://themes.googleusercontent.com/static/fonts/overlock/v3/rq6EacukHROOBrFrK_zF6_esZW2xOQ-xsNqO47m55DA.ttf",
8248
+ "700": "http://themes.googleusercontent.com/static/fonts/overlock/v3/Fexr8SqXM8Bm_gEVUA7AKaCWcynf_cDxXwCLxiixG1c.ttf",
8249
+ "700italic": "http://themes.googleusercontent.com/static/fonts/overlock/v3/wFWnYgeXKYBks6gEUwYnfAJKKGfqHaYFsRG-T3ceEVo.ttf",
8250
+ "900": "http://themes.googleusercontent.com/static/fonts/overlock/v3/YPJCVTT8ZbG3899l_-KIGqCWcynf_cDxXwCLxiixG1c.ttf",
8251
+ "900italic": "http://themes.googleusercontent.com/static/fonts/overlock/v3/iOZhxT2zlg7W5ij_lb-oDp0EAVxt0G0biEntp43Qt6E.ttf"
8252
+ }
8253
+ },
8254
+ {
8255
+ "kind": "webfonts#webfont",
8256
+ "family": "Overlock SC",
8257
+ "category": "display",
8258
+ "variants": [
8259
+ "regular"
8260
+ ],
8261
+ "subsets": [
8262
+ "latin",
8263
+ "latin-ext"
8264
+ ],
8265
+ "version": "v3",
8266
+ "lastModified": "2014-01-07",
8267
+ "files": {
8268
+ "regular": "http://themes.googleusercontent.com/static/fonts/overlocksc/v3/8D7HYDsvS_g1GhBnlHzgzaCWcynf_cDxXwCLxiixG1c.ttf"
8269
+ }
8270
+ },
8271
+ {
8272
+ "kind": "webfonts#webfont",
8273
+ "family": "Ovo",
8274
+ "category": "serif",
8275
+ "variants": [
8276
+ "regular"
8277
+ ],
8278
+ "subsets": [
8279
+ "latin"
8280
+ ],
8281
+ "version": "v5",
8282
+ "lastModified": "2014-01-07",
8283
+ "files": {
8284
+ "regular": "http://themes.googleusercontent.com/static/fonts/ovo/v5/mFg27dimu3s9t09qjCwB1g.ttf"
8285
+ }
8286
+ },
8287
+ {
8288
+ "kind": "webfonts#webfont",
8289
+ "family": "Oxygen",
8290
+ "category": "sans-serif",
8291
+ "variants": [
8292
+ "300",
8293
+ "regular",
8294
+ "700"
8295
+ ],
8296
+ "subsets": [
8297
+ "latin",
8298
+ "latin-ext"
8299
+ ],
8300
+ "version": "v3",
8301
+ "lastModified": "2014-01-07",
8302
+ "files": {
8303
+ "300": "http://themes.googleusercontent.com/static/fonts/oxygen/v3/lZ31r0bR1Bzt_DfGZu1S8A.ttf",
8304
+ "regular": "http://themes.googleusercontent.com/static/fonts/oxygen/v3/uhoyAE7XlQL22abzQieHjw.ttf",
8305
+ "700": "http://themes.googleusercontent.com/static/fonts/oxygen/v3/yLqkmDwuNtt5pSqsJmhyrg.ttf"
8306
+ }
8307
+ },
8308
+ {
8309
+ "kind": "webfonts#webfont",
8310
+ "family": "Oxygen Mono",
8311
+ "category": "monospace",
8312
+ "variants": [
8313
+ "regular"
8314
+ ],
8315
+ "subsets": [
8316
+ "latin",
8317
+ "latin-ext"
8318
+ ],
8319
+ "version": "v2",
8320
+ "lastModified": "2014-03-18",
8321
+ "files": {
8322
+ "regular": "http://themes.googleusercontent.com/static/fonts/oxygenmono/v2/DigTu7k4b7OmM8ubt1Qza6CWcynf_cDxXwCLxiixG1c.ttf"
8323
+ }
8324
+ },
8325
+ {
8326
+ "kind": "webfonts#webfont",
8327
+ "family": "PT Mono",
8328
+ "category": "monospace",
8329
+ "variants": [
8330
+ "regular"
8331
+ ],
8332
+ "subsets": [
8333
+ "latin",
8334
+ "cyrillic",
8335
+ "cyrillic-ext",
8336
+ "latin-ext"
8337
+ ],
8338
+ "version": "v2",
8339
+ "lastModified": "2014-03-18",
8340
+ "files": {
8341
+ "regular": "http://themes.googleusercontent.com/static/fonts/ptmono/v2/QUbM8H9yJK5NhpQ0REO6Wg.ttf"
8342
+ }
8343
+ },
8344
+ {
8345
+ "kind": "webfonts#webfont",
8346
+ "family": "PT Sans",
8347
+ "category": "sans-serif",
8348
+ "variants": [
8349
+ "regular",
8350
+ "italic",
8351
+ "700",
8352
+ "700italic"
8353
+ ],
8354
+ "subsets": [
8355
+ "latin",
8356
+ "cyrillic",
8357
+ "cyrillic-ext",
8358
+ "latin-ext"
8359
+ ],
8360
+ "version": "v6",
8361
+ "lastModified": "2014-01-07",
8362
+ "files": {
8363
+ "regular": "http://themes.googleusercontent.com/static/fonts/ptsans/v6/UFoEz2uiuMypUGZL1NKoeg.ttf",
8364
+ "italic": "http://themes.googleusercontent.com/static/fonts/ptsans/v6/yls9EYWOd496wiu7qzfgNg.ttf",
8365
+ "700": "http://themes.googleusercontent.com/static/fonts/ptsans/v6/F51BEgHuR0tYHxF0bD4vwvesZW2xOQ-xsNqO47m55DA.ttf",
8366
+ "700italic": "http://themes.googleusercontent.com/static/fonts/ptsans/v6/lILlYDvubYemzYzN7GbLkC3USBnSvpkopQaUR-2r7iU.ttf"
8367
+ }
8368
+ },
8369
+ {
8370
+ "kind": "webfonts#webfont",
8371
+ "family": "PT Sans Caption",
8372
+ "category": "sans-serif",
8373
+ "variants": [
8374
+ "regular",
8375
+ "700"
8376
+ ],
8377
+ "subsets": [
8378
+ "latin",
8379
+ "cyrillic",
8380
+ "cyrillic-ext",
8381
+ "latin-ext"
8382
+ ],
8383
+ "version": "v7",
8384
+ "lastModified": "2014-01-07",
8385
+ "files": {
8386
+ "regular": "http://themes.googleusercontent.com/static/fonts/ptsanscaption/v7/OXYTDOzBcXU8MTNBvBHeSW8by34Z3mUMtM-o4y-SHCY.ttf",
8387
+ "700": "http://themes.googleusercontent.com/static/fonts/ptsanscaption/v7/Q-gJrFokeE7JydPpxASt25tc0eyfI4QDEsobEEpk_hA.ttf"
8388
+ }
8389
+ },
8390
+ {
8391
+ "kind": "webfonts#webfont",
8392
+ "family": "PT Sans Narrow",
8393
+ "category": "sans-serif",
8394
+ "variants": [
8395
+ "regular",
8396
+ "700"
8397
+ ],
8398
+ "subsets": [
8399
+ "latin",
8400
+ "cyrillic",
8401
+ "cyrillic-ext",
8402
+ "latin-ext"
8403
+ ],
8404
+ "version": "v5",
8405
+ "lastModified": "2014-01-07",
8406
+ "files": {
8407
+ "regular": "http://themes.googleusercontent.com/static/fonts/ptsansnarrow/v5/UyYrYy3ltEffJV9QueSi4ZTvAuddT2xDMbdz0mdLyZY.ttf",
8408
+ "700": "http://themes.googleusercontent.com/static/fonts/ptsansnarrow/v5/Q_pTky3Sc3ubRibGToTAYsLtdzs3iyjn_YuT226ZsLU.ttf"
8409
+ }
8410
+ },
8411
+ {
8412
+ "kind": "webfonts#webfont",
8413
+ "family": "PT Serif",
8414
+ "category": "serif",
8415
+ "variants": [
8416
+ "regular",
8417
+ "italic",
8418
+ "700",
8419
+ "700italic"
8420
+ ],
8421
+ "subsets": [
8422
+ "latin",
8423
+ "cyrillic",
8424
+ "cyrillic-ext",
8425
+ "latin-ext"
8426
+ ],
8427
+ "version": "v6",
8428
+ "lastModified": "2014-01-07",
8429
+ "files": {
8430
+ "regular": "http://themes.googleusercontent.com/static/fonts/ptserif/v6/sAo427rn3-QL9sWCbMZXhA.ttf",
8431
+ "italic": "http://themes.googleusercontent.com/static/fonts/ptserif/v6/9khWhKzhpkH0OkNnBKS3n_esZW2xOQ-xsNqO47m55DA.ttf",
8432
+ "700": "http://themes.googleusercontent.com/static/fonts/ptserif/v6/kyZw18tqQ5if-_wpmxxOeKCWcynf_cDxXwCLxiixG1c.ttf",
8433
+ "700italic": "http://themes.googleusercontent.com/static/fonts/ptserif/v6/Foydq9xJp--nfYIx2TBz9QJKKGfqHaYFsRG-T3ceEVo.ttf"
8434
+ }
8435
+ },
8436
+ {
8437
+ "kind": "webfonts#webfont",
8438
+ "family": "PT Serif Caption",
8439
+ "category": "serif",
8440
+ "variants": [
8441
+ "regular",
8442
+ "italic"
8443
+ ],
8444
+ "subsets": [
8445
+ "latin",
8446
+ "cyrillic",
8447
+ "cyrillic-ext",
8448
+ "latin-ext"
8449
+ ],
8450
+ "version": "v6",
8451
+ "lastModified": "2014-01-07",
8452
+ "files": {
8453
+ "regular": "http://themes.googleusercontent.com/static/fonts/ptserifcaption/v6/7xkFOeTxxO1GMC1suOUYWVsRioCqs5fohhaYel24W3k.ttf",
8454
+ "italic": "http://themes.googleusercontent.com/static/fonts/ptserifcaption/v6/0kfPsmrmTSgiec7u_Wa0DB1mqvzPHelJwRcF_s_EUM0.ttf"
8455
+ }
8456
+ },
8457
+ {
8458
+ "kind": "webfonts#webfont",
8459
+ "family": "Pacifico",
8460
+ "category": "handwriting",
8461
+ "variants": [
8462
+ "regular"
8463
+ ],
8464
+ "subsets": [
8465
+ "latin"
8466
+ ],
8467
+ "version": "v5",
8468
+ "lastModified": "2014-01-07",
8469
+ "files": {
8470
+ "regular": "http://themes.googleusercontent.com/static/fonts/pacifico/v5/GIrpeRY1r5CzbfL8r182lw.ttf"
8471
+ }
8472
+ },
8473
+ {
8474
+ "kind": "webfonts#webfont",
8475
+ "family": "Paprika",
8476
+ "category": "display",
8477
+ "variants": [
8478
+ "regular"
8479
+ ],
8480
+ "subsets": [
8481
+ "latin"
8482
+ ],
8483
+ "version": "v2",
8484
+ "lastModified": "2014-01-07",
8485
+ "files": {
8486
+ "regular": "http://themes.googleusercontent.com/static/fonts/paprika/v2/b-VpyoRSieBdB5BPJVF8HQ.ttf"
8487
+ }
8488
+ },
8489
+ {
8490
+ "kind": "webfonts#webfont",
8491
+ "family": "Parisienne",
8492
+ "category": "handwriting",
8493
+ "variants": [
8494
+ "regular"
8495
+ ],
8496
+ "subsets": [
8497
+ "latin",
8498
+ "latin-ext"
8499
+ ],
8500
+ "version": "v2",
8501
+ "lastModified": "2014-01-07",
8502
+ "files": {
8503
+ "regular": "http://themes.googleusercontent.com/static/fonts/parisienne/v2/TW74B5QISJNx9moxGlmJfvesZW2xOQ-xsNqO47m55DA.ttf"
8504
+ }
8505
+ },
8506
+ {
8507
+ "kind": "webfonts#webfont",
8508
+ "family": "Passero One",
8509
+ "category": "display",
8510
+ "variants": [
8511
+ "regular"
8512
+ ],
8513
+ "subsets": [
8514
+ "latin",
8515
+ "latin-ext"
8516
+ ],
8517
+ "version": "v6",
8518
+ "lastModified": "2014-01-07",
8519
+ "files": {
8520
+ "regular": "http://themes.googleusercontent.com/static/fonts/passeroone/v6/Yc-7nH5deCCv9Ed0MMnAQqCWcynf_cDxXwCLxiixG1c.ttf"
8521
+ }
8522
+ },
8523
+ {
8524
+ "kind": "webfonts#webfont",
8525
+ "family": "Passion One",
8526
+ "category": "display",
8527
+ "variants": [
8528
+ "regular",
8529
+ "700",
8530
+ "900"
8531
+ ],
8532
+ "subsets": [
8533
+ "latin",
8534
+ "latin-ext"
8535
+ ],
8536
+ "version": "v4",
8537
+ "lastModified": "2014-01-07",
8538
+ "files": {
8539
+ "regular": "http://themes.googleusercontent.com/static/fonts/passionone/v4/1UIK1tg3bKJ4J3o35M4heqCWcynf_cDxXwCLxiixG1c.ttf",
8540
+ "700": "http://themes.googleusercontent.com/static/fonts/passionone/v4/feOcYDy2R-f3Ysy72PYJ2ne1Pd76Vl7zRpE7NLJQ7XU.ttf",
8541
+ "900": "http://themes.googleusercontent.com/static/fonts/passionone/v4/feOcYDy2R-f3Ysy72PYJ2ienaqEuufTBk9XMKnKmgDA.ttf"
8542
+ }
8543
+ },
8544
+ {
8545
+ "kind": "webfonts#webfont",
8546
+ "family": "Pathway Gothic One",
8547
+ "category": "sans-serif",
8548
+ "variants": [
8549
+ "regular"
8550
+ ],
8551
+ "subsets": [
8552
+ "latin",
8553
+ "latin-ext"
8554
+ ],
8555
+ "version": "v2",
8556
+ "lastModified": "2014-01-07",
8557
+ "files": {
8558
+ "regular": "http://themes.googleusercontent.com/static/fonts/pathwaygothicone/v2/Lqv9ztoTUV8Q0FmQZzPqaA6A6xIYD7vYcYDop1i-K-c.ttf"
8559
+ }
8560
+ },
8561
+ {
8562
+ "kind": "webfonts#webfont",
8563
+ "family": "Patrick Hand",
8564
+ "category": "handwriting",
8565
+ "variants": [
8566
+ "regular"
8567
+ ],
8568
+ "subsets": [
8569
+ "latin",
8570
+ "vietnamese",
8571
+ "latin-ext"
8572
+ ],
8573
+ "version": "v8",
8574
+ "lastModified": "2014-01-07",
8575
+ "files": {
8576
+ "regular": "http://themes.googleusercontent.com/static/fonts/patrickhand/v8/9BG3JJgt_HlF3NpEUehL0C3USBnSvpkopQaUR-2r7iU.ttf"
8577
+ }
8578
+ },
8579
+ {
8580
+ "kind": "webfonts#webfont",
8581
+ "family": "Patrick Hand SC",
8582
+ "category": "handwriting",
8583
+ "variants": [
8584
+ "regular"
8585
+ ],
8586
+ "subsets": [
8587
+ "latin",
8588
+ "vietnamese",
8589
+ "latin-ext"
8590
+ ],
8591
+ "version": "v2",
8592
+ "lastModified": "2014-01-07",
8593
+ "files": {
8594
+ "regular": "http://themes.googleusercontent.com/static/fonts/patrickhandsc/v2/OYFWCgfCR-7uHIovjUZXsbAgSRh1LpJXlLfl8IbsmHg.ttf"
8595
+ }
8596
+ },
8597
+ {
8598
+ "kind": "webfonts#webfont",
8599
+ "family": "Patua One",
8600
+ "category": "display",
8601
+ "variants": [
8602
+ "regular"
8603
+ ],
8604
+ "subsets": [
8605
+ "latin"
8606
+ ],
8607
+ "version": "v4",
8608
+ "lastModified": "2014-01-07",
8609
+ "files": {
8610
+ "regular": "http://themes.googleusercontent.com/static/fonts/patuaone/v4/njZwotTYjswR4qdhsW-kJw.ttf"
8611
+ }
8612
+ },
8613
+ {
8614
+ "kind": "webfonts#webfont",
8615
+ "family": "Paytone One",
8616
+ "category": "sans-serif",
8617
+ "variants": [
8618
+ "regular"
8619
+ ],
8620
+ "subsets": [
8621
+ "latin"
8622
+ ],
8623
+ "version": "v6",
8624
+ "lastModified": "2014-01-07",
8625
+ "files": {
8626
+ "regular": "http://themes.googleusercontent.com/static/fonts/paytoneone/v6/3WCxC7JAJjQHQVoIE0ZwvqCWcynf_cDxXwCLxiixG1c.ttf"
8627
+ }
8628
+ },
8629
+ {
8630
+ "kind": "webfonts#webfont",
8631
+ "family": "Peralta",
8632
+ "category": "display",
8633
+ "variants": [
8634
+ "regular"
8635
+ ],
8636
+ "subsets": [
8637
+ "latin",
8638
+ "latin-ext"
8639
+ ],
8640
+ "version": "v2",
8641
+ "lastModified": "2014-01-07",
8642
+ "files": {
8643
+ "regular": "http://themes.googleusercontent.com/static/fonts/peralta/v2/cTJX5KEuc0GKRU9NXSm-8Q.ttf"
8644
+ }
8645
+ },
8646
+ {
8647
+ "kind": "webfonts#webfont",
8648
+ "family": "Permanent Marker",
8649
+ "category": "handwriting",
8650
+ "variants": [
8651
+ "regular"
8652
+ ],
8653
+ "subsets": [
8654
+ "latin"
8655
+ ],
8656
+ "version": "v3",
8657
+ "lastModified": "2014-01-07",
8658
+ "files": {
8659
+ "regular": "http://themes.googleusercontent.com/static/fonts/permanentmarker/v3/9vYsg5VgPHKK8SXYbf3sMol14xj5tdg9OHF8w4E7StQ.ttf"
8660
+ }
8661
+ },
8662
+ {
8663
+ "kind": "webfonts#webfont",
8664
+ "family": "Petit Formal Script",
8665
+ "category": "handwriting",
8666
+ "variants": [
8667
+ "regular"
8668
+ ],
8669
+ "subsets": [
8670
+ "latin",
8671
+ "latin-ext"
8672
+ ],
8673
+ "version": "v2",
8674
+ "lastModified": "2014-01-07",
8675
+ "files": {
8676
+ "regular": "http://themes.googleusercontent.com/static/fonts/petitformalscript/v2/OEZwr2-ovBsq2n3ACCKoEvVPl2Gjtxj0D6F7QLy1VQc.ttf"
8677
+ }
8678
+ },
8679
+ {
8680
+ "kind": "webfonts#webfont",
8681
+ "family": "Petrona",
8682
+ "category": "serif",
8683
+ "variants": [
8684
+ "regular"
8685
+ ],
8686
+ "subsets": [
8687
+ "latin"
8688
+ ],
8689
+ "version": "v3",
8690
+ "lastModified": "2014-01-07",
8691
+ "files": {
8692
+ "regular": "http://themes.googleusercontent.com/static/fonts/petrona/v3/nnQwxlP6dhrGovYEFtemTg.ttf"
8693
+ }
8694
+ },
8695
+ {
8696
+ "kind": "webfonts#webfont",
8697
+ "family": "Philosopher",
8698
+ "category": "sans-serif",
8699
+ "variants": [
8700
+ "regular",
8701
+ "italic",
8702
+ "700",
8703
+ "700italic"
8704
+ ],
8705
+ "subsets": [
8706
+ "latin",
8707
+ "cyrillic"
8708
+ ],
8709
+ "version": "v5",
8710
+ "lastModified": "2014-01-07",
8711
+ "files": {
8712
+ "regular": "http://themes.googleusercontent.com/static/fonts/philosopher/v5/oZLTrB9jmJsyV0u_T0TKEaCWcynf_cDxXwCLxiixG1c.ttf",
8713
+ "italic": "http://themes.googleusercontent.com/static/fonts/philosopher/v5/_9Hnc_gz9k7Qq6uKaeHKmUeOrDcLawS7-ssYqLr2Xp4.ttf",
8714
+ "700": "http://themes.googleusercontent.com/static/fonts/philosopher/v5/napvkewXG9Gqby5vwGHICHe1Pd76Vl7zRpE7NLJQ7XU.ttf",
8715
+ "700italic": "http://themes.googleusercontent.com/static/fonts/philosopher/v5/PuKlryTcvTj7-qZWfLCFIM_zJjSACmk0BRPxQqhnNLU.ttf"
8716
+ }
8717
+ },
8718
+ {
8719
+ "kind": "webfonts#webfont",
8720
+ "family": "Piedra",
8721
+ "category": "display",
8722
+ "variants": [
8723
+ "regular"
8724
+ ],
8725
+ "subsets": [
8726
+ "latin",
8727
+ "latin-ext"
8728
+ ],
8729
+ "version": "v3",
8730
+ "lastModified": "2014-01-07",
8731
+ "files": {
8732
+ "regular": "http://themes.googleusercontent.com/static/fonts/piedra/v3/owf-AvEEyAj9LJ2tVZ_3Mw.ttf"
8733
+ }
8734
+ },
8735
+ {
8736
+ "kind": "webfonts#webfont",
8737
+ "family": "Pinyon Script",
8738
+ "category": "handwriting",
8739
+ "variants": [
8740
+ "regular"
8741
+ ],
8742
+ "subsets": [
8743
+ "latin"
8744
+ ],
8745
+ "version": "v4",
8746
+ "lastModified": "2014-01-07",
8747
+ "files": {
8748
+ "regular": "http://themes.googleusercontent.com/static/fonts/pinyonscript/v4/TzghnhfCn7TuE73f-CBQ0CeUSrabuTpOsMEiRLtKwk0.ttf"
8749
+ }
8750
+ },
8751
+ {
8752
+ "kind": "webfonts#webfont",
8753
+ "family": "Pirata One",
8754
+ "category": "display",
8755
+ "variants": [
8756
+ "regular"
8757
+ ],
8758
+ "subsets": [
8759
+ "latin",
8760
+ "latin-ext"
8761
+ ],
8762
+ "version": "v2",
8763
+ "lastModified": "2014-01-07",
8764
+ "files": {
8765
+ "regular": "http://themes.googleusercontent.com/static/fonts/pirataone/v2/WnbD86B4vB2ckYcL7oxuhvesZW2xOQ-xsNqO47m55DA.ttf"
8766
+ }
8767
+ },
8768
+ {
8769
+ "kind": "webfonts#webfont",
8770
+ "family": "Plaster",
8771
+ "category": "display",
8772
+ "variants": [
8773
+ "regular"
8774
+ ],
8775
+ "subsets": [
8776
+ "latin",
8777
+ "latin-ext"
8778
+ ],
8779
+ "version": "v5",
8780
+ "lastModified": "2014-01-07",
8781
+ "files": {
8782
+ "regular": "http://themes.googleusercontent.com/static/fonts/plaster/v5/O4QG9Z5116CXyfJdR9zxLw.ttf"
8783
+ }
8784
+ },
8785
+ {
8786
+ "kind": "webfonts#webfont",
8787
+ "family": "Play",
8788
+ "category": "sans-serif",
8789
+ "variants": [
8790
+ "regular",
8791
+ "700"
8792
+ ],
8793
+ "subsets": [
8794
+ "latin",
8795
+ "greek",
8796
+ "cyrillic",
8797
+ "cyrillic-ext",
8798
+ "latin-ext",
8799
+ "greek-ext"
8800
+ ],
8801
+ "version": "v4",
8802
+ "lastModified": "2014-01-07",
8803
+ "files": {
8804
+ "regular": "http://themes.googleusercontent.com/static/fonts/play/v4/GWvfObW8LhtsOX333MCpBg.ttf",
8805
+ "700": "http://themes.googleusercontent.com/static/fonts/play/v4/crPhg6I0alLI-MpB3vW-zw.ttf"
8806
+ }
8807
+ },
8808
+ {
8809
+ "kind": "webfonts#webfont",
8810
+ "family": "Playball",
8811
+ "category": "display",
8812
+ "variants": [
8813
+ "regular"
8814
+ ],
8815
+ "subsets": [
8816
+ "latin",
8817
+ "latin-ext"
8818
+ ],
8819
+ "version": "v4",
8820
+ "lastModified": "2014-01-07",
8821
+ "files": {
8822
+ "regular": "http://themes.googleusercontent.com/static/fonts/playball/v4/3hOFiQm_EUzycTpcN9uz4w.ttf"
8823
+ }
8824
+ },
8825
+ {
8826
+ "kind": "webfonts#webfont",
8827
+ "family": "Playfair Display",
8828
+ "category": "serif",
8829
+ "variants": [
8830
+ "regular",
8831
+ "italic",
8832
+ "700",
8833
+ "700italic",
8834
+ "900",
8835
+ "900italic"
8836
+ ],
8837
+ "subsets": [
8838
+ "latin",
8839
+ "cyrillic",
8840
+ "latin-ext"
8841
+ ],
8842
+ "version": "v8",
8843
+ "lastModified": "2014-01-07",
8844
+ "files": {
8845
+ "regular": "http://themes.googleusercontent.com/static/fonts/playfairdisplay/v8/2NBgzUtEeyB-Xtpr9bm1CV6uyC_qD11hrFQ6EGgTJWI.ttf",
8846
+ "italic": "http://themes.googleusercontent.com/static/fonts/playfairdisplay/v8/9MkijrV-dEJ0-_NWV7E6NzMsbnvDNEBX25F5HWk9AhI.ttf",
8847
+ "700": "http://themes.googleusercontent.com/static/fonts/playfairdisplay/v8/UC3ZEjagJi85gF9qFaBgICsv6SrURqJprbhH_C1Mw8w.ttf",
8848
+ "700italic": "http://themes.googleusercontent.com/static/fonts/playfairdisplay/v8/n7G4PqJvFP2Kubl0VBLDECsYW3XoOVcYyYdp9NzzS9E.ttf",
8849
+ "900": "http://themes.googleusercontent.com/static/fonts/playfairdisplay/v8/UC3ZEjagJi85gF9qFaBgIKqwMe2wjvZrAR44M0BJZ48.ttf",
8850
+ "900italic": "http://themes.googleusercontent.com/static/fonts/playfairdisplay/v8/n7G4PqJvFP2Kubl0VBLDEC0JfJ4xmm7j1kL6D7mPxrA.ttf"
8851
+ }
8852
+ },
8853
+ {
8854
+ "kind": "webfonts#webfont",
8855
+ "family": "Playfair Display SC",
8856
+ "category": "serif",
8857
+ "variants": [
8858
+ "regular",
8859
+ "italic",
8860
+ "700",
8861
+ "700italic",
8862
+ "900",
8863
+ "900italic"
8864
+ ],
8865
+ "subsets": [
8866
+ "latin",
8867
+ "cyrillic",
8868
+ "latin-ext"
8869
+ ],
8870
+ "version": "v2",
8871
+ "lastModified": "2014-01-07",
8872
+ "files": {
8873
+ "regular": "http://themes.googleusercontent.com/static/fonts/playfairdisplaysc/v2/G0-tvBxd4eQRdwFKB8dRkcpjYTDWIvcAwAccqeW9uNM.ttf",
8874
+ "italic": "http://themes.googleusercontent.com/static/fonts/playfairdisplaysc/v2/myuYiFR-4NTrUT4w6TKls2klJsJYggW8rlNoTOTuau0.ttf",
8875
+ "700": "http://themes.googleusercontent.com/static/fonts/playfairdisplaysc/v2/5ggqGkvWJU_TtW2W8cEubA-Amcyomnuy4WsCiPxGHjw.ttf",
8876
+ "700italic": "http://themes.googleusercontent.com/static/fonts/playfairdisplaysc/v2/6X0OQrQhEEnPo56RalREX4krgPi80XvBcbTwmz-rgmU.ttf",
8877
+ "900": "http://themes.googleusercontent.com/static/fonts/playfairdisplaysc/v2/5ggqGkvWJU_TtW2W8cEubKXL3C32k275YmX_AcBPZ7w.ttf",
8878
+ "900italic": "http://themes.googleusercontent.com/static/fonts/playfairdisplaysc/v2/6X0OQrQhEEnPo56RalREX8Zag2q3ssKz8uH1RU4a9gs.ttf"
8879
+ }
8880
+ },
8881
+ {
8882
+ "kind": "webfonts#webfont",
8883
+ "family": "Podkova",
8884
+ "category": "serif",
8885
+ "variants": [
8886
+ "regular",
8887
+ "700"
8888
+ ],
8889
+ "subsets": [
8890
+ "latin"
8891
+ ],
8892
+ "version": "v6",
8893
+ "lastModified": "2014-01-07",
8894
+ "files": {
8895
+ "regular": "http://themes.googleusercontent.com/static/fonts/podkova/v6/eylljyGVfB8ZUQjYY3WZRQ.ttf",
8896
+ "700": "http://themes.googleusercontent.com/static/fonts/podkova/v6/SqW4aa8m_KVrOgYSydQ33vesZW2xOQ-xsNqO47m55DA.ttf"
8897
+ }
8898
+ },
8899
+ {
8900
+ "kind": "webfonts#webfont",
8901
+ "family": "Poiret One",
8902
+ "category": "display",
8903
+ "variants": [
8904
+ "regular"
8905
+ ],
8906
+ "subsets": [
8907
+ "latin",
8908
+ "cyrillic",
8909
+ "latin-ext"
8910
+ ],
8911
+ "version": "v2",
8912
+ "lastModified": "2014-01-07",
8913
+ "files": {
8914
+ "regular": "http://themes.googleusercontent.com/static/fonts/poiretone/v2/dWcYed048E5gHGDIt8i1CPesZW2xOQ-xsNqO47m55DA.ttf"
8915
+ }
8916
+ },
8917
+ {
8918
+ "kind": "webfonts#webfont",
8919
+ "family": "Poller One",
8920
+ "category": "display",
8921
+ "variants": [
8922
+ "regular"
8923
+ ],
8924
+ "subsets": [
8925
+ "latin"
8926
+ ],
8927
+ "version": "v4",
8928
+ "lastModified": "2014-01-07",
8929
+ "files": {
8930
+ "regular": "http://themes.googleusercontent.com/static/fonts/pollerone/v4/dkctmDlTPcZ6boC8662RA_esZW2xOQ-xsNqO47m55DA.ttf"
8931
+ }
8932
+ },
8933
+ {
8934
+ "kind": "webfonts#webfont",
8935
+ "family": "Poly",
8936
+ "category": "serif",
8937
+ "variants": [
8938
+ "regular",
8939
+ "italic"
8940
+ ],
8941
+ "subsets": [
8942
+ "latin"
8943
+ ],
8944
+ "version": "v5",
8945
+ "lastModified": "2014-01-07",
8946
+ "files": {
8947
+ "regular": "http://themes.googleusercontent.com/static/fonts/poly/v5/bcMAuiacS2qkd54BcwW6_Q.ttf",
8948
+ "italic": "http://themes.googleusercontent.com/static/fonts/poly/v5/Zkx-eIlZSjKUrPGYhV5PeA.ttf"
8949
+ }
8950
+ },
8951
+ {
8952
+ "kind": "webfonts#webfont",
8953
+ "family": "Pompiere",
8954
+ "category": "display",
8955
+ "variants": [
8956
+ "regular"
8957
+ ],
8958
+ "subsets": [
8959
+ "latin"
8960
+ ],
8961
+ "version": "v4",
8962
+ "lastModified": "2014-01-07",
8963
+ "files": {
8964
+ "regular": "http://themes.googleusercontent.com/static/fonts/pompiere/v4/o_va2p9CD5JfmFohAkGZIA.ttf"
8965
+ }
8966
+ },
8967
+ {
8968
+ "kind": "webfonts#webfont",
8969
+ "family": "Pontano Sans",
8970
+ "category": "sans-serif",
8971
+ "variants": [
8972
+ "regular"
8973
+ ],
8974
+ "subsets": [
8975
+ "latin",
8976
+ "latin-ext"
8977
+ ],
8978
+ "version": "v2",
8979
+ "lastModified": "2014-01-07",
8980
+ "files": {
8981
+ "regular": "http://themes.googleusercontent.com/static/fonts/pontanosans/v2/gTHiwyxi6S7iiHpqAoiE3C3USBnSvpkopQaUR-2r7iU.ttf"
8982
+ }
8983
+ },
8984
+ {
8985
+ "kind": "webfonts#webfont",
8986
+ "family": "Port Lligat Sans",
8987
+ "category": "sans-serif",
8988
+ "variants": [
8989
+ "regular"
8990
+ ],
8991
+ "subsets": [
8992
+ "latin"
8993
+ ],
8994
+ "version": "v3",
8995
+ "lastModified": "2014-01-07",
8996
+ "files": {
8997
+ "regular": "http://themes.googleusercontent.com/static/fonts/portlligatsans/v3/CUEdhRk7oC7up0p6t0g4P6mASEpx5X0ZpsuJOuvfOGA.ttf"
8998
+ }
8999
+ },
9000
+ {
9001
+ "kind": "webfonts#webfont",
9002
+ "family": "Port Lligat Slab",
9003
+ "category": "serif",
9004
+ "variants": [
9005
+ "regular"
9006
+ ],
9007
+ "subsets": [
9008
+ "latin"
9009
+ ],
9010
+ "version": "v3",
9011
+ "lastModified": "2014-01-07",
9012
+ "files": {
9013
+ "regular": "http://themes.googleusercontent.com/static/fonts/portlligatslab/v3/CUEdhRk7oC7up0p6t0g4PxLSPACXvawUYCBEnHsOe30.ttf"
9014
+ }
9015
+ },
9016
+ {
9017
+ "kind": "webfonts#webfont",
9018
+ "family": "Prata",
9019
+ "category": "serif",
9020
+ "variants": [
9021
+ "regular"
9022
+ ],
9023
+ "subsets": [
9024
+ "latin"
9025
+ ],
9026
+ "version": "v4",
9027
+ "lastModified": "2014-01-07",
9028
+ "files": {
9029
+ "regular": "http://themes.googleusercontent.com/static/fonts/prata/v4/3gmx8r842loRRm9iQkCDGg.ttf"
9030
+ }
9031
+ },
9032
+ {
9033
+ "kind": "webfonts#webfont",
9034
+ "family": "Preahvihear",
9035
+ "category": "display",
9036
+ "variants": [
9037
+ "regular"
9038
+ ],
9039
+ "subsets": [
9040
+ "khmer"
9041
+ ],
9042
+ "version": "v6",
9043
+ "lastModified": "2014-01-07",
9044
+ "files": {
9045
+ "regular": "http://themes.googleusercontent.com/static/fonts/preahvihear/v6/82tDI-xTc53CxxOzEG4hDaCWcynf_cDxXwCLxiixG1c.ttf"
9046
+ }
9047
+ },
9048
+ {
9049
+ "kind": "webfonts#webfont",
9050
+ "family": "Press Start 2P",
9051
+ "category": "display",
9052
+ "variants": [
9053
+ "regular"
9054
+ ],
9055
+ "subsets": [
9056
+ "latin",
9057
+ "greek",
9058
+ "cyrillic",
9059
+ "latin-ext"
9060
+ ],
9061
+ "version": "v2",
9062
+ "lastModified": "2014-01-07",
9063
+ "files": {
9064
+ "regular": "http://themes.googleusercontent.com/static/fonts/pressstart2p/v2/8Lg6LX8-ntOHUQnvQ0E7o1jfl3W46Sz5gOkEVhcFWF4.ttf"
9065
+ }
9066
+ },
9067
+ {
9068
+ "kind": "webfonts#webfont",
9069
+ "family": "Princess Sofia",
9070
+ "category": "handwriting",
9071
+ "variants": [
9072
+ "regular"
9073
+ ],
9074
+ "subsets": [
9075
+ "latin",
9076
+ "latin-ext"
9077
+ ],
9078
+ "version": "v2",
9079
+ "lastModified": "2014-01-07",
9080
+ "files": {
9081
+ "regular": "http://themes.googleusercontent.com/static/fonts/princesssofia/v2/8g5l8r9BM0t1QsXLTajDe-wjmA7ie-lFcByzHGRhCIg.ttf"
9082
+ }
9083
+ },
9084
+ {
9085
+ "kind": "webfonts#webfont",
9086
+ "family": "Prociono",
9087
+ "category": "serif",
9088
+ "variants": [
9089
+ "regular"
9090
+ ],
9091
+ "subsets": [
9092
+ "latin"
9093
+ ],
9094
+ "version": "v4",
9095
+ "lastModified": "2014-01-07",
9096
+ "files": {
9097
+ "regular": "http://themes.googleusercontent.com/static/fonts/prociono/v4/43ZYDHWogdFeNBWTl6ksmw.ttf"
9098
+ }
9099
+ },
9100
+ {
9101
+ "kind": "webfonts#webfont",
9102
+ "family": "Prosto One",
9103
+ "category": "display",
9104
+ "variants": [
9105
+ "regular"
9106
+ ],
9107
+ "subsets": [
9108
+ "latin",
9109
+ "cyrillic",
9110
+ "latin-ext"
9111
+ ],
9112
+ "version": "v2",
9113
+ "lastModified": "2014-01-07",
9114
+ "files": {
9115
+ "regular": "http://themes.googleusercontent.com/static/fonts/prostoone/v2/bsqnAElAqk9kX7eABTRFJPesZW2xOQ-xsNqO47m55DA.ttf"
9116
+ }
9117
+ },
9118
+ {
9119
+ "kind": "webfonts#webfont",
9120
+ "family": "Puritan",
9121
+ "category": "sans-serif",
9122
+ "variants": [
9123
+ "regular",
9124
+ "italic",
9125
+ "700",
9126
+ "700italic"
9127
+ ],
9128
+ "subsets": [
9129
+ "latin"
9130
+ ],
9131
+ "version": "v5",
9132
+ "lastModified": "2014-01-07",
9133
+ "files": {
9134
+ "regular": "http://themes.googleusercontent.com/static/fonts/puritan/v5/wv_RtgVBSCn-or2MC0n4Kg.ttf",
9135
+ "italic": "http://themes.googleusercontent.com/static/fonts/puritan/v5/BqZX8Tp200LeMv1KlzXgLQ.ttf",
9136
+ "700": "http://themes.googleusercontent.com/static/fonts/puritan/v5/pJS2SdwI0SCiVnO0iQSFT_esZW2xOQ-xsNqO47m55DA.ttf",
9137
+ "700italic": "http://themes.googleusercontent.com/static/fonts/puritan/v5/rFG3XkMJL75nUNZwCEIJqC3USBnSvpkopQaUR-2r7iU.ttf"
9138
+ }
9139
+ },
9140
+ {
9141
+ "kind": "webfonts#webfont",
9142
+ "family": "Purple Purse",
9143
+ "category": "display",
9144
+ "variants": [
9145
+ "regular"
9146
+ ],
9147
+ "subsets": [
9148
+ "latin",
9149
+ "latin-ext"
9150
+ ],
9151
+ "version": "v2",
9152
+ "lastModified": "2014-01-07",
9153
+ "files": {
9154
+ "regular": "http://themes.googleusercontent.com/static/fonts/purplepurse/v2/Q5heFUrdmei9axbMITxxxS3USBnSvpkopQaUR-2r7iU.ttf"
9155
+ }
9156
+ },
9157
+ {
9158
+ "kind": "webfonts#webfont",
9159
+ "family": "Quando",
9160
+ "category": "serif",
9161
+ "variants": [
9162
+ "regular"
9163
+ ],
9164
+ "subsets": [
9165
+ "latin",
9166
+ "latin-ext"
9167
+ ],
9168
+ "version": "v2",
9169
+ "lastModified": "2014-01-07",
9170
+ "files": {
9171
+ "regular": "http://themes.googleusercontent.com/static/fonts/quando/v2/03nDiEZuO2-h3xvtG6UmHg.ttf"
9172
+ }
9173
+ },
9174
+ {
9175
+ "kind": "webfonts#webfont",
9176
+ "family": "Quantico",
9177
+ "category": "sans-serif",
9178
+ "variants": [
9179
+ "regular",
9180
+ "italic",
9181
+ "700",
9182
+ "700italic"
9183
+ ],
9184
+ "subsets": [
9185
+ "latin"
9186
+ ],
9187
+ "version": "v3",
9188
+ "lastModified": "2014-01-07",
9189
+ "files": {
9190
+ "regular": "http://themes.googleusercontent.com/static/fonts/quantico/v3/pwSnP8Xpaix2rIz99HrSlQ.ttf",
9191
+ "italic": "http://themes.googleusercontent.com/static/fonts/quantico/v3/KQhDd2OsZi6HiITUeFQ2U_esZW2xOQ-xsNqO47m55DA.ttf",
9192
+ "700": "http://themes.googleusercontent.com/static/fonts/quantico/v3/OVZZzjcZ3Hkq2ojVcUtDjaCWcynf_cDxXwCLxiixG1c.ttf",
9193
+ "700italic": "http://themes.googleusercontent.com/static/fonts/quantico/v3/HeCYRcZbdRso3ZUu01ELbQJKKGfqHaYFsRG-T3ceEVo.ttf"
9194
+ }
9195
+ },
9196
+ {
9197
+ "kind": "webfonts#webfont",
9198
+ "family": "Quattrocento",
9199
+ "category": "serif",
9200
+ "variants": [
9201
+ "regular",
9202
+ "700"
9203
+ ],
9204
+ "subsets": [
9205
+ "latin",
9206
+ "latin-ext"
9207
+ ],
9208
+ "version": "v5",
9209
+ "lastModified": "2014-01-07",
9210
+ "files": {
9211
+ "regular": "http://themes.googleusercontent.com/static/fonts/quattrocento/v5/WZDISdyil4HsmirlOdBRFC3USBnSvpkopQaUR-2r7iU.ttf",
9212
+ "700": "http://themes.googleusercontent.com/static/fonts/quattrocento/v5/Uvi-cRwyvqFpl9j3oT2mqkD2ttfZwueP-QU272T9-k4.ttf"
9213
+ }
9214
+ },
9215
+ {
9216
+ "kind": "webfonts#webfont",
9217
+ "family": "Quattrocento Sans",
9218
+ "category": "sans-serif",
9219
+ "variants": [
9220
+ "regular",
9221
+ "italic",
9222
+ "700",
9223
+ "700italic"
9224
+ ],
9225
+ "subsets": [
9226
+ "latin",
9227
+ "latin-ext"
9228
+ ],
9229
+ "version": "v6",
9230
+ "lastModified": "2014-01-07",
9231
+ "files": {
9232
+ "regular": "http://themes.googleusercontent.com/static/fonts/quattrocentosans/v6/efd6FGWWGX5Z3ztwLBrG9eAj_ty82iuwwDTNEYXGiyQ.ttf",
9233
+ "italic": "http://themes.googleusercontent.com/static/fonts/quattrocentosans/v6/8PXYbvM__bjl0rBnKiByg532VBCoA_HLsn85tSWZmdo.ttf",
9234
+ "700": "http://themes.googleusercontent.com/static/fonts/quattrocentosans/v6/tXSgPxDl7Lk8Zr_5qX8FIbqxG25nQNOioCZSK4sU-CA.ttf",
9235
+ "700italic": "http://themes.googleusercontent.com/static/fonts/quattrocentosans/v6/8N1PdXpbG6RtFvTjl-5E7buqAJxizi8Dk_SK5et7kMg.ttf"
9236
+ }
9237
+ },
9238
+ {
9239
+ "kind": "webfonts#webfont",
9240
+ "family": "Questrial",
9241
+ "category": "sans-serif",
9242
+ "variants": [
9243
+ "regular"
9244
+ ],
9245
+ "subsets": [
9246
+ "latin"
9247
+ ],
9248
+ "version": "v4",
9249
+ "lastModified": "2014-01-07",
9250
+ "files": {
9251
+ "regular": "http://themes.googleusercontent.com/static/fonts/questrial/v4/MoHHaw_WwNs_hd9ob1zTVw.ttf"
9252
+ }
9253
+ },
9254
+ {
9255
+ "kind": "webfonts#webfont",
9256
+ "family": "Quicksand",
9257
+ "category": "sans-serif",
9258
+ "variants": [
9259
+ "300",
9260
+ "regular",
9261
+ "700"
9262
+ ],
9263
+ "subsets": [
9264
+ "latin"
9265
+ ],
9266
+ "version": "v3",
9267
+ "lastModified": "2014-01-07",
9268
+ "files": {
9269
+ "300": "http://themes.googleusercontent.com/static/fonts/quicksand/v3/qhfoJiLu10kFjChCCTvGlC3USBnSvpkopQaUR-2r7iU.ttf",
9270
+ "regular": "http://themes.googleusercontent.com/static/fonts/quicksand/v3/Ngv3fIJjKB7sD-bTUGIFCA.ttf",
9271
+ "700": "http://themes.googleusercontent.com/static/fonts/quicksand/v3/32nyIRHyCu6iqEka_hbKsi3USBnSvpkopQaUR-2r7iU.ttf"
9272
+ }
9273
+ },
9274
+ {
9275
+ "kind": "webfonts#webfont",
9276
+ "family": "Quintessential",
9277
+ "category": "handwriting",
9278
+ "variants": [
9279
+ "regular"
9280
+ ],
9281
+ "subsets": [
9282
+ "latin",
9283
+ "latin-ext"
9284
+ ],
9285
+ "version": "v2",
9286
+ "lastModified": "2014-01-07",
9287
+ "files": {
9288
+ "regular": "http://themes.googleusercontent.com/static/fonts/quintessential/v2/mmk6ioesnTrEky_Zb92E5s02lXbtMOtZWfuxKeMZO8Q.ttf"
9289
+ }
9290
+ },
9291
+ {
9292
+ "kind": "webfonts#webfont",
9293
+ "family": "Qwigley",
9294
+ "category": "handwriting",
9295
+ "variants": [
9296
+ "regular"
9297
+ ],
9298
+ "subsets": [
9299
+ "latin",
9300
+ "latin-ext"
9301
+ ],
9302
+ "version": "v4",
9303
+ "lastModified": "2014-01-07",
9304
+ "files": {
9305
+ "regular": "http://themes.googleusercontent.com/static/fonts/qwigley/v4/aDqxws-KubFID85TZHFouw.ttf"
9306
+ }
9307
+ },
9308
+ {
9309
+ "kind": "webfonts#webfont",
9310
+ "family": "Racing Sans One",
9311
+ "category": "display",
9312
+ "variants": [
9313
+ "regular"
9314
+ ],
9315
+ "subsets": [
9316
+ "latin",
9317
+ "latin-ext"
9318
+ ],
9319
+ "version": "v2",
9320
+ "lastModified": "2014-01-07",
9321
+ "files": {
9322
+ "regular": "http://themes.googleusercontent.com/static/fonts/racingsansone/v2/1r3DpWaCiT7y3PD4KgkNyDjVlsJB_M_Q_LtZxsoxvlw.ttf"
9323
+ }
9324
+ },
9325
+ {
9326
+ "kind": "webfonts#webfont",
9327
+ "family": "Radley",
9328
+ "category": "serif",
9329
+ "variants": [
9330
+ "regular",
9331
+ "italic"
9332
+ ],
9333
+ "subsets": [
9334
+ "latin",
9335
+ "latin-ext"
9336
+ ],
9337
+ "version": "v7",
9338
+ "lastModified": "2014-01-07",
9339
+ "files": {
9340
+ "regular": "http://themes.googleusercontent.com/static/fonts/radley/v7/FgE9di09a-mXGzAIyI6Q9Q.ttf",
9341
+ "italic": "http://themes.googleusercontent.com/static/fonts/radley/v7/Z_JcACuPAOO2f9kzQcGRug.ttf"
9342
+ }
9343
+ },
9344
+ {
9345
+ "kind": "webfonts#webfont",
9346
+ "family": "Raleway",
9347
+ "category": "sans-serif",
9348
+ "variants": [
9349
+ "100",
9350
+ "200",
9351
+ "300",
9352
+ "regular",
9353
+ "500",
9354
+ "600",
9355
+ "700",
9356
+ "800",
9357
+ "900"
9358
+ ],
9359
+ "subsets": [
9360
+ "latin"
9361
+ ],
9362
+ "version": "v7",
9363
+ "lastModified": "2014-01-07",
9364
+ "files": {
9365
+ "100": "http://themes.googleusercontent.com/static/fonts/raleway/v7/UDfD6oxBaBnmFJwQ7XAFNw.ttf",
9366
+ "200": "http://themes.googleusercontent.com/static/fonts/raleway/v7/LAQwev4hdCtYkOYX4Oc7nPesZW2xOQ-xsNqO47m55DA.ttf",
9367
+ "300": "http://themes.googleusercontent.com/static/fonts/raleway/v7/2VvSZU2kb4DZwFfRM4fLQPesZW2xOQ-xsNqO47m55DA.ttf",
9368
+ "regular": "http://themes.googleusercontent.com/static/fonts/raleway/v7/_dCzxpXzIS3sL-gdJWAP8A.ttf",
9369
+ "500": "http://themes.googleusercontent.com/static/fonts/raleway/v7/348gn6PEmbLDWlHbbV15d_esZW2xOQ-xsNqO47m55DA.ttf",
9370
+ "600": "http://themes.googleusercontent.com/static/fonts/raleway/v7/M7no6oPkwKYJkedjB1wqEvesZW2xOQ-xsNqO47m55DA.ttf",
9371
+ "700": "http://themes.googleusercontent.com/static/fonts/raleway/v7/VGEV9-DrblisWOWLbK-1XPesZW2xOQ-xsNqO47m55DA.ttf",
9372
+ "800": "http://themes.googleusercontent.com/static/fonts/raleway/v7/mMh0JrsYMXcLO69jgJwpUvesZW2xOQ-xsNqO47m55DA.ttf",
9373
+ "900": "http://themes.googleusercontent.com/static/fonts/raleway/v7/ajQQGcDBLcyLpaUfD76UuPesZW2xOQ-xsNqO47m55DA.ttf"
9374
+ }
9375
+ },
9376
+ {
9377
+ "kind": "webfonts#webfont",
9378
+ "family": "Raleway Dots",
9379
+ "category": "display",
9380
+ "variants": [
9381
+ "regular"
9382
+ ],
9383
+ "subsets": [
9384
+ "latin",
9385
+ "latin-ext"
9386
+ ],
9387
+ "version": "v2",
9388
+ "lastModified": "2014-01-07",
9389
+ "files": {
9390
+ "regular": "http://themes.googleusercontent.com/static/fonts/ralewaydots/v2/lhLgmWCRcyz-QXo8LCzTfC3USBnSvpkopQaUR-2r7iU.ttf"
9391
+ }
9392
+ },
9393
+ {
9394
+ "kind": "webfonts#webfont",
9395
+ "family": "Rambla",
9396
+ "category": "sans-serif",
9397
+ "variants": [
9398
+ "regular",
9399
+ "italic",
9400
+ "700",
9401
+ "700italic"
9402
+ ],
9403
+ "subsets": [
9404
+ "latin",
9405
+ "latin-ext"
9406
+ ],
9407
+ "version": "v2",
9408
+ "lastModified": "2014-01-07",
9409
+ "files": {
9410
+ "regular": "http://themes.googleusercontent.com/static/fonts/rambla/v2/YaTmpvm5gFg_ShJKTQmdzg.ttf",
9411
+ "italic": "http://themes.googleusercontent.com/static/fonts/rambla/v2/mhUgsKmp0qw3uATdDDAuwA.ttf",
9412
+ "700": "http://themes.googleusercontent.com/static/fonts/rambla/v2/C5VZH8BxQKmnBuoC00UPpw.ttf",
9413
+ "700italic": "http://themes.googleusercontent.com/static/fonts/rambla/v2/ziMzUZya6QahrKONSI1TzqCWcynf_cDxXwCLxiixG1c.ttf"
9414
+ }
9415
+ },
9416
+ {
9417
+ "kind": "webfonts#webfont",
9418
+ "family": "Rammetto One",
9419
+ "category": "display",
9420
+ "variants": [
9421
+ "regular"
9422
+ ],
9423
+ "subsets": [
9424
+ "latin",
9425
+ "latin-ext"
9426
+ ],
9427
+ "version": "v3",
9428
+ "lastModified": "2014-01-07",
9429
+ "files": {
9430
+ "regular": "http://themes.googleusercontent.com/static/fonts/rammettoone/v3/mh0uQ1tV8QgSx9v_KyEYPC3USBnSvpkopQaUR-2r7iU.ttf"
9431
+ }
9432
+ },
9433
+ {
9434
+ "kind": "webfonts#webfont",
9435
+ "family": "Ranchers",
9436
+ "category": "display",
9437
+ "variants": [
9438
+ "regular"
9439
+ ],
9440
+ "subsets": [
9441
+ "latin",
9442
+ "latin-ext"
9443
+ ],
9444
+ "version": "v2",
9445
+ "lastModified": "2014-01-07",
9446
+ "files": {
9447
+ "regular": "http://themes.googleusercontent.com/static/fonts/ranchers/v2/9ya8CZYhqT66VERfjQ7eLA.ttf"
9448
+ }
9449
+ },
9450
+ {
9451
+ "kind": "webfonts#webfont",
9452
+ "family": "Rancho",
9453
+ "category": "handwriting",
9454
+ "variants": [
9455
+ "regular"
9456
+ ],
9457
+ "subsets": [
9458
+ "latin"
9459
+ ],
9460
+ "version": "v4",
9461
+ "lastModified": "2014-01-07",
9462
+ "files": {
9463
+ "regular": "http://themes.googleusercontent.com/static/fonts/rancho/v4/ekp3-4QykC4--6KaslRgHA.ttf"
9464
+ }
9465
+ },
9466
+ {
9467
+ "kind": "webfonts#webfont",
9468
+ "family": "Rationale",
9469
+ "category": "sans-serif",
9470
+ "variants": [
9471
+ "regular"
9472
+ ],
9473
+ "subsets": [
9474
+ "latin"
9475
+ ],
9476
+ "version": "v5",
9477
+ "lastModified": "2014-01-07",
9478
+ "files": {
9479
+ "regular": "http://themes.googleusercontent.com/static/fonts/rationale/v5/7M2eN-di0NGLQse7HzJRfg.ttf"
9480
+ }
9481
+ },
9482
+ {
9483
+ "kind": "webfonts#webfont",
9484
+ "family": "Redressed",
9485
+ "category": "handwriting",
9486
+ "variants": [
9487
+ "regular"
9488
+ ],
9489
+ "subsets": [
9490
+ "latin"
9491
+ ],
9492
+ "version": "v4",
9493
+ "lastModified": "2014-01-07",
9494
+ "files": {
9495
+ "regular": "http://themes.googleusercontent.com/static/fonts/redressed/v4/3aZ5sTBppH3oSm5SabegtA.ttf"
9496
+ }
9497
+ },
9498
+ {
9499
+ "kind": "webfonts#webfont",
9500
+ "family": "Reenie Beanie",
9501
+ "category": "handwriting",
9502
+ "variants": [
9503
+ "regular"
9504
+ ],
9505
+ "subsets": [
9506
+ "latin"
9507
+ ],
9508
+ "version": "v4",
9509
+ "lastModified": "2014-01-07",
9510
+ "files": {
9511
+ "regular": "http://themes.googleusercontent.com/static/fonts/reeniebeanie/v4/ljpKc6CdXusL1cnGUSamX4jjx0o0jr6fNXxPgYh_a8Q.ttf"
9512
+ }
9513
+ },
9514
+ {
9515
+ "kind": "webfonts#webfont",
9516
+ "family": "Revalia",
9517
+ "category": "display",
9518
+ "variants": [
9519
+ "regular"
9520
+ ],
9521
+ "subsets": [
9522
+ "latin",
9523
+ "latin-ext"
9524
+ ],
9525
+ "version": "v2",
9526
+ "lastModified": "2014-01-07",
9527
+ "files": {
9528
+ "regular": "http://themes.googleusercontent.com/static/fonts/revalia/v2/1TKw66fF5_poiL0Ktgo4_A.ttf"
9529
+ }
9530
+ },
9531
+ {
9532
+ "kind": "webfonts#webfont",
9533
+ "family": "Ribeye",
9534
+ "category": "display",
9535
+ "variants": [
9536
+ "regular"
9537
+ ],
9538
+ "subsets": [
9539
+ "latin",
9540
+ "latin-ext"
9541
+ ],
9542
+ "version": "v3",
9543
+ "lastModified": "2014-01-07",
9544
+ "files": {
9545
+ "regular": "http://themes.googleusercontent.com/static/fonts/ribeye/v3/e5w3VE8HnWBln4Ll6lUj3Q.ttf"
9546
+ }
9547
+ },
9548
+ {
9549
+ "kind": "webfonts#webfont",
9550
+ "family": "Ribeye Marrow",
9551
+ "category": "display",
9552
+ "variants": [
9553
+ "regular"
9554
+ ],
9555
+ "subsets": [
9556
+ "latin",
9557
+ "latin-ext"
9558
+ ],
9559
+ "version": "v4",
9560
+ "lastModified": "2014-01-07",
9561
+ "files": {
9562
+ "regular": "http://themes.googleusercontent.com/static/fonts/ribeyemarrow/v4/q7cBSA-4ErAXBCDFPrhlY0cTNmV93fYG7UKgsLQNQWs.ttf"
9563
+ }
9564
+ },
9565
+ {
9566
+ "kind": "webfonts#webfont",
9567
+ "family": "Righteous",
9568
+ "category": "display",
9569
+ "variants": [
9570
+ "regular"
9571
+ ],
9572
+ "subsets": [
9573
+ "latin",
9574
+ "latin-ext"
9575
+ ],
9576
+ "version": "v3",
9577
+ "lastModified": "2014-01-07",
9578
+ "files": {
9579
+ "regular": "http://themes.googleusercontent.com/static/fonts/righteous/v3/0nRRWM_gCGCt2S-BCfN8WQ.ttf"
9580
+ }
9581
+ },
9582
+ {
9583
+ "kind": "webfonts#webfont",
9584
+ "family": "Risque",
9585
+ "category": "display",
9586
+ "variants": [
9587
+ "regular"
9588
+ ],
9589
+ "subsets": [
9590
+ "latin",
9591
+ "latin-ext"
9592
+ ],
9593
+ "version": "v2",
9594
+ "lastModified": "2014-01-07",
9595
+ "files": {
9596
+ "regular": "http://themes.googleusercontent.com/static/fonts/risque/v2/92RnElGnl8yHP97-KV3Fyg.ttf"
9597
+ }
9598
+ },
9599
+ {
9600
+ "kind": "webfonts#webfont",
9601
+ "family": "Roboto",
9602
+ "category": "sans-serif",
9603
+ "variants": [
9604
+ "100",
9605
+ "100italic",
9606
+ "300",
9607
+ "300italic",
9608
+ "regular",
9609
+ "italic",
9610
+ "500",
9611
+ "500italic",
9612
+ "700",
9613
+ "700italic",
9614
+ "900",
9615
+ "900italic"
9616
+ ],
9617
+ "subsets": [
9618
+ "latin",
9619
+ "greek",
9620
+ "cyrillic",
9621
+ "vietnamese",
9622
+ "cyrillic-ext",
9623
+ "latin-ext",
9624
+ "greek-ext"
9625
+ ],
9626
+ "version": "v10",
9627
+ "lastModified": "2014-01-07",
9628
+ "files": {
9629
+ "100": "http://themes.googleusercontent.com/static/fonts/roboto/v10/7MygqTe2zs9YkP0adA9QQQ.ttf",
9630
+ "100italic": "http://themes.googleusercontent.com/static/fonts/roboto/v10/T1xnudodhcgwXCmZQ490TPesZW2xOQ-xsNqO47m55DA.ttf",
9631
+ "300": "http://themes.googleusercontent.com/static/fonts/roboto/v10/dtpHsbgPEm2lVWciJZ0P-A.ttf",
9632
+ "300italic": "http://themes.googleusercontent.com/static/fonts/roboto/v10/iE8HhaRzdhPxC93dOdA056CWcynf_cDxXwCLxiixG1c.ttf",
9633
+ "regular": "http://themes.googleusercontent.com/static/fonts/roboto/v10/W5F8_SL0XFawnjxHGsZjJA.ttf",
9634
+ "italic": "http://themes.googleusercontent.com/static/fonts/roboto/v10/hcKoSgxdnKlbH5dlTwKbow.ttf",
9635
+ "500": "http://themes.googleusercontent.com/static/fonts/roboto/v10/Uxzkqj-MIMWle-XP2pDNAA.ttf",
9636
+ "500italic": "http://themes.googleusercontent.com/static/fonts/roboto/v10/daIfzbEw-lbjMyv4rMUUTqCWcynf_cDxXwCLxiixG1c.ttf",
9637
+ "700": "http://themes.googleusercontent.com/static/fonts/roboto/v10/bdHGHleUa-ndQCOrdpfxfw.ttf",
9638
+ "700italic": "http://themes.googleusercontent.com/static/fonts/roboto/v10/owYYXKukxFDFjr0ZO8NXh6CWcynf_cDxXwCLxiixG1c.ttf",
9639
+ "900": "http://themes.googleusercontent.com/static/fonts/roboto/v10/H1vB34nOKWXqzKotq25pcg.ttf",
9640
+ "900italic": "http://themes.googleusercontent.com/static/fonts/roboto/v10/b9PWBSMHrT2zM5FgUdtu0aCWcynf_cDxXwCLxiixG1c.ttf"
9641
+ }
9642
+ },
9643
+ {
9644
+ "kind": "webfonts#webfont",
9645
+ "family": "Roboto Condensed",
9646
+ "category": "sans-serif",
9647
+ "variants": [
9648
+ "300",
9649
+ "300italic",
9650
+ "regular",
9651
+ "italic",
9652
+ "700",
9653
+ "700italic"
9654
+ ],
9655
+ "subsets": [
9656
+ "latin",
9657
+ "greek",
9658
+ "cyrillic",
9659
+ "vietnamese",
9660
+ "cyrillic-ext",
9661
+ "latin-ext",
9662
+ "greek-ext"
9663
+ ],
9664
+ "version": "v9",
9665
+ "lastModified": "2014-01-07",
9666
+ "files": {
9667
+ "300": "http://themes.googleusercontent.com/static/fonts/robotocondensed/v9/b9QBgL0iMZfDSpmcXcE8nJRhFVcex_hajThhFkHyhYk.ttf",
9668
+ "300italic": "http://themes.googleusercontent.com/static/fonts/robotocondensed/v9/mg0cGfGRUERshzBlvqxeAPYa9bgCHecWXGgisnodcS0.ttf",
9669
+ "regular": "http://themes.googleusercontent.com/static/fonts/robotocondensed/v9/Zd2E9abXLFGSr9G3YK2MsKDbm6fPDOZJsR8PmdG62gY.ttf",
9670
+ "italic": "http://themes.googleusercontent.com/static/fonts/robotocondensed/v9/BP5K8ZAJv9qEbmuFp8RpJY_eiqgTfYGaH0bJiUDZ5GA.ttf",
9671
+ "700": "http://themes.googleusercontent.com/static/fonts/robotocondensed/v9/b9QBgL0iMZfDSpmcXcE8nPOYkGiSOYDq_T7HbIOV1hA.ttf",
9672
+ "700italic": "http://themes.googleusercontent.com/static/fonts/robotocondensed/v9/mg0cGfGRUERshzBlvqxeAE2zk2RGRC3SlyyLLQfjS_8.ttf"
9673
+ }
9674
+ },
9675
+ {
9676
+ "kind": "webfonts#webfont",
9677
+ "family": "Roboto Slab",
9678
+ "category": "serif",
9679
+ "variants": [
9680
+ "100",
9681
+ "300",
9682
+ "regular",
9683
+ "700"
9684
+ ],
9685
+ "subsets": [
9686
+ "latin",
9687
+ "greek",
9688
+ "cyrillic",
9689
+ "vietnamese",
9690
+ "cyrillic-ext",
9691
+ "latin-ext",
9692
+ "greek-ext"
9693
+ ],
9694
+ "version": "v3",
9695
+ "lastModified": "2014-01-07",
9696
+ "files": {
9697
+ "100": "http://themes.googleusercontent.com/static/fonts/robotoslab/v3/MEz38VLIFL-t46JUtkIEgIAWxXGWZ3yJw6KhWS7MxOk.ttf",
9698
+ "300": "http://themes.googleusercontent.com/static/fonts/robotoslab/v3/dazS1PrQQuCxC3iOAJFEJS9-WlPSxbfiI49GsXo3q0g.ttf",
9699
+ "regular": "http://themes.googleusercontent.com/static/fonts/robotoslab/v3/3__ulTNA7unv0UtplybPiqCWcynf_cDxXwCLxiixG1c.ttf",
9700
+ "700": "http://themes.googleusercontent.com/static/fonts/robotoslab/v3/dazS1PrQQuCxC3iOAJFEJXe1Pd76Vl7zRpE7NLJQ7XU.ttf"
9701
+ }
9702
+ },
9703
+ {
9704
+ "kind": "webfonts#webfont",
9705
+ "family": "Rochester",
9706
+ "category": "handwriting",
9707
+ "variants": [
9708
+ "regular"
9709
+ ],
9710
+ "subsets": [
9711
+ "latin"
9712
+ ],
9713
+ "version": "v4",
9714
+ "lastModified": "2014-01-07",
9715
+ "files": {
9716
+ "regular": "http://themes.googleusercontent.com/static/fonts/rochester/v4/bnj8tmQBiOkdji_G_yvypg.ttf"
9717
+ }
9718
+ },
9719
+ {
9720
+ "kind": "webfonts#webfont",
9721
+ "family": "Rock Salt",
9722
+ "category": "handwriting",
9723
+ "variants": [
9724
+ "regular"
9725
+ ],
9726
+ "subsets": [
9727
+ "latin"
9728
+ ],
9729
+ "version": "v4",
9730
+ "lastModified": "2014-01-07",
9731
+ "files": {
9732
+ "regular": "http://themes.googleusercontent.com/static/fonts/rocksalt/v4/Zy7JF9h9WbhD9V3SFMQ1UQ.ttf"
9733
+ }
9734
+ },
9735
+ {
9736
+ "kind": "webfonts#webfont",
9737
+ "family": "Rokkitt",
9738
+ "category": "serif",
9739
+ "variants": [
9740
+ "regular",
9741
+ "700"
9742
+ ],
9743
+ "subsets": [
9744
+ "latin"
9745
+ ],
9746
+ "version": "v6",
9747
+ "lastModified": "2014-01-07",
9748
+ "files": {
9749
+ "regular": "http://themes.googleusercontent.com/static/fonts/rokkitt/v6/GMA7Z_ToF8uSvpZAgnp_VQ.ttf",
9750
+ "700": "http://themes.googleusercontent.com/static/fonts/rokkitt/v6/gxlo-sr3rPmvgSixYog_ofesZW2xOQ-xsNqO47m55DA.ttf"
9751
+ }
9752
+ },
9753
+ {
9754
+ "kind": "webfonts#webfont",
9755
+ "family": "Romanesco",
9756
+ "category": "handwriting",
9757
+ "variants": [
9758
+ "regular"
9759
+ ],
9760
+ "subsets": [
9761
+ "latin",
9762
+ "latin-ext"
9763
+ ],
9764
+ "version": "v3",
9765
+ "lastModified": "2014-01-07",
9766
+ "files": {
9767
+ "regular": "http://themes.googleusercontent.com/static/fonts/romanesco/v3/2udIjUrpK_CPzYSxRVzD4Q.ttf"
9768
+ }
9769
+ },
9770
+ {
9771
+ "kind": "webfonts#webfont",
9772
+ "family": "Ropa Sans",
9773
+ "category": "sans-serif",
9774
+ "variants": [
9775
+ "regular",
9776
+ "italic"
9777
+ ],
9778
+ "subsets": [
9779
+ "latin",
9780
+ "latin-ext"
9781
+ ],
9782
+ "version": "v3",
9783
+ "lastModified": "2014-01-07",
9784
+ "files": {
9785
+ "regular": "http://themes.googleusercontent.com/static/fonts/ropasans/v3/Gba7ZzVBuhg6nX_AoSwlkQ.ttf",
9786
+ "italic": "http://themes.googleusercontent.com/static/fonts/ropasans/v3/V1zbhZQscNrh63dy5Jk2nqCWcynf_cDxXwCLxiixG1c.ttf"
9787
+ }
9788
+ },
9789
+ {
9790
+ "kind": "webfonts#webfont",
9791
+ "family": "Rosario",
9792
+ "category": "sans-serif",
9793
+ "variants": [
9794
+ "regular",
9795
+ "italic",
9796
+ "700",
9797
+ "700italic"
9798
+ ],
9799
+ "subsets": [
9800
+ "latin"
9801
+ ],
9802
+ "version": "v8",
9803
+ "lastModified": "2014-01-07",
9804
+ "files": {
9805
+ "regular": "http://themes.googleusercontent.com/static/fonts/rosario/v8/bL-cEh8dXtDupB2WccA2LA.ttf",
9806
+ "italic": "http://themes.googleusercontent.com/static/fonts/rosario/v8/pkflNy18HEuVVx4EOjeb_Q.ttf",
9807
+ "700": "http://themes.googleusercontent.com/static/fonts/rosario/v8/nrS6PJvDWN42RP4TFWccd_esZW2xOQ-xsNqO47m55DA.ttf",
9808
+ "700italic": "http://themes.googleusercontent.com/static/fonts/rosario/v8/EOgFX2Va5VGrkhn_eDpIRS3USBnSvpkopQaUR-2r7iU.ttf"
9809
+ }
9810
+ },
9811
+ {
9812
+ "kind": "webfonts#webfont",
9813
+ "family": "Rosarivo",
9814
+ "category": "serif",
9815
+ "variants": [
9816
+ "regular",
9817
+ "italic"
9818
+ ],
9819
+ "subsets": [
9820
+ "latin",
9821
+ "latin-ext"
9822
+ ],
9823
+ "version": "v2",
9824
+ "lastModified": "2014-01-07",
9825
+ "files": {
9826
+ "regular": "http://themes.googleusercontent.com/static/fonts/rosarivo/v2/EmPiINK0qyqc7KSsNjJamA.ttf",
9827
+ "italic": "http://themes.googleusercontent.com/static/fonts/rosarivo/v2/u3VuWsWQlX1pDqsbz4paNPesZW2xOQ-xsNqO47m55DA.ttf"
9828
+ }
9829
+ },
9830
+ {
9831
+ "kind": "webfonts#webfont",
9832
+ "family": "Rouge Script",
9833
+ "category": "handwriting",
9834
+ "variants": [
9835
+ "regular"
9836
+ ],
9837
+ "subsets": [
9838
+ "latin"
9839
+ ],
9840
+ "version": "v3",
9841
+ "lastModified": "2014-01-07",
9842
+ "files": {
9843
+ "regular": "http://themes.googleusercontent.com/static/fonts/rougescript/v3/AgXDSqZJmy12qS0ixjs6Vy3USBnSvpkopQaUR-2r7iU.ttf"
9844
+ }
9845
+ },
9846
+ {
9847
+ "kind": "webfonts#webfont",
9848
+ "family": "Ruda",
9849
+ "category": "sans-serif",
9850
+ "variants": [
9851
+ "regular",
9852
+ "700",
9853
+ "900"
9854
+ ],
9855
+ "subsets": [
9856
+ "latin",
9857
+ "latin-ext"
9858
+ ],
9859
+ "version": "v5",
9860
+ "lastModified": "2014-01-07",
9861
+ "files": {
9862
+ "regular": "http://themes.googleusercontent.com/static/fonts/ruda/v5/jPEIPB7DM2DNK_uBGv2HGw.ttf",
9863
+ "700": "http://themes.googleusercontent.com/static/fonts/ruda/v5/JABOu1SYOHcGXVejUq4w6g.ttf",
9864
+ "900": "http://themes.googleusercontent.com/static/fonts/ruda/v5/Uzusv-enCjoIrznlJJaBRw.ttf"
9865
+ }
9866
+ },
9867
+ {
9868
+ "kind": "webfonts#webfont",
9869
+ "family": "Rufina",
9870
+ "category": "serif",
9871
+ "variants": [
9872
+ "regular",
9873
+ "700"
9874
+ ],
9875
+ "subsets": [
9876
+ "latin",
9877
+ "latin-ext"
9878
+ ],
9879
+ "version": "v2",
9880
+ "lastModified": "2014-01-07",
9881
+ "files": {
9882
+ "regular": "http://themes.googleusercontent.com/static/fonts/rufina/v2/s9IFr_fIemiohfZS-ZRDbQ.ttf",
9883
+ "700": "http://themes.googleusercontent.com/static/fonts/rufina/v2/D0RUjXFr55y4MVZY2Ww_RA.ttf"
9884
+ }
9885
+ },
9886
+ {
9887
+ "kind": "webfonts#webfont",
9888
+ "family": "Ruge Boogie",
9889
+ "category": "handwriting",
9890
+ "variants": [
9891
+ "regular"
9892
+ ],
9893
+ "subsets": [
9894
+ "latin",
9895
+ "latin-ext"
9896
+ ],
9897
+ "version": "v5",
9898
+ "lastModified": "2014-01-07",
9899
+ "files": {
9900
+ "regular": "http://themes.googleusercontent.com/static/fonts/rugeboogie/v5/U-TTmltL8aENLVIqYbI5QaCWcynf_cDxXwCLxiixG1c.ttf"
9901
+ }
9902
+ },
9903
+ {
9904
+ "kind": "webfonts#webfont",
9905
+ "family": "Ruluko",
9906
+ "category": "sans-serif",
9907
+ "variants": [
9908
+ "regular"
9909
+ ],
9910
+ "subsets": [
9911
+ "latin",
9912
+ "latin-ext"
9913
+ ],
9914
+ "version": "v2",
9915
+ "lastModified": "2014-01-07",
9916
+ "files": {
9917
+ "regular": "http://themes.googleusercontent.com/static/fonts/ruluko/v2/lv4cMwJtrx_dzmlK5SDc1g.ttf"
9918
+ }
9919
+ },
9920
+ {
9921
+ "kind": "webfonts#webfont",
9922
+ "family": "Rum Raisin",
9923
+ "category": "sans-serif",
9924
+ "variants": [
9925
+ "regular"
9926
+ ],
9927
+ "subsets": [
9928
+ "latin",
9929
+ "latin-ext"
9930
+ ],
9931
+ "version": "v2",
9932
+ "lastModified": "2014-01-07",
9933
+ "files": {
9934
+ "regular": "http://themes.googleusercontent.com/static/fonts/rumraisin/v2/kDiL-ntDOEq26B7kYM7cx_esZW2xOQ-xsNqO47m55DA.ttf"
9935
+ }
9936
+ },
9937
+ {
9938
+ "kind": "webfonts#webfont",
9939
+ "family": "Ruslan Display",
9940
+ "category": "display",
9941
+ "variants": [
9942
+ "regular"
9943
+ ],
9944
+ "subsets": [
9945
+ "latin",
9946
+ "cyrillic",
9947
+ "cyrillic-ext",
9948
+ "latin-ext"
9949
+ ],
9950
+ "version": "v5",
9951
+ "lastModified": "2014-01-07",
9952
+ "files": {
9953
+ "regular": "http://themes.googleusercontent.com/static/fonts/ruslandisplay/v5/SREdhlyLNUfU1VssRBfs3rgH88D3l9N4auRNHrNS708.ttf"
9954
+ }
9955
+ },
9956
+ {
9957
+ "kind": "webfonts#webfont",
9958
+ "family": "Russo One",
9959
+ "category": "sans-serif",
9960
+ "variants": [
9961
+ "regular"
9962
+ ],
9963
+ "subsets": [
9964
+ "latin",
9965
+ "cyrillic",
9966
+ "latin-ext"
9967
+ ],
9968
+ "version": "v2",
9969
+ "lastModified": "2014-01-07",
9970
+ "files": {
9971
+ "regular": "http://themes.googleusercontent.com/static/fonts/russoone/v2/zfwxZ--UhUc7FVfgT21PRQ.ttf"
9972
+ }
9973
+ },
9974
+ {
9975
+ "kind": "webfonts#webfont",
9976
+ "family": "Ruthie",
9977
+ "category": "handwriting",
9978
+ "variants": [
9979
+ "regular"
9980
+ ],
9981
+ "subsets": [
9982
+ "latin",
9983
+ "latin-ext"
9984
+ ],
9985
+ "version": "v4",
9986
+ "lastModified": "2014-01-07",
9987
+ "files": {
9988
+ "regular": "http://themes.googleusercontent.com/static/fonts/ruthie/v4/vJ2LorukHSbWYoEs5juivg.ttf"
9989
+ }
9990
+ },
9991
+ {
9992
+ "kind": "webfonts#webfont",
9993
+ "family": "Rye",
9994
+ "category": "display",
9995
+ "variants": [
9996
+ "regular"
9997
+ ],
9998
+ "subsets": [
9999
+ "latin",
10000
+ "latin-ext"
10001
+ ],
10002
+ "version": "v2",
10003
+ "lastModified": "2014-01-07",
10004
+ "files": {
10005
+ "regular": "http://themes.googleusercontent.com/static/fonts/rye/v2/VUrJlpPpSZxspl3w_yNOrQ.ttf"
10006
+ }
10007
+ },
10008
+ {
10009
+ "kind": "webfonts#webfont",
10010
+ "family": "Sacramento",
10011
+ "category": "handwriting",
10012
+ "variants": [
10013
+ "regular"
10014
+ ],
10015
+ "subsets": [
10016
+ "latin",
10017
+ "latin-ext"
10018
+ ],
10019
+ "version": "v2",
10020
+ "lastModified": "2014-01-07",
10021
+ "files": {
10022
+ "regular": "http://themes.googleusercontent.com/static/fonts/sacramento/v2/_kv-qycSHMNdhjiv0Kj7BvesZW2xOQ-xsNqO47m55DA.ttf"
10023
+ }
10024
+ },
10025
+ {
10026
+ "kind": "webfonts#webfont",
10027
+ "family": "Sail",
10028
+ "category": "display",
10029
+ "variants": [
10030
+ "regular"
10031
+ ],
10032
+ "subsets": [
10033
+ "latin"
10034
+ ],
10035
+ "version": "v4",
10036
+ "lastModified": "2014-01-07",
10037
+ "files": {
10038
+ "regular": "http://themes.googleusercontent.com/static/fonts/sail/v4/iuEoG6kt-bePGvtdpL0GUQ.ttf"
10039
+ }
10040
+ },
10041
+ {
10042
+ "kind": "webfonts#webfont",
10043
+ "family": "Salsa",
10044
+ "category": "display",
10045
+ "variants": [
10046
+ "regular"
10047
+ ],
10048
+ "subsets": [
10049
+ "latin"
10050
+ ],
10051
+ "version": "v4",
10052
+ "lastModified": "2014-01-07",
10053
+ "files": {
10054
+ "regular": "http://themes.googleusercontent.com/static/fonts/salsa/v4/BnpUCBmYdvggScEPs5JbpA.ttf"
10055
+ }
10056
+ },
10057
+ {
10058
+ "kind": "webfonts#webfont",
10059
+ "family": "Sanchez",
10060
+ "category": "serif",
10061
+ "variants": [
10062
+ "regular",
10063
+ "italic"
10064
+ ],
10065
+ "subsets": [
10066
+ "latin",
10067
+ "latin-ext"
10068
+ ],
10069
+ "version": "v2",
10070
+ "lastModified": "2014-01-07",
10071
+ "files": {
10072
+ "regular": "http://themes.googleusercontent.com/static/fonts/sanchez/v2/BEL8ao-E2LJ5eHPLB2UAiw.ttf",
10073
+ "italic": "http://themes.googleusercontent.com/static/fonts/sanchez/v2/iSrhkWLexUZzDeNxNEHtzA.ttf"
10074
+ }
10075
+ },
10076
+ {
10077
+ "kind": "webfonts#webfont",
10078
+ "family": "Sancreek",
10079
+ "category": "display",
10080
+ "variants": [
10081
+ "regular"
10082
+ ],
10083
+ "subsets": [
10084
+ "latin",
10085
+ "latin-ext"
10086
+ ],
10087
+ "version": "v5",
10088
+ "lastModified": "2014-01-07",
10089
+ "files": {
10090
+ "regular": "http://themes.googleusercontent.com/static/fonts/sancreek/v5/8ZacBMraWMvHly4IJI3esw.ttf"
10091
+ }
10092
+ },
10093
+ {
10094
+ "kind": "webfonts#webfont",
10095
+ "family": "Sansita One",
10096
+ "category": "display",
10097
+ "variants": [
10098
+ "regular"
10099
+ ],
10100
+ "subsets": [
10101
+ "latin"
10102
+ ],
10103
+ "version": "v4",
10104
+ "lastModified": "2014-01-07",
10105
+ "files": {
10106
+ "regular": "http://themes.googleusercontent.com/static/fonts/sansitaone/v4/xWqf68oB50JXqGIRR0h2hqCWcynf_cDxXwCLxiixG1c.ttf"
10107
+ }
10108
+ },
10109
+ {
10110
+ "kind": "webfonts#webfont",
10111
+ "family": "Sarina",
10112
+ "category": "display",
10113
+ "variants": [
10114
+ "regular"
10115
+ ],
10116
+ "subsets": [
10117
+ "latin",
10118
+ "latin-ext"
10119
+ ],
10120
+ "version": "v3",
10121
+ "lastModified": "2014-01-07",
10122
+ "files": {
10123
+ "regular": "http://themes.googleusercontent.com/static/fonts/sarina/v3/XYtRfaSknHIU3NHdfTdXoQ.ttf"
10124
+ }
10125
+ },
10126
+ {
10127
+ "kind": "webfonts#webfont",
10128
+ "family": "Satisfy",
10129
+ "category": "handwriting",
10130
+ "variants": [
10131
+ "regular"
10132
+ ],
10133
+ "subsets": [
10134
+ "latin"
10135
+ ],
10136
+ "version": "v4",
10137
+ "lastModified": "2014-01-07",
10138
+ "files": {
10139
+ "regular": "http://themes.googleusercontent.com/static/fonts/satisfy/v4/PRlyepkd-JCGHiN8e9WV2w.ttf"
10140
+ }
10141
+ },
10142
+ {
10143
+ "kind": "webfonts#webfont",
10144
+ "family": "Scada",
10145
+ "category": "sans-serif",
10146
+ "variants": [
10147
+ "regular",
10148
+ "italic",
10149
+ "700",
10150
+ "700italic"
10151
+ ],
10152
+ "subsets": [
10153
+ "latin",
10154
+ "cyrillic",
10155
+ "latin-ext"
10156
+ ],
10157
+ "version": "v2",
10158
+ "lastModified": "2014-01-07",
10159
+ "files": {
10160
+ "regular": "http://themes.googleusercontent.com/static/fonts/scada/v2/iZNC3ZEYwe3je6H-28d5Ug.ttf",
10161
+ "italic": "http://themes.googleusercontent.com/static/fonts/scada/v2/PCGyLT1qNawkOUQ3uHFhBw.ttf",
10162
+ "700": "http://themes.googleusercontent.com/static/fonts/scada/v2/t6XNWdMdVWUz93EuRVmifQ.ttf",
10163
+ "700italic": "http://themes.googleusercontent.com/static/fonts/scada/v2/kLrBIf7V4mDMwcd_Yw7-D_esZW2xOQ-xsNqO47m55DA.ttf"
10164
+ }
10165
+ },
10166
+ {
10167
+ "kind": "webfonts#webfont",
10168
+ "family": "Schoolbell",
10169
+ "category": "handwriting",
10170
+ "variants": [
10171
+ "regular"
10172
+ ],
10173
+ "subsets": [
10174
+ "latin"
10175
+ ],
10176
+ "version": "v4",
10177
+ "lastModified": "2014-01-07",
10178
+ "files": {
10179
+ "regular": "http://themes.googleusercontent.com/static/fonts/schoolbell/v4/95-3djEuubb3cJx-6E7j4vesZW2xOQ-xsNqO47m55DA.ttf"
10180
+ }
10181
+ },
10182
+ {
10183
+ "kind": "webfonts#webfont",
10184
+ "family": "Seaweed Script",
10185
+ "category": "display",
10186
+ "variants": [
10187
+ "regular"
10188
+ ],
10189
+ "subsets": [
10190
+ "latin",
10191
+ "latin-ext"
10192
+ ],
10193
+ "version": "v2",
10194
+ "lastModified": "2014-01-07",
10195
+ "files": {
10196
+ "regular": "http://themes.googleusercontent.com/static/fonts/seaweedscript/v2/eorWAPpOvvWrPw5IHwE60BnpV0hQCek3EmWnCPrvGRM.ttf"
10197
+ }
10198
+ },
10199
+ {
10200
+ "kind": "webfonts#webfont",
10201
+ "family": "Sevillana",
10202
+ "category": "display",
10203
+ "variants": [
10204
+ "regular"
10205
+ ],
10206
+ "subsets": [
10207
+ "latin",
10208
+ "latin-ext"
10209
+ ],
10210
+ "version": "v2",
10211
+ "lastModified": "2014-01-07",
10212
+ "files": {
10213
+ "regular": "http://themes.googleusercontent.com/static/fonts/sevillana/v2/6m1Nh35oP7YEt00U80Smiw.ttf"
10214
+ }
10215
+ },
10216
+ {
10217
+ "kind": "webfonts#webfont",
10218
+ "family": "Seymour One",
10219
+ "category": "sans-serif",
10220
+ "variants": [
10221
+ "regular"
10222
+ ],
10223
+ "subsets": [
10224
+ "latin",
10225
+ "cyrillic",
10226
+ "latin-ext"
10227
+ ],
10228
+ "version": "v2",
10229
+ "lastModified": "2014-01-07",
10230
+ "files": {
10231
+ "regular": "http://themes.googleusercontent.com/static/fonts/seymourone/v2/HrdG2AEG_870Xb7xBVv6C6CWcynf_cDxXwCLxiixG1c.ttf"
10232
+ }
10233
+ },
10234
+ {
10235
+ "kind": "webfonts#webfont",
10236
+ "family": "Shadows Into Light",
10237
+ "category": "handwriting",
10238
+ "variants": [
10239
+ "regular"
10240
+ ],
10241
+ "subsets": [
10242
+ "latin"
10243
+ ],
10244
+ "version": "v4",
10245
+ "lastModified": "2014-01-07",
10246
+ "files": {
10247
+ "regular": "http://themes.googleusercontent.com/static/fonts/shadowsintolight/v4/clhLqOv7MXn459PTh0gXYAW_5bEze-iLRNvGrRpJsfM.ttf"
10248
+ }
10249
+ },
10250
+ {
10251
+ "kind": "webfonts#webfont",
10252
+ "family": "Shadows Into Light Two",
10253
+ "category": "handwriting",
10254
+ "variants": [
10255
+ "regular"
10256
+ ],
10257
+ "subsets": [
10258
+ "latin",
10259
+ "latin-ext"
10260
+ ],
10261
+ "version": "v2",
10262
+ "lastModified": "2014-01-07",
10263
+ "files": {
10264
+ "regular": "http://themes.googleusercontent.com/static/fonts/shadowsintolighttwo/v2/gDxHeefcXIo-lOuZFCn2xVQrZk-Pga5KeEE_oZjkQjQ.ttf"
10265
+ }
10266
+ },
10267
+ {
10268
+ "kind": "webfonts#webfont",
10269
+ "family": "Shanti",
10270
+ "category": "sans-serif",
10271
+ "variants": [
10272
+ "regular"
10273
+ ],
10274
+ "subsets": [
10275
+ "latin"
10276
+ ],
10277
+ "version": "v5",
10278
+ "lastModified": "2014-01-07",
10279
+ "files": {
10280
+ "regular": "http://themes.googleusercontent.com/static/fonts/shanti/v5/lc4nG_JG6Q-2FQSOMMhb_w.ttf"
10281
+ }
10282
+ },
10283
+ {
10284
+ "kind": "webfonts#webfont",
10285
+ "family": "Share",
10286
+ "category": "display",
10287
+ "variants": [
10288
+ "regular",
10289
+ "italic",
10290
+ "700",
10291
+ "700italic"
10292
+ ],
10293
+ "subsets": [
10294
+ "latin",
10295
+ "latin-ext"
10296
+ ],
10297
+ "version": "v2",
10298
+ "lastModified": "2014-01-07",
10299
+ "files": {
10300
+ "regular": "http://themes.googleusercontent.com/static/fonts/share/v2/1ytD7zSb_-g9I2GG67vmVw.ttf",
10301
+ "italic": "http://themes.googleusercontent.com/static/fonts/share/v2/a9YGdQWFRlNJ0zClJVaY3Q.ttf",
10302
+ "700": "http://themes.googleusercontent.com/static/fonts/share/v2/XrU8e7a1YKurguyY2azk1Q.ttf",
10303
+ "700italic": "http://themes.googleusercontent.com/static/fonts/share/v2/A992-bLVYwAflKu6iaznufesZW2xOQ-xsNqO47m55DA.ttf"
10304
+ }
10305
+ },
10306
+ {
10307
+ "kind": "webfonts#webfont",
10308
+ "family": "Share Tech",
10309
+ "category": "sans-serif",
10310
+ "variants": [
10311
+ "regular"
10312
+ ],
10313
+ "subsets": [
10314
+ "latin"
10315
+ ],
10316
+ "version": "v2",
10317
+ "lastModified": "2014-01-07",
10318
+ "files": {
10319
+ "regular": "http://themes.googleusercontent.com/static/fonts/sharetech/v2/Dq3DuZ5_0SW3oEfAWFpen_esZW2xOQ-xsNqO47m55DA.ttf"
10320
+ }
10321
+ },
10322
+ {
10323
+ "kind": "webfonts#webfont",
10324
+ "family": "Share Tech Mono",
10325
+ "category": "monospace",
10326
+ "variants": [
10327
+ "regular"
10328
+ ],
10329
+ "subsets": [
10330
+ "latin"
10331
+ ],
10332
+ "version": "v2",
10333
+ "lastModified": "2014-03-18",
10334
+ "files": {
10335
+ "regular": "http://themes.googleusercontent.com/static/fonts/sharetechmono/v2/RQxK-3RA0Lnf3gnnnNrAscwD6PD0c3_abh9zHKQtbGU.ttf"
10336
+ }
10337
+ },
10338
+ {
10339
+ "kind": "webfonts#webfont",
10340
+ "family": "Shojumaru",
10341
+ "category": "display",
10342
+ "variants": [
10343
+ "regular"
10344
+ ],
10345
+ "subsets": [
10346
+ "latin",
10347
+ "latin-ext"
10348
+ ],
10349
+ "version": "v2",
10350
+ "lastModified": "2014-01-07",
10351
+ "files": {
10352
+ "regular": "http://themes.googleusercontent.com/static/fonts/shojumaru/v2/WP8cxonzQQVAoI3RJQ2wug.ttf"
10353
+ }
10354
+ },
10355
+ {
10356
+ "kind": "webfonts#webfont",
10357
+ "family": "Short Stack",
10358
+ "category": "handwriting",
10359
+ "variants": [
10360
+ "regular"
10361
+ ],
10362
+ "subsets": [
10363
+ "latin"
10364
+ ],
10365
+ "version": "v4",
10366
+ "lastModified": "2014-01-07",
10367
+ "files": {
10368
+ "regular": "http://themes.googleusercontent.com/static/fonts/shortstack/v4/v4dXPI0Rm8XN9gk4SDdqlqCWcynf_cDxXwCLxiixG1c.ttf"
10369
+ }
10370
+ },
10371
+ {
10372
+ "kind": "webfonts#webfont",
10373
+ "family": "Siemreap",
10374
+ "category": "display",
10375
+ "variants": [
10376
+ "regular"
10377
+ ],
10378
+ "subsets": [
10379
+ "khmer"
10380
+ ],
10381
+ "version": "v7",
10382
+ "lastModified": "2014-01-07",
10383
+ "files": {
10384
+ "regular": "http://themes.googleusercontent.com/static/fonts/siemreap/v7/JSK-mOIsXwxo-zE9XDDl_g.ttf"
10385
+ }
10386
+ },
10387
+ {
10388
+ "kind": "webfonts#webfont",
10389
+ "family": "Sigmar One",
10390
+ "category": "display",
10391
+ "variants": [
10392
+ "regular"
10393
+ ],
10394
+ "subsets": [
10395
+ "latin"
10396
+ ],
10397
+ "version": "v4",
10398
+ "lastModified": "2014-01-07",
10399
+ "files": {
10400
+ "regular": "http://themes.googleusercontent.com/static/fonts/sigmarone/v4/oh_5NxD5JBZksdo2EntKefesZW2xOQ-xsNqO47m55DA.ttf"
10401
+ }
10402
+ },
10403
+ {
10404
+ "kind": "webfonts#webfont",
10405
+ "family": "Signika",
10406
+ "category": "sans-serif",
10407
+ "variants": [
10408
+ "300",
10409
+ "regular",
10410
+ "600",
10411
+ "700"
10412
+ ],
10413
+ "subsets": [
10414
+ "latin",
10415
+ "latin-ext"
10416
+ ],
10417
+ "version": "v4",
10418
+ "lastModified": "2014-01-07",
10419
+ "files": {
10420
+ "300": "http://themes.googleusercontent.com/static/fonts/signika/v4/0wDPonOzsYeEo-1KO78w4fesZW2xOQ-xsNqO47m55DA.ttf",
10421
+ "regular": "http://themes.googleusercontent.com/static/fonts/signika/v4/WvDswbww0oAtvBg2l1L-9w.ttf",
10422
+ "600": "http://themes.googleusercontent.com/static/fonts/signika/v4/lQMOF6NUN2ooR7WvB7tADvesZW2xOQ-xsNqO47m55DA.ttf",
10423
+ "700": "http://themes.googleusercontent.com/static/fonts/signika/v4/lEcnfPBICWJPv5BbVNnFJPesZW2xOQ-xsNqO47m55DA.ttf"
10424
+ }
10425
+ },
10426
+ {
10427
+ "kind": "webfonts#webfont",
10428
+ "family": "Signika Negative",
10429
+ "category": "sans-serif",
10430
+ "variants": [
10431
+ "300",
10432
+ "regular",
10433
+ "600",
10434
+ "700"
10435
+ ],
10436
+ "subsets": [
10437
+ "latin",
10438
+ "latin-ext"
10439
+ ],
10440
+ "version": "v3",
10441
+ "lastModified": "2014-01-07",
10442
+ "files": {
10443
+ "300": "http://themes.googleusercontent.com/static/fonts/signikanegative/v3/q5TOjIw4CenPw6C-TW06FjYFXpUPtCmIEFDvjUnLLaI.ttf",
10444
+ "regular": "http://themes.googleusercontent.com/static/fonts/signikanegative/v3/Z-Q1hzbY8uAo3TpTyPFMXVM1lnCWMnren5_v6047e5A.ttf",
10445
+ "600": "http://themes.googleusercontent.com/static/fonts/signikanegative/v3/q5TOjIw4CenPw6C-TW06FrKLaDJM01OezSVA2R_O3qI.ttf",
10446
+ "700": "http://themes.googleusercontent.com/static/fonts/signikanegative/v3/q5TOjIw4CenPw6C-TW06FpYzPxtVvobH1w3hEppR8WI.ttf"
10447
+ }
10448
+ },
10449
+ {
10450
+ "kind": "webfonts#webfont",
10451
+ "family": "Simonetta",
10452
+ "category": "display",
10453
+ "variants": [
10454
+ "regular",
10455
+ "italic",
10456
+ "900",
10457
+ "900italic"
10458
+ ],
10459
+ "subsets": [
10460
+ "latin",
10461
+ "latin-ext"
10462
+ ],
10463
+ "version": "v3",
10464
+ "lastModified": "2014-01-07",
10465
+ "files": {
10466
+ "regular": "http://themes.googleusercontent.com/static/fonts/simonetta/v3/fN8puNuahBo4EYMQgp12Yg.ttf",
10467
+ "italic": "http://themes.googleusercontent.com/static/fonts/simonetta/v3/ynxQ3FqfF_Nziwy3T9ZwL6CWcynf_cDxXwCLxiixG1c.ttf",
10468
+ "900": "http://themes.googleusercontent.com/static/fonts/simonetta/v3/22EwvvJ2r1VwVCxit5LcVi3USBnSvpkopQaUR-2r7iU.ttf",
10469
+ "900italic": "http://themes.googleusercontent.com/static/fonts/simonetta/v3/WUXOpCgBZaRPrWtMCpeKoienaqEuufTBk9XMKnKmgDA.ttf"
10470
+ }
10471
+ },
10472
+ {
10473
+ "kind": "webfonts#webfont",
10474
+ "family": "Sintony",
10475
+ "category": "sans-serif",
10476
+ "variants": [
10477
+ "regular",
10478
+ "700"
10479
+ ],
10480
+ "subsets": [
10481
+ "latin",
10482
+ "latin-ext"
10483
+ ],
10484
+ "version": "v2",
10485
+ "lastModified": "2014-01-07",
10486
+ "files": {
10487
+ "regular": "http://themes.googleusercontent.com/static/fonts/sintony/v2/IDhCijoIMev2L6Lg5QsduQ.ttf",
10488
+ "700": "http://themes.googleusercontent.com/static/fonts/sintony/v2/zVXQB1wqJn6PE4dWXoYpvPesZW2xOQ-xsNqO47m55DA.ttf"
10489
+ }
10490
+ },
10491
+ {
10492
+ "kind": "webfonts#webfont",
10493
+ "family": "Sirin Stencil",
10494
+ "category": "display",
10495
+ "variants": [
10496
+ "regular"
10497
+ ],
10498
+ "subsets": [
10499
+ "latin"
10500
+ ],
10501
+ "version": "v2",
10502
+ "lastModified": "2014-01-07",
10503
+ "files": {
10504
+ "regular": "http://themes.googleusercontent.com/static/fonts/sirinstencil/v2/pRpLdo0SawzO7MoBpvowsImg74kgS1F7KeR8rWhYwkU.ttf"
10505
+ }
10506
+ },
10507
+ {
10508
+ "kind": "webfonts#webfont",
10509
+ "family": "Six Caps",
10510
+ "category": "sans-serif",
10511
+ "variants": [
10512
+ "regular"
10513
+ ],
10514
+ "subsets": [
10515
+ "latin"
10516
+ ],
10517
+ "version": "v5",
10518
+ "lastModified": "2014-01-07",
10519
+ "files": {
10520
+ "regular": "http://themes.googleusercontent.com/static/fonts/sixcaps/v5/_XeDnO0HOV8Er9u97If1tQ.ttf"
10521
+ }
10522
+ },
10523
+ {
10524
+ "kind": "webfonts#webfont",
10525
+ "family": "Skranji",
10526
+ "category": "display",
10527
+ "variants": [
10528
+ "regular",
10529
+ "700"
10530
+ ],
10531
+ "subsets": [
10532
+ "latin",
10533
+ "latin-ext"
10534
+ ],
10535
+ "version": "v2",
10536
+ "lastModified": "2014-01-07",
10537
+ "files": {
10538
+ "regular": "http://themes.googleusercontent.com/static/fonts/skranji/v2/jnOLPS0iZmDL7dfWnW3nIw.ttf",
10539
+ "700": "http://themes.googleusercontent.com/static/fonts/skranji/v2/Lcrhg-fviVkxiEgoadsI1vesZW2xOQ-xsNqO47m55DA.ttf"
10540
+ }
10541
+ },
10542
+ {
10543
+ "kind": "webfonts#webfont",
10544
+ "family": "Slackey",
10545
+ "category": "display",
10546
+ "variants": [
10547
+ "regular"
10548
+ ],
10549
+ "subsets": [
10550
+ "latin"
10551
+ ],
10552
+ "version": "v4",
10553
+ "lastModified": "2014-01-07",
10554
+ "files": {
10555
+ "regular": "http://themes.googleusercontent.com/static/fonts/slackey/v4/evRIMNhGVCRJvCPv4kteeA.ttf"
10556
+ }
10557
+ },
10558
+ {
10559
+ "kind": "webfonts#webfont",
10560
+ "family": "Smokum",
10561
+ "category": "display",
10562
+ "variants": [
10563
+ "regular"
10564
+ ],
10565
+ "subsets": [
10566
+ "latin"
10567
+ ],
10568
+ "version": "v4",
10569
+ "lastModified": "2014-01-07",
10570
+ "files": {
10571
+ "regular": "http://themes.googleusercontent.com/static/fonts/smokum/v4/8YP4BuAcy97X8WfdKfxVRw.ttf"
10572
+ }
10573
+ },
10574
+ {
10575
+ "kind": "webfonts#webfont",
10576
+ "family": "Smythe",
10577
+ "category": "display",
10578
+ "variants": [
10579
+ "regular"
10580
+ ],
10581
+ "subsets": [
10582
+ "latin"
10583
+ ],
10584
+ "version": "v5",
10585
+ "lastModified": "2014-01-07",
10586
+ "files": {
10587
+ "regular": "http://themes.googleusercontent.com/static/fonts/smythe/v5/yACD1gy_MpbB9Ft42fUvYw.ttf"
10588
+ }
10589
+ },
10590
+ {
10591
+ "kind": "webfonts#webfont",
10592
+ "family": "Sniglet",
10593
+ "category": "display",
10594
+ "variants": [
10595
+ "regular",
10596
+ "800"
10597
+ ],
10598
+ "subsets": [
10599
+ "latin",
10600
+ "latin-ext"
10601
+ ],
10602
+ "version": "v5",
10603
+ "lastModified": "2014-01-07",
10604
+ "files": {
10605
+ "regular": "http://themes.googleusercontent.com/static/fonts/sniglet/v5/XWhyQLHH4SpCVsHRPRgu9w.ttf",
10606
+ "800": "http://themes.googleusercontent.com/static/fonts/sniglet/v5/NLF91nBmcEfkBgcEWbHFa_esZW2xOQ-xsNqO47m55DA.ttf"
10607
+ }
10608
+ },
10609
+ {
10610
+ "kind": "webfonts#webfont",
10611
+ "family": "Snippet",
10612
+ "category": "sans-serif",
10613
+ "variants": [
10614
+ "regular"
10615
+ ],
10616
+ "subsets": [
10617
+ "latin"
10618
+ ],
10619
+ "version": "v4",
10620
+ "lastModified": "2014-01-07",
10621
+ "files": {
10622
+ "regular": "http://themes.googleusercontent.com/static/fonts/snippet/v4/eUcYMLq2GtHZovLlQH_9kA.ttf"
10623
+ }
10624
+ },
10625
+ {
10626
+ "kind": "webfonts#webfont",
10627
+ "family": "Snowburst One",
10628
+ "category": "display",
10629
+ "variants": [
10630
+ "regular"
10631
+ ],
10632
+ "subsets": [
10633
+ "latin",
10634
+ "latin-ext"
10635
+ ],
10636
+ "version": "v2",
10637
+ "lastModified": "2014-01-07",
10638
+ "files": {
10639
+ "regular": "http://themes.googleusercontent.com/static/fonts/snowburstone/v2/zSQzKOPukXRux2oTqfYJjIjjx0o0jr6fNXxPgYh_a8Q.ttf"
10640
+ }
10641
+ },
10642
+ {
10643
+ "kind": "webfonts#webfont",
10644
+ "family": "Sofadi One",
10645
+ "category": "display",
10646
+ "variants": [
10647
+ "regular"
10648
+ ],
10649
+ "subsets": [
10650
+ "latin"
10651
+ ],
10652
+ "version": "v2",
10653
+ "lastModified": "2014-01-07",
10654
+ "files": {
10655
+ "regular": "http://themes.googleusercontent.com/static/fonts/sofadione/v2/nirf4G12IcJ6KI8Eoj119fesZW2xOQ-xsNqO47m55DA.ttf"
10656
+ }
10657
+ },
10658
+ {
10659
+ "kind": "webfonts#webfont",
10660
+ "family": "Sofia",
10661
+ "category": "handwriting",
10662
+ "variants": [
10663
+ "regular"
10664
+ ],
10665
+ "subsets": [
10666
+ "latin"
10667
+ ],
10668
+ "version": "v3",
10669
+ "lastModified": "2014-01-07",
10670
+ "files": {
10671
+ "regular": "http://themes.googleusercontent.com/static/fonts/sofia/v3/Imnvx0Ag9r6iDBFUY5_RaQ.ttf"
10672
+ }
10673
+ },
10674
+ {
10675
+ "kind": "webfonts#webfont",
10676
+ "family": "Sonsie One",
10677
+ "category": "display",
10678
+ "variants": [
10679
+ "regular"
10680
+ ],
10681
+ "subsets": [
10682
+ "latin",
10683
+ "latin-ext"
10684
+ ],
10685
+ "version": "v3",
10686
+ "lastModified": "2014-01-07",
10687
+ "files": {
10688
+ "regular": "http://themes.googleusercontent.com/static/fonts/sonsieone/v3/KSP7xT1OSy0q2ob6RQOTWPesZW2xOQ-xsNqO47m55DA.ttf"
10689
+ }
10690
+ },
10691
+ {
10692
+ "kind": "webfonts#webfont",
10693
+ "family": "Sorts Mill Goudy",
10694
+ "category": "serif",
10695
+ "variants": [
10696
+ "regular",
10697
+ "italic"
10698
+ ],
10699
+ "subsets": [
10700
+ "latin",
10701
+ "latin-ext"
10702
+ ],
10703
+ "version": "v4",
10704
+ "lastModified": "2014-01-07",
10705
+ "files": {
10706
+ "regular": "http://themes.googleusercontent.com/static/fonts/sortsmillgoudy/v4/JzRrPKdwEnE8F1TDmDLMUlIL2Qjg-Xlsg_fhGbe2P5U.ttf",
10707
+ "italic": "http://themes.googleusercontent.com/static/fonts/sortsmillgoudy/v4/UUu1lKiy4hRmBWk599VL1TYNkCNSzLyoucKmbTguvr0.ttf"
10708
+ }
10709
+ },
10710
+ {
10711
+ "kind": "webfonts#webfont",
10712
+ "family": "Source Code Pro",
10713
+ "category": "monospace",
10714
+ "variants": [
10715
+ "200",
10716
+ "300",
10717
+ "regular",
10718
+ "500",
10719
+ "600",
10720
+ "700",
10721
+ "900"
10722
+ ],
10723
+ "subsets": [
10724
+ "latin",
10725
+ "latin-ext"
10726
+ ],
10727
+ "version": "v4",
10728
+ "lastModified": "2014-03-18",
10729
+ "files": {
10730
+ "200": "http://themes.googleusercontent.com/static/fonts/sourcecodepro/v4/leqv3v-yTsJNC7nFznSMqaXvKVW_haheDNrHjziJZVk.ttf",
10731
+ "300": "http://themes.googleusercontent.com/static/fonts/sourcecodepro/v4/leqv3v-yTsJNC7nFznSMqVP7R5lD_au4SZC6Ks_vyWs.ttf",
10732
+ "regular": "http://themes.googleusercontent.com/static/fonts/sourcecodepro/v4/mrl8jkM18OlOQN8JLgasD9Rl0pGnog23EMYRrBmUzJQ.ttf",
10733
+ "500": "http://themes.googleusercontent.com/static/fonts/sourcecodepro/v4/leqv3v-yTsJNC7nFznSMqX63uKwMO11Of4rJWV582wg.ttf",
10734
+ "600": "http://themes.googleusercontent.com/static/fonts/sourcecodepro/v4/leqv3v-yTsJNC7nFznSMqeiMeWyi5E_-XkTgB5psiDg.ttf",
10735
+ "700": "http://themes.googleusercontent.com/static/fonts/sourcecodepro/v4/leqv3v-yTsJNC7nFznSMqfgXsetDviZcdR5OzC1KPcw.ttf",
10736
+ "900": "http://themes.googleusercontent.com/static/fonts/sourcecodepro/v4/leqv3v-yTsJNC7nFznSMqRA_awHl7mXRjE_LQVochcU.ttf"
10737
+ }
10738
+ },
10739
+ {
10740
+ "kind": "webfonts#webfont",
10741
+ "family": "Source Sans Pro",
10742
+ "category": "sans-serif",
10743
+ "variants": [
10744
+ "200",
10745
+ "200italic",
10746
+ "300",
10747
+ "300italic",
10748
+ "regular",
10749
+ "italic",
10750
+ "600",
10751
+ "600italic",
10752
+ "700",
10753
+ "700italic",
10754
+ "900",
10755
+ "900italic"
10756
+ ],
10757
+ "subsets": [
10758
+ "latin",
10759
+ "vietnamese",
10760
+ "latin-ext"
10761
+ ],
10762
+ "version": "v7",
10763
+ "lastModified": "2014-01-07",
10764
+ "files": {
10765
+ "200": "http://themes.googleusercontent.com/static/fonts/sourcesanspro/v7/toadOcfmlt9b38dHJxOBGKXvKVW_haheDNrHjziJZVk.ttf",
10766
+ "200italic": "http://themes.googleusercontent.com/static/fonts/sourcesanspro/v7/fpTVHK8qsXbIeTHTrnQH6OptKU7UIBg2hLM7eMTU8bI.ttf",
10767
+ "300": "http://themes.googleusercontent.com/static/fonts/sourcesanspro/v7/toadOcfmlt9b38dHJxOBGFP7R5lD_au4SZC6Ks_vyWs.ttf",
10768
+ "300italic": "http://themes.googleusercontent.com/static/fonts/sourcesanspro/v7/fpTVHK8qsXbIeTHTrnQH6DUpNKoQAsDux-Todp8f29w.ttf",
10769
+ "regular": "http://themes.googleusercontent.com/static/fonts/sourcesanspro/v7/ODelI1aHBYDBqgeIAH2zlNRl0pGnog23EMYRrBmUzJQ.ttf",
10770
+ "italic": "http://themes.googleusercontent.com/static/fonts/sourcesanspro/v7/M2Jd71oPJhLKp0zdtTvoMwRX4TIfMQQEXLu74GftruE.ttf",
10771
+ "600": "http://themes.googleusercontent.com/static/fonts/sourcesanspro/v7/toadOcfmlt9b38dHJxOBGOiMeWyi5E_-XkTgB5psiDg.ttf",
10772
+ "600italic": "http://themes.googleusercontent.com/static/fonts/sourcesanspro/v7/fpTVHK8qsXbIeTHTrnQH6Pp6lGoTTgjlW0sC4r900Co.ttf",
10773
+ "700": "http://themes.googleusercontent.com/static/fonts/sourcesanspro/v7/toadOcfmlt9b38dHJxOBGPgXsetDviZcdR5OzC1KPcw.ttf",
10774
+ "700italic": "http://themes.googleusercontent.com/static/fonts/sourcesanspro/v7/fpTVHK8qsXbIeTHTrnQH6LVT4locI09aamSzFGQlDMY.ttf",
10775
+ "900": "http://themes.googleusercontent.com/static/fonts/sourcesanspro/v7/toadOcfmlt9b38dHJxOBGBA_awHl7mXRjE_LQVochcU.ttf",
10776
+ "900italic": "http://themes.googleusercontent.com/static/fonts/sourcesanspro/v7/fpTVHK8qsXbIeTHTrnQH6A0NcF6HPGWR298uWIdxWv0.ttf"
10777
+ }
10778
+ },
10779
+ {
10780
+ "kind": "webfonts#webfont",
10781
+ "family": "Special Elite",
10782
+ "category": "display",
10783
+ "variants": [
10784
+ "regular"
10785
+ ],
10786
+ "subsets": [
10787
+ "latin"
10788
+ ],
10789
+ "version": "v4",
10790
+ "lastModified": "2014-01-07",
10791
+ "files": {
10792
+ "regular": "http://themes.googleusercontent.com/static/fonts/specialelite/v4/9-wW4zu3WNoD5Fjka35Jm4jjx0o0jr6fNXxPgYh_a8Q.ttf"
10793
+ }
10794
+ },
10795
+ {
10796
+ "kind": "webfonts#webfont",
10797
+ "family": "Spicy Rice",
10798
+ "category": "display",
10799
+ "variants": [
10800
+ "regular"
10801
+ ],
10802
+ "subsets": [
10803
+ "latin"
10804
+ ],
10805
+ "version": "v3",
10806
+ "lastModified": "2014-01-07",
10807
+ "files": {
10808
+ "regular": "http://themes.googleusercontent.com/static/fonts/spicyrice/v3/WGCtz7cLoggXARPi9OGD6_esZW2xOQ-xsNqO47m55DA.ttf"
10809
+ }
10810
+ },
10811
+ {
10812
+ "kind": "webfonts#webfont",
10813
+ "family": "Spinnaker",
10814
+ "category": "sans-serif",
10815
+ "variants": [
10816
+ "regular"
10817
+ ],
10818
+ "subsets": [
10819
+ "latin",
10820
+ "latin-ext"
10821
+ ],
10822
+ "version": "v6",
10823
+ "lastModified": "2014-01-07",
10824
+ "files": {
10825
+ "regular": "http://themes.googleusercontent.com/static/fonts/spinnaker/v6/MQdIXivKITpjROUdiN6Jgg.ttf"
10826
+ }
10827
+ },
10828
+ {
10829
+ "kind": "webfonts#webfont",
10830
+ "family": "Spirax",
10831
+ "category": "display",
10832
+ "variants": [
10833
+ "regular"
10834
+ ],
10835
+ "subsets": [
10836
+ "latin"
10837
+ ],
10838
+ "version": "v3",
10839
+ "lastModified": "2014-01-07",
10840
+ "files": {
10841
+ "regular": "http://themes.googleusercontent.com/static/fonts/spirax/v3/IOKqhk-Ccl7y31yDsePPkw.ttf"
10842
+ }
10843
+ },
10844
+ {
10845
+ "kind": "webfonts#webfont",
10846
+ "family": "Squada One",
10847
+ "category": "display",
10848
+ "variants": [
10849
+ "regular"
10850
+ ],
10851
+ "subsets": [
10852
+ "latin"
10853
+ ],
10854
+ "version": "v3",
10855
+ "lastModified": "2014-01-07",
10856
+ "files": {
10857
+ "regular": "http://themes.googleusercontent.com/static/fonts/squadaone/v3/3tzGuaJdD65cZVgfQzN8uvesZW2xOQ-xsNqO47m55DA.ttf"
10858
+ }
10859
+ },
10860
+ {
10861
+ "kind": "webfonts#webfont",
10862
+ "family": "Stalemate",
10863
+ "category": "handwriting",
10864
+ "variants": [
10865
+ "regular"
10866
+ ],
10867
+ "subsets": [
10868
+ "latin",
10869
+ "latin-ext"
10870
+ ],
10871
+ "version": "v2",
10872
+ "lastModified": "2014-01-07",
10873
+ "files": {
10874
+ "regular": "http://themes.googleusercontent.com/static/fonts/stalemate/v2/wQLCnG0qB6mOu2Wit2dt_w.ttf"
10875
+ }
10876
+ },
10877
+ {
10878
+ "kind": "webfonts#webfont",
10879
+ "family": "Stalinist One",
10880
+ "category": "display",
10881
+ "variants": [
10882
+ "regular"
10883
+ ],
10884
+ "subsets": [
10885
+ "latin",
10886
+ "cyrillic",
10887
+ "latin-ext"
10888
+ ],
10889
+ "version": "v3",
10890
+ "lastModified": "2014-01-07",
10891
+ "files": {
10892
+ "regular": "http://themes.googleusercontent.com/static/fonts/stalinistone/v3/ltOD4Zj3WJDXYjAIR-9vZojjx0o0jr6fNXxPgYh_a8Q.ttf"
10893
+ }
10894
+ },
10895
+ {
10896
+ "kind": "webfonts#webfont",
10897
+ "family": "Stardos Stencil",
10898
+ "category": "display",
10899
+ "variants": [
10900
+ "regular",
10901
+ "700"
10902
+ ],
10903
+ "subsets": [
10904
+ "latin"
10905
+ ],
10906
+ "version": "v4",
10907
+ "lastModified": "2014-01-07",
10908
+ "files": {
10909
+ "regular": "http://themes.googleusercontent.com/static/fonts/stardosstencil/v4/ygEOyTW9a6u4fi4OXEZeTFf2eT4jUldwg_9fgfY_tHc.ttf",
10910
+ "700": "http://themes.googleusercontent.com/static/fonts/stardosstencil/v4/h4ExtgvoXhPtv9Ieqd-XC81wDCbBgmIo8UyjIhmkeSM.ttf"
10911
+ }
10912
+ },
10913
+ {
10914
+ "kind": "webfonts#webfont",
10915
+ "family": "Stint Ultra Condensed",
10916
+ "category": "display",
10917
+ "variants": [
10918
+ "regular"
10919
+ ],
10920
+ "subsets": [
10921
+ "latin",
10922
+ "latin-ext"
10923
+ ],
10924
+ "version": "v3",
10925
+ "lastModified": "2014-01-07",
10926
+ "files": {
10927
+ "regular": "http://themes.googleusercontent.com/static/fonts/stintultracondensed/v3/8DqLK6-YSClFZt3u3EgOUYelbRYnLTTQA1Z5cVLnsI4.ttf"
10928
+ }
10929
+ },
10930
+ {
10931
+ "kind": "webfonts#webfont",
10932
+ "family": "Stint Ultra Expanded",
10933
+ "category": "display",
10934
+ "variants": [
10935
+ "regular"
10936
+ ],
10937
+ "subsets": [
10938
+ "latin",
10939
+ "latin-ext"
10940
+ ],
10941
+ "version": "v2",
10942
+ "lastModified": "2014-01-07",
10943
+ "files": {
10944
+ "regular": "http://themes.googleusercontent.com/static/fonts/stintultraexpanded/v2/FeigX-wDDgHMCKuhekhedQ7dxr0N5HY0cZKknTIL6n4.ttf"
10945
+ }
10946
+ },
10947
+ {
10948
+ "kind": "webfonts#webfont",
10949
+ "family": "Stoke",
10950
+ "category": "serif",
10951
+ "variants": [
10952
+ "300",
10953
+ "regular"
10954
+ ],
10955
+ "subsets": [
10956
+ "latin",
10957
+ "latin-ext"
10958
+ ],
10959
+ "version": "v4",
10960
+ "lastModified": "2014-01-07",
10961
+ "files": {
10962
+ "300": "http://themes.googleusercontent.com/static/fonts/stoke/v4/Sell9475FOS8jUqQsfFsUQ.ttf",
10963
+ "regular": "http://themes.googleusercontent.com/static/fonts/stoke/v4/A7qJNoqOm2d6o1E6e0yUFg.ttf"
10964
+ }
10965
+ },
10966
+ {
10967
+ "kind": "webfonts#webfont",
10968
+ "family": "Strait",
10969
+ "category": "sans-serif",
10970
+ "variants": [
10971
+ "regular"
10972
+ ],
10973
+ "subsets": [
10974
+ "latin"
10975
+ ],
10976
+ "version": "v2",
10977
+ "lastModified": "2014-01-07",
10978
+ "files": {
10979
+ "regular": "http://themes.googleusercontent.com/static/fonts/strait/v2/m4W73ViNmProETY2ybc-Bg.ttf"
10980
+ }
10981
+ },
10982
+ {
10983
+ "kind": "webfonts#webfont",
10984
+ "family": "Sue Ellen Francisco",
10985
+ "category": "handwriting",
10986
+ "variants": [
10987
+ "regular"
10988
+ ],
10989
+ "subsets": [
10990
+ "latin"
10991
+ ],
10992
+ "version": "v5",
10993
+ "lastModified": "2014-01-07",
10994
+ "files": {
10995
+ "regular": "http://themes.googleusercontent.com/static/fonts/sueellenfrancisco/v5/TwHX4vSxMUnJUdEz1JIgrhzazJzPVbGl8jnf1tisRz4.ttf"
10996
+ }
10997
+ },
10998
+ {
10999
+ "kind": "webfonts#webfont",
11000
+ "family": "Sunshiney",
11001
+ "category": "handwriting",
11002
+ "variants": [
11003
+ "regular"
11004
+ ],
11005
+ "subsets": [
11006
+ "latin"
11007
+ ],
11008
+ "version": "v4",
11009
+ "lastModified": "2014-01-07",
11010
+ "files": {
11011
+ "regular": "http://themes.googleusercontent.com/static/fonts/sunshiney/v4/kaWOb4pGbwNijM7CkxK1sQ.ttf"
11012
+ }
11013
+ },
11014
+ {
11015
+ "kind": "webfonts#webfont",
11016
+ "family": "Supermercado One",
11017
+ "category": "display",
11018
+ "variants": [
11019
+ "regular"
11020
+ ],
11021
+ "subsets": [
11022
+ "latin"
11023
+ ],
11024
+ "version": "v4",
11025
+ "lastModified": "2014-01-07",
11026
+ "files": {
11027
+ "regular": "http://themes.googleusercontent.com/static/fonts/supermercadoone/v4/kMGPVTNFiFEp1U274uBMb4mm5hmSKNFf3C5YoMa-lrM.ttf"
11028
+ }
11029
+ },
11030
+ {
11031
+ "kind": "webfonts#webfont",
11032
+ "family": "Suwannaphum",
11033
+ "category": "display",
11034
+ "variants": [
11035
+ "regular"
11036
+ ],
11037
+ "subsets": [
11038
+ "khmer"
11039
+ ],
11040
+ "version": "v7",
11041
+ "lastModified": "2014-01-07",
11042
+ "files": {
11043
+ "regular": "http://themes.googleusercontent.com/static/fonts/suwannaphum/v7/1jIPOyXied3T79GCnSlCN6CWcynf_cDxXwCLxiixG1c.ttf"
11044
+ }
11045
+ },
11046
+ {
11047
+ "kind": "webfonts#webfont",
11048
+ "family": "Swanky and Moo Moo",
11049
+ "category": "handwriting",
11050
+ "variants": [
11051
+ "regular"
11052
+ ],
11053
+ "subsets": [
11054
+ "latin"
11055
+ ],
11056
+ "version": "v4",
11057
+ "lastModified": "2014-01-07",
11058
+ "files": {
11059
+ "regular": "http://themes.googleusercontent.com/static/fonts/swankyandmoomoo/v4/orVNZ9kDeE3lWp3U3YELu9DVLKqNC3_XMNHhr8S94FU.ttf"
11060
+ }
11061
+ },
11062
+ {
11063
+ "kind": "webfonts#webfont",
11064
+ "family": "Syncopate",
11065
+ "category": "sans-serif",
11066
+ "variants": [
11067
+ "regular",
11068
+ "700"
11069
+ ],
11070
+ "subsets": [
11071
+ "latin"
11072
+ ],
11073
+ "version": "v4",
11074
+ "lastModified": "2014-01-07",
11075
+ "files": {
11076
+ "regular": "http://themes.googleusercontent.com/static/fonts/syncopate/v4/RQVwO52fAH6MI764EcaYtw.ttf",
11077
+ "700": "http://themes.googleusercontent.com/static/fonts/syncopate/v4/S5z8ixiOoC4WJ1im6jAlYC3USBnSvpkopQaUR-2r7iU.ttf"
11078
+ }
11079
+ },
11080
+ {
11081
+ "kind": "webfonts#webfont",
11082
+ "family": "Tangerine",
11083
+ "category": "handwriting",
11084
+ "variants": [
11085
+ "regular",
11086
+ "700"
11087
+ ],
11088
+ "subsets": [
11089
+ "latin"
11090
+ ],
11091
+ "version": "v4",
11092
+ "lastModified": "2014-01-07",
11093
+ "files": {
11094
+ "regular": "http://themes.googleusercontent.com/static/fonts/tangerine/v4/DTPeM3IROhnkz7aYG2a9sA.ttf",
11095
+ "700": "http://themes.googleusercontent.com/static/fonts/tangerine/v4/UkFsr-RwJB_d2l9fIWsx3i3USBnSvpkopQaUR-2r7iU.ttf"
11096
+ }
11097
+ },
11098
+ {
11099
+ "kind": "webfonts#webfont",
11100
+ "family": "Taprom",
11101
+ "category": "display",
11102
+ "variants": [
11103
+ "regular"
11104
+ ],
11105
+ "subsets": [
11106
+ "khmer"
11107
+ ],
11108
+ "version": "v6",
11109
+ "lastModified": "2014-01-07",
11110
+ "files": {
11111
+ "regular": "http://themes.googleusercontent.com/static/fonts/taprom/v6/-KByU3BaUsyIvQs79qFObg.ttf"
11112
+ }
11113
+ },
11114
+ {
11115
+ "kind": "webfonts#webfont",
11116
+ "family": "Tauri",
11117
+ "category": "sans-serif",
11118
+ "variants": [
11119
+ "regular"
11120
+ ],
11121
+ "subsets": [
11122
+ "latin",
11123
+ "latin-ext"
11124
+ ],
11125
+ "version": "v2",
11126
+ "lastModified": "2014-01-07",
11127
+ "files": {
11128
+ "regular": "http://themes.googleusercontent.com/static/fonts/tauri/v2/XIWeYJDXNqiVNej0zEqtGg.ttf"
11129
+ }
11130
+ },
11131
+ {
11132
+ "kind": "webfonts#webfont",
11133
+ "family": "Telex",
11134
+ "category": "sans-serif",
11135
+ "variants": [
11136
+ "regular"
11137
+ ],
11138
+ "subsets": [
11139
+ "latin"
11140
+ ],
11141
+ "version": "v2",
11142
+ "lastModified": "2014-01-07",
11143
+ "files": {
11144
+ "regular": "http://themes.googleusercontent.com/static/fonts/telex/v2/24-3xP9ywYeHOcFU3iGk8A.ttf"
11145
+ }
11146
+ },
11147
+ {
11148
+ "kind": "webfonts#webfont",
11149
+ "family": "Tenor Sans",
11150
+ "category": "sans-serif",
11151
+ "variants": [
11152
+ "regular"
11153
+ ],
11154
+ "subsets": [
11155
+ "latin",
11156
+ "cyrillic",
11157
+ "cyrillic-ext",
11158
+ "latin-ext"
11159
+ ],
11160
+ "version": "v5",
11161
+ "lastModified": "2014-01-07",
11162
+ "files": {
11163
+ "regular": "http://themes.googleusercontent.com/static/fonts/tenorsans/v5/dUBulmjNJJInvK5vL7O9yfesZW2xOQ-xsNqO47m55DA.ttf"
11164
+ }
11165
+ },
11166
+ {
11167
+ "kind": "webfonts#webfont",
11168
+ "family": "Text Me One",
11169
+ "category": "sans-serif",
11170
+ "variants": [
11171
+ "regular"
11172
+ ],
11173
+ "subsets": [
11174
+ "latin",
11175
+ "latin-ext"
11176
+ ],
11177
+ "version": "v2",
11178
+ "lastModified": "2014-01-07",
11179
+ "files": {
11180
+ "regular": "http://themes.googleusercontent.com/static/fonts/textmeone/v2/9em_3ckd_P5PQkP4aDyDLqCWcynf_cDxXwCLxiixG1c.ttf"
11181
+ }
11182
+ },
11183
+ {
11184
+ "kind": "webfonts#webfont",
11185
+ "family": "The Girl Next Door",
11186
+ "category": "handwriting",
11187
+ "variants": [
11188
+ "regular"
11189
+ ],
11190
+ "subsets": [
11191
+ "latin"
11192
+ ],
11193
+ "version": "v5",
11194
+ "lastModified": "2014-01-07",
11195
+ "files": {
11196
+ "regular": "http://themes.googleusercontent.com/static/fonts/thegirlnextdoor/v5/cWRA4JVGeEcHGcPl5hmX7kzo0nFFoM60ux_D9BUymX4.ttf"
11197
+ }
11198
+ },
11199
+ {
11200
+ "kind": "webfonts#webfont",
11201
+ "family": "Tienne",
11202
+ "category": "serif",
11203
+ "variants": [
11204
+ "regular",
11205
+ "700",
11206
+ "900"
11207
+ ],
11208
+ "subsets": [
11209
+ "latin"
11210
+ ],
11211
+ "version": "v6",
11212
+ "lastModified": "2014-01-07",
11213
+ "files": {
11214
+ "regular": "http://themes.googleusercontent.com/static/fonts/tienne/v6/-IIfDl701C0z7-fy2kmGvA.ttf",
11215
+ "700": "http://themes.googleusercontent.com/static/fonts/tienne/v6/JvoCDOlyOSEyYGRwCyfs3g.ttf",
11216
+ "900": "http://themes.googleusercontent.com/static/fonts/tienne/v6/FBano5T521OWexj2iRYLMw.ttf"
11217
+ }
11218
+ },
11219
+ {
11220
+ "kind": "webfonts#webfont",
11221
+ "family": "Tinos",
11222
+ "category": "serif",
11223
+ "variants": [
11224
+ "regular",
11225
+ "italic",
11226
+ "700",
11227
+ "700italic"
11228
+ ],
11229
+ "subsets": [
11230
+ "latin",
11231
+ "greek",
11232
+ "cyrillic",
11233
+ "vietnamese",
11234
+ "cyrillic-ext",
11235
+ "latin-ext",
11236
+ "greek-ext"
11237
+ ],
11238
+ "version": "v6",
11239
+ "lastModified": "2014-01-07",
11240
+ "files": {
11241
+ "regular": "http://themes.googleusercontent.com/static/fonts/tinos/v6/EqpUbkVmutfwZ0PjpoGwCg.ttf",
11242
+ "italic": "http://themes.googleusercontent.com/static/fonts/tinos/v6/slfyzlasCr9vTsaP4lUh9A.ttf",
11243
+ "700": "http://themes.googleusercontent.com/static/fonts/tinos/v6/vHXfhX8jZuQruowfon93yQ.ttf",
11244
+ "700italic": "http://themes.googleusercontent.com/static/fonts/tinos/v6/M6kfzvDMM0CdxdraoFpG6vesZW2xOQ-xsNqO47m55DA.ttf"
11245
+ }
11246
+ },
11247
+ {
11248
+ "kind": "webfonts#webfont",
11249
+ "family": "Titan One",
11250
+ "category": "display",
11251
+ "variants": [
11252
+ "regular"
11253
+ ],
11254
+ "subsets": [
11255
+ "latin",
11256
+ "latin-ext"
11257
+ ],
11258
+ "version": "v2",
11259
+ "lastModified": "2014-01-07",
11260
+ "files": {
11261
+ "regular": "http://themes.googleusercontent.com/static/fonts/titanone/v2/FbvpRvzfV_oipS0De3iAZg.ttf"
11262
+ }
11263
+ },
11264
+ {
11265
+ "kind": "webfonts#webfont",
11266
+ "family": "Titillium Web",
11267
+ "category": "sans-serif",
11268
+ "variants": [
11269
+ "200",
11270
+ "200italic",
11271
+ "300",
11272
+ "300italic",
11273
+ "regular",
11274
+ "italic",
11275
+ "600",
11276
+ "600italic",
11277
+ "700",
11278
+ "700italic",
11279
+ "900"
11280
+ ],
11281
+ "subsets": [
11282
+ "latin",
11283
+ "latin-ext"
11284
+ ],
11285
+ "version": "v2",
11286
+ "lastModified": "2014-01-07",
11287
+ "files": {
11288
+ "200": "http://themes.googleusercontent.com/static/fonts/titilliumweb/v2/anMUvcNT0H1YN4FII8wprzOdCrLccoxq42eaxM802O0.ttf",
11289
+ "200italic": "http://themes.googleusercontent.com/static/fonts/titilliumweb/v2/RZunN20OBmkvrU7sA4GPPj4N98U-66ThNJvtgddRfBE.ttf",
11290
+ "300": "http://themes.googleusercontent.com/static/fonts/titilliumweb/v2/anMUvcNT0H1YN4FII8wpr9ZAkYT8DuUZELiKLwMGWAo.ttf",
11291
+ "300italic": "http://themes.googleusercontent.com/static/fonts/titilliumweb/v2/RZunN20OBmkvrU7sA4GPPrfzCkqg7ORZlRf2cc4mXu8.ttf",
11292
+ "regular": "http://themes.googleusercontent.com/static/fonts/titilliumweb/v2/7XUFZ5tgS-tD6QamInJTcTyagQBwYgYywpS70xNq8SQ.ttf",
11293
+ "italic": "http://themes.googleusercontent.com/static/fonts/titilliumweb/v2/r9OmwyQxrgzUAhaLET_KO-ixohbIP6lHkU-1Mgq95cY.ttf",
11294
+ "600": "http://themes.googleusercontent.com/static/fonts/titilliumweb/v2/anMUvcNT0H1YN4FII8wpr28K9dEd5Ue-HTQrlA7E2xQ.ttf",
11295
+ "600italic": "http://themes.googleusercontent.com/static/fonts/titilliumweb/v2/RZunN20OBmkvrU7sA4GPPgOhzTSndyK8UWja2yJjKLc.ttf",
11296
+ "700": "http://themes.googleusercontent.com/static/fonts/titilliumweb/v2/anMUvcNT0H1YN4FII8wpr2-6tpSbB9YhmWtmd1_gi_U.ttf",
11297
+ "700italic": "http://themes.googleusercontent.com/static/fonts/titilliumweb/v2/RZunN20OBmkvrU7sA4GPPio3LEw-4MM8Ao2j9wPOfpw.ttf",
11298
+ "900": "http://themes.googleusercontent.com/static/fonts/titilliumweb/v2/anMUvcNT0H1YN4FII8wpr7L0GmZLri-m-nfoo0Vul4Y.ttf"
11299
+ }
11300
+ },
11301
+ {
11302
+ "kind": "webfonts#webfont",
11303
+ "family": "Trade Winds",
11304
+ "category": "display",
11305
+ "variants": [
11306
+ "regular"
11307
+ ],
11308
+ "subsets": [
11309
+ "latin"
11310
+ ],
11311
+ "version": "v3",
11312
+ "lastModified": "2014-01-07",
11313
+ "files": {
11314
+ "regular": "http://themes.googleusercontent.com/static/fonts/tradewinds/v3/sDOCVgAxw6PEUi2xdMsoDaCWcynf_cDxXwCLxiixG1c.ttf"
11315
+ }
11316
+ },
11317
+ {
11318
+ "kind": "webfonts#webfont",
11319
+ "family": "Trocchi",
11320
+ "category": "serif",
11321
+ "variants": [
11322
+ "regular"
11323
+ ],
11324
+ "subsets": [
11325
+ "latin",
11326
+ "latin-ext"
11327
+ ],
11328
+ "version": "v2",
11329
+ "lastModified": "2014-01-07",
11330
+ "files": {
11331
+ "regular": "http://themes.googleusercontent.com/static/fonts/trocchi/v2/uldNPaKrUGVeGCVsmacLwA.ttf"
11332
+ }
11333
+ },
11334
+ {
11335
+ "kind": "webfonts#webfont",
11336
+ "family": "Trochut",
11337
+ "category": "display",
11338
+ "variants": [
11339
+ "regular",
11340
+ "italic",
11341
+ "700"
11342
+ ],
11343
+ "subsets": [
11344
+ "latin"
11345
+ ],
11346
+ "version": "v2",
11347
+ "lastModified": "2014-01-07",
11348
+ "files": {
11349
+ "regular": "http://themes.googleusercontent.com/static/fonts/trochut/v2/6Y65B0x-2JsnYt16OH5omw.ttf",
11350
+ "italic": "http://themes.googleusercontent.com/static/fonts/trochut/v2/pczUwr4ZFvC79TgNO5cZng.ttf",
11351
+ "700": "http://themes.googleusercontent.com/static/fonts/trochut/v2/lWqNOv6ISR8ehNzGLFLnJ_esZW2xOQ-xsNqO47m55DA.ttf"
11352
+ }
11353
+ },
11354
+ {
11355
+ "kind": "webfonts#webfont",
11356
+ "family": "Trykker",
11357
+ "category": "serif",
11358
+ "variants": [
11359
+ "regular"
11360
+ ],
11361
+ "subsets": [
11362
+ "latin",
11363
+ "latin-ext"
11364
+ ],
11365
+ "version": "v3",
11366
+ "lastModified": "2014-01-07",
11367
+ "files": {
11368
+ "regular": "http://themes.googleusercontent.com/static/fonts/trykker/v3/YiVrVJpBFN7I1l_CWk6yYQ.ttf"
11369
+ }
11370
+ },
11371
+ {
11372
+ "kind": "webfonts#webfont",
11373
+ "family": "Tulpen One",
11374
+ "category": "display",
11375
+ "variants": [
11376
+ "regular"
11377
+ ],
11378
+ "subsets": [
11379
+ "latin"
11380
+ ],
11381
+ "version": "v4",
11382
+ "lastModified": "2014-01-07",
11383
+ "files": {
11384
+ "regular": "http://themes.googleusercontent.com/static/fonts/tulpenone/v4/lwcTfVIEVxpZLZlWzR5baPesZW2xOQ-xsNqO47m55DA.ttf"
11385
+ }
11386
+ },
11387
+ {
11388
+ "kind": "webfonts#webfont",
11389
+ "family": "Ubuntu",
11390
+ "category": "sans-serif",
11391
+ "variants": [
11392
+ "300",
11393
+ "300italic",
11394
+ "regular",
11395
+ "italic",
11396
+ "500",
11397
+ "500italic",
11398
+ "700",
11399
+ "700italic"
11400
+ ],
11401
+ "subsets": [
11402
+ "latin",
11403
+ "greek",
11404
+ "cyrillic",
11405
+ "cyrillic-ext",
11406
+ "latin-ext",
11407
+ "greek-ext"
11408
+ ],
11409
+ "version": "v5",
11410
+ "lastModified": "2014-01-07",
11411
+ "files": {
11412
+ "300": "http://themes.googleusercontent.com/static/fonts/ubuntu/v5/7-wH0j2QCTHKgp7vLh9-sQ.ttf",
11413
+ "300italic": "http://themes.googleusercontent.com/static/fonts/ubuntu/v5/j-TYDdXcC_eQzhhp386SjaCWcynf_cDxXwCLxiixG1c.ttf",
11414
+ "regular": "http://themes.googleusercontent.com/static/fonts/ubuntu/v5/lhhB5ZCwEkBRbHMSnYuKyA.ttf",
11415
+ "italic": "http://themes.googleusercontent.com/static/fonts/ubuntu/v5/b9hP8wd30SygxZjGGk4DCQ.ttf",
11416
+ "500": "http://themes.googleusercontent.com/static/fonts/ubuntu/v5/bMbHEMwSUmkzcK2x_74QbA.ttf",
11417
+ "500italic": "http://themes.googleusercontent.com/static/fonts/ubuntu/v5/NWdMogIO7U6AtEM4dDdf_aCWcynf_cDxXwCLxiixG1c.ttf",
11418
+ "700": "http://themes.googleusercontent.com/static/fonts/ubuntu/v5/B7BtHjNYwAp3HgLNagENOQ.ttf",
11419
+ "700italic": "http://themes.googleusercontent.com/static/fonts/ubuntu/v5/pqisLQoeO9YTDCNnlQ9bf6CWcynf_cDxXwCLxiixG1c.ttf"
11420
+ }
11421
+ },
11422
+ {
11423
+ "kind": "webfonts#webfont",
11424
+ "family": "Ubuntu Condensed",
11425
+ "category": "sans-serif",
11426
+ "variants": [
11427
+ "regular"
11428
+ ],
11429
+ "subsets": [
11430
+ "latin",
11431
+ "greek",
11432
+ "cyrillic",
11433
+ "cyrillic-ext",
11434
+ "latin-ext",
11435
+ "greek-ext"
11436
+ ],
11437
+ "version": "v4",
11438
+ "lastModified": "2014-01-07",
11439
+ "files": {
11440
+ "regular": "http://themes.googleusercontent.com/static/fonts/ubuntucondensed/v4/DBCt-NXN57MTAFjitYxdrKDbm6fPDOZJsR8PmdG62gY.ttf"
11441
+ }
11442
+ },
11443
+ {
11444
+ "kind": "webfonts#webfont",
11445
+ "family": "Ubuntu Mono",
11446
+ "category": "monospace",
11447
+ "variants": [
11448
+ "regular",
11449
+ "italic",
11450
+ "700",
11451
+ "700italic"
11452
+ ],
11453
+ "subsets": [
11454
+ "latin",
11455
+ "greek",
11456
+ "cyrillic",
11457
+ "cyrillic-ext",
11458
+ "latin-ext",
11459
+ "greek-ext"
11460
+ ],
11461
+ "version": "v4",
11462
+ "lastModified": "2014-03-18",
11463
+ "files": {
11464
+ "regular": "http://themes.googleusercontent.com/static/fonts/ubuntumono/v4/EgeuS9OtEmA0y_JRo03MQaCWcynf_cDxXwCLxiixG1c.ttf",
11465
+ "italic": "http://themes.googleusercontent.com/static/fonts/ubuntumono/v4/KAKuHXAHZOeECOWAHsRKA0eOrDcLawS7-ssYqLr2Xp4.ttf",
11466
+ "700": "http://themes.googleusercontent.com/static/fonts/ubuntumono/v4/ceqTZGKHipo8pJj4molytne1Pd76Vl7zRpE7NLJQ7XU.ttf",
11467
+ "700italic": "http://themes.googleusercontent.com/static/fonts/ubuntumono/v4/n_d8tv_JOIiYyMXR4eaV9c_zJjSACmk0BRPxQqhnNLU.ttf"
11468
+ }
11469
+ },
11470
+ {
11471
+ "kind": "webfonts#webfont",
11472
+ "family": "Ultra",
11473
+ "category": "serif",
11474
+ "variants": [
11475
+ "regular"
11476
+ ],
11477
+ "subsets": [
11478
+ "latin"
11479
+ ],
11480
+ "version": "v5",
11481
+ "lastModified": "2014-01-07",
11482
+ "files": {
11483
+ "regular": "http://themes.googleusercontent.com/static/fonts/ultra/v5/OW8uXkOstRADuhEmGOFQLA.ttf"
11484
+ }
11485
+ },
11486
+ {
11487
+ "kind": "webfonts#webfont",
11488
+ "family": "Uncial Antiqua",
11489
+ "category": "display",
11490
+ "variants": [
11491
+ "regular"
11492
+ ],
11493
+ "subsets": [
11494
+ "latin"
11495
+ ],
11496
+ "version": "v2",
11497
+ "lastModified": "2014-01-07",
11498
+ "files": {
11499
+ "regular": "http://themes.googleusercontent.com/static/fonts/uncialantiqua/v2/F-leefDiFwQXsyd6eaSllqrFJ4O13IHVxZbM6yoslpo.ttf"
11500
+ }
11501
+ },
11502
+ {
11503
+ "kind": "webfonts#webfont",
11504
+ "family": "Underdog",
11505
+ "category": "display",
11506
+ "variants": [
11507
+ "regular"
11508
+ ],
11509
+ "subsets": [
11510
+ "latin",
11511
+ "cyrillic",
11512
+ "latin-ext"
11513
+ ],
11514
+ "version": "v2",
11515
+ "lastModified": "2014-01-07",
11516
+ "files": {
11517
+ "regular": "http://themes.googleusercontent.com/static/fonts/underdog/v2/gBv9yjez_-5PnTprHWq0ig.ttf"
11518
+ }
11519
+ },
11520
+ {
11521
+ "kind": "webfonts#webfont",
11522
+ "family": "Unica One",
11523
+ "category": "display",
11524
+ "variants": [
11525
+ "regular"
11526
+ ],
11527
+ "subsets": [
11528
+ "latin",
11529
+ "latin-ext"
11530
+ ],
11531
+ "version": "v2",
11532
+ "lastModified": "2014-01-07",
11533
+ "files": {
11534
+ "regular": "http://themes.googleusercontent.com/static/fonts/unicaone/v2/KbYKlhWMDpatWViqDkNQgA.ttf"
11535
+ }
11536
+ },
11537
+ {
11538
+ "kind": "webfonts#webfont",
11539
+ "family": "UnifrakturCook",
11540
+ "category": "display",
11541
+ "variants": [
11542
+ "700"
11543
+ ],
11544
+ "subsets": [
11545
+ "latin"
11546
+ ],
11547
+ "version": "v6",
11548
+ "lastModified": "2014-01-07",
11549
+ "files": {
11550
+ "700": "http://themes.googleusercontent.com/static/fonts/unifrakturcook/v6/ASwh69ykD8iaoYijVEU6RrWZkcsCTHKV51zmcUsafQ0.ttf"
11551
+ }
11552
+ },
11553
+ {
11554
+ "kind": "webfonts#webfont",
11555
+ "family": "UnifrakturMaguntia",
11556
+ "category": "display",
11557
+ "variants": [
11558
+ "regular"
11559
+ ],
11560
+ "subsets": [
11561
+ "latin"
11562
+ ],
11563
+ "version": "v5",
11564
+ "lastModified": "2014-01-07",
11565
+ "files": {
11566
+ "regular": "http://themes.googleusercontent.com/static/fonts/unifrakturmaguntia/v5/7KWy3ymCVR_xfAvvcIXm3-kdNg30GQauG_DE-tMYtWk.ttf"
11567
+ }
11568
+ },
11569
+ {
11570
+ "kind": "webfonts#webfont",
11571
+ "family": "Unkempt",
11572
+ "category": "display",
11573
+ "variants": [
11574
+ "regular",
11575
+ "700"
11576
+ ],
11577
+ "subsets": [
11578
+ "latin"
11579
+ ],
11580
+ "version": "v5",
11581
+ "lastModified": "2014-01-07",
11582
+ "files": {
11583
+ "regular": "http://themes.googleusercontent.com/static/fonts/unkempt/v5/NLLBeNSspr0RGs71R5LHWA.ttf",
11584
+ "700": "http://themes.googleusercontent.com/static/fonts/unkempt/v5/V7H-GCl9bgwGwqFqTTgDHvesZW2xOQ-xsNqO47m55DA.ttf"
11585
+ }
11586
+ },
11587
+ {
11588
+ "kind": "webfonts#webfont",
11589
+ "family": "Unlock",
11590
+ "category": "display",
11591
+ "variants": [
11592
+ "regular"
11593
+ ],
11594
+ "subsets": [
11595
+ "latin"
11596
+ ],
11597
+ "version": "v4",
11598
+ "lastModified": "2014-01-07",
11599
+ "files": {
11600
+ "regular": "http://themes.googleusercontent.com/static/fonts/unlock/v4/rXEQzK7uIAlhoyoAEiMy1w.ttf"
11601
+ }
11602
+ },
11603
+ {
11604
+ "kind": "webfonts#webfont",
11605
+ "family": "Unna",
11606
+ "category": "serif",
11607
+ "variants": [
11608
+ "regular"
11609
+ ],
11610
+ "subsets": [
11611
+ "latin"
11612
+ ],
11613
+ "version": "v6",
11614
+ "lastModified": "2014-01-07",
11615
+ "files": {
11616
+ "regular": "http://themes.googleusercontent.com/static/fonts/unna/v6/UAS0AM7AmbdCNY_80xyAZQ.ttf"
11617
+ }
11618
+ },
11619
+ {
11620
+ "kind": "webfonts#webfont",
11621
+ "family": "VT323",
11622
+ "category": "monospace",
11623
+ "variants": [
11624
+ "regular"
11625
+ ],
11626
+ "subsets": [
11627
+ "latin"
11628
+ ],
11629
+ "version": "v5",
11630
+ "lastModified": "2014-03-18",
11631
+ "files": {
11632
+ "regular": "http://themes.googleusercontent.com/static/fonts/vt323/v5/ITU2YQfM073o1iYK3nSOmQ.ttf"
11633
+ }
11634
+ },
11635
+ {
11636
+ "kind": "webfonts#webfont",
11637
+ "family": "Vampiro One",
11638
+ "category": "display",
11639
+ "variants": [
11640
+ "regular"
11641
+ ],
11642
+ "subsets": [
11643
+ "latin",
11644
+ "latin-ext"
11645
+ ],
11646
+ "version": "v3",
11647
+ "lastModified": "2014-01-07",
11648
+ "files": {
11649
+ "regular": "http://themes.googleusercontent.com/static/fonts/vampiroone/v3/OVDs4gY4WpS5u3Qd1gXRW6CWcynf_cDxXwCLxiixG1c.ttf"
11650
+ }
11651
+ },
11652
+ {
11653
+ "kind": "webfonts#webfont",
11654
+
11655
+ "family": "Varela",
11656
+ "category": "sans-serif",
11657
+ "variants": [
11658
+ "regular"
11659
+ ],
11660
+ "subsets": [
11661
+ "latin",
11662
+ "latin-ext"
11663
+ ],
11664
+ "version": "v5",
11665
+ "lastModified": "2014-01-07",
11666
+ "files": {
11667
+ "regular": "http://themes.googleusercontent.com/static/fonts/varela/v5/ON7qs0cKUUixhhDFXlZUjw.ttf"
11668
+ }
11669
+ },
11670
+ {
11671
+ "kind": "webfonts#webfont",
11672
+ "family": "Varela Round",
11673
+ "category": "sans-serif",
11674
+ "variants": [
11675
+ "regular"
11676
+ ],
11677
+ "subsets": [
11678
+ "latin"
11679
+ ],
11680
+ "version": "v4",
11681
+ "lastModified": "2014-01-07",
11682
+ "files": {
11683
+ "regular": "http://themes.googleusercontent.com/static/fonts/varelaround/v4/APH4jr0uSos5wiut5cpjri3USBnSvpkopQaUR-2r7iU.ttf"
11684
+ }
11685
+ },
11686
+ {
11687
+ "kind": "webfonts#webfont",
11688
+ "family": "Vast Shadow",
11689
+ "category": "display",
11690
+ "variants": [
11691
+ "regular"
11692
+ ],
11693
+ "subsets": [
11694
+ "latin"
11695
+ ],
11696
+ "version": "v4",
11697
+ "lastModified": "2014-01-07",
11698
+ "files": {
11699
+ "regular": "http://themes.googleusercontent.com/static/fonts/vastshadow/v4/io4hqKX3ibiqQQjYfW0-h6CWcynf_cDxXwCLxiixG1c.ttf"
11700
+ }
11701
+ },
11702
+ {
11703
+ "kind": "webfonts#webfont",
11704
+ "family": "Vibur",
11705
+ "category": "handwriting",
11706
+ "variants": [
11707
+ "regular"
11708
+ ],
11709
+ "subsets": [
11710
+ "latin"
11711
+ ],
11712
+ "version": "v5",
11713
+ "lastModified": "2014-01-07",
11714
+ "files": {
11715
+ "regular": "http://themes.googleusercontent.com/static/fonts/vibur/v5/xB9aKsUbJo68XP0bAg2iLw.ttf"
11716
+ }
11717
+ },
11718
+ {
11719
+ "kind": "webfonts#webfont",
11720
+ "family": "Vidaloka",
11721
+ "category": "serif",
11722
+ "variants": [
11723
+ "regular"
11724
+ ],
11725
+ "subsets": [
11726
+ "latin"
11727
+ ],
11728
+ "version": "v6",
11729
+ "lastModified": "2014-01-07",
11730
+ "files": {
11731
+ "regular": "http://themes.googleusercontent.com/static/fonts/vidaloka/v6/C6Nul0ogKUWkx356rrt9RA.ttf"
11732
+ }
11733
+ },
11734
+ {
11735
+ "kind": "webfonts#webfont",
11736
+ "family": "Viga",
11737
+ "category": "sans-serif",
11738
+ "variants": [
11739
+ "regular"
11740
+ ],
11741
+ "subsets": [
11742
+ "latin",
11743
+ "latin-ext"
11744
+ ],
11745
+ "version": "v3",
11746
+ "lastModified": "2014-01-07",
11747
+ "files": {
11748
+ "regular": "http://themes.googleusercontent.com/static/fonts/viga/v3/uD87gDbhS7frHLX4uL6agg.ttf"
11749
+ }
11750
+ },
11751
+ {
11752
+ "kind": "webfonts#webfont",
11753
+ "family": "Voces",
11754
+ "category": "display",
11755
+ "variants": [
11756
+ "regular"
11757
+ ],
11758
+ "subsets": [
11759
+ "latin",
11760
+ "latin-ext"
11761
+ ],
11762
+ "version": "v2",
11763
+ "lastModified": "2014-01-07",
11764
+ "files": {
11765
+ "regular": "http://themes.googleusercontent.com/static/fonts/voces/v2/QoBH6g6yKgNIgvL8A2aE2Q.ttf"
11766
+ }
11767
+ },
11768
+ {
11769
+ "kind": "webfonts#webfont",
11770
+ "family": "Volkhov",
11771
+ "category": "serif",
11772
+ "variants": [
11773
+ "regular",
11774
+ "italic",
11775
+ "700",
11776
+ "700italic"
11777
+ ],
11778
+ "subsets": [
11779
+ "latin"
11780
+ ],
11781
+ "version": "v6",
11782
+ "lastModified": "2014-01-07",
11783
+ "files": {
11784
+ "regular": "http://themes.googleusercontent.com/static/fonts/volkhov/v6/MDIZAofe1T_J3un5Kgo8zg.ttf",
11785
+ "italic": "http://themes.googleusercontent.com/static/fonts/volkhov/v6/1rTjmztKEpbkKH06JwF8Yw.ttf",
11786
+ "700": "http://themes.googleusercontent.com/static/fonts/volkhov/v6/L8PbKS-kEoLHm7nP--NCzPesZW2xOQ-xsNqO47m55DA.ttf",
11787
+ "700italic": "http://themes.googleusercontent.com/static/fonts/volkhov/v6/W6oG0QDDjCgj0gmsHE520C3USBnSvpkopQaUR-2r7iU.ttf"
11788
+ }
11789
+ },
11790
+ {
11791
+ "kind": "webfonts#webfont",
11792
+ "family": "Vollkorn",
11793
+ "category": "serif",
11794
+ "variants": [
11795
+ "regular",
11796
+ "italic",
11797
+ "700",
11798
+ "700italic"
11799
+ ],
11800
+ "subsets": [
11801
+ "latin"
11802
+ ],
11803
+ "version": "v4",
11804
+ "lastModified": "2014-01-07",
11805
+ "files": {
11806
+ "regular": "http://themes.googleusercontent.com/static/fonts/vollkorn/v4/IiexqYAeh8uII223thYx3w.ttf",
11807
+ "italic": "http://themes.googleusercontent.com/static/fonts/vollkorn/v4/UuIzosgR1ovBhJFdwVp3fvesZW2xOQ-xsNqO47m55DA.ttf",
11808
+ "700": "http://themes.googleusercontent.com/static/fonts/vollkorn/v4/gOwQjJVGXlDOONC12hVoBqCWcynf_cDxXwCLxiixG1c.ttf",
11809
+ "700italic": "http://themes.googleusercontent.com/static/fonts/vollkorn/v4/KNiAlx6phRqXCwnZZG51JAJKKGfqHaYFsRG-T3ceEVo.ttf"
11810
+ }
11811
+ },
11812
+ {
11813
+ "kind": "webfonts#webfont",
11814
+ "family": "Voltaire",
11815
+ "category": "sans-serif",
11816
+ "variants": [
11817
+ "regular"
11818
+ ],
11819
+ "subsets": [
11820
+ "latin"
11821
+ ],
11822
+ "version": "v4",
11823
+ "lastModified": "2014-01-07",
11824
+ "files": {
11825
+ "regular": "http://themes.googleusercontent.com/static/fonts/voltaire/v4/WvqBzaGEBbRV-hrahwO2cA.ttf"
11826
+ }
11827
+ },
11828
+ {
11829
+ "kind": "webfonts#webfont",
11830
+ "family": "Waiting for the Sunrise",
11831
+ "category": "handwriting",
11832
+ "variants": [
11833
+ "regular"
11834
+ ],
11835
+ "subsets": [
11836
+ "latin"
11837
+ ],
11838
+ "version": "v5",
11839
+ "lastModified": "2014-01-07",
11840
+ "files": {
11841
+ "regular": "http://themes.googleusercontent.com/static/fonts/waitingforthesunrise/v5/eNfH7kLpF1PZWpsetF-ha9TChrNgrDiT3Zy6yGf3FnM.ttf"
11842
+ }
11843
+ },
11844
+ {
11845
+ "kind": "webfonts#webfont",
11846
+ "family": "Wallpoet",
11847
+ "category": "display",
11848
+ "variants": [
11849
+ "regular"
11850
+ ],
11851
+ "subsets": [
11852
+ "latin"
11853
+ ],
11854
+ "version": "v5",
11855
+ "lastModified": "2014-01-07",
11856
+ "files": {
11857
+ "regular": "http://themes.googleusercontent.com/static/fonts/wallpoet/v5/hmum4WuBN4A0Z_7367NDIg.ttf"
11858
+ }
11859
+ },
11860
+ {
11861
+ "kind": "webfonts#webfont",
11862
+ "family": "Walter Turncoat",
11863
+ "category": "handwriting",
11864
+ "variants": [
11865
+ "regular"
11866
+ ],
11867
+ "subsets": [
11868
+ "latin"
11869
+ ],
11870
+ "version": "v4",
11871
+ "lastModified": "2014-01-07",
11872
+ "files": {
11873
+ "regular": "http://themes.googleusercontent.com/static/fonts/walterturncoat/v4/sG9su5g4GXy1KP73cU3hvQplL2YwNeota48DxFlGDUo.ttf"
11874
+ }
11875
+ },
11876
+ {
11877
+ "kind": "webfonts#webfont",
11878
+ "family": "Warnes",
11879
+ "category": "display",
11880
+ "variants": [
11881
+ "regular"
11882
+ ],
11883
+ "subsets": [
11884
+ "latin",
11885
+ "latin-ext"
11886
+ ],
11887
+ "version": "v3",
11888
+ "lastModified": "2014-01-07",
11889
+ "files": {
11890
+ "regular": "http://themes.googleusercontent.com/static/fonts/warnes/v3/MXG7_Phj4YpzAXxKGItuBw.ttf"
11891
+ }
11892
+ },
11893
+ {
11894
+ "kind": "webfonts#webfont",
11895
+ "family": "Wellfleet",
11896
+ "category": "display",
11897
+ "variants": [
11898
+ "regular"
11899
+ ],
11900
+ "subsets": [
11901
+ "latin",
11902
+ "latin-ext"
11903
+ ],
11904
+ "version": "v2",
11905
+ "lastModified": "2014-01-07",
11906
+ "files": {
11907
+ "regular": "http://themes.googleusercontent.com/static/fonts/wellfleet/v2/J5tOx72iFRPgHYpbK9J4XQ.ttf"
11908
+ }
11909
+ },
11910
+ {
11911
+ "kind": "webfonts#webfont",
11912
+ "family": "Wendy One",
11913
+ "category": "sans-serif",
11914
+ "variants": [
11915
+ "regular"
11916
+ ],
11917
+ "subsets": [
11918
+ "latin",
11919
+ "latin-ext"
11920
+ ],
11921
+ "version": "v2",
11922
+ "lastModified": "2014-01-07",
11923
+ "files": {
11924
+ "regular": "http://themes.googleusercontent.com/static/fonts/wendyone/v2/R8CJT2oDXdMk_ZtuHTxoxw.ttf"
11925
+ }
11926
+ },
11927
+ {
11928
+ "kind": "webfonts#webfont",
11929
+ "family": "Wire One",
11930
+ "category": "sans-serif",
11931
+ "variants": [
11932
+ "regular"
11933
+ ],
11934
+ "subsets": [
11935
+ "latin"
11936
+ ],
11937
+ "version": "v4",
11938
+ "lastModified": "2014-01-07",
11939
+ "files": {
11940
+ "regular": "http://themes.googleusercontent.com/static/fonts/wireone/v4/sRLhaQOQpWnvXwIx0CycQw.ttf"
11941
+ }
11942
+ },
11943
+ {
11944
+ "kind": "webfonts#webfont",
11945
+ "family": "Yanone Kaffeesatz",
11946
+ "category": "sans-serif",
11947
+ "variants": [
11948
+ "200",
11949
+ "300",
11950
+ "regular",
11951
+ "700"
11952
+ ],
11953
+ "subsets": [
11954
+ "latin",
11955
+ "latin-ext"
11956
+ ],
11957
+ "version": "v5",
11958
+ "lastModified": "2014-01-07",
11959
+ "files": {
11960
+ "200": "http://themes.googleusercontent.com/static/fonts/yanonekaffeesatz/v5/We_iSDqttE3etzfdfhuPRbq92v6XxU4pSv06GI0NsGc.ttf",
11961
+ "300": "http://themes.googleusercontent.com/static/fonts/yanonekaffeesatz/v5/We_iSDqttE3etzfdfhuPRZlIwXPiNoNT_wxzJ2t3mTE.ttf",
11962
+ "regular": "http://themes.googleusercontent.com/static/fonts/yanonekaffeesatz/v5/YDAoLskQQ5MOAgvHUQCcLdXn3cHbFGWU4T2HrSN6JF4.ttf",
11963
+ "700": "http://themes.googleusercontent.com/static/fonts/yanonekaffeesatz/v5/We_iSDqttE3etzfdfhuPRf2R4S6PlKaGXWPfWpHpcl0.ttf"
11964
+ }
11965
+ },
11966
+ {
11967
+ "kind": "webfonts#webfont",
11968
+ "family": "Yellowtail",
11969
+ "category": "handwriting",
11970
+ "variants": [
11971
+ "regular"
11972
+ ],
11973
+ "subsets": [
11974
+ "latin"
11975
+ ],
11976
+ "version": "v4",
11977
+ "lastModified": "2014-01-07",
11978
+ "files": {
11979
+ "regular": "http://themes.googleusercontent.com/static/fonts/yellowtail/v4/HLrU6lhCTjXfLZ7X60LcB_esZW2xOQ-xsNqO47m55DA.ttf"
11980
+ }
11981
+ },
11982
+ {
11983
+ "kind": "webfonts#webfont",
11984
+ "family": "Yeseva One",
11985
+ "category": "display",
11986
+ "variants": [
11987
+ "regular"
11988
+ ],
11989
+ "subsets": [
11990
+ "latin",
11991
+ "cyrillic",
11992
+ "latin-ext"
11993
+ ],
11994
+ "version": "v7",
11995
+ "lastModified": "2014-01-07",
11996
+ "files": {
11997
+ "regular": "http://themes.googleusercontent.com/static/fonts/yesevaone/v7/eenQQxvpzSA80JmisGcgX_esZW2xOQ-xsNqO47m55DA.ttf"
11998
+ }
11999
+ },
12000
+ {
12001
+ "kind": "webfonts#webfont",
12002
+ "family": "Yesteryear",
12003
+ "category": "handwriting",
12004
+ "variants": [
12005
+ "regular"
12006
+ ],
12007
+ "subsets": [
12008
+ "latin"
12009
+ ],
12010
+ "version": "v3",
12011
+ "lastModified": "2014-01-07",
12012
+ "files": {
12013
+ "regular": "http://themes.googleusercontent.com/static/fonts/yesteryear/v3/dv09hP_ZrdjVOfZQXKXuZvesZW2xOQ-xsNqO47m55DA.ttf"
12014
+ }
12015
+ },
12016
+ {
12017
+ "kind": "webfonts#webfont",
12018
+ "family": "Zeyada",
12019
+ "category": "handwriting",
12020
+ "variants": [
12021
+ "regular"
12022
+ ],
12023
+ "subsets": [
12024
+ "latin"
12025
+ ],
12026
+ "version": "v4",
12027
+ "lastModified": "2014-01-07",
12028
+ "files": {
12029
+ "regular": "http://themes.googleusercontent.com/static/fonts/zeyada/v4/hmonmGYYFwqTZQfG2nRswQ.ttf"
12030
+ }
12031
+ }
12032
+ ]
12033
+ }';
12034
+
inc/magee-slider.php CHANGED
@@ -47,6 +47,7 @@
47
  if(isset($custom["magee_custom_slider"][0]))
48
  $slider = json_decode( $custom["magee_custom_slider"][0],true );
49
 
 
50
  ?>
51
  <script>
52
  jQuery(document).ready(function() {
@@ -116,9 +117,9 @@
116
  <li id="listItem_<?php echo $i ?>" class="ui-state-default" style="margin-bottom:10px;">
117
  <div class="widget-content option-item" style="margin:5px; padding:5px;">
118
  <div class="slider-img"><?php echo wp_get_attachment_image( $slide['id'] , 'thumbnail' ); ?></div>
119
- <label for="magee_custom_slider[<?php echo $i ?>][title]"><span><?php _e("Slide Title",'magee-shortcodes');?> :</span><input id="magee_custom_slider[<?php echo $i ?>][title]" name="magee_custom_slider[<?php echo $i ?>][title]" value="<?php echo stripslashes( $slide['title'] ) ?>" type="text" /></label>
120
 
121
- <label for="magee_custom_slider[<?php echo $i ?>][caption]"><span style="float:left" ><?php _e("Slide Caption",'magee-shortcodes');?> :</span><textarea name="magee_custom_slider[<?php echo $i ?>][caption]" id="magee_custom_slider[<?php echo $i ?>][caption]"><?php echo stripslashes($slide['caption']) ; ?></textarea></label>
122
  <input id="magee_custom_slider[<?php echo $i ?>][id]" name="magee_custom_slider[<?php echo $i ?>][id]" value="<?php echo $slide['id'] ?>" type="hidden" />
123
  <a class="sort-item"><?php _e("Sort",'magee-shortcodes');?></a>
124
  <a class="del-item"><?php _e("Delete",'magee-shortcodes');?></a>
@@ -140,6 +141,19 @@
140
  global $post;
141
  if(isset($post->ID) && isset($_POST['magee-custom-slider'])){
142
  if( isset($_POST['magee_custom_slider']) && $_POST['magee_custom_slider'] != "" ){
 
 
 
 
 
 
 
 
 
 
 
 
 
143
  $magee_custom_slider = json_encode($_POST['magee_custom_slider']);
144
  update_post_meta($post->ID, 'magee_custom_slider' , $magee_custom_slider);
145
  }
47
  if(isset($custom["magee_custom_slider"][0]))
48
  $slider = json_decode( $custom["magee_custom_slider"][0],true );
49
 
50
+
51
  ?>
52
  <script>
53
  jQuery(document).ready(function() {
117
  <li id="listItem_<?php echo $i ?>" class="ui-state-default" style="margin-bottom:10px;">
118
  <div class="widget-content option-item" style="margin:5px; padding:5px;">
119
  <div class="slider-img"><?php echo wp_get_attachment_image( $slide['id'] , 'thumbnail' ); ?></div>
120
+ <label for="magee_custom_slider[<?php echo $i ?>][title]"><span><?php _e("Slide Title",'magee-shortcodes');?> :</span><input id="magee_custom_slider[<?php echo $i ?>][title]" name="magee_custom_slider[<?php echo $i ?>][title]" value="<?php echo esc_textarea(stripslashes( base64_decode($slide['title']) )); ?>" type="text" /></label>
121
 
122
+ <label for="magee_custom_slider[<?php echo $i ?>][caption]"><span style="float:left" ><?php _e("Slide Caption",'magee-shortcodes');?> :</span><textarea name="magee_custom_slider[<?php echo $i ?>][caption]" id="magee_custom_slider[<?php echo $i ?>][caption]"><?php echo esc_textarea(stripslashes(base64_decode($slide['caption']))) ; ?></textarea></label>
123
  <input id="magee_custom_slider[<?php echo $i ?>][id]" name="magee_custom_slider[<?php echo $i ?>][id]" value="<?php echo $slide['id'] ?>" type="hidden" />
124
  <a class="sort-item"><?php _e("Sort",'magee-shortcodes');?></a>
125
  <a class="del-item"><?php _e("Delete",'magee-shortcodes');?></a>
141
  global $post;
142
  if(isset($post->ID) && isset($_POST['magee-custom-slider'])){
143
  if( isset($_POST['magee_custom_slider']) && $_POST['magee_custom_slider'] != "" ){
144
+ foreach($_POST['magee_custom_slider'] as $pkey=>$attrs){
145
+ foreach($attrs as $key => $val){
146
+ switch($key){
147
+ case 'title':
148
+ $_POST['magee_custom_slider'][$pkey]['title'] = base64_encode($val);
149
+ break;
150
+ case 'caption':
151
+ $_POST['magee_custom_slider'][$pkey]['caption'] = base64_encode($val);
152
+ break;
153
+ }
154
+
155
+ }
156
+ }
157
  $magee_custom_slider = json_encode($_POST['magee_custom_slider']);
158
  update_post_meta($post->ID, 'magee_custom_slider' , $magee_custom_slider);
159
  }
inc/options.php CHANGED
@@ -25,6 +25,9 @@ function magee_shortcode_menus($name){
25
 
26
  global $magee_shortcodes,$magee_sliders,$magee_widget;
27
  $magee_sliders = Magee_Core::sliders_meta();
 
 
 
28
  $choices = array( 'yes' => __('Yes', 'magee-shortcodes' ), 'no' => __('No', 'magee-shortcodes') );
29
  $reverse_choices = array( 'no' => __('No', 'magee-shortcodes'), 'yes' => __('Yes', 'magee-shortcodes' ) );
30
  $choices_with_default = array( '' => __('Default', 'magee-shortcodes'), 'yes' => __('Yes', 'magee-shortcodes' ), 'no' => __('No', 'magee-shortcodes') );
@@ -812,6 +815,16 @@ $magee_shortcodes['countdowns'] = array(
812
  'params' => array(
813
 
814
 
 
 
 
 
 
 
 
 
 
 
815
  'endtime' => array(
816
  'std' => date('d-m-Y H:i',strtotime(' 1 month')),
817
  'type' => 'datepicker',
@@ -819,6 +832,30 @@ $magee_shortcodes['countdowns'] = array(
819
  'desc' => '',
820
 
821
  ),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
822
  'fontcolor' => array(
823
  'std' => '',
824
  'type' => 'colorpicker',
@@ -833,6 +870,13 @@ $magee_shortcodes['countdowns'] = array(
833
  'desc' => __( 'Set background color for countdown.','magee-shortcodes')
834
 
835
  ),
 
 
 
 
 
 
 
836
  'class' => array(
837
  'std' => '',
838
  'type' => 'text',
@@ -844,11 +888,34 @@ $magee_shortcodes['countdowns'] = array(
844
  'type' => 'text',
845
  'label' => __( 'CSS ID', 'magee-shortcodes' ),
846
  'desc' => __( 'Add an ID to the wrapping HTML element.', 'magee-shortcodes' )
847
- )
848
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
849
 
850
  ),
851
- 'shortcode' => '[ms_countdowns endtime="{{endtime}}" fontcolor="{{fontcolor}}" backgroundcolor="{{backgroundcolor}}" class="{{class}}" id="{{id}}"]',
852
  'popup_title' => __( 'Countdowns Shortcode', 'magee-shortcodes' ),
853
  'name' => __('countdowns-shortcode/','magee-shortocdes'),
854
  );
@@ -942,8 +1009,8 @@ $magee_shortcodes['counter'] = array(
942
  'label' => __( 'Display Border', 'magee-shortcodes' ),
943
  'desc' => __( 'Choose to display border for counter.', 'magee-shortcodes' ),
944
  'options' => array(
945
- '0' => __('No', 'magee-shortcodes' ),
946
- '1' => __('Yes', 'magee-shortcodes' ),
947
  )
948
 
949
  ),
@@ -1453,6 +1520,12 @@ $magee_shortcodes['expand'] = array(
1453
  'desc' => __('Set icon for expand title. Click an icon to select, click again to deselect.','magee-shortcodes'),
1454
  'options' => $icons
1455
  ),
 
 
 
 
 
 
1456
  'more_text' => array(
1457
  'std' => '',
1458
  'type' => 'text',
@@ -1465,6 +1538,12 @@ $magee_shortcodes['expand'] = array(
1465
  'desc' => __('Set icon for fold title. Click an icon to select, click again to deselect.','magee-shortcodes'),
1466
  'options' => $icons
1467
  ),
 
 
 
 
 
 
1468
  'less_text' => array(
1469
  'std' => '',
1470
  'type' => 'text',
@@ -1490,7 +1569,7 @@ $magee_shortcodes['expand'] = array(
1490
  'desc' => __( 'Add an ID to the wrapping HTML element.', 'magee-shortcodes')
1491
  ),
1492
  ),
1493
- 'shortcode' => '[ms_expand class="{{class}}" id="{{id}}" more_icon="{{more_icon}}" more_text="{{more_text}}" less_icon="{{less_icon}}" less_text="{{less_text}}"]{{content}}[/ms_expand]',
1494
  'popup_title' => __( 'Expand Shortcode', 'magee-shortcodes'),
1495
  'name' => __('expand-shortcode/','magee-shortocdes'),
1496
  );
@@ -1990,7 +2069,7 @@ $magee_shortcodes['icon'] = array(
1990
  'params' => array(
1991
 
1992
  'icon' => array(
1993
- 'type' => 'iconpicker',
1994
  'label' => __( 'Icon', 'magee-shortcodes'),
1995
  'desc' => __( 'Click an icon to select, click again to deselect.', 'magee-shortcodes'),
1996
  'options' => $icons
@@ -2276,38 +2355,101 @@ $magee_shortcodes['modal'] = array(
2276
  'label' => __( 'Modal Anchor Text', 'magee-shortcodes' ),
2277
  'desc' => __( 'Insert anchor text for the modal.', 'magee-shortcodes' ),
2278
  ),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2279
  'title' => array(
2280
  'std' => '',
2281
  'type' => 'text',
2282
- 'label' => __( 'Modal Heading', 'magee-shortcodes' ),
2283
- 'desc' => __( 'Insert heading text for the modal.', 'magee-shortcodes' ),
2284
- ),
2285
- 'size' => array(
2286
- 'type' => 'select',
2287
- 'label' => __( 'Size Of Modal', 'magee-shortcodes' ),
2288
- 'desc' => __( 'Select the modal window size.', 'magee-shortcodes' ),
2289
- 'options' => array(
2290
- 'small' => __('Small', 'magee-shortcodes'),
2291
- 'middle' => __('Middle', 'magee-shortcodes'),
2292
- 'large' => __('Large', 'magee-shortcodes')
2293
- )
 
 
2294
  ),
2295
-
2296
- 'showfooter' => array(
2297
  'type' => 'choose',
2298
- 'label' => __( 'Show Footer', 'magee-shortcodes' ),
2299
- 'desc' => __( 'Choose to show the modal footer with close button.', 'magee-shortcodes' ),
2300
- 'options' => array(
2301
- 'yes' => __('Yes', 'magee-shortcodes'),
2302
- 'no' => __('No', 'magee-shortcodes'),
2303
- )
2304
- ),
2305
  'content' => array(
2306
  'std' => __('Your Content Goes Here', 'magee-shortcodes'),
2307
  'type' => 'textarea',
2308
  'label' => __( 'Contents of Modal', 'magee-shortcodes' ),
2309
  'desc' => __( 'Add your content to be displayed in modal.', 'magee-shortcodes' ),
2310
- ),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2311
  'class' => array(
2312
  'std' => '',
2313
  'type' => 'text',
@@ -2321,7 +2463,7 @@ $magee_shortcodes['modal'] = array(
2321
  'desc' => __( 'Add an ID to the wrapping HTML element.', 'magee-shortcodes' )
2322
  ),
2323
  ),
2324
- 'shortcode' => '[ms_modal title="{{title}}" size="{{size}}" showfooter="{{showfooter}}" class="{{class}}" id="{{id}}"][ms_modal_anchor_text]{{modal_anchor_text}}[/ms_modal_anchor_text][ms_modal_content]{{content}}[/ms_modal_content][/ms_modal]',
2325
  'popup_title' => __( 'Modal Shortcode', 'magee-shortcodes' ),
2326
  'name' => __('modal-shortcode/','magee-shortocdes'),
2327
  );
@@ -2532,7 +2674,7 @@ $magee_shortcodes['person'] = array(
2532
  'desc' => __( 'Controls the Icon\'s border color. Leave blank for theme option selection.', 'magee-shortcodes' ),
2533
  ),
2534
  'icon1' => array(
2535
- 'type' => 'iconpicker',
2536
  'label' => __( 'Icon1', 'magee-shortcodes' ),
2537
  'desc' => __( 'Click an icon to select, click again to deselect.', 'magee-shortcodes' ),
2538
  'options' => $icons
@@ -2544,7 +2686,7 @@ $magee_shortcodes['person'] = array(
2544
  'desc' => __( 'The Icon1 Link ', 'magee-shortcodes' ),
2545
  ),
2546
  'icon2' => array(
2547
- 'type' => 'iconpicker',
2548
  'label' => __( 'Icon2', 'magee-shortcodes' ),
2549
  'desc' => __( 'Click an icon to select, click again to deselect.', 'magee-shortcodes' ),
2550
  'options' => $icons
@@ -2556,7 +2698,7 @@ $magee_shortcodes['person'] = array(
2556
  'desc' => __( 'The Icon2 Link ', 'magee-shortcodes' ),
2557
  ),
2558
  'icon3' => array(
2559
- 'type' => 'iconpicker',
2560
  'label' => __( 'Icon3', 'magee-shortcodes' ),
2561
  'desc' => __( 'Click an icon to select, click again to deselect.', 'magee-shortcodes' ),
2562
  'options' => $icons
@@ -2568,7 +2710,7 @@ $magee_shortcodes['person'] = array(
2568
  'desc' => __( 'The Icon3 Link ', 'magee-shortcodes' ),
2569
  ),
2570
  'icon4' => array(
2571
- 'type' => 'iconpicker',
2572
  'label' => __( 'Icon4', 'magee-shortcodes' ),
2573
  'desc' => __( 'Click an icon to select, click again to deselect.', 'magee-shortcodes' ),
2574
  'options' => $icons
@@ -2580,7 +2722,7 @@ $magee_shortcodes['person'] = array(
2580
  'desc' => __( 'The Icon4 Link ', 'magee-shortcodes' ),
2581
  ),
2582
  'icon5' => array(
2583
- 'type' => 'iconpicker',
2584
  'label' => __( 'Icon5', 'magee-shortcodes' ),
2585
  'desc' => __( 'Click an icon to select, click again to deselect.', 'magee-shortcodes' ),
2586
  'options' => $icons
25
 
26
  global $magee_shortcodes,$magee_sliders,$magee_widget;
27
  $magee_sliders = Magee_Core::sliders_meta();
28
+ $googleFontArray = Magee_Core::magee_countdowns_get_google_fonts();
29
+ $google_fonts = array_merge(array('' => __( '-- None --', 'magee-shortcodes' ) ), $googleFontArray['magee_of_family']);
30
+
31
  $choices = array( 'yes' => __('Yes', 'magee-shortcodes' ), 'no' => __('No', 'magee-shortcodes') );
32
  $reverse_choices = array( 'no' => __('No', 'magee-shortcodes'), 'yes' => __('Yes', 'magee-shortcodes' ) );
33
  $choices_with_default = array( '' => __('Default', 'magee-shortcodes'), 'yes' => __('Yes', 'magee-shortcodes' ), 'no' => __('No', 'magee-shortcodes') );
815
  'params' => array(
816
 
817
 
818
+ 'type' => array(
819
+ 'std' => '',
820
+ 'type' => 'select',
821
+ 'label' => __( 'Type', 'magee-shortcodes' ),
822
+ 'desc' => __('Select type for countdown to show.', 'magee-shortcodes'),
823
+ 'options' => array(
824
+ 'normal' => __('Normal','magee-shortcodes'),
825
+ 'circle' => __('Circle','magee-shortcodes')
826
+ )
827
+ ),
828
  'endtime' => array(
829
  'std' => date('d-m-Y H:i',strtotime(' 1 month')),
830
  'type' => 'datepicker',
832
  'desc' => '',
833
 
834
  ),
835
+ 'day_field_text' => array(
836
+ 'std' => 'Days',
837
+ 'type' => 'text',
838
+ 'label' => __( 'Day Field Text','magee-shortcodes' ),
839
+ 'desc' => '',
840
+ ),
841
+ 'hours_field_text' => array(
842
+ 'std' => 'Hours',
843
+ 'type' => 'text',
844
+ 'label' => __( 'Hours Field Text','magee-shortcodes' ),
845
+ 'desc' => '',
846
+ ),
847
+ 'minutes_field_text' => array(
848
+ 'std' => 'Minutes',
849
+ 'type' => 'text',
850
+ 'label' => __( 'Minutes Field Text','magee-shortcodes' ),
851
+ 'desc' => '',
852
+ ),
853
+ 'seconds_field_text' => array(
854
+ 'std' => 'Seconds',
855
+ 'type' => 'text',
856
+ 'label' => __( 'Seconds Field Text','magee-shortcodes' ),
857
+ 'desc' => '',
858
+ ),
859
  'fontcolor' => array(
860
  'std' => '',
861
  'type' => 'colorpicker',
870
  'desc' => __( 'Set background color for countdown.','magee-shortcodes')
871
 
872
  ),
873
+ 'google_fonts' => array(
874
+ 'std' => '',
875
+ 'type' => 'more_select',
876
+ 'label' => __( 'Google Fonts','magee-shortcodes'),
877
+ 'desc' => __( 'Choose google fonts for countdown.','magee-shortcodes'),
878
+ 'options' => $google_fonts,
879
+ ),
880
  'class' => array(
881
  'std' => '',
882
  'type' => 'text',
888
  'type' => 'text',
889
  'label' => __( 'CSS ID', 'magee-shortcodes' ),
890
  'desc' => __( 'Add an ID to the wrapping HTML element.', 'magee-shortcodes' )
891
+ ),
892
+ 'circle_type_day_color' => array(
893
+ 'std' => '#1abc9c',
894
+ 'type' => 'colorpicker',
895
+ 'label' => __( 'Circle Type Day Color', 'magee-shortcodes' ),
896
+ 'desc' => __( 'If type is circle,the color to be countdowns day nav.', 'magee-shortcodes' )
897
+ ),
898
+ 'circle_type_hours_color' => array(
899
+ 'std' => '#2980b9',
900
+ 'type' => 'colorpicker',
901
+ 'label' => __( 'Circle Type Hours Color', 'magee-shortcodes' ),
902
+ 'desc' => __( 'If type is circle,the color to be countdowns hours nav.', 'magee-shortcodes' )
903
+ ),
904
+ 'circle_type_minutes_color' => array(
905
+ 'std' => '#8e44ad',
906
+ 'type' => 'colorpicker',
907
+ 'label' => __( 'Circle Type Minutes Color', 'magee-shortcodes' ),
908
+ 'desc' => __( 'If type is circle,the color to be countdowns minutes nav.', 'magee-shortcodes' )
909
+ ),
910
+ 'circle_type_seconds_color' => array(
911
+ 'std' => '#f39c12',
912
+ 'type' => 'colorpicker',
913
+ 'label' => __( 'Circle Type Seconds Color', 'magee-shortcodes' ),
914
+ 'desc' => __( 'If type is circle,the color to be countdowns seconds nav.', 'magee-shortcodes' )
915
+ ),
916
 
917
  ),
918
+ 'shortcode' => '[ms_countdowns type="{{type}}" nowtime="'.time().'" endtime="{{endtime}}" day_field_text="{{day_field_text}}" hours_field_text="{{hours_field_text}}" minutes_field_text="{{minutes_field_text}}" seconds_field_text="{{seconds_field_text}}" fontcolor="{{fontcolor}}" backgroundcolor="{{backgroundcolor}}" google_fonts="{{google_fonts}}" class="{{class}}" id="{{id}}" circle_type_day_color="{{circle_type_day_color}}" circle_type_hours_color="{{circle_type_hours_color}}" circle_type_minutes_color="{{circle_type_minutes_color}}" circle_type_seconds_color="{{circle_type_seconds_color}}"]',
919
  'popup_title' => __( 'Countdowns Shortcode', 'magee-shortcodes' ),
920
  'name' => __('countdowns-shortcode/','magee-shortocdes'),
921
  );
1009
  'label' => __( 'Display Border', 'magee-shortcodes' ),
1010
  'desc' => __( 'Choose to display border for counter.', 'magee-shortcodes' ),
1011
  'options' => array(
1012
+ 'no' => __('No', 'magee-shortcodes' ),
1013
+ 'yes' => __('Yes', 'magee-shortcodes' ),
1014
  )
1015
 
1016
  ),
1520
  'desc' => __('Set icon for expand title. Click an icon to select, click again to deselect.','magee-shortcodes'),
1521
  'options' => $icons
1522
  ),
1523
+ 'more_icon_color' => array(
1524
+ 'std' => '',
1525
+ 'type' => 'colorpicker',
1526
+ 'label' => __('More Icon Color' ,'magee-shortcodes'),
1527
+ 'desc' => __('Set color for more icon.','magee-shortcodes'),
1528
+ ),
1529
  'more_text' => array(
1530
  'std' => '',
1531
  'type' => 'text',
1538
  'desc' => __('Set icon for fold title. Click an icon to select, click again to deselect.','magee-shortcodes'),
1539
  'options' => $icons
1540
  ),
1541
+ 'less_icon_color' => array(
1542
+ 'std' => '',
1543
+ 'type' => 'colorpicker',
1544
+ 'label' => __('Less Icon Color' ,'magee-shortcodes'),
1545
+ 'desc' => __('Set color for less icon.','magee-shortcodes'),
1546
+ ),
1547
  'less_text' => array(
1548
  'std' => '',
1549
  'type' => 'text',
1569
  'desc' => __( 'Add an ID to the wrapping HTML element.', 'magee-shortcodes')
1570
  ),
1571
  ),
1572
+ 'shortcode' => '[ms_expand class="{{class}}" id="{{id}}" more_icon="{{more_icon}}" more_icon_color="{{more_icon_color}}" more_text="{{more_text}}" less_icon="{{less_icon}}" less_icon_color="{{less_icon_color}}" less_text="{{less_text}}"]{{content}}[/ms_expand]',
1573
  'popup_title' => __( 'Expand Shortcode', 'magee-shortcodes'),
1574
  'name' => __('expand-shortcode/','magee-shortocdes'),
1575
  );
2069
  'params' => array(
2070
 
2071
  'icon' => array(
2072
+ 'type' => 'icon',
2073
  'label' => __( 'Icon', 'magee-shortcodes'),
2074
  'desc' => __( 'Click an icon to select, click again to deselect.', 'magee-shortcodes'),
2075
  'options' => $icons
2355
  'label' => __( 'Modal Anchor Text', 'magee-shortcodes' ),
2356
  'desc' => __( 'Insert anchor text for the modal.', 'magee-shortcodes' ),
2357
  ),
2358
+ 'effect' => array(
2359
+ 'std' => 'effect-1',
2360
+ 'type' => 'select',
2361
+ 'label' => __( 'Modal Show Effect', 'magee-shortcodes' ),
2362
+ 'desc' => __( 'Choose one effect to show the modal.', 'magee-shortcodes' ),
2363
+ 'options' => array(
2364
+ 'effect-1' => __('Effect 1 ( Slide Right )','magee-shortcodes'),
2365
+ 'effect-2' => __('Effect 2 ( Slide Bottom )','magee-shortcodes'),
2366
+ 'effect-3' => __('Effect 3 ( Slide Left )','magee-shortcodes'),
2367
+ 'effect-4' => __('Effect 4 ( Slide Top )','magee-shortcodes'),
2368
+ 'effect-5' => __('Effect 5 ( Scale Up )','magee-shortcodes'),
2369
+ 'effect-6' => __('Effect 6 ( 3D Flip Horizontal )','magee-shortcodes'),
2370
+ 'effect-7' => __('Effect 7 ( 3D Flip Vertical )','magee-shortcodes'),
2371
+ 'effect-8' => __('Effect 8 ( 3D Sign )','magee-shortcodes'),
2372
+ 'effect-9' => __('Effect 9 ( 3D Rotate In Left )','magee-shortcodes'),
2373
+ 'effect-10' => __('Effect 10 ( 3D Rotate In Bottom )','magee-shortcodes'),
2374
+ 'effect-11' => __('Effect 11 ( 3D Slit )','magee-shortcodes'),
2375
+ 'effect-12' => __('Effect 12 ( Newspaper )','magee-shortcodes'),
2376
+ 'effect-13' => __('Effect 13 ( Fall )','magee-shortcodes'),
2377
+ 'effect-14' => __('Effect 14 ( Side Fall )','magee-shortcodes'),
2378
+ 'effect-15' => __('Effect 15 ( Super Scaled )','magee-shortcodes'),
2379
+ ),
2380
+ ),
2381
  'title' => array(
2382
  'std' => '',
2383
  'type' => 'text',
2384
+ 'label' => __( 'Modal Heading Title', 'magee-shortcodes' ),
2385
+ 'desc' => __( 'Insert heading title for the modal.', 'magee-shortcodes' ),
2386
+ ),
2387
+ 'title_color' => array(
2388
+ 'std' => '',
2389
+ 'type' => 'colorpicker',
2390
+ 'label' => __( 'Modal Heading Title Color', 'magee-shortcodes' ),
2391
+ 'desc' => __( 'Set color for the modal heading title.', 'magee-shortcodes' ),
2392
+ ),
2393
+ 'heading_background' => array(
2394
+ 'std' => '',
2395
+ 'type' => 'colorpicker',
2396
+ 'label' => __( 'Modal Heading Background', 'magee-shortcodes' ),
2397
+ 'desc' => __( 'Set background for the modal heading.', 'magee-shortcodes' ),
2398
  ),
2399
+ 'close_icon' => array(
2400
+ 'std' => 'yes',
2401
  'type' => 'choose',
2402
+ 'label' => __( 'Close Icon', 'magee-shortcodes' ),
2403
+ 'desc' => __( 'Choose close icon to show in modal heading.', 'magee-shortcodes' ),
2404
+ 'options' => $choices
2405
+ ),
 
 
 
2406
  'content' => array(
2407
  'std' => __('Your Content Goes Here', 'magee-shortcodes'),
2408
  'type' => 'textarea',
2409
  'label' => __( 'Contents of Modal', 'magee-shortcodes' ),
2410
  'desc' => __( 'Add your content to be displayed in modal.', 'magee-shortcodes' ),
2411
+ ),
2412
+ 'background' => array(
2413
+ 'std' => '',
2414
+ 'type' => 'colorpicker',
2415
+ 'label' => __( 'Modal Background', 'magee-shortcodes' ),
2416
+ 'desc' => __( 'Set background for the modal.', 'magee-shortcodes' ),
2417
+ ),
2418
+ 'color' => array(
2419
+ 'std' => '',
2420
+ 'type' => 'colorpicker',
2421
+ 'label' => __( 'Modal Color', 'magee-shortcodes' ),
2422
+ 'desc' => __( 'Set color for the modal.', 'magee-shortcodes' ),
2423
+ ),
2424
+ 'width' => array(
2425
+ 'std' => '',
2426
+ 'type' => 'number',
2427
+ 'label' => __( 'Modal Width', 'magee-shortcodes' ),
2428
+ 'desc' => '',
2429
+ 'min' => '0',
2430
+ 'max' => '1000'
2431
+ ),
2432
+ 'height' => array(
2433
+ 'std' => '',
2434
+ 'type' => 'number',
2435
+ 'label' => __( 'Modal Height', 'magee-shortcodes' ),
2436
+ 'desc' => '',
2437
+ 'min' => '0',
2438
+ 'max' => '500'
2439
+ ),
2440
+ 'overlay_color' => array(
2441
+ 'std' => '',
2442
+ 'type' => 'colorpicker',
2443
+ 'label' => __( 'Overlay Color', 'magee-shortcodes' ),
2444
+ 'desc' => __( 'Set background color for the modal overlay.', 'magee-shortcodes' ),
2445
+ ),
2446
+ 'overlay_opacity' => array(
2447
+ 'std' => '0',
2448
+ 'type' => 'select',
2449
+ 'label' => __( 'Overlay Color Opacity', 'magee-shortcodes' ),
2450
+ 'desc' => __( 'Choose background color opacity for the modal overlay.', 'magee-shortcodes' ),
2451
+ 'options' => $opacity
2452
+ ),
2453
  'class' => array(
2454
  'std' => '',
2455
  'type' => 'text',
2463
  'desc' => __( 'Add an ID to the wrapping HTML element.', 'magee-shortcodes' )
2464
  ),
2465
  ),
2466
+ 'shortcode' => '[ms_modal effect=\"{{effect}}\" title=\"{{title}}\" title_color=\"{{title_color}}\" heading_background=\"{{heading_background}}\" close_icon =\"{{close_icon}}\" background=\"{{background}}\" color=\"{{color}}\" width=\"{{width}}\" height=\"{{height}}\" overlay_color=\"{{overlay_color}}\" overlay_opacity=\"{{overlay_opacity}}\" class="{{class}}" id="{{id}}"][ms_modal_anchor_text]{{modal_anchor_text}}[/ms_modal_anchor_text][ms_modal_content]{{content}}[/ms_modal_content][/ms_modal]',
2467
  'popup_title' => __( 'Modal Shortcode', 'magee-shortcodes' ),
2468
  'name' => __('modal-shortcode/','magee-shortocdes'),
2469
  );
2674
  'desc' => __( 'Controls the Icon\'s border color. Leave blank for theme option selection.', 'magee-shortcodes' ),
2675
  ),
2676
  'icon1' => array(
2677
+ 'type' => 'icon',
2678
  'label' => __( 'Icon1', 'magee-shortcodes' ),
2679
  'desc' => __( 'Click an icon to select, click again to deselect.', 'magee-shortcodes' ),
2680
  'options' => $icons
2686
  'desc' => __( 'The Icon1 Link ', 'magee-shortcodes' ),
2687
  ),
2688
  'icon2' => array(
2689
+ 'type' => 'icon',
2690
  'label' => __( 'Icon2', 'magee-shortcodes' ),
2691
  'desc' => __( 'Click an icon to select, click again to deselect.', 'magee-shortcodes' ),
2692
  'options' => $icons
2698
  'desc' => __( 'The Icon2 Link ', 'magee-shortcodes' ),
2699
  ),
2700
  'icon3' => array(
2701
+ 'type' => 'icon',
2702
  'label' => __( 'Icon3', 'magee-shortcodes' ),
2703
  'desc' => __( 'Click an icon to select, click again to deselect.', 'magee-shortcodes' ),
2704
  'options' => $icons
2710
  'desc' => __( 'The Icon3 Link ', 'magee-shortcodes' ),
2711
  ),
2712
  'icon4' => array(
2713
+ 'type' => 'icon',
2714
  'label' => __( 'Icon4', 'magee-shortcodes' ),
2715
  'desc' => __( 'Click an icon to select, click again to deselect.', 'magee-shortcodes' ),
2716
  'options' => $icons
2722
  'desc' => __( 'The Icon4 Link ', 'magee-shortcodes' ),
2723
  ),
2724
  'icon5' => array(
2725
+ 'type' => 'icon',
2726
  'label' => __( 'Icon5', 'magee-shortcodes' ),
2727
  'desc' => __( 'Click an icon to select, click again to deselect.', 'magee-shortcodes' ),
2728
  'options' => $icons
languages/magee-shortcodes.pot CHANGED
@@ -1,8 +1,9 @@
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Magee Shortcodes\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2016-06-21 14:13+0800\n"
6
  "PO-Revision-Date: 2016-06-21 14:13+0800\n"
7
  "Last-Translator: shijun quan <support@mageewp.com>\n"
8
  "Language-Team: MageeWP\n"
@@ -13,46 +14,54 @@ msgstr ""
13
  "X-Poedit-KeywordsList: _e;__\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
- "X-Generator: Poedit 1.6.6\n"
17
  "Plural-Forms: nplurals=1; plural=0;\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: inc/core.php:111 inc/core.php:115
21
  msgid "Magee Shortcodes"
22
  msgstr ""
23
 
24
- #: inc/core.php:304
25
  msgid "Live Preview"
26
  msgstr ""
27
 
28
- #: inc/core.php:304
29
  msgid "Insert shortcode"
30
  msgstr ""
31
 
32
- #: inc/core.php:553 inc/core.php:584 inc/core.php:735 inc/core.php:955
33
  msgid "Upload"
34
  msgstr ""
35
 
36
- #: inc/core.php:570
37
  msgid "Attach Images to Gallery"
38
  msgstr ""
39
 
40
- #: inc/core.php:672 inc/options.php:1002 inc/options.php:1095
41
- #: inc/options.php:1183 inc/options.php:1312 inc/options.php:3812
42
- #: inc/options.php:3894 inc/options.php:3975
43
  msgid "Width"
44
  msgstr ""
45
 
46
- #: inc/core.php:676 inc/options.php:1008 inc/options.php:1191
47
- #: inc/options.php:1320 inc/options.php:2776 inc/options.php:3818
48
- #: inc/options.php:3900 inc/options.php:3981
49
  msgid "Height"
50
  msgstr ""
51
 
52
- #: inc/core.php:1035
53
  msgid "Select a slider"
54
  msgstr ""
55
 
 
 
 
 
 
 
 
 
56
  #: inc/magee-slider.php:8
57
  msgid "Magee Slider"
58
  msgstr ""
@@ -81,2536 +90,2822 @@ msgstr ""
81
  msgid "Nothing found in Trash"
82
  msgstr ""
83
 
84
- #: inc/magee-slider.php:119
85
  msgid "Slide Title"
86
  msgstr ""
87
 
88
- #: inc/magee-slider.php:121
89
  msgid "Slide Caption"
90
  msgstr ""
91
 
92
- #: inc/magee-slider.php:123
93
  msgid "Sort"
94
  msgstr ""
95
 
96
- #: inc/magee-slider.php:124
97
  msgid "Delete"
98
  msgstr ""
99
 
100
- #: inc/magee-slider.php:130
101
  msgid "Use the button above to add Slides !"
102
  msgstr ""
103
 
104
- #: inc/magee-slider.php:158 inc/options.php:1467 inc/options.php:1764
105
- #: inc/options.php:2318 inc/options.php:2401 inc/options.php:2591
 
106
  msgid "Title"
107
  msgstr ""
108
 
109
- #: inc/magee-slider.php:159
110
  msgid "Number of Slides"
111
  msgstr ""
112
 
113
- #: inc/magee-slider.php:160
114
  msgid "Date"
115
  msgstr ""
116
 
117
- #: inc/options.php:34 inc/options.php:727 inc/options.php:1103
118
- #: inc/options.php:1555 inc/options.php:2684 inc/options.php:2793
119
- #: inc/options.php:2867 inc/options.php:2946 inc/options.php:3734
120
- msgid "Left"
121
  msgstr ""
122
 
123
- #: inc/options.php:34 inc/options.php:728 inc/options.php:1104
124
- #: inc/options.php:3636
125
- msgid "Center"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
126
  msgstr ""
127
 
128
- #: inc/options.php:34 inc/options.php:729 inc/options.php:1556
129
- #: inc/options.php:2685 inc/options.php:2794 inc/options.php:2868
130
- #: inc/options.php:2947 inc/options.php:3735
 
 
 
 
 
 
 
131
  msgid "Right"
132
  msgstr ""
133
 
134
- #: inc/options.php:70 inc/options.php:186 inc/options.php:253
135
- #: inc/options.php:398 inc/options.php:440 inc/options.php:524
136
- #: inc/options.php:571 inc/options.php:661 inc/options.php:735
137
- #: inc/options.php:785 inc/options.php:899 inc/options.php:969
138
- #: inc/options.php:1051 inc/options.php:1149 inc/options.php:1212
139
- #: inc/options.php:1263 inc/options.php:1326 inc/options.php:1372
140
- #: inc/options.php:1429 inc/options.php:1634 inc/options.php:1737
141
- #: inc/options.php:1859 inc/options.php:1912 inc/options.php:1968
142
- #: inc/options.php:2024 inc/options.php:2088 inc/options.php:2190
143
- #: inc/options.php:2260 inc/options.php:2292 inc/options.php:2359
144
- #: inc/options.php:2543 inc/options.php:2629 inc/options.php:2692
145
- #: inc/options.php:2812 inc/options.php:2918 inc/options.php:2959
146
- #: inc/options.php:3061 inc/options.php:3102 inc/options.php:3159
147
- #: inc/options.php:3374 inc/options.php:3409 inc/options.php:3487
148
- #: inc/options.php:3533 inc/options.php:3648 inc/options.php:3689
149
- #: inc/options.php:3756 inc/options.php:3861 inc/options.php:3943
150
- #: inc/options.php:4024 inc/options.php:4071
 
 
 
 
 
151
  msgid "CSS Class"
152
  msgstr ""
153
 
154
- #: inc/options.php:71 inc/options.php:187 inc/options.php:254
155
- #: inc/options.php:399 inc/options.php:441 inc/options.php:525
156
- #: inc/options.php:572 inc/options.php:662 inc/options.php:736
157
- #: inc/options.php:786 inc/options.php:900 inc/options.php:970
158
- #: inc/options.php:1052 inc/options.php:1150 inc/options.php:1213
159
- #: inc/options.php:1264 inc/options.php:1327 inc/options.php:1373
160
- #: inc/options.php:1430 inc/options.php:1635 inc/options.php:1738
161
- #: inc/options.php:1860 inc/options.php:1913 inc/options.php:1969
162
- #: inc/options.php:2025 inc/options.php:2089 inc/options.php:2191
163
- #: inc/options.php:2261 inc/options.php:2293 inc/options.php:2360
164
- #: inc/options.php:2544 inc/options.php:2630 inc/options.php:2693
165
- #: inc/options.php:2813 inc/options.php:2919 inc/options.php:2960
166
- #: inc/options.php:3062 inc/options.php:3103 inc/options.php:3160
167
- #: inc/options.php:3375 inc/options.php:3410 inc/options.php:3488
168
- #: inc/options.php:3534 inc/options.php:3649 inc/options.php:3690
169
- #: inc/options.php:3757 inc/options.php:3862 inc/options.php:3944
170
- #: inc/options.php:4025 inc/options.php:4072
171
  msgid "Add a class to the wrapping HTML element."
172
  msgstr ""
173
 
174
- #: inc/options.php:76 inc/options.php:192 inc/options.php:259
175
- #: inc/options.php:404 inc/options.php:446 inc/options.php:530
176
- #: inc/options.php:577 inc/options.php:667 inc/options.php:741
177
- #: inc/options.php:791 inc/options.php:905 inc/options.php:975
178
- #: inc/options.php:1057 inc/options.php:1155 inc/options.php:1218
179
- #: inc/options.php:1269 inc/options.php:1332 inc/options.php:1378
180
- #: inc/options.php:1435 inc/options.php:1640 inc/options.php:1743
181
- #: inc/options.php:1865 inc/options.php:1918 inc/options.php:1974
182
- #: inc/options.php:2030 inc/options.php:2094 inc/options.php:2196
183
- #: inc/options.php:2266 inc/options.php:2298 inc/options.php:2365
184
- #: inc/options.php:2549 inc/options.php:2698 inc/options.php:2818
185
- #: inc/options.php:2924 inc/options.php:2965 inc/options.php:3067
186
- #: inc/options.php:3108 inc/options.php:3165 inc/options.php:3380
187
- #: inc/options.php:3493 inc/options.php:3539 inc/options.php:3654
188
- #: inc/options.php:3695 inc/options.php:3762 inc/options.php:3867
189
- #: inc/options.php:3949 inc/options.php:4030 inc/options.php:4077
 
190
  msgid "CSS ID"
191
  msgstr ""
192
 
193
- #: inc/options.php:77 inc/options.php:193 inc/options.php:260
194
- #: inc/options.php:405 inc/options.php:447 inc/options.php:531
195
- #: inc/options.php:578 inc/options.php:668 inc/options.php:742
196
- #: inc/options.php:792 inc/options.php:906 inc/options.php:976
197
- #: inc/options.php:1058 inc/options.php:1156 inc/options.php:1219
198
- #: inc/options.php:1270 inc/options.php:1333 inc/options.php:1379
199
- #: inc/options.php:1436 inc/options.php:1641 inc/options.php:1744
200
- #: inc/options.php:1866 inc/options.php:1919 inc/options.php:1975
201
- #: inc/options.php:2031 inc/options.php:2095 inc/options.php:2197
202
- #: inc/options.php:2267 inc/options.php:2299 inc/options.php:2366
203
- #: inc/options.php:2550 inc/options.php:2699 inc/options.php:2819
204
- #: inc/options.php:2925 inc/options.php:2966 inc/options.php:3068
205
- #: inc/options.php:3109 inc/options.php:3166 inc/options.php:3381
206
- #: inc/options.php:3494 inc/options.php:3540 inc/options.php:3655
207
- #: inc/options.php:3696 inc/options.php:3763 inc/options.php:3868
208
- #: inc/options.php:3950 inc/options.php:4031 inc/options.php:4078
 
209
  msgid "Add an ID to the wrapping HTML element."
210
  msgstr ""
211
 
212
- #: inc/options.php:82 inc/options.php:1288 inc/options.php:1353
213
- #: inc/options.php:1770 inc/options.php:1995 inc/options.php:2385
214
- #: inc/options.php:2718 inc/options.php:2840 inc/options.php:3512
215
  msgid "Style"
216
  msgstr ""
217
 
218
- #: inc/options.php:85 inc/options.php:3515
 
 
 
 
 
 
219
  msgid "Simple Style"
220
  msgstr ""
221
 
222
- #: inc/options.php:86
223
  msgid "Boxed Style"
224
  msgstr ""
225
 
226
- #: inc/options.php:91 inc/options.php:3567
 
 
 
 
227
  msgid "Type"
228
  msgstr ""
229
 
230
- #: inc/options.php:95
 
 
 
 
 
 
231
  msgid "Type 1"
232
  msgstr ""
233
 
234
- #: inc/options.php:96
235
  msgid "Type 2"
236
  msgstr ""
237
 
238
- #: inc/options.php:102
239
- msgid "Accordion Items"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
240
  msgstr ""
241
 
242
- #: inc/options.php:103
243
- msgid "Insert accordion items shortcode."
244
  msgstr ""
245
 
246
- #: inc/options.php:108
 
 
 
 
 
 
 
 
247
  msgid "Accordion Shortcode"
248
  msgstr ""
249
 
250
- #: inc/options.php:109
251
  msgid "accordions-shortcode/"
252
  msgstr ""
253
 
254
- #: inc/options.php:124 inc/options.php:1088 inc/options.php:1141
255
- #: inc/options.php:1492 inc/options.php:1940 inc/options.php:2141
256
- #: inc/options.php:3435
257
  msgid "Icon"
258
  msgstr ""
259
 
260
- #: inc/options.php:125 inc/options.php:384 inc/options.php:840
261
- #: inc/options.php:1142 inc/options.php:1493 inc/options.php:1941
262
- #: inc/options.php:2142 inc/options.php:2483 inc/options.php:2495
263
- #: inc/options.php:2507 inc/options.php:2519 inc/options.php:2531
264
- #: inc/options.php:2906 inc/options.php:3436
265
  msgid "Click an icon to select, click again to deselect."
266
  msgstr ""
267
 
268
- #: inc/options.php:130
269
  msgid "Warning! Better check yourself, you're not looking too good."
270
  msgstr ""
271
 
272
- #: inc/options.php:132
273
  msgid "Alert Content"
274
  msgstr ""
275
 
276
- #: inc/options.php:133
277
  msgid "Insert the content for the alert."
278
  msgstr ""
279
 
280
- #: inc/options.php:139 inc/options.php:778 inc/options.php:1887
281
- #: inc/options.php:2123 inc/options.php:3023 inc/options.php:3192
282
- #: inc/options.php:4057
283
  msgid "Background Color"
284
  msgstr ""
285
 
286
- #: inc/options.php:140
287
  msgid "Set background color for alert box."
288
  msgstr ""
289
 
290
- #: inc/options.php:145 inc/options.php:377
291
  msgid "Text Color"
292
  msgstr ""
293
 
294
- #: inc/options.php:146
295
  msgid "Set content color & border color for alert box."
296
  msgstr ""
297
 
298
- #: inc/options.php:155 inc/options.php:316 inc/options.php:1846
299
- #: inc/options.php:2858
300
  msgid "Border Width"
301
  msgstr ""
302
 
303
- #: inc/options.php:156 inc/options.php:165 inc/options.php:1831
304
- #: inc/options.php:1839 inc/options.php:1847 inc/options.php:1896
305
- #: inc/options.php:2354 inc/options.php:3246 inc/options.php:3283
306
- #: inc/options.php:3291 inc/options.php:3299 inc/options.php:3307
307
- #: inc/options.php:3813 inc/options.php:3819
308
  msgid "In pixels (px), eg: 1px."
309
  msgstr ""
310
 
311
- #: inc/options.php:164 inc/options.php:1895 inc/options.php:2075
312
- #: inc/options.php:2353
313
  msgid "Border Radius"
314
  msgstr ""
315
 
316
- #: inc/options.php:171
317
  msgid "Box Shadow"
318
  msgstr ""
319
 
320
- #: inc/options.php:172
321
  msgid "Display a box shadow for alert."
322
  msgstr ""
323
 
324
- #: inc/options.php:178
325
  msgid "Dismissable"
326
  msgstr ""
327
 
328
- #: inc/options.php:179
329
  msgid "The alert box is dismissable."
330
  msgstr ""
331
 
332
- #: inc/options.php:197
333
  msgid "Alert Shortcode"
334
  msgstr ""
335
 
336
- #: inc/options.php:198
337
  msgid "alert-shortcode/"
338
  msgstr ""
339
 
340
- #: inc/options.php:211
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
341
  msgid "Mp3 URL"
342
  msgstr ""
343
 
344
- #: inc/options.php:212
345
  msgid "Add the URL of audio in MP3 format."
346
  msgstr ""
347
 
348
- #: inc/options.php:217
349
  msgid "Ogg URL"
350
  msgstr ""
351
 
352
- #: inc/options.php:218
353
  msgid "Add the URL of audio in OGG format."
354
  msgstr ""
355
 
356
- #: inc/options.php:223
357
  msgid "Wav URL"
358
  msgstr ""
359
 
360
- #: inc/options.php:224
361
  msgid "Add the URL of audio in WAV format."
362
  msgstr ""
363
 
364
- #: inc/options.php:228
365
  msgid "Mute Audio"
366
  msgstr ""
367
 
368
- #: inc/options.php:229
369
  msgid "Choose to mute the audio."
370
  msgstr ""
371
 
372
- #: inc/options.php:234
373
  msgid "Autoplay Audio"
374
  msgstr ""
375
 
376
- #: inc/options.php:235
377
  msgid "Choose to autoplay the audio."
378
  msgstr ""
379
 
380
- #: inc/options.php:240
381
  msgid "Loop Audio"
382
  msgstr ""
383
 
384
- #: inc/options.php:241
385
  msgid "Choose to loop the audio."
386
  msgstr ""
387
 
388
- #: inc/options.php:246
389
  msgid "Controls Audio"
390
  msgstr ""
391
 
392
- #: inc/options.php:247
393
  msgid "Choose to display controls of the audio."
394
  msgstr ""
395
 
396
- #: inc/options.php:264
397
  msgid "Audio Shortcode"
398
  msgstr ""
399
 
400
- #: inc/options.php:265
401
  msgid "audio-shortcode/"
402
  msgstr ""
403
 
404
- #: inc/options.php:278 inc/options.php:3517
405
  msgid "Button Style"
406
  msgstr ""
407
 
408
- #: inc/options.php:279
409
  msgid "Select the button's default style."
410
  msgstr ""
411
 
412
- #: inc/options.php:281 inc/options.php:1080 inc/options.php:2843
413
- #: inc/options.php:3472 inc/options.php:3607
414
  msgid "Normal"
415
  msgstr ""
416
 
417
- #: inc/options.php:282
418
  msgid "Dark"
419
  msgstr ""
420
 
421
- #: inc/options.php:283
422
  msgid "Light"
423
  msgstr ""
424
 
425
- #: inc/options.php:284
426
  msgid "2d"
427
  msgstr ""
428
 
429
- #: inc/options.php:285
430
  msgid "3d"
431
  msgstr ""
432
 
433
- #: inc/options.php:286
434
  msgid "Line"
435
  msgstr ""
436
 
437
- #: inc/options.php:287
438
  msgid "Line Dark"
439
  msgstr ""
440
 
441
- #: inc/options.php:288
442
  msgid "Line Light"
443
  msgstr ""
444
 
445
- #: inc/options.php:295
446
  msgid "Button URL"
447
  msgstr ""
448
 
449
- #: inc/options.php:296
450
  msgid "Add the button's url eg: http://example.com."
451
  msgstr ""
452
 
453
- #: inc/options.php:301
454
  msgid "Button Size"
455
  msgstr ""
456
 
457
- #: inc/options.php:302
458
  msgid "Select the button's size."
459
  msgstr ""
460
 
461
- #: inc/options.php:304 inc/options.php:2236
462
  msgid "Small"
463
  msgstr ""
464
 
465
- #: inc/options.php:305
466
  msgid "Medium"
467
  msgstr ""
468
 
469
- #: inc/options.php:306 inc/options.php:2238
470
  msgid "Large"
471
  msgstr ""
472
 
473
- #: inc/options.php:307
474
  msgid "XLarge"
475
  msgstr ""
476
 
477
- #: inc/options.php:317
478
  msgid "In pixels (px), default: 2px."
479
  msgstr ""
480
 
481
- #: inc/options.php:322
482
  msgid "Button Shape"
483
  msgstr ""
484
 
485
- #: inc/options.php:323
486
  msgid "Select the button's shape. Choose default for theme option selection."
487
  msgstr ""
488
 
489
- #: inc/options.php:325
490
- msgid "Default"
491
- msgstr ""
492
-
493
- #: inc/options.php:326 inc/options.php:2168 inc/options.php:2575
494
  msgid "Square"
495
  msgstr ""
496
 
497
- #: inc/options.php:327 inc/options.php:2739 inc/options.php:3474
498
  msgid "Rounded"
499
  msgstr ""
500
 
501
- #: inc/options.php:328
502
  msgid "Full Rounded"
503
  msgstr ""
504
 
505
- #: inc/options.php:333
506
  msgid "Text Shadow"
507
  msgstr ""
508
 
509
- #: inc/options.php:334
510
  msgid "Display shadow for button text."
511
  msgstr ""
512
 
513
- #: inc/options.php:339
514
  msgid "Gradient"
515
  msgstr ""
516
 
517
- #: inc/options.php:340
518
  msgid "Display gradient for button."
519
  msgstr ""
520
 
521
- #: inc/options.php:345
522
  msgid "Block Button"
523
  msgstr ""
524
 
525
- #: inc/options.php:346
526
  msgid "Display in full width."
527
  msgstr ""
528
 
529
- #: inc/options.php:352
530
  msgid "Button Target"
531
  msgstr ""
532
 
533
- #: inc/options.php:353
534
  msgid "_self = open in same window <br />_blank = open in new window."
535
  msgstr ""
536
 
537
- #: inc/options.php:361 inc/options.php:2889
 
 
 
 
 
 
 
 
 
 
538
  msgid "Button Text"
539
  msgstr ""
540
 
541
- #: inc/options.php:363
542
  msgid "Button's Text"
543
  msgstr ""
544
 
545
- #: inc/options.php:364
546
  msgid "Add the text that will display in the button."
547
  msgstr ""
548
 
549
- #: inc/options.php:369
550
  msgid "Set background color for button."
551
  msgstr ""
552
 
553
- #: inc/options.php:370 inc/options.php:2883
554
  msgid "Button Color"
555
  msgstr ""
556
 
557
- #: inc/options.php:378
558
  msgid "Set content color & border color for button."
559
  msgstr ""
560
 
561
- #: inc/options.php:383 inc/options.php:2905
562
  msgid "Button Icon"
563
  msgstr ""
564
 
565
- #: inc/options.php:390
566
  msgid "Icon Animation Type"
567
  msgstr ""
568
 
569
- #: inc/options.php:391
570
  msgid "Select the type of animation to use on the button icon."
571
  msgstr ""
572
 
573
- #: inc/options.php:409
574
  msgid "Button Shortcode"
575
  msgstr ""
576
 
577
- #: inc/options.php:410
578
  msgid "buttons-shortcode/"
579
  msgstr ""
580
 
581
- #: inc/options.php:426 inc/options.php:510 inc/options.php:557
582
- #: inc/options.php:646
583
  msgid "Canvas Width"
584
  msgstr ""
585
 
586
- #: inc/options.php:434 inc/options.php:518 inc/options.php:565
587
- #: inc/options.php:655
588
  msgid "Canvas Height"
589
  msgstr ""
590
 
591
- #: inc/options.php:452 inc/options.php:583
592
  msgid "Label For Line"
593
  msgstr ""
594
 
595
- #: inc/options.php:453
596
  msgid "separate multiple tags added to chart line with commas"
597
  msgstr ""
598
 
599
- #: inc/options.php:457
600
  msgid "Chart Bar Shortcode"
601
  msgstr ""
602
 
603
- #: inc/options.php:463 inc/options.php:594
604
  msgid "Data"
605
  msgstr ""
606
 
607
- #: inc/options.php:464 inc/options.php:595
608
  msgid "separate values for each set of data with commas"
609
  msgstr ""
610
 
611
- #: inc/options.php:469 inc/options.php:600
612
  msgid "Fill Color"
613
  msgstr ""
614
 
615
- #: inc/options.php:475 inc/options.php:606
616
  msgid "Fill Opacity"
617
  msgstr ""
618
 
619
- #: inc/options.php:482 inc/options.php:613
620
  msgid "Stroke Color"
621
  msgstr ""
622
 
623
- #: inc/options.php:488
624
  msgid "Stroke Opacity"
625
  msgstr ""
626
 
627
- #: inc/options.php:536 inc/options.php:673 inc/options.php:926
628
- #: inc/options.php:1423 inc/options.php:2912 inc/options.php:2953
629
- #: inc/options.php:2987 inc/options.php:3055 inc/options.php:3171
630
- #: inc/options.php:3578 inc/options.php:3750
631
  msgid "Content"
632
  msgstr ""
633
 
634
- #: inc/options.php:541
635
  msgid "Chart Doughnut Shortcode"
636
  msgstr ""
637
 
638
- #: inc/options.php:588
639
  msgid "Chart Line Shortcode"
640
  msgstr ""
641
 
642
- #: inc/options.php:619
643
  msgid "Point Color"
644
  msgstr ""
645
 
646
- #: inc/options.php:625
647
  msgid "Point Stroke Color"
648
  msgstr ""
649
 
650
- #: inc/options.php:678
651
  msgid "Chart Pie Shortcode"
652
  msgstr ""
653
 
654
- #: inc/options.php:692
655
  msgid "Column Shortcode"
656
  msgstr ""
657
 
658
- #: inc/options.php:693
659
  msgid "columns-shortcode/"
660
  msgstr ""
661
 
662
- #: inc/options.php:698
663
  msgid "Column Style"
664
  msgstr ""
665
 
666
- #: inc/options.php:699
667
  msgid "Select the size of column."
668
  msgstr ""
669
 
670
- #: inc/options.php:701 inc/options.php:823
671
  msgid "1/1"
672
  msgstr ""
673
 
674
- #: inc/options.php:702 inc/options.php:824
675
  msgid "1/2"
676
  msgstr ""
677
 
678
- #: inc/options.php:703 inc/options.php:825
679
  msgid "1/3"
680
  msgstr ""
681
 
682
- #: inc/options.php:704 inc/options.php:826
683
  msgid "1/4"
684
  msgstr ""
685
 
686
- #: inc/options.php:705 inc/options.php:827
687
  msgid "1/5"
688
  msgstr ""
689
 
690
- #: inc/options.php:706 inc/options.php:828
691
  msgid "1/6"
692
  msgstr ""
693
 
694
- #: inc/options.php:707 inc/options.php:829
695
  msgid "2/3"
696
  msgstr ""
697
 
698
- #: inc/options.php:708 inc/options.php:830
699
  msgid "2/5"
700
  msgstr ""
701
 
702
- #: inc/options.php:709 inc/options.php:831
703
  msgid "3/4"
704
  msgstr ""
705
 
706
- #: inc/options.php:710 inc/options.php:832
707
  msgid "3/5"
708
  msgstr ""
709
 
710
- #: inc/options.php:711 inc/options.php:833
711
  msgid "4/5"
712
  msgstr ""
713
 
714
- #: inc/options.php:712 inc/options.php:834
715
  msgid "5/6"
716
  msgstr ""
717
 
718
- #: inc/options.php:716
719
  msgid "Column Content"
720
  msgstr ""
721
 
722
- #: inc/options.php:718
723
  msgid " Column Content"
724
  msgstr ""
725
 
726
- #: inc/options.php:719
727
  msgid "Insert the column's content"
728
  msgstr ""
729
 
730
- #: inc/options.php:722
731
  msgid "left"
732
  msgstr ""
733
 
734
- #: inc/options.php:724
735
  msgid "Content Align"
736
  msgstr ""
737
 
738
- #: inc/options.php:764
 
 
 
 
 
 
 
 
739
  msgid "Set end time for countdown."
740
  msgstr ""
741
 
742
- #: inc/options.php:771 inc/options.php:1784 inc/options.php:1900
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
743
  msgid "Font Color"
744
  msgstr ""
745
 
746
- #: inc/options.php:772
747
  msgid "Set font color for countdown."
748
  msgstr ""
749
 
750
- #: inc/options.php:779
751
  msgid "Set background color for countdown."
752
  msgstr ""
753
 
754
- #: inc/options.php:798
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
755
  msgid "Countdowns Shortcode"
756
  msgstr ""
757
 
758
- #: inc/options.php:799
759
  msgid "countdowns-shortcode/"
760
  msgstr ""
761
 
762
- #: inc/options.php:820
763
  msgid "Box Width"
764
  msgstr ""
765
 
766
- #: inc/options.php:821
767
  msgid "Select size of counter box"
768
  msgstr ""
769
 
770
- #: inc/options.php:839
771
  msgid "Top Icon"
772
  msgstr ""
773
 
774
- #: inc/options.php:846
775
  msgid "Top Icon Color"
776
  msgstr ""
777
 
778
- #: inc/options.php:847
779
  msgid "Set color for top icon."
780
  msgstr ""
781
 
782
- #: inc/options.php:852
783
  msgid "Middle Left Icon"
784
  msgstr ""
785
 
786
- #: inc/options.php:853
787
  msgid "Insert text before the number."
788
  msgstr ""
789
 
790
- #: inc/options.php:860
791
  msgid "Middle Left Text"
792
  msgstr ""
793
 
794
- #: inc/options.php:861
795
  msgid "Left text of counter num"
796
  msgstr ""
797
 
798
- #: inc/options.php:869
799
  msgid "Counter Num"
800
  msgstr ""
801
 
802
- #: inc/options.php:870
803
  msgid "The animated counter number."
804
  msgstr ""
805
 
806
- #: inc/options.php:875
807
  msgid "Middle Right Text"
808
  msgstr ""
809
 
810
- #: inc/options.php:876
811
  msgid "Insert text after the number."
812
  msgstr ""
813
 
814
- #: inc/options.php:882
815
  msgid "Bottom Title"
816
  msgstr ""
817
 
818
- #: inc/options.php:883
819
  msgid "Insert Title for counter."
820
  msgstr ""
821
 
822
- #: inc/options.php:888
823
  msgid "Display Border"
824
  msgstr ""
825
 
826
- #: inc/options.php:889
827
  msgid "Choose to display border for counter."
828
  msgstr ""
829
 
830
- #: inc/options.php:891 inc/options.php:1025 inc/options.php:1035
831
- #: inc/options.php:1045 inc/options.php:2155 inc/options.php:2176
832
- #: inc/options.php:2248 inc/options.php:3010 inc/options.php:3464
833
- #: inc/options.php:3835 inc/options.php:3845 inc/options.php:3855
834
- #: inc/options.php:3917 inc/options.php:3927 inc/options.php:3937
835
- #: inc/options.php:3998 inc/options.php:4008 inc/options.php:4018
836
- msgid "No"
837
- msgstr ""
838
-
839
- #: inc/options.php:892 inc/options.php:1024 inc/options.php:1034
840
- #: inc/options.php:1044 inc/options.php:2156 inc/options.php:2177
841
- #: inc/options.php:2247 inc/options.php:3011 inc/options.php:3463
842
- #: inc/options.php:3834 inc/options.php:3844 inc/options.php:3854
843
- #: inc/options.php:3916 inc/options.php:3926 inc/options.php:3936
844
- #: inc/options.php:3997 inc/options.php:4007 inc/options.php:4017
845
- msgid "Yes"
846
- msgstr ""
847
-
848
- #: inc/options.php:911
849
  msgid "Counter Shortcode"
850
  msgstr ""
851
 
852
- #: inc/options.php:912
853
  msgid "counter-box-shortcode/"
854
  msgstr ""
855
 
856
- #: inc/options.php:924
857
  msgid "Custom Box Content"
858
  msgstr ""
859
 
860
- #: inc/options.php:927
861
  msgid "Insert content for custom box."
862
  msgstr ""
863
 
864
- #: inc/options.php:931 inc/options.php:3199
865
  msgid "Background Image"
866
  msgstr ""
867
 
868
- #: inc/options.php:932
869
  msgid "Upload an image to display in background of custom box."
870
  msgstr ""
871
 
872
- #: inc/options.php:937
873
  msgid "Fixed Background"
874
  msgstr ""
875
 
876
- #: inc/options.php:938
877
  msgid "Choose to fixed Background Image"
878
  msgstr ""
879
 
880
- #: inc/options.php:944 inc/options.php:3218 inc/options.php:3257
881
  msgid "Background Position"
882
  msgstr ""
883
 
884
- #: inc/options.php:945
885
  msgid "Choose the postion of the background image"
886
  msgstr ""
887
 
888
- #: inc/options.php:947 inc/options.php:3222
889
  msgid "Top Left"
890
  msgstr ""
891
 
892
- #: inc/options.php:948 inc/options.php:3223
893
  msgid "Top Center"
894
  msgstr ""
895
 
896
- #: inc/options.php:949 inc/options.php:3224
897
  msgid "Top Right"
898
  msgstr ""
899
 
900
- #: inc/options.php:950 inc/options.php:3225
901
  msgid "Center Left"
902
  msgstr ""
903
 
904
- #: inc/options.php:951 inc/options.php:3226
905
  msgid "Center Center"
906
  msgstr ""
907
 
908
- #: inc/options.php:952 inc/options.php:3227
909
  msgid "Center Right"
910
  msgstr ""
911
 
912
- #: inc/options.php:953 inc/options.php:3228
913
  msgid "Bottom Left"
914
  msgstr ""
915
 
916
- #: inc/options.php:954 inc/options.php:3229
917
  msgid "Bottom Center"
918
  msgstr ""
919
 
920
- #: inc/options.php:955 inc/options.php:3230
921
  msgid "Bottom Right"
922
  msgstr ""
923
 
924
- #: inc/options.php:963 inc/options.php:4065
925
  msgid "Padding"
926
  msgstr ""
927
 
928
- #: inc/options.php:964
929
  msgid "Content Padding. eg:30px"
930
  msgstr ""
931
 
932
- #: inc/options.php:980
933
  msgid " Custom Box Shortcode"
934
  msgstr ""
935
 
936
- #: inc/options.php:981
937
  msgid "custom-box-shortcode/"
938
  msgstr ""
939
 
940
- #: inc/options.php:996
941
  msgid "Dailymotion URL"
942
  msgstr ""
943
 
944
- #: inc/options.php:997 inc/options.php:3889 inc/options.php:3970
945
  msgid "Add the URL the video will link to, ex: http://example.com."
946
  msgstr ""
947
 
948
- #: inc/options.php:1003 inc/options.php:1009 inc/options.php:3895
949
- #: inc/options.php:3901 inc/options.php:3976 inc/options.php:3982
950
  msgid "In pixels (px), eg:1px."
951
  msgstr ""
952
 
953
- #: inc/options.php:1014 inc/options.php:3824 inc/options.php:3906
954
- #: inc/options.php:3987
955
  msgid "Mute Video"
956
  msgstr ""
957
 
958
- #: inc/options.php:1015 inc/options.php:3825 inc/options.php:3907
959
- #: inc/options.php:3988
960
  msgid "Choose to mute the video."
961
  msgstr ""
962
 
963
- #: inc/options.php:1021 inc/options.php:3831 inc/options.php:3913
964
- #: inc/options.php:3994
965
  msgid "Autoplay Video"
966
  msgstr ""
967
 
968
- #: inc/options.php:1022 inc/options.php:3832 inc/options.php:3914
969
- #: inc/options.php:3995
970
  msgid "Choose to autoplay the video."
971
  msgstr ""
972
 
973
- #: inc/options.php:1031 inc/options.php:3841 inc/options.php:3923
974
- #: inc/options.php:4004
975
  msgid "Loop Video"
976
  msgstr ""
977
 
978
- #: inc/options.php:1032 inc/options.php:3842 inc/options.php:3924
979
- #: inc/options.php:4005
980
  msgid "Choose to loop the video."
981
  msgstr ""
982
 
983
- #: inc/options.php:1041 inc/options.php:3851 inc/options.php:3933
984
- #: inc/options.php:4014
985
  msgid "Show Controls"
986
  msgstr ""
987
 
988
- #: inc/options.php:1042 inc/options.php:3852 inc/options.php:3934
989
- #: inc/options.php:4015
990
  msgid "Choose to display controls for the video player."
991
  msgstr ""
992
 
993
- #: inc/options.php:1062
994
  msgid "Dailymotion Shortcode"
995
  msgstr ""
996
 
997
- #: inc/options.php:1063
998
  msgid "dailymotion-shortcode/"
999
  msgstr ""
1000
 
1001
- #: inc/options.php:1077
1002
  msgid "Divider Style"
1003
  msgstr ""
1004
 
1005
- #: inc/options.php:1078
1006
  msgid "Select the Divider's Style."
1007
  msgstr ""
1008
 
1009
- #: inc/options.php:1081
1010
  msgid "Shadow"
1011
  msgstr ""
1012
 
1013
- #: inc/options.php:1082 inc/options.php:3264
1014
  msgid "Dashed"
1015
  msgstr ""
1016
 
1017
- #: inc/options.php:1083 inc/options.php:3263
1018
  msgid "Dotted"
1019
  msgstr ""
1020
 
1021
- #: inc/options.php:1084
1022
  msgid "Double Line"
1023
  msgstr ""
1024
 
1025
- #: inc/options.php:1085
1026
  msgid "Double Dashed"
1027
  msgstr ""
1028
 
1029
- #: inc/options.php:1086
1030
  msgid "Double Dotted"
1031
  msgstr ""
1032
 
1033
- #: inc/options.php:1087 inc/options.php:2050
1034
  msgid "Image"
1035
  msgstr ""
1036
 
1037
- #: inc/options.php:1089
1038
  msgid "Back to Top"
1039
  msgstr ""
1040
 
1041
- #: inc/options.php:1096
1042
  msgid "In pixels. Default: 100%"
1043
  msgstr ""
1044
 
1045
- #: inc/options.php:1100 inc/options.php:2943
1046
  msgid "Align"
1047
  msgstr ""
1048
 
1049
- #: inc/options.php:1101
1050
  msgid "When the width is not 100%."
1051
  msgstr ""
1052
 
1053
- #: inc/options.php:1112 inc/options.php:1830
1054
  msgid "Margin Top"
1055
  msgstr ""
1056
 
1057
- #: inc/options.php:1113
1058
  msgid "Spacing above the separator. In pixels."
1059
  msgstr ""
1060
 
1061
- #: inc/options.php:1120 inc/options.php:1838
1062
  msgid "Margin Bottom"
1063
  msgstr ""
1064
 
1065
- #: inc/options.php:1121
1066
  msgid "Spacing under the separator. In pixels."
1067
  msgstr ""
1068
 
1069
- #: inc/options.php:1129 inc/options.php:3245
1070
  msgid "Border Size"
1071
  msgstr ""
1072
 
1073
- #: inc/options.php:1130
1074
  msgid "In pixels (px), eg: 1px. "
1075
  msgstr ""
1076
 
1077
- #: inc/options.php:1135 inc/options.php:1789 inc/options.php:2338
1078
- #: inc/options.php:2850 inc/options.php:3252
1079
  msgid "Border Color"
1080
  msgstr ""
1081
 
1082
- #: inc/options.php:1136
1083
  msgid "Set the border color."
1084
  msgstr ""
1085
 
1086
- #: inc/options.php:1160
1087
  msgid "Divider Shortcode"
1088
  msgstr ""
1089
 
1090
- #: inc/options.php:1161
1091
  msgid "divider-shortcode/"
1092
  msgstr ""
1093
 
1094
- #: inc/options.php:1175
1095
  msgid "Doc URL"
1096
  msgstr ""
1097
 
1098
- #: inc/options.php:1176
1099
  msgid "Upload document to display. Supported formats: doc, xls, pdf etc."
1100
  msgstr ""
1101
 
1102
- #: inc/options.php:1184
1103
  msgid "Set width for doc."
1104
  msgstr ""
1105
 
1106
- #: inc/options.php:1192
1107
  msgid "Set height for doc."
1108
  msgstr ""
1109
 
1110
- #: inc/options.php:1196
1111
  msgid "Responsive"
1112
  msgstr ""
1113
 
1114
- #: inc/options.php:1197
1115
  msgid "Choose to responsive or not"
1116
  msgstr ""
1117
 
1118
- #: inc/options.php:1202
1119
  msgid "Viewer"
1120
  msgstr ""
1121
 
1122
- #: inc/options.php:1203
1123
  msgid "Choose viewer for document."
1124
  msgstr ""
1125
 
1126
- #: inc/options.php:1205
1127
  msgid "Google"
1128
  msgstr ""
1129
 
1130
- #: inc/options.php:1206
1131
  msgid "Microsoft"
1132
  msgstr ""
1133
 
1134
- #: inc/options.php:1223
1135
  msgid "Document Shortcode"
1136
  msgstr ""
1137
 
1138
- #: inc/options.php:1224
1139
  msgid "document-shortcode/"
1140
  msgstr ""
1141
 
1142
- #: inc/options.php:1238
1143
  msgid "Dropcap Letter"
1144
  msgstr ""
1145
 
1146
- #: inc/options.php:1239
1147
  msgid "Add the letter to be used as dropcap"
1148
  msgstr ""
1149
 
1150
- #: inc/options.php:1243 inc/options.php:2784
1151
  msgid "Color"
1152
  msgstr ""
1153
 
1154
- #: inc/options.php:1244
1155
  msgid ""
1156
  "Controls the color of the dropcap letter. Leave blank for theme option "
1157
  "selection."
1158
  msgstr ""
1159
 
1160
- #: inc/options.php:1248
1161
  msgid "Boxed Dropcap"
1162
  msgstr ""
1163
 
1164
- #: inc/options.php:1249
1165
  msgid "Choose to get a boxed dropcap."
1166
  msgstr ""
1167
 
1168
- #: inc/options.php:1257
1169
  msgid "Box Radius"
1170
  msgstr ""
1171
 
1172
- #: inc/options.php:1258
1173
  msgid "Choose the radius of the boxed dropcap. In pixels (px), eg: 1px"
1174
  msgstr ""
1175
 
1176
- #: inc/options.php:1274
1177
  msgid "Dropcap Shortcode"
1178
  msgstr ""
1179
 
1180
- #: inc/options.php:1275
1181
  msgid "dropcap-shortcode/"
1182
  msgstr ""
1183
 
1184
- #: inc/options.php:1289
1185
  msgid "Select style for dummy image"
1186
  msgstr ""
1187
 
1188
- #: inc/options.php:1291
1189
  msgid "Any"
1190
  msgstr ""
1191
 
1192
- #: inc/options.php:1292
1193
  msgid "Transport"
1194
  msgstr ""
1195
 
1196
- #: inc/options.php:1293
1197
  msgid "Technics"
1198
  msgstr ""
1199
 
1200
- #: inc/options.php:1294
1201
  msgid "People"
1202
  msgstr ""
1203
 
1204
- #: inc/options.php:1295
1205
  msgid "Sports"
1206
  msgstr ""
1207
 
1208
- #: inc/options.php:1296
1209
  msgid "Cats"
1210
  msgstr ""
1211
 
1212
- #: inc/options.php:1297
1213
  msgid "City"
1214
  msgstr ""
1215
 
1216
- #: inc/options.php:1298
1217
  msgid "Food"
1218
  msgstr ""
1219
 
1220
- #: inc/options.php:1299
1221
  msgid "Night life"
1222
  msgstr ""
1223
 
1224
- #: inc/options.php:1300
1225
  msgid "Fashion"
1226
  msgstr ""
1227
 
1228
- #: inc/options.php:1301
1229
  msgid "Animals"
1230
  msgstr ""
1231
 
1232
- #: inc/options.php:1302
1233
  msgid "Business"
1234
  msgstr ""
1235
 
1236
- #: inc/options.php:1303
1237
  msgid "Nature"
1238
  msgstr ""
1239
 
1240
- #: inc/options.php:1304
1241
  msgid "Abstract"
1242
  msgstr ""
1243
 
1244
- #: inc/options.php:1313
1245
  msgid "Set width for image."
1246
  msgstr ""
1247
 
1248
- #: inc/options.php:1321
1249
  msgid "Set height for image."
1250
  msgstr ""
1251
 
1252
- #: inc/options.php:1338
1253
  msgid "Dummy Image Shortcode"
1254
  msgstr ""
1255
 
1256
- #: inc/options.php:1339
1257
  msgid "dummy-image-shortcode/"
1258
  msgstr ""
1259
 
1260
- #: inc/options.php:1354
1261
  msgid "Select text type."
1262
  msgstr ""
1263
 
1264
- #: inc/options.php:1356
1265
  msgid "Paragraphs"
1266
  msgstr ""
1267
 
1268
- #: inc/options.php:1357
1269
  msgid "Words"
1270
  msgstr ""
1271
 
1272
- #: inc/options.php:1358
1273
  msgid "Bytes"
1274
  msgstr ""
1275
 
1276
- #: inc/options.php:1366
1277
  msgid "Amount"
1278
  msgstr ""
1279
 
1280
- #: inc/options.php:1367
1281
  msgid "Choose how many paragraphs or words to show"
1282
  msgstr ""
1283
 
1284
- #: inc/options.php:1383
1285
  msgid "Dummy Text Shortcode"
1286
  msgstr ""
1287
 
1288
- #: inc/options.php:1384
1289
  msgid "dummy-text-shortcode/"
1290
  msgstr ""
1291
 
1292
- #: inc/options.php:1398
1293
  msgid "More Icon"
1294
  msgstr ""
1295
 
1296
- #: inc/options.php:1399
1297
  msgid ""
1298
  "Set icon for expand title. Click an icon to select, click again to deselect."
1299
  msgstr ""
1300
 
1301
- #: inc/options.php:1405
 
 
 
 
 
 
 
 
1302
  msgid "More Text"
1303
  msgstr ""
1304
 
1305
- #: inc/options.php:1406
1306
  msgid "Set text for expand title."
1307
  msgstr ""
1308
 
1309
- #: inc/options.php:1410
1310
  msgid "Less Icon"
1311
  msgstr ""
1312
 
1313
- #: inc/options.php:1411
1314
  msgid ""
1315
  "Set icon for fold title. Click an icon to select, click again to deselect."
1316
  msgstr ""
1317
 
1318
- #: inc/options.php:1417
 
 
 
 
 
 
 
 
1319
  msgid "Less Text"
1320
  msgstr ""
1321
 
1322
- #: inc/options.php:1418
1323
  msgid "Set text for fold title. "
1324
  msgstr ""
1325
 
1326
- #: inc/options.php:1424
1327
  msgid "This text block can be expanded."
1328
  msgstr ""
1329
 
1330
- #: inc/options.php:1440
1331
  msgid "Expand Shortcode"
1332
  msgstr ""
1333
 
1334
- #: inc/options.php:1441
1335
  msgid "expand-shortcode/"
1336
  msgstr ""
1337
 
1338
- #: inc/options.php:1454
1339
  msgid "Feature Box Style"
1340
  msgstr ""
1341
 
1342
- #: inc/options.php:1455
1343
  msgid "Select the Feature Box's Style."
1344
  msgstr ""
1345
 
1346
- #: inc/options.php:1457
1347
  msgid "Icon on Top of Title"
1348
  msgstr ""
1349
 
1350
- #: inc/options.php:1458
1351
  msgid "Icon Beside Title and Content"
1352
  msgstr ""
1353
 
1354
- #: inc/options.php:1459
1355
  msgid "Icon Beside Title"
1356
  msgstr ""
1357
 
1358
- #: inc/options.php:1460 inc/options.php:2844 inc/options.php:3473
 
1359
  msgid "Boxed"
1360
  msgstr ""
1361
 
1362
- #: inc/options.php:1468
1363
  msgid "Insert title for feature box."
1364
  msgstr ""
1365
 
1366
- #: inc/options.php:1476
1367
  msgid "Title Font Size"
1368
  msgstr ""
1369
 
1370
- #: inc/options.php:1477
1371
  msgid "Set font size for title of feature box."
1372
  msgstr ""
1373
 
1374
- #: inc/options.php:1481 inc/options.php:2332 inc/options.php:3527
1375
- msgid "Title Color"
1376
- msgstr ""
1377
-
1378
- #: inc/options.php:1482
1379
  msgid "Set color for title of feature box."
1380
  msgstr ""
1381
 
1382
- #: inc/options.php:1486
1383
  msgid "Icon Hover Animation"
1384
  msgstr ""
1385
 
1386
- #: inc/options.php:1487
1387
  msgid "Select the Icon's Animation."
1388
  msgstr ""
1389
 
1390
- #: inc/options.php:1501 inc/options.php:1949 inc/options.php:3444
1391
  msgid "Icon Size"
1392
  msgstr ""
1393
 
1394
- #: inc/options.php:1502
1395
  msgid "Set size for icon of feature box."
1396
  msgstr ""
1397
 
1398
- #: inc/options.php:1506 inc/options.php:1955 inc/options.php:2147
1399
- #: inc/options.php:3449
1400
  msgid "Icon Color"
1401
  msgstr ""
1402
 
1403
- #: inc/options.php:1507
1404
  msgid "Set color for icon of feature box."
1405
  msgstr ""
1406
 
1407
- #: inc/options.php:1511
1408
  msgid "Icon Border Color"
1409
  msgstr ""
1410
 
1411
- #: inc/options.php:1512
1412
  msgid "Set border color for icon of feature box."
1413
  msgstr ""
1414
 
1415
- #: inc/options.php:1519
1416
  msgid "Icon Border Width"
1417
  msgstr ""
1418
 
1419
- #: inc/options.php:1520
1420
  msgid "Set border width for icon of feature box."
1421
  msgstr ""
1422
 
1423
- #: inc/options.php:1526
1424
  msgid "Flip Icon"
1425
  msgstr ""
1426
 
1427
- #: inc/options.php:1527
1428
  msgid "Choose to flip the icon of feature box."
1429
  msgstr ""
1430
 
1431
- #: inc/options.php:1529 inc/options.php:3261 inc/options.php:3330
1432
- #: inc/options.php:3350 inc/options.php:3635
1433
  msgid "None"
1434
  msgstr ""
1435
 
1436
- #: inc/options.php:1530 inc/options.php:1669
1437
  msgid "Horizontal"
1438
  msgstr ""
1439
 
1440
- #: inc/options.php:1531 inc/options.php:1670
1441
  msgid "Vertical"
1442
  msgstr ""
1443
 
1444
- #: inc/options.php:1538
1445
  msgid "Spinning Icon"
1446
  msgstr ""
1447
 
1448
- #: inc/options.php:1539
1449
  msgid "Choose to spin the icon of feature box."
1450
  msgstr ""
1451
 
1452
- #: inc/options.php:1545 inc/options.php:2160 inc/options.php:2877
1453
- #: inc/options.php:3454
1454
  msgid "Icon Circle Background Color"
1455
  msgstr ""
1456
 
1457
- #: inc/options.php:1546
1458
  msgid "Set background for icon circle of feature box."
1459
  msgstr ""
1460
 
1461
- #: inc/options.php:1552
1462
  msgid "Icon Alignment"
1463
  msgstr ""
1464
 
1465
- #: inc/options.php:1553
1466
  msgid "Set alignment for style2/style3 of feature box."
1467
  msgstr ""
1468
 
1469
- #: inc/options.php:1563
1470
  msgid "Icon Circle"
1471
  msgstr ""
1472
 
1473
- #: inc/options.php:1564
1474
  msgid "Choose to display icon of feature box in circle."
1475
  msgstr ""
1476
 
1477
- #: inc/options.php:1571
1478
  msgid "Icon Image"
1479
  msgstr ""
1480
 
1481
- #: inc/options.php:1572
1482
  msgid "To upload your own icon image, remember to deselect icon above."
1483
  msgstr ""
1484
 
1485
- #: inc/options.php:1579
1486
  msgid "Icon Image Width"
1487
  msgstr ""
1488
 
1489
- #: inc/options.php:1580
1490
  msgid ""
1491
  "If using custom icon image, set icon image width. In percentage of pixels "
1492
  "(px), eg: 1px."
1493
  msgstr ""
1494
 
1495
- #: inc/options.php:1587
1496
  msgid "Icon Image Height"
1497
  msgstr ""
1498
 
1499
- #: inc/options.php:1588
1500
  msgid ""
1501
  "If using custom icon image, set icon image height. In percentage of pixels "
1502
  "(px), eg: 1px."
1503
  msgstr ""
1504
 
1505
- #: inc/options.php:1595
1506
  msgid "Link URL"
1507
  msgstr ""
1508
 
1509
- #: inc/options.php:1596
1510
  msgid "Set link for feature box, eg: http://example.com."
1511
  msgstr ""
1512
 
1513
- #: inc/options.php:1601 inc/options.php:2062 inc/options.php:2407
1514
  msgid "Link Target"
1515
  msgstr ""
1516
 
1517
- #: inc/options.php:1602 inc/options.php:2063 inc/options.php:2408
1518
  msgid "_self = open in same window _blank = open in new window."
1519
  msgstr ""
1520
 
1521
- #: inc/options.php:1604 inc/options.php:2065 inc/options.php:2410
1522
- msgid "_blank"
1523
- msgstr ""
1524
-
1525
- #: inc/options.php:1605 inc/options.php:2066 inc/options.php:2411
1526
- msgid "_self"
1527
- msgstr ""
1528
-
1529
- #: inc/options.php:1612
1530
  msgid "Link Text"
1531
  msgstr ""
1532
 
1533
- #: inc/options.php:1613
1534
  msgid ""
1535
  "Insert link text for feature box. It would not display if you leave it as "
1536
  "blank."
1537
  msgstr ""
1538
 
1539
- #: inc/options.php:1617
1540
  msgid "Link Color"
1541
  msgstr ""
1542
 
1543
- #: inc/options.php:1618
1544
  msgid "Set color for link of feature box."
1545
  msgstr ""
1546
 
1547
- #: inc/options.php:1622
1548
  msgid "Content Color"
1549
  msgstr ""
1550
 
1551
- #: inc/options.php:1623
1552
  msgid "Set color for content of feature box."
1553
  msgstr ""
1554
 
1555
- #: inc/options.php:1627
1556
  msgid "Set box background color for Boxed Style."
1557
  msgstr ""
1558
 
1559
- #: inc/options.php:1628
1560
  msgid "For Boxed Style"
1561
  msgstr ""
1562
 
1563
- #: inc/options.php:1644 inc/options.php:1904 inc/options.php:2252
1564
  msgid "Your Content Goes Here"
1565
  msgstr ""
1566
 
1567
- #: inc/options.php:1646
1568
  msgid "Feature Box Content"
1569
  msgstr ""
1570
 
1571
- #: inc/options.php:1651
1572
  msgid "Feature Box Shortcode"
1573
  msgstr ""
1574
 
1575
- #: inc/options.php:1652
1576
  msgid "feature-box-shortcode/"
1577
  msgstr ""
1578
 
1579
- #: inc/options.php:1666
1580
  msgid "Direction"
1581
  msgstr ""
1582
 
1583
- #: inc/options.php:1667
1584
  msgid "Select flip directioon."
1585
  msgstr ""
1586
 
1587
- #: inc/options.php:1671
1588
  msgid "Flip Left"
1589
  msgstr ""
1590
 
1591
- #: inc/options.php:1672
1592
  msgid "Flip Right"
1593
  msgstr ""
1594
 
1595
- #: inc/options.php:1673
1596
  msgid "Flip Top"
1597
  msgstr ""
1598
 
1599
- #: inc/options.php:1674
1600
  msgid "Flip Bottom"
1601
  msgstr ""
1602
 
1603
- #: inc/options.php:1675
1604
  msgid "Slide Left"
1605
  msgstr ""
1606
 
1607
- #: inc/options.php:1676
1608
  msgid "Slide Right"
1609
  msgstr ""
1610
 
1611
- #: inc/options.php:1677
1612
  msgid "Slide Top"
1613
  msgstr ""
1614
 
1615
- #: inc/options.php:1678
1616
  msgid "Slide Bottom"
1617
  msgstr ""
1618
 
1619
- #: inc/options.php:1686
1620
  msgid "Front Container Paddings"
1621
  msgstr ""
1622
 
1623
- #: inc/options.php:1687
1624
  msgid "Set paddings for front container of flip box."
1625
  msgstr ""
1626
 
1627
- #: inc/options.php:1692
1628
  msgid "Front Background Color"
1629
  msgstr ""
1630
 
1631
- #: inc/options.php:1693
1632
  msgid "Set background color for front container of flip box."
1633
  msgstr ""
1634
 
1635
- #: inc/options.php:1698
1636
  msgid "Front Font Color"
1637
  msgstr ""
1638
 
1639
- #: inc/options.php:1699 inc/options.php:1725
1640
  msgid "Custom setting only. Set the background color for custom alert boxes."
1641
  msgstr ""
1642
 
1643
- #: inc/options.php:1702
1644
  msgid "Front Content"
1645
  msgstr ""
1646
 
1647
- #: inc/options.php:1704
1648
  msgid "Front content."
1649
  msgstr ""
1650
 
1651
- #: inc/options.php:1705
1652
  msgid "Insert content for front container of flip box."
1653
  msgstr ""
1654
 
1655
- #: inc/options.php:1712
1656
  msgid "Back Container Paddings"
1657
  msgstr ""
1658
 
1659
- #: inc/options.php:1713
1660
  msgid "Set paddings for back container of flip box."
1661
  msgstr ""
1662
 
1663
- #: inc/options.php:1718
1664
  msgid "Back Background Color"
1665
  msgstr ""
1666
 
1667
- #: inc/options.php:1719
1668
  msgid "Set background color for back container of flip box."
1669
  msgstr ""
1670
 
1671
- #: inc/options.php:1724
1672
  msgid "Back Font Color"
1673
  msgstr ""
1674
 
1675
- #: inc/options.php:1728
1676
  msgid "Back Content"
1677
  msgstr ""
1678
 
1679
- #: inc/options.php:1730
1680
  msgid "Back Content."
1681
  msgstr ""
1682
 
1683
- #: inc/options.php:1731
1684
  msgid "Insert content for back container of flip box."
1685
  msgstr ""
1686
 
1687
- #: inc/options.php:1748
1688
  msgid "Flip Box Shortcode"
1689
  msgstr ""
1690
 
1691
- #: inc/options.php:1749
1692
  msgid "flip-box-shortcode/"
1693
  msgstr ""
1694
 
1695
- #: inc/options.php:1765
1696
  msgid "Insert heading text"
1697
  msgstr ""
1698
 
1699
- #: inc/options.php:1772
1700
  msgid "Choose a heading style. Leave blank as default."
1701
  msgstr ""
1702
 
1703
- #: inc/options.php:1785
 
 
 
 
 
 
 
 
 
 
 
 
1704
  msgid "Set color for heading text."
1705
  msgstr ""
1706
 
1707
- #: inc/options.php:1790
1708
  msgid "Set border color for heading."
1709
  msgstr ""
1710
 
1711
- #: inc/options.php:1795 inc/options.php:2790
1712
  msgid "Text Align"
1713
  msgstr ""
1714
 
1715
- #: inc/options.php:1796
1716
  msgid "Set text align for this heading."
1717
  msgstr ""
1718
 
1719
- #: inc/options.php:1802
1720
  msgid "Font Weight"
1721
  msgstr ""
1722
 
1723
- #: inc/options.php:1803
1724
  msgid "Set font weight for heading text."
1725
  msgstr ""
1726
 
1727
- #: inc/options.php:1822 inc/options.php:2609
1728
  msgid "Font Size"
1729
  msgstr ""
1730
 
1731
- #: inc/options.php:1823
1732
  msgid "Set font size for heading text. In pixels (px), eg: 1px."
1733
  msgstr ""
1734
 
1735
- #: inc/options.php:1852
1736
  msgid "Responsive Text"
1737
  msgstr ""
1738
 
1739
- #: inc/options.php:1853
1740
  msgid "Choose to display responsive text."
1741
  msgstr ""
1742
 
1743
- #: inc/options.php:1872
1744
  msgid "Heading Shortcode"
1745
  msgstr ""
1746
 
1747
- #: inc/options.php:1873
1748
  msgid "heading-shortcode/"
1749
  msgstr ""
1750
 
1751
- #: inc/options.php:1888
1752
  msgid "Set background color for highlight item."
1753
  msgstr ""
1754
 
1755
- #: inc/options.php:1901
1756
  msgid "Set font color for highlight item."
1757
  msgstr ""
1758
 
1759
- #: inc/options.php:1906
1760
  msgid "Content to Higlight"
1761
  msgstr ""
1762
 
1763
- #: inc/options.php:1907
1764
  msgid "Insert content to highlight."
1765
  msgstr ""
1766
 
1767
- #: inc/options.php:1924
1768
  msgid "Highlight Shortcode"
1769
  msgstr ""
1770
 
1771
- #: inc/options.php:1925
1772
  msgid "highlight-shortcode/"
1773
  msgstr ""
1774
 
1775
- #: inc/options.php:1950
1776
  msgid "Set text size for item."
1777
  msgstr ""
1778
 
1779
- #: inc/options.php:1956 inc/options.php:3450
1780
  msgid "Set color for icon."
1781
  msgstr ""
1782
 
1783
- #: inc/options.php:1961
1784
  msgid "Icon Box"
1785
  msgstr ""
1786
 
1787
- #: inc/options.php:1962
1788
  msgid "Choose to display boxed icon."
1789
  msgstr ""
1790
 
1791
- #: inc/options.php:1980
1792
  msgid "Icon Shortcode"
1793
  msgstr ""
1794
 
1795
- #: inc/options.php:1981
1796
  msgid "icon-shortcode/"
1797
  msgstr ""
1798
 
1799
- #: inc/options.php:1996
1800
  msgid "Select how the image compare display."
1801
  msgstr ""
1802
 
1803
- #: inc/options.php:2005 inc/options.php:2583 inc/options.php:2760
1804
  msgid "Percent"
1805
  msgstr ""
1806
 
1807
- #: inc/options.php:2006
1808
  msgid "Choose default offset pct"
1809
  msgstr ""
1810
 
1811
- #: inc/options.php:2012
1812
  msgid "Image Left"
1813
  msgstr ""
1814
 
1815
- #: inc/options.php:2013
1816
  msgid "Insert the image displayed in the left."
1817
  msgstr ""
1818
 
1819
- #: inc/options.php:2018
1820
  msgid "Image Right"
1821
  msgstr ""
1822
 
1823
- #: inc/options.php:2019
1824
  msgid "Insert the image displayed in the right."
1825
  msgstr ""
1826
 
1827
- #: inc/options.php:2035
1828
  msgid "Image Compare Shortcode"
1829
  msgstr ""
1830
 
1831
- #: inc/options.php:2036
1832
  msgid "image-compare-shortcode/"
1833
  msgstr ""
1834
 
1835
- #: inc/options.php:2051 inc/options.php:2437
1836
  msgid "Upload an image to display."
1837
  msgstr ""
1838
 
1839
- #: inc/options.php:2056
1840
  msgid "Image Link URL"
1841
  msgstr ""
1842
 
1843
- #: inc/options.php:2057 inc/options.php:2443
1844
  msgid "Add the URL the picture will link to, ex: http://example.com."
1845
  msgstr ""
1846
 
1847
- #: inc/options.php:2076
1848
  msgid ""
1849
  "Choose the border radius of the image frame. In pixels (px), ex: 1px, or "
1850
  "\"round\". Leave blank for theme option selection."
1851
  msgstr ""
1852
 
1853
- #: inc/options.php:2081
1854
  msgid "Light Box"
1855
  msgstr ""
1856
 
1857
- #: inc/options.php:2082
1858
  msgid "Choose to display light box once click."
1859
  msgstr ""
1860
 
1861
- #: inc/options.php:2100
1862
  msgid "Image Frame Shortcode"
1863
  msgstr ""
1864
 
1865
- #: inc/options.php:2101
1866
  msgid "image-frame-shortcode/"
1867
  msgstr ""
1868
 
1869
- #: inc/options.php:2117 inc/options.php:2767
1870
- msgid "Text"
1871
- msgstr ""
1872
-
1873
- #: inc/options.php:2118
1874
  msgid "Insert text to be displayed in label."
1875
  msgstr ""
1876
 
1877
- #: inc/options.php:2124
1878
  msgid "Set background color for label."
1879
  msgstr ""
1880
 
1881
- #: inc/options.php:2128
1882
  msgid "Label Shortcode"
1883
  msgstr ""
1884
 
1885
- #: inc/options.php:2129
1886
  msgid "label-shortcode/"
1887
  msgstr ""
1888
 
1889
- #: inc/options.php:2148
1890
  msgid "Set color fo list icon."
1891
  msgstr ""
1892
 
1893
- #: inc/options.php:2152
1894
  msgid "Icon Boxed"
1895
  msgstr ""
1896
 
1897
- #: inc/options.php:2153
1898
  msgid "Choose to set icon boxed."
1899
  msgstr ""
1900
 
1901
- #: inc/options.php:2161
1902
  msgid "Set background color for list icon."
1903
  msgstr ""
1904
 
1905
- #: inc/options.php:2165
1906
  msgid "Boxed Shape"
1907
  msgstr ""
1908
 
1909
- #: inc/options.php:2166
1910
  msgid "Choose boxed shape for list icon."
1911
  msgstr ""
1912
 
1913
- #: inc/options.php:2169
1914
- msgid "Circle"
1915
- msgstr ""
1916
-
1917
- #: inc/options.php:2173
1918
  msgid "Item Border"
1919
  msgstr ""
1920
 
1921
- #: inc/options.php:2174
1922
  msgid "Choose to display item border for list."
1923
  msgstr ""
1924
 
1925
- #: inc/options.php:2184
1926
  msgid "Item Size"
1927
  msgstr ""
1928
 
1929
- #: inc/options.php:2185
1930
  msgid "Set text font size for item."
1931
  msgstr ""
1932
 
1933
- #: inc/options.php:2202
1934
  msgid "List items"
1935
  msgstr ""
1936
 
1937
- #: inc/options.php:2207
1938
  msgid "List Shortcode"
1939
  msgstr ""
1940
 
1941
- #: inc/options.php:2208
1942
  msgid "list-shortcode/"
1943
  msgstr ""
1944
 
1945
- #: inc/options.php:2222
1946
  msgid "Modal Anchor Text"
1947
  msgstr ""
1948
 
1949
- #: inc/options.php:2223
1950
  msgid "Insert anchor text for the modal."
1951
  msgstr ""
1952
 
1953
- #: inc/options.php:2228
1954
- msgid "Modal Heading"
1955
  msgstr ""
1956
 
1957
- #: inc/options.php:2229
1958
- msgid "Insert heading text for the modal."
1959
  msgstr ""
1960
 
1961
- #: inc/options.php:2233
1962
- msgid "Size Of Modal"
1963
  msgstr ""
1964
 
1965
- #: inc/options.php:2234
1966
- msgid "Select the modal window size."
 
 
 
 
 
 
 
 
 
 
 
 
1967
  msgstr ""
1968
 
1969
- #: inc/options.php:2237
1970
- msgid "Middle"
1971
  msgstr ""
1972
 
1973
- #: inc/options.php:2244
1974
- msgid "Show Footer"
 
 
 
 
1975
  msgstr ""
1976
 
1977
- #: inc/options.php:2245
1978
- msgid "Choose to show the modal footer with close button."
1979
  msgstr ""
1980
 
1981
- #: inc/options.php:2254
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1982
  msgid "Contents of Modal"
1983
  msgstr ""
1984
 
1985
- #: inc/options.php:2255
1986
  msgid "Add your content to be displayed in modal."
1987
  msgstr ""
1988
 
1989
- #: inc/options.php:2271
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1990
  msgid "Modal Shortcode"
1991
  msgstr ""
1992
 
1993
- #: inc/options.php:2272
1994
  msgid "modal-shortcode/"
1995
  msgstr ""
1996
 
1997
- #: inc/options.php:2286
1998
  msgid "Select a menu"
1999
  msgstr ""
2000
 
2001
- #: inc/options.php:2303
2002
  msgid "Menu Shortcode"
2003
  msgstr ""
2004
 
2005
- #: inc/options.php:2319
2006
  msgid "Insert title for panel."
2007
  msgstr ""
2008
 
2009
- #: inc/options.php:2322
2010
  msgid "Panel content."
2011
  msgstr ""
2012
 
2013
- #: inc/options.php:2324
2014
  msgid "Panel Content"
2015
  msgstr ""
2016
 
2017
- #: inc/options.php:2325
2018
  msgid "Insert content for panel."
2019
  msgstr ""
2020
 
2021
- #: inc/options.php:2333
2022
  msgid "Set color for panel title."
2023
  msgstr ""
2024
 
2025
- #: inc/options.php:2339
2026
  msgid "Set color for panel border."
2027
  msgstr ""
2028
 
2029
- #: inc/options.php:2345
2030
- msgid "Title Background Color"
2031
- msgstr ""
2032
-
2033
- #: inc/options.php:2346
2034
  msgid "Set background color for panel title."
2035
  msgstr ""
2036
 
2037
- #: inc/options.php:2370
2038
  msgid "Panel Shortcode"
2039
  msgstr ""
2040
 
2041
- #: inc/options.php:2371
2042
  msgid "panel-shortcode/"
2043
  msgstr ""
2044
 
2045
- #: inc/options.php:2386
2046
  msgid "Choose to display info below or beside the image."
2047
  msgstr ""
2048
 
2049
- #: inc/options.php:2388
2050
  msgid "Below"
2051
  msgstr ""
2052
 
2053
- #: inc/options.php:2389
2054
  msgid "Beside"
2055
  msgstr ""
2056
 
2057
- #: inc/options.php:2395 inc/options.php:3614 inc/options.php:4050
2058
  msgid "Name"
2059
  msgstr ""
2060
 
2061
- #: inc/options.php:2396
2062
  msgid "Insert the name of the person."
2063
  msgstr ""
2064
 
2065
- #: inc/options.php:2402
2066
  msgid "Insert the title of the person"
2067
  msgstr ""
2068
 
2069
- #: inc/options.php:2418
2070
  msgid "Image Overlay Color"
2071
  msgstr ""
2072
 
2073
- #: inc/options.php:2419
2074
  msgid "Select a hover color to show over the image as an overlay."
2075
  msgstr ""
2076
 
2077
- #: inc/options.php:2424
2078
  msgid "Image Overlay Opacity"
2079
  msgstr ""
2080
 
2081
- #: inc/options.php:2425
2082
  msgid "Opacity ranges between 0 (transparent) and 1 (opaque). ex: .5"
2083
  msgstr ""
2084
 
2085
- #: inc/options.php:2431
2086
  msgid "Profile Description"
2087
  msgstr ""
2088
 
2089
- #: inc/options.php:2432
2090
  msgid "Insert profile description."
2091
  msgstr ""
2092
 
2093
- #: inc/options.php:2436
2094
  msgid "Picture"
2095
  msgstr ""
2096
 
2097
- #: inc/options.php:2442
2098
  msgid "Picture Link URL"
2099
  msgstr ""
2100
 
2101
- #: inc/options.php:2450
2102
  msgid "Picture Border Size"
2103
  msgstr ""
2104
 
2105
- #: inc/options.php:2451
2106
  msgid "In pixels (px), ex: 1px. Leave blank for theme option selection."
2107
  msgstr ""
2108
 
2109
- #: inc/options.php:2455
2110
  msgid "Picture Border Color"
2111
  msgstr ""
2112
 
2113
- #: inc/options.php:2456
2114
  msgid ""
2115
  "Controls the picture's border color. Leave blank for theme option selection."
2116
  msgstr ""
2117
 
2118
- #: inc/options.php:2463
2119
  msgid "Picture Border Radius"
2120
  msgstr ""
2121
 
2122
- #: inc/options.php:2464
2123
  msgid ""
2124
  "Choose the border radius of the person image. In pixels (px), ex: 1px, or "
2125
  "\"round\". Leave blank for theme option selection."
2126
  msgstr ""
2127
 
2128
- #: inc/options.php:2471
2129
  msgid "Social Icon Box Radius"
2130
  msgstr ""
2131
 
2132
- #: inc/options.php:2472
2133
  msgid ""
2134
  "Choose the border radius of the boxed icons. In pixels (px), ex: 1px, or "
2135
  "\"round\". Leave blank for theme option selection."
2136
  msgstr ""
2137
 
2138
- #: inc/options.php:2477
2139
  msgid "Social Icon Custom Colors"
2140
  msgstr ""
2141
 
2142
- #: inc/options.php:2478
2143
  msgid ""
2144
  "Controls the Icon's border color. Leave blank for theme option selection."
2145
  msgstr ""
2146
 
2147
- #: inc/options.php:2482
2148
  msgid "Icon1"
2149
  msgstr ""
2150
 
2151
- #: inc/options.php:2489
2152
  msgid "Link1 "
2153
  msgstr ""
2154
 
2155
- #: inc/options.php:2490
2156
  msgid "The Icon1 Link "
2157
  msgstr ""
2158
 
2159
- #: inc/options.php:2494
2160
  msgid "Icon2"
2161
  msgstr ""
2162
 
2163
- #: inc/options.php:2501
2164
  msgid "Link2 "
2165
  msgstr ""
2166
 
2167
- #: inc/options.php:2502
2168
  msgid "The Icon2 Link "
2169
  msgstr ""
2170
 
2171
- #: inc/options.php:2506
2172
  msgid "Icon3"
2173
  msgstr ""
2174
 
2175
- #: inc/options.php:2513
2176
  msgid "Link3 "
2177
  msgstr ""
2178
 
2179
- #: inc/options.php:2514
2180
  msgid "The Icon3 Link "
2181
  msgstr ""
2182
 
2183
- #: inc/options.php:2518
2184
  msgid "Icon4"
2185
  msgstr ""
2186
 
2187
- #: inc/options.php:2525
2188
  msgid "Link4"
2189
  msgstr ""
2190
 
2191
- #: inc/options.php:2526
2192
  msgid "The Icon4 Link "
2193
  msgstr ""
2194
 
2195
- #: inc/options.php:2530
2196
  msgid "Icon5"
2197
  msgstr ""
2198
 
2199
- #: inc/options.php:2537
2200
  msgid "Link5"
2201
  msgstr ""
2202
 
2203
- #: inc/options.php:2538
2204
  msgid "The Icon5 Link "
2205
  msgstr ""
2206
 
2207
- #: inc/options.php:2554
2208
  msgid "Person Shortcode"
2209
  msgstr ""
2210
 
2211
- #: inc/options.php:2555
2212
  msgid "person-shortcode/"
2213
  msgstr ""
2214
 
2215
- #: inc/options.php:2570
2216
  msgid "Line Cap"
2217
  msgstr ""
2218
 
2219
- #: inc/options.php:2571
2220
  msgid "Select how the ending of the bar line looks like."
2221
  msgstr ""
2222
 
2223
- #: inc/options.php:2573
2224
  msgid "Round"
2225
  msgstr ""
2226
 
2227
- #: inc/options.php:2574
2228
  msgid "Butt"
2229
  msgstr ""
2230
 
2231
- #: inc/options.php:2584
2232
  msgid "From 1 to 100."
2233
  msgstr ""
2234
 
2235
- #: inc/options.php:2592
2236
  msgid "Insert title for piechart. It need to be short."
2237
  msgstr ""
2238
 
2239
- #: inc/options.php:2600
2240
  msgid "Size"
2241
  msgstr ""
2242
 
2243
- #: inc/options.php:2601
2244
  msgid "Set size for piechart."
2245
  msgstr ""
2246
 
2247
- #: inc/options.php:2610
2248
  msgid "Set font size for piechart title."
2249
  msgstr ""
2250
 
2251
- #: inc/options.php:2615
2252
  msgid "Filled Color"
2253
  msgstr ""
2254
 
2255
- #: inc/options.php:2616
2256
  msgid "Set color for filled area in piechart."
2257
  msgstr ""
2258
 
2259
- #: inc/options.php:2621
2260
  msgid "Unfilled Color"
2261
  msgstr ""
2262
 
2263
- #: inc/options.php:2622
2264
  msgid "Set color for unfilled area in piechart."
2265
  msgstr ""
2266
 
2267
- #: inc/options.php:2635
2268
  msgid "Piechart Shortcode"
2269
  msgstr ""
2270
 
2271
- #: inc/options.php:2636
2272
  msgid "piechart-shortcode/"
2273
  msgstr ""
2274
 
2275
- #: inc/options.php:2650
2276
  msgid "Popover Heading"
2277
  msgstr ""
2278
 
2279
- #: inc/options.php:2651
2280
  msgid "Insert heading text of the popover."
2281
  msgstr ""
2282
 
2283
- #: inc/options.php:2656
2284
  msgid "Triggering Text"
2285
  msgstr ""
2286
 
2287
- #: inc/options.php:2657
2288
  msgid "Content that will trigger the popover."
2289
  msgstr ""
2290
 
2291
- #: inc/options.php:2664
2292
  msgid "Contents Inside Popover"
2293
  msgstr ""
2294
 
2295
- #: inc/options.php:2665
2296
  msgid "Text to be displayed inside the popover."
2297
  msgstr ""
2298
 
2299
- #: inc/options.php:2670
2300
  msgid "Popover Trigger Method"
2301
  msgstr ""
2302
 
2303
- #: inc/options.php:2671
2304
  msgid "Choose mouse action to trigger popover."
2305
  msgstr ""
2306
 
2307
- #: inc/options.php:2673 inc/options.php:3744
2308
  msgid "Click"
2309
  msgstr ""
2310
 
2311
- #: inc/options.php:2674 inc/options.php:3743
2312
  msgid "Hover"
2313
  msgstr ""
2314
 
2315
- #: inc/options.php:2679
2316
  msgid "Popover Position"
2317
  msgstr ""
2318
 
2319
- #: inc/options.php:2680
2320
  msgid "Choose the display position of the popover."
2321
  msgstr ""
2322
 
2323
- #: inc/options.php:2682 inc/options.php:2869 inc/options.php:3732
2324
  msgid "Top"
2325
  msgstr ""
2326
 
2327
- #: inc/options.php:2683 inc/options.php:2870 inc/options.php:3733
2328
  msgid "Bottom"
2329
  msgstr ""
2330
 
2331
- #: inc/options.php:2703
2332
  msgid "Popover Shortcode"
2333
  msgstr ""
2334
 
2335
- #: inc/options.php:2704
2336
  msgid "popover-shortcode/"
2337
  msgstr ""
2338
 
2339
- #: inc/options.php:2719
2340
  msgid "Choose the show of progress bar."
2341
  msgstr ""
2342
 
2343
- #: inc/options.php:2721 inc/options.php:3519
2344
  msgid "Normal Style"
2345
  msgstr ""
2346
 
2347
- #: inc/options.php:2722
2348
  msgid "Circle Style"
2349
  msgstr ""
2350
 
2351
- #: inc/options.php:2728 inc/options.php:2732
2352
  msgid "Striped"
2353
  msgstr ""
2354
 
2355
- #: inc/options.php:2729
2356
  msgid "Choose to get the filled area striped."
2357
  msgstr ""
2358
 
2359
- #: inc/options.php:2731
2360
  msgid "None Striped"
2361
  msgstr ""
2362
 
2363
- #: inc/options.php:2733
2364
  msgid "Striped Animated"
2365
  msgstr ""
2366
 
2367
- #: inc/options.php:2740
2368
  msgid "Choose to set the progress bar as rounded."
2369
  msgstr ""
2370
 
2371
- #: inc/options.php:2742
2372
  msgid "On"
2373
  msgstr ""
2374
 
2375
- #: inc/options.php:2743
2376
  msgid "Off"
2377
  msgstr ""
2378
 
2379
- #: inc/options.php:2749
2380
  msgid "Display Number"
2381
  msgstr ""
2382
 
2383
- #: inc/options.php:2750
2384
  msgid "Choose to diplay number for progress bar."
2385
  msgstr ""
2386
 
2387
- #: inc/options.php:2761
2388
  msgid "Set percentage for progress bar. 0~100."
2389
  msgstr ""
2390
 
2391
- #: inc/options.php:2768
2392
  msgid "Insert text for progress bar."
2393
  msgstr ""
2394
 
2395
- #: inc/options.php:2777
2396
  msgid "Set height for progress bar."
2397
  msgstr ""
2398
 
2399
- #: inc/options.php:2785
2400
  msgid "Set background color for filled area in progress bar."
2401
  msgstr ""
2402
 
2403
- #: inc/options.php:2791
2404
  msgid "Set align for progress bar."
2405
  msgstr ""
2406
 
2407
- #: inc/options.php:2800
2408
  msgid "Text Position"
2409
  msgstr ""
2410
 
2411
- #: inc/options.php:2801
2412
  msgid "Choose text position for progress bar."
2413
  msgstr ""
2414
 
2415
- #: inc/options.php:2803
2416
  msgid "Text on Progress bars"
2417
  msgstr ""
2418
 
2419
- #: inc/options.php:2804
2420
  msgid "Text above progress bars"
2421
  msgstr ""
2422
 
2423
- #: inc/options.php:2825
2424
  msgid "Progress Shortcode"
2425
  msgstr ""
2426
 
2427
- #: inc/options.php:2826
2428
  msgid "progress-bar-shortcode/"
2429
  msgstr ""
2430
 
2431
- #: inc/options.php:2841
2432
  msgid "Select style for promo box."
2433
  msgstr ""
2434
 
2435
- #: inc/options.php:2851
2436
  msgid "Set color for highlight border of promo box."
2437
  msgstr ""
2438
 
2439
- #: inc/options.php:2859
2440
  msgid "Set width for highlight border of promo box."
2441
  msgstr ""
2442
 
2443
- #: inc/options.php:2864
2444
  msgid "Border Position"
2445
  msgstr ""
2446
 
2447
- #: inc/options.php:2865
2448
  msgid "Choose position for highlight border of promo box."
2449
  msgstr ""
2450
 
2451
- #: inc/options.php:2878
2452
  msgid "Set background color for promo box."
2453
  msgstr ""
2454
 
2455
- #: inc/options.php:2890
2456
  msgid "Inser text for button of promo box."
2457
  msgstr ""
2458
 
2459
- #: inc/options.php:2895
2460
  msgid "Button Text Color"
2461
  msgstr ""
2462
 
2463
- #: inc/options.php:2900
2464
  msgid "Button Link URL"
2465
  msgstr ""
2466
 
2467
- #: inc/options.php:2901
2468
  msgid "Inser link for button of promo box, eg: http://example.com."
2469
  msgstr ""
2470
 
2471
- #: inc/options.php:2913
2472
  msgid "Insert content for promo box."
2473
  msgstr ""
2474
 
2475
- #: inc/options.php:2929
2476
  msgid "Promo Box Shortcode"
2477
  msgstr ""
2478
 
2479
- #: inc/options.php:2930
2480
  msgid "promo-box-shortcode/"
2481
  msgstr ""
2482
 
2483
- #: inc/options.php:2944
2484
  msgid "Set alignment for pullquote."
2485
  msgstr ""
2486
 
2487
- #: inc/options.php:2954
2488
  msgid "Insert content for pullquote."
2489
  msgstr ""
2490
 
2491
- #: inc/options.php:2971
2492
  msgid "Pullquote Shortcode"
2493
  msgstr ""
2494
 
2495
- #: inc/options.php:2972
2496
  msgid "pullquote-shortcode/"
2497
  msgstr ""
2498
 
2499
- #: inc/options.php:2988
2500
  msgid "The text to store within the QR code. Any text or URL is available."
2501
  msgstr ""
2502
 
2503
- #: inc/options.php:2993
2504
  msgid "Alternative text"
2505
  msgstr ""
2506
 
2507
- #: inc/options.php:2994
2508
  msgid "Set image alt for QR code."
2509
  msgstr ""
2510
 
2511
- #: inc/options.php:3001
2512
  msgid "Size in pixel"
2513
  msgstr ""
2514
 
2515
- #: inc/options.php:3002
2516
  msgid "Image width and height."
2517
  msgstr ""
2518
 
2519
- #: inc/options.php:3007
2520
  msgid "QRCode clickable?"
2521
  msgstr ""
2522
 
2523
- #: inc/options.php:3008
2524
  msgid "Choose to make this QR code clickable."
2525
  msgstr ""
2526
 
2527
- #: inc/options.php:3017
2528
  msgid "Foreground Color"
2529
  msgstr ""
2530
 
2531
- #: inc/options.php:3018
2532
  msgid "Set foreground Color for QR code."
2533
  msgstr ""
2534
 
2535
- #: inc/options.php:3024
2536
  msgid "Set background Color for QR code."
2537
  msgstr ""
2538
 
2539
- #: inc/options.php:3028
2540
  msgid "QR Code Shortcode"
2541
  msgstr ""
2542
 
2543
- #: inc/options.php:3029
2544
  msgid "qr-code-shortcode/"
2545
  msgstr ""
2546
 
2547
- #: inc/options.php:3043
2548
  msgid "Cite"
2549
  msgstr ""
2550
 
2551
- #: inc/options.php:3044
2552
  msgid "Author name for quote."
2553
  msgstr ""
2554
 
2555
- #: inc/options.php:3049
2556
  msgid "Cite Link"
2557
  msgstr ""
2558
 
2559
- #: inc/options.php:3050
2560
  msgid "Insert Url for the quote author. Leave empty to disable hyperlink."
2561
  msgstr ""
2562
 
2563
- #: inc/options.php:3056
2564
  msgid "Insert content for the quote."
2565
  msgstr ""
2566
 
2567
- #: inc/options.php:3072
2568
  msgid "Quote Shortcode"
2569
  msgstr ""
2570
 
2571
- #: inc/options.php:3073
2572
  msgid "quote-shortcode/"
2573
  msgstr ""
2574
 
2575
- #: inc/options.php:3088
2576
  msgid "Feed URL"
2577
  msgstr ""
2578
 
2579
- #: inc/options.php:3089
2580
  msgid "Url of RSS Feed."
2581
  msgstr ""
2582
 
2583
- #: inc/options.php:3096
2584
  msgid "Number to Display"
2585
  msgstr ""
2586
 
2587
- #: inc/options.php:3097
2588
  msgid "Number of items to show."
2589
  msgstr ""
2590
 
2591
- #: inc/options.php:3113
2592
  msgid "RSS Feed Shortcode"
2593
  msgstr ""
2594
 
2595
- #: inc/options.php:3114
2596
  msgid "rss-feed-shortcode/"
2597
  msgstr ""
2598
 
2599
- #: inc/options.php:3129
2600
  msgid "Time"
2601
  msgstr ""
2602
 
2603
- #: inc/options.php:3130
2604
  msgid ""
2605
  "Select an random time in one day to show content.</br>Example: 6-12,13-16 "
2606
  "show content from 6:00 to 12:00 and from 13:00 to 16:00"
2607
  msgstr ""
2608
 
2609
- #: inc/options.php:3135
2610
  msgid "Days of Week"
2611
  msgstr ""
2612
 
2613
- #: inc/options.php:3136
2614
  msgid ""
2615
  "Select days from one week to show content.</br>1 => Monday </br>2 => "
2616
  "Tuesday </br> 3 => Wednesday</br> 4 => Thursday </br> 5 => Friday </br> 6 "
@@ -2618,11 +2913,11 @@ msgid ""
2618
  "and from Monday to Friday"
2619
  msgstr ""
2620
 
2621
- #: inc/options.php:3141
2622
  msgid "Days of Month"
2623
  msgstr ""
2624
 
2625
- #: inc/options.php:3142
2626
  msgid ""
2627
  "Select days from one month to show content.</br>Examples:</br>1 => show "
2628
  "content only at first day of month </br> 10-25 => show content from 10th to "
@@ -2630,613 +2925,712 @@ msgid ""
2630
  "25th"
2631
  msgstr ""
2632
 
2633
- #: inc/options.php:3147
2634
  msgid "Months"
2635
  msgstr ""
2636
 
2637
- #: inc/options.php:3148
2638
  msgid ""
2639
  "Select months from a year to show content.</br>Examples:</br>1 => show "
2640
  "content in January </br> 3-6 => show content from March to June </br> "
2641
  "1,5,8-9 => show content in January,May and from August to September"
2642
  msgstr ""
2643
 
2644
- #: inc/options.php:3153
2645
  msgid "Years"
2646
  msgstr ""
2647
 
2648
- #: inc/options.php:3154
2649
  msgid ""
2650
  "Select years to show content.</br>Examples:</br> 2016 => show content in "
2651
  "2016 </br>2014-2016 => show content from 2014 to 2016 </br> "
2652
  "2016,2017,2345-2666 => show content in 2016,2017 and from 2345 to 2666"
2653
  msgstr ""
2654
 
2655
- #: inc/options.php:3172
2656
  msgid "Insert scheduled content."
2657
  msgstr ""
2658
 
2659
- #: inc/options.php:3176
2660
  msgid "Scheduled Shortcode"
2661
  msgstr ""
2662
 
2663
- #: inc/options.php:3177
2664
  msgid "scheduled-shortcode/"
2665
  msgstr ""
2666
 
2667
- #: inc/options.php:3193
2668
  msgid "Set background for section. Leave blank for transparent."
2669
  msgstr ""
2670
 
2671
- #: inc/options.php:3200
2672
  msgid "Upload an image to display in the background."
2673
  msgstr ""
2674
 
2675
- #: inc/options.php:3204
2676
  msgid "Background Repeat"
2677
  msgstr ""
2678
 
2679
- #: inc/options.php:3205
2680
  msgid "Choose repeat style for the background image."
2681
  msgstr ""
2682
 
2683
- #: inc/options.php:3208
2684
  msgid "Repeat"
2685
  msgstr ""
2686
 
2687
- #: inc/options.php:3209
2688
  msgid "Repeat-x"
2689
  msgstr ""
2690
 
2691
- #: inc/options.php:3210
2692
  msgid "Repeat-y"
2693
  msgstr ""
2694
 
2695
- #: inc/options.php:3211
2696
  msgid "No-repeat"
2697
  msgstr ""
2698
 
2699
- #: inc/options.php:3212 inc/options.php:3272
2700
  msgid "Inherit"
2701
  msgstr ""
2702
 
2703
- #: inc/options.php:3219
2704
  msgid "Choose the postion of the background image."
2705
  msgstr ""
2706
 
2707
- #: inc/options.php:3235
2708
  msgid "Background Parallax"
2709
  msgstr ""
2710
 
2711
- #: inc/options.php:3236
2712
  msgid "Choose how the background image scrolls and responds."
2713
  msgstr ""
2714
 
2715
- #: inc/options.php:3253
2716
  msgid "Set border color for section."
2717
  msgstr ""
2718
 
2719
- #: inc/options.php:3258
2720
  msgid "Select border style for section"
2721
  msgstr ""
2722
 
2723
- #: inc/options.php:3262
2724
  msgid "Hidden"
2725
  msgstr ""
2726
 
2727
- #: inc/options.php:3265
2728
  msgid "Solid"
2729
  msgstr ""
2730
 
2731
- #: inc/options.php:3266
2732
  msgid "Double"
2733
  msgstr ""
2734
 
2735
- #: inc/options.php:3267
2736
  msgid "Groove"
2737
  msgstr ""
2738
 
2739
- #: inc/options.php:3268
2740
  msgid "Ridge"
2741
  msgstr ""
2742
 
2743
- #: inc/options.php:3269
2744
  msgid "Inset"
2745
  msgstr ""
2746
 
2747
- #: inc/options.php:3270
2748
  msgid "Outset"
2749
  msgstr ""
2750
 
2751
- #: inc/options.php:3271
2752
  msgid "Initial"
2753
  msgstr ""
2754
 
2755
- #: inc/options.php:3282
2756
  msgid "Padding Top"
2757
  msgstr ""
2758
 
2759
- #: inc/options.php:3290
2760
  msgid "Padding Bottom"
2761
  msgstr ""
2762
 
2763
- #: inc/options.php:3298
2764
  msgid "Padding Left"
2765
  msgstr ""
2766
 
2767
- #: inc/options.php:3306
2768
  msgid "Padding Right"
2769
  msgstr ""
2770
 
2771
- #: inc/options.php:3311
2772
  msgid "Contents in Container ?"
2773
  msgstr ""
2774
 
2775
- #: inc/options.php:3312
2776
  msgid "Put the content in container."
2777
  msgstr ""
2778
 
2779
- #: inc/options.php:3318
2780
  msgid "Section content."
2781
  msgstr ""
2782
 
2783
- #: inc/options.php:3320
2784
  msgid "Section Content"
2785
  msgstr ""
2786
 
2787
- #: inc/options.php:3321
2788
  msgid "Insert content for section."
2789
  msgstr ""
2790
 
2791
- #: inc/options.php:3327
2792
  msgid "Top Separator"
2793
  msgstr ""
2794
 
2795
- #: inc/options.php:3331 inc/options.php:3351
2796
  msgid "Triangle"
2797
  msgstr ""
2798
 
2799
- #: inc/options.php:3332
2800
  msgid "Doublediagonal"
2801
  msgstr ""
2802
 
2803
- #: inc/options.php:3333 inc/options.php:3352
2804
  msgid "Halfcircle"
2805
  msgstr ""
2806
 
2807
- #: inc/options.php:3334 inc/options.php:3353
2808
  msgid "Bigtriangle"
2809
  msgstr ""
2810
 
2811
- #: inc/options.php:3335 inc/options.php:3354
2812
  msgid "Bighalfcircle"
2813
  msgstr ""
2814
 
2815
- #: inc/options.php:3336 inc/options.php:3355
2816
  msgid "Curl"
2817
  msgstr ""
2818
 
2819
- #: inc/options.php:3337 inc/options.php:3356
2820
  msgid "Multitriangles"
2821
  msgstr ""
2822
 
2823
- #: inc/options.php:3338
2824
  msgid "Roundedsplit"
2825
  msgstr ""
2826
 
2827
- #: inc/options.php:3339 inc/options.php:3359
2828
  msgid "Boxes"
2829
  msgstr ""
2830
 
2831
- #: inc/options.php:3340 inc/options.php:3360
2832
  msgid "Zigzag"
2833
  msgstr ""
2834
 
2835
- #: inc/options.php:3341
2836
  msgid "Clouds"
2837
  msgstr ""
2838
 
2839
- #: inc/options.php:3347
2840
  msgid "Bottom Separator"
2841
  msgstr ""
2842
 
2843
- #: inc/options.php:3357
2844
  msgid "Roundedcorners"
2845
  msgstr ""
2846
 
2847
- #: inc/options.php:3358
2848
  msgid "Foldedcorner"
2849
  msgstr ""
2850
 
2851
- #: inc/options.php:3361
2852
  msgid "Stamp"
2853
  msgstr ""
2854
 
2855
- #: inc/options.php:3367
2856
  msgid "Full Height"
2857
  msgstr ""
2858
 
2859
- #: inc/options.php:3368
2860
  msgid "Choose to set the section height same as browser window."
2861
  msgstr ""
2862
 
2863
- #: inc/options.php:3385
2864
  msgid "Section Shortcode"
2865
  msgstr ""
2866
 
2867
- #: inc/options.php:3386
2868
  msgid "section-shortcode/"
2869
  msgstr ""
2870
 
2871
- #: inc/options.php:3401 inc/options.php:3414
2872
  msgid "Slider"
2873
  msgstr ""
2874
 
2875
- #: inc/options.php:3415
2876
  msgid "slider-shortcode/"
2877
  msgstr ""
2878
 
2879
- #: inc/options.php:3430
2880
  msgid "Title "
2881
  msgstr ""
2882
 
2883
- #: inc/options.php:3431
2884
  msgid "Insert the title for the social icon."
2885
  msgstr ""
2886
 
2887
- #: inc/options.php:3445
2888
  msgid "In pixels (px), eg: 13px."
2889
  msgstr ""
2890
 
2891
- #: inc/options.php:3455
2892
  msgid "Set background color for icon."
2893
  msgstr ""
2894
 
2895
- #: inc/options.php:3460
2896
  msgid "Icon 3D effect"
2897
  msgstr ""
2898
 
2899
- #: inc/options.php:3461
2900
  msgid "Display box shadow for icon."
2901
  msgstr ""
2902
 
2903
- #: inc/options.php:3469
2904
  msgid "Icon Box Radius Style"
2905
  msgstr ""
2906
 
2907
- #: inc/options.php:3475
2908
  msgid "Circle "
2909
  msgstr ""
2910
 
2911
- #: inc/options.php:3481
2912
  msgid "Icon Link URL"
2913
  msgstr ""
2914
 
2915
- #: inc/options.php:3482
2916
  msgid "Add the icon's url eg: http://example.com."
2917
  msgstr ""
2918
 
2919
- #: inc/options.php:3498
 
 
 
 
2920
  msgid "Social Shortcode"
2921
  msgstr ""
2922
 
2923
- #: inc/options.php:3499
2924
  msgid "social-shortcode/"
2925
  msgstr ""
2926
 
2927
- #: inc/options.php:3513
2928
  msgid "Select tabs' style."
2929
  msgstr ""
2930
 
2931
- #: inc/options.php:3516
2932
  msgid "Simple Style Justified"
2933
  msgstr ""
2934
 
2935
- #: inc/options.php:3518
2936
  msgid "Button Style Justified"
2937
  msgstr ""
2938
 
2939
- #: inc/options.php:3520
2940
  msgid "Normal Style Justified"
2941
  msgstr ""
2942
 
2943
- #: inc/options.php:3521
2944
  msgid "Vertical Style"
2945
  msgstr ""
2946
 
2947
- #: inc/options.php:3522
2948
  msgid "Vertical Style Right"
2949
  msgstr ""
2950
 
2951
- #: inc/options.php:3528
2952
  msgid "Set color for tab item's title."
2953
  msgstr ""
2954
 
2955
- #: inc/options.php:3545
2956
  msgid "Tab Items"
2957
  msgstr ""
2958
 
2959
- #: inc/options.php:3546
2960
  msgid "Insert tab items."
2961
  msgstr ""
2962
 
2963
- #: inc/options.php:3552
2964
  msgid "Tab Shortcode"
2965
  msgstr ""
2966
 
2967
- #: inc/options.php:3553
2968
  msgid "tabs-shortcode/"
2969
  msgstr ""
2970
 
2971
- #: inc/options.php:3568
2972
  msgid ""
2973
  "Select visible permissions.Private for author only. Members for logged-in "
2974
  "users. Guests for users not logged in."
2975
  msgstr ""
2976
 
2977
- #: inc/options.php:3570
2978
  msgid "Private"
2979
  msgstr ""
2980
 
2981
- #: inc/options.php:3571
2982
  msgid "Members"
2983
  msgstr ""
2984
 
2985
- #: inc/options.php:3572
2986
  msgid "Guests"
2987
  msgstr ""
2988
 
2989
- #: inc/options.php:3579
2990
  msgid "Set content for targeted users."
2991
  msgstr ""
2992
 
2993
- #: inc/options.php:3584
2994
  msgid "Alternative Content"
2995
  msgstr ""
2996
 
2997
- #: inc/options.php:3585
2998
  msgid "Set content for other users."
2999
  msgstr ""
3000
 
3001
- #: inc/options.php:3589
3002
  msgid "Targeted Shortcode"
3003
  msgstr ""
3004
 
3005
- #: inc/options.php:3590
3006
  msgid "targeted-shortcode/"
3007
  msgstr ""
3008
 
3009
- #: inc/options.php:3604
3010
  msgid "Style "
3011
  msgstr ""
3012
 
3013
- #: inc/options.php:3605
3014
  msgid "Select testimonial's style"
3015
  msgstr ""
3016
 
3017
- #: inc/options.php:3608
3018
  msgid "Box"
3019
  msgstr ""
3020
 
3021
- #: inc/options.php:3615
3022
  msgid "Name of testimonial's author."
3023
  msgstr ""
3024
 
3025
- #: inc/options.php:3620
3026
  msgid "Byline"
3027
  msgstr ""
3028
 
3029
- #: inc/options.php:3621
3030
  msgid "Byline of testimonial's author."
3031
  msgstr ""
3032
 
3033
- #: inc/options.php:3625
3034
  msgid "Avatar"
3035
  msgstr ""
3036
 
3037
- #: inc/options.php:3626
3038
  msgid "Avatar of testimonial's author."
3039
  msgstr ""
3040
 
3041
- #: inc/options.php:3632
3042
  msgid "Alignment"
3043
  msgstr ""
3044
 
3045
- #: inc/options.php:3633
3046
  msgid "Select the content's alignment."
3047
  msgstr ""
3048
 
3049
- #: inc/options.php:3640 inc/options.php:3642
3050
  msgid "Testimonial Content"
3051
  msgstr ""
3052
 
3053
- #: inc/options.php:3643
3054
  msgid "Insert content for testimonial."
3055
  msgstr ""
3056
 
3057
- #: inc/options.php:3659
3058
  msgid "Testimonial Shortcode"
3059
  msgstr ""
3060
 
3061
- #: inc/options.php:3660
3062
  msgid "testimonial-shortcode/"
3063
  msgstr ""
3064
 
3065
- #: inc/options.php:3675
3066
  msgid "Columns"
3067
  msgstr ""
3068
 
3069
- #: inc/options.php:3676
3070
  msgid "Number of items."
3071
  msgstr ""
3072
 
3073
- #: inc/options.php:3679
3074
  msgid "2 columns"
3075
  msgstr ""
3076
 
3077
- #: inc/options.php:3680
3078
  msgid "3 columns"
3079
  msgstr ""
3080
 
3081
- #: inc/options.php:3681
3082
  msgid "4 columns"
3083
  msgstr ""
3084
 
3085
- #: inc/options.php:3682
3086
  msgid "5 columns"
3087
  msgstr ""
3088
 
3089
- #: inc/options.php:3701
3090
  msgid "Timeline Items"
3091
  msgstr ""
3092
 
3093
- #: inc/options.php:3702
3094
  msgid "Insert timeline items."
3095
  msgstr ""
3096
 
3097
- #: inc/options.php:3707
3098
  msgid "Timeline Shortcode"
3099
  msgstr ""
3100
 
3101
- #: inc/options.php:3708
3102
  msgid "timeline-shortcode/"
3103
  msgstr ""
3104
 
3105
- #: inc/options.php:3724
3106
  msgid "Tooltip Text"
3107
  msgstr ""
3108
 
3109
- #: inc/options.php:3725
3110
  msgid "Insert the text that displays in the tooltip"
3111
  msgstr ""
3112
 
3113
- #: inc/options.php:3729
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3114
  msgid "Tooltip Position"
3115
  msgstr ""
3116
 
3117
- #: inc/options.php:3730
3118
  msgid "Choose the display position."
3119
  msgstr ""
3120
 
3121
- #: inc/options.php:3740
3122
  msgid "Tooltip Trigger"
3123
  msgstr ""
3124
 
3125
- #: inc/options.php:3741
3126
  msgid "Choose action to trigger the tooltip."
3127
  msgstr ""
3128
 
3129
- #: inc/options.php:3751
3130
  msgid "Insert the text that will activate the tooltip hover"
3131
  msgstr ""
3132
 
3133
- #: inc/options.php:3767
3134
  msgid "Tooltip Shortcode"
3135
  msgstr ""
3136
 
3137
- #: inc/options.php:3768
3138
  msgid "tooltip-shortcode/"
3139
  msgstr ""
3140
 
3141
- #: inc/options.php:3784
3142
  msgid "Mp4 Video Url"
3143
  msgstr ""
3144
 
3145
- #: inc/options.php:3785
3146
  msgid ""
3147
  "Add the URL of video in MPEG4 format. WebM and MP4 format must be included "
3148
  "to render your video with cross browser compatibility. OGV is optional."
3149
  msgstr ""
3150
 
3151
- #: inc/options.php:3791
3152
  msgid "Ogv Video Url"
3153
  msgstr ""
3154
 
3155
- #: inc/options.php:3792
3156
  msgid ""
3157
  "Add the URL of video in OGV format. WebM and MP4 format must be included to "
3158
  "render your video with cross browser compatibility. OGV is optional."
3159
  msgstr ""
3160
 
3161
- #: inc/options.php:3798
3162
  msgid "Webm Video Url"
3163
  msgstr ""
3164
 
3165
- #: inc/options.php:3799
3166
  msgid ""
3167
  "Add the URL of video in webm format. WebM and MP4 format must be included to "
3168
  "render your video with cross browser compatibility. OGV is optional."
3169
  msgstr ""
3170
 
3171
- #: inc/options.php:3805
3172
  msgid "Poster"
3173
  msgstr ""
3174
 
3175
- #: inc/options.php:3806
3176
  msgid "Display a image when browser does not support HTML5 format."
3177
  msgstr ""
3178
 
3179
- #: inc/options.php:3872
3180
  msgid "Video Shortcode"
3181
  msgstr ""
3182
 
3183
- #: inc/options.php:3873
3184
  msgid "video-shortcode/"
3185
  msgstr ""
3186
 
3187
- #: inc/options.php:3888
3188
  msgid "Vimeo URL"
3189
  msgstr ""
3190
 
3191
- #: inc/options.php:3954
3192
  msgid "Vimeo Shortcode"
3193
  msgstr ""
3194
 
3195
- #: inc/options.php:3955
3196
  msgid "vimeo-shortcode/"
3197
  msgstr ""
3198
 
3199
- #: inc/options.php:3969
3200
  msgid "Youtube URL"
3201
  msgstr ""
3202
 
3203
- #: inc/options.php:4035
3204
  msgid "Youtube Shortcode"
3205
  msgstr ""
3206
 
3207
- #: inc/options.php:4036
3208
  msgid "youtube-shortcode/"
3209
  msgstr ""
3210
 
3211
- #: inc/options.php:4051
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3212
  msgid "Choose widget name to show"
3213
  msgstr ""
3214
 
3215
- #: inc/options.php:4058
3216
  msgid "Set background color for widget area"
3217
  msgstr ""
3218
 
3219
- #: inc/options.php:4066
3220
  msgid "Content Padding. eg:30"
3221
  msgstr ""
3222
 
3223
- #: inc/options.php:4082
3224
  msgid "Widget Area Shortcode"
3225
  msgstr ""
3226
 
3227
- #: shortcodes/class-countdowns.php:59
3228
  msgid "Days"
3229
  msgstr ""
3230
 
3231
- #: shortcodes/class-countdowns.php:69
3232
  msgid "Hours"
3233
  msgstr ""
3234
 
3235
- #: shortcodes/class-countdowns.php:79
3236
  msgid "Minutes"
3237
  msgstr ""
3238
 
3239
- #: shortcodes/class-countdowns.php:89
3240
  msgid "Seconds"
3241
  msgstr ""
3242
 
1
+ #, fuzzy
2
  msgid ""
3
  msgstr ""
4
  "Project-Id-Version: Magee Shortcodes\n"
5
  "Report-Msgid-Bugs-To: \n"
6
+ "POT-Creation-Date: 2016-11-07 16:29+0800\n"
7
  "PO-Revision-Date: 2016-06-21 14:13+0800\n"
8
  "Last-Translator: shijun quan <support@mageewp.com>\n"
9
  "Language-Team: MageeWP\n"
14
  "X-Poedit-KeywordsList: _e;__\n"
15
  "X-Poedit-Basepath: ..\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
+ "X-Generator: Poedit 1.8.9\n"
18
  "Plural-Forms: nplurals=1; plural=0;\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
+ #: inc/core.php:120 inc/core.php:124
22
  msgid "Magee Shortcodes"
23
  msgstr ""
24
 
25
+ #: inc/core.php:348
26
  msgid "Live Preview"
27
  msgstr ""
28
 
29
+ #: inc/core.php:348
30
  msgid "Insert shortcode"
31
  msgstr ""
32
 
33
+ #: inc/core.php:620 inc/core.php:651 inc/core.php:802 inc/core.php:1022
34
  msgid "Upload"
35
  msgstr ""
36
 
37
+ #: inc/core.php:637
38
  msgid "Attach Images to Gallery"
39
  msgstr ""
40
 
41
+ #: inc/core.php:739 inc/options.php:1123 inc/options.php:1216
42
+ #: inc/options.php:1304 inc/options.php:1433 inc/options.php:4031
43
+ #: inc/options.php:4113 inc/options.php:4194
44
  msgid "Width"
45
  msgstr ""
46
 
47
+ #: inc/core.php:743 inc/options.php:1129 inc/options.php:1312
48
+ #: inc/options.php:1441 inc/options.php:2972 inc/options.php:4037
49
+ #: inc/options.php:4119 inc/options.php:4200
50
  msgid "Height"
51
  msgstr ""
52
 
53
+ #: inc/core.php:1102
54
  msgid "Select a slider"
55
  msgstr ""
56
 
57
+ #: inc/core.php:1279
58
+ msgid "<i class=\"fa fa-comment\"></i> 1 "
59
+ msgstr ""
60
+
61
+ #: inc/core.php:1279
62
+ msgid "<i class=\"fa fa-comment\"></i> % "
63
+ msgstr ""
64
+
65
  #: inc/magee-slider.php:8
66
  msgid "Magee Slider"
67
  msgstr ""
90
  msgid "Nothing found in Trash"
91
  msgstr ""
92
 
93
+ #: inc/magee-slider.php:120
94
  msgid "Slide Title"
95
  msgstr ""
96
 
97
+ #: inc/magee-slider.php:122
98
  msgid "Slide Caption"
99
  msgstr ""
100
 
101
+ #: inc/magee-slider.php:124
102
  msgid "Sort"
103
  msgstr ""
104
 
105
+ #: inc/magee-slider.php:125
106
  msgid "Delete"
107
  msgstr ""
108
 
109
+ #: inc/magee-slider.php:131
110
  msgid "Use the button above to add Slides !"
111
  msgstr ""
112
 
113
+ #: inc/magee-slider.php:172 inc/options.php:112 inc/options.php:1600
114
+ #: inc/options.php:1897 inc/options.php:2514 inc/options.php:2597
115
+ #: inc/options.php:2787
116
  msgid "Title"
117
  msgstr ""
118
 
119
+ #: inc/magee-slider.php:173
120
  msgid "Number of Slides"
121
  msgstr ""
122
 
123
+ #: inc/magee-slider.php:174
124
  msgid "Date"
125
  msgstr ""
126
 
127
+ #: inc/options.php:29
128
+ msgid "-- None --"
 
 
129
  msgstr ""
130
 
131
+ #: inc/options.php:31 inc/options.php:32 inc/options.php:33 inc/options.php:34
132
+ #: inc/options.php:1013 inc/options.php:1145 inc/options.php:1155
133
+ #: inc/options.php:1165 inc/options.php:2289 inc/options.php:2310
134
+ #: inc/options.php:3207 inc/options.php:3659 inc/options.php:4053
135
+ #: inc/options.php:4063 inc/options.php:4073 inc/options.php:4135
136
+ #: inc/options.php:4145 inc/options.php:4155 inc/options.php:4216
137
+ #: inc/options.php:4226 inc/options.php:4236
138
+ msgid "Yes"
139
+ msgstr ""
140
+
141
+ #: inc/options.php:31 inc/options.php:32 inc/options.php:33 inc/options.php:34
142
+ #: inc/options.php:1012 inc/options.php:1146 inc/options.php:1156
143
+ #: inc/options.php:1166 inc/options.php:2288 inc/options.php:2309
144
+ #: inc/options.php:3206 inc/options.php:3660 inc/options.php:4054
145
+ #: inc/options.php:4064 inc/options.php:4074 inc/options.php:4136
146
+ #: inc/options.php:4146 inc/options.php:4156 inc/options.php:4217
147
+ #: inc/options.php:4227 inc/options.php:4237
148
+ msgid "No"
149
+ msgstr ""
150
+
151
+ #: inc/options.php:33 inc/options.php:34 inc/options.php:382
152
+ msgid "Default"
153
  msgstr ""
154
 
155
+ #: inc/options.php:35 inc/options.php:36 inc/options.php:37 inc/options.php:784
156
+ #: inc/options.php:1224 inc/options.php:1688 inc/options.php:2880
157
+ #: inc/options.php:2989 inc/options.php:3063 inc/options.php:3142
158
+ #: inc/options.php:3953
159
+ msgid "Left"
160
+ msgstr ""
161
+
162
+ #: inc/options.php:35 inc/options.php:36 inc/options.php:37 inc/options.php:786
163
+ #: inc/options.php:1689 inc/options.php:2881 inc/options.php:2990
164
+ #: inc/options.php:3064 inc/options.php:3143 inc/options.php:3954
165
  msgid "Right"
166
  msgstr ""
167
 
168
+ #: inc/options.php:36 inc/options.php:37 inc/options.php:785
169
+ #: inc/options.php:1225 inc/options.php:3841
170
+ msgid "Center"
171
+ msgstr ""
172
+
173
+ #: inc/options.php:73 inc/options.php:236 inc/options.php:310
174
+ #: inc/options.php:455 inc/options.php:497 inc/options.php:581
175
+ #: inc/options.php:628 inc/options.php:718 inc/options.php:792
176
+ #: inc/options.php:883 inc/options.php:1020 inc/options.php:1090
177
+ #: inc/options.php:1172 inc/options.php:1270 inc/options.php:1333
178
+ #: inc/options.php:1384 inc/options.php:1447 inc/options.php:1493
179
+ #: inc/options.php:1562 inc/options.php:1767 inc/options.php:1870
180
+ #: inc/options.php:1992 inc/options.php:2045 inc/options.php:2101
181
+ #: inc/options.php:2157 inc/options.php:2221 inc/options.php:2323
182
+ #: inc/options.php:2456 inc/options.php:2488 inc/options.php:2555
183
+ #: inc/options.php:2739 inc/options.php:2825 inc/options.php:2888
184
+ #: inc/options.php:3008 inc/options.php:3114 inc/options.php:3155
185
+ #: inc/options.php:3257 inc/options.php:3298 inc/options.php:3355
186
+ #: inc/options.php:3570 inc/options.php:3605 inc/options.php:3692
187
+ #: inc/options.php:3738 inc/options.php:3853 inc/options.php:3894
188
+ #: inc/options.php:3975 inc/options.php:4080 inc/options.php:4162
189
+ #: inc/options.php:4243 inc/options.php:4339 inc/options.php:4386
190
  msgid "CSS Class"
191
  msgstr ""
192
 
193
+ #: inc/options.php:74 inc/options.php:237 inc/options.php:311
194
+ #: inc/options.php:456 inc/options.php:498 inc/options.php:582
195
+ #: inc/options.php:629 inc/options.php:719 inc/options.php:793
196
+ #: inc/options.php:884 inc/options.php:1021 inc/options.php:1091
197
+ #: inc/options.php:1173 inc/options.php:1271 inc/options.php:1334
198
+ #: inc/options.php:1385 inc/options.php:1448 inc/options.php:1494
199
+ #: inc/options.php:1563 inc/options.php:1768 inc/options.php:1871
200
+ #: inc/options.php:1993 inc/options.php:2046 inc/options.php:2102
201
+ #: inc/options.php:2158 inc/options.php:2222 inc/options.php:2324
202
+ #: inc/options.php:2457 inc/options.php:2489 inc/options.php:2556
203
+ #: inc/options.php:2740 inc/options.php:2826 inc/options.php:2889
204
+ #: inc/options.php:3009 inc/options.php:3115 inc/options.php:3156
205
+ #: inc/options.php:3258 inc/options.php:3299 inc/options.php:3356
206
+ #: inc/options.php:3571 inc/options.php:3606 inc/options.php:3693
207
+ #: inc/options.php:3739 inc/options.php:3854 inc/options.php:3895
208
+ #: inc/options.php:3976 inc/options.php:4081 inc/options.php:4163
209
+ #: inc/options.php:4244 inc/options.php:4340 inc/options.php:4387
210
  msgid "Add a class to the wrapping HTML element."
211
  msgstr ""
212
 
213
+ #: inc/options.php:79 inc/options.php:242 inc/options.php:316
214
+ #: inc/options.php:461 inc/options.php:503 inc/options.php:587
215
+ #: inc/options.php:634 inc/options.php:724 inc/options.php:798
216
+ #: inc/options.php:889 inc/options.php:1026 inc/options.php:1096
217
+ #: inc/options.php:1178 inc/options.php:1276 inc/options.php:1339
218
+ #: inc/options.php:1390 inc/options.php:1453 inc/options.php:1499
219
+ #: inc/options.php:1568 inc/options.php:1773 inc/options.php:1876
220
+ #: inc/options.php:1998 inc/options.php:2051 inc/options.php:2107
221
+ #: inc/options.php:2163 inc/options.php:2227 inc/options.php:2329
222
+ #: inc/options.php:2462 inc/options.php:2494 inc/options.php:2561
223
+ #: inc/options.php:2745 inc/options.php:2894 inc/options.php:3014
224
+ #: inc/options.php:3120 inc/options.php:3161 inc/options.php:3263
225
+ #: inc/options.php:3304 inc/options.php:3361 inc/options.php:3576
226
+ #: inc/options.php:3698 inc/options.php:3744 inc/options.php:3859
227
+ #: inc/options.php:3900 inc/options.php:3981 inc/options.php:4086
228
+ #: inc/options.php:4168 inc/options.php:4249 inc/options.php:4345
229
+ #: inc/options.php:4392
230
  msgid "CSS ID"
231
  msgstr ""
232
 
233
+ #: inc/options.php:80 inc/options.php:243 inc/options.php:317
234
+ #: inc/options.php:462 inc/options.php:504 inc/options.php:588
235
+ #: inc/options.php:635 inc/options.php:725 inc/options.php:799
236
+ #: inc/options.php:890 inc/options.php:1027 inc/options.php:1097
237
+ #: inc/options.php:1179 inc/options.php:1277 inc/options.php:1340
238
+ #: inc/options.php:1391 inc/options.php:1454 inc/options.php:1500
239
+ #: inc/options.php:1569 inc/options.php:1774 inc/options.php:1877
240
+ #: inc/options.php:1999 inc/options.php:2052 inc/options.php:2108
241
+ #: inc/options.php:2164 inc/options.php:2228 inc/options.php:2330
242
+ #: inc/options.php:2463 inc/options.php:2495 inc/options.php:2562
243
+ #: inc/options.php:2746 inc/options.php:2895 inc/options.php:3015
244
+ #: inc/options.php:3121 inc/options.php:3162 inc/options.php:3264
245
+ #: inc/options.php:3305 inc/options.php:3362 inc/options.php:3577
246
+ #: inc/options.php:3699 inc/options.php:3745 inc/options.php:3860
247
+ #: inc/options.php:3901 inc/options.php:3982 inc/options.php:4087
248
+ #: inc/options.php:4169 inc/options.php:4250 inc/options.php:4346
249
+ #: inc/options.php:4393
250
  msgid "Add an ID to the wrapping HTML element."
251
  msgstr ""
252
 
253
+ #: inc/options.php:85 inc/options.php:1409 inc/options.php:1474
254
+ #: inc/options.php:1903 inc/options.php:2128 inc/options.php:2581
255
+ #: inc/options.php:2914 inc/options.php:3036 inc/options.php:3717
256
  msgid "Style"
257
  msgstr ""
258
 
259
+ #: inc/options.php:86
260
+ msgid ""
261
+ "The \"simple\" doesn't have a border in the whole accordion, and the \"boxed"
262
+ "\" has."
263
+ msgstr ""
264
+
265
+ #: inc/options.php:88 inc/options.php:3720
266
  msgid "Simple Style"
267
  msgstr ""
268
 
269
+ #: inc/options.php:89
270
  msgid "Boxed Style"
271
  msgstr ""
272
 
273
+ #: inc/options.php:90
274
+ msgid "Spacing Style"
275
+ msgstr ""
276
+
277
+ #: inc/options.php:95 inc/options.php:821 inc/options.php:3772
278
  msgid "Type"
279
  msgstr ""
280
 
281
+ #: inc/options.php:96
282
+ msgid ""
283
+ "The differance is in the right of accordion, \"1\" is a down arrow, and the "
284
+ "\"2\" is a plus in a box"
285
+ msgstr ""
286
+
287
+ #: inc/options.php:99
288
  msgid "Type 1"
289
  msgstr ""
290
 
291
+ #: inc/options.php:100
292
  msgid "Type 2"
293
  msgstr ""
294
 
295
+ #: inc/options.php:101
296
+ msgid "None Type"
297
+ msgstr ""
298
+
299
+ #: inc/options.php:113
300
+ msgid "Insert the title for the accordion item."
301
+ msgstr ""
302
+
303
+ #: inc/options.php:118 inc/options.php:1614 inc/options.php:2528
304
+ #: inc/options.php:3732
305
+ msgid "Title Color"
306
+ msgstr ""
307
+
308
+ #: inc/options.php:119
309
+ msgid "Insert the color for the title."
310
+ msgstr ""
311
+
312
+ #: inc/options.php:124 inc/options.php:2541
313
+ msgid "Title Background Color"
314
+ msgstr ""
315
+
316
+ #: inc/options.php:125
317
+ msgid "Insert the background color for the title."
318
+ msgstr ""
319
+
320
+ #: inc/options.php:130 inc/options.php:2250 inc/options.php:2963
321
+ msgid "Text"
322
+ msgstr ""
323
+
324
+ #: inc/options.php:131
325
+ msgid "Insert the content for the accordion item."
326
+ msgstr ""
327
+
328
+ #: inc/options.php:136
329
+ msgid "Status"
330
+ msgstr ""
331
+
332
+ #: inc/options.php:137
333
+ msgid "Choose to have the accordion open or close when page loads."
334
+ msgstr ""
335
+
336
+ #: inc/options.php:138
337
+ msgid "Close"
338
+ msgstr ""
339
+
340
+ #: inc/options.php:138
341
+ msgid "Open"
342
  msgstr ""
343
 
344
+ #: inc/options.php:142
345
+ msgid "Select Close Status Icon"
346
  msgstr ""
347
 
348
+ #: inc/options.php:143 inc/options.php:149
349
+ msgid "Click an icon to select, click again to deselect"
350
+ msgstr ""
351
+
352
+ #: inc/options.php:148
353
+ msgid "Select Open Status Icon"
354
+ msgstr ""
355
+
356
+ #: inc/options.php:157
357
  msgid "Accordion Shortcode"
358
  msgstr ""
359
 
360
+ #: inc/options.php:158
361
  msgid "accordions-shortcode/"
362
  msgstr ""
363
 
364
+ #: inc/options.php:174 inc/options.php:1209 inc/options.php:1262
365
+ #: inc/options.php:1625 inc/options.php:2073 inc/options.php:2274
366
+ #: inc/options.php:3631
367
  msgid "Icon"
368
  msgstr ""
369
 
370
+ #: inc/options.php:175 inc/options.php:441 inc/options.php:961
371
+ #: inc/options.php:1263 inc/options.php:1626 inc/options.php:2074
372
+ #: inc/options.php:2275 inc/options.php:2679 inc/options.php:2691
373
+ #: inc/options.php:2703 inc/options.php:2715 inc/options.php:2727
374
+ #: inc/options.php:3102 inc/options.php:3632
375
  msgid "Click an icon to select, click again to deselect."
376
  msgstr ""
377
 
378
+ #: inc/options.php:180
379
  msgid "Warning! Better check yourself, you're not looking too good."
380
  msgstr ""
381
 
382
+ #: inc/options.php:182
383
  msgid "Alert Content"
384
  msgstr ""
385
 
386
+ #: inc/options.php:183
387
  msgid "Insert the content for the alert."
388
  msgstr ""
389
 
390
+ #: inc/options.php:189 inc/options.php:869 inc/options.php:2020
391
+ #: inc/options.php:2256 inc/options.php:3219 inc/options.php:3388
392
+ #: inc/options.php:4313 inc/options.php:4372
393
  msgid "Background Color"
394
  msgstr ""
395
 
396
+ #: inc/options.php:190
397
  msgid "Set background color for alert box."
398
  msgstr ""
399
 
400
+ #: inc/options.php:195 inc/options.php:434
401
  msgid "Text Color"
402
  msgstr ""
403
 
404
+ #: inc/options.php:196
405
  msgid "Set content color & border color for alert box."
406
  msgstr ""
407
 
408
+ #: inc/options.php:205 inc/options.php:373 inc/options.php:1979
409
+ #: inc/options.php:3054
410
  msgid "Border Width"
411
  msgstr ""
412
 
413
+ #: inc/options.php:206 inc/options.php:215 inc/options.php:1964
414
+ #: inc/options.php:1972 inc/options.php:1980 inc/options.php:2029
415
+ #: inc/options.php:2550 inc/options.php:3442 inc/options.php:3479
416
+ #: inc/options.php:3487 inc/options.php:3495 inc/options.php:3503
417
+ #: inc/options.php:4032 inc/options.php:4038
418
  msgid "In pixels (px), eg: 1px."
419
  msgstr ""
420
 
421
+ #: inc/options.php:214 inc/options.php:2028 inc/options.php:2208
422
+ #: inc/options.php:2549
423
  msgid "Border Radius"
424
  msgstr ""
425
 
426
+ #: inc/options.php:221
427
  msgid "Box Shadow"
428
  msgstr ""
429
 
430
+ #: inc/options.php:222
431
  msgid "Display a box shadow for alert."
432
  msgstr ""
433
 
434
+ #: inc/options.php:228
435
  msgid "Dismissable"
436
  msgstr ""
437
 
438
+ #: inc/options.php:229
439
  msgid "The alert box is dismissable."
440
  msgstr ""
441
 
442
+ #: inc/options.php:247
443
  msgid "Alert Shortcode"
444
  msgstr ""
445
 
446
+ #: inc/options.php:248
447
  msgid "alert-shortcode/"
448
  msgstr ""
449
 
450
+ #: inc/options.php:261
451
+ msgid "Audio Style"
452
+ msgstr ""
453
+
454
+ #: inc/options.php:262
455
+ msgid "Choose style for audio to show"
456
+ msgstr ""
457
+
458
+ #: inc/options.php:263
459
+ msgid "Dark Style"
460
+ msgstr ""
461
+
462
+ #: inc/options.php:263
463
+ msgid "Light Style"
464
+ msgstr ""
465
+
466
+ #: inc/options.php:268
467
  msgid "Mp3 URL"
468
  msgstr ""
469
 
470
+ #: inc/options.php:269
471
  msgid "Add the URL of audio in MP3 format."
472
  msgstr ""
473
 
474
+ #: inc/options.php:274
475
  msgid "Ogg URL"
476
  msgstr ""
477
 
478
+ #: inc/options.php:275
479
  msgid "Add the URL of audio in OGG format."
480
  msgstr ""
481
 
482
+ #: inc/options.php:280
483
  msgid "Wav URL"
484
  msgstr ""
485
 
486
+ #: inc/options.php:281
487
  msgid "Add the URL of audio in WAV format."
488
  msgstr ""
489
 
490
+ #: inc/options.php:285
491
  msgid "Mute Audio"
492
  msgstr ""
493
 
494
+ #: inc/options.php:286
495
  msgid "Choose to mute the audio."
496
  msgstr ""
497
 
498
+ #: inc/options.php:291
499
  msgid "Autoplay Audio"
500
  msgstr ""
501
 
502
+ #: inc/options.php:292
503
  msgid "Choose to autoplay the audio."
504
  msgstr ""
505
 
506
+ #: inc/options.php:297
507
  msgid "Loop Audio"
508
  msgstr ""
509
 
510
+ #: inc/options.php:298
511
  msgid "Choose to loop the audio."
512
  msgstr ""
513
 
514
+ #: inc/options.php:303
515
  msgid "Controls Audio"
516
  msgstr ""
517
 
518
+ #: inc/options.php:304
519
  msgid "Choose to display controls of the audio."
520
  msgstr ""
521
 
522
+ #: inc/options.php:321
523
  msgid "Audio Shortcode"
524
  msgstr ""
525
 
526
+ #: inc/options.php:322
527
  msgid "audio-shortcode/"
528
  msgstr ""
529
 
530
+ #: inc/options.php:335 inc/options.php:3722
531
  msgid "Button Style"
532
  msgstr ""
533
 
534
+ #: inc/options.php:336
535
  msgid "Select the button's default style."
536
  msgstr ""
537
 
538
+ #: inc/options.php:338 inc/options.php:824 inc/options.php:1201
539
+ #: inc/options.php:3039 inc/options.php:3668 inc/options.php:3812
540
  msgid "Normal"
541
  msgstr ""
542
 
543
+ #: inc/options.php:339
544
  msgid "Dark"
545
  msgstr ""
546
 
547
+ #: inc/options.php:340
548
  msgid "Light"
549
  msgstr ""
550
 
551
+ #: inc/options.php:341
552
  msgid "2d"
553
  msgstr ""
554
 
555
+ #: inc/options.php:342
556
  msgid "3d"
557
  msgstr ""
558
 
559
+ #: inc/options.php:343
560
  msgid "Line"
561
  msgstr ""
562
 
563
+ #: inc/options.php:344
564
  msgid "Line Dark"
565
  msgstr ""
566
 
567
+ #: inc/options.php:345
568
  msgid "Line Light"
569
  msgstr ""
570
 
571
+ #: inc/options.php:352
572
  msgid "Button URL"
573
  msgstr ""
574
 
575
+ #: inc/options.php:353
576
  msgid "Add the button's url eg: http://example.com."
577
  msgstr ""
578
 
579
+ #: inc/options.php:358
580
  msgid "Button Size"
581
  msgstr ""
582
 
583
+ #: inc/options.php:359
584
  msgid "Select the button's size."
585
  msgstr ""
586
 
587
+ #: inc/options.php:361
588
  msgid "Small"
589
  msgstr ""
590
 
591
+ #: inc/options.php:362
592
  msgid "Medium"
593
  msgstr ""
594
 
595
+ #: inc/options.php:363
596
  msgid "Large"
597
  msgstr ""
598
 
599
+ #: inc/options.php:364
600
  msgid "XLarge"
601
  msgstr ""
602
 
603
+ #: inc/options.php:374
604
  msgid "In pixels (px), default: 2px."
605
  msgstr ""
606
 
607
+ #: inc/options.php:379
608
  msgid "Button Shape"
609
  msgstr ""
610
 
611
+ #: inc/options.php:380
612
  msgid "Select the button's shape. Choose default for theme option selection."
613
  msgstr ""
614
 
615
+ #: inc/options.php:383 inc/options.php:2301 inc/options.php:2771
 
 
 
 
616
  msgid "Square"
617
  msgstr ""
618
 
619
+ #: inc/options.php:384 inc/options.php:2935 inc/options.php:3670
620
  msgid "Rounded"
621
  msgstr ""
622
 
623
+ #: inc/options.php:385
624
  msgid "Full Rounded"
625
  msgstr ""
626
 
627
+ #: inc/options.php:390
628
  msgid "Text Shadow"
629
  msgstr ""
630
 
631
+ #: inc/options.php:391
632
  msgid "Display shadow for button text."
633
  msgstr ""
634
 
635
+ #: inc/options.php:396
636
  msgid "Gradient"
637
  msgstr ""
638
 
639
+ #: inc/options.php:397
640
  msgid "Display gradient for button."
641
  msgstr ""
642
 
643
+ #: inc/options.php:402
644
  msgid "Block Button"
645
  msgstr ""
646
 
647
+ #: inc/options.php:403
648
  msgid "Display in full width."
649
  msgstr ""
650
 
651
+ #: inc/options.php:409
652
  msgid "Button Target"
653
  msgstr ""
654
 
655
+ #: inc/options.php:410 inc/options.php:3683
656
  msgid "_self = open in same window <br />_blank = open in new window."
657
  msgstr ""
658
 
659
+ #: inc/options.php:412 inc/options.php:1738 inc/options.php:2199
660
+ #: inc/options.php:2607
661
+ msgid "_self"
662
+ msgstr ""
663
+
664
+ #: inc/options.php:413 inc/options.php:1737 inc/options.php:2198
665
+ #: inc/options.php:2606
666
+ msgid "_blank"
667
+ msgstr ""
668
+
669
+ #: inc/options.php:418 inc/options.php:3085
670
  msgid "Button Text"
671
  msgstr ""
672
 
673
+ #: inc/options.php:420
674
  msgid "Button's Text"
675
  msgstr ""
676
 
677
+ #: inc/options.php:421
678
  msgid "Add the text that will display in the button."
679
  msgstr ""
680
 
681
+ #: inc/options.php:426
682
  msgid "Set background color for button."
683
  msgstr ""
684
 
685
+ #: inc/options.php:427 inc/options.php:3079
686
  msgid "Button Color"
687
  msgstr ""
688
 
689
+ #: inc/options.php:435
690
  msgid "Set content color & border color for button."
691
  msgstr ""
692
 
693
+ #: inc/options.php:440 inc/options.php:3101
694
  msgid "Button Icon"
695
  msgstr ""
696
 
697
+ #: inc/options.php:447
698
  msgid "Icon Animation Type"
699
  msgstr ""
700
 
701
+ #: inc/options.php:448
702
  msgid "Select the type of animation to use on the button icon."
703
  msgstr ""
704
 
705
+ #: inc/options.php:466
706
  msgid "Button Shortcode"
707
  msgstr ""
708
 
709
+ #: inc/options.php:467
710
  msgid "buttons-shortcode/"
711
  msgstr ""
712
 
713
+ #: inc/options.php:483 inc/options.php:567 inc/options.php:614
714
+ #: inc/options.php:703
715
  msgid "Canvas Width"
716
  msgstr ""
717
 
718
+ #: inc/options.php:491 inc/options.php:575 inc/options.php:622
719
+ #: inc/options.php:712
720
  msgid "Canvas Height"
721
  msgstr ""
722
 
723
+ #: inc/options.php:509 inc/options.php:640
724
  msgid "Label For Line"
725
  msgstr ""
726
 
727
+ #: inc/options.php:510
728
  msgid "separate multiple tags added to chart line with commas"
729
  msgstr ""
730
 
731
+ #: inc/options.php:514
732
  msgid "Chart Bar Shortcode"
733
  msgstr ""
734
 
735
+ #: inc/options.php:520 inc/options.php:651
736
  msgid "Data"
737
  msgstr ""
738
 
739
+ #: inc/options.php:521 inc/options.php:652
740
  msgid "separate values for each set of data with commas"
741
  msgstr ""
742
 
743
+ #: inc/options.php:526 inc/options.php:657
744
  msgid "Fill Color"
745
  msgstr ""
746
 
747
+ #: inc/options.php:532 inc/options.php:663
748
  msgid "Fill Opacity"
749
  msgstr ""
750
 
751
+ #: inc/options.php:539 inc/options.php:670
752
  msgid "Stroke Color"
753
  msgstr ""
754
 
755
+ #: inc/options.php:545
756
  msgid "Stroke Opacity"
757
  msgstr ""
758
 
759
+ #: inc/options.php:593 inc/options.php:730 inc/options.php:1047
760
+ #: inc/options.php:1556 inc/options.php:3108 inc/options.php:3149
761
+ #: inc/options.php:3183 inc/options.php:3251 inc/options.php:3367
762
+ #: inc/options.php:3783 inc/options.php:3969
763
  msgid "Content"
764
  msgstr ""
765
 
766
+ #: inc/options.php:598
767
  msgid "Chart Doughnut Shortcode"
768
  msgstr ""
769
 
770
+ #: inc/options.php:645
771
  msgid "Chart Line Shortcode"
772
  msgstr ""
773
 
774
+ #: inc/options.php:676
775
  msgid "Point Color"
776
  msgstr ""
777
 
778
+ #: inc/options.php:682
779
  msgid "Point Stroke Color"
780
  msgstr ""
781
 
782
+ #: inc/options.php:735
783
  msgid "Chart Pie Shortcode"
784
  msgstr ""
785
 
786
+ #: inc/options.php:749
787
  msgid "Column Shortcode"
788
  msgstr ""
789
 
790
+ #: inc/options.php:750
791
  msgid "columns-shortcode/"
792
  msgstr ""
793
 
794
+ #: inc/options.php:755
795
  msgid "Column Style"
796
  msgstr ""
797
 
798
+ #: inc/options.php:756
799
  msgid "Select the size of column."
800
  msgstr ""
801
 
802
+ #: inc/options.php:758 inc/options.php:944
803
  msgid "1/1"
804
  msgstr ""
805
 
806
+ #: inc/options.php:759 inc/options.php:945
807
  msgid "1/2"
808
  msgstr ""
809
 
810
+ #: inc/options.php:760 inc/options.php:946
811
  msgid "1/3"
812
  msgstr ""
813
 
814
+ #: inc/options.php:761 inc/options.php:947
815
  msgid "1/4"
816
  msgstr ""
817
 
818
+ #: inc/options.php:762 inc/options.php:948
819
  msgid "1/5"
820
  msgstr ""
821
 
822
+ #: inc/options.php:763 inc/options.php:949
823
  msgid "1/6"
824
  msgstr ""
825
 
826
+ #: inc/options.php:764 inc/options.php:950
827
  msgid "2/3"
828
  msgstr ""
829
 
830
+ #: inc/options.php:765 inc/options.php:951
831
  msgid "2/5"
832
  msgstr ""
833
 
834
+ #: inc/options.php:766 inc/options.php:952
835
  msgid "3/4"
836
  msgstr ""
837
 
838
+ #: inc/options.php:767 inc/options.php:953
839
  msgid "3/5"
840
  msgstr ""
841
 
842
+ #: inc/options.php:768 inc/options.php:954
843
  msgid "4/5"
844
  msgstr ""
845
 
846
+ #: inc/options.php:769 inc/options.php:955
847
  msgid "5/6"
848
  msgstr ""
849
 
850
+ #: inc/options.php:773
851
  msgid "Column Content"
852
  msgstr ""
853
 
854
+ #: inc/options.php:775
855
  msgid " Column Content"
856
  msgstr ""
857
 
858
+ #: inc/options.php:776
859
  msgid "Insert the column's content"
860
  msgstr ""
861
 
862
+ #: inc/options.php:779
863
  msgid "left"
864
  msgstr ""
865
 
866
+ #: inc/options.php:781
867
  msgid "Content Align"
868
  msgstr ""
869
 
870
+ #: inc/options.php:822
871
+ msgid "Select type for countdown to show."
872
+ msgstr ""
873
+
874
+ #: inc/options.php:825 inc/options.php:2302
875
+ msgid "Circle"
876
+ msgstr ""
877
+
878
+ #: inc/options.php:831
879
  msgid "Set end time for countdown."
880
  msgstr ""
881
 
882
+ #: inc/options.php:838
883
+ msgid "Day Field Text"
884
+ msgstr ""
885
+
886
+ #: inc/options.php:844
887
+ msgid "Hours Field Text"
888
+ msgstr ""
889
+
890
+ #: inc/options.php:850
891
+ msgid "Minutes Field Text"
892
+ msgstr ""
893
+
894
+ #: inc/options.php:856
895
+ msgid "Seconds Field Text"
896
+ msgstr ""
897
+
898
+ #: inc/options.php:862 inc/options.php:1917 inc/options.php:2033
899
  msgid "Font Color"
900
  msgstr ""
901
 
902
+ #: inc/options.php:863
903
  msgid "Set font color for countdown."
904
  msgstr ""
905
 
906
+ #: inc/options.php:870
907
  msgid "Set background color for countdown."
908
  msgstr ""
909
 
910
+ #: inc/options.php:876
911
+ msgid "Google Fonts"
912
+ msgstr ""
913
+
914
+ #: inc/options.php:877
915
+ msgid "Choose google fonts for countdown."
916
+ msgstr ""
917
+
918
+ #: inc/options.php:895
919
+ msgid "Circle Type Day Color"
920
+ msgstr ""
921
+
922
+ #: inc/options.php:896
923
+ msgid "If type is circle,the color to be countdowns day nav."
924
+ msgstr ""
925
+
926
+ #: inc/options.php:901
927
+ msgid "Circle Type Hours Color"
928
+ msgstr ""
929
+
930
+ #: inc/options.php:902
931
+ msgid "If type is circle,the color to be countdowns hours nav."
932
+ msgstr ""
933
+
934
+ #: inc/options.php:907
935
+ msgid "Circle Type Minutes Color"
936
+ msgstr ""
937
+
938
+ #: inc/options.php:908
939
+ msgid "If type is circle,the color to be countdowns minutes nav."
940
+ msgstr ""
941
+
942
+ #: inc/options.php:913
943
+ msgid "Circle Type Seconds Color"
944
+ msgstr ""
945
+
946
+ #: inc/options.php:914
947
+ msgid "If type is circle,the color to be countdowns seconds nav."
948
+ msgstr ""
949
+
950
+ #: inc/options.php:919
951
  msgid "Countdowns Shortcode"
952
  msgstr ""
953
 
954
+ #: inc/options.php:920
955
  msgid "countdowns-shortcode/"
956
  msgstr ""
957
 
958
+ #: inc/options.php:941
959
  msgid "Box Width"
960
  msgstr ""
961
 
962
+ #: inc/options.php:942
963
  msgid "Select size of counter box"
964
  msgstr ""
965
 
966
+ #: inc/options.php:960
967
  msgid "Top Icon"
968
  msgstr ""
969
 
970
+ #: inc/options.php:967
971
  msgid "Top Icon Color"
972
  msgstr ""
973
 
974
+ #: inc/options.php:968
975
  msgid "Set color for top icon."
976
  msgstr ""
977
 
978
+ #: inc/options.php:973
979
  msgid "Middle Left Icon"
980
  msgstr ""
981
 
982
+ #: inc/options.php:974
983
  msgid "Insert text before the number."
984
  msgstr ""
985
 
986
+ #: inc/options.php:981
987
  msgid "Middle Left Text"
988
  msgstr ""
989
 
990
+ #: inc/options.php:982
991
  msgid "Left text of counter num"
992
  msgstr ""
993
 
994
+ #: inc/options.php:990
995
  msgid "Counter Num"
996
  msgstr ""
997
 
998
+ #: inc/options.php:991
999
  msgid "The animated counter number."
1000
  msgstr ""
1001
 
1002
+ #: inc/options.php:996
1003
  msgid "Middle Right Text"
1004
  msgstr ""
1005
 
1006
+ #: inc/options.php:997
1007
  msgid "Insert text after the number."
1008
  msgstr ""
1009
 
1010
+ #: inc/options.php:1003
1011
  msgid "Bottom Title"
1012
  msgstr ""
1013
 
1014
+ #: inc/options.php:1004
1015
  msgid "Insert Title for counter."
1016
  msgstr ""
1017
 
1018
+ #: inc/options.php:1009
1019
  msgid "Display Border"
1020
  msgstr ""
1021
 
1022
+ #: inc/options.php:1010
1023
  msgid "Choose to display border for counter."
1024
  msgstr ""
1025
 
1026
+ #: inc/options.php:1032
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1027
  msgid "Counter Shortcode"
1028
  msgstr ""
1029
 
1030
+ #: inc/options.php:1033
1031
  msgid "counter-box-shortcode/"
1032
  msgstr ""
1033
 
1034
+ #: inc/options.php:1045
1035
  msgid "Custom Box Content"
1036
  msgstr ""
1037
 
1038
+ #: inc/options.php:1048
1039
  msgid "Insert content for custom box."
1040
  msgstr ""
1041
 
1042
+ #: inc/options.php:1052 inc/options.php:3395 inc/options.php:4319
1043
  msgid "Background Image"
1044
  msgstr ""
1045
 
1046
+ #: inc/options.php:1053
1047
  msgid "Upload an image to display in background of custom box."
1048
  msgstr ""
1049
 
1050
+ #: inc/options.php:1058
1051
  msgid "Fixed Background"
1052
  msgstr ""
1053
 
1054
+ #: inc/options.php:1059
1055
  msgid "Choose to fixed Background Image"
1056
  msgstr ""
1057
 
1058
+ #: inc/options.php:1065 inc/options.php:3414 inc/options.php:3453
1059
  msgid "Background Position"
1060
  msgstr ""
1061
 
1062
+ #: inc/options.php:1066
1063
  msgid "Choose the postion of the background image"
1064
  msgstr ""
1065
 
1066
+ #: inc/options.php:1068 inc/options.php:3418
1067
  msgid "Top Left"
1068
  msgstr ""
1069
 
1070
+ #: inc/options.php:1069 inc/options.php:3419
1071
  msgid "Top Center"
1072
  msgstr ""
1073
 
1074
+ #: inc/options.php:1070 inc/options.php:3420
1075
  msgid "Top Right"
1076
  msgstr ""
1077
 
1078
+ #: inc/options.php:1071 inc/options.php:3421
1079
  msgid "Center Left"
1080
  msgstr ""
1081
 
1082
+ #: inc/options.php:1072 inc/options.php:3422
1083
  msgid "Center Center"
1084
  msgstr ""
1085
 
1086
+ #: inc/options.php:1073 inc/options.php:3423
1087
  msgid "Center Right"
1088
  msgstr ""
1089
 
1090
+ #: inc/options.php:1074 inc/options.php:3424
1091
  msgid "Bottom Left"
1092
  msgstr ""
1093
 
1094
+ #: inc/options.php:1075 inc/options.php:3425
1095
  msgid "Bottom Center"
1096
  msgstr ""
1097
 
1098
+ #: inc/options.php:1076 inc/options.php:3426
1099
  msgid "Bottom Right"
1100
  msgstr ""
1101
 
1102
+ #: inc/options.php:1084 inc/options.php:4380
1103
  msgid "Padding"
1104
  msgstr ""
1105
 
1106
+ #: inc/options.php:1085
1107
  msgid "Content Padding. eg:30px"
1108
  msgstr ""
1109
 
1110
+ #: inc/options.php:1101
1111
  msgid " Custom Box Shortcode"
1112
  msgstr ""
1113
 
1114
+ #: inc/options.php:1102
1115
  msgid "custom-box-shortcode/"
1116
  msgstr ""
1117
 
1118
+ #: inc/options.php:1117
1119
  msgid "Dailymotion URL"
1120
  msgstr ""
1121
 
1122
+ #: inc/options.php:1118 inc/options.php:4108 inc/options.php:4189
1123
  msgid "Add the URL the video will link to, ex: http://example.com."
1124
  msgstr ""
1125
 
1126
+ #: inc/options.php:1124 inc/options.php:1130 inc/options.php:4114
1127
+ #: inc/options.php:4120 inc/options.php:4195 inc/options.php:4201
1128
  msgid "In pixels (px), eg:1px."
1129
  msgstr ""
1130
 
1131
+ #: inc/options.php:1135 inc/options.php:4043 inc/options.php:4125
1132
+ #: inc/options.php:4206
1133
  msgid "Mute Video"
1134
  msgstr ""
1135
 
1136
+ #: inc/options.php:1136 inc/options.php:4044 inc/options.php:4126
1137
+ #: inc/options.php:4207
1138
  msgid "Choose to mute the video."
1139
  msgstr ""
1140
 
1141
+ #: inc/options.php:1142 inc/options.php:4050 inc/options.php:4132
1142
+ #: inc/options.php:4213
1143
  msgid "Autoplay Video"
1144
  msgstr ""
1145
 
1146
+ #: inc/options.php:1143 inc/options.php:4051 inc/options.php:4133
1147
+ #: inc/options.php:4214
1148
  msgid "Choose to autoplay the video."
1149
  msgstr ""
1150
 
1151
+ #: inc/options.php:1152 inc/options.php:4060 inc/options.php:4142
1152
+ #: inc/options.php:4223
1153
  msgid "Loop Video"
1154
  msgstr ""
1155
 
1156
+ #: inc/options.php:1153 inc/options.php:4061 inc/options.php:4143
1157
+ #: inc/options.php:4224
1158
  msgid "Choose to loop the video."
1159
  msgstr ""
1160
 
1161
+ #: inc/options.php:1162 inc/options.php:4070 inc/options.php:4152
1162
+ #: inc/options.php:4233
1163
  msgid "Show Controls"
1164
  msgstr ""
1165
 
1166
+ #: inc/options.php:1163 inc/options.php:4071 inc/options.php:4153
1167
+ #: inc/options.php:4234
1168
  msgid "Choose to display controls for the video player."
1169
  msgstr ""
1170
 
1171
+ #: inc/options.php:1183
1172
  msgid "Dailymotion Shortcode"
1173
  msgstr ""
1174
 
1175
+ #: inc/options.php:1184
1176
  msgid "dailymotion-shortcode/"
1177
  msgstr ""
1178
 
1179
+ #: inc/options.php:1198
1180
  msgid "Divider Style"
1181
  msgstr ""
1182
 
1183
+ #: inc/options.php:1199
1184
  msgid "Select the Divider's Style."
1185
  msgstr ""
1186
 
1187
+ #: inc/options.php:1202
1188
  msgid "Shadow"
1189
  msgstr ""
1190
 
1191
+ #: inc/options.php:1203 inc/options.php:3460
1192
  msgid "Dashed"
1193
  msgstr ""
1194
 
1195
+ #: inc/options.php:1204 inc/options.php:3459
1196
  msgid "Dotted"
1197
  msgstr ""
1198
 
1199
+ #: inc/options.php:1205
1200
  msgid "Double Line"
1201
  msgstr ""
1202
 
1203
+ #: inc/options.php:1206
1204
  msgid "Double Dashed"
1205
  msgstr ""
1206
 
1207
+ #: inc/options.php:1207
1208
  msgid "Double Dotted"
1209
  msgstr ""
1210
 
1211
+ #: inc/options.php:1208 inc/options.php:2183
1212
  msgid "Image"
1213
  msgstr ""
1214
 
1215
+ #: inc/options.php:1210
1216
  msgid "Back to Top"
1217
  msgstr ""
1218
 
1219
+ #: inc/options.php:1217
1220
  msgid "In pixels. Default: 100%"
1221
  msgstr ""
1222
 
1223
+ #: inc/options.php:1221 inc/options.php:3139
1224
  msgid "Align"
1225
  msgstr ""
1226
 
1227
+ #: inc/options.php:1222
1228
  msgid "When the width is not 100%."
1229
  msgstr ""
1230
 
1231
+ #: inc/options.php:1233 inc/options.php:1963
1232
  msgid "Margin Top"
1233
  msgstr ""
1234
 
1235
+ #: inc/options.php:1234
1236
  msgid "Spacing above the separator. In pixels."
1237
  msgstr ""
1238
 
1239
+ #: inc/options.php:1241 inc/options.php:1971
1240
  msgid "Margin Bottom"
1241
  msgstr ""
1242
 
1243
+ #: inc/options.php:1242
1244
  msgid "Spacing under the separator. In pixels."
1245
  msgstr ""
1246
 
1247
+ #: inc/options.php:1250 inc/options.php:3441
1248
  msgid "Border Size"
1249
  msgstr ""
1250
 
1251
+ #: inc/options.php:1251
1252
  msgid "In pixels (px), eg: 1px. "
1253
  msgstr ""
1254
 
1255
+ #: inc/options.php:1256 inc/options.php:1922 inc/options.php:2534
1256
+ #: inc/options.php:3046 inc/options.php:3448
1257
  msgid "Border Color"
1258
  msgstr ""
1259
 
1260
+ #: inc/options.php:1257
1261
  msgid "Set the border color."
1262
  msgstr ""
1263
 
1264
+ #: inc/options.php:1281
1265
  msgid "Divider Shortcode"
1266
  msgstr ""
1267
 
1268
+ #: inc/options.php:1282
1269
  msgid "divider-shortcode/"
1270
  msgstr ""
1271
 
1272
+ #: inc/options.php:1296
1273
  msgid "Doc URL"
1274
  msgstr ""
1275
 
1276
+ #: inc/options.php:1297
1277
  msgid "Upload document to display. Supported formats: doc, xls, pdf etc."
1278
  msgstr ""
1279
 
1280
+ #: inc/options.php:1305
1281
  msgid "Set width for doc."
1282
  msgstr ""
1283
 
1284
+ #: inc/options.php:1313
1285
  msgid "Set height for doc."
1286
  msgstr ""
1287
 
1288
+ #: inc/options.php:1317
1289
  msgid "Responsive"
1290
  msgstr ""
1291
 
1292
+ #: inc/options.php:1318
1293
  msgid "Choose to responsive or not"
1294
  msgstr ""
1295
 
1296
+ #: inc/options.php:1323
1297
  msgid "Viewer"
1298
  msgstr ""
1299
 
1300
+ #: inc/options.php:1324
1301
  msgid "Choose viewer for document."
1302
  msgstr ""
1303
 
1304
+ #: inc/options.php:1326
1305
  msgid "Google"
1306
  msgstr ""
1307
 
1308
+ #: inc/options.php:1327
1309
  msgid "Microsoft"
1310
  msgstr ""
1311
 
1312
+ #: inc/options.php:1344
1313
  msgid "Document Shortcode"
1314
  msgstr ""
1315
 
1316
+ #: inc/options.php:1345
1317
  msgid "document-shortcode/"
1318
  msgstr ""
1319
 
1320
+ #: inc/options.php:1359
1321
  msgid "Dropcap Letter"
1322
  msgstr ""
1323
 
1324
+ #: inc/options.php:1360
1325
  msgid "Add the letter to be used as dropcap"
1326
  msgstr ""
1327
 
1328
+ #: inc/options.php:1364 inc/options.php:2980
1329
  msgid "Color"
1330
  msgstr ""
1331
 
1332
+ #: inc/options.php:1365
1333
  msgid ""
1334
  "Controls the color of the dropcap letter. Leave blank for theme option "
1335
  "selection."
1336
  msgstr ""
1337
 
1338
+ #: inc/options.php:1369
1339
  msgid "Boxed Dropcap"
1340
  msgstr ""
1341
 
1342
+ #: inc/options.php:1370
1343
  msgid "Choose to get a boxed dropcap."
1344
  msgstr ""
1345
 
1346
+ #: inc/options.php:1378
1347
  msgid "Box Radius"
1348
  msgstr ""
1349
 
1350
+ #: inc/options.php:1379
1351
  msgid "Choose the radius of the boxed dropcap. In pixels (px), eg: 1px"
1352
  msgstr ""
1353
 
1354
+ #: inc/options.php:1395
1355
  msgid "Dropcap Shortcode"
1356
  msgstr ""
1357
 
1358
+ #: inc/options.php:1396
1359
  msgid "dropcap-shortcode/"
1360
  msgstr ""
1361
 
1362
+ #: inc/options.php:1410
1363
  msgid "Select style for dummy image"
1364
  msgstr ""
1365
 
1366
+ #: inc/options.php:1412
1367
  msgid "Any"
1368
  msgstr ""
1369
 
1370
+ #: inc/options.php:1413
1371
  msgid "Transport"
1372
  msgstr ""
1373
 
1374
+ #: inc/options.php:1414
1375
  msgid "Technics"
1376
  msgstr ""
1377
 
1378
+ #: inc/options.php:1415
1379
  msgid "People"
1380
  msgstr ""
1381
 
1382
+ #: inc/options.php:1416
1383
  msgid "Sports"
1384
  msgstr ""
1385
 
1386
+ #: inc/options.php:1417
1387
  msgid "Cats"
1388
  msgstr ""
1389
 
1390
+ #: inc/options.php:1418
1391
  msgid "City"
1392
  msgstr ""
1393
 
1394
+ #: inc/options.php:1419
1395
  msgid "Food"
1396
  msgstr ""
1397
 
1398
+ #: inc/options.php:1420
1399
  msgid "Night life"
1400
  msgstr ""
1401
 
1402
+ #: inc/options.php:1421
1403
  msgid "Fashion"
1404
  msgstr ""
1405
 
1406
+ #: inc/options.php:1422
1407
  msgid "Animals"
1408
  msgstr ""
1409
 
1410
+ #: inc/options.php:1423
1411
  msgid "Business"
1412
  msgstr ""
1413
 
1414
+ #: inc/options.php:1424
1415
  msgid "Nature"
1416
  msgstr ""
1417
 
1418
+ #: inc/options.php:1425
1419
  msgid "Abstract"
1420
  msgstr ""
1421
 
1422
+ #: inc/options.php:1434
1423
  msgid "Set width for image."
1424
  msgstr ""
1425
 
1426
+ #: inc/options.php:1442
1427
  msgid "Set height for image."
1428
  msgstr ""
1429
 
1430
+ #: inc/options.php:1459
1431
  msgid "Dummy Image Shortcode"
1432
  msgstr ""
1433
 
1434
+ #: inc/options.php:1460
1435
  msgid "dummy-image-shortcode/"
1436
  msgstr ""
1437
 
1438
+ #: inc/options.php:1475
1439
  msgid "Select text type."
1440
  msgstr ""
1441
 
1442
+ #: inc/options.php:1477
1443
  msgid "Paragraphs"
1444
  msgstr ""
1445
 
1446
+ #: inc/options.php:1478
1447
  msgid "Words"
1448
  msgstr ""
1449
 
1450
+ #: inc/options.php:1479
1451
  msgid "Bytes"
1452
  msgstr ""
1453
 
1454
+ #: inc/options.php:1487
1455
  msgid "Amount"
1456
  msgstr ""
1457
 
1458
+ #: inc/options.php:1488
1459
  msgid "Choose how many paragraphs or words to show"
1460
  msgstr ""
1461
 
1462
+ #: inc/options.php:1504
1463
  msgid "Dummy Text Shortcode"
1464
  msgstr ""
1465
 
1466
+ #: inc/options.php:1505
1467
  msgid "dummy-text-shortcode/"
1468
  msgstr ""
1469
 
1470
+ #: inc/options.php:1519
1471
  msgid "More Icon"
1472
  msgstr ""
1473
 
1474
+ #: inc/options.php:1520
1475
  msgid ""
1476
  "Set icon for expand title. Click an icon to select, click again to deselect."
1477
  msgstr ""
1478
 
1479
+ #: inc/options.php:1526
1480
+ msgid "More Icon Color"
1481
+ msgstr ""
1482
+
1483
+ #: inc/options.php:1527
1484
+ msgid "Set color for more icon."
1485
+ msgstr ""
1486
+
1487
+ #: inc/options.php:1532
1488
  msgid "More Text"
1489
  msgstr ""
1490
 
1491
+ #: inc/options.php:1533
1492
  msgid "Set text for expand title."
1493
  msgstr ""
1494
 
1495
+ #: inc/options.php:1537
1496
  msgid "Less Icon"
1497
  msgstr ""
1498
 
1499
+ #: inc/options.php:1538
1500
  msgid ""
1501
  "Set icon for fold title. Click an icon to select, click again to deselect."
1502
  msgstr ""
1503
 
1504
+ #: inc/options.php:1544
1505
+ msgid "Less Icon Color"
1506
+ msgstr ""
1507
+
1508
+ #: inc/options.php:1545
1509
+ msgid "Set color for less icon."
1510
+ msgstr ""
1511
+
1512
+ #: inc/options.php:1550
1513
  msgid "Less Text"
1514
  msgstr ""
1515
 
1516
+ #: inc/options.php:1551
1517
  msgid "Set text for fold title. "
1518
  msgstr ""
1519
 
1520
+ #: inc/options.php:1557
1521
  msgid "This text block can be expanded."
1522
  msgstr ""
1523
 
1524
+ #: inc/options.php:1573
1525
  msgid "Expand Shortcode"
1526
  msgstr ""
1527
 
1528
+ #: inc/options.php:1574
1529
  msgid "expand-shortcode/"
1530
  msgstr ""
1531
 
1532
+ #: inc/options.php:1587
1533
  msgid "Feature Box Style"
1534
  msgstr ""
1535
 
1536
+ #: inc/options.php:1588
1537
  msgid "Select the Feature Box's Style."
1538
  msgstr ""
1539
 
1540
+ #: inc/options.php:1590
1541
  msgid "Icon on Top of Title"
1542
  msgstr ""
1543
 
1544
+ #: inc/options.php:1591
1545
  msgid "Icon Beside Title and Content"
1546
  msgstr ""
1547
 
1548
+ #: inc/options.php:1592
1549
  msgid "Icon Beside Title"
1550
  msgstr ""
1551
 
1552
+ #: inc/options.php:1593 inc/options.php:1909 inc/options.php:3040
1553
+ #: inc/options.php:3669
1554
  msgid "Boxed"
1555
  msgstr ""
1556
 
1557
+ #: inc/options.php:1601
1558
  msgid "Insert title for feature box."
1559
  msgstr ""
1560
 
1561
+ #: inc/options.php:1609
1562
  msgid "Title Font Size"
1563
  msgstr ""
1564
 
1565
+ #: inc/options.php:1610
1566
  msgid "Set font size for title of feature box."
1567
  msgstr ""
1568
 
1569
+ #: inc/options.php:1615
 
 
 
 
1570
  msgid "Set color for title of feature box."
1571
  msgstr ""
1572
 
1573
+ #: inc/options.php:1619
1574
  msgid "Icon Hover Animation"
1575
  msgstr ""
1576
 
1577
+ #: inc/options.php:1620
1578
  msgid "Select the Icon's Animation."
1579
  msgstr ""
1580
 
1581
+ #: inc/options.php:1634 inc/options.php:2082 inc/options.php:3640
1582
  msgid "Icon Size"
1583
  msgstr ""
1584
 
1585
+ #: inc/options.php:1635
1586
  msgid "Set size for icon of feature box."
1587
  msgstr ""
1588
 
1589
+ #: inc/options.php:1639 inc/options.php:2088 inc/options.php:2280
1590
+ #: inc/options.php:3645
1591
  msgid "Icon Color"
1592
  msgstr ""
1593
 
1594
+ #: inc/options.php:1640
1595
  msgid "Set color for icon of feature box."
1596
  msgstr ""
1597
 
1598
+ #: inc/options.php:1644
1599
  msgid "Icon Border Color"
1600
  msgstr ""
1601
 
1602
+ #: inc/options.php:1645
1603
  msgid "Set border color for icon of feature box."
1604
  msgstr ""
1605
 
1606
+ #: inc/options.php:1652
1607
  msgid "Icon Border Width"
1608
  msgstr ""
1609
 
1610
+ #: inc/options.php:1653
1611
  msgid "Set border width for icon of feature box."
1612
  msgstr ""
1613
 
1614
+ #: inc/options.php:1659
1615
  msgid "Flip Icon"
1616
  msgstr ""
1617
 
1618
+ #: inc/options.php:1660
1619
  msgid "Choose to flip the icon of feature box."
1620
  msgstr ""
1621
 
1622
+ #: inc/options.php:1662 inc/options.php:1907 inc/options.php:3457
1623
+ #: inc/options.php:3526 inc/options.php:3546 inc/options.php:3840
1624
  msgid "None"
1625
  msgstr ""
1626
 
1627
+ #: inc/options.php:1663 inc/options.php:1802 inc/options.php:2131
1628
  msgid "Horizontal"
1629
  msgstr ""
1630
 
1631
+ #: inc/options.php:1664 inc/options.php:1803 inc/options.php:2132
1632
  msgid "Vertical"
1633
  msgstr ""
1634
 
1635
+ #: inc/options.php:1671
1636
  msgid "Spinning Icon"
1637
  msgstr ""
1638
 
1639
+ #: inc/options.php:1672
1640
  msgid "Choose to spin the icon of feature box."
1641
  msgstr ""
1642
 
1643
+ #: inc/options.php:1678 inc/options.php:2293 inc/options.php:3073
1644
+ #: inc/options.php:3650
1645
  msgid "Icon Circle Background Color"
1646
  msgstr ""
1647
 
1648
+ #: inc/options.php:1679
1649
  msgid "Set background for icon circle of feature box."
1650
  msgstr ""
1651
 
1652
+ #: inc/options.php:1685
1653
  msgid "Icon Alignment"
1654
  msgstr ""
1655
 
1656
+ #: inc/options.php:1686
1657
  msgid "Set alignment for style2/style3 of feature box."
1658
  msgstr ""
1659
 
1660
+ #: inc/options.php:1696
1661
  msgid "Icon Circle"
1662
  msgstr ""
1663
 
1664
+ #: inc/options.php:1697
1665
  msgid "Choose to display icon of feature box in circle."
1666
  msgstr ""
1667
 
1668
+ #: inc/options.php:1704
1669
  msgid "Icon Image"
1670
  msgstr ""
1671
 
1672
+ #: inc/options.php:1705
1673
  msgid "To upload your own icon image, remember to deselect icon above."
1674
  msgstr ""
1675
 
1676
+ #: inc/options.php:1712
1677
  msgid "Icon Image Width"
1678
  msgstr ""
1679
 
1680
+ #: inc/options.php:1713
1681
  msgid ""
1682
  "If using custom icon image, set icon image width. In percentage of pixels "
1683
  "(px), eg: 1px."
1684
  msgstr ""
1685
 
1686
+ #: inc/options.php:1720
1687
  msgid "Icon Image Height"
1688
  msgstr ""
1689
 
1690
+ #: inc/options.php:1721
1691
  msgid ""
1692
  "If using custom icon image, set icon image height. In percentage of pixels "
1693
  "(px), eg: 1px."
1694
  msgstr ""
1695
 
1696
+ #: inc/options.php:1728
1697
  msgid "Link URL"
1698
  msgstr ""
1699
 
1700
+ #: inc/options.php:1729
1701
  msgid "Set link for feature box, eg: http://example.com."
1702
  msgstr ""
1703
 
1704
+ #: inc/options.php:1734 inc/options.php:2195 inc/options.php:2603
1705
  msgid "Link Target"
1706
  msgstr ""
1707
 
1708
+ #: inc/options.php:1735 inc/options.php:2196 inc/options.php:2604
1709
  msgid "_self = open in same window _blank = open in new window."
1710
  msgstr ""
1711
 
1712
+ #: inc/options.php:1745
 
 
 
 
 
 
 
 
1713
  msgid "Link Text"
1714
  msgstr ""
1715
 
1716
+ #: inc/options.php:1746
1717
  msgid ""
1718
  "Insert link text for feature box. It would not display if you leave it as "
1719
  "blank."
1720
  msgstr ""
1721
 
1722
+ #: inc/options.php:1750
1723
  msgid "Link Color"
1724
  msgstr ""
1725
 
1726
+ #: inc/options.php:1751
1727
  msgid "Set color for link of feature box."
1728
  msgstr ""
1729
 
1730
+ #: inc/options.php:1755
1731
  msgid "Content Color"
1732
  msgstr ""
1733
 
1734
+ #: inc/options.php:1756
1735
  msgid "Set color for content of feature box."
1736
  msgstr ""
1737
 
1738
+ #: inc/options.php:1760
1739
  msgid "Set box background color for Boxed Style."
1740
  msgstr ""
1741
 
1742
+ #: inc/options.php:1761
1743
  msgid "For Boxed Style"
1744
  msgstr ""
1745
 
1746
+ #: inc/options.php:1777 inc/options.php:2037 inc/options.php:2407
1747
  msgid "Your Content Goes Here"
1748
  msgstr ""
1749
 
1750
+ #: inc/options.php:1779
1751
  msgid "Feature Box Content"
1752
  msgstr ""
1753
 
1754
+ #: inc/options.php:1784
1755
  msgid "Feature Box Shortcode"
1756
  msgstr ""
1757
 
1758
+ #: inc/options.php:1785
1759
  msgid "feature-box-shortcode/"
1760
  msgstr ""
1761
 
1762
+ #: inc/options.php:1799
1763
  msgid "Direction"
1764
  msgstr ""
1765
 
1766
+ #: inc/options.php:1800
1767
  msgid "Select flip directioon."
1768
  msgstr ""
1769
 
1770
+ #: inc/options.php:1804
1771
  msgid "Flip Left"
1772
  msgstr ""
1773
 
1774
+ #: inc/options.php:1805
1775
  msgid "Flip Right"
1776
  msgstr ""
1777
 
1778
+ #: inc/options.php:1806
1779
  msgid "Flip Top"
1780
  msgstr ""
1781
 
1782
+ #: inc/options.php:1807
1783
  msgid "Flip Bottom"
1784
  msgstr ""
1785
 
1786
+ #: inc/options.php:1808
1787
  msgid "Slide Left"
1788
  msgstr ""
1789
 
1790
+ #: inc/options.php:1809
1791
  msgid "Slide Right"
1792
  msgstr ""
1793
 
1794
+ #: inc/options.php:1810
1795
  msgid "Slide Top"
1796
  msgstr ""
1797
 
1798
+ #: inc/options.php:1811
1799
  msgid "Slide Bottom"
1800
  msgstr ""
1801
 
1802
+ #: inc/options.php:1819
1803
  msgid "Front Container Paddings"
1804
  msgstr ""
1805
 
1806
+ #: inc/options.php:1820
1807
  msgid "Set paddings for front container of flip box."
1808
  msgstr ""
1809
 
1810
+ #: inc/options.php:1825
1811
  msgid "Front Background Color"
1812
  msgstr ""
1813
 
1814
+ #: inc/options.php:1826
1815
  msgid "Set background color for front container of flip box."
1816
  msgstr ""
1817
 
1818
+ #: inc/options.php:1831
1819
  msgid "Front Font Color"
1820
  msgstr ""
1821
 
1822
+ #: inc/options.php:1832 inc/options.php:1858
1823
  msgid "Custom setting only. Set the background color for custom alert boxes."
1824
  msgstr ""
1825
 
1826
+ #: inc/options.php:1835
1827
  msgid "Front Content"
1828
  msgstr ""
1829
 
1830
+ #: inc/options.php:1837
1831
  msgid "Front content."
1832
  msgstr ""
1833
 
1834
+ #: inc/options.php:1838
1835
  msgid "Insert content for front container of flip box."
1836
  msgstr ""
1837
 
1838
+ #: inc/options.php:1845
1839
  msgid "Back Container Paddings"
1840
  msgstr ""
1841
 
1842
+ #: inc/options.php:1846
1843
  msgid "Set paddings for back container of flip box."
1844
  msgstr ""
1845
 
1846
+ #: inc/options.php:1851
1847
  msgid "Back Background Color"
1848
  msgstr ""
1849
 
1850
+ #: inc/options.php:1852
1851
  msgid "Set background color for back container of flip box."
1852
  msgstr ""
1853
 
1854
+ #: inc/options.php:1857
1855
  msgid "Back Font Color"
1856
  msgstr ""
1857
 
1858
+ #: inc/options.php:1861
1859
  msgid "Back Content"
1860
  msgstr ""
1861
 
1862
+ #: inc/options.php:1863
1863
  msgid "Back Content."
1864
  msgstr ""
1865
 
1866
+ #: inc/options.php:1864
1867
  msgid "Insert content for back container of flip box."
1868
  msgstr ""
1869
 
1870
+ #: inc/options.php:1881
1871
  msgid "Flip Box Shortcode"
1872
  msgstr ""
1873
 
1874
+ #: inc/options.php:1882
1875
  msgid "flip-box-shortcode/"
1876
  msgstr ""
1877
 
1878
+ #: inc/options.php:1898
1879
  msgid "Insert heading text"
1880
  msgstr ""
1881
 
1882
+ #: inc/options.php:1905
1883
  msgid "Choose a heading style. Leave blank as default."
1884
  msgstr ""
1885
 
1886
+ #: inc/options.php:1908
1887
+ msgid "Border"
1888
+ msgstr ""
1889
+
1890
+ #: inc/options.php:1910
1891
+ msgid "Boxed-reverse"
1892
+ msgstr ""
1893
+
1894
+ #: inc/options.php:1911
1895
+ msgid "Doubleline"
1896
+ msgstr ""
1897
+
1898
+ #: inc/options.php:1918
1899
  msgid "Set color for heading text."
1900
  msgstr ""
1901
 
1902
+ #: inc/options.php:1923
1903
  msgid "Set border color for heading."
1904
  msgstr ""
1905
 
1906
+ #: inc/options.php:1928 inc/options.php:2986
1907
  msgid "Text Align"
1908
  msgstr ""
1909
 
1910
+ #: inc/options.php:1929
1911
  msgid "Set text align for this heading."
1912
  msgstr ""
1913
 
1914
+ #: inc/options.php:1935
1915
  msgid "Font Weight"
1916
  msgstr ""
1917
 
1918
+ #: inc/options.php:1936
1919
  msgid "Set font weight for heading text."
1920
  msgstr ""
1921
 
1922
+ #: inc/options.php:1955 inc/options.php:2805
1923
  msgid "Font Size"
1924
  msgstr ""
1925
 
1926
+ #: inc/options.php:1956
1927
  msgid "Set font size for heading text. In pixels (px), eg: 1px."
1928
  msgstr ""
1929
 
1930
+ #: inc/options.php:1985
1931
  msgid "Responsive Text"
1932
  msgstr ""
1933
 
1934
+ #: inc/options.php:1986
1935
  msgid "Choose to display responsive text."
1936
  msgstr ""
1937
 
1938
+ #: inc/options.php:2005
1939
  msgid "Heading Shortcode"
1940
  msgstr ""
1941
 
1942
+ #: inc/options.php:2006
1943
  msgid "heading-shortcode/"
1944
  msgstr ""
1945
 
1946
+ #: inc/options.php:2021
1947
  msgid "Set background color for highlight item."
1948
  msgstr ""
1949
 
1950
+ #: inc/options.php:2034
1951
  msgid "Set font color for highlight item."
1952
  msgstr ""
1953
 
1954
+ #: inc/options.php:2039
1955
  msgid "Content to Higlight"
1956
  msgstr ""
1957
 
1958
+ #: inc/options.php:2040
1959
  msgid "Insert content to highlight."
1960
  msgstr ""
1961
 
1962
+ #: inc/options.php:2057
1963
  msgid "Highlight Shortcode"
1964
  msgstr ""
1965
 
1966
+ #: inc/options.php:2058
1967
  msgid "highlight-shortcode/"
1968
  msgstr ""
1969
 
1970
+ #: inc/options.php:2083
1971
  msgid "Set text size for item."
1972
  msgstr ""
1973
 
1974
+ #: inc/options.php:2089 inc/options.php:3646
1975
  msgid "Set color for icon."
1976
  msgstr ""
1977
 
1978
+ #: inc/options.php:2094
1979
  msgid "Icon Box"
1980
  msgstr ""
1981
 
1982
+ #: inc/options.php:2095
1983
  msgid "Choose to display boxed icon."
1984
  msgstr ""
1985
 
1986
+ #: inc/options.php:2113
1987
  msgid "Icon Shortcode"
1988
  msgstr ""
1989
 
1990
+ #: inc/options.php:2114
1991
  msgid "icon-shortcode/"
1992
  msgstr ""
1993
 
1994
+ #: inc/options.php:2129
1995
  msgid "Select how the image compare display."
1996
  msgstr ""
1997
 
1998
+ #: inc/options.php:2138 inc/options.php:2779 inc/options.php:2956
1999
  msgid "Percent"
2000
  msgstr ""
2001
 
2002
+ #: inc/options.php:2139
2003
  msgid "Choose default offset pct"
2004
  msgstr ""
2005
 
2006
+ #: inc/options.php:2145
2007
  msgid "Image Left"
2008
  msgstr ""
2009
 
2010
+ #: inc/options.php:2146
2011
  msgid "Insert the image displayed in the left."
2012
  msgstr ""
2013
 
2014
+ #: inc/options.php:2151
2015
  msgid "Image Right"
2016
  msgstr ""
2017
 
2018
+ #: inc/options.php:2152
2019
  msgid "Insert the image displayed in the right."
2020
  msgstr ""
2021
 
2022
+ #: inc/options.php:2168
2023
  msgid "Image Compare Shortcode"
2024
  msgstr ""
2025
 
2026
+ #: inc/options.php:2169
2027
  msgid "image-compare-shortcode/"
2028
  msgstr ""
2029
 
2030
+ #: inc/options.php:2184 inc/options.php:2633
2031
  msgid "Upload an image to display."
2032
  msgstr ""
2033
 
2034
+ #: inc/options.php:2189
2035
  msgid "Image Link URL"
2036
  msgstr ""
2037
 
2038
+ #: inc/options.php:2190 inc/options.php:2639
2039
  msgid "Add the URL the picture will link to, ex: http://example.com."
2040
  msgstr ""
2041
 
2042
+ #: inc/options.php:2209
2043
  msgid ""
2044
  "Choose the border radius of the image frame. In pixels (px), ex: 1px, or "
2045
  "\"round\". Leave blank for theme option selection."
2046
  msgstr ""
2047
 
2048
+ #: inc/options.php:2214
2049
  msgid "Light Box"
2050
  msgstr ""
2051
 
2052
+ #: inc/options.php:2215
2053
  msgid "Choose to display light box once click."
2054
  msgstr ""
2055
 
2056
+ #: inc/options.php:2233
2057
  msgid "Image Frame Shortcode"
2058
  msgstr ""
2059
 
2060
+ #: inc/options.php:2234
2061
  msgid "image-frame-shortcode/"
2062
  msgstr ""
2063
 
2064
+ #: inc/options.php:2251
 
 
 
 
2065
  msgid "Insert text to be displayed in label."
2066
  msgstr ""
2067
 
2068
+ #: inc/options.php:2257
2069
  msgid "Set background color for label."
2070
  msgstr ""
2071
 
2072
+ #: inc/options.php:2261
2073
  msgid "Label Shortcode"
2074
  msgstr ""
2075
 
2076
+ #: inc/options.php:2262
2077
  msgid "label-shortcode/"
2078
  msgstr ""
2079
 
2080
+ #: inc/options.php:2281
2081
  msgid "Set color fo list icon."
2082
  msgstr ""
2083
 
2084
+ #: inc/options.php:2285
2085
  msgid "Icon Boxed"
2086
  msgstr ""
2087
 
2088
+ #: inc/options.php:2286
2089
  msgid "Choose to set icon boxed."
2090
  msgstr ""
2091
 
2092
+ #: inc/options.php:2294
2093
  msgid "Set background color for list icon."
2094
  msgstr ""
2095
 
2096
+ #: inc/options.php:2298
2097
  msgid "Boxed Shape"
2098
  msgstr ""
2099
 
2100
+ #: inc/options.php:2299
2101
  msgid "Choose boxed shape for list icon."
2102
  msgstr ""
2103
 
2104
+ #: inc/options.php:2306
 
 
 
 
2105
  msgid "Item Border"
2106
  msgstr ""
2107
 
2108
+ #: inc/options.php:2307
2109
  msgid "Choose to display item border for list."
2110
  msgstr ""
2111
 
2112
+ #: inc/options.php:2317
2113
  msgid "Item Size"
2114
  msgstr ""
2115
 
2116
+ #: inc/options.php:2318
2117
  msgid "Set text font size for item."
2118
  msgstr ""
2119
 
2120
+ #: inc/options.php:2335
2121
  msgid "List items"
2122
  msgstr ""
2123
 
2124
+ #: inc/options.php:2340
2125
  msgid "List Shortcode"
2126
  msgstr ""
2127
 
2128
+ #: inc/options.php:2341
2129
  msgid "list-shortcode/"
2130
  msgstr ""
2131
 
2132
+ #: inc/options.php:2355
2133
  msgid "Modal Anchor Text"
2134
  msgstr ""
2135
 
2136
+ #: inc/options.php:2356
2137
  msgid "Insert anchor text for the modal."
2138
  msgstr ""
2139
 
2140
+ #: inc/options.php:2361
2141
+ msgid "Modal Show Effect"
2142
  msgstr ""
2143
 
2144
+ #: inc/options.php:2362
2145
+ msgid "Choose one effect to show the modal."
2146
  msgstr ""
2147
 
2148
+ #: inc/options.php:2364
2149
+ msgid "Effect 1 ( Slide Right )"
2150
  msgstr ""
2151
 
2152
+ #: inc/options.php:2365
2153
+ msgid "Effect 2 ( Slide Bottom )"
2154
+ msgstr ""
2155
+
2156
+ #: inc/options.php:2366
2157
+ msgid "Effect 3 ( Slide Left )"
2158
+ msgstr ""
2159
+
2160
+ #: inc/options.php:2367
2161
+ msgid "Effect 4 ( Slide Top )"
2162
+ msgstr ""
2163
+
2164
+ #: inc/options.php:2368
2165
+ msgid "Effect 5 ( Scale Up )"
2166
  msgstr ""
2167
 
2168
+ #: inc/options.php:2369
2169
+ msgid "Effect 6 ( 3D Flip Horizontal )"
2170
  msgstr ""
2171
 
2172
+ #: inc/options.php:2370
2173
+ msgid "Effect 7 ( 3D Flip Vertical )"
2174
+ msgstr ""
2175
+
2176
+ #: inc/options.php:2371
2177
+ msgid "Effect 8 ( 3D Sign )"
2178
  msgstr ""
2179
 
2180
+ #: inc/options.php:2372
2181
+ msgid "Effect 9 ( 3D Rotate In Left )"
2182
  msgstr ""
2183
 
2184
+ #: inc/options.php:2373
2185
+ msgid "Effect 10 ( 3D Rotate In Bottom )"
2186
+ msgstr ""
2187
+
2188
+ #: inc/options.php:2374
2189
+ msgid "Effect 11 ( 3D Slit )"
2190
+ msgstr ""
2191
+
2192
+ #: inc/options.php:2375
2193
+ msgid "Effect 12 ( Newspaper )"
2194
+ msgstr ""
2195
+
2196
+ #: inc/options.php:2376
2197
+ msgid "Effect 13 ( Fall )"
2198
+ msgstr ""
2199
+
2200
+ #: inc/options.php:2377
2201
+ msgid "Effect 14 ( Side Fall )"
2202
+ msgstr ""
2203
+
2204
+ #: inc/options.php:2378
2205
+ msgid "Effect 15 ( Super Scaled )"
2206
+ msgstr ""
2207
+
2208
+ #: inc/options.php:2384
2209
+ msgid "Modal Heading Title"
2210
+ msgstr ""
2211
+
2212
+ #: inc/options.php:2385
2213
+ msgid "Insert heading title for the modal."
2214
+ msgstr ""
2215
+
2216
+ #: inc/options.php:2390
2217
+ msgid "Modal Heading Title Color"
2218
+ msgstr ""
2219
+
2220
+ #: inc/options.php:2391
2221
+ msgid "Set color for the modal heading title."
2222
+ msgstr ""
2223
+
2224
+ #: inc/options.php:2396
2225
+ msgid "Modal Heading Background"
2226
+ msgstr ""
2227
+
2228
+ #: inc/options.php:2397
2229
+ msgid "Set background for the modal heading."
2230
+ msgstr ""
2231
+
2232
+ #: inc/options.php:2402
2233
+ msgid "Close Icon"
2234
+ msgstr ""
2235
+
2236
+ #: inc/options.php:2403
2237
+ msgid "Choose close icon to show in modal heading."
2238
+ msgstr ""
2239
+
2240
+ #: inc/options.php:2409
2241
  msgid "Contents of Modal"
2242
  msgstr ""
2243
 
2244
+ #: inc/options.php:2410
2245
  msgid "Add your content to be displayed in modal."
2246
  msgstr ""
2247
 
2248
+ #: inc/options.php:2415
2249
+ msgid "Modal Background"
2250
+ msgstr ""
2251
+
2252
+ #: inc/options.php:2416
2253
+ msgid "Set background for the modal."
2254
+ msgstr ""
2255
+
2256
+ #: inc/options.php:2421
2257
+ msgid "Modal Color"
2258
+ msgstr ""
2259
+
2260
+ #: inc/options.php:2422
2261
+ msgid "Set color for the modal."
2262
+ msgstr ""
2263
+
2264
+ #: inc/options.php:2427
2265
+ msgid "Modal Width"
2266
+ msgstr ""
2267
+
2268
+ #: inc/options.php:2435
2269
+ msgid "Modal Height"
2270
+ msgstr ""
2271
+
2272
+ #: inc/options.php:2443
2273
+ msgid "Overlay Color"
2274
+ msgstr ""
2275
+
2276
+ #: inc/options.php:2444
2277
+ msgid "Set background color for the modal overlay."
2278
+ msgstr ""
2279
+
2280
+ #: inc/options.php:2449
2281
+ msgid "Overlay Color Opacity"
2282
+ msgstr ""
2283
+
2284
+ #: inc/options.php:2450
2285
+ msgid "Choose background color opacity for the modal overlay."
2286
+ msgstr ""
2287
+
2288
+ #: inc/options.php:2467
2289
  msgid "Modal Shortcode"
2290
  msgstr ""
2291
 
2292
+ #: inc/options.php:2468
2293
  msgid "modal-shortcode/"
2294
  msgstr ""
2295
 
2296
+ #: inc/options.php:2482
2297
  msgid "Select a menu"
2298
  msgstr ""
2299
 
2300
+ #: inc/options.php:2499
2301
  msgid "Menu Shortcode"
2302
  msgstr ""
2303
 
2304
+ #: inc/options.php:2515
2305
  msgid "Insert title for panel."
2306
  msgstr ""
2307
 
2308
+ #: inc/options.php:2518
2309
  msgid "Panel content."
2310
  msgstr ""
2311
 
2312
+ #: inc/options.php:2520
2313
  msgid "Panel Content"
2314
  msgstr ""
2315
 
2316
+ #: inc/options.php:2521
2317
  msgid "Insert content for panel."
2318
  msgstr ""
2319
 
2320
+ #: inc/options.php:2529
2321
  msgid "Set color for panel title."
2322
  msgstr ""
2323
 
2324
+ #: inc/options.php:2535
2325
  msgid "Set color for panel border."
2326
  msgstr ""
2327
 
2328
+ #: inc/options.php:2542
 
 
 
 
2329
  msgid "Set background color for panel title."
2330
  msgstr ""
2331
 
2332
+ #: inc/options.php:2566
2333
  msgid "Panel Shortcode"
2334
  msgstr ""
2335
 
2336
+ #: inc/options.php:2567
2337
  msgid "panel-shortcode/"
2338
  msgstr ""
2339
 
2340
+ #: inc/options.php:2582
2341
  msgid "Choose to display info below or beside the image."
2342
  msgstr ""
2343
 
2344
+ #: inc/options.php:2584
2345
  msgid "Below"
2346
  msgstr ""
2347
 
2348
+ #: inc/options.php:2585
2349
  msgid "Beside"
2350
  msgstr ""
2351
 
2352
+ #: inc/options.php:2591 inc/options.php:3819 inc/options.php:4365
2353
  msgid "Name"
2354
  msgstr ""
2355
 
2356
+ #: inc/options.php:2592
2357
  msgid "Insert the name of the person."
2358
  msgstr ""
2359
 
2360
+ #: inc/options.php:2598
2361
  msgid "Insert the title of the person"
2362
  msgstr ""
2363
 
2364
+ #: inc/options.php:2614
2365
  msgid "Image Overlay Color"
2366
  msgstr ""
2367
 
2368
+ #: inc/options.php:2615
2369
  msgid "Select a hover color to show over the image as an overlay."
2370
  msgstr ""
2371
 
2372
+ #: inc/options.php:2620
2373
  msgid "Image Overlay Opacity"
2374
  msgstr ""
2375
 
2376
+ #: inc/options.php:2621
2377
  msgid "Opacity ranges between 0 (transparent) and 1 (opaque). ex: .5"
2378
  msgstr ""
2379
 
2380
+ #: inc/options.php:2627
2381
  msgid "Profile Description"
2382
  msgstr ""
2383
 
2384
+ #: inc/options.php:2628
2385
  msgid "Insert profile description."
2386
  msgstr ""
2387
 
2388
+ #: inc/options.php:2632
2389
  msgid "Picture"
2390
  msgstr ""
2391
 
2392
+ #: inc/options.php:2638
2393
  msgid "Picture Link URL"
2394
  msgstr ""
2395
 
2396
+ #: inc/options.php:2646
2397
  msgid "Picture Border Size"
2398
  msgstr ""
2399
 
2400
+ #: inc/options.php:2647
2401
  msgid "In pixels (px), ex: 1px. Leave blank for theme option selection."
2402
  msgstr ""
2403
 
2404
+ #: inc/options.php:2651
2405
  msgid "Picture Border Color"
2406
  msgstr ""
2407
 
2408
+ #: inc/options.php:2652
2409
  msgid ""
2410
  "Controls the picture's border color. Leave blank for theme option selection."
2411
  msgstr ""
2412
 
2413
+ #: inc/options.php:2659
2414
  msgid "Picture Border Radius"
2415
  msgstr ""
2416
 
2417
+ #: inc/options.php:2660
2418
  msgid ""
2419
  "Choose the border radius of the person image. In pixels (px), ex: 1px, or "
2420
  "\"round\". Leave blank for theme option selection."
2421
  msgstr ""
2422
 
2423
+ #: inc/options.php:2667
2424
  msgid "Social Icon Box Radius"
2425
  msgstr ""
2426
 
2427
+ #: inc/options.php:2668
2428
  msgid ""
2429
  "Choose the border radius of the boxed icons. In pixels (px), ex: 1px, or "
2430
  "\"round\". Leave blank for theme option selection."
2431
  msgstr ""
2432
 
2433
+ #: inc/options.php:2673
2434
  msgid "Social Icon Custom Colors"
2435
  msgstr ""
2436
 
2437
+ #: inc/options.php:2674
2438
  msgid ""
2439
  "Controls the Icon's border color. Leave blank for theme option selection."
2440
  msgstr ""
2441
 
2442
+ #: inc/options.php:2678
2443
  msgid "Icon1"
2444
  msgstr ""
2445
 
2446
+ #: inc/options.php:2685
2447
  msgid "Link1 "
2448
  msgstr ""
2449
 
2450
+ #: inc/options.php:2686
2451
  msgid "The Icon1 Link "
2452
  msgstr ""
2453
 
2454
+ #: inc/options.php:2690
2455
  msgid "Icon2"
2456
  msgstr ""
2457
 
2458
+ #: inc/options.php:2697
2459
  msgid "Link2 "
2460
  msgstr ""
2461
 
2462
+ #: inc/options.php:2698
2463
  msgid "The Icon2 Link "
2464
  msgstr ""
2465
 
2466
+ #: inc/options.php:2702
2467
  msgid "Icon3"
2468
  msgstr ""
2469
 
2470
+ #: inc/options.php:2709
2471
  msgid "Link3 "
2472
  msgstr ""
2473
 
2474
+ #: inc/options.php:2710
2475
  msgid "The Icon3 Link "
2476
  msgstr ""
2477
 
2478
+ #: inc/options.php:2714
2479
  msgid "Icon4"
2480
  msgstr ""
2481
 
2482
+ #: inc/options.php:2721
2483
  msgid "Link4"
2484
  msgstr ""
2485
 
2486
+ #: inc/options.php:2722
2487
  msgid "The Icon4 Link "
2488
  msgstr ""
2489
 
2490
+ #: inc/options.php:2726
2491
  msgid "Icon5"
2492
  msgstr ""
2493
 
2494
+ #: inc/options.php:2733
2495
  msgid "Link5"
2496
  msgstr ""
2497
 
2498
+ #: inc/options.php:2734
2499
  msgid "The Icon5 Link "
2500
  msgstr ""
2501
 
2502
+ #: inc/options.php:2750
2503
  msgid "Person Shortcode"
2504
  msgstr ""
2505
 
2506
+ #: inc/options.php:2751
2507
  msgid "person-shortcode/"
2508
  msgstr ""
2509
 
2510
+ #: inc/options.php:2766
2511
  msgid "Line Cap"
2512
  msgstr ""
2513
 
2514
+ #: inc/options.php:2767
2515
  msgid "Select how the ending of the bar line looks like."
2516
  msgstr ""
2517
 
2518
+ #: inc/options.php:2769
2519
  msgid "Round"
2520
  msgstr ""
2521
 
2522
+ #: inc/options.php:2770
2523
  msgid "Butt"
2524
  msgstr ""
2525
 
2526
+ #: inc/options.php:2780
2527
  msgid "From 1 to 100."
2528
  msgstr ""
2529
 
2530
+ #: inc/options.php:2788
2531
  msgid "Insert title for piechart. It need to be short."
2532
  msgstr ""
2533
 
2534
+ #: inc/options.php:2796
2535
  msgid "Size"
2536
  msgstr ""
2537
 
2538
+ #: inc/options.php:2797
2539
  msgid "Set size for piechart."
2540
  msgstr ""
2541
 
2542
+ #: inc/options.php:2806
2543
  msgid "Set font size for piechart title."
2544
  msgstr ""
2545
 
2546
+ #: inc/options.php:2811
2547
  msgid "Filled Color"
2548
  msgstr ""
2549
 
2550
+ #: inc/options.php:2812
2551
  msgid "Set color for filled area in piechart."
2552
  msgstr ""
2553
 
2554
+ #: inc/options.php:2817
2555
  msgid "Unfilled Color"
2556
  msgstr ""
2557
 
2558
+ #: inc/options.php:2818
2559
  msgid "Set color for unfilled area in piechart."
2560
  msgstr ""
2561
 
2562
+ #: inc/options.php:2831
2563
  msgid "Piechart Shortcode"
2564
  msgstr ""
2565
 
2566
+ #: inc/options.php:2832
2567
  msgid "piechart-shortcode/"
2568
  msgstr ""
2569
 
2570
+ #: inc/options.php:2846
2571
  msgid "Popover Heading"
2572
  msgstr ""
2573
 
2574
+ #: inc/options.php:2847
2575
  msgid "Insert heading text of the popover."
2576
  msgstr ""
2577
 
2578
+ #: inc/options.php:2852
2579
  msgid "Triggering Text"
2580
  msgstr ""
2581
 
2582
+ #: inc/options.php:2853
2583
  msgid "Content that will trigger the popover."
2584
  msgstr ""
2585
 
2586
+ #: inc/options.php:2860
2587
  msgid "Contents Inside Popover"
2588
  msgstr ""
2589
 
2590
+ #: inc/options.php:2861
2591
  msgid "Text to be displayed inside the popover."
2592
  msgstr ""
2593
 
2594
+ #: inc/options.php:2866
2595
  msgid "Popover Trigger Method"
2596
  msgstr ""
2597
 
2598
+ #: inc/options.php:2867
2599
  msgid "Choose mouse action to trigger popover."
2600
  msgstr ""
2601
 
2602
+ #: inc/options.php:2869 inc/options.php:3963
2603
  msgid "Click"
2604
  msgstr ""
2605
 
2606
+ #: inc/options.php:2870 inc/options.php:3962
2607
  msgid "Hover"
2608
  msgstr ""
2609
 
2610
+ #: inc/options.php:2875
2611
  msgid "Popover Position"
2612
  msgstr ""
2613
 
2614
+ #: inc/options.php:2876
2615
  msgid "Choose the display position of the popover."
2616
  msgstr ""
2617
 
2618
+ #: inc/options.php:2878 inc/options.php:3065 inc/options.php:3951
2619
  msgid "Top"
2620
  msgstr ""
2621
 
2622
+ #: inc/options.php:2879 inc/options.php:3066 inc/options.php:3952
2623
  msgid "Bottom"
2624
  msgstr ""
2625
 
2626
+ #: inc/options.php:2899
2627
  msgid "Popover Shortcode"
2628
  msgstr ""
2629
 
2630
+ #: inc/options.php:2900
2631
  msgid "popover-shortcode/"
2632
  msgstr ""
2633
 
2634
+ #: inc/options.php:2915
2635
  msgid "Choose the show of progress bar."
2636
  msgstr ""
2637
 
2638
+ #: inc/options.php:2917 inc/options.php:3724
2639
  msgid "Normal Style"
2640
  msgstr ""
2641
 
2642
+ #: inc/options.php:2918
2643
  msgid "Circle Style"
2644
  msgstr ""
2645
 
2646
+ #: inc/options.php:2924 inc/options.php:2928
2647
  msgid "Striped"
2648
  msgstr ""
2649
 
2650
+ #: inc/options.php:2925
2651
  msgid "Choose to get the filled area striped."
2652
  msgstr ""
2653
 
2654
+ #: inc/options.php:2927
2655
  msgid "None Striped"
2656
  msgstr ""
2657
 
2658
+ #: inc/options.php:2929
2659
  msgid "Striped Animated"
2660
  msgstr ""
2661
 
2662
+ #: inc/options.php:2936
2663
  msgid "Choose to set the progress bar as rounded."
2664
  msgstr ""
2665
 
2666
+ #: inc/options.php:2938
2667
  msgid "On"
2668
  msgstr ""
2669
 
2670
+ #: inc/options.php:2939
2671
  msgid "Off"
2672
  msgstr ""
2673
 
2674
+ #: inc/options.php:2945
2675
  msgid "Display Number"
2676
  msgstr ""
2677
 
2678
+ #: inc/options.php:2946
2679
  msgid "Choose to diplay number for progress bar."
2680
  msgstr ""
2681
 
2682
+ #: inc/options.php:2957
2683
  msgid "Set percentage for progress bar. 0~100."
2684
  msgstr ""
2685
 
2686
+ #: inc/options.php:2964
2687
  msgid "Insert text for progress bar."
2688
  msgstr ""
2689
 
2690
+ #: inc/options.php:2973
2691
  msgid "Set height for progress bar."
2692
  msgstr ""
2693
 
2694
+ #: inc/options.php:2981
2695
  msgid "Set background color for filled area in progress bar."
2696
  msgstr ""
2697
 
2698
+ #: inc/options.php:2987
2699
  msgid "Set align for progress bar."
2700
  msgstr ""
2701
 
2702
+ #: inc/options.php:2996
2703
  msgid "Text Position"
2704
  msgstr ""
2705
 
2706
+ #: inc/options.php:2997
2707
  msgid "Choose text position for progress bar."
2708
  msgstr ""
2709
 
2710
+ #: inc/options.php:2999
2711
  msgid "Text on Progress bars"
2712
  msgstr ""
2713
 
2714
+ #: inc/options.php:3000
2715
  msgid "Text above progress bars"
2716
  msgstr ""
2717
 
2718
+ #: inc/options.php:3021
2719
  msgid "Progress Shortcode"
2720
  msgstr ""
2721
 
2722
+ #: inc/options.php:3022
2723
  msgid "progress-bar-shortcode/"
2724
  msgstr ""
2725
 
2726
+ #: inc/options.php:3037
2727
  msgid "Select style for promo box."
2728
  msgstr ""
2729
 
2730
+ #: inc/options.php:3047
2731
  msgid "Set color for highlight border of promo box."
2732
  msgstr ""
2733
 
2734
+ #: inc/options.php:3055
2735
  msgid "Set width for highlight border of promo box."
2736
  msgstr ""
2737
 
2738
+ #: inc/options.php:3060
2739
  msgid "Border Position"
2740
  msgstr ""
2741
 
2742
+ #: inc/options.php:3061
2743
  msgid "Choose position for highlight border of promo box."
2744
  msgstr ""
2745
 
2746
+ #: inc/options.php:3074
2747
  msgid "Set background color for promo box."
2748
  msgstr ""
2749
 
2750
+ #: inc/options.php:3086
2751
  msgid "Inser text for button of promo box."
2752
  msgstr ""
2753
 
2754
+ #: inc/options.php:3091
2755
  msgid "Button Text Color"
2756
  msgstr ""
2757
 
2758
+ #: inc/options.php:3096
2759
  msgid "Button Link URL"
2760
  msgstr ""
2761
 
2762
+ #: inc/options.php:3097
2763
  msgid "Inser link for button of promo box, eg: http://example.com."
2764
  msgstr ""
2765
 
2766
+ #: inc/options.php:3109
2767
  msgid "Insert content for promo box."
2768
  msgstr ""
2769
 
2770
+ #: inc/options.php:3125
2771
  msgid "Promo Box Shortcode"
2772
  msgstr ""
2773
 
2774
+ #: inc/options.php:3126
2775
  msgid "promo-box-shortcode/"
2776
  msgstr ""
2777
 
2778
+ #: inc/options.php:3140
2779
  msgid "Set alignment for pullquote."
2780
  msgstr ""
2781
 
2782
+ #: inc/options.php:3150
2783
  msgid "Insert content for pullquote."
2784
  msgstr ""
2785
 
2786
+ #: inc/options.php:3167
2787
  msgid "Pullquote Shortcode"
2788
  msgstr ""
2789
 
2790
+ #: inc/options.php:3168
2791
  msgid "pullquote-shortcode/"
2792
  msgstr ""
2793
 
2794
+ #: inc/options.php:3184
2795
  msgid "The text to store within the QR code. Any text or URL is available."
2796
  msgstr ""
2797
 
2798
+ #: inc/options.php:3189
2799
  msgid "Alternative text"
2800
  msgstr ""
2801
 
2802
+ #: inc/options.php:3190
2803
  msgid "Set image alt for QR code."
2804
  msgstr ""
2805
 
2806
+ #: inc/options.php:3197
2807
  msgid "Size in pixel"
2808
  msgstr ""
2809
 
2810
+ #: inc/options.php:3198
2811
  msgid "Image width and height."
2812
  msgstr ""
2813
 
2814
+ #: inc/options.php:3203
2815
  msgid "QRCode clickable?"
2816
  msgstr ""
2817
 
2818
+ #: inc/options.php:3204
2819
  msgid "Choose to make this QR code clickable."
2820
  msgstr ""
2821
 
2822
+ #: inc/options.php:3213
2823
  msgid "Foreground Color"
2824
  msgstr ""
2825
 
2826
+ #: inc/options.php:3214
2827
  msgid "Set foreground Color for QR code."
2828
  msgstr ""
2829
 
2830
+ #: inc/options.php:3220
2831
  msgid "Set background Color for QR code."
2832
  msgstr ""
2833
 
2834
+ #: inc/options.php:3224
2835
  msgid "QR Code Shortcode"
2836
  msgstr ""
2837
 
2838
+ #: inc/options.php:3225
2839
  msgid "qr-code-shortcode/"
2840
  msgstr ""
2841
 
2842
+ #: inc/options.php:3239
2843
  msgid "Cite"
2844
  msgstr ""
2845
 
2846
+ #: inc/options.php:3240
2847
  msgid "Author name for quote."
2848
  msgstr ""
2849
 
2850
+ #: inc/options.php:3245
2851
  msgid "Cite Link"
2852
  msgstr ""
2853
 
2854
+ #: inc/options.php:3246
2855
  msgid "Insert Url for the quote author. Leave empty to disable hyperlink."
2856
  msgstr ""
2857
 
2858
+ #: inc/options.php:3252
2859
  msgid "Insert content for the quote."
2860
  msgstr ""
2861
 
2862
+ #: inc/options.php:3268
2863
  msgid "Quote Shortcode"
2864
  msgstr ""
2865
 
2866
+ #: inc/options.php:3269
2867
  msgid "quote-shortcode/"
2868
  msgstr ""
2869
 
2870
+ #: inc/options.php:3284
2871
  msgid "Feed URL"
2872
  msgstr ""
2873
 
2874
+ #: inc/options.php:3285
2875
  msgid "Url of RSS Feed."
2876
  msgstr ""
2877
 
2878
+ #: inc/options.php:3292
2879
  msgid "Number to Display"
2880
  msgstr ""
2881
 
2882
+ #: inc/options.php:3293
2883
  msgid "Number of items to show."
2884
  msgstr ""
2885
 
2886
+ #: inc/options.php:3309
2887
  msgid "RSS Feed Shortcode"
2888
  msgstr ""
2889
 
2890
+ #: inc/options.php:3310
2891
  msgid "rss-feed-shortcode/"
2892
  msgstr ""
2893
 
2894
+ #: inc/options.php:3325
2895
  msgid "Time"
2896
  msgstr ""
2897
 
2898
+ #: inc/options.php:3326
2899
  msgid ""
2900
  "Select an random time in one day to show content.</br>Example: 6-12,13-16 "
2901
  "show content from 6:00 to 12:00 and from 13:00 to 16:00"
2902
  msgstr ""
2903
 
2904
+ #: inc/options.php:3331
2905
  msgid "Days of Week"
2906
  msgstr ""
2907
 
2908
+ #: inc/options.php:3332
2909
  msgid ""
2910
  "Select days from one week to show content.</br>1 => Monday </br>2 => "
2911
  "Tuesday </br> 3 => Wednesday</br> 4 => Thursday </br> 5 => Friday </br> 6 "
2913
  "and from Monday to Friday"
2914
  msgstr ""
2915
 
2916
+ #: inc/options.php:3337
2917
  msgid "Days of Month"
2918
  msgstr ""
2919
 
2920
+ #: inc/options.php:3338
2921
  msgid ""
2922
  "Select days from one month to show content.</br>Examples:</br>1 => show "
2923
  "content only at first day of month </br> 10-25 => show content from 10th to "
2925
  "25th"
2926
  msgstr ""
2927
 
2928
+ #: inc/options.php:3343
2929
  msgid "Months"
2930
  msgstr ""
2931
 
2932
+ #: inc/options.php:3344
2933
  msgid ""
2934
  "Select months from a year to show content.</br>Examples:</br>1 => show "
2935
  "content in January </br> 3-6 => show content from March to June </br> "
2936
  "1,5,8-9 => show content in January,May and from August to September"
2937
  msgstr ""
2938
 
2939
+ #: inc/options.php:3349
2940
  msgid "Years"
2941
  msgstr ""
2942
 
2943
+ #: inc/options.php:3350
2944
  msgid ""
2945
  "Select years to show content.</br>Examples:</br> 2016 => show content in "
2946
  "2016 </br>2014-2016 => show content from 2014 to 2016 </br> "
2947
  "2016,2017,2345-2666 => show content in 2016,2017 and from 2345 to 2666"
2948
  msgstr ""
2949
 
2950
+ #: inc/options.php:3368
2951
  msgid "Insert scheduled content."
2952
  msgstr ""
2953
 
2954
+ #: inc/options.php:3372
2955
  msgid "Scheduled Shortcode"
2956
  msgstr ""
2957
 
2958
+ #: inc/options.php:3373
2959
  msgid "scheduled-shortcode/"
2960
  msgstr ""
2961
 
2962
+ #: inc/options.php:3389
2963
  msgid "Set background for section. Leave blank for transparent."
2964
  msgstr ""
2965
 
2966
+ #: inc/options.php:3396
2967
  msgid "Upload an image to display in the background."
2968
  msgstr ""
2969
 
2970
+ #: inc/options.php:3400
2971
  msgid "Background Repeat"
2972
  msgstr ""
2973
 
2974
+ #: inc/options.php:3401
2975
  msgid "Choose repeat style for the background image."
2976
  msgstr ""
2977
 
2978
+ #: inc/options.php:3404
2979
  msgid "Repeat"
2980
  msgstr ""
2981
 
2982
+ #: inc/options.php:3405
2983
  msgid "Repeat-x"
2984
  msgstr ""
2985
 
2986
+ #: inc/options.php:3406
2987
  msgid "Repeat-y"
2988
  msgstr ""
2989
 
2990
+ #: inc/options.php:3407
2991
  msgid "No-repeat"
2992
  msgstr ""
2993
 
2994
+ #: inc/options.php:3408 inc/options.php:3468
2995
  msgid "Inherit"
2996
  msgstr ""
2997
 
2998
+ #: inc/options.php:3415
2999
  msgid "Choose the postion of the background image."
3000
  msgstr ""
3001
 
3002
+ #: inc/options.php:3431
3003
  msgid "Background Parallax"
3004
  msgstr ""
3005
 
3006
+ #: inc/options.php:3432
3007
  msgid "Choose how the background image scrolls and responds."
3008
  msgstr ""
3009
 
3010
+ #: inc/options.php:3449
3011
  msgid "Set border color for section."
3012
  msgstr ""
3013
 
3014
+ #: inc/options.php:3454
3015
  msgid "Select border style for section"
3016
  msgstr ""
3017
 
3018
+ #: inc/options.php:3458
3019
  msgid "Hidden"
3020
  msgstr ""
3021
 
3022
+ #: inc/options.php:3461
3023
  msgid "Solid"
3024
  msgstr ""
3025
 
3026
+ #: inc/options.php:3462
3027
  msgid "Double"
3028
  msgstr ""
3029
 
3030
+ #: inc/options.php:3463
3031
  msgid "Groove"
3032
  msgstr ""
3033
 
3034
+ #: inc/options.php:3464
3035
  msgid "Ridge"
3036
  msgstr ""
3037
 
3038
+ #: inc/options.php:3465
3039
  msgid "Inset"
3040
  msgstr ""
3041
 
3042
+ #: inc/options.php:3466
3043
  msgid "Outset"
3044
  msgstr ""
3045
 
3046
+ #: inc/options.php:3467
3047
  msgid "Initial"
3048
  msgstr ""
3049
 
3050
+ #: inc/options.php:3478
3051
  msgid "Padding Top"
3052
  msgstr ""
3053
 
3054
+ #: inc/options.php:3486
3055
  msgid "Padding Bottom"
3056
  msgstr ""
3057
 
3058
+ #: inc/options.php:3494
3059
  msgid "Padding Left"
3060
  msgstr ""
3061
 
3062
+ #: inc/options.php:3502
3063
  msgid "Padding Right"
3064
  msgstr ""
3065
 
3066
+ #: inc/options.php:3507
3067
  msgid "Contents in Container ?"
3068
  msgstr ""
3069
 
3070
+ #: inc/options.php:3508
3071
  msgid "Put the content in container."
3072
  msgstr ""
3073
 
3074
+ #: inc/options.php:3514
3075
  msgid "Section content."
3076
  msgstr ""
3077
 
3078
+ #: inc/options.php:3516
3079
  msgid "Section Content"
3080
  msgstr ""
3081
 
3082
+ #: inc/options.php:3517
3083
  msgid "Insert content for section."
3084
  msgstr ""
3085
 
3086
+ #: inc/options.php:3523
3087
  msgid "Top Separator"
3088
  msgstr ""
3089
 
3090
+ #: inc/options.php:3527 inc/options.php:3547
3091
  msgid "Triangle"
3092
  msgstr ""
3093
 
3094
+ #: inc/options.php:3528
3095
  msgid "Doublediagonal"
3096
  msgstr ""
3097
 
3098
+ #: inc/options.php:3529 inc/options.php:3548
3099
  msgid "Halfcircle"
3100
  msgstr ""
3101
 
3102
+ #: inc/options.php:3530 inc/options.php:3549
3103
  msgid "Bigtriangle"
3104
  msgstr ""
3105
 
3106
+ #: inc/options.php:3531 inc/options.php:3550
3107
  msgid "Bighalfcircle"
3108
  msgstr ""
3109
 
3110
+ #: inc/options.php:3532 inc/options.php:3551
3111
  msgid "Curl"
3112
  msgstr ""
3113
 
3114
+ #: inc/options.php:3533 inc/options.php:3552
3115
  msgid "Multitriangles"
3116
  msgstr ""
3117
 
3118
+ #: inc/options.php:3534
3119
  msgid "Roundedsplit"
3120
  msgstr ""
3121
 
3122
+ #: inc/options.php:3535 inc/options.php:3555
3123
  msgid "Boxes"
3124
  msgstr ""
3125
 
3126
+ #: inc/options.php:3536 inc/options.php:3556
3127
  msgid "Zigzag"
3128
  msgstr ""
3129
 
3130
+ #: inc/options.php:3537
3131
  msgid "Clouds"
3132
  msgstr ""
3133
 
3134
+ #: inc/options.php:3543
3135
  msgid "Bottom Separator"
3136
  msgstr ""
3137
 
3138
+ #: inc/options.php:3553
3139
  msgid "Roundedcorners"
3140
  msgstr ""
3141
 
3142
+ #: inc/options.php:3554
3143
  msgid "Foldedcorner"
3144
  msgstr ""
3145
 
3146
+ #: inc/options.php:3557
3147
  msgid "Stamp"
3148
  msgstr ""
3149
 
3150
+ #: inc/options.php:3563
3151
  msgid "Full Height"
3152
  msgstr ""
3153
 
3154
+ #: inc/options.php:3564
3155
  msgid "Choose to set the section height same as browser window."
3156
  msgstr ""
3157
 
3158
+ #: inc/options.php:3581
3159
  msgid "Section Shortcode"
3160
  msgstr ""
3161
 
3162
+ #: inc/options.php:3582
3163
  msgid "section-shortcode/"
3164
  msgstr ""
3165
 
3166
+ #: inc/options.php:3597 inc/options.php:3610
3167
  msgid "Slider"
3168
  msgstr ""
3169
 
3170
+ #: inc/options.php:3611
3171
  msgid "slider-shortcode/"
3172
  msgstr ""
3173
 
3174
+ #: inc/options.php:3626
3175
  msgid "Title "
3176
  msgstr ""
3177
 
3178
+ #: inc/options.php:3627
3179
  msgid "Insert the title for the social icon."
3180
  msgstr ""
3181
 
3182
+ #: inc/options.php:3641
3183
  msgid "In pixels (px), eg: 13px."
3184
  msgstr ""
3185
 
3186
+ #: inc/options.php:3651
3187
  msgid "Set background color for icon."
3188
  msgstr ""
3189
 
3190
+ #: inc/options.php:3656
3191
  msgid "Icon 3D effect"
3192
  msgstr ""
3193
 
3194
+ #: inc/options.php:3657
3195
  msgid "Display box shadow for icon."
3196
  msgstr ""
3197
 
3198
+ #: inc/options.php:3665
3199
  msgid "Icon Box Radius Style"
3200
  msgstr ""
3201
 
3202
+ #: inc/options.php:3671
3203
  msgid "Circle "
3204
  msgstr ""
3205
 
3206
+ #: inc/options.php:3677
3207
  msgid "Icon Link URL"
3208
  msgstr ""
3209
 
3210
+ #: inc/options.php:3678
3211
  msgid "Add the icon's url eg: http://example.com."
3212
  msgstr ""
3213
 
3214
+ #: inc/options.php:3682
3215
+ msgid "Icon Target"
3216
+ msgstr ""
3217
+
3218
+ #: inc/options.php:3703
3219
  msgid "Social Shortcode"
3220
  msgstr ""
3221
 
3222
+ #: inc/options.php:3704
3223
  msgid "social-shortcode/"
3224
  msgstr ""
3225
 
3226
+ #: inc/options.php:3718
3227
  msgid "Select tabs' style."
3228
  msgstr ""
3229
 
3230
+ #: inc/options.php:3721
3231
  msgid "Simple Style Justified"
3232
  msgstr ""
3233
 
3234
+ #: inc/options.php:3723
3235
  msgid "Button Style Justified"
3236
  msgstr ""
3237
 
3238
+ #: inc/options.php:3725
3239
  msgid "Normal Style Justified"
3240
  msgstr ""
3241
 
3242
+ #: inc/options.php:3726
3243
  msgid "Vertical Style"
3244
  msgstr ""
3245
 
3246
+ #: inc/options.php:3727
3247
  msgid "Vertical Style Right"
3248
  msgstr ""
3249
 
3250
+ #: inc/options.php:3733
3251
  msgid "Set color for tab item's title."
3252
  msgstr ""
3253
 
3254
+ #: inc/options.php:3750
3255
  msgid "Tab Items"
3256
  msgstr ""
3257
 
3258
+ #: inc/options.php:3751
3259
  msgid "Insert tab items."
3260
  msgstr ""
3261
 
3262
+ #: inc/options.php:3757
3263
  msgid "Tab Shortcode"
3264
  msgstr ""
3265
 
3266
+ #: inc/options.php:3758
3267
  msgid "tabs-shortcode/"
3268
  msgstr ""
3269
 
3270
+ #: inc/options.php:3773
3271
  msgid ""
3272
  "Select visible permissions.Private for author only. Members for logged-in "
3273
  "users. Guests for users not logged in."
3274
  msgstr ""
3275
 
3276
+ #: inc/options.php:3775
3277
  msgid "Private"
3278
  msgstr ""
3279
 
3280
+ #: inc/options.php:3776
3281
  msgid "Members"
3282
  msgstr ""
3283
 
3284
+ #: inc/options.php:3777
3285
  msgid "Guests"
3286
  msgstr ""
3287
 
3288
+ #: inc/options.php:3784
3289
  msgid "Set content for targeted users."
3290
  msgstr ""
3291
 
3292
+ #: inc/options.php:3789
3293
  msgid "Alternative Content"
3294
  msgstr ""
3295
 
3296
+ #: inc/options.php:3790
3297
  msgid "Set content for other users."
3298
  msgstr ""
3299
 
3300
+ #: inc/options.php:3794
3301
  msgid "Targeted Shortcode"
3302
  msgstr ""
3303
 
3304
+ #: inc/options.php:3795
3305
  msgid "targeted-shortcode/"
3306
  msgstr ""
3307
 
3308
+ #: inc/options.php:3809
3309
  msgid "Style "
3310
  msgstr ""
3311
 
3312
+ #: inc/options.php:3810
3313
  msgid "Select testimonial's style"
3314
  msgstr ""
3315
 
3316
+ #: inc/options.php:3813
3317
  msgid "Box"
3318
  msgstr ""
3319
 
3320
+ #: inc/options.php:3820
3321
  msgid "Name of testimonial's author."
3322
  msgstr ""
3323
 
3324
+ #: inc/options.php:3825
3325
  msgid "Byline"
3326
  msgstr ""
3327
 
3328
+ #: inc/options.php:3826
3329
  msgid "Byline of testimonial's author."
3330
  msgstr ""
3331
 
3332
+ #: inc/options.php:3830
3333
  msgid "Avatar"
3334
  msgstr ""
3335
 
3336
+ #: inc/options.php:3831
3337
  msgid "Avatar of testimonial's author."
3338
  msgstr ""
3339
 
3340
+ #: inc/options.php:3837
3341
  msgid "Alignment"
3342
  msgstr ""
3343
 
3344
+ #: inc/options.php:3838
3345
  msgid "Select the content's alignment."
3346
  msgstr ""
3347
 
3348
+ #: inc/options.php:3845 inc/options.php:3847
3349
  msgid "Testimonial Content"
3350
  msgstr ""
3351
 
3352
+ #: inc/options.php:3848
3353
  msgid "Insert content for testimonial."
3354
  msgstr ""
3355
 
3356
+ #: inc/options.php:3864
3357
  msgid "Testimonial Shortcode"
3358
  msgstr ""
3359
 
3360
+ #: inc/options.php:3865
3361
  msgid "testimonial-shortcode/"
3362
  msgstr ""
3363
 
3364
+ #: inc/options.php:3880
3365
  msgid "Columns"
3366
  msgstr ""
3367
 
3368
+ #: inc/options.php:3881
3369
  msgid "Number of items."
3370
  msgstr ""
3371
 
3372
+ #: inc/options.php:3884
3373
  msgid "2 columns"
3374
  msgstr ""
3375
 
3376
+ #: inc/options.php:3885
3377
  msgid "3 columns"
3378
  msgstr ""
3379
 
3380
+ #: inc/options.php:3886
3381
  msgid "4 columns"
3382
  msgstr ""
3383
 
3384
+ #: inc/options.php:3887
3385
  msgid "5 columns"
3386
  msgstr ""
3387
 
3388
+ #: inc/options.php:3906
3389
  msgid "Timeline Items"
3390
  msgstr ""
3391
 
3392
+ #: inc/options.php:3907
3393
  msgid "Insert timeline items."
3394
  msgstr ""
3395
 
3396
+ #: inc/options.php:3912
3397
  msgid "Timeline Shortcode"
3398
  msgstr ""
3399
 
3400
+ #: inc/options.php:3913
3401
  msgid "timeline-shortcode/"
3402
  msgstr ""
3403
 
3404
+ #: inc/options.php:3929
3405
  msgid "Tooltip Text"
3406
  msgstr ""
3407
 
3408
+ #: inc/options.php:3930
3409
  msgid "Insert the text that displays in the tooltip"
3410
  msgstr ""
3411
 
3412
+ #: inc/options.php:3935
3413
+ msgid "Tooltip Background Color"
3414
+ msgstr ""
3415
+
3416
+ #: inc/options.php:3936
3417
+ msgid "Set Background Color for the text."
3418
+ msgstr ""
3419
+
3420
+ #: inc/options.php:3943
3421
+ msgid "Tooltip Border Radius"
3422
+ msgstr ""
3423
+
3424
+ #: inc/options.php:3944
3425
+ msgid "Set Border Radius for the text."
3426
+ msgstr ""
3427
+
3428
+ #: inc/options.php:3948
3429
  msgid "Tooltip Position"
3430
  msgstr ""
3431
 
3432
+ #: inc/options.php:3949
3433
  msgid "Choose the display position."
3434
  msgstr ""
3435
 
3436
+ #: inc/options.php:3959
3437
  msgid "Tooltip Trigger"
3438
  msgstr ""
3439
 
3440
+ #: inc/options.php:3960
3441
  msgid "Choose action to trigger the tooltip."
3442
  msgstr ""
3443
 
3444
+ #: inc/options.php:3970
3445
  msgid "Insert the text that will activate the tooltip hover"
3446
  msgstr ""
3447
 
3448
+ #: inc/options.php:3986
3449
  msgid "Tooltip Shortcode"
3450
  msgstr ""
3451
 
3452
+ #: inc/options.php:3987
3453
  msgid "tooltip-shortcode/"
3454
  msgstr ""
3455
 
3456
+ #: inc/options.php:4003
3457
  msgid "Mp4 Video Url"
3458
  msgstr ""
3459
 
3460
+ #: inc/options.php:4004
3461
  msgid ""
3462
  "Add the URL of video in MPEG4 format. WebM and MP4 format must be included "
3463
  "to render your video with cross browser compatibility. OGV is optional."
3464
  msgstr ""
3465
 
3466
+ #: inc/options.php:4010
3467
  msgid "Ogv Video Url"
3468
  msgstr ""
3469
 
3470
+ #: inc/options.php:4011
3471
  msgid ""
3472
  "Add the URL of video in OGV format. WebM and MP4 format must be included to "
3473
  "render your video with cross browser compatibility. OGV is optional."
3474
  msgstr ""
3475
 
3476
+ #: inc/options.php:4017
3477
  msgid "Webm Video Url"
3478
  msgstr ""
3479
 
3480
+ #: inc/options.php:4018
3481
  msgid ""
3482
  "Add the URL of video in webm format. WebM and MP4 format must be included to "
3483
  "render your video with cross browser compatibility. OGV is optional."
3484
  msgstr ""
3485
 
3486
+ #: inc/options.php:4024
3487
  msgid "Poster"
3488
  msgstr ""
3489
 
3490
+ #: inc/options.php:4025
3491
  msgid "Display a image when browser does not support HTML5 format."
3492
  msgstr ""
3493
 
3494
+ #: inc/options.php:4091
3495
  msgid "Video Shortcode"
3496
  msgstr ""
3497
 
3498
+ #: inc/options.php:4092
3499
  msgid "video-shortcode/"
3500
  msgstr ""
3501
 
3502
+ #: inc/options.php:4107
3503
  msgid "Vimeo URL"
3504
  msgstr ""
3505
 
3506
+ #: inc/options.php:4173
3507
  msgid "Vimeo Shortcode"
3508
  msgstr ""
3509
 
3510
+ #: inc/options.php:4174
3511
  msgid "vimeo-shortcode/"
3512
  msgstr ""
3513
 
3514
+ #: inc/options.php:4188
3515
  msgid "Youtube URL"
3516
  msgstr ""
3517
 
3518
+ #: inc/options.php:4254
3519
  msgid "Youtube Shortcode"
3520
  msgstr ""
3521
 
3522
+ #: inc/options.php:4255
3523
  msgid "youtube-shortcode/"
3524
  msgstr ""
3525
 
3526
+ #: inc/options.php:4269
3527
+ msgid "API Key"
3528
+ msgstr ""
3529
+
3530
+ #: inc/options.php:4270
3531
+ msgid ""
3532
+ "As of October 2015, OpenWeatherMap requires an APP ID key to access their "
3533
+ "weather data. <a href=\"http://openweathermap.org/appid\" target=\"_blank"
3534
+ "\">Get your APPID</a>"
3535
+ msgstr ""
3536
+
3537
+ #: inc/options.php:4275
3538
+ msgid "Location"
3539
+ msgstr ""
3540
+
3541
+ #: inc/options.php:4276
3542
+ msgid "Set city name or ID which will show weather.eg: London or 2643743"
3543
+ msgstr ""
3544
+
3545
+ #: inc/options.php:4281
3546
+ msgid "Temperature Units"
3547
+ msgstr ""
3548
+
3549
+ #: inc/options.php:4282
3550
+ msgid "Metric: Celsius, Imperial: Fahrenheit."
3551
+ msgstr ""
3552
+
3553
+ #: inc/options.php:4284
3554
+ msgid "Metric"
3555
+ msgstr ""
3556
+
3557
+ #: inc/options.php:4285
3558
+ msgid "Imperial"
3559
+ msgstr ""
3560
+
3561
+ #: inc/options.php:4291
3562
+ msgid "Disable Weather Detail"
3563
+ msgstr ""
3564
+
3565
+ #: inc/options.php:4292
3566
+ msgid "Choose to show current weather detail."
3567
+ msgstr ""
3568
+
3569
+ #: inc/options.php:4298
3570
+ msgid "Forecast"
3571
+ msgstr ""
3572
+
3573
+ #: inc/options.php:4299
3574
+ msgid "Choose to show forecast weather."
3575
+ msgstr ""
3576
+
3577
+ #: inc/options.php:4307
3578
+ msgid "Forecast Cnt"
3579
+ msgstr ""
3580
+
3581
+ #: inc/options.php:4308
3582
+ msgid "Choose number of days for forecast weather."
3583
+ msgstr ""
3584
+
3585
+ #: inc/options.php:4314
3586
+ msgid "Set background color for weather"
3587
+ msgstr ""
3588
+
3589
+ #: inc/options.php:4320
3590
+ msgid "Set background image for weather"
3591
+ msgstr ""
3592
+
3593
+ #: inc/options.php:4327
3594
+ msgid "Weather Width"
3595
+ msgstr ""
3596
+
3597
+ #: inc/options.php:4334
3598
+ msgid "Weather Height"
3599
+ msgstr ""
3600
+
3601
+ #: inc/options.php:4350
3602
+ msgid "Weather Shortcode"
3603
+ msgstr ""
3604
+
3605
+ #: inc/options.php:4366
3606
  msgid "Choose widget name to show"
3607
  msgstr ""
3608
 
3609
+ #: inc/options.php:4373
3610
  msgid "Set background color for widget area"
3611
  msgstr ""
3612
 
3613
+ #: inc/options.php:4381
3614
  msgid "Content Padding. eg:30"
3615
  msgstr ""
3616
 
3617
+ #: inc/options.php:4397
3618
  msgid "Widget Area Shortcode"
3619
  msgstr ""
3620
 
3621
+ #: shortcodes/class-countdowns.php:36 shortcodes/class-countdowns.php:76
3622
  msgid "Days"
3623
  msgstr ""
3624
 
3625
+ #: shortcodes/class-countdowns.php:37 shortcodes/class-countdowns.php:86
3626
  msgid "Hours"
3627
  msgstr ""
3628
 
3629
+ #: shortcodes/class-countdowns.php:38 shortcodes/class-countdowns.php:96
3630
  msgid "Minutes"
3631
  msgstr ""
3632
 
3633
+ #: shortcodes/class-countdowns.php:39 shortcodes/class-countdowns.php:106
3634
  msgid "Seconds"
3635
  msgstr ""
3636
 
readme.txt CHANGED
@@ -68,6 +68,16 @@ Activate plugin at "Plugins" administration page.
68
 
69
  == Changelog ==
70
 
 
 
 
 
 
 
 
 
 
 
71
  = 1.5.9 - 17/10/2016 =
72
  * Fix - Fixed filp-box responsive issue on mobile
73
 
68
 
69
  == Changelog ==
70
 
71
+ = 1.6.0 - 07/11/2016 =
72
+ * Improve - Improved modal shortcode
73
+ * Added : new option for countdowns( type -> circle, day/hours/minutes/seconds field text, google fonts, circle type day/hours/minutes/seconds color )
74
+ * Fix - Fixed magee slider translation issue
75
+ * Fix - Fixed counter shortcode issue
76
+ * Fix - Fixed font weight option issue for heading shortcode
77
+ * Fix - Fixed promo box shortcode issue
78
+ * Fix - Fixed icon/person/tab iconpicker issues
79
+ * Fix - Fixed styles( beside/below ) issue for person shortcode
80
+
81
  = 1.5.9 - 17/10/2016 =
82
  * Fix - Fixed filp-box responsive issue on mobile
83
 
shortcodes/class-countdowns.php CHANGED
@@ -1,17 +1,18 @@
1
  <?php
2
-
3
- if( !class_exists(' Magee_Countdowns') ):
4
  class Magee_Countdowns {
5
 
6
  public static $args;
 
7
  private $id;
8
 
9
  /**
10
  * Initiate the shortcode
11
  */
12
  public function __construct() {
13
-
14
  add_shortcode( 'ms_countdowns', array( $this, 'render' ) );
 
15
  }
16
 
17
  /**
@@ -30,6 +31,17 @@ class Magee_Countdowns {
30
  'fontcolor' => '',
31
  'backgroundcolor' => '',
32
  'endtime' => date('Y-m-d H:i:s',strtotime(' 1 month')),
 
 
 
 
 
 
 
 
 
 
 
33
  ), $args
34
  );
35
 
@@ -40,100 +52,124 @@ class Magee_Countdowns {
40
  $class .= ' '.$addclass;
41
  $css_style = '';
42
  $boxed = '';
43
- if( $backgroundcolor )
44
- $css_style .= '#'.$countdownsID.' .magee-counter-box{background-color:'.$backgroundcolor.';}';
45
- $boxed = 'boxed';
46
- if( $fontcolor)
47
- $css_style .= '#'.$countdownsID.' .magee-counter-box h3.counter-title{color:'.$fontcolor.'; }';
48
- $css_style .= '#'.$countdownsID.' .magee-counter-box{color:'.$fontcolor.';}';
49
- $html = '<style type="text/css">'.$css_style.'</style>';
50
-
51
- $html .= '<div class="magee-countdown-wrap center-block '.esc_attr($class).'" id="'.esc_attr($id).'">
52
- <ul class="magee-countdown row" id="'.$countdownsID.'">
53
- <li class="col-sm-3">
54
- <div class="magee-counter-box '.$boxed.'">
55
- <div class="counter days">
56
- <span class="counter-num"></span>
57
- </div>
58
- <h3 class="counter-title">
59
- '.__('Days','magee-shortcodes' ).'
60
- </h3>
61
- </div>
62
- </li>
63
- <li class="col-sm-3">
64
- <div class="magee-counter-box '.$boxed.'">
65
- <div class="counter hours">
66
- <span class="counter-num"></span>
67
- </div>
68
- <h3 class="counter-title">
69
- '.__('Hours','magee-shortcodes' ).'
70
- </h3>
71
- </div>
72
- </li>
73
- <li class="col-sm-3">
74
- <div class="magee-counter-box '.$boxed.'">
75
- <div class="counter minutes">
76
- <span class="counter-num"></span>
77
- </div>
78
- <h3 class="counter-title">
79
- '.__('Minutes','magee-shortcodes' ).'
80
- </h3>
81
- </div>
82
- </li>
83
- <li class="col-sm-3">
84
- <div class="magee-counter-box '.$boxed.'">
85
- <div class="counter seconds">
86
- <span class="counter-num"></span>
87
- </div>
88
- <h3 class="counter-title">
89
- '.__('Seconds','magee-shortcodes' ).'
90
- </h3>
91
- </div>
92
- </li>
93
- </ul>
94
- </div>';
95
- $html .= '<script language="javascript">';
96
- $html .= 'jQuery(function($) {';
97
- $html .= 'if($("#magee-sc-form-preview").length>0){';
98
- $html .= '$("#magee-sc-form-preview").ready(function(){
99
- $("#magee-sc-form-preview").contents().find("#'.$countdownsID.'").countdown("'.$endtime.'", function(event) {
100
- $("#magee-sc-form-preview").contents().find("#'.$countdownsID.' .days .counter-num").text(
101
- event.strftime("%D")
102
- );
103
- $("#magee-sc-form-preview").contents().find("#'.$countdownsID.' .hours .counter-num").text(
104
- event.strftime("%H")
105
- );
106
- $("#magee-sc-form-preview").contents().find("#'.$countdownsID.' .minutes .counter-num").text(
107
- event.strftime("%M")
108
- );
109
- $("#magee-sc-form-preview").contents().find("#'.$countdownsID.' .seconds .counter-num").text(
110
- event.strftime("%S")
111
- );
112
- });
113
- });}else{';
114
- $html .= '$(document).ready(function(){
115
- $("#'.$countdownsID.'").countdown("'.$endtime.'", function(event) {
116
- $("#'.$countdownsID.' .days .counter-num").text(
117
- event.strftime("%D")
118
- );
119
- $("#'.$countdownsID.' .hours .counter-num").text(
120
- event.strftime("%H")
121
- );
122
- $("#'.$countdownsID.' .minutes .counter-num").text(
123
- event.strftime("%M")
124
- );
125
- $("#'.$countdownsID.' .seconds .counter-num").text(
126
- event.strftime("%S")
127
- );
128
- });
129
 
130
- });}';
131
- $html .= '})';
132
- $html .= '</script>';
133
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
134
  return $html;
135
  }
136
 
 
 
137
  }
138
 
139
  new Magee_Countdowns();
1
  <?php
2
+ if( !class_exists('Magee_Countdowns') ):
 
3
  class Magee_Countdowns {
4
 
5
  public static $args;
6
+ private $google_font;
7
  private $id;
8
 
9
  /**
10
  * Initiate the shortcode
11
  */
12
  public function __construct() {
13
+
14
  add_shortcode( 'ms_countdowns', array( $this, 'render' ) );
15
+
16
  }
17
 
18
  /**
31
  'fontcolor' => '',
32
  'backgroundcolor' => '',
33
  'endtime' => date('Y-m-d H:i:s',strtotime(' 1 month')),
34
+ 'nowtime' => '',
35
+ 'type' => 'normal',
36
+ 'day_field_text' => __('Days','magee-shortcodes-pro' ),
37
+ 'hours_field_text' => __('Hours','magee-shortcodes-pro' ),
38
+ 'minutes_field_text' => __('Minutes','magee-shortcodes-pro' ),
39
+ 'seconds_field_text' => __('Seconds','magee-shortcodes-pro' ),
40
+ 'google_fonts' => '',
41
+ 'circle_type_day_color' => '',
42
+ 'circle_type_hours_color' => '',
43
+ 'circle_type_minutes_color' => '',
44
+ 'circle_type_seconds_color' => '',
45
  ), $args
46
  );
47
 
52
  $class .= ' '.$addclass;
53
  $css_style = '';
54
  $boxed = '';
55
+ $html = '';
56
+ switch($type){
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
57
 
58
+ case 'normal':
59
+
60
+ if( $backgroundcolor )
61
+ $css_style .= '#'.$countdownsID.' .magee-counter-box{background-color:'.$backgroundcolor.';}';
62
+ $boxed = 'boxed';
63
+ if( $fontcolor)
64
+ $css_style .= '#'.$countdownsID.' .magee-counter-box h3.counter-title{color:'.$fontcolor.'; }';
65
+ $css_style .= '#'.$countdownsID.' .magee-counter-box{color:'.$fontcolor.';}';
66
+ $html .= '<style type="text/css">'.$css_style.'</style>';
67
+
68
+ $html .= '<div class="magee-countdown-wrap center-block '.esc_attr($class).'" id="'.esc_attr($id).'">
69
+ <ul class="magee-countdown row" id="'.$countdownsID.'">
70
+ <li class="col-sm-3">
71
+ <div class="magee-counter-box '.$boxed.'">
72
+ <div class="counter days">
73
+ <span class="counter-num"></span>
74
+ </div>
75
+ <h3 class="counter-title">
76
+ '.__('Days','magee-shortcodes-pro' ).'
77
+ </h3>
78
+ </div>
79
+ </li>
80
+ <li class="col-sm-3">
81
+ <div class="magee-counter-box '.$boxed.'">
82
+ <div class="counter hours">
83
+ <span class="counter-num"></span>
84
+ </div>
85
+ <h3 class="counter-title">
86
+ '.__('Hours','magee-shortcodes-pro' ).'
87
+ </h3>
88
+ </div>
89
+ </li>
90
+ <li class="col-sm-3">
91
+ <div class="magee-counter-box '.$boxed.'">
92
+ <div class="counter minutes">
93
+ <span class="counter-num"></span>
94
+ </div>
95
+ <h3 class="counter-title">
96
+ '.__('Minutes','magee-shortcodes-pro' ).'
97
+ </h3>
98
+ </div>
99
+ </li>
100
+ <li class="col-sm-3">
101
+ <div class="magee-counter-box '.$boxed.'">
102
+ <div class="counter seconds">
103
+ <span class="counter-num"></span>
104
+ </div>
105
+ <h3 class="counter-title">
106
+ '.__('Seconds','magee-shortcodes-pro' ).'
107
+ </h3>
108
+ </div>
109
+ </li>
110
+ </ul>
111
+ </div>';
112
+ $html .= '<script language="javascript">';
113
+ $html .= 'jQuery(function($) {';
114
+ $html .= 'if($("#magee-sc-form-preview").length>0){';
115
+ $html .= '$("#magee-sc-form-preview").ready(function(){
116
+ $("#magee-sc-form-preview").contents().find("#'.$countdownsID.'").countdown("'.$endtime.'", function(event) {
117
+ $("#magee-sc-form-preview").contents().find("#'.$countdownsID.' .days .counter-num").text(
118
+ event.strftime("%D")
119
+ );
120
+ $("#magee-sc-form-preview").contents().find("#'.$countdownsID.' .hours .counter-num").text(
121
+ event.strftime("%H")
122
+ );
123
+ $("#magee-sc-form-preview").contents().find("#'.$countdownsID.' .minutes .counter-num").text(
124
+ event.strftime("%M")
125
+ );
126
+ $("#magee-sc-form-preview").contents().find("#'.$countdownsID.' .seconds .counter-num").text(
127
+ event.strftime("%S")
128
+ );
129
+ });
130
+ });}else{';
131
+ $html .= '$(document).ready(function(){
132
+ $("#'.$countdownsID.'").countdown("'.$endtime.'", function(event) {
133
+ $("#'.$countdownsID.' .days .counter-num").text(
134
+ event.strftime("%D")
135
+ );
136
+ $("#'.$countdownsID.' .hours .counter-num").text(
137
+ event.strftime("%H")
138
+ );
139
+ $("#'.$countdownsID.' .minutes .counter-num").text(
140
+ event.strftime("%M")
141
+ );
142
+ $("#'.$countdownsID.' .seconds .counter-num").text(
143
+ event.strftime("%S")
144
+ );
145
+ });
146
+
147
+ });}';
148
+ $html .= '})';
149
+ $html .= '</script>';
150
+
151
+ break;
152
+ case 'circle':
153
+ $google_url = '';
154
+ if($google_fonts !== ''){
155
+ $google_url = str_replace(', ','|',$google_fonts );
156
+ $google_url = esc_url('//fonts.googleapis.com/css?family=' .$google_url) ;
157
+ $google_id = uniqid('wpd_google-fonts-');
158
+ wp_enqueue_style($google_id, $google_url, false, '', false );
159
+ }
160
+ $class .=' '.$countdownsID;
161
+ if( $backgroundcolor ):
162
+ $css_style .= '.'.$addclass.'{background-color:'.$backgroundcolor.';}';
163
+ $html .= '<style type="text/css">'.$css_style.'</style>';
164
+ endif;
165
+ $html .= '<div class="magee-countdown-wrap magee-countdown-circle-type '.esc_attr($class).'" data-google_font_url="'.$google_url.'" id="'.esc_attr($id).'" data-fontcolor="'.esc_attr($fontcolor).'" data-endtime="'.strtotime(esc_attr($endtime)).'" data-nowtime="'.esc_attr($nowtime).'" data-day_field_text="'.esc_attr($day_field_text).'" data-hours_field_text="'.esc_attr($hours_field_text).'" data-minutes_field_text="'.esc_attr($minutes_field_text).'" data-seconds_field_text="'.esc_attr($seconds_field_text).'" data-google_fonts="'.esc_attr($google_fonts).'" data-google_url="'.$google_url.'" data-circle_type_day_color="'.esc_attr($circle_type_day_color).'" data-circle_type_hours_color="'.esc_attr($circle_type_hours_color).'" data-circle_type_minutes_color="'.esc_attr($circle_type_minutes_color).'" data-circle_type_seconds_color="'.esc_attr($circle_type_seconds_color).'"></div>';
166
+ break;
167
+ }
168
  return $html;
169
  }
170
 
171
+
172
+
173
  }
174
 
175
  new Magee_Countdowns();
shortcodes/class-counter.php CHANGED
@@ -40,6 +40,7 @@ class Magee_Counter {
40
 
41
  extract( $defaults );
42
  self::$args = $defaults;
 
43
  $columnclass='';
44
  switch($box_width)
45
  {
@@ -89,10 +90,10 @@ class Magee_Counter {
89
  $css_style .= '.'.$addclass.' .counter-top-icon i{color:'.$top_icon_color.'}';
90
  $html .= '<style type="text/css">'.$css_style.'</style>';
91
 
92
- if( $border == '1' ):
93
  $html .= '<div class="magee-counter-box '.esc_attr($class).'" id="'.esc_attr($id).'">';
94
  else:
95
- $html .= '<div class="magee-counter-box " id="'.esc_attr($id).'">';
96
  endif;
97
  if( $top_icon )
98
  if( stristr($top_icon,'fa-')):
40
 
41
  extract( $defaults );
42
  self::$args = $defaults;
43
+ $status_class = $class;
44
  $columnclass='';
45
  switch($box_width)
46
  {
90
  $css_style .= '.'.$addclass.' .counter-top-icon i{color:'.$top_icon_color.'}';
91
  $html .= '<style type="text/css">'.$css_style.'</style>';
92
 
93
+ if( $border == '1' || $border == 'yes' ):
94
  $html .= '<div class="magee-counter-box '.esc_attr($class).'" id="'.esc_attr($id).'">';
95
  else:
96
+ $html .= '<div class="magee-counter-box '.$addclass.' '.$status_class.'" id="'.esc_attr($id).'">';
97
  endif;
98
  if( $top_icon )
99
  if( stristr($top_icon,'fa-')):
shortcodes/class-expand.php CHANGED
@@ -25,9 +25,11 @@ class Magee_Expand {
25
  array(
26
  'id' =>'',
27
  'class' =>'',
28
- 'more_icon' =>'',
 
29
  'more_text' =>'',
30
- 'less_icon' =>'',
 
31
  'less_text' =>'',
32
 
33
  ), $args
@@ -35,11 +37,12 @@ class Magee_Expand {
35
  extract( $defaults );
36
  self::$args = $defaults;
37
  $uniqid = uniqid("control-");
 
38
  $html ='
39
- <div class="magee-expand '.esc_attr($class).'" id="'.esc_attr($id).'" data-less-icon="'.esc_attr($less_icon).'" data-less-text="'.esc_attr($less_text).'" data-more-icon="'.esc_attr($more_icon).'" data-more-text="'.esc_attr($more_text).'">
40
  <div class="expand-control '.$uniqid.'">';
41
  if( stristr($more_icon,'fa-')):
42
- $html .= '<i class="fa '.esc_attr($more_icon).'"></i> ';
43
  else:
44
  $html .= '<img src="'.esc_attr($more_icon).'" class="image-instead"/>';
45
  endif;
25
  array(
26
  'id' =>'',
27
  'class' =>'',
28
+ 'more_icon' =>'',
29
+ 'more_icon_color' =>'',
30
  'more_text' =>'',
31
+ 'less_icon' =>'',
32
+ 'less_icon_color' =>'',
33
  'less_text' =>'',
34
 
35
  ), $args
37
  extract( $defaults );
38
  self::$args = $defaults;
39
  $uniqid = uniqid("control-");
40
+
41
  $html ='
42
+ <div class="magee-expand '.esc_attr($class).'" id="'.esc_attr($id).'" data-less-icon="'.esc_attr($less_icon).'" data-less-icon-color="'.esc_attr($less_icon_color).'" data-less-text="'.esc_attr($less_text).'" data-more-icon="'.esc_attr($more_icon).'" data-more-icon-color="'.esc_attr($more_icon_color).'" data-more-text="'.esc_attr($more_text).'">
43
  <div class="expand-control '.$uniqid.'">';
44
  if( stristr($more_icon,'fa-')):
45
+ $html .= '<i class="fa '.esc_attr($more_icon).'" style="color:'.$more_icon_color.';"></i> ';
46
  else:
47
  $html .= '<img src="'.esc_attr($more_icon).'" class="image-instead"/>';
48
  endif;
shortcodes/class-heading.php CHANGED
@@ -47,8 +47,6 @@ class Magee_Title {
47
  $class .=' '.$uniqid;
48
  if(is_numeric($font_size))
49
  $font_size = $font_size.'px';
50
- if(is_numeric($font_weight))
51
- $font_weight = $font_weight.'px';
52
  if(is_numeric($margin_top))
53
  $margin_top = $margin_top.'px';
54
  if(is_numeric($margin_bottom))
47
  $class .=' '.$uniqid;
48
  if(is_numeric($font_size))
49
  $font_size = $font_size.'px';
 
 
50
  if(is_numeric($margin_top))
51
  $margin_top = $margin_top.'px';
52
  if(is_numeric($margin_bottom))
shortcodes/class-modal.php CHANGED
@@ -29,10 +29,17 @@ class Magee_Modal {
29
  array(
30
  'id' =>'',
31
  'class' =>'',
32
- //'name' =>'',
33
  'title' =>'',
34
- 'size' =>'small',
35
- 'showfooter' =>'yes',
 
 
 
 
 
 
 
36
  ), $args
37
  );
38
 
@@ -40,29 +47,33 @@ class Magee_Modal {
40
  self::$args = $defaults;
41
  $uniqid = uniqid('modal-');
42
  $this->id = $id.$uniqid;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
 
44
- $sz ='';
45
- if($size == 'small'){
46
- $sz='modal-sm';
47
- }
48
- if($size == 'large'){
49
- $sz='modal-lg';
50
- }
51
-
52
- $content = do_shortcode( Magee_Core::fix_shortcodes($content));
53
-
54
- $diva=sprintf(' <span class="%s magee-modal-span" id="%s" data-toggle="modal" data-target="#%s_ModalLg" > %s</span>',$class,$id,$uniqid,do_shortcode( Magee_Core::fix_shortcodes($this->modal_anchor_text)));
55
 
56
- $divheadra = '<a type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">x</span></a>';
57
- $divheadrtitle =sprintf('<h4 class="modal-title" id="%s_ModalLgLabel">%s</h4>',$uniqid,$title);
58
- $divheadr = sprintf('<div class="modal-header">%s %s</div>',$divheadra,$divheadrtitle);
59
- $divbody = sprintf('<div class="modal-body">%s</div>',do_shortcode( Magee_Core::fix_shortcodes($this->modal_content)));
60
- $divfooter = '<div class="modal-footer"><a type="button" class="btn-normal" data-dismiss="modal" style="color:#fff">Close</a></div>';
61
- $divmodelcontent = sprintf('<div class="modal-content">%s %s %s</div>',$divheadr,$divbody ,$divfooter );
62
- $divmodel = sprintf('<div class="modal fade magee-modal" id="%s_ModalLg" tabindex="-1" role="dialog" aria-labelledby="%s_ModalLgLabel" aria-hidden="true" style="display: none;">
63
- <div class="modal-dialog %s"> %s</div></div>',$uniqid,$uniqid,$sz,$divmodelcontent);
64
- $html= sprintf('%s %s',$diva,$divmodel);
65
-
66
 
67
  return $html;
68
  }
29
  array(
30
  'id' =>'',
31
  'class' =>'',
32
+ 'effect' =>'',
33
  'title' =>'',
34
+ 'title_color' =>'',
35
+ 'heading_background' =>'',
36
+ 'background' =>'',
37
+ 'color' =>'',
38
+ 'width' =>'',
39
+ 'height' =>'',
40
+ 'overlay_color' =>'#000000',
41
+ 'overlay_opacity' =>'0.3',
42
+ 'close_icon' =>'yes',
43
  ), $args
44
  );
45
 
47
  self::$args = $defaults;
48
  $uniqid = uniqid('modal-');
49
  $this->id = $id.$uniqid;
50
+ if(isset($width) && is_numeric($width))
51
+ $width = $width.'px';
52
+ if(isset($height) && is_numeric($height))
53
+ $height = $height.'px';
54
+
55
+ $html = '';
56
+ $html .='<style type="text/css">';
57
+ if(isset($title_color) && $title_color !== '')
58
+ $html .='#'.$uniqid.' .magee-modal-title-wrapper h3{color:'.$title_color.'}';
59
+ if(isset($heading_background) && $heading_background !== '')
60
+ $html .='#'.$uniqid.' .magee-modal-title-wrapper{background:'.$heading_background.'}';
61
+ if(isset($background) && $background !== '')
62
+ $html .='#'.$uniqid.' .magee-modal-content-wrapper{background:'.$background.'}';
63
+ if(isset($color) && $color !== '')
64
+ $html .='#'.$uniqid.' .magee-modal-content-wrapper{color:'.$color.'}';
65
+ if(isset($width) && $width !== '')
66
+ $html .='#'.$uniqid.' .magee-modal-content-wrapper{width:'.$width.'}';
67
+ if(isset($height) && $height !== '')
68
+ $html .='#'.$uniqid.' .magee-modal-content-wrapper{height:'.$height.'}';
69
+ if(isset($overlay_color) && $overlay_color !== '')
70
+ $overlay_color = Magee_Core::hex2rgb($overlay_color);
71
+ $html .='#'.$uniqid.' .magee-modal-overlay{background-color:rgba('.$overlay_color[0].','.$overlay_color[1].','.$overlay_color[2].','.$overlay_opacity.');}';
72
 
73
+ $html .='</style>';
74
+ do_shortcode( Magee_Core::fix_shortcodes($content));
 
 
 
 
 
 
 
 
 
75
 
76
+ $html .= sprintf('<div id="%s" class="magee-modal-trigger %s" data-id="%s" data-title="%s" data-content="%s" data-effect="%s" data-close_icon="%s">%s</div>',$id,$class,$uniqid,$title,do_shortcode( Magee_Core::fix_shortcodes($this->modal_content)),$effect,$close_icon,do_shortcode( Magee_Core::fix_shortcodes($this->modal_anchor_text)));
 
 
 
 
 
 
 
 
 
77
 
78
  return $html;
79
  }
shortcodes/class-person.php CHANGED
@@ -81,9 +81,9 @@ class Magee_Person {
81
  if( $picbordercolor !='' )
82
  $imgstyle .= sprintf('.'.$uniqid.' .img-box img{border-color: %s;}',$picbordercolor);
83
  if( $style == 'beside'){
84
- $afterstyle = '.person-vcard .person-title:after{margin-left:0;}';
85
- $leftstyle1 = '.person-social{text-align:left;}' ;
86
- $leftstyle2 = '.person-social li a i{margin-left:6px;} ' ;
87
  $styles = sprintf( '<style type="text/css" scoped="scoped">%s %s %s %s %s %s</style>', $textstyle1,$textstyle2,$imgstyle,$afterstyle,$leftstyle1,$leftstyle2);
88
  }else{
89
  $styles = sprintf( '<style type="text/css" scoped="scoped">%s %s %s</style>', $textstyle1,$textstyle2,$imgstyle);
81
  if( $picbordercolor !='' )
82
  $imgstyle .= sprintf('.'.$uniqid.' .img-box img{border-color: %s;}',$picbordercolor);
83
  if( $style == 'beside'){
84
+ $afterstyle = '.'.$uniqid.' .person-vcard .person-title:after{margin-left:0;}';
85
+ $leftstyle1 = '.'.$uniqid.' .person-social{text-align:left;}' ;
86
+ $leftstyle2 = '.'.$uniqid.' .person-social li a i{margin-left:6px;} ' ;
87
  $styles = sprintf( '<style type="text/css" scoped="scoped">%s %s %s %s %s %s</style>', $textstyle1,$textstyle2,$imgstyle,$afterstyle,$leftstyle1,$leftstyle2);
88
  }else{
89
  $styles = sprintf( '<style type="text/css" scoped="scoped">%s %s %s</style>', $textstyle1,$textstyle2,$imgstyle);
shortcodes/class-popover.php CHANGED
@@ -38,7 +38,7 @@ class Magee_Popover {
38
  $uniqid = uniqid('popover-');
39
  $this->id = $id.$uniqid;
40
 
41
- $html= sprintf('<span class="popover-preview %s" id="%s" data-toggle="popover" data-trigger="%s" data-placement="%s"
42
  data-content="%s" data-original-title="%s" >%s</span>',$class,$id,$trigger,$placement,do_shortcode( Magee_Core::fix_shortcodes($content)),$title,$triggering_text);
43
 
44
  return $html;
38
  $uniqid = uniqid('popover-');
39
  $this->id = $id.$uniqid;
40
 
41
+ $html= sprintf('<span class="popover-preview magee-popover %s" id="%s" data-toggle="popover" data-trigger="%s" data-placement="%s"
42
  data-content="%s" data-original-title="%s" >%s</span>',$class,$id,$trigger,$placement,do_shortcode( Magee_Core::fix_shortcodes($content)),$title,$triggering_text);
43
 
44
  return $html;
shortcodes/class-promo-box.php CHANGED
@@ -77,7 +77,7 @@ class Magee_Promo_Box {
77
  if( stristr($button_icon,'fa-')):
78
  $html .= '<i class="fa '.esc_attr($button_icon).'"></i>';
79
  else:
80
- $html .= '<img src="'.esc_attr($button_icon).'" class="image_instead"/>';
81
  endif;
82
  $html .= esc_attr($button_text).'</a>
83
  </div>
77
  if( stristr($button_icon,'fa-')):
78
  $html .= '<i class="fa '.esc_attr($button_icon).'"></i>';
79
  else:
80
+ $html .= '<img src="'.esc_attr($button_icon).'" class="image-instead"/>';
81
  endif;
82
  $html .= esc_attr($button_text).'</a>
83
  </div>
shortcodes/class-slider.php CHANGED
@@ -52,7 +52,7 @@ class Magee_Slider {
52
  $image = wp_get_attachment_image_src( $slide['id'] , "full");
53
  $indicators .= '<li data-target="#'.$slider_id.'" data-slide-to="'.$i.'" class="'.$active.'"></li>';
54
 
55
- $items .= '<div class="item '.$active.'"><img src="'.$image[0].'" alt="'.$slide['title'].'" /><div class="carousel-caption">'.do_shortcode( Magee_Core::fix_shortcodes($slide['caption']) ).'</div></div>';
56
 
57
  $i++;
58
  }
52
  $image = wp_get_attachment_image_src( $slide['id'] , "full");
53
  $indicators .= '<li data-target="#'.$slider_id.'" data-slide-to="'.$i.'" class="'.$active.'"></li>';
54
 
55
+ $items .= '<div class="item '.$active.'"><img src="'.$image[0].'" alt="'.base64_decode($slide['title']).'" /><div class="carousel-caption">'.do_shortcode( Magee_Core::fix_shortcodes(base64_decode($slide['caption'])) ).'</div></div>';
56
 
57
  $i++;
58
  }
shortcodes/class-tabs.php CHANGED
@@ -113,7 +113,7 @@ class Magee_Tabs {
113
  $tabid = uniqid('tab-');
114
 
115
  $txtstyle='';
116
- $txtbl = ' falas';
117
  $txtat = '' ;
118
  if($this->num == 1)
119
  {
113
  $tabid = uniqid('tab-');
114
 
115
  $txtstyle='';
116
+ $txtbl = ' false';
117
  $txtat = '' ;
118
  if($this->num == 1)
119
  {
shortcodes/class-youtube.php CHANGED
@@ -66,9 +66,7 @@ class Magee_Youtube {
66
  $mute = '0';
67
  endif;
68
  $out = '';
69
-
70
- // $aaa = parse_url($link='https://vimeo.com/channels/staffpicks/153773597');
71
- // print_r($aaa);
72
  $sid = substr($link,32,11);
73
  if( $width == '100%' || $height == '100%' && $width == '' || $height == ''):
74
  $out .= "<div id=\"youtube\" class=\"youtube-video " .$position . "\"><iframe id=\"player_".$sid."\" class=\"".$class."\" src=\"//www.youtube.com/embed/" . $sid . "?rel=0&controls=".$controls."&loop=".$loop."&playlist=".$sid."&autoplay=".$autoplay."&enablejsapi=".$mute."\" frameborder=\"0\" allowfullscreen></iframe>";
66
  $mute = '0';
67
  endif;
68
  $out = '';
69
+
 
 
70
  $sid = substr($link,32,11);
71
  if( $width == '100%' || $height == '100%' && $width == '' || $height == ''):
72
  $out .= "<div id=\"youtube\" class=\"youtube-video " .$position . "\"><iframe id=\"player_".$sid."\" class=\"".$class."\" src=\"//www.youtube.com/embed/" . $sid . "?rel=0&controls=".$controls."&loop=".$loop."&playlist=".$sid."&autoplay=".$autoplay."&enablejsapi=".$mute."\" frameborder=\"0\" allowfullscreen></iframe>";