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


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


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

/* =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: 640px;
}
#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;
}

.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%;
	display: none;
	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;
}
/**
 * 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;
}

/* Make sure the margin around the WordPress logo is a bit relaxed, and the WordPress icon aligns to the sidebar icons */
#wpadminbar ul#wp-admin-bar-root-default>li#wp-admin-bar-newdash {
	margin: 0 8px 0 -1px;
}

/* @noflip */
#wpadminbar.rtl ul#wp-admin-bar-root-default>li#wp-admin-bar-newdash {
	margin: 0 -1px 0 -8px;
}


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

/* Don't show the Edit icon in the admin bar */
#wpadminbar #wp-admin-bar-edit > .ab-item:before {
	display: none;
}.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;
}
.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;
}
.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;
}
.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;
}
.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;
  border-bottom: 1px solid #005d8f;
}
.category-top p a:hover {
  text-decoration: none;
}
.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;
  border-bottom: 1px solid #005d8f;
}
.content-type p a:hover {
  text-decoration: none;
}
.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;
}
.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;
}
.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;
  border-bottom: 1px solid #005d8f;
}
body .single p a:hover {
  text-decoration: none;
}
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;
}
.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;
}
#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: 10px;
}
.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;
}
.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: 92px;
}
.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;
}
.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%;
}
.make-popdown {
  position: relative;
  border-bottom: 2px solid #bbb;
  -webkit-box-shadow: 0 5px 5px -5px #bbbbbb;
  -moz-box-shadow: 0 5px 5px -5px #bbbbbb;
  box-shadow: 0 5px 5px -5px #bbbbbb;
}
.make-popdown .wrapper-container {
  background: #fff;
  padding: 5px 0;
}
.make-popdown .wrapper-container .container {
  display: none;
  padding: 0;
  background: transparent;
}
.make-popdown .wrapper-container.popdown-open {
  padding: 18px 0;
}
.make-popdown .side-text {
  font-size: 18px;
  font-family: "proxima-nova", sans-serif;
  color: #252525;
}
.make-popdown .side-text a {
  font-weight: bold;
  color: #005d8f;
  font-size: 21px;
  display: block;
}
.make-popdown .menu-button {
  position: absolute;
  left: 50%;
  bottom: -39px;
  padding: 0;
}
.make-popdown .menu-button .popdown-btn {
  cursor: pointer;
  position: relative;
  left: -50%;
  background: url(/wp-content/themes/vip/makeblog/css/../img/make-logo-popdown.png) 0px 0px no-repeat;
  width: 423px;
  height: 41px;
  display: block;
}
.make-popdown .menu-button .popdown-btn.open {
  background-position: 0px -42px;
}
.make-popdown .border-right {
  border-right: 2px solid #d7d7d7;
  min-height: 102px;
}
.make-popdown .menu-bottom {
  font-weight: bold;
  padding: 9px 0;
  color: #252525;
}
.make-popdown .menu-bottom p,
.make-popdown .menu-bottom ul {
  display: inline-block;
  font-size: 18px !important;
}
.make-popdown ul.nav {
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  margin: 0;
  *zoom: 1;
}
.make-popdown ul.nav:before,
.make-popdown ul.nav:after {
  display: table;
  content: "";
  line-height: 0;
}
.make-popdown ul.nav:after {
  clear: both;
}
.make-popdown ul.nav li {
  float: left;
  margin-right: 19px;
}
.make-popdown ul.nav li.last {
  margin-right: 0 !important;
}
.make-popdown ul.nav.first {
  margin: 0;
  font-size: 21px;
}
.make-popdown ul.nav.first li {
  float: none;
}
.make-popdown ul.nav.first a {
  display: block;
  font-weight: bold;
  line-height: 1.62em;
}
.make-popdown ul.nav.second {
  font-size: 20px;
}
.make-popdown ul.nav.second li {
  float: none;
}
.make-popdown ul.nav.second a {
  line-height: 1.2em;
}
.make-popdown ul.nav.last {
  position: relative;
  top: 6px;
}
.make-popdown ul.nav.last li {
  margin: 0 5px 0 0;
  padding: 0 5px 0 0;
  border-right: 2px solid #d7d7d7;
}
.make-popdown ul.nav.last li.last {
  margin: 0;
  padding: 0;
  border: none;
}
.make-popdown ul.nav a:hover {
  background: transparent;
}
@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;
}
.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;
  border-bottom: 1px solid #005d8f;
}
.archive p a:hover {
  text-decoration: none;
}
.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.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;
}
/**
 * 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;
}
/**
 * Sharedaddy Base Styles
 * 
 * Contains styles for modules, containers, buttons
 */


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

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

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

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

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


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

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

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

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


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

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



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

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

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

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


/* All icons */
.sd-content ul li a.sd-button:before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font: normal 16px/1 'Genericons';
	vertical-align: top;
	position: relative;
	top: 3px;
	text-align: center;
}

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

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

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

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


/* Individual icons */
.sd-social-icon .sd-content ul li.share-print a:before,
.sd-social-text .sd-content ul li.share-print a:before,
.sd-content ul li.share-print div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-print a:before,
.sd-social-official .sd-content li.share-print a:before {
	content: '\f469';
}
.sd-social-icon .sd-content ul li.share-digg a:before,
.sd-social-text .sd-content ul li.share-digg a:before,
.sd-content ul li.share-digg div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-digg a:before,
.sd-social-official .sd-content li.share-digg a:before {
	content: '\f221';
}
.sd-social-icon .sd-content ul li.share-email a:before,
.sd-social-text .sd-content ul li.share-email a:before,
.sd-content ul li.share-email div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-email a:before,
.sd-social-official .sd-content li.share-email a:before {
	content: '\f410';
}
.sd-social-icon .sd-content ul li.share-linkedin a:before,
.sd-social-text .sd-content ul li.share-linkedin a:before,
.sd-content ul li.share-linkedin div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-linkedin a:before {
	content: '\f207';
}
.sd-social-icon .sd-content ul li.share-twitter a:before,
.sd-social-text .sd-content ul li.share-twitter a:before,
.sd-content ul li.share-twitter div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-twitter a:before {
	content: '\f202';
}
.sd-social-icon .sd-content ul li.share-reddit a:before,
.sd-social-text .sd-content ul li.share-reddit a:before,
.sd-content ul li.share-reddit div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-reddit a:before {
	content: '\f222';
}
.sd-social-icon .sd-content ul li.share-tumblr a:before,
.sd-social-text .sd-content ul li.share-tumblr a:before,
.sd-content ul li.share-tumblr div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-tumblr a:before {
	content: '\f214';
}
.sd-social-icon .sd-content ul li.share-stumbleupon a:before,
.sd-social-text .sd-content ul li.share-stumbleupon a:before,
.sd-content ul li.share-stumbleupon div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-stumbleupon a:before {
	content: '\f223';
}
.sd-social-icon .sd-content ul li.share-pocket a:before,
.sd-social-text .sd-content ul li.share-pocket a:before,
.sd-content ul li.share-pocket div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-pocket a:before {
	content: '\f224';
}
.sd-social-icon .sd-content ul li.share-pinterest a:before,
.sd-social-text .sd-content ul li.share-pinterest a:before,
.sd-content ul li.share-pinterest div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-pinterest a:before {
	content: '\f209';
}
.sd-social-icon .sd-content ul li.share-google-plus-1 a:before,
.sd-social-text .sd-content ul li.share-google-plus-1 a:before,
.sd-content ul li.share-google-plus-1 div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-google-plus-1 a:before {
	content: '\f218';
}
.sd-social-icon .sd-content ul li.share-facebook a:before,
.sd-social-text .sd-content ul li.share-facebook a:before,
.sd-content ul li.share-facebook div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-facebook a:before {
	content: '\f204';
}
.sd-social-icon .sd-content ul li.share-press-this a:before,
.sd-social-text .sd-content ul li.share-press-this a:before,
.sd-content ul li.share-press-this div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-press-this a:before,
.sd-social-official .sd-content li.share-press-this a:before {
	content: '\f205';
}
.sd-social-official .sd-content li.share-press-this a:before {
	color: #2ba1cb;
}
.sd-social-icon .sd-content ul a.share-more:before,
.sd-social-text .sd-content ul a.share-more:before,
.sd-content ul li.advanced a.share-more:before,
.sd-social-icon-text .sd-content a.share-more:before,
.sd-social-official .sd-content a.share-more:before {
	content: '\f415';
}
.sd-social-official .sd-content a.share-more:before {
	color: #2ba1cb;
}


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


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

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

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

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

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

.sd-social-official .sd-content .twitter_button iframe {
	width: 96px;
}


/* Individual official buttons */
.stumbleupon_button iframe, .reddit_button iframe {
	margin-top: 1px;
}

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

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


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

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

body .sd-content li.share-custom a:hover span {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
body .sd-social-icon .sd-content li.share-custom a span {
	padding-left: 16px !important;
}


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

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

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

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

.sharing-hidden ul {
	margin: 0;
}


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

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

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

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

.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button:before {
	top: 0;
}

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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




/**
 * Sharing Email Dialog
 */

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

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

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

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

#sharing_email form {
	margin: 0;
}

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

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

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

	Genericons Helper CSS

*/


/**
 * The font was graciously generated by Font Squirrel (http://www.fontsquirrel.com). We love those guys.
 */

@font-face {
    font-family: 'Genericons';
    src: url(/wp-content/mu-plugins/genericons/font/genericons-regular-webfont.eot);
}

@font-face {
    font-family: 'Genericons';
    src: url(data:application/font-woff;charset=utf-8;base64,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) format('woff'),
         url(/wp-content/mu-plugins/genericons/font/genericons-regular-webfont.ttf) format('truetype'),
         url(/wp-content/mu-plugins/genericons/font/genericons-regular-webfont.svg#genericonsregular) format('svg');
    font-weight: normal;
    font-style: normal;
}


/**
 * All Genericons
 */

.genericon {
	display: inline-block;
	width: 16px;
	height: 16px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	line-height: 1;
	font-family: 'Genericons';
	text-decoration: inherit;
	font-weight: normal;
	font-style: normal;
	vertical-align: top;
}

/**
 * IE7 and IE6 hacks
 */

.genericon {
	*overflow: auto;
	*zoom: 1;
	*display: inline;
}

/**
 * Individual icons
 */

/* Post formats */
.genericon-standard:before {        content: '\f100'; }
.genericon-aside:before {           content: '\f101'; }
.genericon-image:before {           content: '\f102'; }
.genericon-gallery:before {         content: '\f103'; }
.genericon-video:before {           content: '\f104'; }
.genericon-status:before {          content: '\f105'; }
.genericon-quote:before {           content: '\f106'; }
.genericon-link:before {            content: '\f107'; }
.genericon-chat:before {            content: '\f108'; }
.genericon-audio:before {           content: '\f109'; }

/* Social icons */
.genericon-github:before {          content: '\f200'; }
.genericon-dribbble:before {        content: '\f201'; }
.genericon-twitter:before {         content: '\f202'; }
.genericon-facebook:before {        content: '\f203'; }
.genericon-facebook-alt:before {    content: '\f204'; }
.genericon-wordpress:before {       content: '\f205'; }
.genericon-googleplus:before {      content: '\f206'; }
.genericon-linkedin:before {        content: '\f207'; }
.genericon-linkedin-alt:before {    content: '\f208'; }
.genericon-pinterest:before {       content: '\f209'; }
.genericon-pinterest-alt:before {   content: '\f210'; }
.genericon-flickr:before {          content: '\f211'; }
.genericon-vimeo:before {           content: '\f212'; }
.genericon-youtube:before {         content: '\f213'; }
.genericon-tumblr:before {          content: '\f214'; }
.genericon-instagram:before {       content: '\f215'; }
.genericon-codepen:before {         content: '\f216'; }
.genericon-polldaddy:before {       content: '\f217'; }
.genericon-googleplus-alt:before {  content: '\f218'; }
.genericon-path:before {            content: '\f219'; }
.genericon-skype:before {           content: '\f220'; }
.genericon-digg:before {            content: '\f221'; }
.genericon-reddit:before {          content: '\f222'; }
.genericon-stumbleupon:before {     content: '\f223'; }
.genericon-pocket:before {          content: '\f224'; }
.genericon-dropbox:before {         content: '\f225'; }

/* Meta icons */
.genericon-comment:before {         content: '\f300'; }
.genericon-category:before {        content: '\f301'; }
.genericon-tag:before {             content: '\f302'; }
.genericon-time:before {            content: '\f303'; }
.genericon-user:before {            content: '\f304'; }
.genericon-day:before {             content: '\f305'; }
.genericon-week:before {            content: '\f306'; }
.genericon-month:before {           content: '\f307'; }
.genericon-pinned:before {          content: '\f308'; }

/* Other icons */
.genericon-search:before {          content: '\f400'; }
.genericon-unzoom:before {          content: '\f401'; }
.genericon-zoom:before {            content: '\f402'; }
.genericon-show:before {            content: '\f403'; }
.genericon-hide:before {            content: '\f404'; }
.genericon-close:before {           content: '\f405'; }
.genericon-close-alt:before {       content: '\f406'; }
.genericon-trash:before {           content: '\f407'; }
.genericon-star:before {            content: '\f408'; }
.genericon-home:before {            content: '\f409'; }
.genericon-mail:before {            content: '\f410'; }
.genericon-edit:before {            content: '\f411'; }
.genericon-reply:before {           content: '\f412'; }
.genericon-feed:before {            content: '\f413'; }
.genericon-warning:before {         content: '\f414'; }
.genericon-share:before {           content: '\f415'; }
.genericon-attachment:before {      content: '\f416'; }
.genericon-location:before {        content: '\f417'; }
.genericon-checkmark:before {       content: '\f418'; }
.genericon-menu:before {            content: '\f419'; }
.genericon-refresh:before {         content: '\f420'; }
.genericon-minimize:before {        content: '\f421'; }
.genericon-maximize:before {        content: '\f422'; }
.genericon-404:before {             content: '\f423'; }
.genericon-spam:before {            content: '\f424'; }
.genericon-summary:before {         content: '\f425'; }
.genericon-cloud:before {           content: '\f426'; }
.genericon-key:before {             content: '\f427'; }
.genericon-dot:before {             content: '\f428'; }
.genericon-next:before {            content: '\f429'; }
.genericon-previous:before {        content: '\f430'; }
.genericon-expand:before {          content: '\f431'; }
.genericon-collapse:before {        content: '\f432'; }
.genericon-dropdown:before {        content: '\f433'; }
.genericon-dropdown-left:before {   content: '\f434'; }
.genericon-top:before {             content: '\f435'; }
.genericon-draggable:before {       content: '\f436'; }
.genericon-phone:before {           content: '\f437'; }
.genericon-send-to-phone:before {   content: '\f438'; }
.genericon-plugin:before {          content: '\f439'; }
.genericon-cloud-download:before {  content: '\f440'; }
.genericon-cloud-upload:before {    content: '\f441'; }
.genericon-external:before {        content: '\f442'; }
.genericon-document:before {        content: '\f443'; }
.genericon-book:before {            content: '\f444'; }
.genericon-cog:before {             content: '\f445'; }
.genericon-unapprove:before {       content: '\f446'; }
.genericon-cart:before {            content: '\f447'; }
.genericon-pause:before {           content: '\f448'; }
.genericon-stop:before {            content: '\f449'; }
.genericon-skip-back:before {       content: '\f450'; }
.genericon-skip-ahead:before {      content: '\f451'; }
.genericon-play:before {            content: '\f452'; }
.genericon-tablet:before {          content: '\f453'; }
.genericon-send-to-tablet:before {  content: '\f454'; }
.genericon-info:before {            content: '\f455'; }
.genericon-notice:before {          content: '\f456'; }
.genericon-help:before {            content: '\f457'; }
.genericon-fastforward:before {     content: '\f458'; }
.genericon-rewind:before {          content: '\f459'; }
.genericon-portfolio:before {       content: '\f460'; }
.genericon-heart:before {           content: '\f461'; }
.genericon-code:before {            content: '\f462'; }
.genericon-subscribe:before {       content: '\f463'; }
.genericon-unsubscribe:before {     content: '\f464'; }
.genericon-subscribed:before {      content: '\f465'; }
.genericon-reply-alt:before {       content: '\f466'; }
.genericon-reply-single:before {    content: '\f467'; }
.genericon-flag:before {            content: '\f468'; }
.genericon-print:before {           content: '\f469'; }
.genericon-lock:before {            content: '\f470'; }
.genericon-bold:before {            content: '\f471'; }
.genericon-italic:before {          content: '\f472'; }
.genericon-picture:before {         content: '\f473'; }
.genericon-fullscreen:before {      content: '\f474'; }

/* Generic shapes */
.genericon-uparrow:before {         content: '\f500'; }
.genericon-rightarrow:before {      content: '\f501'; }
.genericon-downarrow:before {       content: '\f502'; }
.genericon-leftarrow:before {       content: '\f503'; }





/*
	Global styles for WordPress.com
*/
img.latex {
	border: none;
	vertical-align: middle;
}
.video-player {
	border: 0;
	margin: auto;
	padding: 5px;
	text-align: center;
}
.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;
	}
}div[class^="gr_custom_container"] {
	/* customize your Goodreads widget container here*/
	border: 1px solid gray;
	border-radius:10px;
	padding: 10px 5px 10px 5px;
	background-color: #FFF;
	color: #000;
}

div[class^="gr_custom_container"] a {
	color: #000;
}

h2[class^="gr_custom_header"] {
	/* customize your Goodreads header here*/
	display: none;
}
div[class^="gr_custom_each_container"] {
	/* customize each individual book container here */
	width: 100%;
	clear: both;
	margin-bottom: 10px;
	overflow: auto;
	padding-bottom: 4px;
	border-bottom: 1px solid #aaa;
}
div[class^="gr_custom_book_container"] {
	/* customize your book covers here */
	float: right;
	overflow: hidden;
	height: 60px;
	margin-left: 4px;
	width: 39px;
}
div[class^="gr_custom_author"] {
	/* customize your author names here */
	font-size: 10px;
}
div[class^="gr_custom_tags"] {
	/* customize your tags here */
	font-size: 10px;
	color: gray;
}
div[class^="gr_custom_review"] {
}
div[class^="gr_custom_rating"] {
	display: none;
}
