/**
 * Smiley project CSS 
 */

/* generic emoji styles */
.wp-emoji, .wp-emoji:before {
	display: inline-block !important; /* shouldn't have been necessary, but some themes set this to static */
}

.wp-emoji {
	position: relative !important; /* shouldn't have been necessary, but some themes set this to static */
	vertical-align: bottom;

	/* this will be a line-height tall wrapper for vertically centering the smiley */
	width: 1.375em;
	overflow: hidden;
	white-space: nowrap;	
	text-indent: 9999px;
	min-height: 1.2em; /* for really small lineheights */
}

/* Firefox does weird things with text-indent and selection */
@-moz-document url-prefix() { 
	.wp-emoji {
		text-indent: 0;
		text-align: center;
		color: rgba(255,255,255,0);
		overflow: visible;
	}
}

/* @noflip */
.wp-emoji:before {
	/* vertically center the smiley */
	position: absolute;
	content: "";
	
	/* height/width for IE, Firefox and non-webkit browsers */
	height: 1.25em;
	width: 1.375em;
	margin-top: -0.625em; /* minus half the height of the smiley */

	left: 0;
	top: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}

/* WebKit specific hacks */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.wp-emoji {
		width: 1.35em;
	}
    .wp-emoji:before {
		height: 1.4em;
		width: 1.35em;
		margin-top: -0.7em; /* minus half the height of the smiley */
    }
}

/* IE specific hacks */
@media screen and (min-width:0\0) {
	.wp-emoji {
		height: 1.2em;
		width: 1.38em;
	}
    .wp-emoji:before {
		width: 1.38em;
    }
}

/* individual smileys */
	/* PNGs are for IE8 fallbacks. Let's remove them some day please */
.wp-emoji-smile:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/smile.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/smile.svg), none;
}

.wp-emoji-wink:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/wink.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/wink.svg), none;
}

.wp-emoji-bigsmile:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/bigsmile.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/bigsmile.svg), none;
}

.wp-emoji-heart:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/heart.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/heart.svg), none;
}

.wp-emoji-neutral:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/neutral.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/neutral.svg), none;
}

.wp-emoji-uneasy:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/uneasy.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/uneasy.svg), none;
}

.wp-emoji-lol:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/lol.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/lol.svg), none;
}

.wp-emoji-sad:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/sad.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/sad.svg), none;
}

.wp-emoji-cry:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/cry.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/cry.svg), none;
}

.wp-emoji-evilgrin:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/evilgrin.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/evilgrin.svg), none;
}

.wp-emoji-twisted:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/twisted.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/twisted.svg), none;
}

.wp-emoji-evil:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/evil.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/evil.svg), none;
}

.wp-emoji-surprised:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/surprised.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/surprised.svg), none;
}

.wp-emoji-tongue:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/tongue.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/tongue.svg), none;
}

.wp-emoji-angry:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/angry.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/angry.svg), none;
}

.wp-emoji-burrito:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/burrito.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/burrito.svg), none;
}
.wp-emoji-burrito, .wp-emoji-burrito:before {
	width: 1.6em;
}

.wp-emoji-wordpress:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/wordpress.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/wordpress.svg), none;
}

.wp-emoji-mindblown:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/mindblown.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/mindblown.svg), none;
}

.wp-emoji-mindblown-alt:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/mindblown-alt.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/mindblown-alt.svg), none;
}

.wp-emoji-martini:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/martini.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/martini.svg), none;
}

.wp-emoji-whiterussian:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/whiterussian.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/whiterussian.svg), none;
}

.wp-emoji-star:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/star.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/star.svg), none;
}

.wp-emoji-developer:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/developer.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/developer.svg), none;
}
.wp-emoji-developer, .wp-emoji-developer:before {
	width: 1.5em;
}

.wp-emoji-facepalm:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/facepalm.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/facepalm.svg), none;
}
.wp-emoji-facepalm, .wp-emoji-facepalm:before {
	width: 1.4em;
}

.wp-emoji-bear:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/bear.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/bear.svg), none;
}

.wp-emoji-mrgreen:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/mrgreen.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/mrgreen.svg), none;
}

.wp-emoji-arrow:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/arrow.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/arrow.svg), none;
}

.wp-emoji-confused:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/confused.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/confused.svg), none;
}

.wp-emoji-cool:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/cool.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/cool.svg), none;
}

.wp-emoji-idea:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/idea.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/idea.svg), none;
}

.wp-emoji-blush:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/blush.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/blush.svg), none;
}

.wp-emoji-oops:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/oops.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/oops.svg), none;
}

.wp-emoji-rolleyes:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/rolleyes.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/rolleyes.svg), none;
}

.wp-emoji-exclaim:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/exclaim.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/exclaim.svg), none;
}

.wp-emoji-question:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/question.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/question.svg), none;
}

.wp-emoji-kitten:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/kitten.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/kitten.svg), none;
}

.wp-emoji-momface:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/momface.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/momface.svg), none;
}


/* to enable text-selection of smileys in Firefox, we can't use text-indent or overflow to hide the text, so letterspace it instead */
@-moz-document url-prefix() { 
	.wp-emoji-rolleyes {
		letter-spacing: -.2em;
	}

	.wp-emoji-oops, .wp-emoji-idea, .wp-emoji-confused {
		letter-spacing: -.25em;
	}

	.wp-emoji-burrito, .wp-emoji-arrow, .wp-emoji-bear, .wp-emoji-star {
		letter-spacing: -.3em;
	}

	.wp-emoji-developer, .wp-emoji-mrgreen, .wp-emoji-facepalm {
		letter-spacing: -.35em;
	}

}




/**
 * Like Button toolbar button, loading text & container styles
 *
 * @todo: doesn't look like "style.css" is used anymore.
 */


/* Master container */
#jp-post-flair {
	padding-top: .5em;
}

/* Overall Sharedaddy block title */
div.sharedaddy,
#content div.sharedaddy,
#main div.sharedaddy {
	clear: both;
}

div.sharedaddy h3.sd-title {
	margin: 0 0 1em 0;
	display: inline-block;
	line-height: 1.2;
	font-size: 9pt;
	font-weight: bold;
}

div.sharedaddy h3.sd-title:before {
	content: "";
	display: block;
	width: 100%;
	min-width: 30px;
	border-top: 1px solid #ddd;
	margin-bottom: 1em;
}


/* Toolbar */
#wpadminbar li#wp-admin-bar-admin-bar-likes-widget {
	width: 61px;
	overflow: hidden;
}

#wpadminbar iframe.admin-bar-likes-widget {
	width: 61px;
	height: 28px;
	min-height: 28px;
	border-width: 0px;
	position: absolute;
	top: 0;
}

div.jetpack-likes-widget-wrapper {
	width: 100%;
	min-height: 50px;	/* Previous height, 60px */
	position: relative; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
}

div.jetpack-likes-widget-wrapper .sd-link-color {
	font-size: 12px;
}

div.jetpack-likes-widget-wrapper.slim-likes-widget {
	width: 1px; /* initial default */
	min-height: 0;
}

#likes-other-gravatars {
	display: none;
	position: absolute;
	padding: 10px;
	background-color: #000;
	border-width: 0;
	opacity: 0.88;
	filter: alpha(opacity=88);
	box-shadow: 0 0 10px black;
	min-width: 130px;
	z-index: 1000;
}

#likes-other-gravatars * {
	line-height: normal;
}

#likes-other-gravatars .likes-text {
	color: white;
	font-size: 14px;
	padding-bottom: 5px;
}

#likes-other-gravatars ul,
#likes-other-gravatars li {
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style-type: none;
}

#likes-other-gravatars li::before {
	content: "";
}

#likes-other-gravatars ul.wpl-avatars {
	overflow: auto;
	display: block;
	position: absolute;
	max-height: 190px;
}

#likes-other-gravatars ul.wpl-avatars li {
	width: 32px;
	height: 32px;
	float: left;
	margin: 0 5px 5px 0;
}

#likes-other-gravatars ul.wpl-avatars li a {
	margin: 0 2px 0 0;
	border-bottom: none !important;
	display: block;
}

#likes-other-gravatars ul.wpl-avatars li a img {
	background: none;
	border: none;
	margin: 0 !important;
	padding: 0 !important;
	position: static;
}

div.sd-box {
	border-top: 1px solid #ddd;
	border-top: 1px solid rgba(0,0,0,.13);
}

.entry-content .post-likes-widget, .post-likes-widget,
.comment-likes-widget {
	margin: 0;
	border-width: 0;
	display: block;
}


/* Loading text */
.post-likes-widget-placeholder {
	margin: 0;
	border-width: 0;
	position: relative;
}

.post-likes-widget-placeholder .button {
	display: none;	/* Let's not show a dummy like button, let's just make a great button experience once it's loaded */
}

.post-likes-widget-placeholder .button span {
}

.post-likes-widget-placeholder .loading {
	color: #999;
	font-size: 12px;
}

.slim-likes-widget .post-likes-widget {
	width: auto;
	float: none;
}


/* Like Special cases (display on it's own) */
div.sharedaddy.sd-like-enabled .sd-like h3 {
	display: none;
}

div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget {
	width: 100%;
	float: none;
	position: absolute; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
	top: 0;
}

.comment-likes-widget {
	width: 100%;
}


/* Make ratings block. @todo: make !important unnecessary by removing inline style */
.pd-rating {
	display: block !important;
}


/* Hide G+ title */
.sd-gplus .sd-title {
	display: none;
}
/**
 * Add text colors to the playlist shortcode light color scheme.
 * 
 * Core ticket: https://core.trac.wordpress.org/ticket/27562
 */

.wp-playlist-light {
	color: #000;
}

.wp-playlist-light .wp-playlist-item {
	color: #333;
}

.wp-playlist-light .wp-playlist-playing {
	background: #fff;
	color: #000;
}

.wp-playlist-dark .wp-playlist-item .wp-playlist-caption {
	color: #fff;
}

.wp-playlist-caption {
	display: block;
}/**
 * MP6 hacks, CSS that's either WPCOM specific or otherwise not suitably for MP6 proper
 */


/* Replace Omnisearch PNG search icon with a dashicon */
#wpadminbar div.ab-item form#adminbarsearch input.adminbar-search-input {
	background-image: none;
	position: relative;
	z-index: 30;
}


/* Show globe icon next to blog */
#wpadminbar #wp-admin-bar-blog > .ab-item:before {
	position: relative;
	top: 2px;
	content: '\f319';
}

/* If a blavatar is present, move it left to cover the globe */
#wpadminbar #wp-admin-bar-blog > .ab-item {
	position: relative;
}
#wpadminbar #wp-admin-bar-blog > .ab-item img.avatar {
	position: absolute;
	z-index: 1;
	left: 10px;
	top: 10px;
}

/* @noflip */
#wpadminbar.rtl #wp-admin-bar-blog > .ab-item img.avatar {
	right: 12px;
}

/* Fix omnisearch lineheight */
#wpadminbar>#wp-toolbar>#wp-admin-bar-top-secondary input.adminbar-search-input.search-input-focus {
	border: none;
	text-shadow: none;
	box-shadow: none;
	line-height: 1;
	background: #ccc;
	background: rgba(255,255,255,.7);
}

/* Invert stats sparkline on light theme */
body.admin-color-mp6-light li#wp-admin-bar-stats img {
	filter: invert(100%);
	-webkit-filter: invert(100%);
}

/* Override white color on blog title */
body.admin-color-mp6-light #wpadminbar ul li#wp-admin-bar-blog > .ab-item {
	color: #333;
}

/* Updated message fixes */
body.admin-color-mp6-light #wpadminbar>#wp-toolbar>#wp-admin-bar-top-secondary span.noticon {
	color: #eee;
}

div.updated p,
div.error p {
	position: relative;
}

div.updated .noticon-close,
div.error .noticon-close {
	font-size: 28px;

	height: 28px;
	width: 28px;

	position: absolute;
	right: 0;
	top: -1px;
}

/* Fix taller MP6 v2 toolbar. Merge this into mu-plugins/wpcom-admin-bar.css after MP6 v2 launch */
@media screen and ( max-width: 782px ) {

	.mp6 #wpadminbar li#wp-admin-bar-follow > a,
	.mp6 #wpadminbar li#wp-admin-bar-blog > a,
	.mp6 #wpadminbar li#wp-admin-bar-topicpress > a,
	.mp6 #wpadminbar li#wp-admin-bar-wpr-reblog > a,
	/* These next lines are necessary for when users opt out to the responsive styles */
	.mp6 #wpadminbar li#wp-admin-bar-dbg > div,			
	.mp6 #wpadminbar li#wp-admin-bar-my-account > a
	{
		line-height: 46px !important;
	}
	
	/* Notes only shown when users opt out to the responsive styles */
	body.mp6 #wpadminbar #wp-admin-bar-notes #wpnt-notes-unread-count {
		margin: 13px 3px 0 3px !important;
	}

	.mp6 #wpadminbar li#wp-admin-bar-blog > a.ab-item:before {
		top: 13px;
	}
	
	#wpadminbar #wp-admin-bar-blog > .ab-item img.avatar {
		top: 17px;
	}

}

/* Fix toolbar hover color temporarily. Post launch, remove from /wp-content/mu-plugins/admin-bar/wpcom-admin-bar.css */
.admin-color-mp6 #wpadminbar ul li#wp-admin-bar-blog.hover > .ab-item, .mp6 #wpadminbar ul li#wp-admin-bar-blog.hover > .ab-item, .admin-color-mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account-with-avatar.hover .ab-display-name, .mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account-with-avatar.hover .ab-display-name, .admin-color-mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account-no-avatar.hover .ab-display-name, .mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account-no-avatar.hover .ab-display-name, .admin-color-mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account.hover .ab-display-name, .mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account.hover .ab-display-name {
	color: inherit !important;
}

/* add style for reader link in /wp-admin/ leftbar */

/* Reader icon in left-bar */
.icon16.icon-reader:before,
#adminmenu .menu-icon-reader div.wp-menu-image:before,
ul#adminmenu .toplevel_page_reader div.wp-menu-image:before{
     content: '\f116';
}

/* Fix dashicons priority so Japanese users can use the toolbar. Should long term be fixed in whatever plugin that forces all fonts to be Arial */
i.mce-i-bold, i.mce-i-italic, i.mce-i-bullist, i.mce-i-numlist, i.mce-i-blockquote, i.mce-i-alignleft, i.mce-i-aligncenter, i.mce-i-alignright, i.mce-i-link, i.mce-i-unlink, i.mce-i-wp_more, i.mce-i-strikethrough, i.mce-i-spellchecker, i.mce-i-fullscreen, i.mce-i-wp_fullscreen, i.mce-i-wp_adv, i.mce-i-underline, i.mce-i-alignjustify, i.mce-i-forecolor, i.mce-i-pastetext, i.mce-i-pasteword, i.mce-i-removeformat, i.mce-i-charmap, i.mce-i-outdent, i.mce-i-indent, i.mce-i-undo, i.mce-i-redo, i.mce-i-help, i.mce-i-wp_help, i.mce-i-wp-media-library, i.mce-i-ltr, i.mce-i-wp_page, .mce-close {
	font: normal 20px/1 'dashicons' !important;
}

.dashicons, .dashicons-before:before {
	font-family: dashicons !important;
}

.noticon {
	font-family: "Noticons" !important;
}
/*
Theme Name: TED Ideas
Template: premium/publisher
Author: Hybrid Design; Paul Clark, 10up
Author URI: http://10up.com
Description: Theme for ideas.ted.com. Child of theme "Publisher".
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blue, gray, light, white, one-column, right-sidebar, two-columns, fluid-layout, responsive-layout, custom-colors, custom-background, custom-header, custom-menu, editor-style, featured-images, full-width-template, infinite-scroll, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, clean, contemporary, minimal, photoblogging, portfolio, simple
*/

/* =General
	 ----------------------------------------------- */

body {
	background-color: #fff;
}

/* Main - this makes sure the detail/tab section on a single-post nicely aligns onto the footer*/
#main {
	padding-bottom: 1px;
	padding-top:0;
	margin-top: 2.5%;
}

@media (min-width:1440px) {
	#main {
		padding-bottom: 7px;
	}
}

@media (max-width:768px) {
	 #main {
		padding-bottom: 8px;
	}
}

/* Navigation */
.navigation-wrap {
	box-shadow: none;
	background-color: #fff;
	max-width: 1440px;
	margin: 0 auto;
	padding: 0;
}

.navigation-wrap-inside {
	max-width: 1423px;
	margin: 0 auto;
}

.single-post .navigation-wrap {
	padding: 0 6% 0 6%;
}

.single-post .header-search {
	margin: 0;
}

.search-no-results #content {
	display: block;
	padding-top: 0;
}

.single-post #ted-logo {
	margin: 10px 0 0 0;
}

@media (max-width: 768px) {
	body div #ted-logo {
		margin: 0 auto;
		display: block;
		margin-top: 10px;
	}
}

/* Navigation menu items */
.main-navigation li.current-menu-item > a,
.main-navigation li a:hover {
	color: #a3a49d;
}

/* Navigation icons */
.navigation-wrap .toggle-icons {
	display: none !important;
}

/* Search input */
.header-search {
	margin-left: 3%;
	margin-right: 3%;

}
@media (max-width: 768px) {
	.header-search {
		position:relative !important;
		display:block !important;
		float:none !important;
		width: auto;
	}
}

.header-search input[type="text"] {
	background: #b2b3ad;
	float: left;
	height: 36px;
	/*padding: 14px 0 10px 13px;  */
    padding-top: 1px;
	text-transform: uppercase;
}

.header-search form {
	position:relative;
}

/* Clearfix */
.clearfix:after, .header-search:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix, .header-search { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix, * html .header-search { height: 1%; }
.clearfix, .header-search { display: block; }
/* close commented backslash hack */

.header-search form:after {
	display: block;
	height: 30px;
	padding: 6px 15px 0 13px;
	position:absolute;
	top:0;
	right:0;
}

.header-search label {
	display: none;
}

@media (max-width:307px) {
    header#masthead {
        left:-11px;
    }
}

@media only screen and (max-width: 768px) {
    div.header-wrap {
        padding: 3% 3%;
    }
}


/* Header */
.site-header {
	background: none !important;
}

/* Header site title */
.site-title {
	position: relative;
	top: 4px;
	margin-bottom: 4px;
	padding: 14px 20px;
	background-color: #e52f26;
}

.site-title a {
	position: relative;
	top: 5px;
	border: none;
	padding: 0;
}

.site-title a:hover {
	color: #fff;
}

.header-wrap {
	padding-bottom: 0;
	padding-top: 0;
}

/* Header subtitle */
.site-description {
	display: block;
	margin: 20px auto 20px auto;
	width: 500px;
	color: #77787b;
}

/* Mobile Header subtitle */
@media all and (max-width: 768px) {
	.site-description {
		width: 100%;
	}
}

/* Visionary sponsorship brought to you by Lexus. */
.sponsor-lexus .site-description:after {
	display: block;
	border-top: 6px solid #e52f26;
	margin-top: 15px;
	padding-top: 15px;
}

/* Sharing */
.sd-content {
	margin-top: 40px; /* @todo: set correct margin */
	width: 100%;
	text-align: center;
}

.sd-content ul {
	display: inline-block;
	*display: inline;
	margin: 0;
	padding: 0;
	zoom: 1;
}

.single-post #content .sd-social .sd-title {
	display: block;
	border: 6px solid #595957;
	padding: 10px 10px 4px 10px;
	margin: 0 auto;
	width: 130px;

}

.sd-social .share-icon:before {
	margin-right: 5px;
}

#jp-post-flair {
	background: none !important;
}
.sharedaddy {
	margin-top: 40px;
}

.sd-sharing li {
	display: inline-block;
	margin-right: 50px;
}

.sd-sharing .share-google-plus-1 {
	margin-right: 0;
}

.sd-sharing .share-end {
	display: none;
}

/* Secondary content */
#secondary {
	box-shadow: none;
}

/* Sidebar */
#secondary aside {
	padding: 25px 0;
}

#secondary > aside > div,
#secondary > aside > iframe,
#secondary > aside > a,
#secondary > aside > ul,
#secondary .acm_ad_zones img {
	margin: 0 auto;
	display:block;
}

#secondary aside:first-child {
	padding-top: 0;
}

/* Widget title */
#secondary .widget-title {
	margin: 0px 0px 25px 0px;
}

/* Sidebar: Fixed width */
@media all and (min-width: 768px) {
	#secondary {
		float: none;
		position: absolute;
		right: 0;
		top:0;
		width: 300px;
	}
	#primary {
		float: none;
		padding-right: 340px;
		width: 100%;
		position: relative;
	}
}

/* Sidebar: ad */
.jetpack-image-container,
.jetpack-image-container img {
	width: 300px;
    height: 1050px;
}


/* Banner ad widget */
#secondary .widget_image a,
#secondary .widget_image {
	width: 100%;
}

/* Twitter widget */
#secondary .widget_twitter_timeline {
	border-top: 5px solid #e52f26;
}

.twitter-timeline {
	width: 100%;
}

#content, /* for 404 page */
.block {
	box-shadow: none;
}

.menu-toggle,
.site-navigation .main-small-navigation,
.menu {
	display: none;
}

#ted-logo {
	background: url(/wp-content/themes/vip/ted-ideas/images/ted.png) 0px -27px no-repeat;
	background-size: cover;
	display: inline-block;
	width: 73px;
	height: 26px;
	margin-top: 10px;
	margin-left: 3%;
	text-indent: -999em;
	-webkit-transition: none;
	transition: none;
}

#ted-logo:hover {
	background-position: 0 0;
}

.header-wrap .flipInY {
	-webkit-animation-name: none;
	-moz-animation-name: none;
	-o-animation-name: none;
	animation-name: none;
	width: 295px;
}

/* Sticky Posts Icon -- Hide */
.ribbon .fa-thumb-tack {
	display:none;
}


/* =Homepage + Single Post
	 ----------------------------------------------- */
.block-container-inside {
	padding-top: 45px;
}
.home .block-container-inside {
	padding-top: 0px;
}

/* Remove margin from homepage block paragraphs */
.block-container-wrap .block-titles-wrap {
	padding-bottom: 0;
	padding-top: 0;
}

.block-container-wrap .block-titles {
	text-align: center;
}

.block-container-wrap .block-titles h2 {
	display:inline;
}

.block-container-wrap .block-titles h2:hover{
	border-bottom: 2px solid #e52f26;
}

.block-container-wrap .block-titles .category {
	display: block;
	font-style: italic;
	color: #77787b;
	font-family: "GeorgiaProW02-Regular", Georgia, serif;
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 7px;
}
.block-container-wrap .block-titles .category:hover {
	text-decoration: underline;
}

a.block-permalink:hover {
	border-bottom: 2px solid #e52f26;
}

.block-container-wrap .block-text p {
	margin-bottom: 0;
	margin-top: 7px;
}

/* Banners on home page */
.tag-banner .block-thumb:hover img:hover,
.tag-banner .block-thumb img,
.tag-banner a {
	-moz-transition: none;
	-webkit-transition: none;
	transition: none;
}

/* First extra 10 pixels underneath a quote element */
#block-container > .tag-quote {
	margin-bottom: 33px;
}

/* Banner and Quotes on home page */
.block-container-wrap .tag-quote .block-titles,
.block-container-wrap .tag-banner .block-titles-wrap,
.block-container-wrap .tag-banner .block-permalink {
	display: none;
}

.block-container-wrap .tag-banner .block-meta {
	padding-bottom: 0;
	padding-top: 4px;
}


/* Quote on home page */
.single-post blockquote em,
.tag-quote .block-text blockquote em,
.tag-quote .block-text em {
	background-color: #e52f26;
	box-shadow: 10px 0 0 #e52f26, -10px 0 0 #e52f26;
	padding: 10px 0px 3px 0px;
}

/* Box shadow is not correct in IE9+ */
.ua-ie .single-post blockquote em,
.ua-ie .tag-quote .block-text blockquote em,
.ua-ie .tag-quote .block-text em {
    box-shadow: none;
}


.tag-quote .block-meta {
	position: relative;
	top: -10px;
}

/* .home .tag-quote .block-thumb	{ */
.tag-quote .block-thumb	 {
	display: none;
}

/* hide the top post quote on a single post page */
.single-post .tag-quote .block-text em,
.single-post .tag-quote h4.quote {
	display: none;
}

.single-post .tag-quote-only h4.quote,
h4.quote {
	display: inline-block;
}

.single-post #content blockquote em,
.single-post .tag-quote .block-text blockquote em {
	display: inline;
}

/* Make the quote text centered */
.single-post #content blockquote p,
.tag-quote .block-text blockquote,
.single-post #content .tag-quote .block-text blockquote p,
.block-container-wrap .tag-quote .block-text {
	text-align: center;
}

.single-post #content blockquote,
.single-post blockquote,
.single-post #content .tag-quote blockquote,
.single-post #content .standard-blockquote {
	border: none;
	display: block;
	margin: 40px 0 30px 0;
	padding: 0;
	text-align: center;
}

.single-post #content .standard-blockquote {
	font-style: italic;
	margin: 40px 20px 30px 40px;
	text-align: left;
}

/* Add quotes characters */
/*.single-post #content blockquote em:before,
.tag-quote .block-text em:before,
.single-post #content .tag-quote blockquote em:before {
	content: "\201C";
}

.single-post #content blockquote em:after,
.tag-quote .block-text em:after,
.single-post #content .tag-quote blockquote em:after {
	content: "\201D";
}*/

/* Remove default quotes */
#content .block-text blockquote:before,
#content .block-text blockquote:after,
blockquote,
#content blockquote:before,
#content blockquote:after {
	content: "";
}

.single-post .post h2 {
	text-align: center;
}

.block-comments {
	display: none;
}

h4.quote {
	border: 6px solid #595957;
	display: inline-block;
	padding: 10px;
	text-align: center;
}

/* When we use the more-text element in a quote WP adds a <a>, we hide it */
.tag-quote .more-link {
	display: none;
}

/* Dive deeper container home page */
div.block-meta {
	background: none;
	box-shadow: none;
	border-bottom: 6px solid #e52f26;
	text-align: center;
}

a.block-permalink {
	float: none;
	-ms-transform: none;
	-moz-transform: none;
	-webkit-transform: none;
	position: relative;
	transform: none;
}

a.block-permalink:before {
	content:'MORE';
}

/* Add an arrow to the "dive deeper" link */
a.block-permalink .fa-link:before,
a.block-permalink .fa-chain:before,
a.block-permalink .icon-link:before {
	content:"\f178";

}
a.block-permalink .fa-chain,
a.block-permalink .fa-link,
a.block-permalink .icon-link {
	padding-left: 5px;
}


/* =Single post
	 ----------------------------------------------- */
/* Single tabs */
#single-tabs .single-tab-nav li i,
#single-tabs .single-tab-nav li a i {
	display: none;
}

@media all and (max-width: 768px) {
	#single-tabs .single-tab-nav li span {
		display: inline-block;
	}
}

/* Tab 1 - Comments */
#single-tabs .comments-section h3,
#single-tabs .post-detail-col h3 {
	display: block;
	border: 6px solid #595957;
	margin: 0 0 30px 0;
	padding: 10px 10px 4px 10px;
	width: 130px;
}

#single-tabs .comments-section h3 {
	width: 100%;
}

/* Tab 2 - Author */
#author-info {
	width: 100%;
}

.author-posts {
	display: none;
}

.author-profile {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

#author-info .avatar {
	border-radius: 0;
	width: 100% !important;
}
/* Remove pointer cursor from avatar image. It's not a link. */
#author-info .avatar:hover {
	cursor: auto;
}

#author-avatar {
	float: left;
	margin-right: 5%;
	margin-left: 0;
	width: 25%;
}

#author-description {
	float: left;
	width: 70%;
}

#author-description h2 {
	width: 100%;
}

a.clickable-image-link {
	font-size: 0;
	margin: 0;
	padding: 0;
	line-height: 0;
	display: block;
}

/* Tab 3 - Details */
#single-tabs .post-detail-section .post-navigation {
	display: none;
}

#single-tabs .post-detail-section .post-detail-col {
	float: none;
	border: none;
	display:block;
	margin: 0;
	padding: 0;
	width: 100%;
}

#single-tabs .post-detail-section .post-detail-cat {
	display: block;
	float: left;
	margin: 0;
	padding:0;
	width: 50%;
}
@media (max-width:480px) {
	#single-tabs .post-detail-section .post-detail-cat {
		width: 100%;
		padding-bottom: 20px;
	}
}
#single-tabs .post-detail-section .post-detail-cat > h3 {
	display:block;
	margin: 0 auto 20px auto;
}

#single-tabs .post-detail-section .post-detail-cat:nth-child(1):nth-last-child(1) {
	float: none;
}

#single-tabs .post-detail-section .post-detail-cat:nth-child(2) {
	float: right;
}

#single-tabs .post-detail-section .post-detail-cat:empty {
	display: none;
}

.single-post #content {
	box-shadow: none;
	padding-bottom: 20px;
}

.single-post #content .tag-quote-only blockquote,
.single-post .block-text > p:last-of-type {
	border-bottom: 6px solid #e52f26;
	padding-bottom: 30px;
}

.single-post #content .tag-quote-only blockquote {
	padding-bottom: 20px;
}


/* For a page with only a quote, we don't add any borders */
.single-post .tag-quote-only .block-text > p:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
}

.single-post .date-sep {
	display: none;
}

.single-post .block-entry-title {
	position: relative;
	top: -17px;
}

.single-post .block-date {
	margin-bottom: 35px;
}

.single-post .block-titles {
	text-align: center;
	padding: 0 7% 40px 7%;
}

.single-post .tag-quote .block-titles {
	padding-bottom: 20px;
}

.single-post .block-titles .author {
	display: inline-block;
	margin-bottom: 0;
	margin-top: 0;
	border-bottom: 2px solid white;
}

.single-post .block-titles a[rel="author"] {
	border: 6px solid #e52f26;
	padding: 13px 31px;
}

.single-post .block-titles a[rel="author"]:hover .author,
.single-post .block-titles .author:hover {
	border-bottom: 2px solid #e52f26;
}

.single-post .attachment-post-image {
	margin-bottom: 45px;
}

.post-tab {
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}


/* =Single post with only a quote
	 ----------------------------------------------- */
.single-post .tag-quote-only .block-titles {
	display: none;
}

.single-post #content .tag-quote-only blockquote {
	margin-top: 0;
}

.single-post div.tag-quote-only {
	position: relative;
	top: -12px;
}


/* =Category block (red filled block on home page)
	 ----------------------------------------------- */
.home .tag-category,
.archive .tag-category {
	background-color: #e52f26;
	color: white;
	padding-bottom: 12px;
	text-align: center;
}

.tag-category .block-titles .category {
	display: none;
}

.tag-category h2.block-entry-title {
	margin-top: 40px;
}

.block-container-wrap .tag-category .block-titles h2.block-entry-title:hover,
.block-container-wrap .tag-category .block-titles h2.block-entry-title {
	display: inline-block;
	border-bottom: none;
}

.tag-category h2.block-entry-title a,
.tag-category h3,
.tag-category h4 {
	color: white;
}

.tag-category .block-titles {
	text-align: center;
}

.tag-category span.category-head {
	border: 4px solid white;
	padding: 15px 10px 10px 10px;
	margin-top: 45px;
	display: inline-block;
}

.tag-category .block-text p {
	text-align: center;
}

.tag-category .block-meta {
	display: none;
}


/* =Archive
	 ----------------------------------------------- */
.archive-title {
	padding: 25px 3% 0px 3%;
}
.category .archive-title,
.author .archive-title,
.tag .archive-title,
.search .archive-title{
	padding-top: 0;
}

.archive-title h1 {
	display: inline-block;
	border: 6px solid #595957;
	padding: 10px 20px 4px 20px;
}
.archive-title p {
	color: rgb(51, 51, 51);
	font-family: "GeorgiaProW02-Regular", Georgia, serif;
	font-size: 16px;
	line-height: 25px;
	margin: 2% 0;
}


/* =Related posts
	 ----------------------------------------------- */
.single-format-quote #jp-relatedposts {
	display:none !important;
}

#jp-relatedposts {
	border-top: none;
}

.jp-relatedposts-post {
	text-align: center;
}

.jp-relatedposts-post-context {
	margin:20px auto 0px;
}

div#jp-relatedposts h3.jp-relatedposts-headline {
	border: 6px solid #595957;
	display: block;
	float: none;
	margin: 0px auto 45px auto !important;
	padding: 16px 10px 7px 10px;
	width: 219px;
}

#jp-relatedposts .jp-relatedposts-headline em {
	background-color: white;
	box-shadow: none;
	display:block;
	position: relative;
	top: -2px;
}

#jp-relatedposts .jp-relatedposts-headline em:after,
#jp-relatedposts .jp-relatedposts-headline em:before {
	content:"";
}

#jp-relatedposts .jp-relatedposts-post-title {
	margin: 7px auto 0 auto;
}

/* =Error 404 / No Search Results
	 ----------------------------------------------- */

.error404 .entry-title,
.search-no-results .entry-title {
	display:block;
	line-height: 1;
}

.error404 #primary,
.search-no-results #primary {
	padding-right: 0;
	margin: 0 auto;
}

.error404 #primary,
.search-no-results #primary {
	width: 71%;
	display: block;
}
.error404 #content-wrap,
.search-no-results #content-wrap {
	text-align: center;
}
.error404 .h4,
.error404 .m4,
.search-no-results .h4,
.search-no-results .m4 {
	margin-bottom: 10px;
}
.error404 #content ul,
.error404 #content li,
.search-no-results #content ul,
.search-no-results #content li {
	list-style-type: none;
	margin-left: 0;
}
.error404 #content-wrap #searchform,
.search-no-results #content-wrap #searchform {
	margin: 0px 10% 60px 10%;
	position: relative;
}
.search-no-results #content-wrap #s {
	width: 100%;
	height: 50px;
	border: none;
	background: #f4f4f4;
	padding: 0 15px;
}
.search-no-results #content-wrap #searchsubmit {
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
}
.search-no-results .entry-title {
	color: black;
	font-family: "DIN Next W02 Cond", Arial, sans-serif;
	font-size: 46pt;
	text-transform: uppercase;
}
.search-no-results #content-wrap p {
	font-family: "GeorgiaProW02-Regular", Georgia, serif;
	font-size: 10pt;
	text-align: center;
	padding: 0 12%;
}

.error404 #main {
	padding: 0
}

.search-no-results.infinite-scroll.neverending #colophon {
	display: block !important;
}

.error404 .entry-header h1 {
    border-bottom: solid 1px #eee;
    padding-bottom: 3%;
}

/* =Footer
	 ----------------------------------------------- */
.site-footer .copyright,
.site-footer a {
	color: white;
}

.site-footer ul li a {
	border-bottom: none;
	float: left;
	margin-right: 20px;
	padding: 15px 0;
}

/* Alignment: main page */
#colophon {
	background-color: rgb(36, 36, 36);
	border-top: 6px solid #e52f26;
	padding: 0;
	margin-top: 10px;
}

#footer-container {
	max-width: 1440px;
	margin: 0 auto 0 auto;
}

#footer-inner {
	max-width: 1423px;
	margin: 0 auto 0 auto;
}

#footer-center {
	margin: 0 3% 0 3%;
	position: relative;
}

/* Alignment: single post */
.single-post #colophon {
	max-width: none;
	padding: 0;
}

.single-post .copyright {
	width: 800px;
	margin: 0;
}

.single-post #footer-container {
	padding: 0 6%;
}

.single-post #footer-inner {
	max-width: none;
	margin: 0;
}

.single-post #footer-center {
	margin: 0;
}

.site-footer ul {
	margin-left: 0;
}

.site-footer ul li {
	float: left;
	display: list-item;
	list-style: none;
}

/* Align the "TED Conferences" to the right" */
#footer-ted {
	float: right;
	padding-top: 16px;
}

footer .attribution {
	float: right;
	clear: both;
  padding-bottom: 13px;
  font-size: 12px;
  white-space: nowrap;
  text-align:right;
  margin-top:0;
}

footer .attribution a,
footer .attribution a:hover {
	text-decoration: none;
	border-bottom: none;
	color: #555;
}

@media (min-width: 1120px) {
	#colophon .attribution {
		margin-top: -18px;
	}
}

@media (max-width:1120px) {
	#footer-ted {
		clear: both;
		float: left;
		padding-bottom: 10px;
	}

	footer .attribution {
		float: left;
		padding-top: 16px;
		padding-bottom: 10px;
		padding-left: 45px;
		clear: none;
	}
}

@media (max-width: 768px) {

	.site-footer ul li,
	.site-footer ul li a {
		float: none;
	}

	.site-footer ul {
		width: 100%;
	}

	footer span.attribution {
		padding-bottom: 0;
	}

	footer .attribution,
	#footer-ted,
	.site-footer ul li {
		border-bottom: 1px solid #1d1d1d;
		border-top: 1px solid #2f2f2f;
		margin-bottom: 0.6em;
		padding: 8px;
		width: 100%;
		text-align: center;
	}

	.site-footer ul li a {
		font-size: 14px;
		display: block;
		padding: 0;
	}

	.site-footer ul li a:hover {
		text-decoration: none;
	}

	.site-footer ul li:hover {
		background-color: #2d2d2d;
	}

	.single-post #footer-container,
	#footer-center .copyright,
	#footer-center,
	#footer-inner,
	#footer-container,
	#footer-center ul {
		margin: 0;
		width: 100%;
		padding: 0;
	}

	#footer-ted {
		right: 20px;
		top: 10px;
	}
}

/* =Alignments + spacing
	 ----------------------------------------------- */
.block {
	margin-bottom: 45px;
}

.tag-category.block {
	margin-bottom: 44px;
}

/* Gray block underneath a quote on home page */
h4.quote {
	margin-top: 43px;
	margin-bottom: 19px;
}

/* Dive deeper */
div.block-meta {
	padding-bottom: 15px;
	padding-top: 12px;
}

a.block-thumb {
	margin-bottom: 34px;
}

/**
 * Loop Advertisement
 */
.loop-advertisement {
	min-width: 300px !important;
	height: auto;
	border-bottom: 6px solid #e52f26;
	padding-bottom: 50px;
}
.single .loop-advertisement:before,
.single .acm_ad_zones > a:before {
	display: none;
}
.loop-advertisement:before,
.acm_ad_zones > a:before {
	content:"Advertisement";
	text-align:center;
	display:block;
	color: #77787B;
	font-size: 12px;
	position: relative;
	top: -5px;
	left:0;
}
.loop-advertisement a {
	display:block;
	float:none;
}
.loop-advertisement img {
	width: 300px !important;
	height:250px !important;
	display:block;
	margin: 0 auto;
}

/**
 * Sidebar advertisement
 */
#secondary aside.acm_ad_zones {
	border-bottom: none;
	padding-bottom: 25px;
}
.acm_ad_zones > a {
	padding-bottom: 25px;
}

/**
 * Page
 */
.page #content {
	padding-top: 0;
}

/**
 * Gallery
 */
.gallery-item {
	overflow:hidden;
}
/* Flexible image width */
#main:not(.blocks-page) #content .gallery-item img {
	max-width: 200px;
	width: 100%;
	height: auto;
}
/* JetPack Carousel Meta */
.jp-carousel-image-meta {
	display:none;
}
.gallery-columns-1 .gallery-icon {
	padding:0;
}
.gallery-columns-1 img {
	max-width: 100% !important;
}
#main:not(.blocks-page) #content .gallery-item img,
#main:not(.blocks-page) #content .gallery-item img:hover,
.gallery-columns-1 img:hover {
	border: 0px solid transparent !important;
}
.gallery .gallery-caption {
	text-transform: none;
	font-size: 13px;
}

/**
 * Gallery
 */
.single-format-gallery .block-text {
	padding-right: 0;
	padding-left: 0;
}

.single-format-gallery #content .gallery-item img:hover {
	opacity: 1;
}

/* Playlist / Talk of the day */
#secondary .widget-playlist,
#secondary .widget-totd {
	border-top: 5px solid #e52f26;
	padding-top: 12px !important;
	padding-bottom: 7px !important;
}

#secondary .widget-playlist .widget-title,
#secondary .widget-totd .widget-title {
	text-transform: none;
	font-size: 25px;
	margin: 0px 0px 5px 0px;
}

#secondary .widget-playlist h3,
#secondary .widget-totd h3 {
	font-family: "DIN Next W02 Cond";
	color: #444;
	font-size: 25px;
	font-weight: normal;
}

#secondary .widget-playlist h3 a,
#secondary .widget-totd h3 a {
	color: #444;
}

#secondary .video-container {
	display: block;
	position: relative;
	max-width: 100%;
}
#secondary .video-container img {
	display: block;
}
#secondary .widget-totd .video-container {
	height: 169px;
	overflow: hidden;
}
#secondary .widget-totd .video-container img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}
#secondary .play {
	position: absolute;
	bottom: 0;
	left: 0;
	border: 0;
	display: block;
	padding: 0;
	width: 50px;
	height: 50px;
	background: url(/wp-content/themes/vip/ted-ideas/images/TEDPlayRed.png) left center no-repeat;
	cursor: pointer;
}
#secondary .play span {
	display: block;
	text-indent: -9999px;
}
#secondary .video-author,
#secondary .video-count {
	color: #666;
	font-family: Georgia, serif;
	font-size: 18px;
	font-style: italic;
	margin-bottom: 0;
}/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(/wp-content/themes/premium/publisher/inc/fonts/fontawesome/fontawesome-webfont.eot?v=4.1.0);
  src: url(/wp-content/themes/premium/publisher/inc/fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.1.0) format('embedded-opentype'), url(/wp-content/themes/premium/publisher/inc/fonts/fontawesome/fontawesome-webfont.woff?v=4.1.0) format('woff'), url(/wp-content/themes/premium/publisher/inc/fonts/fontawesome/fontawesome-webfont.ttf?v=4.1.0) format('truetype'), url(/wp-content/themes/premium/publisher/inc/fonts/fontawesome/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-square:before,
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
