@import url(bf7a21dcc564696cacffff64be0e3a599704fe66.css) ;
img.wp-smiley {
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .05em 0 .1em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}/**
 * 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 10px 12px 10px;
	background-color: #2e4453;
	border-width: 0;
	box-shadow: 0 0 10px #2e4453;
	box-shadow: 0 0 10px rgba(46,68,83,.6);
	min-width: 130px;
	z-index: 1000;
}

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

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

#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;
	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
 */

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

/* 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;
}.bbp-staff-role {
	color: #f1831e;
}

.bbp-a8c-reply {
	background: #e9eff3 !important;
	border: 1px solid #c8d7e1;
	width: 98% !important;
}p.comment-likes {
	height: 16px;
	float: none;
	width: 100%;
	clear: both;
	display: block;
	margin-left: -2px;
}

p.comment-not-liked {
	cursor: pointer;
}

p.comment-likes a.view-likers {
	text-decoration: underline;
	border: none;
}

div.comment-likes-overlay {
	color: rgb(85, 85, 85);
	position: absolute;
	font-size: 9pt;
	padding: 0;
	margin: 0;
	/* Some O2 instances have elements with manually specified `z-index`, so
	 * we just set this to an arbitrary high value to make sure that the
	 * overlay is not covered up.
	 */
	z-index: 20000;
}

div.comment-likes-overlay div.inner {
	background-color: white;
	border: 1px solid #dfdfdf;
	border-color: rgba(0, 0, 0, 0.1);
	padding: 8px;
	margin: 0;
	max-width: 310px;
	max-height: 250px;
	overflow: hidden;

	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), 0 3px 8px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), 0 3px 8px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), 0 3px 8px rgba(0, 0, 0, 0.1);
}

div.comment-likes-overlay div.inner a img {
	text-decoration: none;
	height: 25px;
	width: 25px;
	margin: 2px 10px 2px 2px;
	vertical-align: middle;
}

div.comment-likes-overlay div.inner ul {
	margin: 0;
	padding: 0;
}

div.comment-likes-overlay div.inner ul li {
	float: left;
	display: inline;
	padding: 0;
	margin: 0 0 5px 0;
	/** Truncate people's names if they are too long. **/
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

div.comment-likes-overlay div.inner ul.single li {
	width: 100%; /* one column */
}

div.comment-likes-overlay div.inner ul.double li {
	width: 50%; /* two columns */
}

div.comment-likes-overlay div.inner a,
div.comment-likes-overlay div.inner a:hover {
	text-decoration: none;
	border-bottom: none;
	background: transparent;
}

div.comment-likes-overlay div.inner ul li a span.user-name {
	color: rgb(85, 85, 85);
}

p.comment-likes span.comment-like-feedback {
	font-size: 12px;
	line-height: 1.8em;
	opacity: .8;
	float: left;
	padding: 1px 0 0 5px;
	display: block !important;
}

a.comment-like-link:hover {
	background: transparent;
}

a.comment-like-link span {
	display: none;
}

a.comment-like-link {
	outline: none;
	border: 0 !important;
	text-decoration: none !important;
	padding: 0;
	margin: 0;
	float: left;
	text-decoration: none;
	line-height: 70%;
	background: transparent;
}

a.comment-like-link:before,
div.comment-likes-overlay span.icon {
	-webkit-font-smoothing: antialiased;
	font-family: "Noticons";
	font-size: 20px;
	line-height: .9;
}

div.comment-likes-overlay span.icon {
	color: white;
	height: 100%;
	margin: 0;
	padding: 3px 0 1px 0;
}

a.comment-like-link:before {
	color: #2EA2CC;
	content: '\f408';
	width: 16px;
	display: inline-block;
}

a.comment-like-link.loading {
	-webkit-transition: opacity 2s;
	-moz-transition: opacity 2s;
	-ms-transition: opacity 2s;
	-o-transition: opacity 2s;
	transition: opacity 2s;

	opacity: 0;
}

a.comment-like-link:hover:before,
p.comment-liked a.comment-like-link:before,
p.comment-not-liked:hover a.comment-like-link:before {
	color: #f1831e;
	background: transparent;
}

/**
 * Styles for navigation.
 * Mostly copied from trunk/wp-content/mu-plugins/atlas/css/reader.css.
 */

div.comment-likes-overlay div .slider-nav {
	position: relative;
	clear: both;
	width: 310px;
	height: 40px;
	margin: 15px 0 -15px -12px;
	text-align: center;
	border-top: 1px solid #dfdfdf;
}

div.comment-likes-overlay div .slider-nav em {
	font-style: normal;
}

div.comment-likes-overlay div .slider-nav .prev {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 40px;
	height: 40px;
	border-right: 1px solid #dfdfdf;
}

div.comment-likes-overlay div .slider-nav .noticon {
	width: 40px;
	height: 40px;
	font-size: 25px;
	line-height: 40px;
}

div.comment-likes-overlay div .slider-nav .next {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	display: block;
	width: 40px;
	height: 40px;
	border-left: 1px solid #dfdfdf;
}

div.comment-likes-overlay div .slider-nav .position {
	position: absolute;
	top: 0;
	left: 40px;
	bottom: 0;
	right: 40px;
	text-align:center;
}

div.comment-likes-overlay div .slider-nav .position div {
	display: inline;
}

div.comment-likes-overlay div .slider-nav .position em {
	display: inline-block;
	padding: 0 3px;
	font-size: 30px;
	line-height: 40px;
	color: #bbb;
	cursor: pointer;
}

div.comment-likes-overlay div .slider-nav .position .on {
	color: #1e8cbe;
}

/**
 * Styles for Swipe.
 * Copied from the Swipe README.
 **/

div.comment-likes-overlay .swipe {
	overflow: hidden;
	visibility: hidden;
	position: relative;
}

div.comment-likes-overlay .swipe-wrap {
	overflow: hidden;
	position: relative;
}

/* @noflip */
div.comment-likes-overlay .swipe-wrap > div {
	float: left;
	width: 100%;
	position: relative;
}
/**

	Noticons

	Noticons are vector icons embedded in a font for use across wp.com.
	To use, reference this stylesheet in your project. See instructions in example.html

*/


/* IE8 and below use EOT and allow cross-site embedding. 
   IE9 uses WOFF which is base64 encoded to allow cross-site embedding.
   So unfortunately, IE9 will throw a console error, but it'll still work.
   When the font is base64 encoded, cross-site embedding works in Firefox */
@font-face {
  font-family: "Noticons";
  src: url(164d44c31802c37ae0643211e97b7203f1d6bb56.eot)  format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Noticons";
  src: url(8115971b44095dc900251242fef2760e6994b920.)  format("woff"), url(e68eb1fb001de6332fb82e60f5396d825c477788.ttf)  format("truetype"), url(2bbc586f9157c158db86f9bac41943f84b8edc6f.svg)  format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Noticons";
    src: url(2bbc586f9157c158db86f9bac41943f84b8edc6f.svg)  format("svg");
  }
}


/**
 * All noticons
 */

.noticon {
	font-size: 16px;
	vertical-align: top;
	text-align: center;
	-moz-transition: color .1s ease-in 0;
	-webkit-transition: color .1s ease-in 0;
	display: inline-block;
	font-family: "Noticons";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-decoration: inherit;
	text-transform: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	speak: none;
}


/**
 * Individual icons
 */

.noticon-404:before { content: "\f423"; }
.noticon-activity:before { content: "\f508"; }
.noticon-add:before { content: "\f8b3"; }
.noticon-add-media:before { content: "\f8d9"; }
.noticon-akismet:before { content: "\f8d2"; }
.noticon-anchor:before { content: "\f509"; }
.noticon-art:before { content: "\f8b4"; }
.noticon-aside:before { content: "\f101"; }
.noticon-atsign:before { content: "\f814"; }
.noticon-attachment:before { content: "\f416"; }
.noticon-audio:before { content: "\f109"; }
.noticon-automattic:before { content: "\f815"; }
.noticon-automattic-blip:before { content: "\f817"; }
.noticon-automattic-ring:before { content: "\f816"; }
.noticon-bell:before { content: "\f8d4"; }
.noticon-bold:before { content: "\f471"; }
.noticon-book:before { content: "\f444"; }
.noticon-bug:before { content: "\f50a"; }
.noticon-bullhorn:before { content: "\f8a5"; }
.noticon-bullseye:before { content: "\f8a0"; }
.noticon-cart:before { content: "\f447"; }
.noticon-category:before { content: "\f301"; }
.noticon-chat:before { content: "\f108"; }
.noticon-checkmark:before { content: "\f418"; }
.noticon-close:before { content: "\f405"; }
.noticon-close-alt:before { content: "\f406"; }
.noticon-cloud:before { content: "\f426"; }
.noticon-cloud-download:before { content: "\f440"; }
.noticon-cloud-upload:before { content: "\f441"; }
.noticon-code:before { content: "\f462"; }
.noticon-codepen:before { content: "\f216"; }
.noticon-cog:before { content: "\f445"; }
.noticon-collapse:before { content: "\f432"; }
.noticon-colors:before { content: "\f8a7"; }
.noticon-comment:before { content: "\f300"; }
.noticon-compact:before { content: "\f807"; }
.noticon-day:before { content: "\f305"; }
.noticon-digg:before { content: "\f221"; }
.noticon-document:before { content: "\f443"; }
.noticon-dot:before { content: "\f428"; }
.noticon-downarrow:before { content: "\f502"; }
.noticon-download:before { content: "\f50b"; }
.noticon-draggable:before { content: "\f436"; }
.noticon-dribbble:before { content: "\f201"; }
.noticon-dropbox:before { content: "\f225"; }
.noticon-dropdown:before { content: "\f433"; }
.noticon-dropdown-left:before { content: "\f434"; }
.noticon-edit:before { content: "\f411"; }
.noticon-ellipsis:before { content: "\f476"; }
.noticon-eventbrite:before { content: "\f8a6"; }
.noticon-expand:before { content: "\f431"; }
.noticon-external:before { content: "\f442"; }
.noticon-facebook:before { content: "\f203"; }
.noticon-facebook-alt:before { content: "\f204"; }
.noticon-fastforward:before { content: "\f458"; }
.noticon-features:before { content: "\f8a8"; }
.noticon-feed:before { content: "\f413"; }
.noticon-flag:before { content: "\f468"; }
.noticon-flickr:before { content: "\f211"; }
.noticon-follow:before { content: "\f801"; }
.noticon-following:before { content: "\f803"; }
.noticon-fonts:before { content: "\f8b5"; }
.noticon-foursquare:before { content: "\f226"; }
.noticon-fullscreen:before { content: "\f474"; }
.noticon-gallery:before { content: "\f103"; }
.noticon-ghost:before { content: "\f8d5"; }
.noticon-gift:before { content: "\f8a4"; }
.noticon-github:before { content: "\f200"; }
.noticon-googleplus:before { content: "\f206"; }
.noticon-googleplus-alt:before { content: "\f218"; }
.noticon-gravatar:before { content: "\f8d0"; }
.noticon-gridview:before { content: "\f808"; }
.noticon-handset:before { content: "\f50c"; }
.noticon-heart:before { content: "\f461"; }
.noticon-help:before { content: "\f457"; }
.noticon-hide:before { content: "\f404"; }
.noticon-hierarchy:before { content: "\f505"; }
.noticon-home:before { content: "\f409"; }
.noticon-horizon:before { content: "\f8d8"; }
.noticon-image:before { content: "\f102"; }
.noticon-info:before { content: "\f455"; }
.noticon-instagram:before { content: "\f215"; }
.noticon-italic:before { content: "\f472"; }
.noticon-jetpack:before { content: "\f8d3"; }
.noticon-key:before { content: "\f427"; }
.noticon-layouts:before { content: "\f8a9"; }
.noticon-leftarrow:before { content: "\f503"; }
.noticon-lightbulb:before { content: "\f8a1"; }
.noticon-link:before { content: "\f107"; }
.noticon-linkedin:before { content: "\f207"; }
.noticon-linkedin-alt:before { content: "\f208"; }
.noticon-localization:before { content: "\f8b2"; }
.noticon-location:before { content: "\f417"; }
.noticon-lock:before { content: "\f470"; }
.noticon-mail:before { content: "\f410"; }
.noticon-maximize:before { content: "\f422"; }
.noticon-medium:before { content: "\f8d6"; }
.noticon-menu:before { content: "\f419"; }
.noticon-microphone:before { content: "\f50d"; }
.noticon-milestone:before { content: "\f806"; }
.noticon-minimize:before { content: "\f421"; }
.noticon-minus:before { content: "\f50e"; }
.noticon-month:before { content: "\f307"; }
.noticon-move:before { content: "\f50f"; }
.noticon-next:before { content: "\f429"; }
.noticon-notice:before { content: "\f456"; }
.noticon-notification:before { content: "\f800"; }
.noticon-paintbrush:before { content: "\f506"; }
.noticon-path:before { content: "\f219"; }
.noticon-pause:before { content: "\f448"; }
.noticon-phone:before { content: "\f437"; }
.noticon-picture:before { content: "\f473"; }
.noticon-pinned:before { content: "\f308"; }
.noticon-pinterest:before { content: "\f209"; }
.noticon-pinterest-alt:before { content: "\f210"; }
.noticon-play:before { content: "\f452"; }
.noticon-plugin:before { content: "\f439"; }
.noticon-plus:before { content: "\f510"; }
.noticon-pocket:before { content: "\f224"; }
.noticon-polldaddy:before { content: "\f217"; }
.noticon-portfolio:before { content: "\f460"; }
.noticon-previous:before { content: "\f430"; }
.noticon-price:before { content: "\f8b0"; }
.noticon-print:before { content: "\f469"; }
.noticon-promoted:before { content: "\f812"; }
.noticon-quote:before { content: "\f106"; }
.noticon-rating-empty:before { content: "\f511"; }
.noticon-rating-full:before { content: "\f512"; }
.noticon-rating-half:before { content: "\f513"; }
.noticon-reader:before { content: "\f8a2"; }
.noticon-reader-alt:before { content: "\f8a3"; }
.noticon-reblog:before { content: "\f805"; }
.noticon-reddit:before { content: "\f222"; }
.noticon-refresh:before { content: "\f420"; }
.noticon-reply:before { content: "\f412"; }
.noticon-reply-alt:before { content: "\f466"; }
.noticon-reply-single:before { content: "\f467"; }
.noticon-rewind:before { content: "\f459"; }
.noticon-rightarrow:before { content: "\f501"; }
.noticon-search:before { content: "\f400"; }
.noticon-send-to-phone:before { content: "\f438"; }
.noticon-send-to-tablet:before { content: "\f454"; }
.noticon-share:before { content: "\f415"; }
.noticon-show:before { content: "\f403"; }
.noticon-shuffle:before { content: "\f514"; }
.noticon-sitemap:before { content: "\f507"; }
.noticon-skip-ahead:before { content: "\f451"; }
.noticon-skip-back:before { content: "\f450"; }
.noticon-skype:before { content: "\f220"; }
.noticon-spam:before { content: "\f424"; }
.noticon-spike:before { content: "\f811"; }
.noticon-spotify:before { content: "\f515"; }
.noticon-squarespace:before { content: "\f8d7"; }
.noticon-standard:before { content: "\f100"; }
.noticon-star:before { content: "\f408"; }
.noticon-status:before { content: "\f105"; }
.noticon-stop:before { content: "\f449"; }
.noticon-stumbleupon:before { content: "\f223"; }
.noticon-subscribe:before { content: "\f463"; }
.noticon-subscribed:before { content: "\f465"; }
.noticon-summary:before { content: "\f425"; }
.noticon-tablet:before { content: "\f453"; }
.noticon-tag:before { content: "\f302"; }
.noticon-time:before { content: "\f303"; }
.noticon-title:before { content: "\f8b6"; }
.noticon-top:before { content: "\f435"; }
.noticon-trapper:before { content: "\f810"; }
.noticon-trash:before { content: "\f407"; }
.noticon-trophy:before { content: "\f804"; }
.noticon-tumblr:before { content: "\f214"; }
.noticon-twitch:before { content: "\f516"; }
.noticon-twitter:before { content: "\f202"; }
.noticon-types:before { content: "\f8b1"; }
.noticon-unapprove:before { content: "\f446"; }
.noticon-unfollow:before { content: "\f802"; }
.noticon-unsubscribe:before { content: "\f464"; }
.noticon-unzoom:before { content: "\f401"; }
.noticon-uparrow:before { content: "\f500"; }
.noticon-user:before { content: "\f304"; }
.noticon-vaultpress:before { content: "\f8d1"; }
.noticon-video:before { content: "\f104"; }
.noticon-videocamera:before { content: "\f517"; }
.noticon-vimeo:before { content: "\f212"; }
.noticon-warning:before { content: "\f414"; }
.noticon-website:before { content: "\f475"; }
.noticon-week:before { content: "\f306"; }
.noticon-wordads:before { content: "\f813"; }
.noticon-wordpress:before { content: "\f205"; }
.noticon-xpost:before { content: "\f504"; }
.noticon-youtube:before { content: "\f213"; }
.noticon-zoom:before { content: "\f402"; }


/**
 * Deprecated noticon names
 */

.noticon-like:before { content: "\f408"; }
/*!
 *  Weather Icons 1.3
 *  Updated November 30th, 2014
 *  Weather themed icons for Bootstrap
 *  ------------------------------------------------------------------------------
* Maintained at http://erikflowers.github.io/weather-icons
 *  http://twitter.com/Erik_UX
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - Fpmt licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - CSS and LESS are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Inspired by and works great as a companion with Font Awesome
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Weather Icons Bootstrap Package Author - Erik Flowers - erik@helloerik.com
 *  ------------------------------------------------------------------------------
 *  Email: erik@helloerik.com
 *  Twitter: http://twitter.com/Erik_UX
 */
@font-face {
  font-family: 'weathericons';
  src: url(611fd94877810a5a71626c02cb7a844c76fcfdd4.eot) ;
  src: url(7499147a855085250fb21db042cf5e2841653a5c.eot)  format('embedded-opentype'), url(1e9c5e2a1e94903a1facdf1852e5702d72d5b745.woff)  format('woff'), url(4a9945079da3dfd840d5a91530f5d299f9facdd4.ttf)  format('truetype'), url(7989d6a1228229ed852568e446eb79fd82210b01.svg)  format('svg');
  font-weight: normal;
  font-style: normal;
}
.wi {
  display: inline-block;
  font-family: 'weathericons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wi-2x {
  font-size: 2em;
  line-height:1.5em;
}
.wi-3x {
  font-size: 3em;
  line-height:1.5em;  
}
.wi-4x {
  font-size: 4em;
  line-height:1.5em;  
}
.wi-5x {
  font-size: 5em;
  line-height:1.5em;  
}

.wi-day-cloudy-gusts:before {
  content: "\f000";
}
.wi-day-cloudy-windy:before {
  content: "\f001";
}
.wi-day-cloudy:before {
  content: "\f002";
}
.wi-day-fog:before {
  content: "\f003";
}
.wi-day-hail:before {
  content: "\f004";
}
.wi-day-lightning:before {
  content: "\f005";
}
.wi-day-rain-mix:before {
  content: "\f006";
}
.wi-day-rain-wind:before {
  content: "\f007";
}
.wi-day-rain:before {
  content: "\f008";
}
.wi-day-showers:before {
  content: "\f009";
}
.wi-day-snow:before {
  content: "\f00a";
}
.wi-day-sprinkle:before {
  content: "\f00b";
}
.wi-day-sunny-overcast:before {
  content: "\f00c";
}
.wi-day-sunny:before {
  content: "\f00d";
}
.wi-day-storm-showers:before {
  content: "\f00e";
}
.wi-day-thunderstorm:before {
  content: "\f010";
}
.wi-cloudy-gusts:before {
  content: "\f011";
}
.wi-cloudy-windy:before {
  content: "\f012";
}
.wi-cloudy:before {
  content: "\f013";
}
.wi-fog:before {
  content: "\f014";
}
.wi-hail:before {
  content: "\f015";
}
.wi-lightning:before {
  content: "\f016";
}
.wi-rain-mix:before {
  content: "\f017";
}
.wi-rain-wind:before {
  content: "\f018";
}
.wi-rain:before {
  content: "\f019";
}
.wi-showers:before {
  content: "\f01a";
}
.wi-snow:before {
  content: "\f01b";
}
.wi-sprinkle:before {
  content: "\f01c";
}
.wi-storm-showers:before {
  content: "\f01d";
}
.wi-thunderstorm:before {
  content: "\f01e";
}
.wi-windy:before {
  content: "\f021";
}
.wi-night-alt-cloudy-gusts:before {
  content: "\f022";
}
.wi-night-alt-cloudy-windy:before {
  content: "\f023";
}
.wi-night-alt-hail:before {
  content: "\f024";
}
.wi-night-alt-lightning:before {
  content: "\f025";
}
.wi-night-alt-rain-mix:before {
  content: "\f026";
}
.wi-night-alt-rain-wind:before {
  content: "\f027";
}
.wi-night-alt-rain:before {
  content: "\f028";
}
.wi-night-alt-showers:before {
  content: "\f029";
}
.wi-night-alt-snow:before {
  content: "\f02a";
}
.wi-night-alt-sprinkle:before {
  content: "\f02b";
}
.wi-night-alt-storm-showers:before {
  content: "\f02c";
}
.wi-night-alt-thunderstorm:before {
  content: "\f02d";
}
.wi-night-clear:before {
  content: "\f02e";
}
.wi-night-cloudy-gusts:before {
  content: "\f02f";
}
.wi-night-cloudy-windy:before {
  content: "\f030";
}
.wi-night-cloudy:before {
  content: "\f031";
}
.wi-night-hail:before {
  content: "\f032";
}
.wi-night-lightning:before {
  content: "\f033";
}
.wi-night-rain-mix:before {
  content: "\f034";
}
.wi-night-rain-wind:before {
  content: "\f035";
}
.wi-night-rain:before {
  content: "\f036";
}
.wi-night-showers:before {
  content: "\f037";
}
.wi-night-snow:before {
  content: "\f038";
}
.wi-night-sprinkle:before {
  content: "\f039";
}
.wi-night-storm-showers:before {
  content: "\f03a";
}
.wi-night-thunderstorm:before {
  content: "\f03b";
}
.wi-celsius:before {
  content: "\f03c";
}
.wi-cloud-down:before {
  content: "\f03d";
}
.wi-cloud-refresh:before {
  content: "\f03e";
}
.wi-cloud-up:before {
  content: "\f040";
}
.wi-cloud:before {
  content: "\f041";
}
.wi-degrees:before {
  content: "\f042";
}
.wi-down-left:before {
  content: "\f043";
}
.wi-down:before {
  content: "\f044";
}
.wi-fahrenheit:before {
  content: "\f045";
}
.wi-horizon-alt:before {
  content: "\f046";
}
.wi-horizon:before {
  content: "\f047";
}
.wi-left:before {
  content: "\f048";
}
.wi-lightning:before {
  content: "\f016";
}
.wi-night-fog:before {
  content: "\f04a";
}
.wi-refresh-alt:before {
  content: "\f04b";
}
.wi-refresh:before {
  content: "\f04c";
}
.wi-right:before {
  content: "\f04d";
}
.wi-sprinkles:before {
  content: "\f04e";
}
.wi-strong-wind:before {
  content: "\f050";
}
.wi-sunrise:before {
  content: "\f051";
}
.wi-sunset:before {
  content: "\f052";
}
.wi-thermometer-exterior:before {
  content: "\f053";
}
.wi-thermometer-internal:before {
  content: "\f054";
}
.wi-thermometer:before {
  content: "\f055";
}
.wi-tornado:before {
  content: "\f056";
}
.wi-up-right:before {
  content: "\f057";
}
.wi-up:before {
  content: "\f058";
}
.wi-wind-west:before {
  content: "\f059";
}
.wi-wind-south-west:before {
  content: "\f05a";
}
.wi-wind-south-east:before {
  content: "\f05b";
}
.wi-wind-south:before {
  content: "\f05c";
}
.wi-wind-north-west:before {
  content: "\f05d";
}
.wi-wind-north-east:before {
  content: "\f05e";
}
.wi-wind-north:before {
  content: "\f060";
}
.wi-wind-east:before {
  content: "\f061";
}
.wi-smoke:before {
  content: "\f062";
}
.wi-dust:before {
  content: "\f063";
}
.wi-snow-wind:before {
  content: "\f064";
}
.wi-day-snow-wind:before {
  content: "\f065";
}
.wi-night-snow-wind:before {
  content: "\f066";
}
.wi-night-alt-snow-wind:before {
  content: "\f067";
}
.wi-day-sleet-storm:before {
  content: "\f068";
}
.wi-night-sleet-storm:before {
  content: "\f069";
}
.wi-night-alt-sleet-storm:before {
  content: "\f06a";
}
.wi-day-snow-thunderstorm:before {
  content: "\f06b";
}
.wi-night-snow-thunderstorm:before {
  content: "\f06c";
}
.wi-night-alt-snow-thunderstorm:before {
  content: "\f06d";
}
.wi-solar-eclipse:before {
  content: "\f06e";
}
.wi-lunar-eclipse:before {
  content: "\f070";
}
.wi-meteor:before {
  content: "\f071";
}
.wi-hot:before {
  content: "\f072";
}
.wi-hurricane:before {
  content: "\f073";
}
.wi-smog:before {
  content: "\f074";
}
.wi-alien:before {
  content: "\f075";
}
.wi-snowflake-cold:before {
  content: "\f076";
}
.wi-stars:before {
  content: "\f077";
}
.wi-night-partly-cloudy:before {
  content: "\f083";
}
.wi-umbrella:before {
  content: "\f084";
}
.wi-day-windy:before {
  content: "\f085";
}
.wi-night-alt-cloudy:before {
  content: "\f086";
}
.wi-up-left:before {
  content: "\f087";
}
.wi-down-right:before {
  content: "\f088";
}
.wi-time-12:before {
  content: "\f089";
}
.wi-time-1:before {
  content: "\f08a";
}
.wi-time-2:before {
  content: "\f08b";
}
.wi-time-3:before {
  content: "\f08c";
}
.wi-time-4:before {
  content: "\f08d";
}
.wi-time-5:before {
  content: "\f08e";
}
.wi-time-6:before {
  content: "\f08f";
}
.wi-time-7:before {
  content: "\f090";
}
.wi-time-8:before {
  content: "\f091";
}
.wi-time-9:before {
  content: "\f092";
}
.wi-time-10:before {
  content: "\f093";
}
.wi-time-11:before {
  content: "\f094";
}
.wi-day-sleet:before {
  content: "\f0b2";
}
.wi-night-sleet:before {
  content: "\f0b3";
}
.wi-night-alt-sleet:before {
  content: "\f0b4";
}
.wi-sleet:before {
  content: "\f0b5";
}
.wi-day-haze:before {
  content: "\f0b6";
}
.wi-beafort-0:before {
  content: "\f0b7";
}
.wi-beafort-1:before {
  content: "\f0b8";
}
.wi-beafort-2:before {
  content: "\f0b9";
}
.wi-beafort-3:before {
  content: "\f0ba";
}
.wi-beafort-4:before {
  content: "\f0bb";
}
.wi-beafort-5:before {
  content: "\f0bc";
}
.wi-beafort-6:before {
  content: "\f0bd";
}
.wi-beafort-7:before {
  content: "\f0be";
}
.wi-beafort-8:before {
  content: "\f0bf";
}
.wi-beafort-9:before {
  content: "\f0c0";
}
.wi-beafort-10:before {
  content: "\f0c1";
}
.wi-beafort-11:before {
  content: "\f0c2";
}
.wi-beafort-12:before {
  content: "\f0c3";
}
.wi-wind-default:before {
  content: "\f0b1";
}
.wi-wind-default._0-deg {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.wi-wind-default._15-deg {
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transform: rotate(15deg);
}
.wi-wind-default._30-deg {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}
.wi-wind-default._45-deg {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.wi-wind-default._60-deg {
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
}
.wi-wind-default._75-deg {
  -webkit-transform: rotate(75deg);
  -moz-transform: rotate(75deg);
  -ms-transform: rotate(75deg);
  -o-transform: rotate(75deg);
  transform: rotate(75deg);
}
.wi-wind-default._90-deg {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.wi-wind-default._105-deg {
  -webkit-transform: rotate(105deg);
  -moz-transform: rotate(105deg);
  -ms-transform: rotate(105deg);
  -o-transform: rotate(105deg);
  transform: rotate(105deg);
}
.wi-wind-default._120-deg {
  -webkit-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  transform: rotate(120deg);
}
.wi-wind-default._135-deg {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.wi-wind-default._150-deg {
  -webkit-transform: rotate(150deg);
  -moz-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  -o-transform: rotate(150deg);
  transform: rotate(150deg);
}
.wi-wind-default._165-deg {
  -webkit-transform: rotate(165deg);
  -moz-transform: rotate(165deg);
  -ms-transform: rotate(165deg);
  -o-transform: rotate(165deg);
  transform: rotate(165deg);
}
.wi-wind-default._180-deg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.wi-wind-default._195-deg {
  -webkit-transform: rotate(195deg);
  -moz-transform: rotate(195deg);
  -ms-transform: rotate(195deg);
  -o-transform: rotate(195deg);
  transform: rotate(195deg);
}
.wi-wind-default._210-deg {
  -webkit-transform: rotate(210deg);
  -moz-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  -o-transform: rotate(210deg);
  transform: rotate(210deg);
}
.wi-wind-default._225-deg {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
.wi-wind-default._240-deg {
  -webkit-transform: rotate(240deg);
  -moz-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  -o-transform: rotate(240deg);
  transform: rotate(240deg);
}
.wi-wind-default._255-deg {
  -webkit-transform: rotate(255deg);
  -moz-transform: rotate(255deg);
  -ms-transform: rotate(255deg);
  -o-transform: rotate(255deg);
  transform: rotate(255deg);
}
.wi-wind-default._270-deg {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.wi-wind-default._285-deg {
  -webkit-transform: rotate(295deg);
  -moz-transform: rotate(295deg);
  -ms-transform: rotate(295deg);
  -o-transform: rotate(295deg);
  transform: rotate(295deg);
}
.wi-wind-default._300-deg {
  -webkit-transform: rotate(300deg);
  -moz-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  -o-transform: rotate(300deg);
  transform: rotate(300deg);
}
.wi-wind-default._315-deg {
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  transform: rotate(315deg);
}
.wi-wind-default._330-deg {
  -webkit-transform: rotate(330deg);
  -moz-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  -o-transform: rotate(330deg);
  transform: rotate(330deg);
}
.wi-wind-default._345-deg {
  -webkit-transform: rotate(345deg);
  -moz-transform: rotate(345deg);
  -ms-transform: rotate(345deg);
  -o-transform: rotate(345deg);
  transform: rotate(345deg);
}
.wi-moon-new:before {
  content: "\f095";
}
.wi-moon-waxing-cresent-1:before {
  content: "\f096";
}
.wi-moon-waxing-cresent-2:before {
  content: "\f097";
}
.wi-moon-waxing-cresent-3:before {
  content: "\f098";
}
.wi-moon-waxing-cresent-4:before {
  content: "\f099";
}
.wi-moon-waxing-cresent-5:before {
  content: "\f09a";
}
.wi-moon-waxing-cresent-6:before {
  content: "\f09b";
}
.wi-moon-first-quarter:before {
  content: "\f09c";
}
.wi-moon-waxing-gibbous-1:before {
  content: "\f09d";
}
.wi-moon-waxing-gibbous-2:before {
  content: "\f09e";
}
.wi-moon-waxing-gibbous-3:before {
  content: "\f09f";
}
.wi-moon-waxing-gibbous-4:before {
  content: "\f0a0";
}
.wi-moon-waxing-gibbous-5:before {
  content: "\f0a1";
}
.wi-moon-waxing-gibbous-6:before {
  content: "\f0a2";
}
.wi-moon-full:before {
  content: "\f0a3";
}
.wi-moon-waning-gibbous-1:before {
  content: "\f0a4";
}
.wi-moon-waning-gibbous-2:before {
  content: "\f0a5";
}
.wi-moon-waning-gibbous-3:before {
  content: "\f0a6";
}
.wi-moon-waning-gibbous-4:before {
  content: "\f0a7";
}
.wi-moon-waning-gibbous-5:before {
  content: "\f0a8";
}
.wi-moon-waning-gibbous-6:before {
  content: "\f0a9";
}
.wi-moon-3rd-quarter:before {
  content: "\f0aa";
}
.wi-moon-waning-crescent-1:before {
  content: "\f0ab";
}
.wi-moon-waning-crescent-2:before {
  content: "\f0ac";
}
.wi-moon-waning-crescent-3:before {
  content: "\f0ad";
}
.wi-moon-waning-crescent-4:before {
  content: "\f0ae";
}
.wi-moon-waning-crescent-5:before {
  content: "\f0af";
}
.wi-moon-waning-crescent-6:before {
  content: "\f0b0";
}
/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 38px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background-color: #fff!important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  /* a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }*/
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
body {
  margin: 0;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  color: #212121;
  background-color: #fff;
}
a {
  color: #00a4e2;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #006c95;
  text-decoration: underline;
}
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.row {
  margin-left: -16px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 16px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 980px;
}
.span12 {
  width: 980px;
}
.span11 {
  width: 897px;
}
.span10 {
  width: 814px;
}
.span9 {
  width: 731px;
}
.span8 {
  width: 648px;
}
.span7 {
  width: 565px;
}
.span6 {
  width: 482px;
}
.span5 {
  width: 399px;
}
.span4 {
  width: 316px;
}
.span3 {
  width: 233px;
}
.span2 {
  width: 150px;
}
.span1 {
  width: 67px;
}
.offset12 {
  margin-left: 1012px;
}
.offset11 {
  margin-left: 929px;
}
.offset10 {
  margin-left: 846px;
}
.offset9 {
  margin-left: 763px;
}
.offset8 {
  margin-left: 680px;
}
.offset7 {
  margin-left: 597px;
}
.offset6 {
  margin-left: 514px;
}
.offset5 {
  margin-left: 431px;
}
.offset4 {
  margin-left: 348px;
}
.offset3 {
  margin-left: 265px;
}
.offset2 {
  margin-left: 182px;
}
.offset1 {
  margin-left: 99px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 38px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 1.63265306%;
  *margin-left: 1.58163265%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 1.63265306%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94897959%;
}
.row-fluid .span11 {
  width: 91.53061224%;
  *width: 91.47959184%;
}
.row-fluid .span10 {
  width: 83.06122449%;
  *width: 83.01020408%;
}
.row-fluid .span9 {
  width: 74.59183673%;
  *width: 74.54081633%;
}
.row-fluid .span8 {
  width: 66.12244898%;
  *width: 66.07142857%;
}
.row-fluid .span7 {
  width: 57.65306122%;
  *width: 57.60204082%;
}
.row-fluid .span6 {
  width: 49.18367347%;
  *width: 49.13265306%;
}
.row-fluid .span5 {
  width: 40.71428571%;
  *width: 40.66326531%;
}
.row-fluid .span4 {
  width: 32.24489796%;
  *width: 32.19387755%;
}
.row-fluid .span3 {
  width: 23.7755102%;
  *width: 23.7244898%;
}
.row-fluid .span2 {
  width: 15.30612245%;
  *width: 15.25510204%;
}
.row-fluid .span1 {
  width: 6.83673469%;
  *width: 6.78571429%;
}
.row-fluid .offset12 {
  margin-left: 103.26530612%;
  *margin-left: 103.16326531%;
}
.row-fluid .offset12:first-child {
  margin-left: 101.63265306%;
  *margin-left: 101.53061224%;
}
.row-fluid .offset11 {
  margin-left: 94.79591837%;
  *margin-left: 94.69387755%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.16326531%;
  *margin-left: 93.06122449%;
}
.row-fluid .offset10 {
  margin-left: 86.32653061%;
  *margin-left: 86.2244898%;
}
.row-fluid .offset10:first-child {
  margin-left: 84.69387755%;
  *margin-left: 84.59183673%;
}
.row-fluid .offset9 {
  margin-left: 77.85714286%;
  *margin-left: 77.75510204%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.2244898%;
  *margin-left: 76.12244898%;
}
.row-fluid .offset8 {
  margin-left: 69.3877551%;
  *margin-left: 69.28571429%;
}
.row-fluid .offset8:first-child {
  margin-left: 67.75510204%;
  *margin-left: 67.65306122%;
}
.row-fluid .offset7 {
  margin-left: 60.91836735%;
  *margin-left: 60.81632653%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.28571429%;
  *margin-left: 59.18367347%;
}
.row-fluid .offset6 {
  margin-left: 52.44897959%;
  *margin-left: 52.34693878%;
}
.row-fluid .offset6:first-child {
  margin-left: 50.81632653%;
  *margin-left: 50.71428571%;
}
.row-fluid .offset5 {
  margin-left: 43.97959184%;
  *margin-left: 43.87755102%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.34693878%;
  *margin-left: 42.24489796%;
}
.row-fluid .offset4 {
  margin-left: 35.51020408%;
  *margin-left: 35.40816327%;
}
.row-fluid .offset4:first-child {
  margin-left: 33.87755102%;
  *margin-left: 33.7755102%;
}
.row-fluid .offset3 {
  margin-left: 27.04081633%;
  *margin-left: 26.93877551%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.40816327%;
  *margin-left: 25.30612245%;
}
.row-fluid .offset2 {
  margin-left: 18.57142857%;
  *margin-left: 18.46938776%;
}
.row-fluid .offset2:first-child {
  margin-left: 16.93877551%;
  *margin-left: 16.83673469%;
}
.row-fluid .offset1 {
  margin-left: 10.10204082%;
  *margin-left: 10%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.46938776%;
  *margin-left: 8.36734694%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 16px;
  padding-left: 16px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
p {
  margin: 0 0 14px;
}
.lead {
  margin-bottom: 28px;
  font-size: 30px;
  font-weight: 200;
  line-height: 42px;
}
body {
  -webkit-font-smoothing: antialiased!important;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #dfdfdf;
}
a.muted:hover,
a.muted:focus {
  color: #c6c6c6;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}
.text-error {
  color: #b94a48;
}
a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}
.text-success {
  color: #468847;
}
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 14px 0;
  font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 28px;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #dfdfdf;
}
h1,
h2,
h3 {
  line-height: 56px;
}
h1 {
  font-size: 55px;
}
h2 {
  font-size: 45px;
}
h3 {
  font-size: 35px;
}
h4 {
  font-size: 25px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 17px;
}
h1 small {
  font-size: 35px;
}
h2 small {
  font-size: 25px;
}
h3 small {
  font-size: 20px;
}
h4 small {
  font-size: 20px;
}
.page-header {
  padding-bottom: 13px;
  margin: 28px 0 42px;
  border-bottom: 1px solid #f4f4f4;
}
ul,
ol {
  padding: 0;
  margin: 0 0 14px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 28px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 28px;
}
dt,
dd {
  line-height: 28px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 14px;
}
.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}
hr {
  margin: 28px 0;
  border: 0;
  border-top: 1px solid #f4f4f4;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #dfdfdf;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 28px;
  border-left: 5px solid #f4f4f4;
}
blockquote p {
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote small {
  display: block;
  line-height: 28px;
  color: #dfdfdf;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #f4f4f4;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 28px;
  font-style: normal;
  line-height: 28px;
}
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 18px;
  color: #212121;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: nowrap;
}
pre {
  display: block;
  padding: 13.5px;
  margin: 0 0 14px;
  font-size: 19px;
  line-height: 28px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
pre.prettyprint {
  margin-bottom: 28px;
}
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
form {
  margin: 0 0 28px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 28px;
  font-size: 30px;
  line-height: 56px;
  color: #212121;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 21px;
  color: #dfdfdf;
}
label,
input,
button,
select,
textarea {
  font-size: 20px;
  font-weight: normal;
  line-height: 28px;
}
input,
button,
select,
textarea {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label {
  font-size: 14px;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 28px;
  padding: 4px 12px;
  margin-bottom: 14px;
  font-size: 18px;
  line-height: 28px;
  color: #808080;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  vertical-align: middle;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #fdfdfd;
  border: 1px solid #dfdfdf;
  -webkit-box-shadow: inset 0 2px 0 #f3f3f3;
  -moz-box-shadow: inset 0 2px 0 #f3f3f3;
  box-shadow: inset 0 2px 0 #f3f3f3;
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #00a4e2;
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.075);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 38px !important;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 38px;
}
input[type="file"] {
  font-size: 14px;
  line-height: 14px;
}
select {
  width: 220px;
  border: 1px solid #dfdfdf;
  background-color: #fdfdfd;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: #dfdfdf;
  background-color: #fafafa;
  border-color: #dfdfdf;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #dfdfdf;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #dfdfdf;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #dfdfdf;
}
.radio,
.checkbox {
  min-height: 28px;
  padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 16px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 966px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 883px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 800px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 717px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 634px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 551px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 468px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 385px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 302px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 219px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 136px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 53px;
}
.controls-row {
  *zoom: 1;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #f4f4f4;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
form .error {
  color: #b94a48;
  font-size: 11px;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 27px 20px 28px;
  margin-top: 28px;
  margin-bottom: 28px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.help-block,
.help-inline {
  color: #474747;
}
.help-block {
  display: block;
  margin-bottom: 14px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 14px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 18px;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
  border-radius: 0 20px 20px 0;
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 28px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 18px;
  font-weight: normal;
  line-height: 28px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #f4f4f4;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 20px 0 0 20px;
  -moz-border-radius: 20px 0 0 20px;
  border-radius: 20px 0 0 20px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 20px 0 0 20px;
  -moz-border-radius: 20px 0 0 20px;
  border-radius: 20px 0 0 20px;
}
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
  border-radius: 0 20px 20px 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
  border-radius: 0 20px 20px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
  border-radius: 0 20px 20px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 20px 0 0 20px;
  -moz-border-radius: 20px 0 0 20px;
  border-radius: 20px 0 0 20px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
  border-radius: 0 20px 20px 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 14px;
}
legend + .control-group {
  margin-top: 28px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 28px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 14px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 28px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 28px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table td.span1,
.table th.span1 {
  float: none;
  width: 51px;
  margin-left: 0;
}
.table td.span2,
.table th.span2 {
  float: none;
  width: 134px;
  margin-left: 0;
}
.table td.span3,
.table th.span3 {
  float: none;
  width: 217px;
  margin-left: 0;
}
.table td.span4,
.table th.span4 {
  float: none;
  width: 300px;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  width: 383px;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  width: 466px;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  width: 549px;
  margin-left: 0;
}
.table td.span8,
.table th.span8 {
  float: none;
  width: 632px;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  width: 715px;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  width: 798px;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  width: 881px;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  width: 964px;
  margin-left: 0;
}
.table tbody tr.success > td {
  background-color: #dff0d8;
}
.table tbody tr.error > td {
  background-color: #f2dede;
}
.table tbody tr.warning > td {
  background-color: #fcf8e3;
}
.table tbody tr.info > td {
  background-color: #d9edf7;
}
.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}
/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(5f3624d593bb099eb0889e4aa54f1f8b87f4cc23.eot) ;
  src: url(c44ba636dd91c2925302bac9ccac2e0eee70c255.eot)  format('embedded-opentype'), url(63209e3808c57210f74560e56f309b88053ab99e.woff)  format('woff'), url(3fc6225ffc43ca6a234bab11c5127d7bf5d89ba8.ttf)  format('truetype'), url(8ba9b48cef8814b86f755b991a7f1a6cce6fa351.svg)  format('svg');
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'FontAwesome';
    src: url(2f9e746f0178aeef15f92ee7236b994ca32cc287.svg)  format('svg');
  }
}
/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.33333333em;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline;
}
/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.14285714em;
  text-align: right;
  padding-right: 0.28571429em;
}
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.42857143em;
}
.icons-ul {
  margin-left: 2.14285714em;
  list-style-type: none;
}
.icons-ul > li {
  position: relative;
}
.icons-ul .icon-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  text-align: center;
  line-height: inherit;
}
[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none;
}
.icon-muted {
  color: #eee;
}
.icon-light {
  color: #fff;
}
.icon-dark {
  color: #333;
}
.icon-border {
  border: solid 1px #eee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.icon-5x {
  font-size: 5em;
}
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}
/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}
/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}
/* Fixes alignment in nav lists */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  line-height: inherit;
}
/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}
/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}
@-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);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
  display: inline-block;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope-alt:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-power-off:before,
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file-alt:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up-alt:before {
  content: "\f087";
}
.icon-thumbs-down-alt:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-file-text-alt:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sign:before {
  content: "\f0fd";
}
.icon-plus-sign-alt:before {
  content: "\f0fe";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}
.icon-github-alt:before {
  content: "\f113";
}
.icon-folder-close-alt:before {
  content: "\f114";
}
.icon-folder-open-alt:before {
  content: "\f115";
}
.icon-expand-alt:before {
  content: "\f116";
}
.icon-collapse-alt:before {
  content: "\f117";
}
.icon-smile:before {
  content: "\f118";
}
.icon-frown:before {
  content: "\f119";
}
.icon-meh:before {
  content: "\f11a";
}
.icon-gamepad:before {
  content: "\f11b";
}
.icon-keyboard:before {
  content: "\f11c";
}
.icon-flag-alt:before {
  content: "\f11d";
}
.icon-flag-checkered:before {
  content: "\f11e";
}
.icon-terminal:before {
  content: "\f120";
}
.icon-code:before {
  content: "\f121";
}
.icon-reply-all:before {
  content: "\f122";
}
.icon-mail-reply-all:before {
  content: "\f122";
}
.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}
.icon-location-arrow:before {
  content: "\f124";
}
.icon-crop:before {
  content: "\f125";
}
.icon-code-fork:before {
  content: "\f126";
}
.icon-unlink:before {
  content: "\f127";
}
.icon-question:before {
  content: "\f128";
}
.icon-info:before {
  content: "\f129";
}
.icon-exclamation:before {
  content: "\f12a";
}
.icon-superscript:before {
  content: "\f12b";
}
.icon-subscript:before {
  content: "\f12c";
}
.icon-eraser:before {
  content: "\f12d";
}
.icon-puzzle-piece:before {
  content: "\f12e";
}
.icon-microphone:before {
  content: "\f130";
}
.icon-microphone-off:before {
  content: "\f131";
}
.icon-shield:before {
  content: "\f132";
}
.icon-calendar-empty:before {
  content: "\f133";
}
.icon-fire-extinguisher:before {
  content: "\f134";
}
.icon-rocket:before {
  content: "\f135";
}
.icon-maxcdn:before {
  content: "\f136";
}
.icon-chevron-sign-left:before {
  content: "\f137";
}
.icon-chevron-sign-right:before {
  content: "\f138";
}
.icon-chevron-sign-up:before {
  content: "\f139";
}
.icon-chevron-sign-down:before {
  content: "\f13a";
}
.icon-html5:before {
  content: "\f13b";
}
.icon-css3:before {
  content: "\f13c";
}
.icon-anchor:before {
  content: "\f13d";
}
.icon-unlock-alt:before {
  content: "\f13e";
}
.icon-bullseye:before {
  content: "\f140";
}
.icon-ellipsis-horizontal:before {
  content: "\f141";
}
.icon-ellipsis-vertical:before {
  content: "\f142";
}
.icon-rss-sign:before {
  content: "\f143";
}
.icon-play-sign:before {
  content: "\f144";
}
.icon-ticket:before {
  content: "\f145";
}
.icon-minus-sign-alt:before {
  content: "\f146";
}
.icon-check-minus:before {
  content: "\f147";
}
.icon-level-up:before {
  content: "\f148";
}
.icon-level-down:before {
  content: "\f149";
}
.icon-check-sign:before {
  content: "\f14a";
}
.icon-edit-sign:before {
  content: "\f14b";
}
.icon-external-link-sign:before {
  content: "\f14c";
}
.icon-share-sign:before {
  content: "\f14d";
}
.icon-compass:before {
  content: "\f14e";
}
.icon-collapse:before {
  content: "\f150";
}
.icon-collapse-top:before {
  content: "\f151";
}
.icon-expand:before {
  content: "\f152";
}
.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}
.icon-gbp:before {
  content: "\f154";
}
.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}
.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}
.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}
.icon-renminbi:before,
.icon-cny:before {
  content: "\f158";
}
.icon-won:before,
.icon-krw:before {
  content: "\f159";
}
.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}
.icon-file:before {
  content: "\f15b";
}
.icon-file-text:before {
  content: "\f15c";
}
.icon-sort-by-alphabet:before {
  content: "\f15d";
}
.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}
.icon-sort-by-attributes:before {
  content: "\f160";
}
.icon-sort-by-attributes-alt:before {
  content: "\f161";
}
.icon-sort-by-order:before {
  content: "\f162";
}
.icon-sort-by-order-alt:before {
  content: "\f163";
}
.icon-thumbs-up:before {
  content: "\f164";
}
.icon-thumbs-down:before {
  content: "\f165";
}
.icon-youtube-sign:before {
  content: "\f166";
}
.icon-youtube:before {
  content: "\f167";
}
.icon-xing:before {
  content: "\f168";
}
.icon-xing-sign:before {
  content: "\f169";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-dropbox:before {
  content: "\f16b";
}
.icon-stackexchange:before {
  content: "\f16c";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-flickr:before {
  content: "\f16e";
}
.icon-adn:before {
  content: "\f170";
}
.icon-bitbucket:before {
  content: "\f171";
}
.icon-bitbucket-sign:before {
  content: "\f172";
}
.icon-tumblr:before {
  content: "\f173";
}
.icon-tumblr-sign:before {
  content: "\f174";
}
.icon-long-arrow-down:before {
  content: "\f175";
}
.icon-long-arrow-up:before {
  content: "\f176";
}
.icon-long-arrow-left:before {
  content: "\f177";
}
.icon-long-arrow-right:before {
  content: "\f178";
}
.icon-apple:before {
  content: "\f179";
}
.icon-windows:before {
  content: "\f17a";
}
.icon-android:before {
  content: "\f17b";
}
.icon-linux:before {
  content: "\f17c";
}
.icon-dribbble:before {
  content: "\f17d";
}
.icon-skype:before {
  content: "\f17e";
}
.icon-foursquare:before {
  content: "\f180";
}
.icon-trello:before {
  content: "\f181";
}
.icon-female:before {
  content: "\f182";
}
.icon-male:before {
  content: "\f183";
}
.icon-gittip:before {
  content: "\f184";
}
.icon-sun:before {
  content: "\f185";
}
.icon-moon:before {
  content: "\f186";
}
.icon-archive:before {
  content: "\f187";
}
.icon-bug:before {
  content: "\f188";
}
.icon-vk:before {
  content: "\f189";
}
.icon-weibo:before {
  content: "\f18a";
}
.icon-renren:before {
  content: "\f18b";
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: none;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown-menu {
  color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid #fff;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 13px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #131313;
  border-bottom: 1px solid #f4f4f4;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 28px;
  color: #808080;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: #212121;
  background: #fafafa;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #131313;
  text-decoration: none;
  outline: 0;
  background: #fafafa;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #dfdfdf;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: default;
}
.open {
  *z-index: 10000;
}
.open > .dropdown-menu {
  display: block;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 9990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #212121;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #fafafa;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-large {
  padding: 24px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.well-small {
  padding: 9px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  color: #000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.btn,
.pushbutton,
.pushbutton-wide {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 0 12px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 28px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  color: rgba(0, 0, 0, 0.5);
  background-color: #dfdfdf;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  *margin-left: .3em;
}
.btn:hover,
.pushbutton:hover,
.pushbutton-wide:hover,
.btn:focus,
.pushbutton:focus,
.pushbutton-wide:focus,
.btn:active,
.pushbutton:active,
.pushbutton-wide:active,
.btn.active,
.pushbutton.active,
.pushbutton-wide.active,
.btn.disabled,
.pushbutton.disabled,
.pushbutton-wide.disabled,
.btn[disabled],
.pushbutton[disabled],
.pushbutton-wide[disabled] {
  color: rgba(0, 0, 0, 0.5);
  background-color: #b9b9b9;
}
.btn:active,
.pushbutton:active,
.pushbutton-wide:active,
.btn.active,
.pushbutton.active,
.pushbutton-wide.active {
  background-color: #acacac \9;
}
.btn:first-child,
.pushbutton:first-child,
.pushbutton-wide:first-child {
  *margin-left: 0;
}
.btn:hover,
.pushbutton:hover,
.pushbutton-wide:hover,
.btn:focus,
.pushbutton:focus,
.pushbutton-wide:focus {
  text-decoration: none;
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}
.btn:focus,
.pushbutton:focus,
.pushbutton-wide:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.pushbutton.active,
.pushbutton-wide.active,
.btn:active,
.pushbutton:active,
.pushbutton-wide:active {
  background-image: none;
  outline: 0;
}
.btn.disabled,
.pushbutton.disabled,
.pushbutton-wide.disabled,
.btn[disabled],
.pushbutton[disabled],
.pushbutton-wide[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn span {
  font-weight: normal;
}
.btn-large,
.pushbutton-wide {
  padding: 5px 15px;
  font-size: 16px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 17px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 0 6px;
  font-size: 15px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary:hover,
.btn-warning:hover,
.btn-danger:hover,
.btn-success:hover,
.btn-info:hover,
.btn-inverse:hover,
.btn-primary:focus,
.btn-warning:focus,
.btn-danger:focus,
.btn-success:focus,
.btn-info:focus,
.btn-inverse:focus,
.btn-primary:active,
.btn-warning:active,
.btn-danger:active,
.btn-success:active,
.btn-info:active,
.btn-inverse:active,
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active,
.btn-primary.disabled,
.btn-warning.disabled,
.btn-danger.disabled,
.btn-success.disabled,
.btn-info.disabled,
.btn-inverse.disabled,
.btn-primary[disabled],
.btn-warning[disabled],
.btn-danger[disabled],
.btn-success[disabled],
.btn-info[disabled],
.btn-inverse[disabled] {
  color: rgba(255, 255, 255, 0.75) !important;
}
.btn-primary {
  color: #ffffff;
  background-color: #00a4e2;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #e6e6e6;
  background-color: #00b7fb;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #00a4e2 \9;
}
.btn-warning {
  color: #ffffff;
  background-color: #f26522;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #e6e6e6;
  background-color: #f3763a;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #f26522 \9;
}
.btn-danger {
  color: #ffffff;
  background-color: #ee5f5b;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #e6e6e6;
  background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #ffffff;
  background-color: #62c462;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #e6e6e6;
  background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #e6e6e6;
  background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #ffffff;
  background-color: #131313;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #e6e6e6;
  background-color: #000000;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #000000 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #00a4e2;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
  color: #006c95;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #212121;
  text-decoration: none;
}
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 14px;
  margin-bottom: 14px;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 20px;
}
.btn-group > .btn-mini {
  font-size: 15px;
}
.btn-group > .btn-small {
  font-size: 17px;
}
.btn-group > .btn-large {
  font-size: 25px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-bottom-left-radius: 20px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  border-bottom-right-radius: 20px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-bottom-left-radius: 20px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  border-bottom-right-radius: 20px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #c6c6c6;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #16bfff;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f58752;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #000;
}
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.btn-large .caret {
  margin-top: 6px;
}
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}
.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
}
.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
}
.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
}
.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
}
.alert {
  font-size: 14px;
  line-height: 18px;
  padding: 8px 35px 8px 14px;
  margin-bottom: 28px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.alert,
.alert h4 {
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 28px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success h4 {
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info h4 {
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.nav {
  margin-left: 0;
  margin-bottom: 28px;
  list-style: none;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #f4f4f4;
}
.nav > li > a > img {
  max-width: none;
}
.nav > .pull-right {
  float: right;
}
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 12px;
  font-weight: bold;
  line-height: 28px;
  color: #000;
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-tabs > li > a > strong {
  color: #000;
  font-size: 14px;
}
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #00a4e2;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 13px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  color: #808080;
  padding-top: 3px;
  padding-bottom: 3px;
  line-height: 28px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #f4f4f4 #f4f4f4 #ddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #000;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #212121;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #000;
  background-color: #f4f4f4;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  border-color: #ddd;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-pills .dropdown-menu {
  margin-top: -5px;
  margin-right: 2px;
}
.nav .dropdown-toggle .caret {
  border-top-color: #00a4e2;
  border-bottom-color: #00a4e2;
  margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #006c95;
  border-bottom-color: #006c95;
}
/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #808080;
  border-bottom-color: #808080;
}
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #fff;
  background-color: #dfdfdf;
  border-color: #dfdfdf;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #dfdfdf;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: auto;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #f4f4f4 #ddd #f4f4f4 #f4f4f4;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #fff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #f4f4f4 #f4f4f4 #f4f4f4 #ddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #fff;
}
.nav > .disabled > a {
  color: #dfdfdf;
}
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.navbar {
  overflow: visible;
  margin-bottom: 28px;
  *position: relative;
  *z-index: 2;
}
.navbar-inner {
  min-height: 60px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  *zoom: 1;
}
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-inner:after {
  clear: both;
}
.navbar .container {
  width: auto;
}
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}
.navbar .brand {
  float: left;
  display: block;
  padding: 16px 20px 16px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 300;
  color: #fff;
}
.navbar .brand:hover,
.navbar .brand:focus {
  text-decoration: none;
}
.navbar-text {
  margin-bottom: 0;
  line-height: 60px;
  color: #fff;
}
.navbar-link {
  color: #fff;
}
.navbar-link:hover,
.navbar-link:focus {
  color: #212121;
}
.navbar .divider-vertical {
  height: 60px;
  margin: 0 9px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #ffffff;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 9px;
}
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
  margin-top: 0;
}
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-form:after {
  clear: both;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 15px;
}
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}
.navbar-search {
  position: relative;
  float: left;
  margin-top: 15px;
  margin-bottom: 0;
}
.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.navbar-static-top {
  position: static;
  margin-bottom: 0;
}
.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 10300;
  margin-bottom: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 980px;
}
.navbar-fixed-top {
  top: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  box-shadow: 0 1px 10px rgba(0,0,0,.1);
}
.navbar-fixed-bottom {
  bottom: 0;
}
.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
  box-shadow: 0 -1px 10px rgba(0,0,0,.1);
}
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 0 0 0;
  font-size: 12px;
}
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}
.navbar .nav > li {
  float: left;
}
.navbar .nav > li > a {
  float: none;
  padding: 10.66666667px 7px 10.66666667px;
  color: #fff;
  text-decoration: none;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  height: 39px;
  line-height: 39px;
}
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: #212121;
  color: #212121;
  text-decoration: none;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus,
.navbar .nav > .current-menu-item > a,
.navbar .nav > .current-menu-item > a:hover,
.navbar .nav > .current-menu-item > a:focus {
  color: #dfdfdf;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
.navbar .btn-navbar {
  color: #fff;
  display: none;
  float: left;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
  background: transparent;
  border: none;
  line-height: 33px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.navbar .nav > li > .dropdown-menu {
  margin-top: -1px;
}
/* &:before {
    content: '';
    display: inline-block;
    border-left:   7px solid transparent;
    border-right:  7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: @dropdownBorder;
    position: absolute;
    top: -7px;
    left: 9px;
  }
  &:after {
    content: '';
    display: inline-block;
    border-left:   6px solid transparent;
    border-right:  6px solid transparent;
    border-bottom: 6px solid @dropdownBackground;
    position: absolute;
    top: -6px;
    left: 10px;
  }
}*/
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: #fff;
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #fff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #212121;
  border-bottom-color: #212121;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: rgba(0, 0, 0, 0.25);
  color: #dfdfdf;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #dfdfdf;
  border-bottom-color: #dfdfdf;
}
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.navbar-inverse .navbar-inner {
  border-color: #252525;
}
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: rgba(255, 255, 255, 0.9);
}
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:focus {
  color: #fff;
}
.navbar-inverse .brand {
  color: rgba(255, 255, 255, 0.9);
}
.navbar-inverse .navbar-text {
  color: #fff;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #fff;
  background-color: #212121;
}
.navbar-inverse .navbar-link {
  color: rgba(255, 255, 255, 0.9);
}
.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
  color: #fff;
}
.navbar-inverse .divider-vertical {
  border-left-color: #212121;
  border-right-color: #222222;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #212121;
  color: #fff;
}
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: rgba(255, 255, 255, 0.9);
  border-bottom-color: rgba(255, 255, 255, 0.9);
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .navbar-search .search-query {
  color: #fff;
  background-color: #616161;
  border-color: #212121;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #ccc;
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #ccc;
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #ccc;
}
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #212121;
  text-shadow: 0 1px 0 #fff;
  background-color: #fff;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}
.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 28px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  text-shadow: 0 1px 0 #fff;
}
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #dfdfdf;
}
.pagination {
  margin: 28px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  color: #808080;
  float: left;
  padding: 4px 12px;
  line-height: 28px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-left-width: 0;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #000;
  background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #dfdfdf;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #dfdfdf;
  background-color: transparent;
  cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-bottom-left-radius: 20px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  border-bottom-right-radius: 20px;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 25px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-bottom-left-radius: 20px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  border-bottom-right-radius: 20px;
}
.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-left-radius: 2px;
}
.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  border-bottom-right-radius: 2px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 17px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 15px;
}
.pager {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  margin: 28px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  color: #808080;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.pager li > a:hover,
.pager li > a:focus {
  color: #000;
  text-decoration: none;
  background-color: #f5f5f5;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #dfdfdf;
  background-color: #fff;
  cursor: default;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10400;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 10500;
  width: 560px;
  margin-left: -280px;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 10%;
}
.modal.modal-small {
  width: 350px;
  margin-left: -175px;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-header h3 {
  font-size: 18px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin: 0;
  line-height: 30px;
}
.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #fff;
  -moz-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.tooltip {
  position: absolute;
  z-index: 10300;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10100;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.popover-title:empty {
  display: none;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.thumbnails {
  margin-left: -16px;
  list-style: none;
  *zoom: 1;
}
.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
.thumbnails:after {
  clear: both;
}
.row-fluid .thumbnails {
  margin-left: 0;
}
.thumbnails > li {
  float: left;
  margin-bottom: 28px;
  margin-left: 16px;
}
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 28px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #00a4e2;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #808080;
}
.row-fluid ul.thumbnails li.span12 + li {
  margin-left: 0px;
}
.row-fluid ul.thumbnails li.span6:nth-child(2n + 3) {
  margin-left: 0px;
}
.row-fluid ul.thumbnails li.span4:nth-child(3n + 4) {
  margin-left: 0px;
}
.row-fluid ul.thumbnails li.span3:nth-child(4n + 5) {
  margin-left: 0px;
}
.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  margin-left: 0;
  list-style: none;
}
.label,
.badge {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 6px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  vertical-align: baseline;
  white-space: nowrap;
  text-transform: uppercase;
  background-color: #dfdfdf;
}
.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.label:empty,
.badge:empty {
  display: none;
}
a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label-important,
.badge-important {
  background-color: #b94a48;
}
.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}
.label-warning,
.badge-warning {
  background-color: #f26522;
}
.label-warning[href],
.badge-warning[href] {
  background-color: #d44d0d;
}
.label-success,
.badge-success {
  background-color: #468847;
}
.label-success[href],
.badge-success[href] {
  background-color: #356635;
}
.label-info,
.badge-info {
  background-color: #3a87ad;
}
.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}
.label-inverse,
.badge-inverse {
  background-color: #212121;
}
.label-inverse[href],
.badge-inverse[href] {
  background-color: #080808;
}
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-mini .label,
.btn-mini .badge {
  top: 0;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 28px;
  margin-bottom: 28px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.progress .bar {
  width: 0%;
  height: 100%;
  color: #fff;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
}
.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-danger .bar,
.progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}
.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-success .bar,
.progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}
.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-info .bar,
.progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}
.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-warning .bar,
.progress .bar-warning {
  background-color: #f5834d;
  background-image: -moz-linear-gradient(top, #f6976a, #f26522);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f6976a), to(#f26522));
  background-image: -webkit-linear-gradient(top, #f6976a, #f26522);
  background-image: -o-linear-gradient(top, #f6976a, #f26522);
  background-image: linear-gradient(to bottom, #f6976a, #f26522);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff6976a', endColorstr='#fff26522', GradientType=0);
}
.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #f6976a;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.accordion {
  margin-bottom: 28px;
}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.accordion-heading {
  border-bottom: 0;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
}
.accordion-heading .accordion-toggle:hover {
  background-color: #f4f4f4;
}
.accordion-toggle {
  cursor: pointer;
}
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}
.carousel {
  position: relative;
  margin-bottom: 28px;
  line-height: 1;
}
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 20px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}
.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}
.carousel-indicators .active {
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #212121;
  background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4,
.carousel-caption p {
  color: #fff;
  line-height: 28px;
}
.carousel-caption h4 {
  margin: 0 0 5px;
}
.carousel-caption p {
  margin-bottom: 0;
}
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 42px;
  color: inherit;
  background-color: #f4f4f4;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  color: inherit;
  letter-spacing: -1px;
}
.hero-unit li {
  line-height: 42px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
body.admin-bar header.navbar {
  top: 32px;
}
.text-small {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
}
select {
  font-family: Arial, Helvetica, sans-serif;
}
.chbtv-restaurant p {
  font-size: .85em;
}
.chbtv-restaurant hr {
  margin: 18px 0;
}
.tvbtn-mask img {
  margin-right: 10px;
  border-radius: 100%;
  width: 50px;
  height: 50px;
}
.tvbtn-mask .block-title {
  display: inline;
}
.tvbtn-mask .well {
  margin-top: 20px;
  background-color: #212121;
  color: #fff;
  border-radius: 4px;
}
.tvbtn-mask .well:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid black;
  top: -29px;
  left: -3px;
  position: relative;
}
#sidebar #nativo-box {
  margin-bottom: 25px;
}
.page-template-template-empty-php #site-wide-alerts,
.page-template-template-empty-php .top-nav-right [data-target="#search-form"],
.page-template-template-empty-php #btn-livestream {
  display: none!important;
}
.sticky-panel {
  margin-bottom: 25px;
}
.sticky-panel.active {
  -webkit-transition: width .3s linear, height .3s linear, left .3s linear, opacity .15s linear;
  -moz-transition: width .3s linear, height .3s linear, left .3s linear, opacity .15s linear;
  -o-transition: width .3s linear, height .3s linear, left .3s linear, opacity .15s linear;
  transition: width .3s linear, height .3s linear, left .3s linear, opacity .15s linear;
  background: #000;
  position: absolute;
  z-index: 1;
}
.sticky-panel.active .ooyala-video-wrapper {
  margin-bottom: 0;
  -webkit-transition: opacity 0.25s linear;
  -moz-transition: opacity 0.25s linear;
  -o-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}
.sticky-panel.active .ooyala-video-wrapper object {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.sticky-panel.active.stuck {
  -webkit-transition: width 0s linear, height 0s linear, left 0s linear;
  -moz-transition: width 0s linear, height 0s linear, left 0s linear;
  -o-transition: width 0s linear, height 0s linear, left 0s linear;
  transition: width 0s linear, height 0s linear, left 0s linear;
  z-index: 5000;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}
.sticky-panel.active.stuck .ooyala-video-wrapper {
  margin-bottom: 0;
}
.sticky-placeholder {
  position: relative;
  padding-top: 56.25%;
  height: 0 !important;
  overflow: hidden;
  z-index: 0;
  width: 100% !important;
  margin-bottom: 25px;
}
table {
  max-width: 100%!important;
  overflow-x: scroll;
}
#home-featured,
#main {
  padding-top: 25px;
  padding-bottom: 25px;
}
#home-featured {
  background: #fafafa;
  position: relative;
}
#home-featured .nav-tabs > .active > a,
#home-featured .nav-tabs > .active > a:hover,
#home-featured .nav-tabs > .active > a:focus {
  background-color: #fafafa;
}
.home.home-inverse #home-featured {
  background: #212121;
}
.home.home-inverse #home-featured .entry-title a,
.home.home-inverse #home-featured .block-title,
.home.home-inverse #dsnslocal h3,
.home.home-inverse #dsnslocal h3 a,
.home.home-inverse #dsnsevents h4 a,
.home.home-inverse #dsnslocal .stories ul li > a,
.home.home-inverse #dsnscommunityevents h4,
.home.home-inverse #dsnscommunityevents h4 a {
  color: #fff !important;
}
.home.home-inverse #home-featured .excerpt {
  color: #dfdfdf;
}
.home.home-inverse #home-featured .border-right,
.home.home-inverse #home-featured .border-bottom,
.home.home-inverse #home-featured .border-top,
.home.home-inverse #home-featured .story-list .story,
.home.home-inverse #home-featured hr,
.home.home-inverse .datasphere .links,
.home.home-inverse .datasphere .sponsor,
.home.home-inverse #dsnslocal,
.home.home-inverse #dsnsevents,
.home.home-inverse #dsnscommunityevents,
.home.home-inverse #dsnslocal .stories ul li,
.home.home-inverse #dsnsevents ul.tabs li ul li,
.home.home-inverse #dsnscommunityevents ul.dsnstabs li ul li,
.home.home-inverse #home-featured .story-grid .story-featured {
  border-color: #000;
}
.home.home-inverse .datasphere a,
.home.home-inverse #dsnslocal .stories ul li h5 a,
.home.home-inverse #dsnsevents ul.tabs li ul li h5 a,
.home.home-inverse #dsnsevents ul.tabs li ul li h6,
.home.home-inverse #dsnscommunityevents ul.dsnstabs li ul li h5 a,
.home.home-inverse #dsnscommunityevents ul.dsnstabs li ul li h6,
.home.home-inverse #dsnslocal .sponsor .text a.name,
.home.home-inverse #dsnscommunityevents .featured h5 a {
  color: #fff;
}
.home.home-inverse .ad-top {
  background: #131313;
}
.home.home-inverse #home-featured .links a:hover,
.home.home-inverse #home-featured .secondary-links a:hover {
  color: #fff;
}
.home.home-inverse #home-featured .tab-links {
  border-bottom-color: #000;
}
.home.home-inverse #home-featured .tab-links > li > a:hover,
.home.home-inverse #home-featured .tab-links > li > a:focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.home.home-inverse #home-featured .tab-links > li > a.active,
.home.home-inverse #home-featured .tab-links > li > a.active:hover,
.home.home-inverse #home-featured .tab-links > li > a.active:focus,
.home.home-inverse #home-featured ul.tab-links > li > a.dsactive,
.home.home-inverse #home-featured ul.tab-links > li > a.dsactive:hover,
.home.home-inverse #home-featured ul.tab-links > li > a.dsactive:focus {
  color: #fff;
  background-color: #212121;
  border-color: #000 #000 transparent #000;
}
.home.home-inverse #home-featured .btn,
.home.home-inverse #home-featured .pickcommunity,
.home.home-inverse #home-featured .dsnschoosecom {
  color: #fff;
  background-color: #000;
}
.home.home-inverse #quick-links {
  text-align: center;
  background: #131313;
}
.home.home-inverse #quick-links .nav > li.nav-header {
  color: #fff;
}
.home.home-inverse #quick-links .nav > li > a {
  color: #dfdfdf;
}
.home.home-inverse #quick-links .nav > li > a:hover {
  color: #fff;
  background-color: #000;
}
#content.inverse {
  color: #fff;
  background: #212121;
}
#content.inverse .page-header,
#content.inverse .entry-meta {
  border-bottom-color: #131313;
}
#content.inverse .btn-link {
  color: #fff;
  text-decoration: none;
}
#content.inverse .btn-link:hover {
  color: #dfdfdf;
}
#content.inverse hr {
  border-color: #000;
}
#content.inverse .nav > li > a {
  color: #808080;
}
#content.inverse .nav > li > a strong {
  color: #fff;
}
#content.inverse .nav > li > a:hover {
  color: #fff;
  background-color: #000;
}
#content.inverse .nav-tabs > li > a {
  border-color: #000;
}
#content.inverse .nav-tabs > li > a:hover,
#content.inverse .nav-tabs > li > a:focus {
  background-color: #000;
  border-color: #000;
}
#content.inverse .nav-tabs > .active > a,
#content.inverse .nav-tabs > .active > a:hover,
#content.inverse .nav-tabs > .active > a:focus {
  color: #fff;
  background-color: #212121;
  border-color: #000 #000 transparent #000;
}
.stories-inverse {
  color: #fff;
  background: #212121;
}
.stories-inverse .block-title {
  margin: 10px 0;
  text-align: center;
  color: #fff !important;
}
.stories-inverse .viral-grid {
  padding-top: 0;
  border: none;
}
.stories-inverse .story {
  border-bottom-color: #131313 !important;
}
.stories-inverse .story .entry-title a {
  color: #fff;
}
.station-promo-mrec {
  width: 300px;
  margin: 20px auto;
  display: block;
}
.station-promo {
  color: #fff !important;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #212121;
  background-position: 0 50%;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 25px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: background-position 0.25s ease-in-out;
  -moz-transition: background-position 0.25s ease-in-out;
  -o-transition: background-position 0.25s ease-in-out;
  transition: background-position 0.25s ease-in-out;
  text-align: left!important;
  text-decoration: none;
}
.station-promo .overlay {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 15px 25px 15px 15px;
  background-color: transparent!important;
  background-color: rgba(33, 33, 33, 0.72);
  background-image: -moz-linear-gradient(top, rgba(33, 33, 33, 0.6), rgba(33, 33, 33, 0.9));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(33, 33, 33, 0.6)), to(rgba(33, 33, 33, 0.9)));
  background-image: -webkit-linear-gradient(top, rgba(33, 33, 33, 0.6), rgba(33, 33, 33, 0.9));
  background-image: -o-linear-gradient(top, rgba(33, 33, 33, 0.6), rgba(33, 33, 33, 0.9));
  background-image: linear-gradient(to bottom, rgba(33, 33, 33, 0.6), rgba(33, 33, 33, 0.9));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99212121', endColorstr='#e6212121', GradientType=0);
}
.station-promo i {
  opacity: 0;
  position: absolute;
  top: 50%;
  right: -12px;
  margin-top: -11px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.station-promo h3 {
  font-size: 28px;
  line-height: 32px;
}
.station-promo p {
  font-size: 14px;
  line-height: 16px;
}
.station-promo img {
  float: left;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 14px 14px 14px 0;
}
.station-promo.tv-promo {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.station-promo.tv-promo .container {
  position: relative;
  overflow: hidden;
}
.station-promo.tv-promo h3 {
  font-size: 22px;
  line-height: 26px;
  margin: 19px 0 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.station-promo.tv-promo p {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.station-promo.tv-promo .overlay {
  padding: 5px 15px 5px 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
span.station-promo i {
  display: none;
}
a.station-promo:hover {
  color: #fff;
  text-decoration: none;
  background-position: 0 60%;
}
a.station-promo:hover i {
  opacity: 1;
  right: 10px;
}
.useful-links .station-promo {
  margin-top: 0;
}
.entry-content .alignright {
  float: right;
  margin: 20px 0 20px 20px;
}
.entry-content .alignleft {
  float: left;
  margin: 20px 20px 20px 0;
}
.entry-content .wp-caption {
  max-width: 100%!important;
}
.entry-content p.wp-caption-text,
.entry-content dd.wp-caption-text {
  font-size: 14px;
  line-height: 14px;
  color: #808080;
  border-bottom: 1px solid #f4f4f4;
  margin: 0;
  padding: 20px 0;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.ooyala-container {
  max-width: 100%!important;
}
.ooyala-video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: auto !important;
  overflow: hidden;
  z-index: 0;
  width: 100% !important;
}
.ooyala-video-wrapper .innerWrapper {
  position: absolute!important;
  top: 0!important;
  left: 0!important;
  width: 100%!important;
  height: 100%!important;
  z-index: 0!important;
}
video {
  background: #000;
}
.video-wrapper {
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 56.25%;
  /* 16/9 ratio */
  height: 0;
  overflow: hidden;
  z-index: 0;
}
.video-wrapper.ndn_embed {
  padding-bottom: 0;
}
.video-wrapper > video,
.video-wrapper > object,
.video-wrapper > embed,
.video-wrapper > iframe,
.video-wrapper > p > iframe,
.videowrapper #shortcode_iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.iframe-wrapper {
  position: relative;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
}
.frame-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.gray-links {
  text-align: center;
  background: #dfdfdf;
}
.gray-links .nav {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin: 8px 0;
  width: 100%;
}
.gray-links .nav > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  float: none;
}
.gray-links .nav > li > a {
  color: #808080;
  font-weight: normal;
}
.gray-links .nav > li > a:hover {
  color: #212121;
}
@media (max-width: 979px) {
  .gray-links .nav > li {
    display: inline-block;
    float: none;
  }
}
@media (max-width: 767px) {
  .full-width {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.full-width #map,
.full-width #map-canvas,
.full-width .mapContainer {
  width: 94%!important;
  height: 75vh!important;
  margin: 3%!important;
  padding: 0!important;
}
.full-width .content-wrapper {
  width: 94%!important;
  margin: 3%!important;
  padding: 0!important;
}
.block-title,
.widget-title {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 0;
}
#sidebar .block-title,
#home-featured .block-title,
#cat-featured .block-title {
  margin-top: 15px;
  margin-bottom: 0;
}
.widget .widget-title {
  margin-bottom: 0;
}
.widget .textwidget {
  font-size: 16px;
  line-height: 18px;
}
.border-bottom {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 25px;
}
.border-top {
  border-top: 1px solid #dfdfdf;
  padding-bottom: 25px;
}
.pad-top {
  padding-top: 25px;
}
.pad-bottom {
  padding-bottom: 25px;
}
#sidebar .widget {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #dfdfdf;
}
@media (min-width: 768px) and (max-width: 979px) {
  .border-bottom {
    border-bottom: none;
  }
}
.border-right {
  padding-right: 7px;
  border-right: 1px solid #dfdfdf;
  margin-right: -8px;
}
@media (min-width: 1200px) {
  .border-right {
    padding-right: 14px;
    border-right: 1px solid #dfdfdf;
    margin-right: -15px;
  }
}
@media (max-width: 979px) {
  .border-right {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
  }
}
.flexMenu-allInPopup {
  width: 100%;
  z-index: 999;
}
.flexMenu-allInPopup a.dropdown-toggle {
  margin-right: 0;
  margin-left: 0;
}
.flexMenu-allInPopup .dropdown-menu {
  width: 100%;
  text-align: center;
  border: none;
  margin-right: 0;
}
.flexMenu-allInPopup .nav-header {
  display: none;
}
.ie-warning {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #46a546;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  font-size: 14px;
  z-index: 10300;
}
.ie-warning a {
  font-weight: bold;
  text-decoration: underline;
  color: #fff !important;
}
.ad {
  text-align: center;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
}
.ad img,
.ad .ad-wrapper {
  max-width: none;
  height: auto;
  margin: 0 auto;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.ad-long {
  background: #f4f4f4;
}
.ad-long .ad-wrapper {
  padding-top: 5px;
  padding-bottom: 7px;
}
@media (max-width: 380px) {
  .ad {
    /*max-width:320px;
	position:relative;
	left:50%;
	margin-left:-150px!important;*/
  }
  .ad.full-width {
    padding-left: 0;
    padding-right: 0;
  }
  #weather-main,
  .story-grid {
    overflow-x: hidden;
  }
}
#home-promo {
  background-size: cover;
  background-color: #212121;
  background-position: 50% 50%;
}
#home-promo .container {
  padding: 15px 0;
}
#home-promo .well {
  min-height: 95px;
  margin: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#home-promo p {
  margin-bottom: 0;
}
#home-promo .img-wrapper {
  max-width: 168px;
  height: 95px;
  margin-right: 15px;
  overflow: hidden;
  position: relative;
}
#home-promo .img-wrapper img {
  position: relative;
}
#home-promo .entry-title a,
#home-promo .block-title,
#home-promo p {
  color: #fff !important;
}
#home-promo .entry-title {
  font-size: 34px;
  margin: 0;
  line-height: 34px;
}
#home-promo .block-title {
  font-weight: bold;
  font-size: 12px;
}
#home-promo p {
  font-size: 16px;
}
.livestream-preview {
  position: relative;
  padding-bottom: 57%;
  /* 16/9 ratio */
  height: 0;
  overflow: hidden;
  background: #000;
  background-size: cover;
  margin-bottom: 20px;
}
.livestream-preview #btn-livestream {
  position: relative;
  top: 50%;
  margin-top: -19px;
  background-color: #000;
}
.no-livestream-preview {
  margin-bottom: 20px;
}
.no-livestream-preview #btn-livestream {
  margin: 0;
  max-width: 100%;
}
.legacy-wrapper {
  margin: 0 auto;
  width: 980px;
  padding: 10px;
}
.legacy-content {
  float: left;
  font-size: 16px;
}
.legacy-980 {
  width: 980px;
}
.legacy-660 {
  width: 660px;
}
.legacy-sidebar {
  float: right;
  width: 300px;
  font-size: 16px;
}
.legacy-content .entry-content p {
  line-height: 22px;
}
.legacy-content table {
  width: 100%!important;
}
.legacy-content table,
.legacy-content table td {
  border: none!important;
  border-collapse: collapse;
  border-spacing: 0;
}
.infinite-loader {
  width: 100%;
  float: left;
  text-align: center;
}
.infinite-loader .spinner {
  margin: 0 auto;
}
.infinite-wrap {
  float: left;
}
@media (min-width: 768px) {
  .infinite-wrap {
    margin-left: -4px;
  }
}
.infinite-wrap .story {
  -webkit-transform: translateZ(0);
}
.infinite-wrap .story.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: 50px;
}
.infinite-wrap .story.fade.in {
  top: 0;
}
#stories-infinite {
  padding-top: 80px;
}
#stories-infinite li h4.entry-title {
  margin-bottom: 32px;
}
#infinite-handle {
  width: 100%;
  float: left;
  min-height: 1px;
  margin-left: 15px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#infinite-handle span {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 370px;
  margin: 0 auto;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 5px 15px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  color: rgba(0, 0, 0, 0.5);
  background-color: #dfdfdf;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  *margin-left: .3em;
}
#infinite-handle span:hover,
#infinite-handle span:focus,
#infinite-handle span:active,
#infinite-handle span.active,
#infinite-handle span.disabled,
#infinite-handle span[disabled] {
  color: rgba(0, 0, 0, 0.5);
  background-color: #b9b9b9;
}
#infinite-handle span:active,
#infinite-handle span.active {
  background-color: #acacac \9;
}
#infinite-handle span:first-child {
  *margin-left: 0;
}
#infinite-handle span:hover,
#infinite-handle span:focus {
  text-decoration: none;
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}
#infinite-handle span:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#infinite-handle span.active,
#infinite-handle span:active {
  background-image: none;
  outline: 0;
}
#infinite-handle span.disabled,
#infinite-handle span[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#infinite-handle span button {
  border: 0;
  background-color: transparent;
  color: white;
}
.pullquote {
  font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.75em;
  line-height: 1.5em;
  display: block;
  margin: 25px 0;
}
.pullquote.center {
  width: 100%;
  float: none;
}
.pullquote.left {
  width: 50%;
  float: left;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .pullquote.left {
    width: 100%;
  }
}
.pullquote.right {
  width: 50%;
  float: right;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .pullquote.right {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #infinite-handle {
    margin-left: 0;
  }
  #infinite-handle span {
    width: 100%;
  }
}
img#wpstats {
  display: none;
}
.modal {
  display: none;
}
#ugc-modal .ugc-inner-wrapper .ugc-input-wrapper input[type="text"],
#ugc-modal .ugc-inner-wrapper .ugc-input-wrapper textarea {
  width: 93%;
}
#ugc-modal .ugc-inner-wrapper .ugc-input-wrapper input#ug_submit_button {
  display: none;
}
#map-canvas label {
  width: auto;
  display: inline;
}
#map-canvas img {
  max-width: none;
}
.mapContainer.radar {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  #ugc-modal form {
    overflow-x: hidden;
    margin-bottom: 10px;
  }
  #ugc-modal .ugc-inner-wrapper h2 {
    display: none;
  }
  #ugc-modal .ugc-inner-wrapper input[type="text"],
  #ugc-modal .ugc-inner-wrapper textarea {
    width: 90% !important;
  }
  #ugc-modal .ugc-input-wrapper {
    padding: 0 0;
    margin: 0 0;
  }
}
/**
 * This is mainly Report-a-typo related
 */
.container-content-only .contact-form textarea,
.container-content-only .contact-form input[type="text"] {
  width: 80%;
}
.container-content-only .contact-form textarea {
  height: 140px;
}
.container-content-only .contact-form .url {
  display: none;
}
.vendor-embed-iframe {
  max-width: 100%;
  overflow-x: hidden;
}
.yieldmo-wrapper .ad-wrapper {
  margin: 0 auto 20px;
  width: 300px;
}
@media (max-width: 320px) {
  .yieldmo-wrapper {
    margin-left: -10px;
  }
}
.story-grid {
  margin-bottom: 0px;
}
.story-grid .ym {
  margin-bottom: 20px;
}
.story .entry-title a,
#sidebar .widget ul li a {
  color: #000;
  font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.story.has-video:hover .story-image:before {
  background: rgba(0, 0, 0, 0.75);
}
.story.has-video .story-image {
  position: relative;
}
.story.has-video .story-image:before {
  content: "\f04b";
  font-family: "FontAwesome";
  bottom: 10px;
  left: 10px;
  position: absolute;
  z-index: 1;
  color: #fff;
  text-align: center;
  width: 45px;
  height: 45px;
  font-size: 20px;
  line-height: 45px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.story-list .story.has-video .story-image:before {
  bottom: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
  font-size: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .viral-grid .story.has-video .story-image:before {
    bottom: 5px;
    left: 5px;
    width: 20px;
    height: 20px;
    font-size: 10px;
    line-height: 20px;
  }
}
.big-video .story.has-video .story-image:before {
  width: 90px;
  height: 90px;
  font-size: 40px;
  line-height: 90px;
}
.entry-title {
  word-wrap: break-word;
}
.story .extra a {
  color: #808080;
  text-decoration: none;
}
.story .extra {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 10px;
}
.story .extra:empty {
  display: none;
}
.story .timestamp {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 10px;
}
.story-grid .story {
  position: relative;
}
.story-grid .ad {
  margin-bottom: 30px;
}
.story-grid .story .excerpt {
  font-size: 14px;
  line-height: 16px;
}
.story-grid .story .extra {
  background-color: #808080;
  position: absolute;
  padding: 1px 9px 0;
  top: 10px;
  line-height: 22px;
  max-width: 60%;
  height: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
  z-index: 1;
}
.story-grid .story .extra.read-more {
  float: right;
  text-decoration: none;
}
.story-grid .story .extra a {
  color: #fff;
}
.story-grid .story a.story-image {
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 55.25%;
  /* 16/9 ratio */
  height: 0;
  overflow: hidden;
  display: block;
  background-color: #f4f4f4;
  z-index: 0;
}
.story-grid .story a.story-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.story-grid .story .extra a:after {
  content: "\f111";
  font-family: "FontAwesome";
  font-size: 4px;
  padding: 0 2px 0 5px;
  position: relative;
  top: -2px;
  line-height: 0;
}
.story-grid .story .timestamp {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  padding: 1px 9px 0;
  top: 10px;
  right: 0;
  line-height: 22px;
  z-index: 1;
}
.story-grid .story .extra a:last-child:after {
  display: none;
}
#cat-featured {
  margin-bottom: 25px;
}
.story-grid .story-featured {
  margin-bottom: 25px;
}
.story-grid .story-featured .extra {
  position: static;
  float: left;
  margin-bottom: 20px;
}
.story-grid .story-featured .timestamp {
  position: static;
  float: right;
  background-color: rgba(255, 255, 255, 0);
  color: #808080;
}
.story-grid .story-featured .entry-title {
  clear: both;
  margin-top: 0;
}
.story-grid .story-featured .excerpt {
  font-size: 18px;
  line-height: 22px;
}
.story-grid .story-featured img.wp-post-image {
  min-width: 100%;
}
@media (min-width: 767px) {
  .story-grid .story-left .span4 {
    position: relative;
  }
  .story-grid .story-left .entry-title {
    font-size: 32px;
    line-height: 34px;
  }
}
.home-side-images .story-grid.first .story {
  margin-bottom: 0;
}
.home-side-images .story-grid.first .story .entry-title {
  font-size: 32px;
  line-height: 34px;
}
.home-side-images .story-list .story .entry-title {
  font-size: 18px;
}
.home-side-images .story-list .story img {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}
.home-side-list .story-grid.first,
.home-large-three-grid .story-grid.first {
  margin: 0;
}
.story-grid .story .entry-title {
  font-weight: 900;
}
#home-viral {
  overflow-x: hidden;
}
#carousel-viral .carousel-control {
  padding: 100px 0;
  margin-top: -110px;
}
#carousel-viral .carousel-control.left {
  left: -50px;
}
#carousel-viral .carousel-control.right {
  right: -50px;
}
.viral-grid {
  padding-top: 30px;
  border-bottom: 1px solid #dfdfdf;
}
.viral-grid .story-grid li {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
}
.viral-grid .story-grid li a.story-image {
  position: relative;
  margin-bottom: 10px;
  background-size: 50%;
}
@media (max-width: 810px) {
  #carousel-viral .carousel-control {
    padding: 100px 0;
    margin-top: -110px;
  }
  #carousel-viral .carousel-control.left {
    left: -30px;
  }
  #carousel-viral .carousel-control.right {
    right: -30px;
  }
}
@media (max-width: 767px) {
  #carousel-viral .item.active {
    display: block!important;
  }
  #carousel-viral .carousel-control {
    display: none;
  }
  #carousel-viral .story-grid {
    margin-bottom: 0;
  }
  .viral-grid .story-grid li {
    display: inline-block;
    border-bottom: 1px solid #f4f4f4;
  }
  .viral-grid .story-grid li:last-child {
    border-bottom: none;
  }
  .viral-grid .story-grid li a.story-image {
    float: right;
    width: 100px;
    padding-bottom: 55px;
    margin-left: 10px;
  }
}
.story-list,
#sidebar .widget ul {
  display: table;
  list-style: none;
  margin: 0 0 25px 0;
  padding: 0;
  width: 100%;
}
.story-list .story,
#sidebar .widget ul li {
  display: table-cell;
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 0;
  border-bottom: 1px solid #f4f4f4;
}
.story-list .story .timestamp {
  display: inline;
  padding-left: 5px;
}
.story-list .story .extra {
  display: inline;
}
.story-list .story .entry-title,
#sidebar .widget ul li {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.1em;
}
.story-list.with-thumbs .story .entry-title {
  height: 60px;
}
.story-list.with-thumbs .story a.story-image {
  background-size: 75%;
  float: left;
  margin-right: 10px;
  width: 109px;
  height: 60px;
  display: block;
  background-color: #f4f4f4;
}
.story-list.image-right .story a.story-image {
  float: right;
  margin-left: 10px;
}
.story-list.image-left .story a.story-image {
  float: left;
  margin-right: 10px;
}
.story-list .story:last-child {
  border-bottom: 0;
}
.story-list .story .entry-title,
#sidebar .widget ul li {
  font-weight: 900;
}
#sidebar .widget ul {
  margin: 0;
  padding: 0;
}
#sidebar .widget ul li:last-child {
  border: none;
}
.pagination-grid {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  background: transparent;
  z-index: 10300;
}
.pagination-grid .scroll-wrapper {
  width: 100%;
  overflow-x: scroll;
}
.pagination-grid .story-grid {
  width: 2194px;
  -webkit-box-shadow: inset 0 -1px 10px rgba(0,0,0,1);
  -moz-box-shadow: inset 0 -1px 10px rgba(0,0,0,1);
  box-shadow: inset 0 -1px 10px rgba(0,0,0,1);
  background: #212121;
  border-top: 1px solid #000;
  margin-bottom: 0;
}
.pagination-grid .story-grid .story:first-child {
  padding-left: 10px;
}
.pagination-grid .story-grid .story {
  line-height: 16px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.pagination-grid .story-grid .story a.story-image {
  margin-bottom: 10px;
  background-size: 50%;
}
.pagination-grid .story .entry-title a {
  color: #fff;
  font-size: 14px;
}
.pagination-grid .btn {
  float: right;
  -webkit-border-radius: 10px 0 0 0;
  -moz-border-radius: 10px 0 0 0;
  border-radius: 10px 0 0 0;
}
/*.pagination-grid:after {
	content: " ";
	width: 40px;
	height: 205px;
	position: fixed;
	z-index: 1000;
	bottom: 0;
	right: 0;
	background-color:transparent!important;
	#gradient > .horizontal(rgba(0,0,0,0), rgba(0,0,0,1));
}*/
@media (max-width: 767px) {
  .story-list .story img {
    max-width: 109px;
  }
  .story-grid .story img.wp-post-image {
    width: 100%;
  }
  .story .entry-title {
    line-height: 17px;
  }
  .story-grid .entry-title a {
    font-size: 18px;
  }
  .story-featured .entry-title {
    line-height: 31px;
  }
  .story-featured .entry-title a {
    font-size: 32px;
  }
  .story-grid .story .excerpt,
  .story-list .story .excerpt {
    font-size: 13px;
    line-height: 15px;
  }
  .story-grid .story-featured .excerpt {
    font-size: 16px;
    line-height: 20px;
  }
}
#content {
  padding: 25px 0;
}
.entry-header {
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 35px;
}
.entry-meta {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #808080;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
}
.entry-meta hr {
  margin-top: 0;
  margin-bottom: 15px;
}
.entry-meta strong {
  color: #000;
}
.entry-meta p {
  margin-bottom: 0;
}
.entry-meta .updated-time {
  color: #737373;
  font-style: italic;
}
@media (max-width: 767px) {
  .entry-meta .text-right {
    text-align: left;
  }
}
footer.entry-meta {
  padding-bottom: 0;
}
footer.entry-meta .entry-share div.sharedaddy .sd-content ul li {
  display: none;
}
footer.entry-meta .entry-share div.sharedaddy .sd-content ul li.share-facebook,
footer.entry-meta .entry-share div.sharedaddy .sd-content ul li.share-twitter,
footer.entry-meta .entry-share div.sharedaddy .sd-content ul li.share-email {
  display: table-cell;
}
@media (max-width: 979px) {
  footer.entry-meta .entry-share {
    display: none;
  }
}
.entry-content p {
  color: #212121;
  line-height: 32px;
  margin-bottom: 24px;
}
.entry-content .wp-post-thumbnail {
  margin-top: 0;
  width: 324px;
}
.entry-content .wp-post-thumbnail img {
  width: 100%;
  height: auto;
}
h1.page-title {
  font-size: 32px;
  font-weight: 300;
  text-transform: capitalize;
}
.comment-reply-title {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 15px;
}
.comment-reply-title small a {
  float: right;
  font-size: 11px;
  color: #000;
}
.comment-author {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
}
.comment-author a {
  color: #000;
}
.comment-content {
  font-size: 14px;
  line-height: 16px;
}
.comment-meta {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #808080;
  text-transform: uppercase;
  font-size: 11px;
}
.comment-meta a {
  color: #808080;
}
.comment-meta a.comment-reply-link {
  float: right;
  color: #000;
  font-weight: bold;
}
.comment-meta .updated-time {
  color: #737373;
  font-style: italic;
}
.comment-meta {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f4f4f4;
}
.comment-meta strong {
  color: #000;
}
.comment-meta p {
  margin-bottom: 0;
}
.comment-list .media .pull-left {
  margin-right: 10px;
}
.comment-list .children {
  margin-left: 42px;
}
.summary-module {
  width: 324px;
  clear: both;
  float: right;
  margin: 0 0 20px 20px;
}
.summary-module ul {
  margin-left: 0;
}
.summary-module ul li {
  font-size: 16px;
  line-height: 20px;
  color: #808080;
  list-style-type: none;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #f4f4f4;
}
@media (max-width: 560px) {
  .summary-module {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}
.place-module .caption {
  font-size: 16px;
  line-height: 14px;
  color: #808080;
  margin: 0;
  padding: 20px 0 0 0;
}
.related-module .block-title {
  margin-top: 15px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .entry-header h1.entry-title {
    line-height: 31px;
    font-size: 32px;
  }
  .entry-content {
    font-size: 16px;
  }
  .entry-content p {
    line-height: 22px;
  }
}
@media (max-width: 560px) {
  .entry-content .wp-post-thumbnail {
    width: 100%;
  }
}
p.form-allowed-tags {
  display: none;
}
.report-a-typo-form .ugc-inner-wrapper h2 {
  display: none;
}
.report-a-typo-form .ugc-inner-wrapper .ugc-input-wrapper input[type="text"],
.report-a-typo-form .ugc-inner-wrapper .ugc-input-wrapper textarea {
  box-sizing: border-box;
}
.profile .image-social {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  margin: 0 14px;
}
.profile .image-social ul {
  padding-top: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #f4f4f4;
}
.profile .image-social ul li a {
  color: #808080;
  text-decoration: none;
}
.profile .image-social ul li a:hover {
  color: #000;
}
.profile .page-header h2 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 12px;
}
.people .thumbnails {
  text-align: center;
}
.people .thumbnails li {
  padding-bottom: 14px;
}
.people .thumbnails li a {
  color: #000;
  text-decoration: none;
  display: block;
}
.people h5.name {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 4px;
}
.people .title {
  font-size: 12px;
  line-height: 14px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.weather-tabs {
  margin-bottom: 7px;
  margin-top: 14px;
}
.weather-tabs li {
  width: 33.33333%;
  text-align: center;
}
@media (max-width: 380px) {
  .weather-tabs li a {
    font-size: 10px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
#weather-main {
  background-color: #fff;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 20px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
#weather-main .block-title {
  color: #fff !important;
  margin: 0 0 10px;
}
#weather-main .current-conditions {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  margin-bottom: 0;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
#weather-main .current-conditions .border-right {
  border-color: rgba(255, 255, 255, 0.2);
}
#weather-main .current-conditions .currently {
  margin-top: 20px;
  margin-bottom: 20px;
}
#weather-main .current-conditions .currently i {
  float: left;
  font-size: 110px;
  line-height: 140px;
  margin-right: 10px;
}
#weather-main .current-conditions .currently i:before {
  margin: 0;
}
#weather-main .current-conditions .currently-details {
  font-size: 12px;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#weather-main .current-conditions .currently-description {
  min-width: 160px;
}
#weather-main .current-conditions .temp {
  font-size: 72px;
  line-height: 92px;
  letter-spacing: -4px;
}
#weather-main .current-conditions .hi-low {
  font-size: 26px;
}
#weather-main .current-conditions .precip {
  font-size: 18px;
  padding: 15px 0;
}
#weather-main .current-conditions .hi-low .icon-chevron-right {
  font-size: 18px;
  position: relative;
  top: -3px;
}
#weather-main .current-conditions .radar a {
  display: block;
  height: 130px;
  overflow: hidden;
  border: 3px solid rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#weather-main .current-conditions .radar a:hover {
  border-color: rgba(255, 255, 255, 0.9);
}
#weather-main .current-conditions .radar img {
  height: auto;
  width: 100%;
}
#weather-main .forecast {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
}
#weather-main .forecast .span-day {
  width: 14.28571428571429%;
  margin: 0;
  text-align: center;
  font-size: 14px;
}
#weather-main .forecast .day-hi-low {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
#weather-main .forecast .day-hi-low .icon-chevron-right {
  font-size: 10px;
  position: relative;
  top: -2px;
}
#weather-main .forecast .day-description {
  font-size: 12px;
  word-break: break-word;
  display: block;
  line-height: 15px;
  margin-top: 10px;
}
#weather-main .forecast .day-details {
  font-size: 11px;
  color: #808080;
  line-height: 16px;
}
.table-forecast thead th {
  padding-bottom: 15px;
}
.table-forecast td,
.table-forecast th {
  font-size: 12px;
  line-height: 14px;
  vertical-align: middle;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding: 15px 8px;
}
.table-forecast .today {
  font-size: 18px;
  font-weight: bold;
}
.table-forecast .first td,
.table-forecast .first th {
  padding-bottom: 4px;
}
.table-forecast .second td,
.table-forecast .second th {
  border-top: none;
  padding-top: 4px;
}
.table-forecast tr td:first-child {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 380px) {
  .table-forecast {
    position: relative;
    left: 50%;
    margin-left: -160px;
  }
  .current-conditions .ad {
    overflow: visible;
    margin-left: -50%;
    margin-right: -50%;
  }
}
.maps-radar {
  border-top: 1px solid #dfdfdf;
  padding: 20px 0;
  margin: 20px 0;
}
.maps-radar .thumbnails img {
  margin-bottom: 5px;
}
.maps-radar .thumbnails .span2 img {
  max-height: 84px;
  overflow: hidden;
}
.maps-radar .thumbnails > li {
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 16px;
}
.maps-radar .thumbnails > li a {
  color: #000;
}
@media (max-width: 767px) {
  .maps-radar .thumbnails > li.span2 {
    float: left;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
}
.health {
  border-top: 1px solid #dfdfdf;
  padding: 20px 0;
  margin: 20px 0;
}
.health .row {
  text-align: center;
}
.health .details {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.health .details.move-up {
  position: relative;
  top: -140px;
  margin-bottom: -85px;
}
.health .details .title {
  font-size: 12px;
}
.health .details .value {
  font-size: 14px;
  font-weight: bold;
}
.stories-weather {
  border-top: 1px solid #dfdfdf;
  padding: 20px 0;
  margin: 20px 0;
}
#watches-warnings .accordion-inner {
  font-size: 14px;
}
#watches-warnings h5 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #f26522;
}
#watches-warnings dl {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
#watches-warnings .accordion-toggle span:first-child {
  margin-left: 10px;
}
#weather-main.blowing-dust,
#home-promo.blowing-dust,
#weather-main.smoke,
#home-promo.smoke {
  background-image: url(f38ce51fde148d7effa393321a5facbf0603aeae.jpg) ;
}
#weather-main.blowing-dust.night,
#home-promo.blowing-dust.night,
#weather-main.smoke.night,
#home-promo.smoke.night {
  background-image: url(f2d2711591468496d9da12764c54e904e496def1.jpg) ;
}
#weather-main.blowing-snow,
#home-promo.blowing-snow {
  background-image: url(d28f620e552f39e898eeee760a716f9c064a4f83.jpg) ;
}
#weather-main.blowing-snow.night,
#home-promo.blowing-snow.night {
  background-image: url(3516aa6c08d60ff1224479b29bc28279e3f6c58e.jpg) ;
}
#weather-main.clear,
#home-promo.clear {
  background-image: url(8842c1da778deccde4d61a705c076709ab5370fd.jpg) ;
}
#weather-main.clear.night,
#home-promo.clear.night {
  background-image: url(f18f02548c24bc1a7e0a52d63dc32e66d457a475.jpg) ;
}
#weather-main.drizzle,
#home-promo.drizzle,
#weather-main.light-drizzle,
#home-promo.light-drizzle,
#weather-main.heavy-drizzle,
#home-promo.heavy-drizzle {
  background-image: url(e4712674783a2a954d5300411c42ca6602f8978e.jpg) ;
}
#weather-main.drizzle.night,
#home-promo.drizzle.night,
#weather-main.light-drizzle.night,
#home-promo.light-drizzle.night,
#weather-main.heavy-drizzle.night,
#home-promo.heavy-drizzle.night {
  background-image: url(2f002d994147ebcb8bacba6e1f68aa600e0f99a0.jpg) ;
}
#weather-main.fog,
#home-promo.fog,
#weather-main.patchy-fog,
#home-promo.patchy-fog,
#weather-main.light-fog,
#home-promo.light-fog,
#weather-main.heavy-fog,
#home-promo.heavy-fog,
#weather-main.moderate-fog,
#home-promo.moderate-fog {
  background-image: url(5db8573dc4cea0a0ff36bfc090edb1ddecb0078a.jpg) ;
}
#weather-main.fog.night,
#home-promo.fog.night,
#weather-main.patchy-fog.night,
#home-promo.patchy-fog.night,
#weather-main.light-fog.night #weather-main.heavy-fog.night,
#weather-main.light-fog.night #home-promo.heavy-fog.night,
#home-promo.light-fog.night #weather-main.heavy-fog.night,
#home-promo.light-fog.night #home-promo.heavy-fog.night,
#weather-main.moderate-fog.night,
#home-promo.moderate-fog.night {
  background-image: url(aafb3271f8cab31594ca11ddf70bd7427de5c248.jpg) ;
}
#weather-main.freezing-drizzle,
#home-promo.freezing-drizzle {
  background-image: url(752df927368572a09c32a9d4099c333db65a7444.jpg) ;
}
#weather-main.freezing-drizzle.night,
#home-promo.freezing-drizzle.night {
  background-image: url(9e6c7ab2405154f5107483fb44b575fb210f1751.jpg) ;
}
#weather-main.freezing-rain,
#home-promo.freezing-rain {
  background-image: url(d3598a0774a1f952ab6b4c08a596904072a37488.jpg) ;
}
#weather-main.freezing-rain.night,
#home-promo.freezing-rain.night {
  background-image: url(72779a7359179ce549cecb5dbe99791a59511779.jpg) ;
}
#weather-main.hail,
#home-promo.hail {
  background-image: url(f02c931321b31ea8ae9105620fd0cf9fc880298b.jpg) ;
}
#weather-main.hail.night,
#home-promo.hail.night {
  background-image: url(20dbd9ffcda5601bc0c1ea2e3ee99669a4490f84.jpg) ;
}
#weather-main.haze,
#home-promo.haze {
  background-image: url(a3745df82700c3d2be391be34a6e4f246f7016bd.jpg) ;
}
#weather-main.haze.night,
#home-promo.haze.night {
  background-image: url(07444022607a91afb7b465e5ec23b70622a722e5.jpg) ;
}
#weather-main.heavy-snow,
#home-promo.heavy-snow,
#weather-main.moderate-snow,
#home-promo.moderate-snow {
  background-image: url(d74a8a2e34b8bf97dd8adb8468b9c5b7f9c8fb56.jpg) ;
}
#weather-main.heavy-snow.night,
#home-promo.heavy-snow.night,
#weather-main.moderate-snow.night,
#home-promo.moderate-snow.night {
  background-image: url(00f0b520d44fee40f4b69f4566156822607d558a.jpg) ;
}
#weather-main.light-snow,
#home-promo.light-snow {
  background-image: url(458ad782127ab0b9df3ad1f74d966e21eb13d983.jpg) ;
}
#weather-main.light-snow.night,
#home-promo.light-snow.night {
  background-image: url(85578e2cc1148a5cb80daa258b05067e942a7335.jpg) ;
}
#weather-main.mostly-clear,
#home-promo.mostly-clear,
#weather-main.scattered-clouds,
#home-promo.scattered-clouds,
#weather-main.few-clouds,
#home-promo.few-clouds,
#weather-main.broken-clouds,
#home-promo.broken-clouds {
  background-image: url(d9f752a6f3aa61b5ffc2ab23d4756d9ee34ccfe6.jpg) ;
}
#weather-main.mostly-clear.night,
#home-promo.mostly-clear.night,
#weather-main.scattered-clouds.night,
#home-promo.scattered-clouds.night,
#weather-main.few-clouds.night,
#home-promo.few-clouds.night,
#weather-main.broken-clouds.night,
#home-promo.broken-clouds.night {
  background-image: url(7aae915f040149069dc611b073a471cd60319f19.jpg) ;
}
#weather-main.mostly-cloudy,
#home-promo.mostly-cloudy,
#weather-main.cloudy,
#home-promo.cloudy {
  background-image: url(957138beb105504b25d20c42bab627f6597eeef0.jpg) ;
}
#weather-main.mostly-cloudy.night,
#home-promo.mostly-cloudy.night,
#weather-main.cloudy.night,
#home-promo.cloudy.night {
  background-image: url(bd01ad1f225c8c9d63d1cc6375c8015a8d6b2f72.jpg) ;
}
#weather-main.overcast,
#home-promo.overcast {
  background-image: url(d7cc4c636badc708cdb6a977f448a8edfa8b787a.jpg) ;
}
#weather-main.overcast.night,
#home-promo.overcast.night {
  background-image: url(d27b2c7954fd737afa34de09cdf37b58c37554c8.jpg) ;
}
#weather-main.partly-cloudy,
#home-promo.partly-cloudy {
  background-image: url(0f8169d7d1e18c28b593931bcdbd366a645d0b23.jpg) ;
}
#weather-main.partly-cloudy.night,
#home-promo.partly-cloudy.night {
  background-image: url(c2e7b6432f92c6c67db0b32a09056ebfa0a4d0e4.jpg) ;
}
#weather-main.rain,
#home-promo.rain,
#weather-main.moderate-rain,
#home-promo.moderate-rain,
#weather-main.light-rain,
#home-promo.light-rain {
  background-image: url(01ae7a8bca8195038a840cc032e7b7feabd1d892.jpg) ;
}
#weather-main.rain.night,
#home-promo.rain.night,
#weather-main.moderate-rain.night,
#home-promo.moderate-rain.night,
#weather-main.light-rain.night,
#home-promo.light-rain.night {
  background-image: url(861f7d52061ecce6bc45713ffebada8e7d1b8377.jpg) ;
}
#weather-main.rain-showers,
#home-promo.rain-showers {
  background-image: url(fbcd29b1cf9267363b4e36101f1f14967eba912c.jpg) ;
}
#weather-main.rain-showers.night,
#home-promo.rain-showers.night {
  background-image: url(7e100592984b147d5b2aff017db924d06a511a9c.jpg) ;
}
#weather-main.sleet,
#home-promo.sleet {
  background-image: url(def6d08e62dcefbd1c24b01d17bf3369a4f29b9b.jpg) ;
}
#weather-main.sleet.night,
#home-promo.sleet.night {
  background-image: url(94deb2a7c9ea898b0622c55161201ac0cade5243.jpg) ;
}
#weather-main.snow,
#home-promo.snow {
  background-image: url(946c6105068e2d513d3943fb00b2bce026a62276.jpg) ;
}
#weather-main.snow.night,
#home-promo.snow.night {
  background-image: url(3b1706a12b47cb73e9370c97a8bf548d7cb0ac33.jpg) ;
}
#weather-main.snow-showers,
#home-promo.snow-showers {
  background-image: url(007d379d7c7d1345c5427a2233c3b0788268c651.jpg) ;
}
#weather-main.snow-showers.night,
#home-promo.snow-showers.night {
  background-image: url(3ad6ed28e2ffcaca5dd3bae50809504a42f9113c.jpg) ;
}
#weather-main.t-storms,
#home-promo.t-storms,
#weather-main.heavy-t-storms,
#home-promo.heavy-t-storms,
#weather-main.thunderstorm,
#home-promo.thunderstorm,
#weather-main.heavy-thunderstorm,
#home-promo.heavy-thunderstorm {
  background-image: url(668718d9fe78b3fd23eb275f71dcec94e32db922.jpg) ;
}
#weather-main.t-storms.night,
#home-promo.t-storms.night,
#weather-main.heavy-t-storms.night,
#home-promo.heavy-t-storms.night,
#weather-main.thunderstorm.night,
#home-promo.thunderstorm.night,
#weather-main.heavy-thunderstorm.night,
#home-promo.heavy-thunderstorm.night {
  background-image: url(da9ea9b211f7a548df70858cd277fcb0f0772c01.jpg) ;
}
#weather-main.flooding,
#home-promo.flooding {
  background-image: url(4886a5cedeb38c7c0fe366b6c376c7f206d244e8.jpg) ;
}
#weather-main.heat-wave,
#home-promo.heat-wave {
  background-image: url(b6b70517a6837a493474307b482f05c84ed16578.jpg) ;
}
#weather-main.hurricane,
#home-promo.hurricane {
  background-image: url(13e7ae2becb488d3f4aeadfb712319cadeaa7d99.jpg) ;
}
#weather-main.tropical-storm,
#home-promo.tropical-storm {
  background-image: url(5409dbbd1add0b27f76e1c6e87ee95890cbd466c.jpg) ;
}
#weather-main.tornado,
#home-promo.tornado,
#weather-main.funnel-cloud,
#home-promo.funnel-cloud,
#weather-main.funnel-cloud.night,
#home-promo.funnel-cloud.night {
  background-image: url(2d04baaac7f973acce2d9398ac19aad635219815.jpg) ;
}
#weather-main.wind-day,
#home-promo.wind-day {
  background-image: url(d7bd9717f2d5dfb7dd00ef13ff5c0c79969559d8.jpg) ;
}
#weather-main.frigid,
#home-promo.frigid {
  background-image: url(f1b752f7a6e11cf4176f34ce57d8cc6b3c36e59e.jpg) ;
}
@media (max-width: 979px) {
  #weather-main {
    text-align: center;
  }
  #weather-main .currently {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    width: auto;
    float: none;
    margin-top: 0!important;
  }
  #weather-main .current-conditions .temp {
    line-height: 128px;
  }
  #weather-main .currently .currently-description {
    clear: both;
    float: none;
  }
  #weather-main .span6-tablet {
    margin-bottom: 15px;
  }
  #weather-main .forecast .span-day {
    width: 100%;
    display: table;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  #weather-main .forecast .span-day:last-child {
    border-bottom: none;
    padding: 0;
    margin: 0;
  }
  #weather-main .forecast .row-day {
    display: table-row;
  }
  #weather-main .forecast .date,
  #weather-main .forecast .day-hi-low,
  #weather-main .forecast .day-description,
  #weather-main .forecast .wi-5x {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
  }
  #weather-main .forecast .date {
    font-size: 11px;
    line-height: 13px;
    width: 15%;
  }
  #weather-main .forecast .day-hi-low {
    text-align: right;
    width: 25%;
  }
  #weather-main .forecast .day-description {
    width: 45%;
  }
  #weather-main .forecast .wi-5x {
    font-size: 22px;
    width: 15%;
    text-align: center;
  }
  #weather-main .forecast .day-details {
    display: none;
  }
}
@media (max-width: 979px) and (min-width: 559px) {
  #weather-main .forecast .day-description {
    width: 25%;
  }
  #weather-main .forecast .day-details {
    text-align: right;
    display: table-cell;
    width: 20%;
  }
}
@media (max-width: 380px) {
  #weather-main .current-conditions .currently i {
    font-size: 88px;
  }
  #weather-main .current-conditions .temp {
    font-size: 58px;
    line-height: 88px;
  }
  #weather-main .current-conditions .hi-low {
    font-size: 18px;
  }
  #weather-main .current-conditions .hi-low i.icon-chevron-right {
    top: 0;
  }
  #weather-main .forecast .date,
  #weather-main .forecast .day-hi-low,
  #weather-main .forecast .day-description,
  #weather-main .forecast .day-hi-low i.icon-chevron-right {
    font-size: 70%;
  }
}
body {
  padding-top: 98px!important;
}
header {
  -webkit-transition: margin 0.25s;
  -moz-transition: margin 0.25s;
  -o-transition: margin 0.25s;
  transition: margin 0.25s;
}
.brand {
  padding-right: 10px!important;
}
#site-wide-alerts {
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.site-wide-alert {
  display: block;
  width: 100%;
  background-color: #ed1c24;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 18px;
}
.site-wide-alert:hover {
  background-color: #ef343b;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.75);
}
.site-wide-alert.alert-red {
  background-color: #ed1c24;
}
.site-wide-alert.alert-green {
  background-color: #46a546;
}
.site-wide-alert.alert-gray {
  background-color: #212121;
}
.site-wide-alert.alert-red:hover {
  background-color: #ef343b;
}
.site-wide-alert.alert-green:hover {
  background-color: #50b550;
}
.site-wide-alert.alert-gray:hover {
  background-color: #2e2e2e;
}
.lean-slider {
  position: relative;
  *zoom: 1;
  overflow: hidden;
}
.lean-slider:before,
.lean-slider:after {
  content: " ";
  display: table;
}
.lean-slider:after {
  clear: both;
}
.lean-slider-slide {
  float: left;
  width: 100%;
  margin-right: -100%;
}
.lean-slider-slide a {
  padding-bottom: 200px;
  margin-bottom: -190px;
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition: -webkit-transform 0.75s ease-in-out;
  -moz-transition: -webkit-transform 0.75s ease-in-out;
  -o-transition: -webkit-transform 0.75s ease-in-out;
  transition: -webkit-transform 0.75s ease-in-out;
  -webkit-transition: -moz-transform 0.75s ease-in-out;
  -moz-transition: -moz-transform 0.75s ease-in-out;
  -o-transition: -moz-transform 0.75s ease-in-out;
  transition: -moz-transform 0.75s ease-in-out;
  -webkit-transition: -ms-transform 0.75s ease-in-out;
  -moz-transition: -ms-transform 0.75s ease-in-out;
  -o-transition: -ms-transform 0.75s ease-in-out;
  transition: -ms-transform 0.75s ease-in-out;
  -webkit-transition: -o-transform 0.75s ease-in-out;
  -moz-transition: -o-transform 0.75s ease-in-out;
  -o-transition: -o-transform 0.75s ease-in-out;
  transition: -o-transform 0.75s ease-in-out;
  -webkit-transition: transform 0.75s ease-in-out;
  -moz-transition: transform 0.75s ease-in-out;
  -o-transition: transform 0.75s ease-in-out;
  transition: transform 0.75s ease-in-out;
}
.lean-slider-slide.current a {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media (max-width: 767px) {
  .site-wide-alert {
    font-size: 60%;
  }
}
#top-navigation {
  background: #131313;
  padding-bottom: 5px;
}
#top-navigation .btn-group {
  margin-top: 0;
}
#top-navigation .btn-group .btn {
  font-size: 12px;
}
#top-navigation .btn {
  margin-top: 5px;
}
#top-navigation .btn-link {
  color: #fff;
  text-decoration: none;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
#top-navigation .btn-link:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
#top-navigation .text-small {
  font-size: 10px;
  text-transform: none;
}
#top-navigation .icon-zap2it {
  width: 14px;
  height: 14px;
  display: inline-block;
  background: transparent url(73135bc2b5509650794bf64f08030732ca0e0821.png)  50% 50% no-repeat;
  background-size: 100%;
  margin-bottom: -3px;
}
header.navbar-inverse #main-navigation {
  background-color: #212121;
}
#sub-navigation ul li a {
  font-size: 11px;
}
#main-navigation .menu-item-type-custom a:after {
  font-family: 'FontAwesome';
  content: ' \F08E';
}
#search-form {
  background: #212121;
}
#search-form .container {
  padding-top: 14px;
}
#search-form form {
  float: left;
  width: 90%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 14px;
}
#search-form input {
  width: 70%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 38px;
  margin-left: 10px;
}
#search-form button {
  width: 20%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 38px;
  margin-top: 0;
}
#search-form .btn-close {
  width: 17px;
  margin-right: 10px;
  float: right;
  padding: 0;
  color: #fff;
  text-decoration: none;
}
.top-nav-left {
  float: left;
  max-width: 70%;
  overflow: hidden;
  height: 33px;
}
.top-nav-right {
  float: right;
}
#btn-livestream {
  margin-left: 10px;
  max-width: 95%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#nav-weather .dropdown-menu {
  background: #212121;
  border-color: #212121;
}
#nav-weather .indicator-warning {
  background: #f26522;
  color: #fff;
  position: absolute;
  font-size: 10px;
  right: 0px;
  top: 0px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  line-height: 0;
  text-align: center;
  width: 12px;
  height: 13px;
  padding: 3px;
}
#nav-weather .dropdown-toggle {
  border-right-width: 1px;
  border-right-style: solid;
  border-color: rgba(255, 255, 255, 0.1);
  line-height: 36px;
}
#nav-weather .dropdown-toggle i {
  position: relative;
  top: 4px;
  font-size: 20px;
}
#nav-weather .dropdown-toggle .temp {
  font-size: 16px;
}
#nav-weather .dropdown-menu {
  width: 270px;
  padding: 15px;
  font-weight: normal;
}
#nav-weather .dropdown-menu hr {
  margin: 15px 0;
  border-color: #131313;
}
#nav-weather .dropdown-menu strong {
  font-weight: bold;
}
#nav-weather .dropdown-menu .city {
  line-height: 14px;
  min-height: 16px;
}
#nav-weather .dropdown-menu .city h6 {
  margin: 0;
  line-height: 14px;
  font-size: 14px;
}
#nav-weather .dropdown-menu .currently {
  font-size: 72px;
}
#nav-weather .dropdown-menu .currently i {
  font-size: 64px;
  line-height: 1.5em;
}
#nav-weather .dropdown-menu .temp {
  text-align: center;
  font-size: 52px;
  line-height: 72px;
}
#nav-weather .dropdown-menu .hi-lo {
  font-size: 14px;
  padding-top: 9px;
}
#nav-weather .dropdown-menu .icon-chevron-right {
  font-size: 8px;
  position: relative;
  top: -1px;
}
#main-navigation .container {
  position: relative;
}
#main-navigation .container .ad {
  overflow: visible;
  position: absolute;
  right: 0;
}
@media (max-width: 979px) {
  #main-navigation .container {
    position: relative;
  }
  #main-navigation .container .ad {
    position: absolute;
    right: 10px;
    top: 0;
  }
  #main-navigation a {
    border: none;
  }
  #nav-weather {
    position: absolute;
    top: 0;
    right: 130px;
    left: auto;
    margin-bottom: -60px;
  }
  #nav-weather .dropdown-toggle {
    border: none;
  }
  #nav-weather .dropdown-menu {
    display: none;
  }
}
@media (max-width: 485px) {
  #nav-weather {
    right: 10px;
  }
  #main-navigation .ad {
    display: none;
  }
}
footer .footer-block {
  background: #f4f4f4;
  border-bottom: 1px solid #dfdfdf;
  padding-top: 10px;
  padding-bottom: 10px;
}
footer #extra-links i {
  display: block;
  margin-bottom: 15px;
}
footer #extra-links .nav li a {
  font-size: 14px;
  font-weight: bold;
  min-width: 135px;
}
footer #small-print {
  color: #808080;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 10px;
  text-align: center;
}
footer #small-print a {
  color: #808080;
}
footer #small-print a:hover {
  color: #212121;
}
footer #small-print strong {
  font-size: 14px;
}
.oo-player-container .oo-state-screen-title {
  font-size: .9em!important;
}
.oo-player-container .oo-logo {
  height: 40px!important;
  width: 120px;
  margin: -20px 0;
}
.oo-player-container .oo-logo img {
  display: none;
}
.oo-player-container a {
  color: #00a4e2;
}
.ballotbox,
.ballotbox div,
.ballotbox div.answer,
.ballotbox div.answer div.answer_text,
.ballotbox div.answer div.control,
.ballotbox div.buttons,
.ballotbox div.detailed_results,
.ballotbox div.poll_body,
.ballotbox div.poll_title,
.ballotbox div.question_text,
.ballotbox div.result,
.ballotbox div.result div.answer_text,
.ballotbox div.result div.percent,
.ballotbox div.wrap_up,
.ballotbox form,
.ballotbox input,
.ballotbox label,
.ballotbox span {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  width: auto;
  color: #222;
  text-decoration: auto;
  text-align: left;
}
.civicscience.ballotbox {
  font-family: Lato, sans-serif;
  font-size: 16px;
}
.civicscience.ballotbox .header,
.civicscience.ballotbox .poll_title {
  margin: 0 0 10px;
  color: #8F0000;
  font-size: .9em;
  text-transform: uppercase;
  font-weight: 700;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.civicscience.ballotbox .question_text {
  font-size: .8em;
  margin: 0 0 10px;
  font-weight: 400;
  padding: 4px 0 ;
}
.civicscience.ballotbox ul.answer_options {
  list-style: none;
  margin: 0;
}
.civicscience.ballotbox ul.answer_options::after {
  content: "Submit";
  padding: 5px 10px;
  margin: 10px 0 0;
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: .8em;
  display: table;
}
.civicscience.ballotbox ul.answer_options {
  cursor: pointer;
}
.civicscience.ballotbox ul.answer_options li {
  display: table;
  width: 100%;
  font-size: .9em;
}
.civicscience.ballotbox ul.answer_options li label {
  display: table;
  font-size: 13px ;
  line-height: 22px;
}
.civicscience.ballotbox ul.answer_options li input {
  margin: 6px 10px ;
  display: table;
  float: left;
}
.ballotbox ul.answer_options li input[type=radio] + label {
  margin: 4px 0 0;
}
.civicscience.ballotbox .answer {
  margin: 0 0 7px;
  display: table;
  width: 100%;
}
.civicscience.ballotbox .answer .answer_text {
  float: left;
  width: 90% ;
}
.civicscience.ballotbox .answer .answer_text label {
  display: table;
  font-size: 1em;
  color: #333;
  font-weight: 400;
  width: 95%;
}
.civicscience.ballotbox .answer input {
  margin: 2px 10px 0 0;
  float: left;
  display: table;
}
.civicscience.ballotbox input.vote {
  padding: 5px 10px;
  margin: 5px 0 0;
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: .8em;
  display: table;
  cursor: pointer;
  font-family: Lato, sans-serif;
}
.civicscience.ballotbox .answer_results .answer {
  font-size: .9em;
  width: 100%;
}
.civicscience.ballotbox .answer_results .answer_percentage {
  width: 40px ;
  float: left;
  text-align: left ;
  padding-right: 0 ;
}
.civicscience.ballotbox .answer_results .answer_text {
  display: table;
  width: 84%;
}
.civicscience.ballotbox .result {
  font-size: .8em;
  width: 100%;
  margin: 0 0 7px;
}
.civicscience.ballotbox .result .percent {
  width: 40px;
  float: left;
  font-size: 1.1em;
}
.civicscience.ballotbox .result .answer_text label {
  display: table;
  width: 91%;
  font-size: 1.1em;
}
.civicscience.ballotbox .detailed_results {
  font-size: .8em;
  margin: 20px 0 0;
}
.civicscience.ballotbox .detailed_results a {
  color: #006C95;
  text-transform: uppercase;
  font-weight: 700;
}
.civicscience.ballotbox .controls {
  display: table;
  width: 100%;
}
.civicscience.ballotbox .controls .next {
  padding: 5px 10px;
  margin: 10px 0 0;
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: .8em;
  display: table;
  float: right;
}
.civicscience.ballotbox .controls .next::after {
  content: ">>";
}
.civicscience.ballotbox .controls .next {
  cursor: pointer;
}
.civicscience.ballotbox .controls .previous {
  padding: 5px 10px;
  margin: 10px 0 0;
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: .8em;
  display: table;
  float: left;
}
.civicscience.ballotbox .controls .previous::after {
  content: "<<";
}
.civicscience.ballotbox .controls .previous {
  cursor: pointer;
}
.civicscience.ballotbox .buttons {
  display: table;
  width: 100%;
}
.civicscience.ballotbox .buttons input.next {
  padding: 5px 10px;
  margin: 10px 0 0;
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: .8em;
  display: table;
  cursor: pointer;
  float: right;
  font-family: Lato, sans-serif;
}
.civicscience.ballotbox .buttons input.previous {
  padding: 5px 10px;
  margin: 10px 0 0;
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: .8em;
  display: table;
  cursor: pointer;
  float: left;
  font-family: Lato, sans-serif;
}
.civicscience.ballotbox .wrap_up .end_title {
  font-size: 1em;
}
.civicscience.ballotbox .wrap_up .end a {
  color: #006C95;
}
.civicscience.ballotbox .wrap_up .end {
  font-size: .8em;
  margin: 2px 0 30px;
}
@media only screen and (min-width: 321px) {
  .civicscience.ballotbox .header,
  .civicscience.ballotbox .question_text {
    font-size: 1em;
  }
  .ballotbox ul.answer_options {
    margin: 0 0 15px;
    list-style: none;
    padding: 0;
  }
  .ballotbox ul.answer_options li label:hover {
    cursor: pointer;
  }
  .ballotbox ul.answer_options li input[type=radio] {
    display: none;
  }
  .ballotbox ul.answer_options li input[type=radio] + label {
    font-size: 1em;
    color: #999;
    border: 1px solid #ddd;
    background: #f9f9f9;
    padding: 6px;
    border-radius: 5px;
    font-weight: 400;
    margin: 0;
    display: block;
    margin: 4px 0;
  }
  .civicscience.ballotbox ul.answer_options::after {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .civicscience.ballotbox .header,
  .civicscience.ballotbox .question_text {
    font-size: 1em;
  }
  .ballotbox ul.answer_options {
    margin: 0 0 15px;
    list-style: none;
    padding: 0;
  }
  .ballotbox ul.answer_options li label:hover {
    cursor: pointer;
  }
  .ballotbox ul.answer_options li input[type=radio] {
    display: none;
  }
  .ballotbox ul.answer_options li input[type=radio] + label {
    font-size: 1em;
    color: #999;
    border: 1px solid #ddd;
    background: #f9f9f9;
    padding: 6px;
    border-radius: 5px;
    font-weight: 400;
    margin: 0;
    display: block;
    margin: 4px 0;
  }
  .civicscience.ballotbox ul.answer_options::after {
    display: none;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .civicscience.ballotbox .header,
  .civicscience.ballotbox .question_text {
    font-size: 1em;
  }
  .ballotbox ul.answer_options {
    margin: 0 0 15px;
    list-style: none;
    padding: 0;
  }
  .ballotbox ul.answer_options li label:hover {
    cursor: pointer;
  }
  .ballotbox ul.answer_options li input[type=radio] {
    display: none;
  }
  .ballotbox ul.answer_options li input[type=radio] + label {
    font-size: 1em;
    color: #999;
    border: 1px solid #ddd;
    background: #f9f9f9;
    padding: 6px;
    border-radius: 5px;
    font-weight: 400;
    margin: 0;
    display: block;
    margin: 4px 0;
  }
  .civicscience.ballotbox ul.answer_options::after {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 959px) {
  .civicscience.ballotbox .header {
    font-size: 1.1em;
  }
  .civicscience.ballotbox .question_text {
    font-size: 1em;
  }
  .ballotbox ul.answer_options {
    margin: 0 0 15px;
    list-style: none;
    padding: 0;
  }
  .ballotbox ul.answer_options li label:hover {
    cursor: pointer;
  }
  .ballotbox ul.answer_options li input[type=radio] {
    display: none;
  }
  .ballotbox ul.answer_options li input[type=radio] + label {
    font-size: 1em;
    color: #999;
    border: 1px solid #ddd;
    background: #f9f9f9;
    padding: 10px;
    border-radius: 5px;
    font-weight: 400;
    margin: 0;
    display: block;
  }
  .civicscience.ballotbox ul.answer_options::after {
    display: none;
  }
}
@media only screen and (min-width: 960px) {
  .ballotbox ul.answer_options {
    margin: 0 0 15px;
    list-style: none;
    padding: 0;
  }
  .ballotbox ul.answer_options li input[type=radio] + label {
    font-size: 1em;
    color: #333;
    border: none;
    background: 0 0;
    padding: 0;
    font-weight: 400;
    margin: 4px 0 0;
    display: table;
  }
  .ballotbox ul.answer_options li input[type=radio] {
    display: block;
  }
  .civicscience.ballotbox ul.answer_options::after {
    content: "Submit";
    padding: 5px 10px;
    margin: 14px 0 0;
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: .8em;
    display: table;
  }
  div.civicscience.ballotbox label {
    display: table ;
  }
}
#civicscience-widget div.civicscience.ballotbox {
  font-size: 14px;
  line-height: 18px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#civicscience-widget div.civicscience.ballotbox label {
  font-size: 14px;
  font-weight: bold;
}
#civicscience-widget div.civicscience.ballotbox div.poll_title,
#civicscience-widget div.civicscience.ballotbox div.header {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 14px;
  margin-top: 14px;
  font-weight: bold;
}
#civicscience-widget div.civicscience.ballotbox div.question_text {
  padding: 0 0 14px 0;
}
#civicscience-widget div.civicscience.ballotbox ul.answer_options {
  margin: 0;
  padding: 0;
}
#civicscience-widget div.civicscience.ballotbox div.answer,
#civicscience-widget div.civicscience.ballotbox ul.answer_options li {
  clear: both;
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
}
#civicscience-widget div.civicscience.ballotbox div.answer_results div.answer {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #f4f4f4;
}
#civicscience-widget div.civicscience.ballotbox div.answer_results div.answer div.answer_percentage {
  float: left;
  font-weight: bold;
  padding-right: 10px;
  width: 45px;
  text-align: right;
}
#civicscience-widget div.civicscience.ballotbox div.answer_results div.answer div.answer_text {
  float: left;
}
#civicscience-widget div.civicscience.ballotbox div.answer div.control {
  float: left;
  margin: 0 10px 0 5px;
}
#civicscience-widget div.civicscience.ballotbox ul.answer_options li input {
  float: left;
  margin: 5px 10px 0 0;
}
#civicscience-widget div.civicscience.ballotbox div.answer div.control input {
  margin: 0;
  padding: 0;
  cursor: pointer;
}
#civicscience-widget div.civicscience.ballotbox div.poll_progress.current_1.total_3 {
  height: 20px;
  width: 300px;
  background: url(dc923aad3841108559a189209adcf6061a62b72c.png)  no-repeat center;
}
#civicscience-widget div.civicscience.ballotbox div.result div.percent {
  float: left;
  width: 50px;
}
#civicscience-widget div.civicscience.ballotbox div.detailed_results {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px 0 0 3px;
}
#civicscience-widget div.civicscience.ballotbox div.buttons input,
#civicscience-widget div.civicscience.ballotbox div.controls input {
  float: right;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 0 12px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 28px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  color: rgba(0, 0, 0, 0.5);
  background-color: #dfdfdf;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  *margin-left: .3em;
}
#civicscience-widget div.civicscience.ballotbox div.buttons input:hover,
#civicscience-widget div.civicscience.ballotbox div.controls input:hover,
#civicscience-widget div.civicscience.ballotbox div.buttons input:focus,
#civicscience-widget div.civicscience.ballotbox div.controls input:focus,
#civicscience-widget div.civicscience.ballotbox div.buttons input:active,
#civicscience-widget div.civicscience.ballotbox div.controls input:active,
#civicscience-widget div.civicscience.ballotbox div.buttons input.active,
#civicscience-widget div.civicscience.ballotbox div.controls input.active,
#civicscience-widget div.civicscience.ballotbox div.buttons input.disabled,
#civicscience-widget div.civicscience.ballotbox div.controls input.disabled,
#civicscience-widget div.civicscience.ballotbox div.buttons input[disabled],
#civicscience-widget div.civicscience.ballotbox div.controls input[disabled] {
  color: rgba(0, 0, 0, 0.5);
  background-color: #b9b9b9;
}
#civicscience-widget div.civicscience.ballotbox div.buttons input:active,
#civicscience-widget div.civicscience.ballotbox div.controls input:active,
#civicscience-widget div.civicscience.ballotbox div.buttons input.active,
#civicscience-widget div.civicscience.ballotbox div.controls input.active {
  background-color: #acacac \9;
}
#civicscience-widget div.civicscience.ballotbox div.buttons input:first-child,
#civicscience-widget div.civicscience.ballotbox div.controls input:first-child {
  *margin-left: 0;
}
#civicscience-widget div.civicscience.ballotbox div.buttons input:hover,
#civicscience-widget div.civicscience.ballotbox div.controls input:hover,
#civicscience-widget div.civicscience.ballotbox div.buttons input:focus,
#civicscience-widget div.civicscience.ballotbox div.controls input:focus {
  text-decoration: none;
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}
#civicscience-widget div.civicscience.ballotbox div.buttons input:focus,
#civicscience-widget div.civicscience.ballotbox div.controls input:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#civicscience-widget div.civicscience.ballotbox div.buttons input.active,
#civicscience-widget div.civicscience.ballotbox div.controls input.active,
#civicscience-widget div.civicscience.ballotbox div.buttons input:active,
#civicscience-widget div.civicscience.ballotbox div.controls input:active {
  background-image: none;
  outline: 0;
}
#civicscience-widget div.civicscience.ballotbox div.buttons input.disabled,
#civicscience-widget div.civicscience.ballotbox div.controls input.disabled,
#civicscience-widget div.civicscience.ballotbox div.buttons input[disabled],
#civicscience-widget div.civicscience.ballotbox div.controls input[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/********************** old styles above - the styles above can be deleted after the polling widget upgrade ***************/
.ballotbox,
.ballotbox div,
.ballotbox span,
.ballotbox form,
.ballotbox label,
.ballotbox input,
.ballotbox .poll_title,
.ballotbox .poll_body,
.ballotbox .question_text,
.ballotbox .answer,
.ballotbox .answer .control,
.ballotbox .answer .answer_text,
.ballotbox .result,
.ballotbox .result .percent,
.ballotbox .result .answer_text,
.ballotbox .buttons,
.ballotbox .detailed_results,
.ballotbox .wrap_up {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  width: auto;
  color: #222;
  text-decoration: auto;
  text-align: left;
}
.ballotbox {
  width: 300px;
  display: table;
  font: 12px/18px Arial, Helvetica, sans-serif;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.civicscience.ballotbox .poll_body.loading {
  width: 22px;
  height: 22px;
  background-size: 70%;
  margin: 40px auto;
}
.loading:before,
.loading:after,
.loading {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loading {
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loading:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loading:after {
  left: 3.5em;
}
.loading:before,
.loading:after {
  content: '';
  position: absolute;
  top: 0;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em #999;
  }
  40% {
    box-shadow: 0 2.5em 0 0 #999999;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em #999999;
  }
  40% {
    box-shadow: 0 2.5em 0 0 #999999;
  }
}
.ballotbox .header {
  color: #8f0000;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0 ;
}
.ballotbox .question_text {
  font-size: 15px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0 ;
  margin: 6px 0 2px ;
  font-weight: bold;
  line-height: 21px;
}
.ballotbox ul.answer_options {
  margin: 8px 0 8px 0;
  list-style: none;
  padding: 0;
}
/****************** @group Desktop Widget *******************/
.ballotbox.click ul.answer_options li {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block ;
}
.ballotbox.click ul.answer_options li input {
  float: left;
  width: 16px;
  margin: 3px 7px 0 0;
}
.ballotbox.click ul.answer_options li label {
  margin: 2px 0 0 6px;
  display: table;
  font-weight: normal;
  font-size: 14px;
  color: #333;
  cursor: pointer;
}
.ballotbox.click ul.answer_options li input[type="checkbox"] {
  margin: 3px 4px 0 0;
}
.ballotbox input.submit {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0;
  font-size: 12px;
  height: 28px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer ;
  border: none;
  color: rgba(0, 0, 0, 0.5);
  background-color: #dfdfdf;
  margin: 10px 0 0;
  width: 80px;
  color: #000;
  border-radius: 3px;
  height: 30px;
}
.ballotbox input.submit:hover {
  cursor: pointer;
  opacity: .9;
}
/*************** @group Answer portion of the widget ******************/
.ballotbox .answer_results {
  display: table;
  font-size: 15px;
  font-weight: normal;
  margin: 15px 0 4px 25px;
}
.ballotbox .answer_results .answer {
  margin: 0 0 10px 0;
}
.ballotbox .answer_percentage {
  width: 50px;
  float: left;
}
.ballotbox .answer_text {
  float: none;
  margin: 0 0 10px;
  border-bottom: 1px solid #ddd;
  padding: 0 0 5px;
}
.civicscience.ballotbox .answer.correct_answer .answer_percentage::before {
  content: "➞";
  display: table;
  float: left;
  width: 10px;
  margin: 0 10px 0 -23px;
}
.civicscience.ballotbox .answer.my_answer .answer_percentage::before {
  content: "✕";
  display: table;
  float: left;
  width: 10px;
  margin: 0 10px 0 -23px;
}
.civicscience.ballotbox .answer.correct_answer.my_answer .answer_percentage::before {
  content: "✓";
  display: table;
  float: left;
  width: 10px;
  margin: 0 10px 0 -23px;
}
.civicscience.ballotbox .answer .answer_text {
  display: table ;
  color: #333 ;
}
.civicscience.ballotbox .answer.my_answer .answer_text {
  color: #ed4d52;
}
.civicscience.ballotbox .answer.my_answer .answer_percentage {
  color: #ed4d52;
}
.civicscience.ballotbox .answer.correct_answer.my_answer .answer_text {
  color: #00c914;
}
.civicscience.ballotbox .answer.correct_answer.my_answer .answer_percentage {
  color: #00c914;
}
.civicscience.ballotbox .answer.my_answer .answer_text {
  color: #ed4d52;
}
.ballotbox .progress_bar {
  margin: 10px 0 10px;
  font-size: 9px;
  color: #000;
  font-weight: normal;
  float: left;
  width: 140px;
}
.ballotbox .controls {
  height: 20px;
  margin: 0 0 10px 0;
  display: table;
  width: 100%;
}
.ballotbox .controls .next {
  float: right ;
  padding: 5px 10px;
  background: #dcdcdc;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}
.ballotbox .controls .next::after {
  content: ">>";
}
.ballotbox .controls .previous {
  float: left;
  padding: 5px 10px;
  background: #dcdcdc;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 12px;
  text-align: center;
}
.ballotbox .controls .previous::after {
  content: "<<";
}
.ballotbox .detailed_results a {
  color: #2171b8;
  text-decoration: none;
  font-size: 13px;
}
.ballotbox div.wrap_up {
  margin: 12px 0 16px;
}
.ballotbox div.wrap_up .end_title {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px;
}
.ballotbox div.wrap_up .end {
  font-size: 12px;
}
.ballotbox div.wrap_up a {
  color: #2171b8;
  text-decoration: none;
}
.ballotbox .footer {
  font-size: 9px;
  color: #000;
  font-weight: 300;
  float: right;
}
.civicscience.ballotbox ul.answer_options::after {
  display: none;
}
@media (max-width: 992px) {
  .ballotbox {
    width: 100%;
  }
  .ballotbox.click ul.answer_options li label {
    background: #e9e9e9;
    width: 98%;
    border-radius: 5px;
    margin: 0 ;
    cursor: pointer;
    border: 1px solid #ebebeb;
    padding: 10px 0 10px 2%;
    display: table ;
    opacity: 1;
  }
  .ballotbox.click ul.answer_options li input {
    display: none;
  }
  .ballotbox.click ul.answer_options li input[type=radio]:checked + label {
    background: #ebebeb;
    border: 1px solid #ddd;
    color: #666;
  }
  .ballotbox ul.answer_options li input[type=radio] + label {
    font-size: 1em;
    color: #333;
    border: 1px solid #ddd;
    background: #f9f9f9;
    border-radius: 5px;
    font-weight: 400;
    margin: 6px 0 0;
  }
  /*** Mobile Checkbox Styles ****/
  /*  background color when checked */
  .ballotbox ul.answer_options li input[type=checkbox]:checked + label {
    opacity: .6;
  }
  /*  square before answer options not checked */
  .ballotbox ul.answer_options li input[type=checkbox] + label:before {
    content: "□";
    width: 20px;
    height: 20px;
    display: inline-block;
  }
  /*  checkmark before answer options when checked */
  .ballotbox ul.answer_options li input[type=checkbox]:checked + label:before {
    content: "✓";
    width: 20px;
    height: 20px;
    display: inline-block;
  }
  .ballotbox input.submit {
    font-size: 15px;
    margin: 10px 0 0;
    width: 100%;
    color: #333;
    border-radius: 3px;
    height: 44px;
  }
}
#taboola-rightrailthumbnails-mix {
  margin-top: 15px;
}
#ltv-zap2it .zap2it-contentapi {
  background: transparent;
}
#ltv-zap2it .zap2it-contentapi .module-head .fl-left {
  width: 75%;
}
#ltv-zap2it .zap2it-contentapi .module-head .fl-right {
  width: 25%;
}
#ltv-zap2it .zap2it-contentapi .title-holder a {
  color: #000;
  font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#ltv-zap2it.inverted .provider {
  color: #808080;
}
#ltv-zap2it.inverted h5.block-title,
#ltv-zap2it.inverted .title-holder a,
#ltv-zap2it.inverted .title-holder a:hover {
  color: #fff !important;
}
#googleTraffic {
  width: 100%;
  height: 800px;
}
#googleTraffic img {
  max-width: none;
}
#googleTraffic:empty {
  display: none;
}
#beatthetraffic {
  margin: 0 auto;
  display: block;
}
#radiate-traffic {
  height: 800px;
  margin-left: 20px;
  position: relative;
  line-height: 17px;
}
#radiate-traffic .nvt_commuter {
  font-family: 'Lato', sans-serif;
}
#radiate-traffic img {
  max-width: none;
}
#radiate-traffic a {
  color: #000 !important;
  cursor: pointer;
  text-decoration: none;
}
#radiate-traffic a:hover {
  text-decoration: underline;
}
#radiate-traffic .nvt_commuter .nvtwa_cnt .nvt_roads_List_cnt {
  height: 90%;
}
#radiate-traffic .nvtwa_menu,
#radiate-traffic .nvt_map_Toolbar,
#radiate-traffic .nvt_tablesorter thead tr th,
#radiate-traffic .nvtwa_subMenu .nvt_sub_menu_tab {
  color: #808080;
  background: #fff;
}
#radiate-traffic .nvtwa_menu,
#radiate-traffic .nvt_map_Toolbar,
#radiate-traffic .nvt_tablesorter thead,
#radiate-traffic .nvt_roads_List .nvt_road_name,
#radiate-traffic .nvt_roads_List .nvt_trend,
#radiate-traffic .nvt_roads_List_links,
#radiate-traffic .nvt_Roads_List_cityarea,
#radiate-traffic .nvtwa_subMenu .nvt_sub_menu_tab {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
#radiate-traffic .nvtwa_subMenu .nvt_sub_menu_tab {
  white-space: nowrap;
}
#radiate-traffic .nvt_tablesorter thead tr,
#radiate-traffic .nvt_tablesorter thead tr th {
  border: none!important;
}
#radiate-traffic .nvt_tablesorter thead tr .headerSortUp,
#radiate-traffic .nvt_tablesorter thead tr .headerSortDown {
  color: #000;
  background: #fff;
  border: none;
}
#radiate-traffic .nvt_tablesorter thead tr .headerSortUp span:after,
#radiate-traffic .nvt_tablesorter thead tr .headerSortDown span:after {
  font-size: 14px;
  font-family: 'FontAwesome';
  padding-left: 2px;
  line-height: 0;
}
#radiate-traffic .nvt_tablesorter thead tr .headerSortUp span:after {
  content: '\F0D8';
}
#radiate-traffic .nvt_tablesorter thead tr .headerSortDown span:after {
  content: '\F0D7';
}
#radiate-traffic .nvt_gizmo .nvt_tablesorter tbody td {
  font-family: 'Lato', sans-serif;
  border-right: none;
  border-color: #dfdfdf;
}
#radiate-traffic .nvt_gizmo .nvt_tablesorter tbody tr:hover td {
  background-color: #f4f4f4 !important;
}
#radiate-traffic .nvt_gizmo .nvt_tablesorter tbody tr.odd td {
  background-color: #fafafa;
}
#radiate-traffic .nvt_commuter .nvt_menu_tab {
  border-color: #fff;
  color: #808080;
}
#radiate-traffic .nvt_commuter .nvtwa_menu .nvt_menu_tab_selected,
#radiate-traffic .nvt_commuter .nvtwa_subMenu .nvt_menu_tab_selected {
  color: #000;
  background: #fff;
}
#radiate-traffic .nvt_roads_List .nvt_incidentCount {
  color: #ed1c24 !important;
  background: none!important;
}
#radiate-traffic .nvt_toolbarBtn,
#radiate-traffic .nvt_tab_content,
#radiate-traffic .nvt_drop_arrow_right,
#radiate-traffic .nvt_drop_arrow_down {
  background-image: none;
  padding: 0;
  text-decoration: none!important;
}
#radiate-traffic .nvt_toolbarBtn:before,
#radiate-traffic .nvt_tab_content:before,
#radiate-traffic .nvt_route:before {
  font-size: 14px;
  line-height: 0;
  font-family: 'FontAwesome';
  padding-right: 2px;
}
#radiate-traffic .nvt_toolbarBtn:before {
  font-size: 18px;
}
#radiate-traffic .nvt_route {
  content: '';
}
#radiate-traffic .nvt_tbHome:before {
  content: '\F015';
}
#radiate-traffic .nvt_tbFilter:before {
  content: '\F041';
}
#radiate-traffic .nvt_img_Traffic:before {
  content: '\F018';
}
#radiate-traffic .nvt_img_Search:before {
  content: '\F002';
}
#radiate-traffic .nvt_img_Directions:before,
#radiate-traffic .nvt_route:before {
  content: '\F14E';
}
#radiate-traffic .nvt_img_Saved:before {
  content: '\F005';
}
#radiate-traffic .nvt_jf,
#radiate-traffic .nvt_jf0,
#radiate-traffic .nvt_jf1,
#radiate-traffic .nvt_jf2,
#radiate-traffic .nvt_jf3,
#radiate-traffic .nvt_jf4,
#radiate-traffic .nvt_jf5,
#radiate-traffic .nvt_jf6,
#radiate-traffic .nvt_jf7,
#radiate-traffic .nvt_jf8,
#radiate-traffic .nvt_jf9,
#radiate-traffic .nvt_jf10 {
  background-image: url(59f38af0d6c33c1a25e64b7df31084acd30181b3.) ;
}
#radiate-traffic .nvt_jf0,
#radiate-traffic .nvt_jf1,
#radiate-traffic .nvt_jf2,
#radiate-traffic .nvt_jf3,
#radiate-traffic .nvt_jf4,
#radiate-traffic .nvt_jf5,
#radiate-traffic .nvt_jf6,
#radiate-traffic .nvt_jf7,
#radiate-traffic .nvt_jf8,
#radiate-traffic .nvt_jf9,
#radiate-traffic .nvt_jf10 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 24px;
  color: #fff;
}
#radiate-traffic .nvt_roads_List .nvt_road_shield {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 11px!important;
  line-height: 15px!important;
  letter-spacing: -1px;
  background-image: url(f51b37ee8e1aeb2897cf38e3acd1bcf5dc8f7664.)  !important;
}
#radiate-traffic .nvt_separator {
  color: #dfdfdf;
}
#radiate-traffic .nm_bubble_content {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  background: #212121;
  border-color: #212121;
  color: #fff;
  width: auto;
}
#radiate-traffic .nm_bubble_content > div > div {
  font-family: 'Lato', sans-serif;
}
#radiate-traffic .nm_bubble_controls .nm_bubble_control_close {
  color: #fff !important;
  float: right;
  padding-top: 5px;
}
#radiate-traffic .nm_bubble_tail {
  display: none;
}
#radiate-traffic .nvt_mapFilter {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  top: 14px;
  left: 0;
}
#radiate-traffic .nvt_mapFilter div {
  color: #fff;
  background: #212121;
}
#radiate-traffic .nvt_mapFilter .nvt_mapFilterTop {
  display: none;
}
#radiate-traffic .nvt_filterclose {
  padding-bottom: 10px;
}
#radiate-traffic .nvt_filterclose img {
  display: none;
}
#radiate-traffic .nvt_filterclose:before {
  font-size: 16px;
  content: '×';
}
#radiate-traffic .nvt_route_btnclose {
  content: '';
  background: #fff;
}
#radiate-traffic .nvt_route_btnclose:before {
  color: #000;
  content: '×';
}
#radiate-traffic .nvt_modal .nvt_modalContent .nvt_close {
  position: absolute;
  font-size: 10px;
  top: 4px;
  right: 32px;
  background-image: none;
  overflow: visible;
  width: 10px;
  text-transform: uppercase;
}
#radiate-traffic .nvt_menu:hover {
  text-decoration: none;
}
#radiate-traffic .nvt_toolbar_menu {
  background: #212121;
  border-color: #212121;
  width: 150px;
  padding: 0;
  left: 0;
}
#radiate-traffic .nvt_login .nvt_modal .nvt_modalContent h3,
#radiate-traffic .nvt_login .nvt_MyRoutes_Save_not_saved,
#radiate-traffic .nvt_login span.nvt_Login_sign_in,
#radiate-traffic .nvt_not_registered_title span,
#radiate-traffic .nvt_routeSubTitle,
#radiate-traffic .nvt_stationDetail_desc,
#radiate-traffic .nvt_UserMgmt_Register_titel,
#radiate-traffic .nvt_login_heading,
#radiate-traffic .nvt_disamb_header {
  color: #000;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  line-height: 22px;
}
#radiate-traffic .nvt_modal .nvt_nose {
  background-image: url(1465549d6b927c78292f0d34d682eadf315e3efe.) ;
}
#radiate-traffic a.nvt_reg_here {
  font-weight: bold;
  text-decoration: underline;
}
#radiate-traffic .nvt_modal .nvt_modalContent,
#radiate-traffic .nvt_routing_Summary .nvt_routebox_wrap_active .nvt_routebox,
#radiate-traffic .nvt_routing_Instructions .nvt_row_station {
  background: #fff;
}
#radiate-traffic .nvt_toolbar_menu ul li {
  width: 100%;
  padding: 5px 0;
  color: #fff;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#radiate-traffic .nvt_toolbar_menu ul li:hover {
  background: #000;
}
#radiate-traffic .nvt_typeahead_dropdown {
  border: none;
}
#radiate-traffic .nvt_img_flag {
  background-image: url(a991c730dff13d8d446bb3c960a062426ba39914.) ;
}
#radiate-traffic .nvt_loading_modalc {
  background: rgba(255, 255, 255, 0.5);
}
#radiate-traffic .nvt_gizmo .nvt_loading {
  left: 150px;
  border: 1px solid #f4f4f4;
  width: 90px;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(2653ae7e78e2d3f2bd3c3a666108ce173d2d3ee8.) ;
}
#radiate-traffic .nvt_UserMgmt_Register span.cnt_reg_validator {
  border: none;
}
#radiate-traffic .nvt_UserMgmt_Register span.cnt_valid {
  background-image: url(1e444c7e9d4a7b97de768bf7afb3a27f48c11c50.)  !important;
}
#radiate-traffic .nvt_UserMgmt_Register span.cnt_invalid {
  background-image: url(ec8b0349d4b41ce9ecdb84364f64c9e3f27fd40c.)  !important;
}
#radiate-traffic .nvt_login input {
  width: 250px;
}
#radiate-traffic .nvt_UserMgmt_Login input {
  width: 90%;
}
#radiate-traffic select {
  height: 25px;
}
#radiate-traffic input {
  height: 25px;
  padding: 0 5px;
  font-size: 14px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border-width: 1px;
}
#radiate-traffic input[type="radio"],
#radiate-traffic input[type="checkbox"] {
  margin: 0 4px 0 0;
  height: auto;
}
#radiate-traffic .nvt_disambiguationArea {
  padding: 20px 20px 0 0;
}
#radiate-traffic .nvt_routing_Form .nvt_route_options_div,
#radiate-traffic .nvt_routebox {
  border: none!important;
}
#radiate-traffic .nvt_routing_Form .nvt_station {
  background-color: #fdfdfd;
  border: 1px solid #dfdfdf;
  -webkit-box-shadow: inset 0 2px 0 #f3f3f3;
  -moz-box-shadow: inset 0 2px 0 #f3f3f3;
  box-shadow: inset 0 2px 0 #f3f3f3;
  width: 95%;
}
#radiate-traffic .nvt_routing_Form .nvt_station_row td.nvt_input_field_holder,
#radiate-traffic .nvt_station_typeahead {
  border: none!important;
}
#radiate-traffic .nvt_LocalSearch_Form_search_btn {
  float: left;
}
#radiate-traffic .nvt_searchfor {
  width: 70%;
}
#radiate-traffic .nvt_localSearch_Result ul li a {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-left: 0!important;
}
#radiate-traffic a.nvt_btn span {
  background: none;
  display: inline;
  line-height: auto;
  padding: 0;
  margin: 0;
}
#radiate-traffic a.nvt_btn {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 0 12px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 28px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  color: rgba(0, 0, 0, 0.5);
  background-color: #dfdfdf;
  background-image: none!important;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  *margin-left: .3em;
}
#radiate-traffic a.nvt_btn:hover,
#radiate-traffic a.nvt_btn:focus,
#radiate-traffic a.nvt_btn:active,
#radiate-traffic a.nvt_btn.active,
#radiate-traffic a.nvt_btn.disabled,
#radiate-traffic a.nvt_btn[disabled] {
  color: rgba(0, 0, 0, 0.5);
  background-color: #b9b9b9;
}
#radiate-traffic a.nvt_btn:active,
#radiate-traffic a.nvt_btn.active {
  background-color: #acacac \9;
}
#radiate-traffic a.nvt_btn:first-child {
  *margin-left: 0;
}
#radiate-traffic a.nvt_btn:hover,
#radiate-traffic a.nvt_btn:focus {
  text-decoration: none;
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}
#radiate-traffic a.nvt_btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#radiate-traffic a.nvt_btn.active,
#radiate-traffic a.nvt_btn:active {
  background-image: none;
  outline: 0;
}
#radiate-traffic a.nvt_btn.disabled,
#radiate-traffic a.nvt_btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#radiateTraffic {
  font-family: 'Lato', sans-serif;
  margin-left: -40px;
  margin-right: -20px;
  height: 600px!important;
}
#radiateTraffic #radiateTraffic-menu {
  height: 35px;
  z-index: 1;
}
#radiateTraffic #radiateTraffic-menu ul li {
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
}
#radiateTraffic #radiateTraffic-menu ul li a {
  color: #808080 !important;
  text-decoration: none;
}
#radiateTraffic #radiateTraffic-menu ul li.active a {
  color: #000 !important;
}
#radiateTraffic #radiateTraffic-menu li a:before {
  background: none;
  font-family: 'FontAwesome';
  font-size: 18px;
  line-height: 0;
  position: relative;
  top: -2px;
}
#radiateTraffic #radiateTraffic-menu li.map a:before {
  content: '\F0AC';
}
#radiateTraffic #radiateTraffic-menu li.traffic a:before {
  content: '\F018';
}
#radiateTraffic #radiateTraffic-menu li.saved a:before {
  content: '\F005';
}
#radiateTraffic #radiateTraffic-mapZoomIn,
#radiateTraffic #radiateTraffic-mapZoomOut,
#radiateTraffic #radiateTraffic-mapLocate {
  left: 30px!important;
}
#radiateTraffic #radiateTraffic-mapZoomIn,
#radiateTraffic #radiateTraffic-mapZoomOut,
#radiateTraffic #radiateTraffic-mapLocate,
#radiateTraffic #radiateTraffic-mapZoomIn:before,
#radiateTraffic #radiateTraffic-mapZoomOut:before,
#radiateTraffic #radiateTraffic-mapLocate:before {
  background: none;
  font-family: 'FontAwesome';
  font-size: 32px;
  line-height: 32px;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#radiateTraffic #radiateTraffic-mapZoomIn:before {
  content: '\F0FE';
}
#radiateTraffic #radiateTraffic-mapZoomOut:before {
  content: '\F146';
}
#radiateTraffic #radiateTraffic-mapLocate:before {
  content: '\F05B';
}
#radiateTraffic .roadSign {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: -1px;
  background-image: url(f51b37ee8e1aeb2897cf38e3acd1bcf5dc8f7664.)  !important;
}
#radiateTraffic #radiateTraffic-traffic {
  background: #fff;
}
#radiateTraffic #radiateTraffic-content li.road {
  background: #fff;
  border: 1px solid #dfdfdf;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-width: 0 0 1px 0;
}
#radiateTraffic #radiateTraffic-content li.road .roadName {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 5px;
  font-size: 14px;
  white-space: nowrap;
}
#radiateTraffic #radiateTraffic-content li.road .roadStretch {
  font-size: 12px;
}
#radiateTraffic #radiateTraffic-content li.road .roadSpeed {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  -webkit-border-radius: 10px 0 0 0;
  -moz-border-radius: 10px 0 0 0;
  border-radius: 10px 0 0 0;
}
#radiateTraffic #radiateTraffic-content li.road .roadSpeed.green {
  background: #46a546;
}
#radiateTraffic #radiateTraffic-content li.road .roadSpeed.yellow {
  background: #ffc40d;
}
#radiateTraffic #radiateTraffic-content li.road .roadSpeed.red {
  background: #ed1c24;
}
#radiateTraffic #radiateTraffic-login input[type="text"],
#radiateTraffic #radiateTraffic-login input[type="password"] {
  display: inline-block;
  height: 28px;
  padding: 4px 12px;
  margin-bottom: 14px;
  font-size: 18px;
  line-height: 28px;
  color: #808080;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  vertical-align: middle;
  background-color: #fdfdfd;
  border: 1px solid #dfdfdf;
  -webkit-box-shadow: inset 0 2px 0 #f3f3f3;
  -moz-box-shadow: inset 0 2px 0 #f3f3f3;
  box-shadow: inset 0 2px 0 #f3f3f3;
}
#radiateTraffic #radiateTraffic-login label {
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
}
#radiateTraffic #radiateTraffic-login h3 {
  background: #fff;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  text-align: center;
  border: 1px solid #f4f4f4;
  border-width: 1px 0;
  margin-bottom: 10px;
}
#radiateTraffic form {
  text-align: center;
}
#radiateTraffic #radiateTraffic-login .info {
  margin-top: 40px;
}
#radiateTraffic #radiateTraffic-login input[type="submit"] {
  width: 100%;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 0 12px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 28px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  color: rgba(0, 0, 0, 0.5);
  background-color: #dfdfdf;
  background-image: none!important;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  *margin-left: .3em;
}
#radiateTraffic #radiateTraffic-login input[type="submit"]:hover,
#radiateTraffic #radiateTraffic-login input[type="submit"]:focus,
#radiateTraffic #radiateTraffic-login input[type="submit"]:active,
#radiateTraffic #radiateTraffic-login input[type="submit"].active,
#radiateTraffic #radiateTraffic-login input[type="submit"].disabled,
#radiateTraffic #radiateTraffic-login input[type="submit"][disabled] {
  color: rgba(0, 0, 0, 0.5);
  background-color: #b9b9b9;
}
#radiateTraffic #radiateTraffic-login input[type="submit"]:active,
#radiateTraffic #radiateTraffic-login input[type="submit"].active {
  background-color: #acacac \9;
}
#radiateTraffic #radiateTraffic-login input[type="submit"]:first-child {
  *margin-left: 0;
}
#radiateTraffic #radiateTraffic-login input[type="submit"]:hover,
#radiateTraffic #radiateTraffic-login input[type="submit"]:focus {
  text-decoration: none;
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}
#radiateTraffic #radiateTraffic-login input[type="submit"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#radiateTraffic #radiateTraffic-login input[type="submit"].active,
#radiateTraffic #radiateTraffic-login input[type="submit"]:active {
  background-image: none;
  outline: 0;
}
#radiateTraffic #radiateTraffic-login input[type="submit"].disabled,
#radiateTraffic #radiateTraffic-login input[type="submit"][disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.entry-share {
  padding: 15px 0 0 0;
}
div.sharedaddy {
  -webkit-transition: "all .5s ease-in-out";
  -moz-transition: "all .5s ease-in-out";
  -o-transition: "all .5s ease-in-out";
  transition: "all .5s ease-in-out";
}
div.sharedaddy.stuck {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
}
.admin-bar div.sharedaddy.stuck {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar div.sharedaddy.stuck {
    top: 46px;
  }
}
@media (max-width: 600px) {
  .admin-bar div.sharedaddy.stuck {
    top: 0;
  }
}
.recaptcha_input_area_text {
  line-height: 5px !important;
}
#recaptcha_response_field {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
div.sharedaddy h3.sd-title {
  display: none!important;
}
div.sharedaddy .sd-content ul {
  display: table;
  width: 100%;
  background-color: #f4f4f4;
}
div.sharedaddy .sd-content ul li {
  display: table-cell;
}
@media (max-width: 520px) {
  div.sharedaddy .sd-content ul li {
    display: none;
  }
  div.sharedaddy .sd-content ul li.share-facebook,
  div.sharedaddy .sd-content ul li.share-twitter,
  div.sharedaddy .sd-content ul li.share-pinterest,
  div.sharedaddy .sd-content ul li.share-email {
    display: table-cell;
  }
}
div.sharedaddy .sd-content ul li.share-facebook a.sd-button {
  color: #fff!important;
  background-color: #3b5998;
}
div.sharedaddy .sd-content ul li.share-facebook a.sd-button:hover {
  background-color: #1e2e4f;
}
div.sharedaddy .sd-content ul li.share-twitter a.sd-button {
  color: #fff!important;
  background-color: #55acee;
}
div.sharedaddy .sd-content ul li.share-twitter a.sd-button:hover {
  background-color: #147bc9;
}
div.sharedaddy .sd-content ul li a.sd-button {
  width: 100%;
  box-sizing: border-box;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 15px 10px;
  margin: 0 0 0 0;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: none!important;
  color: rgba(0, 0, 0, 0.8);
  background-color: #f4f4f4;
  *margin-left: .3em;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
div.sharedaddy .sd-content ul li a.sd-button:hover,
div.sharedaddy .sd-content ul li a.sd-button:focus,
div.sharedaddy .sd-content ul li a.sd-button:active,
div.sharedaddy .sd-content ul li a.sd-button.active,
div.sharedaddy .sd-content ul li a.sd-button.disabled,
div.sharedaddy .sd-content ul li a.sd-button[disabled] {
  color: rgba(0, 0, 0, 0.8);
  background-color: #e7e7e7;
}
div.sharedaddy .sd-content ul li a.sd-button:active,
div.sharedaddy .sd-content ul li a.sd-button.active {
  background-color: #dbdbdb \9;
}
div.sharedaddy .sd-content ul li a.sd-button:first-child {
  *margin-left: 0;
}
div.sharedaddy .sd-content ul li a.sd-button:before {
  font-size: 24px;
  line-height: 15px;
}
div.sharedaddy .sd-content ul li a.sd-button:hover,
div.sharedaddy .sd-content ul li a.sd-button:focus {
  text-decoration: none;
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}
div.sharedaddy .sd-content ul li a.sd-button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
div.sharedaddy .sd-content ul li a.sd-button.active,
div.sharedaddy .sd-content ul li a.sd-button:active {
  background-image: none;
  outline: 0;
}
div.sharedaddy .sd-content ul li a.sd-button.disabled,
div.sharedaddy .sd-content ul li a.sd-button[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
div.sharedaddy .sd-content ul li a.sd-button span {
  white-space: nowrap;
}
div.sharedaddy .sd-content ul li a.sd-button span .share-count {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background: #212121;
  padding: 4px 6px;
}
@media (max-width: 520px) {
  div.sharedaddy .sd-content ul li a.sd-button span {
    display: none;
  }
}
#sharing_email {
  margin: 30px 0 0 -239px;
}
#sharing_email input.sharing_send {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 2px 10px;
  margin: 0 10px 0 0;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: none!important;
  color: rgba(0, 0, 0, 0.8) !important;
  background-color: #f4f4f4 !important;
  *margin-left: .3em;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
#sharing_email input.sharing_send:hover,
#sharing_email input.sharing_send:focus,
#sharing_email input.sharing_send:active,
#sharing_email input.sharing_send.active,
#sharing_email input.sharing_send.disabled,
#sharing_email input.sharing_send[disabled] {
  color: rgba(0, 0, 0, 0.8) !important;
  background-color: #e7e7e7 !important;
}
#sharing_email input.sharing_send:active,
#sharing_email input.sharing_send.active {
  background-color: #dbdbdb \9 !important;
}
#sharing_email input.sharing_send:first-child {
  *margin-left: 0;
}
#sharing_email a.sharing_cancel {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.jp-carousel-wrap .jp-carousel-info h2 {
  font-size: 16px!important;
  font-family: 'Lato', sans-serif !important;
}
.jp-carousel-commentlink {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.jp-carousel-image-download {
  display: none!important;
}
/*! fancyBox 3.0.0 Beta 1 fancyapps.com | fancyapps.com/fancybox/#license */
#fancybox-loading,
#fancybox-lock,
.fancybox-wrap,
.fancybox-skin,
.fancybox-inner,
.fancybox-error,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-wrap embed,
a.fancybox-close,
a.fancybox-expand,
a.fancybox-nav,
a.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: none;
  text-shadow: none;
}
#fancybox-lock {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100020;
  overflow-y: scroll;
  overflow-y: auto;
  overflow-x: auto;
  -webkit-transition: -webkit-transform 0.5s;
  -webkit-transform: translateX(0px);
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
  -webkit-transform: translate3d(0, 0, 0);
}
.fancybox-opened {
  z-index: 100030;
}
.fancybox-skin {
  border-style: solid;
  border-color: #fff;
  background: #fff;
  color: #444;
}
.fancybox-inner {
  position: relative;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.fancybox-spacer {
  position: absolute;
  top: 100%;
  left: 0;
  width: 1px;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
  zoom: 1;
}
a.fancybox-close {
  position: absolute;
  top: -23px;
  right: -23px;
  width: 46px;
  height: 46px;
  cursor: pointer;
  background-position: 0 0;
  z-index: 100040;
}
a.fancybox-nav {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 100040;
  overflow: hidden;
}
.fancybox-type-iframe a.fancybox-nav,
.fancybox-type-inline a.fancybox-nav,
.fancybox-type-html a.fancybox-nav {
  width: 70px;
}
a.fancybox-prev {
  left: -70px;
}
a.fancybox-next {
  right: -70px;
}
a.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 46px;
  height: 46px;
  margin-top: -23px;
  cursor: pointer;
  z-index: 100040;
}
a.fancybox-prev span {
  left: 0;
  background-position: 0 -50px;
}
a.fancybox-next span {
  right: 0;
  background-position: 0 -100px;
}
.fancybox-mobile a.fancybox-nav {
  max-width: 80px;
}
.fancybox-desktop a.fancybox-nav {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.fancybox-desktop a.fancybox-nav:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
a.fancybox-expand {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 46px;
  height: 46px;
  z-index: 100050;
  opacity: 0;
  filter: alpha(opacity=0);
  background-position: 0 -150px;
  zoom: 1;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.fancybox-wrap:hover a.fancybox-expand {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.fancybox-wrap a.fancybox-expand:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  background-color: #111;
  background-image: url(0d962ac9b77a6b17062f83bd863840b8bb618388.) ;
  background-position: center center;
  opacity: 0.85;
  filter: alpha(opacity=85);
  cursor: pointer;
  z-index: 100060;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.fancybox-tmp {
  position: absolute !important;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
.fancybox-title {
  font: normal 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  position: relative;
  text-shadow: none;
  z-index: 100050;
  display: block;
  visibility: hidden;
}
.fancybox-title-float-wrap {
  position: relative;
  margin-top: 10px;
  text-align: center;
  zoom: 1;
  left: -9999px;
}
.fancybox-title-float-wrap > div {
  display: inline-block;
  padding: 7px 20px;
  font-weight: bold;
  color: #FFF;
  text-shadow: 0 1px 2px #222;
  background: transparent;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.5);
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 15px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  max-height: 50%;
  overflow: auto;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 100010;
}
.fancybox-overlay-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
/* Default theme */
.fancybox-default-skin {
  border-color: #f9f9f9;
  background: #f9f9f9;
}
.fancybox-default-skin-open {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-default-overlay {
  background: #333;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.fancybox-default a.fancybox-close,
.fancybox-default a.fancybox-expand,
.fancybox-default a.fancybox-nav span {
  background-image: url(ffebb51afadf1df35fae5c27808b2c36f24dd565.) ;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .fancybox-default a.fancybox-close,
  .fancybox-default a.fancybox-expand,
  .fancybox-default a.fancybox-nav span {
    background-image: url(9639c67129e585a7df04157b6cb399692402aa49.) ;
    background-size: 46px auto;
  }
}
/* Dark theme */
.fancybox-dark a.fancybox-close,
.fancybox-dark a.fancybox-expand,
.fancybox-dark a.fancybox-nav span {
  background-image: url(e376e6397ca4aa27debd068f1b7f469ec7c098b8.) ;
}
.fancybox-dark-skin {
  background: #2A2A2A;
  border-color: #2A2A2A;
  color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) inset !important;
}
.fancybox-dark-overlay {
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fancybox-dark a.fancybox-close,
  .fancybox-dark a.fancybox-expand,
  .fancybox-dark a.fancybox-nav span {
    background-image: url(b8938a0263b37d5cdb14f434f2856db23881367f.) ;
    background-size: 46px auto;
  }
}
/* Light theme */
.fancybox-light a.fancybox-close,
.fancybox-light a.fancybox-expand,
.fancybox-light a.fancybox-nav span {
  background-image: url(872a099b18ff100bf94b246c46a7b156cd87e74d.) ;
}
.fancybox-light-skin-open {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
    .fancybox-light a.fancybox-close,
  .fancybox-light a.fancybox-expand,
  .fancybox-light a.fancybox-nav span {
    background-image: url(a11fb8c7be43d651d21f7f33520d480ce2b4dcb6.) ;
    background-size: 46px auto;
  }
}
.fancybox-light-overlay {
  opacity: 0.9;
  filter: alpha(opacity=90);
  background: #555555;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #999999 0%, #555555 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #999999), color-stop(100%, #555555));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #999999 0%, #555555 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, #999999 0%, #555555 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #999999 0%, #555555 100%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, #999999 0%, #555555 100%);
  /* W3C */
}
#fancybox-thumbs {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 100080;
  background: rgba(0, 0, 0, 0.3);
}
#fancybox-thumbs.bottom {
  bottom: 0px;
}
#fancybox-thumbs.top {
  top: 0px;
}
#fancybox-thumbs .outer {
  padding: 10px 34px 10px 30px;
}
#fancybox-thumbs .inner {
  width: 100%;
  overflow: hidden;
}
#fancybox-thumbs ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  left: 0;
  overflow: hidden;
}
#fancybox-thumbs ul li {
  float: left;
  padding: 3px;
  margin: 0 4px;
  list-style: none;
}
#fancybox-thumbs ul li a {
  display: block;
  overflow: hidden;
  outline: none;
  background: #222;
  box-shadow: 1px 1px 2px #000;
  border-radius: 2px;
  border: 3px solid #fff;
  zoom: 1;
}
#fancybox-thumbs ul li img {
  display: block;
  border: 0;
  margin: 0;
  padding: 0;
  border-radius: 2px;
  max-width: none;
}
#fancybox-thumbs ul li.fancybox-thumb-active {
  padding: 0;
}
#fancybox-thumbs ul li.fancybox-thumb-active a {
  opacity: 1;
  border-width: 6px;
  border-color: #fff;
}
.fancybox-thumb-prev,
.fancybox-thumb-next {
  position: absolute;
  top: 10px;
  bottom: 10px;
  width: 20px;
  background: #222;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  display: none;
}
.fancybox-thumb-prev {
  left: 4px;
}
.fancybox-thumb-next {
  right: 4px;
}
.fancybox-thumb-prev:hover,
.fancybox-thumb-next:hover {
  background: #111;
  background: rgba(0, 0, 0, 0.5);
}
.fancybox-thumb-prev span,
.fancybox-thumb-next span {
  position: absolute;
  top: 50%;
  width: 8px;
  height: 12px;
  margin-top: -6px;
  background-repeat: no-repeat;
}
.fancybox-thumb-prev span {
  left: 5px;
  background-image: url(676ce965aa47b15b50f389503d363e53f3a80b69.) ;
}
.fancybox-thumb-next span {
  right: 5px;
  background-image: url(6e12ef962887ff5064760a47e96f41fb9d6c0ced.) ;
}
.gallery {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  padding: 15px;
  background: #131313;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.gallery .block-title {
  color: #fff !important;
}
.gallery a {
  color: #fff;
  text-decoration: none!important;
}
.gallery a img {
  display: inline-block;
}
.fancybox-margin {
  margin: 0!important;
}
.fancybox-wrap {
  overflow: hidden!important;
  width: 100%!important;
  margin-right: 0!important;
  margin-left: 0!important;
}
.fancybox-inner {
  text-align: center;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  width: 100%!important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
}
.fancybox-inner .fancybox-image {
  width: auto;
  height: auto;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.fancybox-inner .fancybox-nav span {
  font-size: 36px;
  color: #fff;
  background: none!important;
  text-align: center;
}
.fancybox-inner .fancybox-prev {
  left: 0;
}
.fancybox-inner .fancybox-next {
  right: 0;
}
.fancybox-title {
  max-width: 800px;
  padding: 0 50px;
  margin: 0 auto;
}
a.fancybox-close {
  background-image: none!important;
  color: #fff;
  top: 0;
  right: 0;
  font-size: 48px;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
}
#gallery-ad {
  width: 300px;
  height: 250px;
  margin: 0 auto;
  background: #131313;
}
#fancybox-thumbs ul li.fancybox-thumb-active a {
  border: 3px solid #fff;
}
#fancybox-thumbs ul li a {
  border: none;
}
@media print {
  body {
    padding-top: 10px!important;
  }
  .navbar-fixed-top {
    position: static;
  }
  .print-logo {
    margin-bottom: 40px;
    max-width: 200px!important;
    height: auto;
  }
  .navbar #search-form,
  .navbar #top-navigation,
  #main-navigation,
  footer,
  .entry-share,
  .ad,
  a.site-wide-alert,
  .ugc-form,
  .outbrain-widget,
  .viral-grid,
  #comments,
  #sidebar,
  .nav-collapse .nav,
  #nav-weather,
  .btn-navbar,
  .trc_related_container,
  .fb-social-plugin,
  .stories-inverse {
    display: none!important;
  }
  .border-right {
    border: none!important;
  }
  .entry-header {
    padding-bottom: 20px;
  }
}
.lt-ie8 #nav-weather .dropdown-menu [class^="icon-w-"],
.lt-ie8 #nav-weather .dropdown-menu [class*=" icon-w-"] {
  display: block;
}
.lt-ie8 #cat-featured .story-grid {
  margin-left: 0;
}
.lt-ie8 #nav-weather .dropdown-toggle i {
  top: -3px;
}
.lt-ie9 #nav-weather .dropdown a.dropdown-toggle {
  border: none;
}
/*!
 * Bootstrap Responsive v2.3.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 38px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@-ms-viewport {
  width: device-width;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-left: -30px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px;
  }
  .span12 {
    width: 1170px;
  }
  .span11 {
    width: 1070px;
  }
  .span10 {
    width: 970px;
  }
  .span9 {
    width: 870px;
  }
  .span8 {
    width: 770px;
  }
  .span7 {
    width: 670px;
  }
  .span6 {
    width: 570px;
  }
  .span5 {
    width: 470px;
  }
  .span4 {
    width: 370px;
  }
  .span3 {
    width: 270px;
  }
  .span2 {
    width: 170px;
  }
  .span1 {
    width: 70px;
  }
  .offset12 {
    margin-left: 1230px;
  }
  .offset11 {
    margin-left: 1130px;
  }
  .offset10 {
    margin-left: 1030px;
  }
  .offset9 {
    margin-left: 930px;
  }
  .offset8 {
    margin-left: 830px;
  }
  .offset7 {
    margin-left: 730px;
  }
  .offset6 {
    margin-left: 630px;
  }
  .offset5 {
    margin-left: 530px;
  }
  .offset4 {
    margin-left: 430px;
  }
  .offset3 {
    margin-left: 330px;
  }
  .offset2 {
    margin-left: 230px;
  }
  .offset1 {
    margin-left: 130px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 38px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.564102564102564%;
    *margin-left: 2.5130821559392986%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.564102564102564%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94897959183673%;
  }
  .row-fluid .span11 {
    width: 91.45299145299145%;
    *width: 91.40197104482819%;
  }
  .row-fluid .span10 {
    width: 82.90598290598291%;
    *width: 82.85496249781964%;
  }
  .row-fluid .span9 {
    width: 74.35897435897436%;
    *width: 74.3079539508111%;
  }
  .row-fluid .span8 {
    width: 65.81196581196582%;
    *width: 65.76094540380255%;
  }
  .row-fluid .span7 {
    width: 57.26495726495726%;
    *width: 57.21393685679399%;
  }
  .row-fluid .span6 {
    width: 48.717948717948715%;
    *width: 48.66692830978545%;
  }
  .row-fluid .span5 {
    width: 40.17094017094017%;
    *width: 40.1199197627769%;
  }
  .row-fluid .span4 {
    width: 31.623931623931625%;
    *width: 31.57291121576836%;
  }
  .row-fluid .span3 {
    width: 23.076923076923077%;
    *width: 23.025902668759812%;
  }
  .row-fluid .span2 {
    width: 14.52991452991453%;
    *width: 14.478894121751264%;
  }
  .row-fluid .span1 {
    width: 5.982905982905983%;
    *width: 5.931885574742718%;
  }
  .row-fluid .offset12 {
    margin-left: 105.12820512820512%;
    *margin-left: 105.02616431187859%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.56410256410257%;
    *margin-left: 102.46206174777603%;
  }
  .row-fluid .offset11 {
    margin-left: 96.58119658119658%;
    *margin-left: 96.47915576487004%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.01709401709402%;
    *margin-left: 93.91505320076749%;
  }
  .row-fluid .offset10 {
    margin-left: 88.03418803418803%;
    *margin-left: 87.9321472178615%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.47008547008548%;
    *margin-left: 85.36804465375894%;
  }
  .row-fluid .offset9 {
    margin-left: 79.48717948717949%;
    *margin-left: 79.38513867085295%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.92307692307693%;
    *margin-left: 76.8210361067504%;
  }
  .row-fluid .offset8 {
    margin-left: 70.94017094017094%;
    *margin-left: 70.83813012384441%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.37606837606839%;
    *margin-left: 68.27402755974185%;
  }
  .row-fluid .offset7 {
    margin-left: 62.393162393162385%;
    *margin-left: 62.29112157683585%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.82905982905982%;
    *margin-left: 59.72701901273329%;
  }
  .row-fluid .offset6 {
    margin-left: 53.84615384615384%;
    *margin-left: 53.744113029827304%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.28205128205128%;
    *margin-left: 51.18001046572474%;
  }
  .row-fluid .offset5 {
    margin-left: 45.299145299145295%;
    *margin-left: 45.19710448281876%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.73504273504273%;
    *margin-left: 42.6330019187162%;
  }
  .row-fluid .offset4 {
    margin-left: 36.75213675213675%;
    *margin-left: 36.65009593581022%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.18803418803419%;
    *margin-left: 34.08599337170766%;
  }
  .row-fluid .offset3 {
    margin-left: 28.205128205128204%;
    *margin-left: 28.103087388801676%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.641025641025642%;
    *margin-left: 25.53898482469911%;
  }
  .row-fluid .offset2 {
    margin-left: 19.65811965811966%;
    *margin-left: 19.556078841793127%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.094017094017094%;
    *margin-left: 16.991976277690565%;
  }
  .row-fluid .offset1 {
    margin-left: 11.11111111111111%;
    *margin-left: 11.00907029478458%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.547008547008547%;
    *margin-left: 8.444967730682015%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 1156px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 1056px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 956px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 856px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 756px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 656px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 556px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 456px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 356px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 256px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 156px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 56px;
  }
  .thumbnails {
    margin-left: -30px;
  }
  .thumbnails > li {
    margin-left: 30px;
  }
  .row-fluid .thumbnails {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }
  .span12 {
    width: 724px;
  }
  .span11 {
    width: 662px;
  }
  .span10 {
    width: 600px;
  }
  .span9 {
    width: 538px;
  }
  .span8 {
    width: 476px;
  }
  .span7 {
    width: 414px;
  }
  .span6 {
    width: 352px;
  }
  .span5 {
    width: 290px;
  }
  .span4 {
    width: 228px;
  }
  .span3 {
    width: 166px;
  }
  .span2 {
    width: 104px;
  }
  .span1 {
    width: 42px;
  }
  .offset12 {
    margin-left: 764px;
  }
  .offset11 {
    margin-left: 702px;
  }
  .offset10 {
    margin-left: 640px;
  }
  .offset9 {
    margin-left: 578px;
  }
  .offset8 {
    margin-left: 516px;
  }
  .offset7 {
    margin-left: 454px;
  }
  .offset6 {
    margin-left: 392px;
  }
  .offset5 {
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 268px;
  }
  .offset3 {
    margin-left: 206px;
  }
  .offset2 {
    margin-left: 144px;
  }
  .offset1 {
    margin-left: 82px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 38px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.7624309392265194%;
    *margin-left: 2.711410531063254%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.7624309392265194%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94897959183673%;
  }
  .row-fluid .span11 {
    width: 91.43646408839778%;
    *width: 91.38544368023452%;
  }
  .row-fluid .span10 {
    width: 82.87292817679558%;
    *width: 82.82190776863231%;
  }
  .row-fluid .span9 {
    width: 74.30939226519337%;
    *width: 74.2583718570301%;
  }
  .row-fluid .span8 {
    width: 65.74585635359117%;
    *width: 65.6948359454279%;
  }
  .row-fluid .span7 {
    width: 57.18232044198895%;
    *width: 57.13130003382568%;
  }
  .row-fluid .span6 {
    width: 48.61878453038674%;
    *width: 48.56776412222347%;
  }
  .row-fluid .span5 {
    width: 40.05524861878453%;
    *width: 40.004228210621264%;
  }
  .row-fluid .span4 {
    width: 31.491712707182323%;
    *width: 31.44069229901906%;
  }
  .row-fluid .span3 {
    width: 22.92817679558011%;
    *width: 22.877156387416846%;
  }
  .row-fluid .span2 {
    width: 14.3646408839779%;
    *width: 14.313620475814634%;
  }
  .row-fluid .span1 {
    width: 5.801104972375691%;
    *width: 5.750084564212425%;
  }
  .row-fluid .offset12 {
    margin-left: 105.52486187845304%;
    *margin-left: 105.4228210621265%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.76243093922652%;
    *margin-left: 102.66039012289998%;
  }
  .row-fluid .offset11 {
    margin-left: 96.96132596685082%;
    *margin-left: 96.85928515052429%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.1988950276243%;
    *margin-left: 94.09685421129777%;
  }
  .row-fluid .offset10 {
    margin-left: 88.39779005524862%;
    *margin-left: 88.29574923892208%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.6353591160221%;
    *margin-left: 85.53331829969557%;
  }
  .row-fluid .offset9 {
    margin-left: 79.8342541436464%;
    *margin-left: 79.73221332731987%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 77.07182320441989%;
    *margin-left: 76.96978238809335%;
  }
  .row-fluid .offset8 {
    margin-left: 71.2707182320442%;
    *margin-left: 71.16867741571767%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.50828729281768%;
    *margin-left: 68.40624647649115%;
  }
  .row-fluid .offset7 {
    margin-left: 62.70718232044199%;
    *margin-left: 62.60514150411545%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.94475138121547%;
    *margin-left: 59.84271056488893%;
  }
  .row-fluid .offset6 {
    margin-left: 54.14364640883978%;
    *margin-left: 54.04160559251324%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.38121546961326%;
    *margin-left: 51.279174653286724%;
  }
  .row-fluid .offset5 {
    margin-left: 45.58011049723757%;
    *margin-left: 45.478069680911034%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.81767955801105%;
    *margin-left: 42.715638741684515%;
  }
  .row-fluid .offset4 {
    margin-left: 37.01657458563536%;
    *margin-left: 36.91453376930883%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.25414364640884%;
    *margin-left: 34.15210283008231%;
  }
  .row-fluid .offset3 {
    margin-left: 28.45303867403315%;
    *margin-left: 28.35099785770662%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.69060773480663%;
    *margin-left: 25.5885669184801%;
  }
  .row-fluid .offset2 {
    margin-left: 19.88950276243094%;
    *margin-left: 19.787461946104408%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.12707182320442%;
    *margin-left: 17.02503100687789%;
  }
  .row-fluid .offset1 {
    margin-left: 11.32596685082873%;
    *margin-left: 11.223926034502197%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.56353591160221%;
    *margin-left: 8.461495095275678%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 710px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 648px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 586px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 524px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 462px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 400px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 338px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 276px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 214px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 152px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 90px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 28px;
  }
  .span1-tablet {
    width: 42px !important;
  }
  .span2-tablet {
    width: 104px !important;
  }
  .span3-tablet {
    width: 166px !important;
  }
  .span4-tablet {
    width: 228px !important;
  }
  .span5-tablet {
    width: 290px !important;
  }
  .span6-tablet {
    width: 352px !important;
  }
  .span7-tablet {
    width: 414px !important;
  }
  .span8-tablet {
    width: 476px !important;
  }
  .span9-tablet {
    width: 538px !important;
  }
  .span10-tablet {
    width: 600px !important;
  }
  .span11-tablet {
    width: 662px !important;
  }
  .span12-tablet {
    width: 724px !important;
  }
  .row-fluid .span1-tablet {
    width: 5.801104972375691% !important;
    *width: 5.750084564212425% !important;
  }
  .row-fluid .span2-tablet {
    width: 14.3646408839779% !important;
    *width: 14.313620475814634% !important;
  }
  .row-fluid .span3-tablet {
    width: 22.92817679558011% !important;
    *width: 22.877156387416846% !important;
  }
  .row-fluid .span4-tablet {
    width: 31.491712707182323% !important;
    *width: 31.44069229901906% !important;
  }
  .row-fluid .span5-tablet {
    width: 40.05524861878453% !important;
    *width: 40.004228210621264% !important;
  }
  .row-fluid .span6-tablet {
    width: 48.61878453038674% !important;
    *width: 48.56776412222347% !important;
  }
  .row-fluid .span7-tablet {
    width: 57.18232044198895% !important;
    *width: 57.13130003382568% !important;
  }
  .row-fluid .span8-tablet {
    width: 65.74585635359117% !important;
    *width: 65.6948359454279% !important;
  }
  .row-fluid .span9-tablet {
    width: 74.30939226519337% !important;
    *width: 74.2583718570301% !important;
  }
  .row-fluid .span10-tablet {
    width: 82.87292817679558% !important;
    *width: 82.82190776863231% !important;
  }
  .row-fluid .span11-tablet {
    width: 91.43646408839778% !important;
    *width: 91.38544368023452% !important;
  }
  .row-fluid .span12-tablet {
    width: 100% !important;
    *width: 99.94897959183673% !important;
  }
}
@media (max-width: 767px) {
  body {
    padding-left: 20px!important;
    padding-right: 20px!important;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: -20px;
    margin-right: -20px;
  }
  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 38px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  .modal,
  .modal.modal-small {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade,
  .modal.modal-small.fade {
    top: -100px;
  }
  .modal.fade.in,
  .modal.modal-small.fade.in {
    top: 20px;
  }
}
@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 28px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .media .pull-left,
  .media .pull-right {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }
  .modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}
@media (max-width: 979px) {
  body {
    padding-top: 0!important;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }
  .navbar-fixed-top {
    margin-bottom: 0px;
  }
  .navbar-fixed-bottom {
    margin-top: 28px;
  }
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 0;
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px;
  }
  .nav-collapse {
    clear: both;
    background: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .nav-collapse .nav {
    float: none;
    margin: 0 0 14px;
  }
  .nav-collapse .nav > li {
    float: left;
    width: 50%;
  }
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  .nav-collapse .nav .nav-header {
    color: #ffffff;
    text-shadow: none;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px!important;
    font-weight: bold;
    color: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .nav > li > a:focus,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .dropdown-menu a:focus {
    background-color: #f2f2f2;
  }
  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.9);
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .nav > li > a:focus,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background-color: #212121;
  }
  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0;
  }
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: none;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .nav-collapse .open > .dropdown-menu {
    display: block;
  }
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }
  .nav-collapse .nav > li > .dropdown-menu:before,
  .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 14px 15px;
    margin: 14px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
  }
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #212121;
    border-bottom-color: #212121;
  }
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .nav-collapse,
  .nav-collapse.collapse {
    overflow: hidden;
    height: 0;
  }
  .navbar .btn-navbar {
    display: block;
  }
  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 979px + 1) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
@media (max-width: 380px) {
  .navbar .btn-navbar {
    font-size: 10px;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 38px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block-title,
.widget-title,
.comment-reply-title,
.pullquote,
div.civicscience.ballotbox div.poll_title,
div.civicscience.ballotbox div.header,
.trc_inner_header,
#dsnslocal h3,
#dsnslocal h3 a,
#dsnsevents h4 a,
#dsnscommunityevents h4 a {
  color: #5d738c !important;
}
.story-grid .story .extra {
  background-color: #5d738c !important;
}
header.navbar-inverse #main-navigation {
  background-color: #1f1f1f !important;
  background-image: -moz-linear-gradient(top, #333333, #000) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#000)) !important;
  background-image: -webkit-linear-gradient(top, #333333, #000) !important;
  background-image: -o-linear-gradient(top, #333333, #000) !important;
  background-image: linear-gradient(to bottom, #333333, #000) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff333333', endColorstr='#ff000000', GradientType=0) !important;
}
header.navbar-inverse .navbar-inner {
  background-image: url(fae15923fae7ce514b77739338f37d71e7fd45b6.png) ;
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min--moz-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2), (-ms-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  header.navbar-inverse .navbar-inner {
    background-size: 1px 60px;
    background-image: url(252d7b58165888b527a9f25855ff9432dbb8aa5a.png) ;
    background-position: 0 0;
  }
}
header.navbar-inverse #top-navigation {
  background: #000000 !important;
}
#sub-navigation {
  background-color: rgba(0, 0, 0, 0.15);
}
#sub-navigation .nav > li > a {
  color: #000000 !important;
}
#sub-navigation .nav > li > a:hover,
#sub-navigation .nav li.current-menu-item a {
  background-color: rgba(0, 0, 0, 0.15);
}
.site-wide-alert.alert-station {
  background: #5d738c;
}
.site-wide-alert.alert-station:hover {
  background: #68809b;
}
.btn-primary,
#infinite-handle span {
  color: #ffffff;
  background-color: #5d738c;
}
.btn-primary:hover,
#infinite-handle span:hover,
.btn-primary:focus,
#infinite-handle span:focus,
.btn-primary:active,
#infinite-handle span:active,
.btn-primary.active,
#infinite-handle span.active,
.btn-primary.disabled,
#infinite-handle span.disabled,
.btn-primary[disabled],
#infinite-handle span[disabled] {
  color: #e6e6e6;
  background-color: #68809b;
}
.btn-primary:active,
#infinite-handle span:active,
.btn-primary.active,
#infinite-handle span.active {
  background-color: #5d738c \9;
}
.story-grid .story a.story-image,
.story-list .story a.story-image {
  background: #f4f4f4 url(1aa55c50455ed73c7875d1dfa84783e40fd7a724.png)  50% 50% no-repeat;
}
header .btn-link {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.navbar .nav > li > a,
.navbar .btn-navbar {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.1) !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.navbar .brand {
  background-image: url(4dd9205c9e4d32973c08193c17e85f03dada25ee.png) ;
  background-repeat: no-repeat;
  background-position: 20px 50%;
  display: block;
  width: 213px !important;
  height: 28px!important;
  text-indent: 1000%;
  white-space: nowrap;
  overflow: hidden;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min--moz-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2), (-ms-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .navbar .brand {
    background-size: 213px 42px;
    background-image: url(c15d949cf9d5b6dafb22e6fcf7e4b47750b32943.png) ;
    background-position: 20px 50%;
  }
}
.station-promo .overlay {
  background-color: rgba(23, 23, 23, 0.72);
  background-image: -moz-linear-gradient(top, rgba(51, 51, 51, 0.6), rgba(0, 0, 0, 0.9));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(51, 51, 51, 0.6)), to(rgba(0, 0, 0, 0.9)));
  background-image: -webkit-linear-gradient(top, rgba(51, 51, 51, 0.6), rgba(0, 0, 0, 0.9));
  background-image: -o-linear-gradient(top, rgba(51, 51, 51, 0.6), rgba(0, 0, 0, 0.9));
  background-image: linear-gradient(to bottom, rgba(51, 51, 51, 0.6), rgba(0, 0, 0, 0.9));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99333333', endColorstr='#e6000000', GradientType=0);
}
@media (max-width: 380px) {
  .navbar .btn-navbar {
    font-size: 10px;
  }
  .navbar .btn-navbar span {
    display: none;
  }
}
.oo-player-container .oo-volume-bar.oo-on,
.oo-player-container .oo-playhead,
.oo-player-container .oo-played-indicator {
  background-color: #5d738c !important;
}
.oo-player-container .oo-logo {
  background: url(c15d949cf9d5b6dafb22e6fcf7e4b47750b32943.png)  50% 50% no-repeat;
  background-size: contain;
}
img.emoji {
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .05em 0 .1em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}.geolocation-chip .noticon {
  display: inline-block;
  vertical-align: middle;
}

.geolocation-chip {
  margin-bottom: 1em;
}/**
 * Post Reblogging not in the Reader
 */

.reblogger-note img.avatar {
	float: left;
	padding: 0;
	border: 0;
}

.reblogger-note-content {
	margin: 0 0 20px;
}

.wpcom-reblog-snapshot .reblog-from img {
	margin: 0 .75em 0 0;
	padding: 0;
	border: 0;
}

.wpcom-reblog-snapshot .reblogger-note img.avatar {
	float: left;
	padding: 0;
	border: 0;
	margin: 0 .5em 0 0;
}

.wpcom-reblog-snapshot {
	margin-bottom: 1em;
}

.wpcom-reblog-snapshot p.reblog-from {
	margin: 0 0 1em 0;
}

.wpcom-reblog-snapshot p.reblogger-headline {
	line-height: 32px;
	margin: 0 0 1em 0;
}

.wpcom-reblog-snapshot .reblogged-content {
	margin: 0 0 1em 0;
}

/* Old reblog styles */
.reblog-post .wpcom-enhanced-excerpt-content {
	border-left: 3px solid #eee;
	padding-left: 15px;
}

.reblog-post ul.thumb-list {
	display: block;
	list-style: none;
	margin: 2px 0;
	padding: 0;
	clear: both;
}

.reblog-post ul.thumb-list li {
	display: inline;
	margin: 0;
	padding: 0 1px;
	border: 0;
}

.reblog-post ul.thumb-list li a {
	margin: 0;
	padding: 0;
	border: 0;
}

.reblog-post ul.thumb-list li img {
	margin: 0;
	padding: 0;
	border: 0;
}

.reblog-post .wpcom-enhanced-excerpt {
	clear: both;
}

.reblog-post .wpcom-enhanced-excerpt address,
.reblog-post .wpcom-enhanced-excerpt li,
.reblog-post .wpcom-enhanced-excerpt h1,
.reblog-post .wpcom-enhanced-excerpt h2,
.reblog-post .wpcom-enhanced-excerpt h3,
.reblog-post .wpcom-enhanced-excerpt h4,
.reblog-post .wpcom-enhanced-excerpt h5,
.reblog-post .wpcom-enhanced-excerpt h6,
.reblog-post .wpcom-enhanced-excerpt p {
	font-size: 100% !important;
}

.reblog-post .wpcom-enhanced-excerpt blockquote,
.reblog-post .wpcom-enhanced-excerpt pre,
.reblog-post .wpcom-enhanced-excerpt code,
.reblog-post .wpcom-enhanced-excerpt q {
	font-size: 98% !important;
}

/* Reblogged post */
.reblog-from img {
	margin: 0 10px 0 0;
	vertical-align: middle;
	padding: 0;
	border: 0;
}

.reblog-source {
	margin-bottom: 0;
	font-size: .8em;
	line-height: 1;
}

.reblog-source .more-words {
	color: #668eaa;
}

.wpcom-reblog-snapshot .reblog-post {
	box-shadow: 0 0 0 1px rgba(46, 68, 83, .1) inset, 0 1px 1px rgba(46, 68, 83, .05);
	border-radius: 4px;
	padding: 24px;
}

/* Optional notes */
.wpcom-reblog-snapshot .reblogger-note {
	margin: 0 0 1em 0;
	overflow: hidden;
}

.wpcom-reblog-snapshot p.reblogger-headline {
	line-height: 32px;
	margin: 0 0 1em 0;
}

.wpcom-reblog-snapshot .reblogger-note-content {
	margin: 0;
	padding: 0;
}

body .wpcom-reblog-snapshot .reblogger-note-content blockquote {
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
	margin: 0;
	padding: 0;
	position: relative;
	border: none;
}

.wpcom-reblog-snapshot .reblogger-note-content blockquote p:last-child {
	margin-bottom: 0;
}
#wp-admin-bar-network-notifications .ab-icon:before {
	content: "\f534";
	top: 2px;
	color: white;
}


#wp-admin-bar-network-notifications.has-notifications {
	background-color: red !important;
}

#wp-admin-bar-network-notifications .ab-sub-wrapper {
	padding: 5px !important;
	width: 30vw;
	background-color: #fff !important;
	color: black;

}

#wp-admin-bar-network-notifications .ab-sub-wrapper h5 {
	font-weight: bold;
	line-height: 1em;
}

#wp-admin-bar-network-notifications .ab-sub-wrapper p {
	line-height: 18px;
	margin-bottom: 12px;
}

.nnm-note {
	border-bottom: 1px inset #ddd;
	padding: 5px !important;
}/**
 * Sharedaddy Base Styles
 *
 * Contains styles for modules, containers, buttons
 */


/* 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;
}

body.highlander-light h3.sd-title:before {
	border-top: 1px solid rgba(0,0,0,.2);
}

body.highlander-dark h3.sd-title:before {
	border-top: 1px solid rgba(255,255,255,.4);
}


/* Sharing services list */
.sd-content ul {
	padding: 0 !important;
	margin: 0 0 .7em 0 !important;
	list-style: none !important;
}

.sd-content ul li {
	display: inline-block;
}

.sd-block.sd-gplus {
	margin: 0 0 .5em 0;
}

.sd-gplus .sd-content {
	font-size: 12px;
}


/* Buttons */
.sd-social-icon .sd-content ul li a.sd-button,
.sd-social-text .sd-content ul li a.sd-button,
.sd-content ul li a.sd-button,
.sd-content ul li .option a.share-ustom,	/* Ugh. */
.sd-content ul li.preview-item div.option.option-smart-off a,
.sd-content ul li.advanced a.share-more,
.sd-social-icon-text .sd-content ul li a.sd-button,
.sd-social-official .sd-content>ul>li>a.sd-button,
#sharing_email .sharing_send,
.sd-social-official .sd-content>ul>li .digg_button >a {		/* official Digg button no longer works, needs cleaning */
	text-decoration: none !important;
	display: inline-block;
	margin: 0 5px 5px 0;
	font-size: 12px;
	font-family: "Open Sans", sans-serif;
	font-weight: normal;
	border-radius: 3px;
	color: #777 !important;
	background: #f8f8f8;
	border: 1px solid #cccccc;
	box-shadow: 0 1px 0 rgba(0,0,0,.08);
	text-shadow: none;
	line-height: 23px;
	padding: 1px 8px 0px 5px;
}

.sd-social-text .sd-content ul li a.sd-button span,
.sd-content ul li a.sd-button>span,
.sd-content ul li .option a.share-ustom span,	/* Ugh. */
.sd-content ul li.preview-item div.option.option-smart-off a span,
.sd-content ul li.advanced a.share-more span,
.sd-social-icon-text .sd-content ul li a.sd-button>span,
.sd-social-official .sd-content>ul>li>a.sd-button span,
.sd-social-official .sd-content>ul>li .digg_button >a span {		/* official Digg button no longer works, needs cleaning */
	line-height: 23px;
}



/* Our gray buttons should be smaller when seen with the official ones */
.sd-social-official .sd-content>ul>li>a.sd-button,
.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button,
.sd-social-official .sd-content>ul>li .digg_button>a,
.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a {
	line-height: 17px;
	box-shadow: none; /* No shadow on gray buttons between the official ones */
	vertical-align: top;
}

.sd-social-official .sd-content ul li a.sd-button>span {
	line-height: 17px;
}
.sd-social-official .sd-content>ul>li>a.sd-button:before,
.sd-social-official .sd-content>ul>li .digg_button>a:before,
.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button:before,
.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a:before {
	margin-bottom: -1px;
}

.sd-social-icon .sd-content ul li a.sd-button:hover,
.sd-social-icon .sd-content ul li a.sd-button:active,
.sd-social-text .sd-content ul li a.sd-button:hover,
.sd-social-text .sd-content ul li a.sd-button:active,
.sd-social-icon-text .sd-content ul li a.sd-button:hover,
.sd-social-icon-text .sd-content ul li a.sd-button:active,
.sd-social-official .sd-content>ul>li>a.sd-button:hover,
.sd-social-official .sd-content>ul>li>a.sd-button:active,
.sd-social-official .sd-content>ul>li .digg_button>a:hover,
.sd-social-official .sd-content>ul>li .digg_button>a:active {
	color: #555;
	background: #fafafa;
	border: 1px solid #999999;
}

.sd-social-icon .sd-content ul li a.sd-button:active,
.sd-social-text .sd-content ul li a.sd-button:active,
.sd-social-icon-text .sd-content ul li a.sd-button:active,
.sd-social-official .sd-content>ul>li>a.sd-button:active,
.sd-social-official .sd-content>ul>li .digg_button>a:active {
	box-shadow: inset 0 1px 0 rgba(0,0,0,.16);
}

/* All icons */
.sd-content ul li a.sd-button:before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font: normal 18px/1 'social-logos';
	vertical-align: top;
	text-align: center;
}
/* text + icon styles should have relative and top position */
.sd-social-icon-text ul li a.sd-button:before {
	position: relative;
	top: 2px;
}

/* Make it look great in Chrome and Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.sd-content ul li a.sd-button:before {
		position: relative;
		top: 2px;
	}
}

.sd-social-official ul li a.sd-button:before {
	position: relative;
	top: -2px;
}
/* Make it look great in Chrome and Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.sd-social-official ul li a.sd-button:before {
		top: 0px;
	}
}

.sd-content ul li {
	margin: 0 !important;
	padding: 0;
}

/* Text + icon & Official */
.sd-social-icon-text .sd-content ul li a span,
.sd-social-official .sd-content ul li a.sd-button span,
.sd-content ul li.preview-item a.sd-button span {
	margin-left: 3px;
}
.sd-content ul li.preview-item.no-icon a.sd-button span {
	margin-left: 0;
}

/* Text only */
.sd-social-text .sd-content ul li a:before,
.sd-content ul li.no-icon a:before {
	display: none;
}
body .sd-social-text .sd-content ul li.share-custom a span,
body .sd-content ul li.share-custom.no-icon a span {
	background-image: none;
	background-position: -500px -500px !important;	/* hack to work around !important inline style */
	background-repeat: no-repeat !important;
	padding-left: 0;
	height: 0;
	line-height: inherit;
}

.sd-social-icon .sd-content ul li a.share-more {
	position: relative;
	top: -4px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.sd-social-icon .sd-content ul li a.share-more {
		top: 2px;
	}
}
@-moz-document url-prefix() {
	.sd-social-icon .sd-content ul li a.share-more {
		top: 2px;
	}
}

.sd-social-icon .sd-content ul li a.share-more span {
	margin-left: 3px;
}


/* Individual icons */
.sd-social-icon .sd-content ul li.share-print a:before,
.sd-social-text .sd-content ul li.share-print a:before,
.sd-content ul li.share-print div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-print a:before,
.sd-social-official .sd-content li.share-print a:before {
	content: '\f469';
}

.sd-social-icon .sd-content ul li.share-email a:before,
.sd-social-text .sd-content ul li.share-email a:before,
.sd-content ul li.share-email div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-email a:before,
.sd-social-official .sd-content li.share-email a:before {
	content: '\f410';
}
.sd-social-icon .sd-content ul li.share-linkedin a:before,
.sd-social-text .sd-content ul li.share-linkedin a:before,
.sd-content ul li.share-linkedin div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-linkedin a:before {
	content: '\f207';
}
.sd-social-icon .sd-content ul li.share-twitter a:before,
.sd-social-text .sd-content ul li.share-twitter a:before,
.sd-content ul li.share-twitter div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-twitter a:before {
	content: '\f202';
}
.sd-social-icon .sd-content ul li.share-reddit a:before,
.sd-social-text .sd-content ul li.share-reddit a:before,
.sd-content ul li.share-reddit div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-reddit a:before {
	content: '\f222';
}
.sd-social-icon .sd-content ul li.share-tumblr a:before,
.sd-social-text .sd-content ul li.share-tumblr a:before,
.sd-content ul li.share-tumblr div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-tumblr a:before {
	content: '\f607';
}
.sd-social-icon .sd-content ul li.share-stumbleupon a:before,
.sd-social-text .sd-content ul li.share-stumbleupon a:before,
.sd-content ul li.share-stumbleupon div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-stumbleupon a:before {
	content: '\f223';
}
.sd-social-icon .sd-content ul li.share-pocket a:before,
.sd-social-text .sd-content ul li.share-pocket a:before,
.sd-content ul li.share-pocket div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-pocket a:before {
	content: '\f224';
}
.sd-social-icon .sd-content ul li.share-pinterest a:before,
.sd-social-text .sd-content ul li.share-pinterest a:before,
.sd-content ul li.share-pinterest div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-pinterest a:before {
	content: '\f210';
}
.sd-social-icon .sd-content ul li.share-google-plus-1 a:before,
.sd-social-text .sd-content ul li.share-google-plus-1 a:before,
.sd-content ul li.share-google-plus-1 div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-google-plus-1 a:before {
	content: '\f218';
}
.sd-social-icon .sd-content ul li.share-facebook a:before,
.sd-social-text .sd-content ul li.share-facebook a:before,
.sd-content ul li.share-facebook div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-facebook a:before {
	content: '\f203';
}
.sd-social-icon .sd-content ul li.share-press-this a:before,
.sd-social-text .sd-content ul li.share-press-this a:before,
.sd-content ul li.share-press-this div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-press-this a:before,
.sd-social-official .sd-content li.share-press-this a:before {
	content: '\f205';
}
.sd-social-official .sd-content li.share-press-this a:before {
	color: #2ba1cb;
}
.sd-social-icon .sd-content ul li.share-telegram a:before,
.sd-social-text .sd-content ul li.share-telegram a:before,
.sd-content ul li.share-telegram div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-telegram a:before,
.sd-social-official .sd-content li.share-telegram a:before {
	content: '\f606';
}
.sd-social-official .sd-content li.share-telegram a:before {
	color: #0088cc;
}
.sd-social-icon .sd-content ul li.share-skype a:before,
.sd-social-text .sd-content ul li.share-skype a:before,
.sd-content ul li.share-skype div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-skype a:before {
	content: '\f220';
}
.sd-social-icon .sd-content ul a.share-more:before,
.sd-social-text .sd-content ul a.share-more:before,
.sd-content ul li.advanced a.share-more:before,
.sd-social-icon-text .sd-content a.share-more:before,
.sd-social-official .sd-content a.share-more:before {
	content: '\f415';
}
.sd-social-official .sd-content a.share-more:before {
	color: #2ba1cb;
}

.sd-social-icon .sd-content ul li.share-jetpack-whatsapp a:before,
.sd-social-text .sd-content ul li.share-jetpack-whatsapp a:before,
.sd-content ul li.share-jetpack-whatsapp div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-jetpack-whatsapp a:before,
.sd-social-official .sd-content li.share-jetpack-whatsapp a:before {
	content: '\f608';
}
.sd-social-official .sd-content li.share-jetpack-whatsapp a:before {
	color: #43d854;
}
.sd-social-icon .sd-content ul li[class*='share-'].share-jetpack-whatsapp a.sd-button {
	background: #43d854;
	color: #fff !important;
}

/* Share count */
.sd-social .sd-button .share-count {
	background: #2ea2cc;
	color: #fff;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: inline-block;
	text-align: center;
	font-size: 10px;
	padding: 1px 3px;
	line-height: 1;
}


/* Official buttons */
.sd-social-official .sd-content ul, .sd-social-official .sd-content ul li {
	line-height: 25px !important;
}

.sd-social-official .sd-content>ul>li>a.sd-button span {
	line-height: 1;
}

.sd-social-official .sd-content ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.sd-social-official .sd-content li.share-press-this a {
	margin: 0 0 5px 0;
}

.sd-social-official .sd-content ul>li {
	display: block;
	float: left;
	margin: 0 10px 5px 0 !important;
	height: 25px;
}

.sd-social-official .fb-share-button > span {
	vertical-align: top !important;
}

.sd-social-official .sd-content .pocket_button iframe {
	width: 98px;
}


/* Individual official buttons */
.googleplus1_button .g-plus {
	vertical-align: top !important;
}

.stumbleupon_button iframe, .reddit_button iframe {
	margin-top: 1px;
}

.pocket_button iframe, .googleplus1_button iframe, .pinterest_button, .twitter_button, .linkedin_button>span {
	margin: 0 !important;
}

.sd-social-official .sd-content .share-skype {
	width: 55px;
}

body .sd-social-official li.share-print ,
body .sd-social-official li.share-email a,
body .sd-social-official li.share-custom a,
body .sd-social-official li a.share-more,
body .sd-social-official li.share-digg a,
body .sd-social-official li.share-press-this a
{
	position: relative;
	top: 0;
}


/* Custom icons */
body .sd-social-icon .sd-content li.share-custom>a {
	padding: 2px 3px 0 3px;
	position: relative;
	top: 4px;
}

body .sd-social-icon .sd-content li.share-custom a span,
body .sd-social-icon-text .sd-content li.share-custom a span,
body .sd-social-text .sd-content li.share-custom a span,
body .sd-social-official .sd-content li.share-custom a span,
body .sd-content ul li.share-custom a.share-icon span
{
	background-size: 16px 16px;
	background-repeat: no-repeat;
	margin-left: 0;
	padding: 0 0 0 19px;
	display: inline-block;
	height: 16px;
	line-height: 16px;
}

body .sd-social-icon .sd-content li.share-custom a span {
	width: 0;
}

body .sd-social-icon .sd-content li.share-custom a span {
	padding-left: 16px !important;
}


/* Overflow Sharing dialog */
.sharing-hidden .inner {
	position: absolute;
	z-index: 2;
	border: 1px solid #ccc;
	padding: 10px;
	background: #fff;
	box-shadow: 0px 5px 20px rgba(0,0,0,.2);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-top: 5px;
	max-width: 400px;
}

.sharing-hidden .inner ul{
	margin: 0 !important;
}

.sd-social-official .sd-content .sharing-hidden ul>li.share-end {
	clear: both;
	margin: 0!important;
	height: 0!important;
}

.sharing-hidden .inner:before, .sharing-hidden .inner:after {
	position: absolute;
	z-index: 1;
	top: -8px;
	left: 20px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 8px solid #ccc;
	content: "";
	display: block;
}

.sharing-hidden .inner:after {
	z-index: 2;
	top: -7px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 8px solid #fff;
}

.sharing-hidden ul {
	margin: 0;
}


/**
 * Special colorful look for "Icon Only" option
 */

.sd-social-icon .sd-content ul li[class*='share-'] a,
.sd-social-icon .sd-content ul li[class*='share-'] a:hover,
.sd-social-icon .sd-content ul li[class*='share-'] div.option a {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 0;
	box-shadow: none;
	padding: 7px;
	position: relative;
	top: -2px;
	line-height: 1;
	width: auto;
	height: auto;
	margin-bottom: 0;
}

.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button>span,
.sd-social-icon .sd-content ul li[class*='share-'] div.option a span {
	line-height: 1;
}

.sd-social-icon .sd-content ul li[class*='share-'] a:hover,
.sd-social-icon .sd-content ul li[class*='share-'] div.option a:hover {
	border: none;
	opacity: .6;
}



.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button:before {
	top: 1px;
	top: 0px\9; /* IE8 and below */
}

.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button.share-custom {
	padding: 8px 8px 6px 8px;
	top: 5px;
}

.sd-social-icon .sd-content ul li a.sd-button.share-more {
	margin-left: 10px;
}

.sd-social-icon .sd-content ul li:first-child a.sd-button.share-more {
	margin-left: 0;
}


.sd-social-icon .sd-button span.share-count {
	position: absolute;
	bottom: 0;
	right: 0;
	border-radius: 0;
	background: #555;
	font-size: 9px;
}

/* Special look colors */
.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button {
	background: #e9e9e9;
	margin-top: 2px;
	text-indent: 0;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-tumblr a.sd-button {
	background: #2c4762;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-facebook a.sd-button {
	background: #3b5998;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-stumbleupon a.sd-button {
	background: #ea4b24;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-twitter a.sd-button {
	background: #00acee;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-pinterest a.sd-button {
	background: #ca1f27;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-digg a.sd-button {
	color: #555555 !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-press-this a.sd-button {
	background: #1e8cbe;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-telegram a.sd-button {
	background: #0088cc;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-linkedin a.sd-button {
	background: #0077b5;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-google-plus-1 a.sd-button {
	background: #dd4b39;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-pocket a.sd-button {
	background: #ee4056;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-reddit a.sd-button {
	background: #cee3f8;
	color: #555555 !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-skype a.sd-button {
	background: #00AFF0;
	color: #fff !important;
}

/**
 * Screen Reader Text for "Icon Only" option
 */

.sharing-screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.sharing-screen-reader-text:hover,
.sharing-screen-reader-text:active,
.sharing-screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


/**
 * Sharing Email Dialog
 */

#sharing_email {
	width: 342px;
	position: absolute;
	z-index: 1001;
	border: 1px solid #ccc;
	padding: 15px;
	background: #fff;
	box-shadow: 0px 5px 20px rgba(0,0,0,.2);
	text-align: left;
}

div.sharedaddy.sharedaddy-dark #sharing_email {
	border-color: #fff;
}

#sharing_email .errors {
	color: #fff;
	background-color: #771a09;
	font-size: 12px;
	padding: 5px 8px;
	line-height: 1;
	margin: 10px 0 0 0;
}

#sharing_email label {
	font-size: 12px;
	color: #333;
	font-weight: bold;
	display: block;
	padding: 0 0 4px 0;
	text-align: left;
	text-shadow: none;
}

#sharing_email form {
	margin: 0;
}

#sharing_email input[type="text"], #sharing_email input[type="email"] {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border: 1px solid #ccc;
	margin-bottom: 1em;
	background: #fff;
	font-size: 12px;
	color: #333;
	max-width: none;
	padding: 1px 3px;
}
#jetpack-source_f_name {
	display: none!important;
	position: absolute !important;
	left: -9000px;
}

#sharing_email .sharing_cancel {
	padding: 0 0 0 1em;
	font-size: 12px;
	text-shadow: none;
}

#sharing_email .recaptcha {
	width: 312px;
	height: 123px;
	margin: 0 0 1em 0;
}

/* Generated by grunt-webfont */



@font-face {
	font-family:"social-logos";
	src: url(03938ee16f2a25997d191fa54fd602440e18a4ae.eot) ;
	font-weight:normal;
	font-style:normal;
}
@font-face {
	font-family:"social-logos";
	src: url(03938ee16f2a25997d191fa54fd602440e18a4ae.eot) ;
	src: url(8fbd56879657164dd20144fcc6d15f9edad55234.eot)  format("embedded-opentype"), url(a16c07ce677e175d032da44f08e8e4c0a1b10380.)  format("woff"), url(7554d228db7185388c7e4bb0d0481b5e9e40679d.ttf)  format("truetype");
	font-weight:normal;
	font-style:normal;
}

.social-logo {
	font-family:"social-logos";
	display:inline-block;
	vertical-align:middle;
	line-height:1;
	font-weight:normal;
	font-style:normal;
	speak:none;
	text-decoration:inherit;
	text-transform:none;
	text-rendering:auto;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}


/* Icons */


.social-logo__amazon:before {
	content:"\f600";
}


.social-logo__behance:before {
	content:"\f101";
}


.social-logo__blogger-alt:before {
	content:"\f601";
}


.social-logo__blogger:before {
	content:"\f602";
}


.social-logo__codepen:before {
	content:"\f216";
}


.social-logo__dribbble:before {
	content:"\f201";
}


.social-logo__dropbox:before {
	content:"\f225";
}


.social-logo__eventbrite:before {
	content:"\f603";
}


.social-logo__facebook:before {
	content:"\f203";
}


.social-logo__feed:before {
	content:"\f413";
}


.social-logo__flickr:before {
	content:"\f211";
}


.social-logo__foursquare:before {
	content:"\f226";
}


.social-logo__ghost:before {
	content:"\f61c";
}


.social-logo__github:before {
	content:"\f200";
}


.social-logo__google-plus-alt:before {
	content:"\f218";
}


.social-logo__google-plus:before {
	content:"\f206";
}


.social-logo__instagram:before {
	content:"\f215";
}


.social-logo__linkedin:before {
	content:"\f207";
}


.social-logo__mail:before {
	content:"\f410";
}


.social-logo__medium:before {
	content:"\f623";
}


.social-logo__path-alt:before {
	content:"\f604";
}


.social-logo__path:before {
	content:"\f219";
}


.social-logo__pinterest-alt:before {
	content:"\f210";
}


.social-logo__pinterest:before {
	content:"\f209";
}


.social-logo__pocket:before {
	content:"\f224";
}


.social-logo__polldaddy:before {
	content:"\f217";
}


.social-logo__print:before {
	content:"\f469";
}


.social-logo__reddit:before {
	content:"\f222";
}


.social-logo__share:before {
	content:"\f415";
}


.social-logo__skype:before {
	content:"\f220";
}


.social-logo__spotify:before {
	content:"\f515";
}


.social-logo__squarespace:before {
	content:"\f605";
}


.social-logo__stumbleupon:before {
	content:"\f223";
}


.social-logo__telegram:before {
	content:"\f606";
}


.social-logo__tumblr-alt:before {
	content:"\f607";
}


.social-logo__tumblr:before {
	content:"\f214";
}


.social-logo__twitch:before {
	content:"\f516";
}


.social-logo__twitter-alt:before {
	content:"\f202";
}


.social-logo__twitter:before {
	content:"\f610";
}


.social-logo__vimeo:before {
	content:"\f212";
}


.social-logo__whatsapp:before {
	content:"\f608";
}


.social-logo__wordpress:before {
	content:"\f205";
}


.social-logo__xanga:before {
	content:"\f609";
}


.social-logo__youtube:before {
	content:"\f213";
}
/*
	Global styles for WordPress.com
*/
img.latex {
	border: none;
	vertical-align: middle;
}
.video-player {
	border: 0;
	margin: auto;
	padding: 5px;
	text-align: center;
	max-width: 100%;
}
.hidden {
	display: none;
}
.screen-reader-text {
	position: absolute;
	left: -1000em;
}
.comment object,
.comment embed,
.embed-vimeo iframe,
.embed-youtube iframe {
	max-width: 100%; /* avoid videos being too wide */
}


/**
 * Layout
 */

.simple-homepage {
	display: none;
}
