@import url(http://fonts.googleapis.com/css?family=Open+Sans|Merriweather:700);
/**
 * Like Button toolbar button, loading text & container styles
 *
 * @todo: doesn't look like "style.css" is used anymore.
 */


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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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


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

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

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


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


/* Hide G+ title */
.sd-gplus .sd-title {
	display: none;
}


#bit, #bit * {
	*zoom: 1;
}

#bit {
	font: normal 13px 'Open Sans', sans-serif;
	_display: none;
}

/* @noflip */
.rtl #bit {
	font-family: tahoma, Arial, sans-serif;
}

.loggedout-follow-shelf {
	position: fixed;
	right: 40%;
	z-index: 100;
	bottom: -300px;
}

.loggedout-follow-normal {
	position: fixed;
	z-index: 100;
	bottom: -300px;
	right: 10px;
}

.loggedout-follow-typekit {
	margin-right: 4.5em;
	position: fixed;
	z-index: 100;
	bottom: -300px;
	right: 10px;
}

#bit a.bsub {
	display: block;
	overflow: hidden;
	padding: 0 10px 0 8px;
	float: right;
	text-decoration: none !important;
	line-height: 28px;
	font-weight: normal;
	font-size: 13px;
	color: #CCC;
	letter-spacing: normal;
	border: 0;
	background-color: #324155;
	-webkit-box-shadow: 0 -1px 5px rgba(0,0,0,0.20);
	-moz-box-shadow: 0 -1px 5px rgba(0,0,0,0.20);
	-o-box-shadow: 0 -1px 5px rgba(0,0,0,0.20);
	-ms-box-shadow: 0 -1px 5px rgba(0,0,0,0.20);
	box-shadow: 0 -1px 5px rgba(0,0,0,0.20);
	outline-style: none;
	outline-width: 0;
}

#bit a.bsub {
	-moz-border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	-o-border-radius: 2px 2px 0 0;
	-ms-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
}

#bit a.bsub span {
	padding-right: 6px;
}

#bit a.bsub span:before{
	content: '\f801';
	color: #00AADC;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font: normal 16px/1 'Noticons';
	margin: 0 5px 4px 0;
	vertical-align: middle;
}

#bit a:hover span, #bit a.bsub.open span {
	color: #ffffff !important;
	background-position: left -117px;
}

#bit a.bsub.open {
	background: #324155;
}

#bitsubscribe {
	background: #324155;
	color: #fff;
	padding: 15px;
	width: 200px;
	margin-top: 27px;
	-moz-border-radius: 2px 0 0 0;
	-webkit-border-radius: 2px 0 0 0;
	-o-border-radius: 2px 0 0 0;
	-ms-border-radius: 2px 0 0 0;
	border-radius: 2px 0 0 0;
	*float: right;
	*margin-right: -68px;
}

div#bitsubscribe.open {
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.5);
	-o-box-shadow: 0 0 8px rgba(0,0,0,0.5);
	-ms-box-shadow: 0 0 8px rgba(0,0,0,0.5);
	box-shadow: 0 0 8px rgba(0,0,0,0.5);
}

#bitsubscribe div {
	overflow: hidden;
}

#bit h3, #bit #bitsubscribe h3 {
	margin: 0 0 .5em 0 !important;
	font-size: 20px;
	color: #D2DEE6;
	text-align: left;
	font-family: 'Merriweather', serif;
	font-weight: bold;
}

#bit #bitsubscribe p {
	margin: 0 0 1em 0;
	*margin: 0 0 0 0;
	font-size: 14px;
	line-height: 1.45em;
	font-weight: 300;
	color: #fff;
}

#bitsubscribe p a {
	margin: 20px 0 0;
	color: #fff;
	text-decoration: underline;
}

#bit #bitsubscribe p.bit-follow-count {
	font-size: 13px;
	color: #D2DEE6;
	margin-top: -8px;
}

#bitsubscribe input[type=submit] {
  border-style: solid;
  border-width: 1px 1px 2px;
  color: #fff;
  cursor: pointer;
  display: block;
  margin: 0;
  outline: 0;
  overflow: hidden;
  padding: .75em;
  text-overflow: ellipsis;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.8) inset;
  -moz-box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.8) inset;
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.8) inset;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
  background: #00aadc;
  border-color: #0090bb;
  border-top-color: #0099c6;
  border-bottom-color: #0088b0;
  color: #fff;
  -webkit-box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.15) inset;
  -moz-box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.15) inset;
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.15) inset;
  width:100%;
  text-shadow: none;
  font-size: 1em;

}

#bitsubscribe input[type=submit]:hover {
	background: #33bbe3;
	border-color: #2b9ec0;
	border-bottom-color: #2895b5;
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.15) inset;
}

#bitsubscribe input[type=submit]:active {
	border-width: 2px 1px 1px;
}

#bitsubscribe input[type=text],
#bitsubscribe input[type=email] {
	background: #f4f8fA;
	border: 1px solid #d2dee6;
	border-radius: 0;
	font-size: 13px;
	font-weight: 300;
	height: auto;
	padding: 5px 6px;
	width: 100%;
	box-sizing: border-box;
	/* @noflip */
	direction: ltr;
}

#bitsubscribe input[type=text]:focus,
#bitsubscribe input[type=email]:focus {
	border: 1px solid #000;
}

#bitsubscribe.open {
	display: block;
}

#bsub-subscribe-button {
	text-align: center;
	margin: 0 auto;
}

/*
Confirmation
=============================== */


#bitsubscribe #lof-followpublicize h3 {
	font-size: 13px;
	padding-top: 1em;
	margin-bottom: 1em !important;
}

#bitsubscribe #lof-followpublicize p.lof-followpublicize-twitter,
#bitsubscribe #lof-followpublicize p.lof-followpublicize-facebook {
	overflow: hidden;
}
#bitsubscribe #lof-followpublicize p.lof-followpublicize-facebook {
	border: 1px solid #242f3d;
}

/*
Error
=============================== */

#bit #bitsubscribe p#loggedout-follow-error {
	background: #E8F0F5;
	border-left: 3px solid #DD3D36;
	font-size: 12px;
	font-weight: 1.4em;
	padding: 10px;
	color: #DD3D36;
}

/*
Footer
=============================== */

#bitsubscribe #bsub-credit {
	text-align: center;
	font-weight: normal;
	font-size: 11px;
	padding: 0 0 7px 0;
	margin:0 0 -15px;
	border-top: 1px solid #3c3c3c;
}

#bitsubscribe #bsub-credit a {
	color: #90AEC2;
	background: none;
	text-decoration: none;
}

#bitsubscribe #bsub-credit a:hover {
	color: #78DCFA;
	background: none;
}

@media (max-width: 800px) {
	#bit, #bit a.bsub {
		display:none;
	}
}

@media (min-device-width: 768px) {
	#bit, #bit a.bsub {
		display: block;
	}
}
/* =Infinity Styles
-------------------------------------------------------------- */

.infinite-wrap {
}
.infinite-loader {
	color: #000;
	display: block;
	height: 28px;
	text-indent: -9999px;
}
#infinite-handle span {
	background: #333;
	border-radius: 1px;
	color: #eee;
	cursor: pointer;
	font-size: 13px;
	padding: 6px 16px;
}

/**
 * For smaller viewports, remove the down-arrow icon and turn
 * the button into a block element, spanning the content's full width.
 */
@media (max-width: 800px) {
	#infinite-handle span:before {
		display: none;
	}
	#infinite-handle span {
		display: block;
	}
}

/**
 * Footer
 */
#infinite-footer {
	position: fixed;
		bottom: -50px;
		left: 0;
	width: 100%;
}
#infinite-footer a {
	text-decoration: none;
}
#infinite-footer .blog-info a:hover,
#infinite-footer .blog-credits a:hover {
	color: #444;
	text-decoration: underline;
}
#infinite-footer .container {
	background: rgba( 255, 255, 255, 0.8 );
	border-color: #ccc;
	border-color: rgba( 0, 0, 0, 0.1 );
	border-style: solid;
	border-width: 1px 0 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	overflow: hidden;
	padding: 1px 20px;
	width: 780px;
}
#infinite-footer .blog-info,
#infinite-footer .blog-credits {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 25px;
}
#infinite-footer .blog-info {
	float: left;
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 40%;
}
#infinite-footer .blog-credits {
	font-weight: normal;
	float: right;
	width: 60%;
}
#infinite-footer .blog-info a {
	color: #111;
	font-size: 14px;
	font-weight: bold;
}
#infinite-footer .blog-credits {
	color: #888;
	font-size: 12px;
	text-align: right;
}
#infinite-footer .blog-credits a {
	color: #666;
}

/**
 * Hooks to infinity-end body class to restore footer
 */
.infinity-end.neverending #infinite-footer {
	display: none;
}

/**
 * Responsive structure for the footer
 */
@media (max-width: 640px) {
	#infinite-footer .container {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
	}
	#infinite-footer .blog-info {
		width: 30%;
	}
	#infinite-footer .blog-credits {
		width: 70%;
	}
	#infinite-footer .blog-info a,
	#infinite-footer .blog-credits {
		font-size: 10px;
	}
}

/**
 * No fixed footer on small viewports
 */
@media ( max-width: 640px ) {
	#infinite-footer {
		position: static;
	}
}.slideshow-window {
	background-color: #222;
	border: 20px solid #222;
	border-radius: 11px;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	-khtml-border-radius: 11px;
	margin-bottom: 20px;
	height: 410px;
	z-index: 1;
}

.slideshow-window.slideshow-white {
	background-color: #fff;
	border-color: #fff;
}

.slideshow-window, .slideshow-window * {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.slideshow-loading {
	height: 100%;
	text-align: center;
	margin: auto;
}

body div.slideshow-window * img {
	/* Override any styles that might be present in the page stylesheet */
	border-width: 0 !important;
	margin-right: auto !important;
	margin-left: auto !important;
	padding: 0 !important;
	background-color: transparent !important;
	background-image: none !important;
	max-width: 100%;
}

.slideshow-loading img {
	vertical-align: middle;
}

.slideshow-slide {
	height: 100%;
	width: 100%;
	text-align: center;
	margin: auto;
	display: none;
}

.slideshow-slide img {
	vertical-align: middle;
}

.slideshow-line-height-hack {
	overflow: hidden;
	width: 0px;
	font-size: 0px;
}

.slideshow-slide-caption {
	font-size: 13px;
	font-family: "Helvetica Neue", sans-serif;
	color: #f7f7f7;
	text-shadow: #222 1px 1px 2px;
	line-height: 25px;
	height: 25px;
	position: absolute;
	bottom: 5px;
	left: 0;
	z-index: 100;
	width: 100%;
	text-align: center;
}

/* @noflip */
.slideshow-controls {
	z-index: 1000;
		position: absolute;
		bottom: 30px;
		margin: auto;
	text-align: center;
	width: 100%;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	opacity: 0.5;
	direction:ltr;
}

body div div.slideshow-controls a,
body div div.slideshow-controls a:hover {
	border:2px solid rgba(255,255,255,0.1) !important;
	background-color: #000 !important;
	background-color: rgba(0,0,0,0.6) !important;
	background-image: url(/wp-content/mu-plugins/shortcodes/css/../img/slideshow-controls.png) !important;
	background-repeat: no-repeat;
	background-size: 142px 16px !important;
	background-position: -34px 8px !important;
	color: #222 !important;
	margin: 0 5px !important;
	padding: 0 !important;
	display: inline-block !important;
	*display: inline;
	zoom: 1;
	height: 32px !important;
	width: 32px !important;
	line-height: 32px !important;
	text-align: center !important;
	-khtml-border-radius: 10em !important;
	-webkit-border-radius: 10em !important;
	-moz-border-radius: 10em !important;
	border-radius: 10em !important;
	-webkit-transition: 300ms border-color ease-out;
	-moz-transition: 300ms border-color ease-out;
	-o-transition: 300ms border-color ease-out;
	transition: 300ms border-color ease-out;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
	body div div.slideshow-controls a,
	body div div.slideshow-controls a:hover {
		background-image: url(/wp-content/mu-plugins/shortcodes/css/../img/slideshow-controls-2x.png) !important;
	}
}

body div div.slideshow-controls a:hover {
	border-color: rgba(255,255,255,1) !important;
}

body div div.slideshow-controls a:first-child { background-position: -76px 8px !important;}
body div div.slideshow-controls a:last-child { background-position: -117px 8px !important;}
body div div.slideshow-controls a:nth-child(2) { background-position: -34px 8px !important;}
body div div.slideshow-controls a.running { background-position: -34px 8px !important;}
body div div.slideshow-controls a.paused { background-position: 9px 8px !important;}

.slideshow-controls a img {
	border: 50px dotted fuchsia;
}
/**
 * Add text colors to the playlist shortcode light color scheme.
 * 
 * Core ticket: https://core.trac.wordpress.org/ticket/27562
 */

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

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

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

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

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


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


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

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

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

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

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

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

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

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

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

	height: 28px;
	width: 28px;

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

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

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

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

}

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

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

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

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

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

.noticon {
	font-family: "Noticons" !important;
}
.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: 30px;
  -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: transparent !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,
  code,
  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: "proxima-nova", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff;
}
a {
  color: #0088cc;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #005580;
  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: -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: 940px;
}
.span12 {
  width: 940px;
}
.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 700px;
}
.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 460px;
}
.span5 {
  width: 380px;
}
.span4 {
  width: 300px;
}
.span3 {
  width: 220px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
.offset12 {
  margin-left: 980px;
}
.offset11 {
  margin-left: 900px;
}
.offset10 {
  margin-left: 820px;
}
.offset9 {
  margin-left: 740px;
}
.offset8 {
  margin-left: 660px;
}
.offset7 {
  margin-left: 580px;
}
.offset6 {
  margin-left: 500px;
}
.offset5 {
  margin-left: 420px;
}
.offset4 {
  margin-left: 340px;
}
.offset3 {
  margin-left: 260px;
}
.offset2 {
  margin-left: 180px;
}
.offset1 {
  margin-left: 100px;
}
.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: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}
.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}
.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}
.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}
.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}
.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}
.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}
.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}
.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}
.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}
.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}
.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}
.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}
.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}
.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}
.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}
.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}
.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}
.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}
.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}
.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}
.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}
.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}
.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}
[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: 20px;
  padding-left: 20px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
p {
  margin: 0 0 20px;
}
.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #999999;
}
a.muted:hover,
a.muted:focus {
  color: #808080;
}
.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: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  line-height: 40px;
}
h1 {
  font-size: 38.5px;
}
h2 {
  font-size: 31.5px;
}
h3 {
  font-size: 24.5px;
}
h4 {
  font-size: 17.5px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 11.9px;
}
h1 small {
  font-size: 24.5px;
}
h2 small {
  font-size: 17.5px;
}
h3 small {
  font-size: 14px;
}
h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 20px;
}
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: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
.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: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  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: 20px;
  font-style: normal;
  line-height: 20px;
}
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  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;
}
code.prettyprint,
pre.prettyprint {
  margin-bottom: 20px;
}
code code,
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 20px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 15px;
  color: #999999;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
input,
button,
select,
textarea {
  font-family: "proxima-nova", sans-serif;
}
label {
  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: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  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: #ffffff;
  border: 1px solid #cccccc;
  -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);
  -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;
  -webkit-transition: border linear .2s, box-shadow linear .2s 1s linear;
  -moz-transition: border linear .2s, box-shadow linear .2s 1s linear;
  -o-transition: border linear .2s, box-shadow linear .2s 1s linear;
  -ms-transition: border linear .2s, box-shadow linear .2s 1s linear;
  transition: border linear .2s, box-shadow linear .2s 1s linear;
}
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: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
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: 30px;
  /* 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: 30px;
}
select {
  width: 220px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
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: #999999;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -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: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}
.radio,
.checkbox {
  min-height: 20px;
  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: 20px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}
.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: #eeeeee;
}
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;
}
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: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  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: #595959;
}
.help-block {
  display: block;
  margin-bottom: 10px;
}
.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: 10px;
  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: 14px;
}
.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 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 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: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  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: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.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 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 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 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 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 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 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: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
/* 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: 10px;
}
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
  *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: 10px;
}
.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: 20px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.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 #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
  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 #dddddd;
}
.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: 44px;
  margin-left: 0;
}
.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  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;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url(/wp-content/themes/vip/makeblog/css/../img/glyphicons-halflings.png);
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px;
}
/* White icons with optional class, or on hover/focus/active states of certain elements */
.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:focus > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > li > a:focus > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:focus > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"],
.dropdown-submenu:focus > a > [class*=" icon-"] {
  background-image: url(/wp-content/themes/vip/makeblog/css/../img/glyphicons-halflings-white.png);
}
.icon-glass {
  background-position: 0      0;
}
.icon-music {
  background-position: -24px 0;
}
.icon-search {
  background-position: -48px 0;
}
.icon-envelope {
  background-position: -72px 0;
}
.icon-heart {
  background-position: -96px 0;
}
.icon-star {
  background-position: -120px 0;
}
.icon-star-empty {
  background-position: -144px 0;
}
.icon-user {
  background-position: -168px 0;
}
.icon-film {
  background-position: -192px 0;
}
.icon-th-large {
  background-position: -216px 0;
}
.icon-th {
  background-position: -240px 0;
}
.icon-th-list {
  background-position: -264px 0;
}
.icon-ok {
  background-position: -288px 0;
}
.icon-remove {
  background-position: -312px 0;
}
.icon-zoom-in {
  background-position: -336px 0;
}
.icon-zoom-out {
  background-position: -360px 0;
}
.icon-off {
  background-position: -384px 0;
}
.icon-signal {
  background-position: -408px 0;
}
.icon-cog {
  background-position: -432px 0;
}
.icon-trash {
  background-position: -456px 0;
}
.icon-home {
  background-position: 0 -24px;
}
.icon-file {
  background-position: -24px -24px;
}
.icon-time {
  background-position: -48px -24px;
}
.icon-road {
  background-position: -72px -24px;
}
.icon-download-alt {
  background-position: -96px -24px;
}
.icon-download {
  background-position: -120px -24px;
}
.icon-upload {
  background-position: -144px -24px;
}
.icon-inbox {
  background-position: -168px -24px;
}
.icon-play-circle {
  background-position: -192px -24px;
}
.icon-repeat {
  background-position: -216px -24px;
}
.icon-refresh {
  background-position: -240px -24px;
}
.icon-list-alt {
  background-position: -264px -24px;
}
.icon-lock {
  background-position: -287px -24px;
}
.icon-flag {
  background-position: -312px -24px;
}
.icon-headphones {
  background-position: -336px -24px;
}
.icon-volume-off {
  background-position: -360px -24px;
}
.icon-volume-down {
  background-position: -384px -24px;
}
.icon-volume-up {
  background-position: -408px -24px;
}
.icon-qrcode {
  background-position: -432px -24px;
}
.icon-barcode {
  background-position: -456px -24px;
}
.icon-tag {
  background-position: 0 -48px;
}
.icon-tags {
  background-position: -25px -48px;
}
.icon-book {
  background-position: -48px -48px;
}
.icon-bookmark {
  background-position: -72px -48px;
}
.icon-print {
  background-position: -96px -48px;
}
.icon-camera {
  background-position: -120px -48px;
}
.icon-font {
  background-position: -144px -48px;
}
.icon-bold {
  background-position: -167px -48px;
}
.icon-italic {
  background-position: -192px -48px;
}
.icon-text-height {
  background-position: -216px -48px;
}
.icon-text-width {
  background-position: -240px -48px;
}
.icon-align-left {
  background-position: -264px -48px;
}
.icon-align-center {
  background-position: -288px -48px;
}
.icon-align-right {
  background-position: -312px -48px;
}
.icon-align-justify {
  background-position: -336px -48px;
}
.icon-list {
  background-position: -360px -48px;
}
.icon-indent-left {
  background-position: -384px -48px;
}
.icon-indent-right {
  background-position: -408px -48px;
}
.icon-facetime-video {
  background-position: -432px -48px;
}
.icon-picture {
  background-position: -456px -48px;
}
.icon-pencil {
  background-position: 0 -72px;
}
.icon-map-marker {
  background-position: -24px -72px;
}
.icon-adjust {
  background-position: -48px -72px;
}
.icon-tint {
  background-position: -72px -72px;
}
.icon-edit {
  background-position: -96px -72px;
}
.icon-share {
  background-position: -120px -72px;
}
.icon-check {
  background-position: -144px -72px;
}
.icon-move {
  background-position: -168px -72px;
}
.icon-step-backward {
  background-position: -192px -72px;
}
.icon-fast-backward {
  background-position: -216px -72px;
}
.icon-backward {
  background-position: -240px -72px;
}
.icon-play {
  background-position: -264px -72px;
}
.icon-pause {
  background-position: -288px -72px;
}
.icon-stop {
  background-position: -312px -72px;
}
.icon-forward {
  background-position: -336px -72px;
}
.icon-fast-forward {
  background-position: -360px -72px;
}
.icon-step-forward {
  background-position: -384px -72px;
}
.icon-eject {
  background-position: -408px -72px;
}
.icon-chevron-left {
  background-position: -432px -72px;
}
.icon-chevron-right {
  background-position: -456px -72px;
}
.icon-plus-sign {
  background-position: 0 -96px;
}
.icon-minus-sign {
  background-position: -24px -96px;
}
.icon-remove-sign {
  background-position: -48px -96px;
}
.icon-ok-sign {
  background-position: -72px -96px;
}
.icon-question-sign {
  background-position: -96px -96px;
}
.icon-info-sign {
  background-position: -120px -96px;
}
.icon-screenshot {
  background-position: -144px -96px;
}
.icon-remove-circle {
  background-position: -168px -96px;
}
.icon-ok-circle {
  background-position: -192px -96px;
}
.icon-ban-circle {
  background-position: -216px -96px;
}
.icon-arrow-left {
  background-position: -240px -96px;
}
.icon-arrow-right {
  background-position: -264px -96px;
}
.icon-arrow-up {
  background-position: -289px -96px;
}
.icon-arrow-down {
  background-position: -312px -96px;
}
.icon-share-alt {
  background-position: -336px -96px;
}
.icon-resize-full {
  background-position: -360px -96px;
}
.icon-resize-small {
  background-position: -384px -96px;
}
.icon-plus {
  background-position: -408px -96px;
}
.icon-minus {
  background-position: -433px -96px;
}
.icon-asterisk {
  background-position: -456px -96px;
}
.icon-exclamation-sign {
  background-position: 0 -120px;
}
.icon-gift {
  background-position: -24px -120px;
}
.icon-leaf {
  background-position: -48px -120px;
}
.icon-fire {
  background-position: -72px -120px;
}
.icon-eye-open {
  background-position: -96px -120px;
}
.icon-eye-close {
  background-position: -120px -120px;
}
.icon-warning-sign {
  background-position: -144px -120px;
}
.icon-plane {
  background-position: -168px -120px;
}
.icon-calendar {
  background-position: -192px -120px;
}
.icon-random {
  background-position: -216px -120px;
  width: 16px;
}
.icon-comment {
  background-position: -240px -120px;
}
.icon-magnet {
  background-position: -264px -120px;
}
.icon-chevron-up {
  background-position: -288px -120px;
}
.icon-chevron-down {
  background-position: -313px -119px;
}
.icon-retweet {
  background-position: -336px -120px;
}
.icon-shopping-cart {
  background-position: -360px -120px;
}
.icon-folder-close {
  background-position: -384px -120px;
  width: 16px;
}
.icon-folder-open {
  background-position: -408px -120px;
  width: 16px;
}
.icon-resize-vertical {
  background-position: -432px -119px;
}
.icon-resize-horizontal {
  background-position: -456px -118px;
}
.icon-hdd {
  background-position: 0 -144px;
}
.icon-bullhorn {
  background-position: -24px -144px;
}
.icon-bell {
  background-position: -48px -144px;
}
.icon-certificate {
  background-position: -72px -144px;
}
.icon-thumbs-up {
  background-position: -96px -144px;
}
.icon-thumbs-down {
  background-position: -120px -144px;
}
.icon-hand-right {
  background-position: -144px -144px;
}
.icon-hand-left {
  background-position: -168px -144px;
}
.icon-hand-up {
  background-position: -192px -144px;
}
.icon-hand-down {
  background-position: -216px -144px;
}
.icon-circle-arrow-right {
  background-position: -240px -144px;
}
.icon-circle-arrow-left {
  background-position: -264px -144px;
}
.icon-circle-arrow-up {
  background-position: -288px -144px;
}
.icon-circle-arrow-down {
  background-position: -312px -144px;
}
.icon-globe {
  background-position: -336px -144px;
}
.icon-wrench {
  background-position: -360px -144px;
}
.icon-tasks {
  background-position: -384px -144px;
}
.icon-filter {
  background-position: -408px -144px;
}
.icon-briefcase {
  background-position: -432px -144px;
}
.icon-fullscreen {
  background-position: -456px -144px;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -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);
  -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: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  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: #ffffff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.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: 1000;
}
.open > .dropdown-menu {
  display: block;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  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: #ffffff;
}
.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: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.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;
  -webkit-transition: opacity 0.15s linear 1s linear;
  -moz-transition: opacity 0.15s linear 1s linear;
  -o-transition: opacity 0.15s linear 1s linear;
  -ms-transition: opacity 0.15s linear 1s linear;
  transition: opacity 0.15s linear 1s 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;
  -webkit-transition: height 0.35s ease 1s linear;
  -moz-transition: height 0.35s ease 1s linear;
  -o-transition: height 0.35s ease 1s linear;
  -ms-transition: height 0.35s ease 1s linear;
  transition: height 0.35s ease 1s linear;
}
.collapse.in {
  height: auto;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  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 {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
  -webkit-transition: background-position 0.1s linear 1s linear;
  -moz-transition: background-position 0.1s linear 1s linear;
  -o-transition: background-position 0.1s linear 1s linear;
  -ms-transition: background-position 0.1s linear 1s linear;
  transition: background-position 0.1s linear 1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -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.disabled,
.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;
}
.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.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: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.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.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \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: #0088cc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  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: 10px;
  margin-bottom: 10px;
}
.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: 14px;
}
.btn-group > .btn-mini {
  font-size: 10.5px;
}
.btn-group > .btn-small {
  font-size: 11.9px;
}
.btn-group > .btn-large {
  font-size: 17.5px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.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: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
.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: #222222;
}
.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: #ffffff;
  border-bottom-color: #ffffff;
}
.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: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  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;
}
.alert,
.alert h4 {
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.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: 20px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li > a > img {
  max-width: none;
}
.nav > .pull-right {
  float: right;
}
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.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: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.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 {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  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: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #555555;
  background-color: #ffffff;
  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;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #ffffff;
  background-color: #0088cc;
}
.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-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.nav .dropdown-toggle .caret {
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
  margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}
/* 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: #555555;
  border-bottom-color: #555555;
}
.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: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.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: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999999;
}
.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: #eeeeee #dddddd #eeeeee #eeeeee;
}
.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: #ffffff;
}
.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: #eeeeee #eeeeee #eeeeee #dddddd;
}
.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: #ffffff;
}
.nav > .disabled > a {
  color: #999999;
}
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.navbar {
  overflow: visible;
  margin-bottom: 20px;
  *position: relative;
  *z-index: 2;
}
.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  border: 1px solid #d4d4d4;
  -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: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
}
.navbar .brand:hover,
.navbar .brand:focus {
  text-decoration: none;
}
.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777777;
}
.navbar-link {
  color: #777777;
}
.navbar-link:hover,
.navbar-link:focus {
  color: #333333;
}
.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #ffffff;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}
.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: 5px;
}
.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: 5px;
  margin-bottom: 0;
}
.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  width: 126px;
  font-family: "proxima-nova", 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: 1030;
  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: 940px;
}
.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 10px 0 0;
}
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}
.navbar .nav > li {
  float: left;
}
.navbar .nav > li > a {
  float: none;
  padding: 10px 11px 10px;
  color: #777777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #333333;
  text-decoration: none;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555555;
  text-decoration: none;
  background-color: #e5e5e5;
  -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 {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e5e5e5;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #e5e5e5;
  *background-color: #d9d9d9;
}
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #cccccc \9;
}
.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:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #ffffff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #e5e5e5;
  color: #555555;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}
.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: #555555;
  border-bottom-color: #555555;
}
.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 {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
  border-color: #252525;
}
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:focus {
  color: #ffffff;
}
.navbar-inverse .brand {
  color: #999999;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #ffffff;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #111111;
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
  color: #ffffff;
}
.navbar-inverse .divider-vertical {
  border-left-color: #111111;
  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: #111111;
  color: #ffffff;
}
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.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: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-search .search-query {
  color: #ffffff;
  width: 126px;
  background-color: #515151;
  border-color: #111111;
  -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;
  -webkit-transition: none 1s linear;
  -moz-transition: none 1s linear;
  -o-transition: none 1s linear;
  -ms-transition: none 1s linear;
  transition: none 1s linear;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  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;
}
.navbar-inverse .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  border-color: #040404 #040404 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #040404;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #040404;
  *background-color: #000000;
}
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}
.navbar-blue .navbar-inner {
  background-color: #253b58;
  background-image: -moz-linear-gradient(top, #2e435e, #172e50);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2e435e), to(#172e50));
  background-image: -webkit-linear-gradient(top, #2e435e, #172e50);
  background-image: -o-linear-gradient(top, #2e435e, #172e50);
  background-image: linear-gradient(to bottom, #2e435e, #172e50);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2e435e', endColorstr='#ff172e50', GradientType=0);
  border-color: #275392;
  font-weight: bold;
  margin-bottom: 0 !important;
}
.navbar-blue .brand,
.navbar-blue .nav > li > a {
  color: #ffffff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  font-weight: bold;
}
.navbar-blue .brand:hover,
.navbar-blue .nav > li > a:hover,
.navbar-blue .brand:focus,
.navbar-blue .nav > li > a:focus {
  color: #fff !important;
}
.navbar-blue .brand {
  color: #ed1c24 !important;
}
.navbar-blue .navbar-text {
  color: #ffffff;
}
.navbar-blue .nav > li > a:focus,
.navbar-blue .nav > li > a:hover {
  background-color: transparent;
  color: #ffffff;
}
.navbar-blue .nav .current-menu-item,
.navbar-blue .nav .current_page_parent,
.navbar-blue .nav .active > a,
.navbar-blue .nav .active > a:hover,
.navbar-blue .nav .active > a:focus {
  color: #ffffff !important;
  background-color: #172e50 !important;
}
.navbar-blue .navbar-link,
.navbar-blue .nav-collapse {
  color: #ffffff;
}
.navbar-blue .navbar-link:hover,
.navbar-blue .nav-collapse:hover,
.navbar-blue .navbar-link:focus,
.navbar-blue .nav-collapse:focus {
  color: #ffffff;
}
.navbar-blue .divider-vertical {
  border-left-color: #172e50;
  border-right-color: #2e435e;
}
.navbar-blue .nav li.dropdown.open > .dropdown-toggle,
.navbar-blue .nav li.dropdown.active > .dropdown-toggle,
.navbar-blue .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #172e50;
  color: #ffffff;
}
.navbar-blue .nav li.dropdown > a:hover .caret,
.navbar-blue .nav li.dropdown > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-blue .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-blue .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-blue .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-blue .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-blue .navbar-search .search-query {
  color: #ffffff;
  background-color: #1d3964;
  border-color: #172e50;
  -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;
  -webkit-transition: none 1s linear;
  -moz-transition: none 1s linear;
  -o-transition: none 1s linear;
  -ms-transition: none 1s linear;
  transition: none 1s linear;
}
.navbar-blue .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}
.navbar-blue .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}
.navbar-blue .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}
.navbar-blue .navbar-search .search-query:focus,
.navbar-blue .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  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;
}
.navbar-blue .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #1d2f46;
  background-image: -moz-linear-gradient(top, #26374d, #11233c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#26374d), to(#11233c));
  background-image: -webkit-linear-gradient(top, #26374d, #11233c);
  background-image: -o-linear-gradient(top, #26374d, #11233c);
  background-image: linear-gradient(to bottom, #26374d, #11233c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff26374d', endColorstr='#ff11233c', GradientType=0);
  border-color: #11233c #11233c #000001;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #11233c;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-blue .btn-navbar:hover,
.navbar-blue .btn-navbar:focus,
.navbar-blue .btn-navbar:active,
.navbar-blue .btn-navbar.active,
.navbar-blue .btn-navbar.disabled,
.navbar-blue .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #11233c;
  *background-color: #0c1728;
}
.navbar-blue .btn-navbar:active,
.navbar-blue .btn-navbar.active {
  background-color: #060c15 \9;
}
.navbar-blue .nav-collapse {
  background: transparent;
}
.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  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 #ffffff;
}
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  margin: 20px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999999;
  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: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.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: 17.5px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.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: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.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: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}
.pager {
  margin: 20px 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 {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  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: #999999;
  background-color: #fff;
  cursor: default;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.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: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  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;
  -webkit-transition: opacity .3s linear, top .3s ease-out 1s linear;
  -moz-transition: opacity .3s linear, top .3s ease-out 1s linear;
  -o-transition: opacity .3s linear, top .3s ease-out 1s linear;
  -ms-transition: opacity .3s linear, top .3s ease-out 1s linear;
  transition: opacity .3s linear, top .3s ease-out 1s linear;
  top: -25%;
}
.modal.fade.in {
  top: 10%;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-header h3 {
  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 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *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: 1030;
  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: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -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: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  -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: #ffffff;
}
.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: #ffffff;
}
.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: #ffffff;
}
.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: #ffffff;
  bottom: -10px;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
  *zoom: 1;
}
.panel-body:before,
.panel-body:after {
  display: table;
  content: "";
  line-height: 0;
}
.panel-body:after {
  clear: both;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child th,
.panel > .table > tbody:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #000000;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #cccccc;
  border-color: #000000;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #000000;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #000000;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-warning {
  border-color: #fbeed5;
}
.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #fbeed5;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #fbeed5;
}
.panel-danger {
  border-color: #eed3d7;
}
.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #eed3d7;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #eed3d7;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.thumbnails {
  margin-left: -20px;
  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: 20px;
  margin-left: 20px;
}
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  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;
  -webkit-transition: all 0.2s ease-in-out 1s linear;
  -moz-transition: all 0.2s ease-in-out 1s linear;
  -o-transition: all 0.2s ease-in-out 1s linear;
  -ms-transition: all 0.2s ease-in-out 1s linear;
  transition: all 0.2s ease-in-out 1s linear;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #0088cc;
  -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: #555555;
}
.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;
  margin-bottom: 20px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  margin-left: 0;
  list-style: none;
}
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999999;
}
.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.badge {
  padding-left: 9px;
  padding-right: 9px;
  margin-right: 5px;
  position: relative;
  top: -5px;
  -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: #ffffff;
  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: #f89406;
}
.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}
.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: #333333;
}
.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}
.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: 20px;
  margin-bottom: 20px;
  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: #ffffff;
  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;
  -webkit-transition: width 0.6s ease 1s linear;
  -moz-transition: width 0.6s ease 1s linear;
  -o-transition: width 0.6s ease 1s linear;
  -ms-transition: width 0.6s ease 1s linear;
  transition: width 0.6s ease 1s linear;
}
.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: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
}
.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #fbb450;
  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: 20px;
}
.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;
}
.accordion-toggle {
  cursor: pointer;
}
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}
.carousel {
  position: relative;
  margin-bottom: 20px;
  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;
  -webkit-transition: 0.6s ease-in-out left 1s linear;
  -moz-transition: 0.6s ease-in-out left 1s linear;
  -o-transition: 0.6s ease-in-out left 1s linear;
  -ms-transition: 0.6s ease-in-out left 1s linear;
  transition: 0.6s ease-in-out left 1s linear;
}
.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: 42px;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  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: #333333;
  background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4,
.carousel-caption p {
  color: #ffffff;
  line-height: 20px;
}
.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: 30px;
  color: inherit;
  background-color: #eeeeee;
  -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: 30px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
.gsc-cursor .gsc-cursor-current-page {
  background-color: #005d8f;
}
a:hover {
  text-decoration: none !important;
}
body {
  margin-top: 0;
  overflow-wrap: break-word;
}
body.single-slideshow {
  margin-top: 0px;
  margin-bottom: 0px;
}
body.single-slideshow #wpadminbar {
  display: none;
}
body.search .well {
  margin-bottom: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px 0;
}
h3 {
  line-height: 24px;
}
body ul li {
  font-size: 16px;
  line-height: 140%;
}
article ul li {
  font-size: 18px;
}
.row.volume {
  margin-bottom: 30px;
}
.add30 {
  width: 590px;
  margin-right: 30px;
}
.blog .projects-masthead h2 {
  margin-bottom: -10px;
}
.blog .projects-meta {
  color: #333;
  font-weight: normal;
}
.blog article {
  margin: 20px 0 45px;
}
.masthead {
  font-family: "proxima-nova", sans-serif;
  padding-top: 20px;
}
.masthead h1 {
  font-size: 60px !important;
  line-height: 60px;
  letter-spacing: -2px;
  color: #005d8f;
}
ul.inline.urban-sensor-nav li {
  padding: 0;
}
ul.inline.urban-sensor-nav li a {
  padding: 0 5px;
  color: #8ed5f6;
}
ul.inline.urban-sensor-nav li a:hover {
  background: #E4F4F9;
  color: #ed1c24 !important;
}
input.parsley-error,
select.parsley-error,
textarea.parsley-error,
div.parsley-error.mce-panel {
  color: #B94A48;
  background: #F2DEDE;
  border: 1px solid #EED3D7 !important;
}
.parsley-errors-list {
  margin: 2px 0 3px 0;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  color: #B94A48;
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in-;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.parsley-errors-list.post_content_errors {
  position: absolute;
  bottom: 26px;
  left: 10px;
}
.parsley-errors-list.filled {
  opacity: 1;
}
.waist {
  background-image: url(/wp-content/themes/vip/makeblog/css/../img/blue_bg1.jpg);
  border-bottom: 2px solid #DBDBDB;
}
.caption {
  margin-top: -66px;
  height: 65px;
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
  margin-right: -1px;
  margin-left: 1px;
}
.page-template-page-kids-php .caption {
  margin-top: -65px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
}
.paddme {
  padding: 10px 0 10px 10px;
}
.paddme.small {
  padding: 10px 10px 10px 0;
}
.checkers {
  background-image: url(/wp-content/themes/vip/makeblog/css/../img/header_bg.jpg);
  margin: 15px 0 0;
}
.entry-content .blurb {
  line-height: 18px;
}
.look_like_h4 {
  font-size: 14px !important;
  font-weight: bold !important;
  line-height: 18px !important;
  height: 120px !important;
  margin: 5px 0 !important;
  width: auto !important;
  display: inline !important;
  height: 90px !important;
  color: #005d8f !important;
  font-family: "proxima-nova", sans-serif !important;
}
.look_like_h4_cat {
  font-family: "proxima-nova", sans-serif !important;
  color: #022c44 !important;
  font-weight: normal !important;
  font-size: 24px !important;
  margin: 0 0 5px 0;
  height: 36px;
  line-height: 18px;
  cursor: text;
}
.look_like_h3_blue {
  font-family: "proxima-nova", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 900;
  height: 24px;
  line-height: 24px;
  margin-left: 10px;
  margin-top: 10px;
  width: 290px;
}
.look_like_h3_blue a {
  font-size: 22px;
  font-style: normal;
  font-weight: 900;
  height: auto;
  line-height: 24px;
  text-decoration: none;
  font-family: "proxima-nova", sans-serif;
}
.look_like_h3 {
  font-size: 16px;
  font-weight: bold;
  height: auto;
  text-transform: uppercase;
  line-height: 24px;
  text-decoration: none;
  font-family: "proxima-nova", sans-serif;
}
.look_like_h3_heading a {
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  height: auto;
  line-height: 24px;
  text-decoration: none;
  font-family: "proxima-nova", sans-serif;
}
.checkers img {
  border: 1px solid #c3c5c5;
}
.checkers h3 {
  color: #cc2229;
  font-weight: bold !important;
  padding: 3px 5px;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
}
.checkers h3 a {
  color: #cc2229;
}
.checkers p {
  font-size: 16px;
  line-height: 16px;
  padding: 0 5px;
  margin: 0px;
}
.checkers p a {
  color: #333;
}
.arrow {
  margin-top: -4px;
  margin-left: 109px;
  text-align: center;
  margin-bottom: 0px;
  position: relative;
}
.new-sand {
  background-image: url(/wp-content/themes/vip/makeblog/css/../img/sand.png);
}
.sand {
  text-shadow: 0px 1px 0px white;
}
.sand h3 {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 900;
  color: #00598e;
  margin-bottom: 0px;
  font-size: 22px;
  margin-top: 10px;
}
.sand .text {
  text-shadow: 0px 0px 0px;
}
div.superpage {
  margin-bottom: -20px;
}
.superpage h1 {
  font-size: 42px;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 900;
  color: #CC2229;
  margin-bottom: 10px;
  margin-top: 15px;
  text-transform: none;
  letter-spacing: -2.5px;
}
.super .sand h3 {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 900;
  color: #00598e;
  margin-bottom: 5px;
  font-size: 22px;
  margin-top: 20px;
  text-transform: uppercase;
}
.grey-border {
  border: 1px solid #C3C5C5;
}
.sand .posts h3 {
  margin-left: 10px;
  margin-bottom: 0px;
}
.sand h3.red {
  color: #cc2229;
}
.blurb {
  font-weight: 400;
  color: #333;
}
.blurb-thumbnail a {
  color: #023a48;
}
.entry-content img {
  border: 0px;
  padding: 2px;
}
.entry-content h4 {
  width: 274px;
  margin-top: 5px;
  font-size: 14px;
}
article {
  margin-bottom: 5px;
}
article h4 a:hover {
  text-decoration: none;
}
.posts {
  background-image: url(/wp-content/themes/vip/makeblog/css/../img/shadow1.png);
  background-repeat: no-repeat;
}
.posts article {
  margin-bottom: 20px;
}
.entry-content:first-child {
  width: 280px;
  padding: 10px 0 3px 8px;
}
.entry-content {
  width: 280px;
  padding: 10px 0 3px 8px;
}
.odd {
  background-color: #F0F0F0;
}
.dotw {
  padding-top: 20px;
  margin-top: 25px;
}
.dotw a:hover {
  text-decoration: none;
}
.dotw img {
  display: block !important;
  margin-top: -53px !important;
}
.dotw h3 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  line-height: 20px;
}
.light {
  font-weight: 200;
}
.dotw h4 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  padding: 0px 10px;
  line-height: 24px;
}
.dotw p {
  margin: 0px 10px !important;
  font-size: 14px !important;
  line-height: 18px !important;
  color: #333 !important;
}
.dotw h3 {
  margin-left: 10px;
}
.dotw h5 {
  padding: 0px 10px;
}
.new-grid {
  background-color: #fff;
  background-image: url(/wp-content/themes/vip/makeblog/css/../img/grid.png);
  margin-bottom: 20px;
  color: #040000;
  background-repeat: no-repeat;
  -webkit-box-shadow: 1px 1px 3px #999;
  -moz-box-shadow: 1px 1px 3px #999;
  box-shadow: 1px 1px 3px #999;
  padding: 10px;
  margin-left: -1px;
  margin-right: -1px;
  border-left: 1px solid #C0C2C2;
  border-right: 1px solid #C0C2C2;
  border-bottom: 1px solid #C0C2C2;
}
.new-grid .row .span4 {
  margin-left: 20px;
  width: 290px;
}
.new-grid .span5 {
  margin-left: 20px;
  width: 370px;
}
.new-grid .span3 {
  margin-left: 10px;
  width: 220px;
}
.new-grid.span4 img {
  max-width: 290px;
  height: auto;
}
.new-grid .span4 h3 {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #cc2229;
  margin-bottom: 0px;
  font-size: 22px;
  margin-top: 5px;
  text-transform: none;
  letter-spacing: -1.5px;
}
.new-grid .span4 h3 a {
  color: #cc2229;
}
.new-grid .inner {
  margin: 20px 0 0 0;
}
.grid-box {
  background-image: url(/wp-content/themes/vip/makeblog/css/../img/grid-box.png);
  height: 266px;
  margin-bottom: 10px;
  color: #040000;
  background-repeat: no-repeat;
  -webkit-box-shadow: 1px 1px 3px #999;
  box-shadow: 1px 1px 3px #999;
}
.grid-box.camp {
  background-image: url(/wp-content/themes/vip/makeblog/css/../img/camp.png);
  height: 264px;
  margin-bottom: 10px;
}
.grid-box.camp h2 {
  margin: 0px !important;
}
.new-grid .halloween h2 {
  font-size: 33px;
  font-weight: bold;
  line-height: 30px;
  margin: 5px 10px;
}
.new-grid .halloween p {
  margin: 5px 10px;
  font-size: 18px;
  line-height: 24px;
}
.grid-box h2 {
  font-size: 33px;
  font-weight: bold;
  line-height: 30px;
  margin: 20px 20px 0;
}
.grid-box p {
  margin: 5px 10px;
  font-size: 18px;
  line-height: 24px;
}
.grid-box.camp .span3 p {
  margin: 5px 0px 5px 0px;
  line-height: 24px;
}
.grid-box .span3 p {
  margin: 5px 0px 5px 20px;
  font-size: 18px;
  line-height: 24px;
}
.grid-box .span3 h2 {
  font-size: 33px;
  font-weight: bold;
  line-height: 30px;
  margin: 20px 0px 20px 20px;
  letter-spacing: -1.5px;
}
.grid-box img {
  margin-top: 1px;
}
.grid-box.boxy p {
  overflow: hidden;
  text-overflow: ellipsis;
  height: 39px;
}
.small-home-feature-boxes,
.attachment-small-home-feature-boxes {
  margin: 7px;
  border: 1px solid #c3c5c5;
  display: block;
  margin-top: 25px;
}
.boxy {
  padding-top: 20px;
  height: 246px;
}
.boxy a {
  color: #040000;
}
.boxy a:hover {
  text-decoration: none;
}
.boxy p {
  font-size: 14px;
  line-height: 18px;
}
.boxy h4 {
  margin: 10px 10px 5px;
  font-size: 19px;
}
.arrows {
  color: #CC2229;
  font-size: 28px;
  line-height: 0px;
  display: inline-block;
  padding-bottom: 8px;
}
footer {
  padding-top: 40px;
  padding-bottom: 20px;
}
.footer_copyright p {
  font-size: 12px  !important;
  line-height: 16px  !important;
  font-weight: normal !important;
  margin-bottom: 0px !important;
}
.footer_copyright p a {
  border-bottom: none !important;
}
.footer_copyright p a img {
  margin-top: -4px !important;
}
.footer_logo {
  margin-right: 5px;
  margin-top: 8px;
  max-width: 140px!important;
}
.p_footer {
  font-size: 14px !important;
  line-height: 19px !important;
  margin-bottom: 5px;
}
.twtr-widget {
  border: 1px solid #D0D0CE !important;
}
.more_faires {
  background-color: #E8F1F4;
  border: 1px solid #D0D0CE;
  padding: 10px;
  max-height: 373px;
}
.more_faires h3 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  font-size: 32px;
  color: #67abc6;
  margin-bottom: 10px;
}
.more_faires h4 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  font-size: 28px;
  color: #67abc6;
  margin: 10px 0px;
}
.more_faires ul li {
  font-size: 16px;
  list-style-image: url(/wp-content/themes/vip/makeblog/css/../img/arrow.gif);
}
.more_faires ul li a {
  font-weight: bold;
  color: #065270;
}
footer .pills {
  margin-left: 100px;
  margin-top: 20px;
}
footer .pills a {
  color: #5a6479;
}
#house_ad {
  background-image: url('http://cdn.makezine.com/make/ads/make-SIP-house-ad-300-teaser.png');
  height: 393px;
  width: 300px;
}
.authors {
  background-color: #3c3c3c;
  background-image: url(/wp-content/themes/vip/makeblog/css/../img/blue_bg.jpg);
  color: #fff;
  border-top: 1px solid #515151;
  border-top: 1px solid #00335D;
  border-bottom: 1px solid #515151;
}
.authors h3 {
  font-family: "proxima-nova", sans-serif;
  text-align: right;
}
.authors h4 {
  margin-top: 9px;
  margin-left: 60px;
}
.authors h5 {
  margin-left: 60px;
}
.authors .span3 img {
  padding: 5px;
}
.blue-box {
  background-image: url(/wp-content/themes/vip/makeblog/css/../img/blue-grad.png);
  background-repeat: repeat-x;
  margin-top: 10px;
}
.blue-box h3 {
  color: #fff;
  text-shadow: 0px 0px 0px #999 !IMPORTANT;
  font-size: 20px;
  text-align: center;
  margin: 15px 0 0;
  text-transform: capitalize;
  padding-top: 5px;
  font-weight: 700;
}
.blue-box form {
  margin: 5px 15px 10px;
}
.blue-box p {
  color: #031845;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  padding-bottom: 5px;
  border-bottom: 4px solid #0081AD;
}
.red {
  color: #cc2229;
}
.red:hover {
  color: #7F080D;
}
.content {
  background-color: white;
  padding: 10px;
  background-image: url(/wp-content/themes/vip/makeblog/css/../img/header_bg.jpg);
  border: 1px solid #C0C3C3;
}
.content h1 {
  border-bottom: 1px solid #074F6D;
  margin-bottom: 7px;
  padding-bottom: 7px;
  line-height: 24px;
  text-transform: capitalize;
  margin-top: 0px;
}
.content .post h1 {
  text-transform: none;
}
.content h1 a {
  color: #cc2229;
  font-size: 26px;
}
.meta {
  font-weight: 400;
  font-size: 14px;
  color: #4b4f50;
  margin-bottom: 0px;
}
.meta.top {
  margin-bottom: 15px;
  padding-top: 0px !important;
}
.meta a.btn {
  color: #fff;
}
.meta a {
  font-weight: bold;
  color: #023a48;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 10px;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 10px;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.breadcrumb {
  margin-top: 25px;
  min-height: 20px;
}
#comments-title {
  color: #666;
  font-size: 10px;
  font-weight: 500;
  line-height: 2.6em;
  padding: 0 0 2.6em;
  text-transform: uppercase;
}
.nopassword,
.nocomments {
  color: #aaa;
  font-size: 24px;
  font-weight: 100;
  margin: 26px 0;
  text-align: center;
}
.commentlist {
  list-style: none;
  margin: 0 auto;
  width: 520px !important;
  margin-left: 100px;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
  width: 100%;
}
.commentlist > li.comment {
  background: #f6f6f6;
  border: 1px solid #ddd;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0 0 1.625em;
  padding: 1.625em;
  position: relative;
}
.commentlist .pingback {
  margin: 0 0 1.625em;
  padding: 0 1.625em;
}
.commentlist .children {
  list-style: none;
  margin: 0;
}
.commentlist .children li.comment {
  background: #fff;
  border-left: 1px solid #ddd;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  margin: 1.625em 0 0;
  padding: 1.625em;
  position: relative;
}
.commentlist .children li.comment .fn {
  display: block;
}
.comment-meta .fn {
  font-style: normal;
}
.comment-meta {
  color: #666;
  font-size: 14px;
  line-height: 160%;
}
.commentlist .children li.comment .comment-meta {
  line-height: 1.625em;
}
.commentlist .children li.comment .comment-meta .comment-author {
  margin-left: 50px;
}
.commentlist .children li.comment .comment-content {
  margin: 1.625em 0 0;
}
.comment-meta a {
  font-weight: bold;
}
.commentlist .avatar {
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px #ccc;
  -moz-box-shadow: 0 1px 2px #ccc;
  box-shadow: 0 1px 2px #ccc;
  left: -102px;
  padding: 0;
  position: absolute;
  top: 0;
}
.commentlist > li:before {
  content: url(/wp-content/themes/vip/makeblog/css/../img/comment-arrow.png);
  left: -21px;
  position: absolute;
}
.commentlist > li.pingback:before {
  content: '';
}
.commentlist .children .avatar {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  left: 2.2em;
  padding: 0;
  top: 2.2em;
}
a.comment-reply-link {
  background: #eee;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #666;
  display: inline-block;
  font-size: 12px;
  padding: 0 8px;
  text-decoration: none;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
  background: #888;
  color: #fff;
}
a.comment-reply-link > span {
  display: inline-block;
  position: relative;
  top: -1px;
}
.commentlist > li.bypostauthor {
  background: #ddd;
  border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta {
  color: #575757;
}
.commentlist > li.bypostauthor:before {
  content: url(/wp-content/themes/vip/makeblog/css/../img/comment-arrow-bypostauthor.png);
}
.commentlist .children > li.bypostauthor {
  background: #ddd;
  border-color: #d3d3d3;
}
.comment-author-whyisjake,
.comment-author-jspurlock {
  background-image: url('http://subtlepatterns.com/patterns/geometry.png') !important;
}
.commentlist > li.comment-author-whyisjake:before,
.commentlist > li.comment-author-jspurlock:before {
  content: url(/wp-content/themes/vip/makeblog/css/../img/comment-arrow-blank.png);
  left: -21px;
  position: absolute;
}
.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
  margin-left: 102px;
  width: auto;
}
.page-template-sidebar-page-php #respond {
  width: auto;
}
.span-thumb {
  float: left;
}
.span-well {
  float: left;
  width: 450px;
}
.cat {
  border: 1px solid #BCD7DF;
  margin: 0 0 20px;
  background: -ms-linear-gradient(top, #fafcfd 0%, #eeeff0 100%);
  background: -moz-linear-gradient(top, #fafcfd 0%, #eeeff0 100%);
  background: -o-linear-gradient(top, #fafcfd 0%, #eeeff0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fafcfd), color-stop(1, #eeeff0));
  background: -webkit-linear-gradient(top, #fafcfd 0%, #eeeff0 100%);
  background: linear-gradient(top, #fafcfd 0%, #eeeff0 100%);
  padding: 10px;
}
.cat a {
  color: #045876;
}
.cat h2 {
  color: #045876;
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 6px;
}
.drop-down {
  margin-left: 0px;
  columns: auto 3;
  -webkit-columns: auto 3;
  -moz-columns: auto 3;
  margin-top: 23px;
}
.drop-down.fix {
  columns: auto auto;
  -webkit-columns: auto auto;
  -moz-columns: auto auto;
}
.drop-down li {
  list-style-type: none;
}
.drop-down li:before {
  content: "\25b6 \0020";
  color: #022835;
  font-size: 8px;
}
.category-title {
  border-bottom: 4px dotted #045876;
  margin-bottom: 20px;
  color: #045876;
}
.uppercase {
  text-transform: uppercase;
}
.cat-title {
  font-size: 16px;
  font-weight: 400;
  color: #0584b3;
  text-transform: uppercase;
  border: 0px !important;
  line-height: 50px !important;
  margin-top: 20px;
  letter-spacing: -3px;
}
.description {
  color: #0584b3;
}
.jumbo {
  color: #045876;
  font-size: 60px;
  font-weight: bold;
  text-transform: none;
}
.cat-thumb {
  width: 210px;
  float: left;
}
.cat-blurb {
  width: 368px;
  float: right;
}
.cat-blurb h3 {
  font-family: "proxima-nova", sans-serif;
  font-size: 22px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
}
.cat-blurb p {
  font-size: 14px;
  line-height: 20px;
}
.cat-blurb .meta {
  margin-bottom: 0px;
}
.page-template-page-categories-php .content h1,
.page-template-page-skill_builder-php .content h1,
.page-template-page-contribute-php .content h1,
.page-template-page-materials-php .content h1 {
  text-transform: uppercase;
  border: 0px;
  font-size: 30px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  color: #0584b3;
  margin-bottom: 15px;
}
.page-template-page-categories-php .content h1 a,
.page-template-page-skill_builder-php .content h1 a,
.page-template-page-contribute-php .content h1,
.page-template-page-materials-php .content h1 a {
  color: #0584b3;
}
hr {
  margin: 10px 0;
  border: 0;
  border-top: 1px solid #beb9b9;
  border-bottom: 1px solid white;
}
.superpage .get-started.med {
  padding: 10px 10px 0;
}
.get-started.med .span4 {
  width: 285px;
}
.get-started.med h3 {
  margin-top: 0px;
}
.get-started.med .span4 p {
  margin: 5px 0px 5px 0px;
  font-size: 12px;
  line-height: 14px;
}
.get-started.med .span4 img {
  max-width: 275px;
}
.get-started.med .span4 h4 {
  margin: 5px 0;
  font-size: 18px;
  margin-bottom: 12px;
}
.grid-box.med .span4 h4 {
  margin: 5px 0;
}
.grid-box.video iframe {
  margin-top: 0px;
}
.get-started {
  margin: 10px 0;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 3px #999;
  -moz-box-shadow: 1px 1px 3px #999;
  box-shadow: 1px 1px 3px #999;
  background-image: url(/wp-content/themes/vip/makeblog/css/../img/header_bg.jpg);
}
.padme {
  padding: 10px 0px 10px 10px;
}
.padme.second {
  padding: 10px 5px 10px 5px;
}
.padme.last {
  padding: 10px 10px 10px 0px;
}
.padme .thumbnail {
  max-width: 120px;
}
.padme h4 {
  margin: 10px 0;
  text-align: center;
}
.center {
  text-align: center;
  padding: 10px 0;
}
.small-posts {
  margin: 20px 0;
}
.move {
  margin-left: 10px;
}
.link {
  text-align: right;
  margin-bottom: 12px;
}
.top {
  padding-top: 20px;
}
.blurb-blurb h4 a {
  color: #cc2229;
  font-size: 22px;
  margin-bottom: 10px;
}
.blurb-blurb.span6 {
  width: 440px;
}
.new-grid hr {
  margin: 10px 0;
  border: 0;
  border-top: 1px solid #BEB9B9;
  border-bottom: 1px solid white;
  margin-right: 20px;
}
.blurb-thumbnail {
  margin-bottom: 5px;
}
.blurb-thumbnail img {
  border: 1px solid #C3C5C5;
}
.new-grid .span2 {
  margin-left: 20px;
  width: 135px;
}
.third {
  width: 193px;
  float: left;
  margin-left: 10px;
  margin-top: 15px;
}
.third:first-child {
  margin-left: 20px;
}
.third h4 {
  color: #045876;
  font-size: 16px;
  margin: 8px 0 5px;
}
.makers h5 {
  font-size: 15px;
  color: #045876;
  margin: 5px 0;
}
.seeall {
  font-size: 18px;
  margin-top: 6px;
  margin-bottom: 6px;
}
.aqua a {
  color: #045876 !important;
}
.aqua {
  color: #045876 !important;
}
.bigger {
  font-size: 14px;
  margin: 0px;
}
.biggest {
  font-size: 22px !important;
  font-family: "proxima-nova", sans-serif !important;
}
.red {
  color: #CC2229;
}
.ribbon {
  height: 36px;
  width: 136px;
  position: relative;
  background-image: url(/wp-content/themes/vip/makeblog/css/../img/ribbon.png);
  left: -17px;
  bottom: -5px;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 900;
  color: #fff;
  padding: 4px 0 0 4px;
  background-repeat: no-repeat;
  font-size: 20px;
}
.attachment-p1,
#top-left {
  margin-top: -41px;
}
.terms {
  margin: 10px 0;
}
.terms li {
  display: inline;
  margin-right: 4px;
}
.sub-nav {
  display: none;
}
.sub-nav.active {
  display: block;
  border: 0px;
  background-color: transparent;
}
h4,
h5,
h6 {
  line-height: 18px;
  margin-bottom: 5px;
}
.youtube {
  margin-top: 15px;
  margin-bottom: 15px;
}
article.magazine-page h1 {
  font-family: "proxima-nova", sans-serif !important;
  font-style: normal;
  font-weight: 900;
  color: #00598E;
  margin-bottom: 0px;
  font-size: 26px;
  margin-top: 5px;
  margin-bottom: 15px;
}
article.magazine-page h3 {
  color: #045876;
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 0px;
}
.featured a {
  color: #040000;
}
.intro {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #1d6179;
  font-size: 16px;
  line-height: 140%;
}
.intro p {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #1d6179;
  font-size: 16px;
  line-height: 140%;
}
.bold {
  font-weight: bold !important;
}
.two-column {
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
  -moz-column-rule-width: 1px;
  -moz-column-rule-color: #ccc;
  -moz-column-rule-style: solid;
  -webkit-column-rule-width: 1px;
  -webkit-column-rule-color: #ccc;
  -webkit-column-rule-style: solid;
  column-rule-width: 1px;
  column-rule-color: #ccc;
  column-rule-style: solid;
}
.two-column h5 {
  font-size: 14px;
  font-family: "proxima-nova", sans-serif;
  color: #005580;
}
.two-column .arrows {
  font-size: 24px;
  padding-bottom: 6px;
}
.video_preview {
  border-top: 2px solid #08C;
  border-bottom: 2px solid #08C;
  padding: 5px 0;
}
.video_preview h4 {
  font-size: 16px;
  color: #08c;
}
.toc_new {
  margin-top: 10px;
}
.toc_new h2,
.toc_new h3,
.toc_new h4 {
  color: #045876;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 6px;
  font-family: "proxima-nova", sans-serif;
}
.key {
  margin: 10px 0px;
}
.white {
  margin: 18px 10px;
  padding: 10px;
  background-color: #fff;
  filter: alpha(opacity=56);
  opacity: 0.56;
  zoom: .95;
}
.craft .embed-youtube,
.page-template-page-home-php .embed-youtube {
  float: none;
}
.tab-pane > div.alert {
  margin-right: 10px;
}
.cat-thumb img {
  max-width: 200px;
  height: auto;
}
article h3 {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #333;
  margin-bottom: 0px;
  font-size: 18px;
  text-transform: none;
}
blockquote p {
  margin-bottom: 12px;
}
.small-youtube {
  padding: 15px;
}
.blue {
  color: #00315d;
}
.carousel-control.new {
  position: relative;
  width: 40px;
  height: 40px;
  margin-top: 0px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: white;
  text-align: center;
  background: #222;
  border: 3px solid white;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  display: inline-block;
  top: 200px;
  left: 0px;
}
.carousel-control.new.prev {
  left: 10px;
}
.carousel-control.new.next {
  left: 496px;
}
.slideshow-content {
  background-color: #fff;
  padding: 10px;
}
.slide-side {
  background-color: #b3c4c6;
  background-image: url(/wp-content/themes/vip/makeblog/css/../img/header_bg.jpg);
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #C0C3C3;
  width: 300px;
}
.inline {
  margin-left: 0px;
}
.inline li {
  display: inline;
  margin-right: 5px;
}
.googleplus1_button {
  width: 63px;
}
.share-twitter {
  width: 78px;
}
.share-facebook {
  width: 80px;
}
div.sharedaddy a.sd-button {
  margin: 0 0 0 5px!important;
}
div.sharedaddy .sd-content li {
  float: left;
  margin: 0 12px 5px 0!important;
  display: block;
}
#jjuylk-jjuylk,
#jjurhj-jjurhj {
  width: 196px;
}
.parsely-box {
  font-size: 0.8em;
  line-height: 150%;
}
.parsely-box a {
  display: block;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #eee;
  padding: 5px;
  vertical-align: middle;
}
.parsely-box img {
  max-height: 50px;
  padding: 3px;
  padding-right: 10px;
}
.parsely-box .default-image {
  display: inline-block;
  margin: 3px;
  margin-right: 10px;
  height: 50px;
  width: 80px;
  border: 1px solid #eee;
}
.parsely-box p {
  display: inline-block;
  max-width: 300px;
  padding-left: 5px;
  vertical-align: top;
}
.parsely-box.posts a:nth-of-type(even) {
  background: #f8f8f8;
}
.parsely-box a:hover p {
  text-decoration: underline;
}
.parsely-box.authors p {
  width: 15em;
}
.parsely-box.authors span {
  color: #555;
}
.parsely-box .views {
  display: inline-block;
  width: 8em;
  text-align: right;
}
.pop-posts a {
  display: block;
  margin-bottom: 15px;
}
.modal.slideshow {
  width: 1030px;
  margin-left: -470px;
}
.modal.slideshow .modal-body iframe {
  width: 1010px;
}
.modal.slideshow .modal-body {
  max-height: 630px;
  padding: 0px;
}
img#wpstats {
  height: 0;
  width: 0;
  overflow: hidden;
  margin: 0;
  border: none;
  padding: 0;
}
.wp-caption .wp-caption-text {
  background-color: #ddd;
  font-size: 16px;
  font-style: italic;
  padding: 10px;
  margin-right: 10px;
  color: #666;
}
[class*="paged"] .next {
  left: 496px !important;
}
.maker h3 {
  margin-bottom: 12px;
}
div.parts,
div.tools {
  width: 50%;
  float: left;
}
div.parts.row,
div.tools.row {
  width: 100%;
  float: none;
}
.description {
  text-align: right;
}
.description #cat {
  margin-top: -35px;
}
.sharing {
  position: relative;
  width: 0px;
  left: -80px;
  top: -30px;
  float: left;
}
.stumbleupon {
  margin-left: 2px;
}
.facebook {
  margin-left: 4px;
}
.pinterest {
  margin-left: 6px;
}
#review_box h2,
#review_box h3,
#review_box h4,
#review_box h5 {
  margin: 0px;
  line-height: 18px;
}
#review_box h3 {
  font-size: 17px;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
  border-bottom: 1px solid #b0bac1;
}
#review_box h2 {
  line-height: 22px;
  margin-bottom: 2px;
  color: #021329;
  font-size: 22px;
}
#review_box h5 {
  text-transform: uppercase;
  margin: 5px 0 !important;
  font-size: 13px;
}
#review_box h5 a {
  color: #5B5A54;
}
#review_box {
  background-color: #f0efeb;
  border: 1px solid #b0bac1;
  padding: 5px;
  width: 183px;
  float: right;
  margin-left: 10px;
  margin-bottom: 20px;
}
#review_box .meta {
  border-top: 1px solid #b0bac1;
  border-bottom: 1px solid #b0bac1;
  margin: 5px 0;
  padding: 7px 0;
}
#review_box .meta p {
  margin: 0px;
  line-height: 14px;
}
.ratings {
  border-bottom: 1px solid #b0bac1;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.ratings dd {
  height: 11px;
  width: 182px;
  margin: 0 0 5px;
}
.term1 {
  background-image: url(/wp-content/themes/vip/makeblog/css/images/1.gif);
  background-repeat: no-repeat;
}
.term2 {
  background-image: url(/wp-content/themes/vip/makeblog/css/images/2.gif);
  background-repeat: no-repeat;
}
.term3 {
  background-image: url(/wp-content/themes/vip/makeblog/css/images/3.gif);
  background-repeat: no-repeat;
}
.term4 {
  background-image: url(/wp-content/themes/vip/makeblog/css/images/4.gif);
  background-repeat: no-repeat;
}
.term5 {
  background-image: url(/wp-content/themes/vip/makeblog/css/images/5.gif);
  background-repeat: no-repeat;
}
.the_tags {
  font-size: 13px;
}
.the_tags a {
  font-style: italic;
  color: #5b5a54;
  font-size: 14px;
}
.post-image {
  margin-bottom: 15px;
}
.popover.right {
  width: 200px !important;
}
.drill h3 {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 800;
  color: #ed1c24;
  text-transform: uppercase;
  font-size: 21px;
  margin-bottom: 10px;
}
.drill h4 {
  background-image: url(/wp-content/themes/vip/makeblog/css/images/lines.gif);
  height: 11px;
  line-height: 0px;
  padding-top: 9px;
  margin-bottom: 15px;
}
ul#sidebar {
  margin: 0px;
}
ul#sidebar li {
  list-style-type: none;
}
.drillz {
  background-color: #fff;
  height: 20px;
  line-height: 0px;
  padding: 2px 10px 2px 0;
}
.drill-list {
  margin-bottom: 15px;
}
.term-item {
  list-style-image: url(/wp-content/themes/vip/makeblog/css/images/uncheck.gif);
  font-weight: bold;
}
.current-term {
  list-style-image: url(/wp-content/themes/vip/makeblog/css/images/check.gif);
}
#sidebar li ul li {
  font-weight: bold;
}
.nobold li {
  font-weight: 400 !important;
}
#term-list-post_tag ul li {
  font-weight: 400 !important;
}
ul.term-list {
  max-height: 200px;
  overflow: auto;
}
li.term-item {
  margin-left: 20px;
}
.side {
  background-color: white;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
}
body.embed.single-slideshow h1 {
  font-size: 20px !important;
  line-height: 24px !important;
}
.clear {
  clear: both;
}
#shop h2 {
  border-bottom-width: 0px!important;
  color: #045876 !important;
  margin: 10px 0 0!important;
  font-size: 22px !important;
  font-family: "proxima-nova", sans-serif !important;
  font-style: normal;
  font-weight: 900;
}
body#shop {
  background: none!important;
}
.alert {
  padding: 8px 14px 8px 14px !important;
}
.feature li {
  list-style-image: url(/wp-content/themes/vip/makeblog/css/../img/arrows.png);
}
.feature li.red {
  list-style-image: url(/wp-content/themes/vip/makeblog/css/../img/arrows-red.png);
}
.alright {
  text-align: right;
}
.alcenter {
  text-align: center;
}
.alcenter span {
  text-align: center;
}
.single-volume h3 {
  margin-bottom: 12px;
}
.carousel {
  text-shadow: none;
}
.carousel-caption .single p a {
  color: #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}
.features {
  margin: 20px 0 20px;
  border: 1px solid #eee;
  padding: 10px;
}
.features img {
  padding: 5px;
  margin: 0px;
  background-color: #eee;
  border: 1px solid #ddd;
}
.features h3,
.features h4,
.features h5,
.features h6 {
  line-height: 24px;
}
.clear {
  clear: both;
}
.features .blurb {
  margin-left: 0px;
}
.features h3 {
  margin-bottom: 12px;
}
.features h4 {
  font-size: 13px;
  line-height: 16px;
}
.features .twenty-five {
  width: 25%;
  float: left;
  text-align: center;
}
.features .small-thumb {
  max-height: 75px;
  max-width: auto;
}
.features .small-thumb {
  max-height: 75px;
  max-width: auto;
}
.badge a {
  color: inherit;
}
.home-ads {
  margin-top: 15px;
}
.home-ads.bottom {
  margin-bottom: 15px;
}
.home-ads:last-child {
  margin-top: 22px;
}
.hangout {
  margin-top: 15px;
}
.links {
  margin-top: 35px;
}
.links .content {
  margin-top: 15px;
  padding: 10px 10px 0;
}
.soci {
  display: block;
  float: left;
  margin-right: 3px;
  margin-top: 5px;
}
.text {
  display: block;
  float: left;
  margin-top: 13px;
  margin-right: 15px;
  text-shadow: 0px 0px 0px #fff !important;
}
.new-footer {
  background-color: transparent;
  padding-top: 10px;
  width: 100%;
  text-align: center;
  border-top: 3px solid #DBDBDB;
  background-image: url(/wp-content/themes/vip/makeblog/css/../img/header_bg.jpg);
}
.new-footer label {
  display: block;
  margin-bottom: 0;
  margin-top: 0;
}
.new-footer label.checkbox {
  font-weight: bold;
}
.new-footer .about-column-01 {
  width: 86px;
  float: left;
  margin-left: 0;
}
.new-footer .about-column-01 ul {
  margin-top: 6px;
}
.new-footer .about-column-01 ul li {
  line-height: 20px;
}
.new-footer .about-column-01 ul li a {
  margin-left: -2px;
}
.new-footer .about-column-02 {
  float: left;
  width: 134px;
  margin-left: 0;
}
.new-footer .about-column-02 ul {
  margin-top: 5px;
}
.new-footer .about-column-02 ul li {
  line-height: 20px;
}
.new-footer .about-column-02 ul li a {
  margin-left: -2px;
}
.new-footer .email-area #appendedInputButton {
  border-radius: 0;
  height: 16px;
}
.new-footer .email-area controls {
  width: 130px;
  float: left;
  margin: 0;
  padding: 0;
}
.new-footer .email-area .btn {
  background-color: #F60B29;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  border-radius: 0;
  background-image: none;
  height: 26px;
  padding-top: 2px;
  border: 1px solid #ccc;
  box-shadow: none;
}
.new-footer ul li {
  font-size: 14px !important;
  display: list-item;
}
.new-footer .control-group {
  margin-bottom: 8px;
}
.new-footer h5 {
  margin-bottom: 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  font-weight: bold;
}
.new-footer .clearfix {
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}
.new-footer .logo {
  margin-bottom: 5px;
}
.new-footer .logo h5 {
  float: left;
  padding-top: 35px;
}
.new-footer .logo img {
  float: left;
  padding-right: 5px;
}
.new-footer .terms {
  margin-top: 0;
}
.new-footer .main {
  width: 940px;
  margin-top: 5px;
}
.new-footer .text {
  margin-top: 0;
}
.new-footer .text a {
  color: #000;
}
.new-footer .subscribe img#mag-cover {
  width: 128px;
  float: right;
  border: 1px solid #ccc;
  margin-top: -20px;
}
.new-footer .container {
  width: 940px;
  margin: 0 auto;
  text-align: left;
}
.new-footer .container ul {
  margin-left: 15px;
}
.new-footer .container .row .subscribe h5 {
  color: #F60B29;
  margin-top: -8px;
}
.new-footer .container .row .subscribe p {
  font-weight: bold;
  margin-top: 3px;
  padding-right: 3px;
}
.new-footer .container .row .subscribe hr {
  border: none;
  background-color: #F60B29;
  color: #F60B29;
  height: 7px;
  width: 85px;
  margin-top: 0px;
}
.new-footer .controls  > .radio:first-child,
.controls  > .checkbox:first-child {
  padding-top: 0;
}
.craft .new-footer {
  background-color: transparent;
  border-width: 1px;
}
.new-footer input[type="radio"],
.new-footer input[type="checkbox"] {
  margin: 0;
}
.new-footer .trending,
.new-footer .newsletter,
.new-footer .about-us,
.new-footer .subscribe {
  width: 220px;
  float: left;
  border-top: 1px solid #ccc;
  text-align: left;
  padding-top: 10px;
}
.hoa {
  background-image: url(/wp-content/themes/vip/makeblog/css/../img/Google_Hangout_WebAd2_upcoming.gif);
  height: 102px;
  padding-left: 110px;
  padding-right: 165px;
}
.hoa.onair {
  background-image: url(/wp-content/themes/vip/makeblog/css/../img/Google_Hangout_WebAd2_on_air.gif);
}
.hoa h4 {
  font-size: 14px;
  padding-top: 12px;
}
.hoa p {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 130%;
}
.overlay {
  margin-top: -70px;
  background-color: rgba(255, 255, 255, 0.8);
  height: 60px;
  overflow: hidden;
  position: relative;
  padding: 5px;
  text-overflow: ellipsis;
}
#make-money #box-area {
  background-color: #dff0f8;
  padding: 10px 0 5px 15px;
}
#make-money #box-area ul {
  background-color: #fff;
  padding: 20px 10px;
  margin: 15px;
  color: #333;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: square;
  color: #328938;
  margin-left: 0;
  padding-left: 25px;
}
#make-money #box-area ul li {
  color: green;
}
#make-money #box-area ul li span {
  color: black;
}
#make-money ul.specials {
  list-style-type: square;
  margin: 0 0 10px 15px;
  padding-bottom: 5px;
}
#make-money ul.specials li {
  color: green;
  font-size: 13px;
  line-height: 18px;
}
#make-money ul.specials li span {
  color: black;
}
#make-money a.money {
  color: green;
  text-decoration: none;
}
#make-money h3,
#make-money li {
  font-family: "proxima-nova", sans-serif;
}
#make-money h3 {
  font-size: 1.2em;
  font-weight: normal;
  margin: 0;
}
#make-money div.container .row .narrow {
  width: 198px;
}
#make-money .container .row:first-child {
  padding-bottom: 10px;
}
#make-money .container .row .span5 {
  padding-top: 10px;
}
.footer-ad {
  padding: 30px 0;
}
#make_subcription_form legend + .control-group {
  margin-top: 8px;
  margin-top: 10px;
  -webkit-margin-top-collapse: separate;
}
#make_subcription_form .controls #shipState_ddState,
#billState_ddState,
#billCountry_ddCountry,
#shipCountry_ddCountry {
  width: 200px;
}
#make_subcription_form .radio.inline,
#make_subcription_form .checkbox.inline {
  margin-left: 0;
  margin-left: 20px\9;
  float: left;
  width: auto;
  padding-right: 10px;
}
.row-fluid .lower-sub-col-02 {
  margin-left: 0;
}
#make_subcription_form .card-number-area input,
#make_subcription_form .card-name-area input {
  width: 160px;
}
#payment-info .card-type-area select,
.card-month-area select,
.card-year-area select {
  width: auto !important;
}
#isBillShipAddrNotSame {
  width: auto !important;
}
#make_subcription_form .btn-02-area,
#make_subcription_form .btn-01-area {
  text-align: left;
  font-size: 24px;
  padding: 10px 20px;
  width: auto;
  height: 50px;
}
#make_subcription_form input.narrow,
textarea.narrow,
#make_subcription_form .uneditable-input.radio-narrow {
  width: 20px;
  padding: 0;
}
#make_subcription_form .controls #shipState_ddState,
#billState_ddState,
#billCountry_ddCountry,
#shipCountry_ddCountry {
  width: 200px;
}
#make_subcription_form input.narrow,
textarea.narrow,
#make_subcription_form .uneditable-input.radio-narrow {
  width: 20px;
  padding: 0;
}
#make_subcription_form {
  font-size: 12px;
  color: #333;
  line-height: 16px;
  margin-bottom: 15px;
}
#make_subcription_form .card-month-area {
  width: 65px;
  display: inline;
  float: right;
  padding-top: 10px;
}
#make_subcription_form .card-month-area label {
  width: 65px;
}
#make_subcription_form legend + .control-group {
  margin-top: 8px;
  margin-top: 10px;
  -webkit-margin-top-collapse: separate;
}
#make_subcription_form .form-horizontal .controls:first-child {
  *padding-left: 90px;
}
#make_subcription_form .form-horizontal .control-label {
  float: left;
  width: 80px;
  padding-top: 5px;
  text-align: left;
}
#make_subcription_form .form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 90px;
  *margin-left: 0;
}
#make_subcription_form h3 {
  color: #005d8f;
  font-size: 18px;
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
}
#make_subcription_form .subscribe-button-area {
  height: auto;
  padding: 10px;
  margin: 10px 0;
}
#make_subcription_form fieldset#sub-info.form-horizontal .control-group .controls {
  margin-left: 0;
  padding-top: 42px;
  padding-bottom: 42px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#make_subcription_form .control-group {
  margin-bottom: 15px;
}
#make_subcription_form .card-name-area {
  width: 200px;
  float: left;
}
#make_subcription_form .card-name-area label {
  padding-top: 10px;
}
#make_subcription_form legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 10px;
  line-height: 20px;
  border: 0 none;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  color: #37BAF5;
  margin-bottom: 15px;
  margin-top: 8px;
}
#make_subcription_form fieldset#delivery-info.form-horizontal div.control-group label.checkbox div.controls {
  margin-left: 0;
}
#make_subcription_form #offer-code {
  font-size: 14px;
  padding-top: 45px;
  font-weight: bold;
}
#make_subcription_form .main-sub-hdr h3 {
  color: #cc2229;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 900;
  margin-bottom: 0px;
  font-size: 22px;
  margin-top: 10px;
}
#make_subcription_form .card-number-area {
  width: 180px;
  float: left;
}
#make_subcription_form .card-number-area label {
  padding-top: 10px;
  width: 180px;
}
#make_subcription_form .card-year-area {
  width: 70px;
  display: inline;
  float: right;
  padding-top: 10px;
}
#make_subcription_form #payment-info legend {
  float: left;
  width: auto;
  padding-right: 5px;
  padding-top: 15px;
  margin-bottom: 10px;
}
#make_subcription_form #payment-info img {
  padding-top: 13px;
}
#make_subcription_form #payment-info span {
  float: left;
  font-size: 10px;
  padding-top: 15px;
}
#make_subcription_form textarea {
  height: autoheight: auto;
}
#make_subcription_form .submit-btn-area {
  border-top: 1px solid #ccc;
  padding-top: 15px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}
#make_subcription_form .upper-sub-area p {
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 5px;
}
#make_subcription_form .upper-sub-area p span {
  font-size: 14px;
}
#make_subcription_form .upper-sub-area h2 {
  font-size: 42px;
  color: #1F5875;
  font-weight: 400;
}
#make_subcription_form .card-type-area {
  width: 115px;
  display: inline;
  float: right;
  padding-top: 10px;
}
#make_subcription_form .card-type-area label {
  width: 115px;
}
#make_subcription_form select .wide {
  width: 200px;
  border: 1px solid #cccwidth: 200px;
  background-color: #fff;
  border: 1px solid #ccc;
}
#make_subcription_form #sub-info control group {
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  margin-top: 15px;
  line-height: 110px;
}
#make_subcription_form #sub-info label {
  color: #37BAF5;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  width: 120px;
  margin-top: 42px;
}
#make_subcription_form .textboxes {
  width: 184px;
}
#make_subcription_form .container .row .span12 .red {
  color: #CC2229;
  font-family: "proxima-nova", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 900;
  margin-bottom: 0;
  margin-top: 10px;
  text-transform: uppercase;
}
#make_subcription_form .container .row .span12.subscribe-button-area {
  height: 40px;
  padding-top: 10px;
  margin-bottom: 10px;
}
.back-issues p {
  font-size: 14px !important;
}
.googleplus1_button {
  width: auto !important;
}
.newsletter-signup {
  font-size: 16px;
  margin-top: 30px;
}
.newsletter-signup label {
  font-size: 16px;
}
.newsletter-signup .control-label {
  font-size: 16px;
  font-weight: 600;
}
.newsletter-signup input {
  margin-top: 0;
  margin-bottom: 3px;
}
.ctx_widget .ctx_around_site {
  border-radius: 4px !important;
  border: 1px solid #e3e3e3;
}
.ctx_widget .ctx_blocks_widget2 .ctx_subhead {
  background-color: transparent !important;
}
.ctx_widget .ctx_blocks_widget2 .ctx_link {
  font-size: 13px !important;
  line-height: 16px !important;
}
.ctx_widget .ctx_blocks_widget2 .ctx_link span {
  color: #005d8f !important;
  font-weight: bold !important;
  font-family: proxima-nova, sans-serif !important;
}
.ctx_widget .ctx_blocks_widget2 .ctx_subhead_title {
  padding: 1% 0 !important;
  color: #ed1c24 !important;
  text-transform: uppercase !important;
  font-family: proxima-nova, sans-serif !important;
  font-weight: bold !important;
  font-size: 16px !important;
}
.soc_icons {
  margin: 0px;
}
.soc_icons a {
  margin: 5px 3px 0 0;
  width: 24px;
  height: 24px;
  display: block;
  float: left;
}
.sprite {
  background-image: url(/wp-content/themes/vip/makeblog/css/../images/makezine_sprites.png);
}
.sprite-arrow-footer {
  background-position: 0 0;
  width: 95px;
  height: 46px;
  margin: -40px 0 5px -16px;
  border: none !important;
}
.sprite-digital-book-foot {
  background-position: 0 -51px;
  width: 29px;
  height: 22px;
  float: left;
  padding-right: 5px;
  margin-top: 29px;
}
.sprite-facebook {
  background-position: 0 -78px;
  width: 24px;
  height: 24px;
}
.sprite-flickr {
  background-position: 0 -107px;
  width: 24px;
  height: 24px;
}
.sprite-google-plus {
  background-position: 0 -136px;
  width: 24px;
  height: 24px;
}
.sprite-instagram {
  background-position: 0 -165px;
  width: 24px;
  height: 24px;
}
.sprite-makershed_footer1 {
  background-position: 0 -194px;
  width: 29px;
  height: 22px;
  float: left;
  margin: 30px 5px 0 13px;
}
.sprite-pinterest {
  background-position: 0 -221px;
  width: 24px;
  height: 24px;
}
.sprite-stumbleupon {
  background-position: 0 -274px;
  width: 24px;
  height: 24px;
}
.sprite-twitter {
  background-position: 0 -303px;
  width: 24px;
  height: 24px;
}
.sprite-youtube {
  background-position: 0 -332px;
  width: 24px;
  height: 24px;
}
.sprite-images {
  background-image: url(/wp-content/themes/vip/makeblog/css/../images/sprite_images.jpg);
}
.sprite-forum {
  background-position: 0 0;
  width: 620px;
  height: 174px;
}
.sprite-page2 {
  background-position: 0 -176px;
  width: 620px;
  height: 174px;
}
.sprite-sip {
  background-position: 0 -352px;
  width: 620px;
  height: 174px;
}
.sprite-forum {
  background-position: 0 0;
  width: 620px;
  height: 174px;
}
.sprite-page2 {
  background-position: 0 -176px;
  width: 620px;
  height: 174px;
}
.sprite-sip {
  background-position: 0 -352px;
  width: 620px;
  height: 174px;
}
.custom-feed.simple {
  border: 1px solid #dadada;
  border-radius: 5px;
  padding: 13px;
  margin-bottom: 25px;
}
.custom-feed.simple .feed-thumb {
  display: block;
}
.custom-feed.simple .feed-title {
  font-size: 16px;
  font-weight: bold;
  color: #005d8f;
  line-height: 20px;
  display: block;
}
.custom-feed.simple .feed-title.has-image {
  margin-top: 14px;
}
.custom-feed.col-2 {
  width: 268px;
  margin-left: 27px;
  background: #fff;
  float: left;
}
.custom-feed.col-2.odd {
  clear: left;
  margin-left: 0;
}
.feed-wrapper {
  *zoom: 1;
}
.feed-wrapper:before,
.feed-wrapper:after {
  display: table;
  content: "";
  line-height: 0;
}
.feed-wrapper:after {
  clear: both;
}
.share-email {
  position: relative;
  top: -2px;
}
.show-print {
  display: none;
}
p:empty {
  height: 0px;
  margin: 0px;
}
.category-top {
  font-family: "proxima-nova", sans-serif;
  border-bottom: 3px solid #DBDBDB;
  padding-top: 20px;
}
.category-top h1 {
  font-size: 38px;
}
.category-top h3 {
  font-size: 16px;
  text-transform: uppercase;
  color: #ed1c24;
}
.category-top p {
  font-size: 18px;
  line-height: 140%;
}
.category-top p a {
  color: #005d8f;
}
.category-top p a:hover {
  text-decoration: underline;
}
.category-top p a.btn {
  color: white;
  border-bottom: 0px;
}
.category-top .pull-right a {
  border: 0px;
}
.category-top .subs {
  margin: 0px 0px 20px;
}
.category-top .subs li {
  font-size: 18px;
  display: inline;
  margin-right: 20px;
}
.category-top .subs li a {
  color: #005d8f;
  font-weight: bold;
}
.category-top .no_h2_styles {
  font-size: 18px;
  display: inline;
  line-height: 25px;
}
.grey {
  padding: 20px 0;
  background-color: #f3f3f3;
}
.category .item img {
  border: 1px solid #cecece;
  max-width: 100%;
}
.category .item h4 {
  margin: 5px 0;
}
.category .item h4 a {
  color: #005d8f;
}
.category .item p {
  line-height: 15px;
  overflow: hidden;
}
.category .item .span4 {
  height: 250px;
}
.category .item .span3 {
  height: 282px;
}
.icons {
  display: block;
  height: 30px;
  width: 67px;
  margin: 0 6px -29px;
  position: relative;
}
.video-icon {
  display: block;
  height: 30px;
  width: 67px;
  margin: 0 6px -29px;
  position: relative;
  height: 64px;
  width: 64px;
  background: url(/wp-content/themes/vip/makeblog/css/../img/play.png) no-repeat;
  margin: 0 auto -64px;
  top: 30px;
}
.projects-icon {
  display: block;
  height: 30px;
  width: 67px;
  margin: 0 6px -29px;
  position: relative;
  background: url(/wp-content/themes/vip/makeblog/css/../img/project.png) no-repeat;
}
.review-icon {
  display: block;
  height: 30px;
  width: 67px;
  margin: 0 6px -29px;
  position: relative;
  background: url(/wp-content/themes/vip/makeblog/css/../img/review.png) no-repeat;
}
.cat-carousel-control {
  position: absolute;
  top: 72px;
  left: -20px;
  width: 24px;
  height: 47px;
  margin-top: -20px;
}
.cat-carousel-control.right {
  left: auto;
  right: -24px;
}
.all {
  color: #868484;
}
.heading {
  font-family: "proxima-nova", sans-serif;
  color: #022c44;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 24px;
}
.child {
  padding: 20px 0;
  background-color: #f3f3f3;
  border-top: 3px solid #DBDBDB;
}
.child h2 {
  font-family: "proxima-nova", sans-serif;
  color: #022c44;
}
.video-box {
  padding: 8px;
  border: 1px solid #cecece;
  background-color: #fff;
  margin-bottom: 10px;
  overflow: hidden;
}
.video-box p {
  margin-bottom: 0px;
}
.video-box a {
  color: #005d8f;
}
.video-box ul {
  position: relative;
  bottom: 0px;
}
.video-box ul strong {
  color: #ed1c24;
}
.video-box ul li {
  font-weight: bold;
}
#taxonomy-image {
  margin-top: 20px;
}
.content-type {
  padding: 20px 0;
  font-family: "proxima-nova", sans-serif;
  border-bottom: 3px solid #DBDBDB;
}
.content-type .projects-art {
  width: 940px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: -20px auto 0px;
  background: url(/wp-content/themes/vip/makeblog/css/../img/project_placeholder_smaller.png) no-repeat;
  background-position: 641px 0px;
}
.content-type h1 {
  font-size: 58px;
  line-height: 58px;
  color: #005d8f;
}
.content-type h3 {
  font-size: 20px;
  text-transform: uppercase;
  color: #ed1c24;
  margin-top: 10px;
}
.content-type p {
  font-size: 18px;
}
.content-type p a {
  color: #005d8f;
}
.content-type p a:hover {
  text-decoration: underline;
}
.content-type .subs {
  margin: 0px 0px 20px;
}
.content-type .subs .dropdown {
  float: left;
  margin-right: 7px;
}
.content-type .subs li {
  font-size: 18px;
  display: inline;
  margin-right: 10px;
}
.content-type .subs li a {
  color: #005d8f;
  font-weight: bold;
}
.content-type .subs li ul li {
  display: list-item;
  margin: 0px;
}
.content-type .subs li ul li a:hover {
  color: #fff;
}
.content-type-top h3 a {
  color: #ed1c24;
}
.projects-masthead {
  font-family: "proxima-nova", sans-serif;
  padding-top: 20px;
}
.projects-masthead h3 {
  font-size: 22px;
  text-transform: uppercase;
}
.projects-masthead h3 a {
  color: #ed1c24;
}
.projects-masthead h2 {
  line-height: 100%;
  margin-bottom: 0px;
  font-size: 36px;
}
.projects-masthead h1 {
  font-size: 60px !important;
  line-height: 60px;
  letter-spacing: -2px;
}
.projects-masthead h1 a {
  color: #005d8f;
}
.projects-masthead p {
  font-size: 20px;
  font-weight: bold;
}
.projects-meta {
  margin: 10px 0;
  padding: 5px 0;
  border-top: 2px solid #cdcdcd;
  border-bottom: 2px solid #cdcdcd;
}
.projects-meta li {
  display: inline;
  margin-right: 10px;
  font-size: 16px;
}
.projects-meta li span {
  color: #005d8f;
}
a {
  color: #005d8f;
}
.parts-tools {
  border-top: 7px solid #ed1c24;
  border-bottom: 7px solid #ed1c24;
  max-height: 600px;
  padding: 10px;
  margin-top: 20px;
  overflow: scroll;
  background-color: #eaeaea;
  background-image: -webkit-linear-gradient(top, #eaeaea, #ffffff);
  background-image: -moz-linear-gradient(top, #eaeaea, #ffffff);
  background-image: -o-linear-gradient(top, #eaeaea, #ffffff);
  background-image: -ms-linear-gradient(top, #eaeaea, #ffffff);
  background-image: linear-gradient(top, #eaeaea, #ffffff);
}
.parts-tools .top {
  font-size: 18px;
  margin-left: 0px;
  padding-top: 0px;
  text-transform: uppercase;
}
.parts-tools .top li {
  display: inline;
  font-weight: bold;
  padding-bottom: 7px;
}
.parts-tools .top li a {
  color: #868484;
}
.parts-tools .top li.active {
  background-image: url(/wp-content/themes/vip/makeblog/css/../img/active-arrow.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}
.parts-tools .top li.active a {
  color: #ed1c24;
}
.parts-tools .top li.divider {
  color: #7cd5fc;
}
.parts-tools .lists {
  margin-left: 0px;
  font-size: 14px;
  font-weight: bold;
}
.parts-tools .lists li {
  color: #0776b7;
  border-bottom: 1px solid #CCEFFB;
  list-style-type: none;
  line-height: 22px;
}
.parts-tools .lists li .muted {
  display: inline;
  font-weight: light;
  color: #999999;
  color: #2dacf7;
}
.top-steps .all a {
  color: #cdcdcd;
}
.top-steps h4 {
  font-size: 22px;
  position: relative;
  top: -39px;
  left: 1px;
  background-color: #fff;
  padding: 10px;
  width: 198px;
  opacity: .8;
}
.top-steps img {
  border: 1px solid #cecece;
  height: 80px;
  width: 140px;
}
.project-print-btn {
  margin: 20px 0 0 0;
}
.bottom-steps {
  font-size: 16px;
}
.bottom-steps .smalls {
  margin-top: 10px;
}
.bottom-steps .smalls img {
  margin-right: 5px;
}
.bottom-steps .smalls img:last-child {
  text-align: right;
}
.bottom-steps ol {
  margin-top: 10px;
}
.bottom-steps ol li {
  font-size: 18px;
  margin-bottom: 10px;
}
.bottom-steps h4 {
  color: #005d8f;
  font-size: 28px;
  line-height: 24px;
  margin-bottom: 15px;
}
.related-projects {
  border-top: 7px solid #ed1c24;
  border-bottom: 7px solid #ed1c24;
  max-height: 300px;
  padding: 10px;
  background-color: #eaeaea;
  background-image: -webkit-linear-gradient(top, #eaeaea, #ffffff);
  background-image: -moz-linear-gradient(top, #eaeaea, #ffffff);
  background-image: -o-linear-gradient(top, #eaeaea, #ffffff);
  background-image: -ms-linear-gradient(top, #eaeaea, #ffffff);
  background-image: linear-gradient(top, #eaeaea, #ffffff);
  overflow: scroll;
  margin-top: 10px;
}
.related-projects h3 {
  border-bottom: 2px solid #cdcdcd;
}
.related {
  margin: 10px 0;
  position: relative;
}
.related .image {
  width: 100px;
  float: left;
  margin-bottom: 10px;
}
.related .image img {
  border: 1px solid #cecece;
}
.related .blurb {
  width: 170px;
  float: left;
  margin-left: 10px;
}
.related .blurb p {
  font-size: 16px;
}
.related .blurb h5 {
  color: #005d8f;
  font-size: 16px;
}
.black {
  color: #333;
}
.nexter {
  margin-bottom: 12px;
}
.nexter a {
  float: left;
  margin-right: 10px;
}
.nexter span {
  color: #333;
  text-transform: none;
  font-size: 28px;
  padding-top: 10px;
  display: block;
  float: left;
}
.conclusion {
  margin-top: 20px;
}
.project-meta {
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  margin-bottom: 7px;
}
.project-meta ul {
  margin: 0px;
}
.project-meta ul li:first-child {
  margin-right: 5px;
}
.project-meta ul li {
  font-size: 12px;
  color: #ed1c24;
  font-weight: bold;
  display: inline;
}
.project-meta ul li span {
  color: #022c44;
}
.topper {
  border-top: 3px solid #DBDBDB;
}
.post-type-archive-projects .carousel-inner img {
  border: 1px solid #cecece;
  margin-bottom: 5px;
}
.projects-home {
  padding-top: 20px;
  font-family: "proxima-nova", sans-serif;
  border-bottom: 3px solid #DBDBDB;
}
.projects-home .art {
  width: 940px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: -20px auto 0px;
  background: url(/wp-content/themes/vip/makeblog/css/../img/project_placeholder_smaller.png) no-repeat;
  background-position: 100% 50%;
}
.projects-home h1 {
  font-size: 58px;
  line-height: 58px;
  color: #005d8f;
}
.projects-home h3 {
  font-size: 20px;
  text-transform: uppercase;
  color: #ed1c24;
  margin-top: 10px;
}
.projects-home p {
  font-size: 18px;
}
.projects-home p a {
  color: #005d8f;
  border-bottom: 1px solid #005d8f;
}
.projects-home p a:hover {
  text-decoration: none;
}
.projects-home .subs {
  margin: 0px 0px 20px;
}
.projects-home .subs .dropdown {
  float: left;
  margin-right: 7px;
}
.projects-home .subs li {
  font-size: 18px;
  display: inline;
  margin-right: 10px;
}
.projects-home .subs li a {
  color: #005d8f;
  font-weight: bold;
}
.projects-home .subs li ul li {
  display: list-item;
  margin: 0px;
}
.projects-home .subs li ul li a:hover {
  color: #fff;
}
.projects-top h3 a {
  color: #ed1c24;
}
ul#tabs {
  margin: 0px;
  cursor: pointer;
}
ul#tabs .nav-header {
  color: #ed1c24;
  font-weight: bold;
  font-size: 24px;
}
ul#tabs .current > a,
ul#tabs .current > a:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}
.new-heading {
  border-bottom: 1px solid #cecece;
  margin-bottom: 20px;
  color: #cdcdcd;
  font-size: 65px;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 20px;
}
.tab-content span {
  display: block;
}
.tab-content .black {
  display: inline;
}
.jstep {
  margin-bottom: 40px;
}
.jstep ul {
  margin: 20px 0px 20px 20px;
}
.maker-camp-promo {
  margin-top: 20px;
}
.themes {
  margin-left: 30px;
  margin-top: 9px;
}
.themes li {
  list-style-type: none;
}
.themes a {
  color: #005d8f;
}
.themes a strong {
  color: #ed1c24;
  width: 160px;
  display: inline-block;
  text-align: right;
}
.featured {
  height: 115px;
  margin-left: 30px;
}
.featured .img {
  float: left;
  width: 125px;
}
.featured .blurb {
  float: right;
  width: 485px;
  margin: 0px;
}
.featured .blurb h3 {
  padding: 0px;
}
.featured .blurb p {
  padding: 0px;
}
.featured .blurb p small {
  margin-top: 5px;
  display: block;
}
.featured .blurb .trending {
  color: #005d8f;
  text-transform: uppercase;
}
.home-sponsor-ad {
  margin-top: 30px;
  margin-bottom: 30px;
}
.home .span8 .carousel {
  margin-top: 30px;
}
.sub-banner {
  margin-top: 8px;
  margin-bottom: 20px;
}
.waist-takeover {
  background-image: url(/wp-content/themes/vip/makeblog/css/../images/makercamp_background.jpg);
  background-position: center;
  height: 548px;
}
.waist-takeover .container {
  padding: 20px 0;
}
.waist-takeover .container .span8 .thumb div {
  padding: 5px 0;
}
.waist-takeover .container .thumb {
  background-color: #fff;
  margin-bottom: 5px;
}
.waist-takeover .container .thumb .thumbnail {
  border: 0px;
  padding: 0px;
}
.waist-takeover .container .thumb div {
  padding: 9px;
}
.waist-takeover .container .thumb div p {
  margin-bottom: 0px;
}
.maker-week-takeover {
  border-top: 1px solid #005B85;
  font-family: "proxima-nova", sans-serif;
  background-color: #006690 !important;
  background-image: -moz-linear-gradient(top, #003752, #00acec) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#003752), to(#00acec)) !important;
  background-image: -webkit-linear-gradient(top, #003752, #00acec) !important;
  background-image: -o-linear-gradient(top, #003752, #00acec) !important;
  background-image: linear-gradient(to bottom, #003752, #00acec) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff003752', endColorstr='#ff00acec', GradientType=0) !important;
}
.maker-week-takeover .flags {
  background-image: url(/wp-content/themes/vip/makeblog/css/../images/flags.png) !important;
  background-position: center top;
  background-repeat: repeat-x;
}
.maker-week-takeover .maker-week {
  width: 408px;
  margin: 10px 0px 25px 100px;
}
.maker-week-takeover .tix {
  color: #fff;
  margin-top: 40px;
  text-align: right;
}
.maker-week-takeover .tix h3 {
  text-align: right;
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 10px;
  font-weight: normal;
}
.maker-week-takeover .slider {
  background-color: #003752;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.maker-week-takeover .slider .makey {
  float: left;
  margin-top: -60px;
}
.maker-week-takeover .slider h3 {
  float: left;
  color: #96dffa;
  font-family: "proxima-nova", sans-serif;
  font-size: 22px;
  font-weight: 400;
  margin-top: 6px;
  margin-left: 13px;
}
.maker-week-takeover .slider h3 span {
  font-size: 28px;
}
.maker-week-takeover .slider h4 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 20px;
  margin: 10px 5px;
}
.maker-week-takeover .slider h4 a {
  color: #96dffa;
}
.maker-week-takeover .slider .caption {
  color: #5ebcf7;
}
.maker-week-takeover .slider .carousel-control {
  top: 42px;
  background: #00476b;
  border: 1px solid #00324b;
  font-size: 72px;
  width: 30px;
  height: 39px;
  transition: opacity .3s;
  border-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.maker-week-takeover .slider .carousel-control span {
  line-height: 1.4em;
  width: auto;
  height: auto;
  background-image: none;
}
.maker-week-takeover .slider .carousel-control.left {
  left: 0px;
  border-radius: 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.maker-week-takeover .slider .carousel-control.right {
  right: 0px;
}
.maker-week-takeover .slider.thumb {
  padding: 4px;
  margin-bottom: 32px;
  color: #5ebcf7;
  font-size: 16px;
  line-height: 120%;
}
.maker-week-takeover .slider.thumb img {
  margin-right: 10px;
  width: 145px;
}
.maker-week-takeover .slider.thumb > div p {
  margin-bottom: 0;
  font-size: 16px;
  color: #5ebcf7;
}
.maker-week-takeover .slider.thumb h4 {
  margin: 0px;
  font-size: 18px;
}
.Thumbnail {
  display: block;
}
.weekend-projects-home .weekend-project-image {
  margin-bottom: 0px;
  position: relative;
  margin-top: 0px;
  z-index: 1;
  margin-left: 8px;
}
.weekend-projects-home .attachment-small-home-feature-boxes {
  margin-top: -50px;
}
.home-banner {
  margin-top: 10px;
}
.home .new-dotw {
  margin-top: 25px;
}
.home-waist-banner {
  margin-bottom: 15px;
}
.faire {
  background-color: #C8EFFF;
  background-image: inherit;
}
.faire .faire-header {
  background-image: url(/wp-content/themes/vip/makeblog/css/../img/faire-header.jpg);
  height: 157px;
}
.ytv-canvas {
  margin: 10px 0 0 !important;
  height: 350px;
}
.spacer {
  height: 20px;
}
.faire-social {
  width: 300px;
  margin-top: 65px;
  float: right;
}
.faire-social .faire-social-links li {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: orange;
  margin-right: 12px;
}
.faire-social .faire-social-links li a {
  display: block;
  height: 32px;
  width: 32px;
}
.faire-social .faire-social-links li.twitter {
  background-image: url(/wp-content/themes/vip/makeblog/css/../img/faire-social-images.jpg);
  background-position: -3px;
}
.faire-social .faire-social-links li.pinterest {
  background-image: url(/wp-content/themes/vip/makeblog/css/../img/faire-social-images.jpg);
  background-position: 132px;
}
.faire-social .faire-social-links li.facebook {
  background-image: url(/wp-content/themes/vip/makeblog/css/../img/faire-social-images.jpg);
  background-position: 85px;
}
.faire-social .faire-social-links li.plus {
  background-image: url(/wp-content/themes/vip/makeblog/css/../img/faire-social-images.jpg);
  background-position: 37px;
}
.avatar-298 {
  margin-bottom: 20px;
  border: 1px solid #cecece;
}
.gravatar {
  border: 1px solid #efefef;
  margin: 0 10px 10px 0;
  padding: 10px;
}
.social {
  margin: 0 0 10px;
}
.social li {
  display: block;
  float: left;
  height: 16px;
  background-image: url(http://www.gravatar.com/images/grav-share-sprite.png);
  background-repeat: no-repeat;
  padding: 0px;
  line-height: 20px;
}
.sp {
  height: 20px;
  width: 16px;
  line-height: 16px;
  padding: 0 0 0 22px;
}
.facebook {
  background-position: 0 0;
}
.twitter {
  background-position: 0 -464px;
}
.blogger {
  background-position: 0 -336px;
}
.foursquare {
  background-position: 0 -704px;
}
.flickr {
  background-position: 0 -400px;
}
.google {
  background-position: 0 -752px;
}
.linkedin {
  background-position: 0 -368px;
}
.tumblr {
  background-position: 0 -448px;
}
.vimeo {
  background-position: 0 -384px;
}
.wordpress {
  background-position: 0 -304px;
}
.youtube {
  background-position: 0 -208px;
  margin: inherit;
}
.noborder {
  border: 0!important;
}
.maker {
  margin-bottom: 25px;
}
.links {
  margin: 0;
}
.links li {
  display: inline;
  margin-right: 0;
}
.links li:after {
  content: " // ";
}
.links li:last-child:after {
  content: "";
}
.author-bio {
  border-top: 2px solid #ccc;
  padding-top: 20px;
  margin-left: 0;
  margin-bottom: 10px;
}
.author-bio .author-photo {
  margin-left: 0;
}
/* Fix for bootstrap span issue with author Dan Spangler */
.author-365883 {
  float: none !important;
}
.video.carousel .carousel-inner {
  background-color: #000;
  background-image: url(/wp-content/themes/vip/makeblog/css/../images/ajax-loader.gif);
  background-position: center center;
  background-repeat: no-repeat;
}
.carousel-inner .carousel-caption {
  position: absolute;
}
.carousel-caption {
  position: relative;
}
.oembedall-container {
  text-align: center;
}
.oembedall-container br,
.oembedall-closehide,
a.oembed {
  display: none;
}
.topper.right,
.topper.left {
  top: 200px;
  border: 0px;
}
.huff {
  position: relative;
  left: 40%;
  width: 1000px;
  height: inherit;
  margin-bottom: 40px;
}
.huff .modal-body {
  max-height: 500px;
}
.huff .inner-thumbs {
  display: block;
  margin-bottom: 10px;
}
.huff .inner-thumbs .row {
  margin-bottom: 10px;
}
.huff .inner-thumbs .row img {
  border-bottom: 3px solid transparent;
  padding-bottom: 1px;
}
.huff .inner-thumbs .row .active img {
  border-color: #005d8f;
}
.huff .carousel-inner {
  height: 400px;
}
.huff .carousel-inner .scroller {
  overflow: scroll;
  height: 400px;
}
.huff .modal-footer {
  padding: 5px 15px 5px;
}
.huff .modal-footer .pager {
  margin: 0px;
}
.huff .modal-footer .pager li a {
  font-size: 14px;
}
.huff .attachment-side-thumb {
  display: block;
  padding: 4px;
  line-height: 20px;
  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;
  -webkit-transition: all 0.2s ease-in-out 1s linear;
  -moz-transition: all 0.2s ease-in-out 1s linear;
  -o-transition: all 0.2s ease-in-out 1s linear;
  -ms-transition: all 0.2s ease-in-out 1s linear;
  transition: all 0.2s ease-in-out 1s linear;
  margin-bottom: 10px;
}
.huff.small {
  width: 620px;
  left: 45%;
}
.huff.small .carousel {
  margin-bottom: 0px;
}
.huff.small .container {
  width: 100%;
}
.huff.small .container .span8 {
  margin-left: 0px;
}
.huff.small .inner-thumbs {
  display: none;
}
.huff.small .nexus {
  display: none;
}
.huff.small .modal-footer p {
  margin: 5px 0 !important;
}
body .single {
  font-family: "proxima-nova", sans-serif;
  border-bottom: 3px solid #DBDBDB;
  padding-top: 20px;
  border-bottom: 0px;
}
body .single h1 {
  font-size: 38px;
}
body .single h3 {
  font-size: 16px;
  text-transform: uppercase;
  color: #ed1c24;
}
body .single p {
  font-size: 18px;
  line-height: 140%;
}
body .single p a {
  color: #005d8f;
}
body .single p a:hover {
  text-decoration: underline;
}
body .single p a.btn {
  color: white;
  border-bottom: 0px;
}
body .single .pull-right a {
  border: 0px;
}
body .single .subs {
  margin: 0px 0px 20px;
}
body .single .subs li {
  font-size: 18px;
  display: inline;
  margin-right: 20px;
}
body .single .subs li a {
  color: #005d8f;
  font-weight: bold;
}
body .single .no_h2_styles {
  font-size: 18px;
  display: inline;
  line-height: 25px;
}
body .single article h1 {
  line-height: 100%;
  margin-bottom: 0px;
  font-size: 36px;
}
body .single article ul li,
body .single article ol li {
  font-size: 18px;
}
body .single .tag-weekend-projects {
  margin-top: 10px;
}
body .single .projects-masthead p {
  font-size: 20px;
  font-weight: bold;
}
.gsc-cursor-page {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999999;
  padding-left: 9px;
  padding-right: 9px;
  margin-right: 5px;
  position: relative;
  top: -5px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  color: white !important;
}
.gsc-cursor-page:empty {
  display: none;
}
.gsc-cursor-page-important {
  background-color: #b94a48;
}
.gsc-cursor-page-important[href] {
  background-color: #953b39;
}
.gsc-cursor-page-warning {
  background-color: #f89406;
}
.gsc-cursor-page-warning[href] {
  background-color: #c67605;
}
.gsc-cursor-page-success {
  background-color: #468847;
}
.gsc-cursor-page-success[href] {
  background-color: #356635;
}
.gsc-cursor-page-info {
  background-color: #3a87ad;
}
.gsc-cursor-page-info[href] {
  background-color: #2d6987;
}
.gsc-cursor-page-inverse {
  background-color: #333333;
}
.gsc-cursor-page-inverse[href] {
  background-color: #1a1a1a;
}
.tease {
  border-top: 3px solid #ccc;
  background-color: #ebebeb;
  margin-bottom: 20px;
  text-align: center;
}
.tease h3 {
  text-align: center;
  color: #ccc;
  width: 120px;
  background-color: #fff;
  margin: -3px auto 20px;
  border: 3px solid #ccc;
  border-top: 0px;
  font-size: 20px;
  padding-bottom: 2px;
  -webkit-border-bottom-right-radius: 7px;
  -moz-border-radius-bottomright: 7px;
  border-bottom-right-radius: 7px;
  -webkit-border-bottom-left-radius: 7px;
  -moz-border-radius-bottomleft: 7px;
  border-bottom-left-radius: 7px;
}
.tease h4 {
  font-size: 20px;
  font-weight: 400;
}
.tease .button {
  margin-bottom: 20px;
}
.tease .cover img {
  border: 1px solid #b7b7b7;
  -webkit-box-shadow: 3px 3px 3px rgba(183, 183, 183, 0.4);
  -moz-box-shadow: 3px 3px 3px rgba(183, 183, 183, 0.4);
  box-shadow: 3px 3px 3px rgba(183, 183, 183, 0.4);
  margin-bottom: 20px;
}
.page-id-328564 .projects-masthead,
.page-id-335857 .projects-masthead,
.page-id-336037 .projects-masthead,
.page-id-344936 .projects-masthead {
  display: none;
}
.page-id-328564 br,
.page-id-335857 br,
.page-id-336037 br,
.page-id-344936 br {
  display: none;
}
.page-id-328564 .single,
.page-id-335857 .single,
.page-id-336037 .single,
.page-id-344936 .single {
  font-size: 16px;
  padding-top: 0;
}
.page-id-328564 .single p,
.page-id-335857 .single p,
.page-id-336037 .single p,
.page-id-344936 .single p {
  font-size: 16px;
}
.page-id-328564 .single .post ul li,
.page-id-335857 .single .post ul li,
.page-id-336037 .single .post ul li,
.page-id-344936 .single .post ul li {
  font-size: 16px;
}
.page-id-328564 .single .post .jetpack-sharing h3,
.page-id-335857 .single .post .jetpack-sharing h3,
.page-id-336037 .single .post .jetpack-sharing h3,
.page-id-344936 .single .post .jetpack-sharing h3 {
  padding: inherit;
  background-color: inherit;
}
.page-id-328564 .background-blue,
.page-id-335857 .background-blue,
.page-id-336037 .background-blue,
.page-id-344936 .background-blue {
  background-color: #e4f4f9;
  padding: 10px;
}
.page-id-328564 .border-radius,
.page-id-335857 .border-radius,
.page-id-336037 .border-radius,
.page-id-344936 .border-radius {
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.page-id-328564 .border-solid,
.page-id-335857 .border-solid,
.page-id-336037 .border-solid,
.page-id-344936 .border-solid {
  border-style: solid;
  border-width: 2px;
  border-color: #e4f4f9;
}
.page-id-328564 h3.red,
.page-id-335857 h3.red,
.page-id-336037 h3.red,
.page-id-344936 h3.red {
  text-transform: none;
}
.page-id-328564 h4.dark-blue,
.page-id-335857 h4.dark-blue,
.page-id-336037 h4.dark-blue,
.page-id-344936 h4.dark-blue {
  color: #005d8f;
}
.page-id-328564 strong,
.page-id-335857 strong,
.page-id-336037 strong,
.page-id-344936 strong {
  color: #005d8f;
}
.page-id-328564 div.padding-ush,
.page-id-335857 div.padding-ush,
.page-id-336037 div.padding-ush,
.page-id-344936 div.padding-ush {
  padding: 10px;
}
.page-id-328564 .boxed,
.page-id-335857 .boxed,
.page-id-336037 .boxed,
.page-id-344936 .boxed {
  border: 1px solid #e4f4f9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.page-id-328564 .boxed h3,
.page-id-335857 .boxed h3,
.page-id-336037 .boxed h3,
.page-id-344936 .boxed h3 {
  background-color: #e4f4f9;
  padding: 10px;
}
.page-id-328564 .boxed h3 a,
.page-id-335857 .boxed h3 a,
.page-id-336037 .boxed h3 a,
.page-id-344936 .boxed h3 a {
  color: #cc2229;
  color: #CC2229;
}
.page-id-328564 .news,
.page-id-335857 .news,
.page-id-336037 .news,
.page-id-344936 .news {
  margin: 20px 0;
  border: 1px solid #e4f4f9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.page-id-328564 .news li,
.page-id-335857 .news li,
.page-id-336037 .news li,
.page-id-344936 .news li {
  font-size: 16px;
}
.page-id-328564 .news h3,
.page-id-335857 .news h3,
.page-id-336037 .news h3,
.page-id-344936 .news h3 {
  background-color: #e4f4f9;
  padding: 10px;
}
.page-id-328564 .news h3 a,
.page-id-335857 .news h3 a,
.page-id-336037 .news h3 a,
.page-id-344936 .news h3 a {
  color: #cc2229;
  color: #CC2229;
}
.page-id-328564 .news .Thumbnail,
.page-id-335857 .news .Thumbnail,
.page-id-336037 .news .Thumbnail,
.page-id-344936 .news .Thumbnail {
  max-width: 140px;
}
.page-id-328564 .news .media,
.page-id-335857 .news .media,
.page-id-336037 .news .media,
.page-id-344936 .news .media {
  padding: 0 10px;
}
.page-id-344802 .projects-masthead,
.page-id-342608 .projects-masthead {
  display: none;
}
#jp-post-flair,
.sd-title {
  display: none;
}
.sd-social-official .sd-content ul > li {
  margin-right: 9px !important;
}
li.share-email {
  padding-top: 2px !important;
}
.sd-title {
  display: none;
}
.widget:first-child {
  margin: 0 0 20px 0;
}
.widget {
  margin: 20px 0;
}
.item {
  margin-bottom: 10px;
}
.tabbable {
  margin: 20px 0;
}
.tabbable.content .nav-pills {
  margin-bottom: 0px;
}
.tab-content h3 {
  margin-bottom: 10px;
}
.sidebar {
  margin-top: 20px;
}
.sidebar .media {
  margin: 5px 5px  0 0;
}
.sidebar .media img {
  max-width: 100px;
}
.sidebar .badge.badge-info {
  display: inline;
}
.sidebar .sidebar-ad {
  margin-top: 20px;
}
.sidebar .sidebar-ad:first-child {
  margin-top: 0px;
}
#div-gpt-ad-664089004995786621-1 {
  margin: 5px auto;
}
.top-navigation-wrapper .nav {
  margin-bottom: 0;
}
.main-header {
  padding: 15px 0 10px;
  border-top: 1px solid #ed1c24;
  border-bottom: 1px solid #a4a4a4;
}
.main-header .row {
  position: relative;
}
.main-header .logo {
  margin-top: 67px;
}
.main-header .craft_logo {
  margin-top: 60px;
}
.main-header .hdr-sub-ad-01 {
  margin-top: 13px;
}
.main-header .additional-content {
  position: absolute;
  top: -15px;
  right: 0;
}
.main-header .additional-content .subscribe,
.main-header .additional-content .search-make {
  float: left;
}
.main-header .additional-content .subscribe > a {
  margin-right: 6px;
  font-size: 16px;
  text-transform: uppercase;
  background: #ed1c24;
  color: #fff !important;
  padding: 5px 10px;
  position: relative;
  top: 4px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
}
.main-header .additional-content .subscribe .dropdown-menu {
  background: #fff;
  border: 1px solid #ed1c24;
  margin-top: 4px;
  min-width: 101px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.main-header .additional-content .subscribe .dropdown-menu a {
  color: #0c668d;
  font-size: 16px;
  font-weight: bold;
  padding: 3px 9px;
}
.main-header .additional-content .subscribe .dropdown-menu a:hover {
  background: transparent;
  color: #ed1c24;
}
.main-header .additional-content .search-make {
  float: right;
  margin: 0;
}
.main-header .additional-content .search-make input[type="text"] {
  width: 165px;
  border: none;
  padding: 5px 0 4px 8px;
  color: #777;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.main-header .additional-content .search-make input[type="submit"] {
  background: url(/wp-content/themes/vip/makeblog/css/../images/search-btn.png);
  width: 19px;
  height: 19px;
  border: none;
  margin-right: 5px;
  outline: none;
}
.main-header .additional-content .search-make.open {
  border: 1px solid #ed1c24;
  border-top: none;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
}
.main-header .additional-content .search-make.open input[type="text"] {
  padding: 3px 0 3px 8px;
  margin-bottom: 0;
}
.main-header .login-wrapper {
  position: absolute;
  right: 225px;
  font-weight: bold;
  font-size: 19px;
  top: -9px;
}
.makershed-banner {
  background: #de231a;
}
.secondary-header {
  background: #ebebeb;
  -webkit-box-shadow: inset 0 10px 18px -10px #a4a4a4;
  -moz-box-shadow: inset 0 10px 18px -10px #a4a4a4;
  box-shadow: inset 0 10px 18px -10px #a4a4a4;
}
.site-navigation li {
  float: left;
}
.site-navigation li.dropdown:hover > ul.dropdown-menu {
  display: block;
}
.site-navigation a,
.site-navigation .dropdown-menu a {
  color: #005d8f;
  background: none;
}
.site-navigation a:hover,
.site-navigation .dropdown-menu a:hover {
  color: #005d8f !important;
  text-decoration: underline !important;
  background: none !important;
}
.site-navigation .open > a {
  color: #005d8f !important;
  text-decoration: underline !important;
  background: none !important;
}
.site-navigation .sub-menu,
.site-navigation .dropdown-menu {
  display: none;
  border-top: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.primary-navigation {
  font-size: 20px !important;
  font-weight: bold;
  position: relative;
  top: 94px;
}
.primary-navigation ul > li {
  margin-right: 18px;
  font-size: 17px;
}
.primary-navigation ul > li > a {
  padding-bottom: 3px;
}
.primary-navigation .dropdown-menu {
  margin-top: 0px;
  font-size: 17px !important;
}
.secondary-navigation {
  font-size: 16px;
  border-bottom: 1px solid lighter(#ebebeb);
}
.secondary-navigation a {
  padding: 9px 13px;
}
.secondary-navigation .first > a {
  padding-left: 0;
}
.secondary-navigation .dropdown-menu {
  background: #ebebeb;
  margin-top: -1px;
  border-color: lighter(#ebebeb);
}
.secondary-navigation .dropdown-menu li {
  width: 100%;
}
@media (max-width: 1200px) {
  body.makercamp .make-popdown .menu-bottom p,
  body.makercamp .make-popdown .menu-bottom ul {
    font-size: 17px !important;
  }
}
@media (max-width: 980px) {
  body.makercamp .make-popdown .side-text {
    font-size: 16px;
  }
  body.makercamp .make-popdown .side-text a {
    font-size: 17px;
  }
  body.makercamp .make-popdown .menu-bottom p,
  body.makercamp .make-popdown .menu-bottom ul {
    font-size: 13px !important;
  }
  body.makercamp .make-popdown ul.nav.first {
    font-size: 15px;
  }
  body.makercamp .make-popdown ul.nav.first a {
    line-height: 2.3em;
  }
  body.makercamp .make-popdown ul.nav.second {
    font-size: 15px;
  }
  body.makercamp .make-popdown ul.nav.second a {
    line-height: 1.6em;
  }
}
@media (max-width: 767px) {
  body.makercamp .make-popdown {
    text-align: center;
  }
  body.makercamp .make-popdown .border-right {
    border: none;
    border-bottom: 2px solid #b7b7b7;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
  }
}
@media (max-width: 540px) {
  body.makercamp .make-popdown .menu-bottom p {
    margin: 0;
    padding: 0;
  }
}
.canvas-ad {
  display: none;
}
.div-gpt-ad-664089004995786621-1 {
  min-height: 90px;
}
.div-gpt-ad-664089004995786621-2 {
  min-height: 250px;
}
.div-gpt-ad-664089004995786621-3 {
  min-height: 250px;
}
.div-gpt-ad-664089004995786621-9 {
  min-height: 250px;
}
.div-gpt-ad-664089004995786621-4 {
  min-height: 90px;
}
.new-footer {
  background-color: transparent;
  padding-top: 10px;
  width: 100%;
  text-align: center;
  border-top: 3px solid #DBDBDB;
  background-image: url(/wp-content/themes/vip/makeblog/css/../img/header_bg.jpg);
}
.new-footer label {
  display: block;
  margin-bottom: 0;
  margin-top: 0;
}
.new-footer label.checkbox {
  font-weight: bold;
}
.new-footer .about-column-01 {
  width: 86px;
  float: left;
  margin-left: 0;
}
.new-footer .about-column-01 ul {
  margin-top: 3px;
  margin-bottom: 2px;
}
.new-footer .about-column-01 ul li {
  line-height: 20px;
}
.new-footer .about-column-01 ul li a {
  margin-left: -2px;
}
.new-footer .about-column-02 {
  float: left;
  width: 134px;
  margin-left: 0;
}
.new-footer .about-column-02 ul {
  margin-top: 3px;
  margin-bottom: 2px;
}
.new-footer .about-column-02 ul li {
  line-height: 20px;
}
.new-footer .about-column-02 ul li a {
  margin-left: -2px;
}
.new-footer .email-area #appendedInputButton {
  border-radius: 0;
  height: 16px;
}
.new-footer .email-area controls {
  width: 130px;
  float: left;
  margin: 0;
  padding: 0;
}
.new-footer .email-area .btn {
  background-color: #F60B29;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  border-radius: 0;
  background-image: none;
  height: 26px;
  padding-top: 2px;
  border: 1px solid #ccc;
  box-shadow: none;
}
.new-footer ul li {
  font-size: 14px !important;
  display: list-item;
}
.new-footer .control-group {
  margin-bottom: 8px;
}
.new-footer h5 {
  margin-bottom: 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  font-weight: bold;
}
.new-footer .clearfix {
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}
.new-footer .logo {
  margin-bottom: 5px;
}
.new-footer .logo h5 {
  float: left;
  padding-top: 35px;
}
.new-footer .logo img {
  float: left;
  padding-right: 5px;
}
.new-footer .terms {
  margin-top: 0;
}
.new-footer .main {
  width: 940px;
  margin-top: 5px;
}
.new-footer .text {
  margin-top: 0;
}
.new-footer .text a {
  color: #000;
}
.new-footer .subscribe img#mag-cover {
  width: 128px;
  float: right;
  border: 1px solid #ccc;
  margin-top: -20px;
}
.new-footer .container {
  width: 940px;
  margin: 0 auto;
  text-align: left;
}
.new-footer .container ul {
  margin-left: 15px;
}
.new-footer .container .row .subscribe h5 {
  color: #F60B29;
  margin-top: -8px;
}
.new-footer .container .row .subscribe p {
  font-weight: bold;
  margin-top: 3px;
  padding-right: 3px;
}
.new-footer .container .row .subscribe hr {
  border: none;
  background-color: #F60B29;
  color: #F60B29;
  height: 7px;
  width: 85px;
  margin-top: 0px;
}
.new-footer .controls  > .radio:first-child,
.controls  > .checkbox:first-child {
  padding-top: 0;
}
.craft .new-footer {
  background-color: transparent;
  border-width: 1px;
}
.new-footer input[type="radio"],
.new-footer input[type="checkbox"] {
  margin: 0;
}
.new-footer .trending,
.new-footer .newsletter,
.new-footer .about-us,
.new-footer .subscribe {
  width: 220px;
  float: left;
  border-top: 1px solid #ccc;
  text-align: left;
  padding-top: 10px;
}
.page-template-page-weekend-projects-two-col-php .grey {
  padding: 30px 0;
}
.page-id-286853,
.page-id-271492 {
  /* 2012 Stuff */
}
.page-id-286853 #content,
.page-id-271492 #content {
  background-image: url('http://cdn.makezine.com/make/facebook/weekend_project/cork1.jpg');
  margin-top: 20px;
  padding: 10px 0;
}
.page-id-286853 h1#pageTitle,
.page-id-271492 h1#pageTitle {
  display: none;
}
.page-id-286853 .renderedText,
.page-id-271492 .renderedText {
  margin: -10px 10px 10px;
  padding: 10px;
  background-color: #fff;
}
.page-id-286853 #wikiArticle,
.page-id-271492 #wikiArticle {
  padding-bottom: 10px;
}
.page-id-286853 h2#Section_Check_out_the_past_weekend_projects,
.page-id-271492 h2#Section_Check_out_the_past_weekend_projects {
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 0px;
  border-bottom: 2px solid #42b5e5;
  margin: 0px 10px -10px;
  padding: 10px;
  background-color: #fff;
}
.page-id-286853 h2#other,
.page-id-271492 h2#other {
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 0px;
  border-bottom: 2px solid #42b5e5;
  margin: 0px -10px;
  padding: 20px 10px 10px;
  background-color: #fff;
}
.page-id-286853 .guideList,
.page-id-271492 .guideList {
  background-color: #fff;
  padding: 10px;
  margin: 10px;
}
.page-id-286853 h4,
.page-id-271492 h4 {
  color: #004883;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.page-id-286853 ul,
.page-id-271492 ul {
  margin: 0;
}
.page-id-286853 h5,
.page-id-271492 h5,
.page-id-286853 h5 a,
.page-id-271492 h5 a {
  color: #e10100;
  padding: 0px !important;
  background-color: transparent !important;
  font-size: 15px;
  text-transform: uppercase;
}
.page-id-286853 form,
.page-id-271492 form {
  font-size: 12px;
}
.page-id-286853 .blurbMini img,
.page-id-271492 .blurbMini img {
  height: 72px !important;
  width: 96px !important;
}
.page-id-286853 .blurbMini,
.page-id-271492 .blurbMini {
  border: 1px solid #B8E5FF;
  padding: 5px;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #29ABE2;
}
.page-id-286853 .blurbMini,
.page-id-271492 .blurbMini,
.page-id-286853 .blurbMiniAvatar,
.page-id-271492 .blurbMiniAvatar {
  height: 84px;
}
.page-id-286853 .blurbTitle,
.page-id-271492 .blurbTitle {
  margin: 0 0 0 111px;
  word-spacing: -2px;
  font-size: 13px;
}
.page-id-286853 .blurbTitle a,
.page-id-271492 .blurbTitle a {
  border: 0px;
}
.page-id-286853 .banner,
.page-id-271492 .banner {
  text-align: center;
}
.page-id-286853 .blurbBlurb,
.page-id-271492 .blurbBlurb {
  font-weight: 400;
  font-size: 11px;
  margin-left: 110px;
  margin-top: 3px;
  margin-bottom: -8px;
  color: #333;
}
.page-id-286853 .column,
.page-id-271492 .column,
.page-id-286853 .columnLast,
.page-id-271492 .columnLast {
  width: 280px !important;
  font-size: 12px;
  float: left;
  margin-right: 15px;
}
.page-id-286853 .columnLast,
.page-id-271492 .columnLast {
  margin-right: -15px;
}
.page-id-286853 .fb-like-small,
.page-id-271492 .fb-like-small {
  margin: 10px 0 0 111px;
}
.page-id-286853 #red p a,
.page-id-271492 #red p a {
  color: #fff;
}
.page-id-286853 #red p a:hover,
.page-id-271492 #red p a:hover {
  color: #fff;
  text-decoration: none;
}
.page-id-286853 .blurbImage,
.page-id-271492 .blurbImage {
  float: left;
}
.page-id-286853 .guideList .blurbMini,
.page-id-271492 .guideList .blurbMini {
  height: 89px !important;
  margin: 8px 0;
}
.page-id-286853 .guideList .blurbMini .blurbImage,
.page-id-271492 .guideList .blurbMini .blurbImage {
  background-size: 56px auto;
  float: left !important;
}
.page-id-286853 .flag,
.page-id-271492 .flag {
  display: none;
}
.page-id-286853 .fb-like-small,
.page-id-271492 .fb-like-small {
  width: 49px !important;
  overflow: hidden;
}
.page-id-286853 .new_red,
.page-id-271492 .new_red {
  padding: 17px;
  border: 3px solid #c61d23;
  margin: 15px 10px;
  background-color: #ed1c24;
  display: block;
  color: #fff;
}
.page-id-286853 .new_red h1,
.page-id-271492 .new_red h1 {
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
}
.page-id-286853 .new_red h3,
.page-id-271492 .new_red h3 {
  font-size: 15px;
  color: white;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
  margin-top: 15px;
}
.page-id-286853 .video,
.page-id-271492 .video {
  border: 3px solid #d0d0d0;
}
.page-id-286853 .signup,
.page-id-271492 .signup {
  padding: 0px 17px 17px;
  border: 3px solid #C61D23;
  margin: 15px 10px;
  background-color: #ED1C24;
  display: block;
  color: white;
}
.page-id-286853 #subForm,
.page-id-271492 #subForm {
  padding-top: 15px;
}
.page-id-286853 span.label,
.page-id-271492 span.label,
.page-id-286853 span.spacer,
.page-id-271492 span.spacer,
.page-id-286853 span.multiple span,
.page-id-271492 span.multiple span {
  width: 120px;
  float: left;
  margin-bottom: 5px;
}
.page-id-286853 input,
.page-id-271492 input {
  margin-bottom: 10px;
}
.page-id-286853 span.multiple,
.page-id-271492 span.multiple {
  float: left;
}
.page-id-286853 span.button,
.page-id-271492 span.button {
  padding-left: 0px;
}
.page-id-286853 .orm button,
.page-id-271492 .orm button,
.page-id-286853 .orm .button,
.page-id-271492 .orm .button {
  background: -webkit-gradient(linear, 0% 45%, 0% 55%, from(#e10100), to(#cb0100));
  background: -moz-linear-gradient(0% 45% 270deg, #e10100, #dc0100, #cb0100 55%);
  background-color: #ff0505;
  border: 1px solid #ff0505;
  font-weight: bold;
  display: inline-block;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 4px 10px;
  color: #fff;
  margin: 0px 4px 8px 0;
}
.page-id-286853 .orm button:hover,
.page-id-271492 .orm button:hover,
.page-id-286853 .orm .button:hover,
.page-id-271492 .orm .button:hover,
.page-id-286853 .orm .button-on:hover,
.page-id-271492 .orm .button-on:hover {
  text-decoration: none;
  cursor: pointer;
  opacity: .85;
}
.page-id-286853 .orm .button-on,
.page-id-271492 .orm .button-on,
.page-id-286853 .orm .button-off,
.page-id-271492 .orm .button-off {
  font-weight: bold;
  font-size: 15px;
  color: black;
  padding: 12px 0 0 40px;
  display: block;
  width: 162px;
  height: 40px;
}
.page-id-286853 .orm .button-off:hover,
.page-id-271492 .orm .button-off:hover {
  text-decoration: none;
  cursor: default;
}
.page-id-286853 .orm .button-on span.sub,
.page-id-271492 .orm .button-on span.sub,
.page-id-286853 .orm .button-off span.sub,
.page-id-271492 .orm .button-off span.sub {
  font-size: 12px;
  top: -2px;
  position: relative;
  font-weight: normal;
  display: block;
}
.page-id-286853 div.clear,
.page-id-271492 div.clear {
  clear: both;
  padding-top: 5px;
}
.page-id-286853 .clearer,
.page-id-271492 .clearer {
  *zoom: 1;
}
.page-id-286853 .clearer:before,
.page-id-271492 .clearer:before,
.page-id-286853 .clearer:after,
.page-id-271492 .clearer:after {
  display: table;
  content: "";
  line-height: 0;
}
.page-id-286853 .clearer:after,
.page-id-271492 .clearer:after {
  clear: both;
}
#camp-header .container {
  text-align: center;
}
#camp-header .container h1 {
  margin: 0 auto;
}
.camp input[type="file"],
.camp input[type="image"],
.camp input[type="submit"],
.camp input[type="reset"],
.camp input[type="button"],
.camp input[type="radio"],
.camp input[type="checkbox"] {
  background-color: transparent !important;
  border: none !important;
  color: #FFFFFF;
  font-size: 21px !important;
  font-weight: bold !important;
}
body.camp .button.blue:hover,
body.camp a.button.blue:hover {
  color: #033978 !important;
  background-color: #73c1e6 !important;
}
body.camp {
  margin-top: 0px;
}
body.camp #myCarousel .carousel-control {
  position: absolute;
  top: 155px !important;
}
body.camp .training-camp-sidebar {
  background-color: #f4f4f4;
  padding-bottom: 20px;
}
body.camp .training-camp-sidebar h5 {
  padding: 5px;
}
body.camp .training-camp-sidebar p {
  margin: auto 5px;
}
body.camp .training-camp-sidebar .sidebar-header {
  background-color: #e1e1e1;
  color: #000;
}
body.camp .training-camp-sidebar .sidebar-header h4 {
  padding: 5px;
}
body.camp ul {
  font-size: 16px;
  margin: auto 25px 15px 25px auto;
}
body.camp h4 {
  padding-top: 15px;
}
body.camp h3 {
  text-transform: none !important;
}
body.camp h1 {
  font-size: 48px !important;
  color: #ea2b1a;
  line-height: 52px;
}
body.camp span.blue {
  color: #005d8f;
}
body.camp .call-out-box {
  height: 445px;
  background-color: #eee;
  padding: 30px 20px;
}
body.camp .call-out-box h3 {
  color: #000;
  padding-bottom: 15px;
}
body.camp .call-out-box h3 span.red {
  color: red;
}
body.camp .call-out-box h3 span.blue {
  color: #005d8f;
}
body.camp .call-out-box a {
  font-weight: bold;
  text-decoration: none !important;
}
body.camp .call-out-box p:first-child {
  margin-bottom: 0;
}
body.camp .camp-highlight-star {
  position: absolute;
  top: 0;
  left: 0;
}
body.camp .camp-testimonial {
  background-color: #eee;
  padding: 30px 20px;
  margin-top: 20px;
  position: relative;
}
body.camp .camp-testimonial .big-quote {
  position: absolute;
  top: 25px;
  left: 15px;
}
body.camp .camp-testimonial p {
  padding-left: 28px;
}
body.camp .camp-highlight-wrap {
  position: relative;
}
body.camp .camp-highlight-wrap h3 {
  margin-top: 0;
  padding-top: 0;
  padding-left: 42px;
  font-size: 24px;
  line-height: 26px;
  font-weight: normal;
  text-transform: none;
  color: #333;
}
body.camp p {
  font-size: 16px;
}
body.camp .description-wrap {
  height: 210px;
}
body.camp .description-wrap h3 {
  text-transform: none;
  color: #000;
}
body.camp .camp-highlight-wrap:first-child {
  position: relative;
  margin-top: 10px;
}
body.camp .projects-masthead h1 a {
  color: #ea2b1a;
}
.camp-newsletter-wrap {
  height: 71px;
  width: 100%;
  margin: 30px auto;
  background-image: url(http://makezineblog.files.wordpress.com/2013/04/camp-signup-bg-01.gif);
}
.camp-newsletter-wrap .container .row .span6 h3 {
  font-size: 18px;
  font-weight: normal;
  line-height: 21px;
  text-transform: none;
  color: #333;
}
.camp-newsletter-wrap .container .row .span6 .input-append {
  padding-top: 20px;
}
.camp-newsletter-wrap .container .row .span6 .input-append span.add-on {
  font-size: 21px !important;
  font-weight: bold;
  background-color: red;
  color: #fff;
  padding-left: 6px;
  padding-right: 6px;
}
.camp-newsletter-wrap .container .row .span6 h2 {
  color: #000;
  line-height: 42px;
}
body.camp .button.small-button,
body.camp a.button.small-button {
  line-height: inherit !important;
}
.camp-main-nav {
  text-align: center;
}
.camp-main-nav .nav {
  text-transform: uppercase;
  font-size: 19px;
  font-weight: bold;
  height: 20px;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0;
}
.camp-main-nav .nav .active {
  color: #000;
}
.camp-main-nav .nav a:hover {
  background-color: #fff;
  color: red;
}
.camp-main-nav .nav a:visited {
  color: #000;
}
.camp-main-nav .nav a:link {
  color: #000;
}
.camp-main-nav nav {
  margin: 0 auto;
}
.camp .input-append .add-on,
.camp .input-prepend .add-on {
  height: 24px !important;
  padding-top: 0 !important;
}
body.camp .button.block,
body.camp a.button.block {
  display: block;
}
.camp .header-bottom {
  border-top: 2px solid red;
  border-bottom: 2px solid red;
}
.camp .header-bottom ul {
  margin-bottom: auto;
  margin-left: 220px;
  margin-right: auto;
  margin-top: 18px;
}
.camp .header-bottom ul li {
  display: inherit;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 5px;
}
.camp .btn-group {
  display: inherit;
}
.camp .btn-group > .btn {
  border: none;
  background: transparent;
}
.camp .btn-group > .btn-large {
  font-size: 19px;
  font-weight: bold;
}
.camp .btn-group > .btn:first-child {
  border: none;
  margin-left: 0;
}
.camp .home-intro {
  padding-bottom: 20px;
}
.camp .home-intro h3 {
  text-align: center;
  font-size: 24px !important;
  color: #1075a4 !important;
  line-height: 32px !important;
  text-transform: none !important;
  line-height: 30px;
}
.camp .home-intro h1 {
  width: 100%;
  text-align: center;
  margin-top: 0px;
}
.camp .btn {
  line-height: 15px;
}
.camp #slideshow-wrapper {
  padding-top: 40px;
  background-image: url(http://makezineblog.files.wordpress.com/2013/05/camp-hdr-bg-01.gif);
}
.camp .carousel {
  margin-bottom: 0 !important;
}
.camp #header {
  background-color: #fff !important;
  border-color: red !important;
  margin-top: 0 !important;
}
.camp #header h1 {
  margin-top: 40px;
  text-align: center;
  float: none;
}
.camp .fix #header {
  background-image: none;
  background-color: #fff;
}
body.camp .button,
body.camp a.button {
  display: inline;
  display: inline-block;
  text-align: center;
  padding: 10px;
  color: #fff !important;
  margin-top: 5px;
  margin-bottom: 10px;
  text-decoration: none;
  background-color: #e01b23;
  border-bottom: none;
  border-radius: 5px;
  box-shadow: 0 5px 0 0 #8d1216;
}
.camp-footer {
  background-image: url("/wp-content/themes/vip/makeblog/img/header_bg.jpg");
  border-top-color: red;
  border-top-style: solid;
  border-top-width: 1px;
  padding-top: 20px;
  text-align: center;
  width: 100%;
  margin-top: 30px;
  clear: both;
}
.camp-footer .container ul.nav li {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
  text-transform: uppercase;
  display: inline-block;
}
.camp-footer .container ul.nav li .active {
  color: #000000 !important;
}
.camp-footer .container ul.nav li a:hover {
  background-color: #fff;
  color: red !important;
}
.camp-footer .container ul.nav li a:visited {
  color: #000 !important;
}
.camp-footer .container ul.nav li a:link {
  color: #000 !important;
}
.camp .input-append input,
.camp .input-prepend input,
.camp .input-append select,
.camp .input-prepend select,
.camp .input-append .uneditable-input,
.camp .input-prepend .uneditable-input,
.camp .input-append .dropdown-menu,
.camp .input-prepend .dropdown-menu,
.camp .input-append .popover,
.camp .input-prepend .popover {
  font-size: 21px !important;
}
body.camp .button.big,
body.camp a.button.big {
  font-size: 1.7em;
  padding: 12px 0;
}
body.camp .button:hover,
body.camp a.button:hover {
  background-color: #b3151b !important;
  color: #fff !important;
  text-decoration: none;
}
body.camp .button.blue,
body.camp a.button.blue {
  background-color: #8ed5f6;
  border: none;
  padding: 5px;
  color: #033978 !important;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 0 5px 0 0 #4d97c5;
}
body.camp .button.green,
body.camp a.button.green {
  background-color: #51B926;
  border-bottom: 3px solid #316B17;
  padding: 10px;
  color: #ffffff;
}
body.makercamp {
  background: url(http://makezineblog.files.wordpress.com/2013/05/star-bg-long.jpg) 0 20px repeat;
  text-rendering: optimizeLegibility;
  padding-bottom: 0 !important;
  padding-top: 0px !important;
  margin: 0;
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
body.makercamp.admin-bar .navbar-fixed-top {
  top: 29px;
}
body.makercamp h1,
body.makercamp h2,
body.makercamp h3,
body.makercamp h4,
body.makercamp h5,
body.makercamp h6 {
  margin: 10px 0 !important;
}
body.makercamp h3 {
  line-height: 40px;
}
body.makercamp iframe {
  max-width: 100%;
}
body.makercamp header {
  margin: 0 0 40px !important;
}
body.makercamp .main-content a,
body.makercamp .main-content a:visited {
  color: #acd3fc;
}
body.makercamp .main-content a:hover,
body.makercamp .main-content a:active {
  color: #acd3fc;
  text-decoration: underline !important;
}
body.makercamp .black-bar {
  background-color: #002641;
  padding: 5px 0 !important;
  margin-top: 40px;
}
body.makercamp .black-bar .nav {
  margin: 0px;
}
body.makercamp .black-bar .nav-inline {
  margin: 6px 0;
}
body.makercamp .black-bar .nav-inline li {
  display: block;
  float: left;
  margin-right: 30px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
body.makercamp .black-bar .nav-inline li a {
  color: #fff;
}
body.makercamp .black-bar p {
  color: #999999;
  font-size: 18px;
  margin-top: 6px;
  margin-bottom: 0px;
}
body.makercamp .black-bar a {
  font-size: 18px;
  margin: 0;
}
body.makercamp .black-bar a:hover {
  background-color: transparent !important;
  text-decoration: underline !important;
}
body.makercamp .black-bar .navbar-inner {
  background-color: #253b58;
  background-image: -moz-linear-gradient(top, #2e435e, #172e50);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2e435e), to(#172e50));
  background-image: -webkit-linear-gradient(top, #2e435e, #172e50);
  background-image: -o-linear-gradient(top, #2e435e, #172e50);
  background-image: linear-gradient(to bottom, #2e435e, #172e50);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2e435e', endColorstr='#ff172e50', GradientType=0);
  border-color: #275392;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
}
body.makercamp .black-bar .brand {
  text-shadow: 0 0 0 transparent;
  color: #ed1c24 !important;
}
body.makercamp .black-bar .brand:hover {
  text-decoration: none !important;
}
body.makercamp .black-bar .nav-collapse {
  background: transparent;
}
body.makercamp .black-bar .nav-collapse .nav > li > a,
body.makercamp .black-bar .nav-collapse .dropdown-menu a {
  text-shadow: 0 0 0 transparent;
  color: #fff !important;
}
body.makercamp .black-bar .nav-collapse .nav > li > a:hover,
body.makercamp .black-bar .nav-collapse .dropdown-menu a:hover {
  text-decoration: none !important;
}
body.makercamp .black-bar .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #1d2f46;
  background-image: -moz-linear-gradient(top, #26374d, #11233c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#26374d), to(#11233c));
  background-image: -webkit-linear-gradient(top, #26374d, #11233c);
  background-image: -o-linear-gradient(top, #26374d, #11233c);
  background-image: linear-gradient(to bottom, #26374d, #11233c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff26374d', endColorstr='#ff11233c', GradientType=0);
  border-color: #11233c #11233c #000001;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #11233c;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
body.makercamp .black-bar .btn-navbar:hover,
body.makercamp .black-bar .btn-navbar:focus,
body.makercamp .black-bar .btn-navbar:active,
body.makercamp .black-bar .btn-navbar.active,
body.makercamp .black-bar .btn-navbar.disabled,
body.makercamp .black-bar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #11233c;
  *background-color: #0c1728;
}
body.makercamp .black-bar .btn-navbar:active,
body.makercamp .black-bar .btn-navbar.active {
  background-color: #060c15 \9;
}
body.makercamp .navbar.black-bar {
  background: transparent;
  padding: 0;
}
body.makercamp #menu-maker-camp-nav {
  display: table;
  margin: 5px 5px 5px 0;
}
body.makercamp #menu-maker-camp-nav #menu-item-315883 {
  position: relative;
}
body.makercamp #menu-maker-camp-nav #menu-item-315883:hover .sub-menu {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: 0px;
  left: -20px;
  background-color: #002641;
  display: block;
}
body.makercamp #menu-maker-camp-nav #menu-item-315883:hover .sub-menu > li > a {
  color: #fff;
}
body.makercamp #menu-maker-camp-nav .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -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);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
body.makercamp #menu-maker-camp-nav .sub-menu.pull-right {
  right: 0;
  left: auto;
}
body.makercamp #menu-maker-camp-nav .sub-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
body.makercamp #menu-maker-camp-nav .sub-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}
body.makercamp #footer.white-bg {
  margin: 0;
}
body.makercamp #footer h3 {
  display: inline-block;
}
body.makercamp #footer .g-plus {
  margin-top: 10px;
}
body.makercamp #footer .nav-list {
  margin-bottom: 20px;
  list-style: none;
}
body.makercamp #footer .nav-list li {
  float: left;
  margin-right: 49px;
}
body.makercamp #footer .nav-list li.last {
  margin-right: 0;
}
body.makercamp .search-query {
  width: 110px !important;
}
body.makercamp header {
  margin-top: 0;
  margin-bottom: 40px;
  color: #fff;
}
body.makercamp header h2 {
  font-size: 33px;
  line-height: 45px;
  margin-bottom: 10px;
}
body.makercamp header h3 {
  font-weight: 200;
  font-size: 28px;
  line-height: 100%;
}
body.makercamp.admin-bar header {
  margin-top: 40px;
}
body.makercamp .mc-description {
  font-size: 48px;
  line-height: 48px;
}
body.makercamp .mc-description h2 {
  font-size: 48px;
  line-height: 1em;
}
body.makercamp .mc-description h4 {
  font-weight: normal;
  font-size: 25px;
  line-height: 32px;
  position: relative;
  top: 10px;
}
body.makercamp .waist {
  background-image: url(http://makezineblog.files.wordpress.com/2013/05/hills.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 30px;
  margin-top: 40px;
  border: none;
}
body.makercamp .waist .cap {
  color: #acd3fc;
  font-weight: bold;
  font-size: 32px;
  margin-top: 0;
  padding-top: 0;
  margin-right: 5px;
  font-family: inherit !important;
}
body.makercamp .waist p {
  margin-top: 30px;
  line-height: 24px;
}
body.makercamp .waist h3 {
  margin: 5px 0 20px 0 !important;
  font-size: 19px;
  line-height: 1.3em;
  color: #acd3fc;
  font-weight: normal;
}
body.makercamp .waist h3 span {
  font-size: 16px;
}
body.makercamp .waist h3.last {
  margin-bottom: 0 !important;
}
body.makercamp .waist .blue {
  background-color: #032042;
  color: #acd3fc;
  text-align: center;
}
body.makercamp .waist .blue h4 {
  padding-bottom: 12px;
}
body.makercamp .waist .button {
  border-radius: 5px;
  font-weight: 400;
  width: 87%;
}
body.makercamp .join {
  margin: 10px 0;
}
body.makercamp .join > .span9 {
  margin-left: 0;
}
body.makercamp .join a {
  font-size: 22px;
}
body.makercamp .white-bg {
  background-color: #fff;
  color: black;
}
body.makercamp .white-bg h4 {
  margin-top: 10px;
  font-size: 24px;
  line-height: 30px;
}
body.makercamp .white-bg h4 a:link,
body.makercamp .white-bg h4 a:visited {
  color: #005d8f;
}
body.makercamp .white-bg h5 {
  font-size: 20px;
  text-transform: uppercase;
  color: #6e6e6e;
  font-weight: normal;
}
body.makercamp .white-bg h5 a,
body.makercamp .white-bg h5 a:visited {
  color: #005d8f !important;
  text-decoration: none;
}
body.makercamp .white-bg h6 {
  font-size: 18px;
}
body.makercamp .white-bg h6 a,
body.makercamp .white-bg h6 a:visited {
  color: #005d8f !important;
  text-decoration: none;
}
body.makercamp .white-bg h6:hover {
  text-decoration: underline;
}
body.makercamp .white-bg p a,
body.makercamp .white-bg p a:visited {
  color: #005d8f !important;
  text-decoration: none;
}
body.makercamp .white-bg .logo h5 {
  padding-top: 25px !important;
}
body.makercamp .white-bg .featured {
  padding: 30px 0 0;
  margin-left: 6px;
  float: left;
  width: 15.8%;
  height: auto !important;
}
body.makercamp .white-bg .featured h4 {
  color: #555555;
  margin: 10px;
  font-size: 16px;
  /* height:40px; */
  height: 54px;
}
body.makercamp .white-bg a.small-button {
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 12px !important;
  padding: 12px 15px 8px !important;
  margin-right: 10px;
}
body.makercamp .white-bg .weekly-projects h5 {
  text-transform: capitalize;
  font-size: 19px;
}
body.makercamp .white-bg .weekly-projects h6 {
  color: #005d8f;
  a: link, a:visited:color:#005d8f;
}
body.makercamp .windows {
  background-color: #fff;
  border-top: none;
  padding: 20px 0;
  color: #333333;
  height: 110px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
body.makercamp .windows .span2 {
  text-align: center;
}
body.makercamp .windows .nobg {
  background-color: none;
}
body.makercamp .windows #subForm input[type="text"] {
  margin: 26px 0;
  padding: 8px;
  width: 82%;
  border: 1px solid #2e7085;
  font-size: 1.3em;
}
body.makercamp .windows #subForm input[type="submit"] {
  width: 90%;
}
body.makercamp .window.yellow {
  border-top: 6px solid #DBC52D;
}
body.makercamp .test {
  height: 20px;
}
body.makercamp .lower-area {
  margin-top: 30px;
  margin-bottom: 50px;
}
body.makercamp .lower-area h4 {
  font-size: 24px;
  line-height: 32px;
}
body.makercamp .feature-box {
  min-height: 380px;
  padding-left: auto;
  padding-right: auto;
  text-align: center;
}
body.makercamp .feature-box p {
  font-size: 16px;
  line-height: 21px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
body.makercamp .feature-box h4 {
  font-size: 26px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
body.makercamp .feature-box h4 span {
  font-weight: normal;
}
body.makercamp .feature-box h5 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  font-weight: normal;
}
body.makercamp .feature-box .button.blue {
  width: 80%;
  font-size: 20px ;
  line-height: 32px;
  font-weight: 600;
}
body.makercamp .feature-box .button.blue a:link,
body.makercamp .feature-box .button.blue a:visited {
  color: #033978;
  width: 100%;
  margin: 0 auto;
}
body.makercamp .feature-box img.register {
  margin: 70px 0;
}
body.makercamp .features-box-content {
  min-height: 310px;
  margin: 0 25px;
}
body.makercamp .features-box-content h4 {
  font-weight: normal;
  line-height: 34px;
}
body.makercamp .lower-gradation {
  padding: 0 0 20px 0;
}
body.makercamp .new-footer .trending,
body.makercamp .new-footer .newsletter,
body.makercamp .new-footer .about-us,
body.makercamp .new-footer .subscribe {
  padding-top: 0px;
}
body.makercamp .new-footer .subscribe p {
  line-height: 24px;
  width: 130px;
  margin-bottom: 11px;
}
body.makercamp .new-footer .subscribe h5 {
  color: #F60B29;
  margin-top: -15px !important;
}
body.makercamp .new-footer .subscribe hr {
  border: none;
  background-color: #F60B29;
  color: #F60B29;
  height: 7px;
  margin-right: 5px;
}
body.makercamp .new-footer .subscribe #mag-cover {
  margin-top: -45px;
}
body.makercamp .new-footer .subscribe .sprite-arrow-footer {
  margin: -20px 0 10px -10px !important;
}
body.makercamp .new-footer a,
body.makercamp .new-footer .new-footer a:visited {
  color: #005D8F !important;
}
body.makercamp .new-footer p {
  color: #333;
  font-weight: bold;
  padding-right: 3px;
}
body.makercamp .new-footer h5 {
  font-size: 16px;
  font-weight: bold;
  text-transform: none;
  color: #333;
  margin-bottom: 0 !important;
}
body.makercamp .new-footer .about-column-01 {
  width: 90px;
  float: left;
}
body.makercamp .new-footer .about-column-02 {
  width: 130px;
  float: left;
  margin-left: 0;
}
body.makercamp .schedule-content {
  background: #fff;
  margin-top: 65px;
  color: #5c5b5b;
  border-top: 1px solid #8ca9c8;
}
body.makercamp .schedule-content .tab-content {
  position: relative;
  overflow: visible;
}
body.makercamp .schedule-content #schedule {
  margin-top: -39px;
  border: none;
}
body.makercamp .schedule-content #schedule a {
  background: #8ed5f6;
  color: #033978;
  font-weight: bold;
  font-size: 1.142857143em;
}
body.makercamp .schedule-content #schedule a:hover,
body.makercamp .schedule-content #schedule a:active {
  border-color: #acd3fc;
  background: #8ed5f6;
  color: #033978;
}
body.makercamp .schedule-content #schedule .active a {
  border-color: #acd3fc;
  border-bottom-color: #fff;
  background: #fff;
  color: #000;
  padding-bottom: 9px;
}
body.makercamp .schedule-content .maker a {
  color: #005d8f;
}
body.makercamp .schedule-content .maker .project-title {
  font-size: 1.285714286em;
  line-height: 1em;
  color: #005d8f;
}
body.makercamp .schedule-content .maker .date,
body.makercamp .schedule-content .maker .mentor {
  font-size: 1.142857143em;
  line-height: 1em;
  font-weight: normal;
  color: #252525;
  margin: 5px 0 !important;
  display: inline-block;
}
body.makercamp .faq-content {
  margin-bottom: 20px;
}
body.makercamp .faq-content ul {
  margin-bottom: 25px !important;
}
body.makercamp .ss-form form {
  background: #fff;
  padding: 15px 10px 10px 20px;
  color: #6e6e6e;
  margin: 20px 20px 0 0;
}
body.makercamp .ss-form label.ss-q-title {
  font-weight: bold;
}
body.makercamp .ss-form input,
body.makercamp .ss-form textarea {
  width: 95%;
}
body.makercamp .ss-form-entry input.button {
  margin-top: -5px;
  width: 100%;
  text-align: center;
  padding: 10px;
  font-size: 25px;
  border: 0;
}
body.makercamp .map-wrapper li {
  margin: 15px 15px 25px 0 !important;
  font-size: 18px;
  line-height: 1.3em;
}
body.makercamp .map-title {
  background: #011f43;
  margin: 0 !important;
  font-size: 1.637142857em;
  font-family: sans-serif;
  font-weight: normal;
}
body.makercamp .map-list {
  background: #fff;
  color: #333;
  margin-top: 20px;
  border: 1px solid #333;
}
body.makercamp .map-list th {
  color: #fff;
  border-bottom: 1px solid #333;
  cursor: pointer;
}
body.makercamp .map-list a {
  color: #005d8f !important;
}
body.makercamp .map-list-header {
  font-weight: normal;
  background-color: #011f43 !important;
}
body.makercamp .orange {
  color: #f6ba65 !important;
}
body.makercamp .red {
  color: #c7171d;
}
body.makercamp .blue {
  color: #acd3fc;
}
body.makercamp ul.stars {
  list-style-image: url(/wp-content/themes/vip/makeblog/css/../img/makercamp/stars.png);
}
body.makercamp ul.stars li {
  margin: 15px 15px 5px 0;
  font-size: 16px !important;
}
body.makercamp .button,
body.makercamp a.button {
  display: inline;
  display: inline-block;
  text-align: center;
  padding: 10px;
  color: #fff !important;
  margin-top: 5px;
  margin-bottom: 10px;
  text-decoration: none;
  background-color: #e01b23;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 0 0 #a0410d;
  -moz-box-shadow: 0 5px 0 0 #a0410d;
  box-shadow: 0 5px 0 0 #a0410d;
  border-bottom: none;
}
body.makercamp .button:hover,
body.makercamp a.button:hover {
  color: #fff !important;
  text-decoration: none !important;
}
body.makercamp .button.blue,
body.makercamp a.button.blue {
  background-color: #8ed5f6;
  border: none;
  padding: 10px;
  color: #033978 !important;
  font-size: 24px ;
  line-height: 32px;
  font-weight: 600;
  -webkit-box-shadow: 0 5px 0 0 #4d97c5;
  -moz-box-shadow: 0 5px 0 0 #4d97c5;
  box-shadow: 0 5px 0 0 #4d97c5;
}
body.makercamp .button.blue:hover,
body.makercamp a.button.blue:hover {
  color: #033978 !important;
  background-color: #73c1e6 !important;
}
body.makercamp .button.green,
body.makercamp a.button.green {
  background-color: #51B926;
  border-bottom: 3px solid #316B17;
  padding: 10px;
  color: #ffffff;
}
body.makercamp .button.block,
body.makercamp a.button.block {
  display: block;
}
body.makercamp .button.big,
body.makercamp a.button.big {
  font-size: 1.7em;
  padding: 12px 0;
}
body.makercamp .button.small-button,
body.makercamp a.button.small-button {
  line-height: inherit !important;
}
@media (min-width: 1200px) {
  body.makercamp .new-footer .container,
  body.makercamp.admin-bar .new-footer .container {
    width: 1170px !important;
  }
  body.makercamp .new-footer .main,
  body.makercamp.admin-bar .new-footer .main {
    width: 1000px !important;
  }
  body.makercamp .new-footer .trending,
  body.makercamp.admin-bar .new-footer .trending,
  body.makercamp .new-footer .newsletter,
  body.makercamp.admin-bar .new-footer .newsletter,
  body.makercamp .new-footer .about-us,
  body.makercamp.admin-bar .new-footer .about-us,
  body.makercamp .new-footer .subscribe,
  body.makercamp.admin-bar .new-footer .subscribe {
    width: 270px !important;
  }
  body.makercamp .schedule-content .maker,
  body.makercamp.admin-bar .schedule-content .maker {
    /* margin-right:29px !important; */
  }
  body.makercamp .schedule-content .maker-description,
  body.makercamp.admin-bar .schedule-content .maker-description {
    width: 96% !important;
  }
  body.makercamp .waist .button.big,
  body.makercamp.admin-bar .waist .button.big {
    top: 14px !important;
  }
  body.makercamp .feature-box .button.blue,
  body.makercamp.admin-bar .feature-box .button.blue {
    font-size: 22px !important;
    width: 80%;
  }
  body.makercamp .search-query,
  body.makercamp.admin-bar .search-query {
    width: 206px !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  body.makercamp .container,
  body.makercamp.admin-bar .container,
  body.makercamp .navbar-static-top .container,
  body.makercamp.admin-bar .navbar-static-top .container,
  body.makercamp .navbar-fixed-top .container,
  body.makercamp.admin-bar .navbar-fixed-top .container,
  body.makercamp .navbar-fixed-bottom .container,
  body.makercamp.admin-bar .navbar-fixed-bottom .container {
    width: 724px !important;
  }
  body.makercamp header,
  body.makercamp.admin-bar header {
    margin: 0 0 40px !important;
  }
  body.makercamp .navbar-fixed-top,
  body.makercamp.admin-bar .navbar-fixed-top {
    margin-bottom: 0;
  }
  body.makercamp .navbar-blue .navbar-search .search-query,
  body.makercamp.admin-bar .navbar-blue .navbar-search .search-query {
    width: 97% !important;
  }
  body.makercamp .waist,
  body.makercamp.admin-bar .waist {
    background-position: 40.0817996% bottom;
  }
  body.makercamp .button.big,
  body.makercamp.admin-bar .button.big {
    font-size: 1.5em;
  }
  body.makercamp .join h2,
  body.makercamp.admin-bar .join h2 {
    font-size: 1.8em;
  }
  body.makercamp .join a,
  body.makercamp.admin-bar .join a {
    font-size: 1.357142857em;
  }
  body.makercamp .feature-box,
  body.makercamp.admin-bar .feature-box {
    min-height: 440px;
  }
  body.makercamp .feature-box h4,
  body.makercamp.admin-bar .feature-box h4 {
    line-height: 1em;
    padding-bottom: 15px;
  }
  body.makercamp .feature-box h5,
  body.makercamp.admin-bar .feature-box h5 {
    font-size: 1.5em;
  }
  body.makercamp .feature-box img.register,
  body.makercamp.admin-bar .feature-box img.register {
    margin: 52px 0;
  }
  body.makercamp .features-box-content,
  body.makercamp.admin-bar .features-box-content {
    min-height: 380px;
  }
  body.makercamp .features-box-content h4,
  body.makercamp.admin-bar .features-box-content h4 {
    font-size: 1.6em;
    line-height: 1.3em;
  }
  body.makercamp .schedule-content #schedule a,
  body.makercamp.admin-bar .schedule-content #schedule a {
    font-size: .9em;
  }
  body.makercamp .new-footer .main,
  body.makercamp.admin-bar .new-footer .main {
    margin: 5px auto;
    width: 100%;
  }
}
@media (max-width: 767px) {
  body.makercamp,
  body.makercamp.admin-bar {
    padding: 0;
    margin: 0;
  }
  body.makercamp .container,
  body.makercamp.admin-bar .container,
  body.makercamp .navbar-static-top .container,
  body.makercamp.admin-bar .navbar-static-top .container,
  body.makercamp .navbar-fixed-top .container,
  body.makercamp.admin-bar .navbar-fixed-top .container,
  body.makercamp .navbar-fixed-bottom .container,
  body.makercamp.admin-bar .navbar-fixed-bottom .container {
    width: 100% !important;
  }
  body.makercamp .navbar-fixed-top,
  body.makercamp.admin-bar .navbar-fixed-top {
    margin-left: 0;
    margin-right: 0;
  }
  body.makercamp .top-header,
  body.makercamp.admin-bar .top-header,
  body.makercamp .waist .container,
  body.makercamp.admin-bar .waist .container,
  body.makercamp .lower-gradation .container,
  body.makercamp.admin-bar .lower-gradation .container,
  body.makercamp .new-footer .container,
  body.makercamp.admin-bar .new-footer .container {
    width: 90% !important;
    margin: 0 auto 40px 0 !important;
  }
  body.makercamp .button.blue,
  body.makercamp.admin-bar .button.blue {
    font-size: 1.428571429em;
  }
  body.makercamp .top-header h2,
  body.makercamp.admin-bar .top-header h2 {
    font-size: 2em;
  }
  body.makercamp .top-header h3,
  body.makercamp.admin-bar .top-header h3 {
    font-size: 1.5em;
  }
  body.makercamp header,
  body.makercamp.admin-bar header {
    margin: 0 0 40px !important;
  }
  body.makercamp .navbar-fixed-top,
  body.makercamp.admin-bar .navbar-fixed-top {
    margin-bottom: 0;
  }
  body.makercamp .navbar-blue .navbar-search .search-query,
  body.makercamp.admin-bar .navbar-blue .navbar-search .search-query {
    width: 97% !important;
  }
  body.makercamp .mc-logo,
  body.makercamp.admin-bar .mc-logo,
  body.makercamp .mc-description,
  body.makercamp.admin-bar .mc-description {
    text-align: center;
    color: #fff;
  }
  body.makercamp .mc-description,
  body.makercamp.admin-bar .mc-description {
    color: #f6ba65;
  }
  body.makercamp .feature-box img.register,
  body.makercamp.admin-bar .feature-box img.register {
    margin: 30px 0 !important;
  }
  body.makercamp .waist,
  body.makercamp.admin-bar .waist {
    margin-top: 20px;
    background-position: 31.0818% bottom;
  }
  body.makercamp .waist a,
  body.makercamp.admin-bar .waist a {
    top: 0 !important;
    font-size: 1.5em;
    margin-bottom: 30px;
  }
  body.makercamp .waist .cap,
  body.makercamp.admin-bar .waist .cap {
    display: block;
    font-size: 1.285714286em !important;
  }
  body.makercamp .lower-gradation .span2,
  body.makercamp.admin-bar .lower-gradation .span2 {
    float: left;
    width: 25%;
  }
  body.makercamp .lower-gradation .span4 h4,
  body.makercamp.admin-bar .lower-gradation .span4 h4 {
    font-weight: normal;
    font-size: 1.1em;
    line-height: 1.2em;
  }
  body.makercamp .mobile-schedule .container.row,
  body.makercamp.admin-bar .mobile-schedule .container.row {
    margin: 0;
  }
  body.makercamp .mobile-schedule a,
  body.makercamp.admin-bar .mobile-schedule a {
    width: 90% !important;
    font-size: 21px;
  }
  body.makercamp .schedule-content .nav-tabs > li,
  body.makercamp.admin-bar .schedule-content .nav-tabs > li {
    width: 100%;
  }
  body.makercamp .schedule-content .tab-content h2.visible-phone,
  body.makercamp.admin-bar .schedule-content .tab-content h2.visible-phone,
  body.makercamp .schedule-content .tab-content > .active,
  body.makercamp.admin-bar .schedule-content .tab-content > .active {
    padding: 0 20px;
  }
  body.makercamp .schedule-content .desc-body,
  body.makercamp.admin-bar .schedule-content .desc-body,
  body.makercamp .schedule-content .desc-feat,
  body.makercamp.admin-bar .schedule-content .desc-feat {
    float: none;
    width: 100%;
  }
  body.makercamp .schedule-content .desc-feat,
  body.makercamp.admin-bar .schedule-content .desc-feat {
    text-align: left;
  }
  body.makercamp .new-footer .main,
  body.makercamp.admin-bar .new-footer .main {
    margin: 5px auto;
    width: 100%;
  }
  .maker-camp-sweepstakes legend {
    color: #f6ba65;
    border: none;
    font-size: 24.5px;
    margin: 10px 0;
    font-weight: bold;
    line-height: 40px;
  }
  .maker-camp-sweepstakes label {
    font-size: 17.5px;
    margin: 10px 0 !important;
    line-height: 18px;
    font-weight: bold;
  }
  .maker-camp-sweepstakes input {
    width: 200px !important;
  }
  .maker-camp-sweepstakes input[type="submit"] {
    width: 200px !important;
  }
}
.archive {
  font-family: "proxima-nova", sans-serif;
  border-bottom: 3px solid #DBDBDB;
  padding-top: 20px;
  border-bottom: 0px;
  position: static;
  width: inherit;
  margin: inherit;
}
.archive h1 {
  font-size: 38px;
}
.archive h3 {
  font-size: 16px;
  text-transform: uppercase;
  color: #ed1c24;
}
.archive p {
  font-size: 18px;
  line-height: 140%;
}
.archive p a {
  color: #005d8f;
}
.archive p a:hover {
  text-decoration: underline;
}
.archive p a.btn {
  color: white;
  border-bottom: 0px;
}
.archive .pull-right a {
  border: 0px;
}
.archive .subs {
  margin: 0px 0px 20px;
}
.archive .subs li {
  font-size: 18px;
  display: inline;
  margin-right: 20px;
}
.archive .subs li a {
  color: #005d8f;
  font-weight: bold;
}
.archive .no_h2_styles {
  font-size: 18px;
  display: inline;
  line-height: 25px;
}
.archive .content ul li {
  font-size: 16px;
}
.archive .projects-masthead h2 {
  line-height: 100%;
}
body.archive {
  padding-top: 0;
}
.home .single .article {
  margin-bottom: 25px;
}
.contact-form label {
  display: block;
  *zoom: 1;
}
.contact-form label:before,
.contact-form label:after {
  display: table;
  content: "";
  line-height: 0;
}
.contact-form label:after {
  clear: both;
}
.contact-form div {
  *zoom: 1;
}
.contact-form div:before,
.contact-form div:after {
  display: table;
  content: "";
  line-height: 0;
}
.contact-form div:after {
  clear: both;
}
.contact-form .pushbutton-wide {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.contact-form .pushbutton-wide:hover,
.contact-form .pushbutton-wide:focus,
.contact-form .pushbutton-wide:active,
.contact-form .pushbutton-wide.active,
.contact-form .pushbutton-wide.disabled,
.contact-form .pushbutton-wide[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.contact-form .pushbutton-wide:active,
.contact-form .pushbutton-wide.active {
  background-color: #cccccc \9;
}
.contact-form .pushbutton-wide:first-child {
  *margin-left: 0;
}
.contact-form .pushbutton-wide:hover,
.contact-form .pushbutton-wide:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
  -webkit-transition: background-position 0.1s linear 1s linear;
  -moz-transition: background-position 0.1s linear 1s linear;
  -o-transition: background-position 0.1s linear 1s linear;
  -ms-transition: background-position 0.1s linear 1s linear;
  transition: background-position 0.1s linear 1s linear;
}
.contact-form .pushbutton-wide:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.contact-form .pushbutton-wide.active,
.contact-form .pushbutton-wide:active {
  background-image: none;
  outline: 0;
  -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);
}
.contact-form .pushbutton-wide.disabled,
.contact-form .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;
}
.contact-form .pushbutton-wide .label,
.contact-form .pushbutton-wide .badge {
  position: relative;
  top: -1px;
}
.contact-form .pushbutton-wide:hover,
.contact-form .pushbutton-wide:focus,
.contact-form .pushbutton-wide:active,
.contact-form .pushbutton-wide.active,
.contact-form .pushbutton-wide.disabled,
.contact-form .pushbutton-wide[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.contact-form .pushbutton-wide:active,
.contact-form .pushbutton-wide.active {
  background-color: #003399 \9;
}
.contact-form .pushbutton-wide .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
body.page-template-page-education-php .education-box h2 {
  font: 17px/26px "proxima-nova", sans-serif;
  color: #363636;
  background: #e1e1e1;
  padding: 6px;
  margin: 30px 0 20px;
}
body.page-template-page-education-php .education-box ul {
  list-style-image: url(/wp-content/themes/vip/makeblog/css/../images/red-arrows.png);
}
body.page-template-page-education-php .education-box li {
  margin-bottom: 15px;
  font-size: 16px;
}
body.page-template-page-education-php .education-box .btn.blue {
  background-color: #8ed5f6;
  background-image: none;
  border: none;
  padding: 10px;
  color: #004a71;
  font-size: 16px ;
  line-height: 10px;
  font-weight: 600;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 0 0 #4d97c5;
  -moz-box-shadow: 0 5px 0 0 #4d97c5;
  box-shadow: 0 5px 0 0 #4d97c5;
}
body.page-template-page-education-php .education-box .btn.blue:hover {
  color: #033978;
  background-color: #73c1e6;
}
body.page-template-page-education-php .side-post .side-title {
  font-size: 16px;
  margin-top: 5px;
}
body.page-template-page-education-php .side-post p {
  color: #363636;
  font-size: 16px;
  line-height: 1.1em;
}
body.hiw {
  background-color: #eee;
  margin-top: 0;
  padding-top: 0px;
}
body.hiw ul.unstyled li a {
  margin-bottom: 10px;
}
body.hiw .sidebar-left h3 {
  margin-bottom: 0px;
}
body.hiw .sidebar-left h4 {
  margin-bottom: 6px;
}
body.hiw .sidebar-left .accordion-heading,
body.hiw .sidebar-left .accordion-toggle {
  padding: 0px 0px 6px 0px;
}
body.hiw .sidebar-left .accordion {
  margin-bottom: 0px;
}
body.hiw ul.left-nav {
  margin-left: 0;
}
body.hiw ul.left-nav li {
  font-size: 18px;
  border-bottom: 1px dashed #999;
  padding: 5px 0;
  font-size: 16px;
  line-height: 130%;
  border-bottom-color: #999999;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  list-style-type: none;
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 5px;
}
body.hiw .accordion-inner {
  margin-left: 0px;
  padding-left: 0px;
}
body.hiw ul.left-nav-accord li {
  border: 0px;
  font-size: 16px !important;
}
body.hiw blockquote {
  border: none;
}
body.hiw ul.social li {
  background-image: none;
  display: block;
  border-bottom-color: #999999;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  list-style-type: none;
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 5px;
}
body.hiw ul.social li a:link {
  color: #ED1D24;
}
body.hiw .right-sidebar h3 {
  color: #333;
  font-size: 18px;
  margin-bottom: 5px;
  margin-top: 10px;
  line-height: 20px;
  text-transform: none;
}
body.hiw .right-sidebar img {
  margin-bottom: 10px;
}
body.hiw .right-sidebar p {
  font-size: 16px;
  line-height: 130%;
}
body.hiw .single {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background-image: none;
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: auto auto;
  border-bottom-color: -moz-use-text-color;
  border-bottom-style: none;
  border-bottom-width: 0;
  font-family: "proxima-nova", sans-serif;
  padding-top: 0;
}
body.hiw .single .container {
  margin-left: -20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
body.hiw .single .container ul li {
  font-size: 18px;
  line-height: 140%;
}
body.hiw .fix .header-wrap .container .row {
  border-bottom-color: #00AEEF;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-top-color: #00AEEF;
  border-top-style: solid;
  border-top-width: 1px;
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: center;
  margin-left: 0;
}
body.hiw .fix .header-wrap .container .row .span9 h2 span {
  font-size: 22px;
}
body.hiw #header-area {
  background-image: none;
  border: none;
  padding-top: 45px;
}
body.hiw #header-area .header-image img {
  margin: 0 auto;
}
body.hiw #header-area h1 {
  padding-bottom: 20px;
  padding-top: 20px;
}
body.hiw .navbar .navbar-inner .container {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2e435e), to(#172e50));
  background-image: -webkit-linear-gradient(top, #2e435e, #172e50);
  background-image: linear-gradient(to bottom, #2e435e, #172e50);
}
body.hiw .container {
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}
body.hiw .container .row .span9 h2 {
  color: #ED1D24;
  font-size: 24px;
  line-height: 28px;
  padding-top: 15px;
}
body.hiw .header-wrap {
  background-color: transparent;
  border-top: 1px solid #00AEEF;
  border-bottom: 1px solid #00AEEF;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 50px;
}
body.hiw .header-wrap h2 {
  color: #ED1D24;
  width: 660px;
  float: left;
  font-size: 24px;
  line-height: 28px;
  padding-top: 25px;
}
body.hiw .carousel-control {
  top: 165px !important;
}
body.hiw h4,
body.hiw h5,
body.hiw h6 {
  line-height: 20px;
  margin-bottom: 16px;
}
body.hiw h3 {
  line-height: 20px;
  margin-bottom: 8px;
}
body.hiw .right-sidebar h4:first-child {
  margin-bottom: 5px;
}
body.hiw .right-sidebar img {
  margin-right: 8px;
  margin-bottom: 0;
}
body.hiw div.right-sidebar p a {
  border-bottom-style: none;
}
body.hiw .right-sidebar .soci {
  margin: 0 0 10px 0;
}
body.hiw .single p a.btn {
  color: #005d8f;
  border-bottom: 1px solid #ccc;
}
body.hiw .single p a {
  border-bottom: none;
}
.button,
a.button {
  display: inline;
  display: inline-block;
  text-align: center;
  padding: 10px;
  color: #fff !important;
  margin-top: 5px;
  margin-bottom: 10px;
  text-decoration: none;
  background-color: #e01b23;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 0 0 #8d1216;
  -moz-box-shadow: 0 5px 0 0 #8d1216;
  box-shadow: 0 5px 0 0 #8d1216;
  border-bottom: none;
}
.button:hover,
a.button:hover {
  background-color: #b3151b !important;
  color: #fff !important;
  text-decoration: none;
}
.button.disabled,
a.button.disabled {
  background-color: #253740;
  color: #84C7E5 !important;
  -webkit-box-shadow: 0 5px 0 0 #84c7e5;
  -moz-box-shadow: 0 5px 0 0 #84c7e5;
  box-shadow: 0 5px 0 0 #84c7e5;
}
.button.disabled:hover,
a.button.disabled:hover {
  color: #033978 !important;
  background-color: #73c1e6 !important;
}
.button.blue,
a.button.blue {
  background-color: #8ed5f6;
  border: none;
  padding: 10px;
  color: #033978 !important;
  font-size: 24px ;
  line-height: 32px;
  font-weight: 600;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-shadow: 0 5px 0 0 #4d97c5;
  -moz-box-shadow: 0 5px 0 0 #4d97c5;
  box-shadow: 0 5px 0 0 #4d97c5;
}
.button.blue:hover,
a.button.blue:hover {
  color: #033978 !important;
  background-color: #73c1e6 !important;
}
.button.green,
a.button.green {
  background-color: #51B926;
  border-bottom: 3px solid #316B17;
  padding: 10px;
  color: #ffffff;
}
.button.block,
a.button.block {
  display: block;
}
.button.big,
a.button.big {
  font-size: 1.7em;
  padding: 12px;
}
.button.small-button,
a.button.small-button {
  line-height: inherit !important;
}
.single-newsletter article section {
  background-color: inherit;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  -webkit-transition: background-color 0.5s ease 1s linear;
  -moz-transition: background-color 0.5s ease 1s linear;
  -o-transition: background-color 0.5s ease 1s linear;
  -ms-transition: background-color 0.5s ease 1s linear;
  transition: background-color 0.5s ease 1s linear;
}
.single-newsletter article section .comment-link {
  margin-bottom: 10px;
}
.single-newsletter article section .comment-link a {
  color: transparent;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease 1s linear;
  -moz-transition: color 0.5s ease 1s linear;
  -o-transition: color 0.5s ease 1s linear;
  -ms-transition: color 0.5s ease 1s linear;
  transition: color 0.5s ease 1s linear;
}
.single-newsletter article section:hover {
  background-color: rgba(100, 100, 100, 0.15);
}
.single-newsletter article section:hover .comment-link a {
  color: #0088cc;
}
.popup {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
  bottom: 0;
  height: 60px;
  margin-top: 160px;
  background-color: #0087cc;
}
.popup .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);
}
.popup img.cover {
  margin-top: -150px;
  border: 5px solid #0087cc;
}
.popup h3 {
  margin-top: 18px;
  color: white;
  font-size: 19px;
  text-transform: none;
}
.popup .span2 a {
  font-size: 16px;
  font-weight: bold;
}
.popup .span2 img.x {
  margin-top: 5px;
}
.makerfaire-lp.flags {
  background: url(/wp-content/themes/vip/makeblog/css/../images/flags-small.png) center top repeat-x;
}
.makerfaire-lp .mf-top {
  margin-top: 55px;
}
.makerfaire-lp .top-header h3 {
  color: #555;
  font-size: 22px;
  margin: 21px 0 0;
}
.makerfaire-lp .slideshow-wrapper {
  margin-top: 39px;
}
.makerfaire-lp .slideshow-wrapper h3 {
  background: #1c1c1c;
  color: #e6e6e6;
  font-family: "proxima-nova", sans-serif;
  padding: 12px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.makerfaire-lp .sidebar-content {
  margin-top: 39px;
}
.makerfaire-lp .sidebar-content p {
  color: #5c5b5b;
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
  font-weight: normal;
  height: auto;
  line-height: 22px;
}
.makerfaire-lp .sidebar-content p.more-link {
  text-transform: uppercase;
  text-align: right;
}
.makerfaire-lp .sidebar-content h3 {
  color: #e01b23;
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-size: 24px;
  font-weight: bold;
  height: 24px;
  line-height: 24px;
  margin: 0px;
  padding: 0px 0px 5px;
  text-rendering: optimizelegibility;
}
.makerfaire-lp .sidebar-content h4 {
  color: #005d8f;
  cursor: auto;
  display: inline;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  line-height: 18px;
  text-decoration: none;
  text-shadow: #ffffff 0px 1px 0px;
  width: auto;
  padding-top: 5px;
}
.makerfaire-lp .sidebar-content h4 a {
  color: #005d8f;
}
.makerfaire-lp .sidebar-content .button.big {
  -webkit-box-shadow: #8d1216 0px 5px 0px 0px;
  background-color: #e01b23;
  border-bottom-color: #ffffff;
  border-radius: 5px;
  border-bottom-style: none;
  border-bottom-width: 0px;
  box-shadow: #8d1216 0px 5px 0px 0px;
  color: #ffffff;
  cursor: auto;
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-size: 24px;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  margin: 0px 0px 20px;
  padding: 12px 0px 12px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.makerfaire-lp .sidebar-content .preview-box {
  padding: 0px 0px 20px;
}
.makerfaire-lp .sidebar-content .boxer {
  border: 1px solid #cecece;
  border-radius: 5px;
  max-width: 100%;
  margin-top: 30px;
  padding: 10px;
}
.weekly-takeover {
  background: none;
}
.weekly-takeover .big-main-box {
  background: #003c5b;
  margin: 15px 0;
  font-family: "proxima-nova", sans-serif;
  color: #fff;
}
.weekly-takeover .big-main-box .span4.paddme {
  width: 290px;
}
.weekly-takeover .big-main-box .span4.paddme .span4.boxed {
  width: 250px;
}
.weekly-takeover .big-main-box .paddme {
  padding: 20px 0 20px 10px;
}
.weekly-takeover .weekly-title {
  font-size: 42px;
  line-height: 50px;
}
.weekly-takeover .weekly-sub-title {
  font-size: 20px;
  line-height: 50px;
  margin-bottom: 18px;
}
.weekly-takeover .boxed {
  border: 1px solid #002234;
  padding: 10px;
}
.weekly-takeover .featured-post img,
.weekly-takeover .featured-right img {
  margin-bottom: 14px;
}
.weekly-takeover .featured-title {
  font-weight: normal;
  font-size: 18px;
}
.weekly-takeover .featured-title a {
  color: #96dffa;
}
.weekly-takeover .second-post {
  margin-bottom: 30px;
}
.search .box {
  border: 1px solid #e4f4f9;
  border-radius: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.search .box .heading {
  background-color: #e4f4f9;
  padding: 10px;
}
.search .box .inner {
  padding: 10px;
}
.search .box .inner .heading {
  margin: -10px -10px 10px;
}
.search .results {
  margin: 30px 0;
  background-color: #e4f4f9;
  border: 1px solid #e4f4f9;
}
.search .results h1 {
  font-size: 30px;
}
.search .results form {
  display: inline;
}
.search .results form .search-query {
  height: 30px;
}
.search .search-results {
  border: 1px solid #e4f4f9;
  border-radius: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.search .search-results .heading {
  background-color: #e4f4f9;
  padding: 10px;
}
.search .search-results .inner {
  padding: 10px;
}
.search .search-results .inner .heading {
  margin: -10px -10px 10px;
}
.search .search-results .count {
  padding: 10px;
  font-size: 17px;
  color: #898989;
}
.search .search-results .count .bold {
  font-weight: bold;
  color: #464646;
}
.search .search-results .count.bottom {
  clear: both;
}
.search .search-results .count .prev,
.search .search-results .count .next {
  font-size: 26px;
}
.search .search-results article {
  padding: 0px 10px;
}
.search .search-results article h1 {
  font-size: 22px;
  line-height: 120%;
}
.search .search-results article .search-thumb {
  max-width: 110px;
}
.search .search-results article .meta,
.search .search-results article .media-body {
  font-size: 17px;
  line-height: 140%;
}
.mf-video-highlights {
  border: 3px solid #e01b23;
  border-radius: 5px;
  padding: 9px;
  width: 232px;
}
.mf-video-highlights .stage-1,
.mf-video-highlights .stage-2 {
  border-bottom: 1px solid #898989;
}
.mf-video-highlights .mf-video-title {
  font-size: 18.68px;
  line-height: 19.46px;
  text-transform: inherit;
}
.mf-video-highlights .stage-name {
  color: #005d8f;
  font-size: 17.13px;
  line-height: 19.46px;
  margin: 11px 0;
}
.mf-video-highlights .presentation-name {
  font-size: 16px;
  line-height: 18px;
}
.mf-video-highlights .see-all {
  font-weight: bold;
  font-size: 16px;
  line-height: 19.46px;
}
.mf-video-highlights .presentation-name a,
.mf-video-highlights .see-all a {
  text-decoration: none;
  border: none;
}
/**
 * Signup form for Galileo Book Shortcode (function: galileo_list)
 * http://makezine.com/books/getting-started-with-intel-galileo/
 */
#galileo_form form fieldset p {
  margin: 0;
}
#galileo_form form label {
  font-size: 18px;
}
#galileo_form form button {
  margin-top: 25px;
}
.comment-list,
.comment-list ol {
  list-style: none;
  margin: 0;
}
.thread-odd {
  background-color: #F0F0F0;
}
.thread-even {
  background-color: transparent;
}
.comment-list > li {
  padding: 10px;
}
.comment-list ol > li {
  border-left: 1px solid #ccc;
  padding-left: 20px;
}
aside.pull-quote {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding: 5px 0;
  margin-bottom: 10px;
}
aside.pull-quote h3 {
  margin-top: -18px;
}
aside.pull-quote h3 span {
  background-color: #fff;
  padding-right: 10px;
}
aside.pull-quote h3 span a {
  color: inherit;
}
aside.pull-quote p {
  margin-bottom: 0px;
  font-size: 14px;
}
aside.pull-quote.pull-quote-1 {
  width: 200px;
  margin-left: 20px;
}
aside.pull-quote.pull-quote-1.pull-left {
  margin-left: 0px;
  margin-right: 20px;
}
aside.pull-quote.pull-quote-1.pull-left img {
  margin-right: 10px;
}
.page-template-page-contribute-project-php .wordpress-edit {
  color: #fff;
  font-weight: normal;
  letter-spacing: 0px;
  display: none;
}
.page-template-page-contribute-project-php .form-actions.center {
  padding-left: 0px;
}
.page-template-page-contribute-project-php .title {
  width: 98%;
  margin-bottom: 10px;
}
.page-template-page-contribute-project-php .thumbnail {
  cursor: pointer;
}
.page-template-page-contribute-project-php .thumbnail.add {
  width: 80px;
  height: 38px;
  text-align: center;
  padding: 25px 5px;
  opacity: .5;
  border-style: dashed;
  font-size: 14px;
}
.page-template-page-contribute-project-php #step_content {
  width: 98%;
  min-height: 100px;
}
.page-template-page-contribute-project-php .wp-core-ui .button {
  color: #555 !important;
}
.page-template-page-contribute-project-php .wp-core-ui .button:hover {
  background-color: #fafafa !important;
  color: #222 !important;
}
.page-template-page-contribute-project-php .wp-editor-container {
  border: 1px solid #dedede;
}
.page-template-page-contribute-project-php .projects-masthead {
  padding-top: 0;
}
.page-template-page-contribute-project-php .progress-footer {
  overflow: visible;
  margin-bottom: 20px;
  *position: relative;
  *z-index: 2;
  height: 40px;
  padding-top: 10px;
  background-color: #efefef;
}
.page-template-page-contribute-project-php .progress-footer.static {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
  top: 0;
}
.page-template-page-contribute-project-php .progress-footer.static .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);
}
.page-template-page-contribute-project-php.admin-bar .progress-footer.static {
  top: 32px;
}
.btn-file {
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}
.btn-file > input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-300px, 0) scale(4);
  font-size: 23px;
  height: 100%;
  direction: ltr;
  cursor: pointer;
}
.fileinput {
  margin-bottom: 9px;
  display: inline-block;
}
.fileinput .form-control {
  padding-top: 7px;
  padding-bottom: 5px;
  display: inline-block;
  margin-bottom: 0px;
  vertical-align: middle;
  cursor: text;
}
.fileinput .thumbnail {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: middle;
  text-align: center;
}
.fileinput .thumbnail > img {
  max-height: 100%;
}
.fileinput .btn {
  vertical-align: middle;
}
.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
  display: none;
}
.fileinput-inline .fileinput-controls {
  display: inline;
}
.fileinput-filename {
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
}
.form-control .fileinput-filename {
  vertical-align: bottom;
}
.fileinput-new .input-group .btn-file {
  border-radius: 0 4px 4px 0;
}
.fileinput-new .input-group .btn-file.btn-xs,
.fileinput-new .input-group .btn-file.btn-sm {
  border-radius: 0 3px 3px 0;
}
.fileinput-new .input-group .btn-file.btn-lg {
  border-radius: 0 6px 6px 0;
}
.form-group.has-warning .fileinput .fileinput-preview {
  color: #8a6d3b;
}
.form-group.has-warning .fileinput .thumbnail {
  border-color: #faebcc;
}
.form-group.has-error .fileinput .fileinput-preview {
  color: #a94442;
}
.form-group.has-error .fileinput .thumbnail {
  border-color: #ebccd1;
}
.form-group.has-success .fileinput .fileinput-preview {
  color: #3c763d;
}
.form-group.has-success .fileinput .thumbnail {
  border-color: #d6e9c6;
}
.input-group-addon:not(:first-child) {
  border-left: 0;
}
/**

	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(/i/noticons/./Noticons.eot);
  src: url(/i/noticons/./Noticons.eot?#iefix) format("embedded-opentype"),
	   url(data:application/font-woff;charset=utf-8;base64,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),
       url(/i/noticons/./Noticons.woff) format("woff"),
       url(/i/noticons/./Noticons.ttf) format("truetype"),
       url(/i/noticons/./Noticons.svg#Noticons) format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Noticons";
    src: url(/i/noticons/./Noticons.svg#Noticons) 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-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-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-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-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-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"; }
.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 .5em 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 {
	font-weight: bold;
}

/* Optional notes */
.wpcom-reblog-snapshot .reblogger-note {
	border-bottom: 1px solid #ddd;
	border-bottom: 1px solid rgba(0,0,0,.1);
	margin: 0 0 1em 0;
	padding: 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;
}
/*
	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%;
}
.wpvidavee_title {
	font-family: Tahoma,Arial,sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	padding: 2px 5px;
	text-align: left;
}
.wpvidavee_footer {
	font-family: Tahoma,Arial,sans-serif;
	font-size: 9px;
	line-height: 11px;
	padding: 2px 5px;
	text-align: right;
}
.wpvidavee_footer a {
	text-decoration: none;
}
.wpvidavee_p {
	color: red;
}
.hidden {
	display: none;
}
.possibly-related {
	clear: both;
}
.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 */
}

/**
 * Simple Homepage Experiment
 */

.simple-homepage-experiment #header,
.simple-homepage-experiment #footer,
.simple-homepage-experiment #landingpage {
	display: none !important;
}
.simple-homepage-experiment .simple-homepage {
	display: block !important;
}

.simple-homepage-experiment .simple-homepage {
	background: #f5f5f5;
}

/**
 * Typography
 */

.simple-homepage-experiment body,
.simple-homepage-experiment td,
.simple-homepage-experiment p,
.simple-homepage-experiment div,
.simple-homepage-experiment input,
.simple-homepage-experiment label {
	font-family: "Open Sans", "Helvetica", sans-serif !important;
	font-size: 14px;
	line-height: 1.5;
	outline: none;
}

.simple-homepage-experiment input[type=checkbox] {
	margin: 0;
}

.simple-homepage-experiment h2,
.simple-homepage-experiment h3 {
	text-align: center;
}

.simple-homepage-experiment h2 {
	font-family: "Open Sans", "Helvetica", sans-serif !important;
	font-size: 18px !important;
	color: #464646;

	margin-bottom: 16px;
}

.simple-homepage-experiment h3 {
	color: #898989;
	font-size: 14px !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
}

.simple-homepage-experiment a {
	color: #1e8cbe;
	text-decoration: none;
}

.simple-homepage-experiment a:hover {
	color: #005684;
}

/**
 * Layout
 */

body.simple-homepage-experiment {
	background: #f1f1f1;
}

body.simple-homepage-experiment#h4home #lang-guess {
	margin-top: 85px;
	padding: 15px;

	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}

.simple-homepage {
	display: none;
}

body.simple-homepage-experiment .simple-homepage {
	display: block;
}

.simple-homepage-experiment h1 {
	margin: 50px auto 50px auto;
	padding-left: 85px;
	height: 75px;
	width: 305px;
	color: #737373;

	font-size: 43px !important;
	font-weight: 100;
	line-height: 75px;
	text-shadow: 0 1px 0 #fff;

	background: transparent url(/wp-content/themes/h4/i/simple-homepage/wp-logo-1x.png) no-repeat !important;
}

.simple-homepage-experiment .content {
	max-width: 910px;
	margin: auto;
}

.simple-homepage-experiment .box {
	background: #fff;
	width: 43.4065934%;
	height: 280px;
	padding: 35px;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;

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

.simple-homepage-experiment .box:hover {
	-moz-box-shadow:    0px 2px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
	box-shadow:         0px 2px 5px rgba(0,0,0,0.3);

}

.simple-homepage-experiment .or {
	width: 45px;
	height: 45px;
	margin: 100px 20px;

	float: left;

	color: rgba( 0, 0, 0, 0.2);
	text-shadow: 0 1px 1px #f1f1f1, 0 0 0 #aaa,
				 0 4px 1px #f1f1f1;

	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 45px;
	text-align: center;
	text-transform: uppercase;

	border-radius: 50%;
	border: 8px rgba( 0, 0, 0, 0.1 ) solid;
}

.simple-homepage-experiment .sign-up {
	text-align: center;
}

.simple-homepage-experiment .big-ass-blue-button {
	margin: 20px auto;
	padding: 12px 40px;

	display: inline-block;

	color: #fff !important;
	font-size: 24px;
	text-decoration: none;
	text-shadow:  0px -1px 1px rgba(0,0,0,0.32);

	border-radius: 4px;

	background-color: #0aa1ce;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(10, 161, 206)), to(rgb(0, 136, 181)));
	background-image: -webkit-linear-gradient(top, rgb(10, 161, 206), rgb(0, 136, 181));
	background-image: -moz-linear-gradient(top, rgb(10, 161, 206), rgb(0, 136, 181));
	background-image: -o-linear-gradient(top, rgb(10, 161, 206), rgb(0, 136, 181));
	background-image: -ms-linear-gradient(top, rgb(10, 161, 206), rgb(0, 136, 181));
	background-image: linear-gradient(top, rgb(10, 161, 206), rgb(0, 136, 181));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#0aa1ce', EndColorStr='#0088b5');

	border: 1px solid #0088b5;

	box-shadow:	inset 0px 1px 1px rgba(255,254,254,0.5),
				0 1px 1px rgba(0,0,0,0.3);
}

.simple-homepage-experiment .big-ass-blue-button:hover {
	color: #fff;

	background-color: #4eb5d5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(78, 181, 213)), to(rgb(0, 136, 181)));
	background-image: -webkit-linear-gradient(top, rgb(78, 181, 213), rgb(0, 136, 181));
	background-image: -moz-linear-gradient(top, rgb(78, 181, 213), rgb(0, 136, 181));
	background-image: -o-linear-gradient(top, rgb(78, 181, 213), rgb(0, 136, 181));
	background-image: -ms-linear-gradient(top, rgb(78, 181, 213), rgb(0, 136, 181));
	background-image: linear-gradient(top, rgb(78, 181, 213), rgb(0, 136, 181));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#4eb5d5', EndColorStr='#0088b5');
}

.simple-homepage-experiment .big-ass-blue-button:active {
	background: #0aa1ce;
	box-shadow:	inset 0px -1px 1px rgba(255,254,254,0.2);
}

.simple-homepage-experiment .login input[type=text],
.simple-homepage-experiment .login input[type=password] {
	display: block;
	width: 90%;
	margin: 0 0 10px 0;
	padding: 10px 15px 10px 35px;

	color: #898989;
	font-size: 14px;
	font-weight: 200;

	border-radius: 3px;

	background: #FCFCFC url(/wp-content/themes/h4/i/simple-homepage/login-sprite-1x.png) no-repeat;

	border: 1px solid #BFBFBF;

	-moz-box-shadow:    inset 0px 1px 3px rgba(0,0,0,0.15);
	-webkit-box-shadow: inset 0px 1px 3px rgba(0,0,0,0.15);
	box-shadow:         inset 0px 1px 3px rgba(0,0,0,0.15);
}

.simple-homepage-experiment .login input:focus {
	background: #fff url(/wp-content/themes/h4/i/simple-homepage/login-sprite-1x.png) no-repeat;
	color: #444;
	border: 1px #aaa solid;
}

.simple-homepage-experiment .login input[type=text] {
	background-position: -3px -3px;
}

.simple-homepage-experiment .login input[type=password] {
	background-position: -3px -57px;
}

.simple-homepage-experiment#h4home #wrapper button.login-button {
	float: right !important;
	padding: 5px 20px !important;
	margin: 20px 0 !important;
	border-radius: 3px !important;
	border: 1px #bbb solid !important;

	color: #464646 !important;
	font-size: 15px !important;
	line-height: 1.6 !important;
	text-transform: none !important;
	letter-spacing: 0 !important;

	text-shadow:         0px 1px 1px #fff !important;
	box-shadow:	inset 0px 1px 1px rgba(255,254,254,0.8),
				0 1px 2px rgba(0,0,0,0.1)  !important;

	background-color: #eaeaea !important;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(234, 234, 234)), to(rgb(201, 201, 201))) !important;
	background-image: -webkit-linear-gradient(top, rgb(234, 234, 234), rgb(201, 201, 201)) !important;
	background-image: -moz-linear-gradient(top, rgb(234, 234, 234), rgb(201, 201, 201)) !important;
	background-image: -o-linear-gradient(top, rgb(234, 234, 234), rgb(201, 201, 201)) !important;
	background-image: -ms-linear-gradient(top, rgb(234, 234, 234), rgb(201, 201, 201)) !important;
	background-image: linear-gradient(top, rgb(234, 234, 234), rgb(201, 201, 201)) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#eaeaea', EndColorStr='#c9c9c9')  !important;
}

.simple-homepage-experiment#h4home #wrapper .login-button:hover {
	background-color: #fcfcfc !important;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(252, 252, 252)), to(rgb(202, 202, 202))) !important;
	background-image: -webkit-linear-gradient(top, rgb(252, 252, 252), rgb(202, 202, 202)) !important;
	background-image: -moz-linear-gradient(top, rgb(252, 252, 252), rgb(202, 202, 202)) !important;
	background-image: -o-linear-gradient(top, rgb(252, 252, 252), rgb(202, 202, 202)) !important;
	background-image: -ms-linear-gradient(top, rgb(252, 252, 252), rgb(202, 202, 202)) !important;
	background-image: linear-gradient(top, rgb(252, 252, 252), rgb(202, 202, 202)) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#fcfcfc', EndColorStr='#cacaca') !important;
}

.simple-homepage-experiment#h4home #wrapper .login-button:active {
	background: #eaeaea  !important;
	box-shadow: 0 -1px 1px rgba(255,255,255,0.8)  !important;
}

.simple-homepage-experiment .forgot-password {
	display: block;
	margin: 17px 0 4px 0;

	float: left;
	clear: left;

	font-size: 12px;
}

.simple-homepage-experiment .remember-me {
	float: left;
	clear: left;
	margin: 0;
}

.simple-homepage-experiment .remember-me label {
	font-size: 12px;
	color: #1e8cbe;
}

.simple-homepage-experiment .remember-me label:hover {
	color: #005684;
}

.simple-homepage-experiment .footer {
	position: fixed;
		bottom: 20px;
		right: 0;
		left: 0;
	color: #898989;

	font-size: 11px;
	clear: both;
	text-align: center;
}

.simple-homepage-experiment .footer .automattic {
	margin: 0 3px;
	width: 127px;
	height: 13px;

	background: url(/wp-content/themes/h4/i/simple-homepage/automattic-1x.png) no-repeat;
	text-indent: -999999px;
	display: inline-block;
	vertical-align: text-bottom;
}

.simple-homepage-experiment .clear {
	clear: both;
}

/**
 * Retina CSS
 */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 144dpi) {

	.simple-homepage-experiment h1 {
		background: transparent url(/wp-content/themes/h4/i/simple-homepage/wp-logo-2x.png) no-repeat !important;
		background-size: 74px 74px;
	}

	.simple-homepage-experiment .footer .automattic {
		background: url(/wp-content/themes/h4/i/simple-homepage/automattic-2x.png) no-repeat;
		background-size: 127px 11px;
	}

	.simple-homepage-experiment .login input[type=text],
	.simple-homepage-experiment .login input[type=password] {
		background: #FCFCFC url(/wp-content/themes/h4/i/simple-homepage/login-sprite-2x.png) no-repeat;
		background-size: 40px 96px;
	}

	.simple-homepage-experiment .login input:focus {
		background: #fff url(/wp-content/themes/h4/i/simple-homepage/login-sprite-2x.png) no-repeat;
		background-size: 40px 96px;
	}

}

/**
 * Responsive CSS
 */

@media screen and (max-width: 800px) {

	.simple-homepage-experiment .or {
		clear: both;
		float: none;
		margin: 20px auto;
	}

	.simple-homepage-experiment .box {
		clear: both;
		margin: auto 20px;
		float: none;
		width: auto;
	}

	.simple-homepage-experiment .login {
		margin-bottom: 30px;
	}

	.simple-homepage-experiment .footer {
		position: relative;
		padding-top: 30px;
	}
}

@media screen and (max-height: 580px) {

	.simple-homepage-experiment .footer {
		position: relative;
		padding-top: 30px;
		margin-top: 50px;
	}
}
