@media (max-width:540px) {
	.iphone-wrapper {
		/* Allows touch screen scrolling on iPhone */
		-webkit-overflow-scrolling: touch;
		overflow-y: scroll;
		height: calc(75vh - 0px);
		width: 100%;
		border: 1px solid #c0c;
		margin-bottom: 1.6em;
		opacity: 0.8;
	}

	.iphone-wrapper iframe {
		height: 125%;
		width: 125%;
		-ms-zoom: 0.8;
		-moz-transform: scale(0.8);
		-moz-transform-origin: 0 0;
		-o-transform: scale(0.8);
		-o-transform-origin: 0 0;
		-webkit-transform: scale(0.8);
		-webkit-transform-origin: 0 0;
	}
}


@media (min-width:541px) {
	.iphone-wrapper {
	}

	.iphone-wrapper iframe {
		height: calc(90vh - 0px);
		width: 125%;
		border: 1px solid #080;
		margin-bottom: -118px;
		opacity: 1;
		-ms-zoom: 0.8;
		-moz-transform: scale(0.8);
		-moz-transform-origin: 0 0;
		-o-transform: scale(0.8);
		-o-transform-origin: 0 0;
		-webkit-transform: scale(0.8);
		-webkit-transform-origin: 0 0;
	}
}


/**********
 * Macros
 *********/

.media-win {
	margin-top: 0;
}


/**********
 * Standard modifiers
 *********/

/* sub {
	color: #585;
	font-style: normal;
} */

main p {
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}

.caption p {
	margin-top: 0;
}

.well {
	/* margin-top: 1.2em; */
	/* padding: 8px 19px; */
}

.well-sub {
	margin-bottom: 1.2em;
	padding-left: 6px;
}

.well-sub p {margin: 0;}

/* THIS IS A PROBLEM. Needs to be big for when buttons/blocks coming up. Needs to be small ... when? SOLVED: In SITEMAP!*/

ul, ol {
	margin: 1.2em 0;
}

.sitemap ul, ol {
	margin: 0 0;
}

td p {
	margin-top: 0.8em;
	margin-bottom: 0;
}

blockquote {
	color: #666;
	font-size: 85%;
	border-left: 10px solid #a8c;;
}

blockquote p {margin: 0 0 0.6em;}

.small {line-height: 1.4;}

.popover {
	max-width: 75%;
}

/***** horizontal rule
 */
.trunc-post hr {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	margin-top: 8px !important;
}

/* .main-toc hr {
	border-top: 1px solid #e3e3e3;
	margin-top: 0;
} */

.hr-thick {
	margin-top: 1.8em;
	margin-bottom: 1.8em;
	border-top: 2px solid #ddd;
}

.hr-therefore {
	margin: 0;
	border-top: 2px solid #ddd;
}

/***** pre tabs (and margin)
 */
pre {
	font-size: 80%;
	margin-bottom: 1.6em;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	tab-size: 2;
	-moz-tab-size: 2;
	-o-tab-size: 2;
}

.def pre {
	font-size: 90%;
}

pre p {
	margin: 0;
}

/***** used by PoemHere
 */

.poem {
	font-family: IM_FELL_English_Roman, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #555;
	background-color: #fffcf6;
	
		border: 1px solid #ede6de;
	
	
		6px 6px 8px #77a;
	
	margin-bottom: 2.6em;
	margin-top: 2em;
	padding: 16px 24px;
	word-break: normal;
	white-space: pre-wrap;
}

kbd {
	font-family: Monaco, Consolas, "Courier New", monospace;
	background-color: #777;
}

.kbd-stamp {
	font-family: inherit;
	color: #8ff;
}

.code-title > kbd {
	display: table;
}

a.macro:focus, a.macro:hover {
    color: #c7254e;
    text-decoration: none;
}


/**********
 * Bootstrap modifiers
 *********/

/***** WELL
 */
.well-xs {
	padding: 4px;
	border-radius: 2px;
}

.well p {
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}

.well hr {
    margin: 1em 0 1em;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #fff;
}

.well ol, .well ul {
	padding-left: 1.5em;
}

.well ol li, .well ul li {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}

.well-undertitle {
	display: block;
	padding: 0 0.6em;
	margin-bottom: 0.6em;
	width: 100%;
}

figure .well {
	margin-bottom: 0px;
}

.linkcorner-well {
	float: right;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	font-size: 80%;
	margin-right: -9px;
	margin-left: 4px;
	padding: 2px 6px;
	border-radius: 0 4px;
}


/***** PANEL
 */

.panel {
	clear: both;
	margin-top: 1.2em;
}

ol .panel, ul .panel {
	margin-top: 0.5em;
}

.panel > h3, .panel > h4, .panel > h5, .panel > h6, .panel p {
	margin: 6px 0;
	background: transparent;
	padding: 0;
}

.panel-left {
	text-align: center;
	width: 40px;
}

.panel-right {
	padding-left: 12px;
}

.panel-left h3, .panel-left h4, .panel-left h5, .panel-left h6, .panel-left p {
	margin: 0;
	color: #678;
}

.panel-bp {
	border-color: #8671d9;
}

.panel-bp > .panel-heading {
	background-color: #8671d9;
	color: #fff;
}

.glass .panel-left h3, .glass .panel-left h4, .glass .panel-left h5, .glass .panel-left h6, .glass .panel-left pm .glass glyphicon {
	margin: 0;
	color: #ddc;
	text-shadow: 0px 2px 1px #000;
}

.linkcorner-panel {
	float: right;
	position: relative;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-top: -7px;
	font-size: 80%;
	margin-right: -13px;
	padding: 2px 6px;
	border-radius: 0 4px;
	z-index: 1;
}

.panel-body > p {
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}

.panel-body .panel {

	margin-top: 20px;
}

.panel ol, .panel ul {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding-left: 20px;
}

/* .panel ul, .panel ol {margin-bottom: 2px;} */

/* .panel ul li {margin-bottom: 0.5em; margin-top: 0.5em;} */

.panel-heading {
	line-height: 1.2;
}

.panel-heading .glyphicon {
	// color: #fff;
}

.panel-heading a {
	// color: #cff;
}

.panel-heading a:focus, .panel-heading a:hover {
	color: #23527c;
}

.panel-body {
	background-color: #fffff6;
	border-radius: 0 0 4px 4px;
}

/***** QUOTE-POST
 */

/* .panel-body blockquote, .quote-post blockquote {
	font-size: 14px;
}
*/

.quote-post > p {
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}


/***** THUMB
 */
.gallery {
	margin-bottom: 1.2em;
}

.gallery .caption {
	font-size: 12px;
	color: #777;
	text-align: center;
}

.thumbnail {
	margin-bottom: 8px;
}

/***** TABLE
 */
table {
	/* font-size: 85%; */
}

table caption {
	caption-side: bottom;
	margin-top: 1em;
	text-align: center;
	line-height: 1.25;
}


/**********
 * Navbar magick
 *********/

/* This collects the aliases inside `BlogNavBar' and sets their `:active' color according to the Styles Dash. */

body#BlogTopNote a#navBlogTopNote,
body#YZ_Dash_Faves a#navYZ_Dash_Faves,
body#YZ_Resources a#navYZ_Resources,
body#BoxPress a#navBoxPress {
	color: #fff;
	
		background-color: #000;
	
}



/**********
 * Add-on styles
 *********/

/***** .therefore: used by Therefore macro
 */
ul.therefore {
	list-style: none;
}


ul.therefore li:before {
	content: "∴";
	position: absolute;
	margin-left: -1.3em;
}

.video-frame {
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
}

/***** .edit: assigned to strikethrough by normal_note
 */
.edit { color: green; }

/***** READ MORE */
.readmore {
	font-size: 13px;
	float: right;
	// margin-bottom: 1.6em;
}

/***** .pquote: used by QuotePull macro
 */
.pquote {
	float: right;
	width: 260px;
	background: url("../img/BoxPressThemes/BoxPressQuote.gif") top left no-repeat;
	padding: 12px;
	line-height: 1;
}

.pquote blockquote {
	border: 0;
	font-size: 1.2em;
	color: #444;
	margin: 0;	
}

.pquote p {
	margin-bottom: 0.6em;
}

.pquote blockquote:first-letter {
	font-size: 39px;
	font-weight: bold;
}

/***** .def: assigned to BLOCKS option by bstSubPost
 */
.def {
	font-size: 90%;
	margin-top: 16px;
	margin-bottom: 16px;
	padding: 1px 16px 0 16px;
	border: 1px solid #ccc;
}

.def header > h2, .def header > h3, .def header > h4, .def header > h5, .def header > h6 {
	//margin-top: 0px;
	margin-bottom: 10px;
	font-weight: normal;
	padding: 0;
	background: transparent;
}

.def .img-right {float:right; margin: 16px 0 12px 16px;}


/***** .multicol: assigned to COLUMNS option by bstSubPost
 */
.multicol {
	font-size: 80%;
	margin-top: 0.8em;
	margin-bottom: 0; /* used to be 28px */
}

.multicol-holder {
	// height: 200px;
}

.multicol header > h2, .multicol header > h3, .multicol header > h4, .multicol  header > h5, .multicol header > h6 {
	margin-top: 16px;
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 1.6em;
	padding: 0;
	background: transparent;
}

.img-col {
	max-height: 100%;
}

/***** .code-note: assigned to code_note and CODE option by bstSubPost
 */
.code-note {
	margin-top: 36px;
	margin-bottom: 1.2em;
	padding-left: 16px;
	padding-right: 16px;
	border: 1px solid #ccc;
	border-left: 0;
	border-right: 0;
	background-color: #fff8fa; /* FORMERLY: #f9f2f4, DEFAULT: #f5f5f5 */
}

/***** .code-title: assigned to h6 for code_note, CODE, and DEF by bstSubPost
 */
.code-title {
	margin-top: 0 !important;
	margin-left: -16px;
	background: transparent;
	padding: 0;
}

.well-code {
	background-color: #f8fcf4; /* FORMERLY: #f9f2f4 */
}

/***** .before-pre: assigned by the Pre_ macros
 */
.before-pre {
	border: 1px solid #ccc;
	border-bottom: 0;
	border-radius: 4px 4px 0 0;
	font-size: 80%;
	color: #888;
	padding: 3px 9.5px 10px !important;
	background-color: #fff !important;
	margin: 1.5em 0 -7px 0 !important;
}

/***** used by ScriptHere
 */

.script-here {
	font-family: Courier, Courier, monospace;
	font-size: 13px;
	line-height: 1.3;
	padding: 16px 16px;
	margin: 2em auto;
	color: #444;
	background-color: #fdfdfa;
	
		border: 1px solid #eee;
	
	
		8px 8px 4px #bbb;
	
}

.tb-note {
	max-width: 75%;
	font-size: 85%;
	background-color: #fff;
	box-shadow: 8px 12px 18px #888;
	margin: 2em auto 2.6em;
	word-break: normal;
	// white-space: pre-wrap;
}

.tb-heading {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	border: 1px solid #ddd;
	border-radius: 4px 4px 0 0;
	background-color: #e2e2e2;
	padding: 2px;
	border-bottom: 1px solid #b0b0b0;
	text-align: center;
}

.tb-body {
	border: 1px solid #a0a0a0;
	padding: 0 15px 0;
	font-family: "Courier New", Courier, monospace;
	line-height: 1.2em;
}

.tb-export {
	max-width: 90%;
	padding: 15px;
	font-size: 85%;
	border: 1px solid #ddd;
	background-color: #fffff6;
	margin: 2em auto;
	box-shadow: 8px 8px 5px #ccc;
}


/***** HIDEY
 */
.hidey {
	color: transparent;
}

.hidey:hover {
	color: inherit;
}


/***** HIGHLIGHTS
 */
.span-def {
	text-shadow: 0 0 9px #8af;
}

.spanbtn {
	border: 1px #ccc solid;
	border-radius: 6px;
	padding: 3px;
	background-color: #f6fafa;
}

.hilite {
	color: #000;
	background-color: #ffe;
}

.span-hilite {
	padding: 2px;
	background-color: #fff8b3;
	border: 1px solid #f8e37d;
	box-shadow: #ffffda 0px 1px 0px inset;
}

/***** YOUTUBE */
.youtube {
	width: 400px;
	height: 300px;
}

/***** ERROR */
.ERROR {
	color: white;
	background-color: #a00;
	border-radius: 2px;
}

/***** BLOCKQUOTE STUFF: assigned by bstListGroup and Quote___ macros
 */
.afterquote {
	margin-top: 1.2em;
	line-height: 1.42857143;
	color: #555;
	font-size: 1em;
	text-align: right;
}
.afterquote::before {
	content:'\2014 \00A0'
}

.afterquote-ana {
	margin: 1.2em 0 20px;
	line-height: 1.42857143;
	color: #555;;
	font-size: 85%;
}
.afterquote-ana::before {
	content:'\2014 \00A0'
}


/*
.well > .afterquote {
	margin-bottom: 0.8em;
}
*/

blockquote.curly::before {
	content: "\201C";
	line-height: 0.8;
	font-size: 80px;
	font-family: Georgia, serif;
	float: left;
	margin-left: -38px;
	margin-top: -11px;
	color: #7a7a7a;
	background: -webkit-linear-gradient(#fff, rgba(255, 255, 255, 0.1));
	background: -o-linear-gradient(#fff, rgba(255, 255, 255, 0.1));
	background: -moz-linear-gradient(#fff, rgba(255, 255, 255, 0.1));
	background: linear-gradient(#fff, rgba(255, 255, 255, 0.1));
}

/***** .well-quote-ana: assigned by quote_ana_note */
.well-quote-ana {
	padding: 9px 25px;
	margin-top: 0;
	color: #666;
	border-radius: 0 0 6px 6px;
	background-color: #fffff6;
}

.list-group-item h6 {
	background: transparent;
	margin-top: 0;
	padding: 0;
}


/**********
 * NOVELTIES
 *********/

.panel-primary .btn-corner {
	color: white;
}

.tb-theme-OLD1 {
	color: #951;
	font-size: 95%;
	padding: 1px 2px 2px;
	border: 2px solid #fb2;
	border-radius: 1px;
	margin: 0 2px 0 0px;
	background-color: #ffe;
}

.tb-theme {
	font-family: Ubuntu-Medium, Helvetica, Arial, sans-serif;
	color: #beafea;
	font-size: 90%;
padding: 0px 3px 0px;
border: #beafea solid 2px;
	margin: 0 1px 2px 0px;
	background-color: #000;
}

.sidebar-module-inset .tb-theme {
	font-family: Ubuntu-Medium, Helvetica, Arial, sans-serif;
	color: #beafea;
	font-size: 90%;
	padding: 0px 3px 0px;
	border: #beafea solid 2px;
	margin: 0 1px 2px 0px;
	background-color: #000;
}

.tb-theme-OLD2 {
	color: #ff8;
	font-size: 95%;
	padding: 0px 3px 1px;
	border: 1px solid #00f;
	border-radius: 2px;
	margin: 0 2px 0 0px;
	background-color: #334;
	background: -webkit-linear-gradient(top, ); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(top, ); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(top, ); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom, ); /* Standard syntax */
}

.tb-theme-plain {
	color: #00a;
	font-size: 95%;
	padding: 0px 2px 0px 3px;
	border: 1px solid #aaa;
	border-radius: 2px;
}

.psy-theme {
	padding: 0 3px;
	font-family: "Futura", monospace;
	font-size: 95%;
	border: 2px solid #aaa;
	color: #8f0;
	background-color: #555;
}


/***** love */
.love {
	padding: 1px 2px 2px;
	border: 1px solid #ffe69e;
	color: #951;
	cursor: s-resize;
}
.love:hover {
	color: #800;
	padding: 1px 2px 6px;
	background-color: #ffe69e;
	text-decoration: none;
	text-shadow: none;
	border: 1px solid #800;
}
.love:active, .love:visited {
	padding: 5px 2px 2px;
	color: rgba(136, 0, 0, 0.2);
	vertical-align: sub;
}


/***** hvr-rotate */
.hvr-rotate {
	display: inline-block;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
.hvr-rotate:hover, .hvr-rotate:focus, .hvr-rotate:active {
	-webkit-transform: rotate(4deg);
	transform: rotate(4deg);
}


/***** Wobble Vertical */
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.hvr-wobble-vertical {
  display: inline-block;
  /* vertical-align: middle; */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-wobble-vertical:hover, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:active {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}


/**********
 * Image classes
 *********/

figure {
	margin-bottom: 1.5em;
	margin-top: 1.5em;
}

figcaption {
	position: relative; /* Makes for opaque overlay */
	background-color: #fff;
	border: 1px solid #ddd;
	text-align: center;
	font-size: 12px;
	line-height: 1.25;
	padding: 0 3px 0;
	border-radius: 4px;
	color: #777;
	max-width: 80%;
	margin: 20px auto 0 auto;
}

figcaption p {
	margin: 0.5em !important;
}

.img-left figcaption, .img-right figcaption{
	max-width: 100%;
}

.win-caption {
	margin-top: -6%;
	max-width: 82% !important;
}

.img-shadow {
	box-shadow: 8px 8px 5px #ccc;
}

.img-button {
	max-width: 64px;
	max-height: 64px;
}

.img-left {float:left; margin: 0 24px 18px 0;}
.img-left-trunc {float: left; margin: 0 18px 12px 0;}
.img-center {	display: block; margin-right: auto; margin-left: auto;}
.img-right {float:right; margin: 0 0 18px 24px;}

.win-left {float:left; margin: 0 0 18px 0;}
.win-right {float:right; margin: 0 0 18px 0;}


.img-top    {max-width: 80%;}
.img-large  {max-width: 60%;}
.img-medium {max-width: 40%;}
.img-small  {max-width: 30%;}
.img-xs     {max-width: 20%;}

.img-block {max-width: 40%; margin-top: 16px;}
.img-trunc {max-width: 33%;}


.img-small well-sm {
	padding: 4px;
}

.frame-side {
	border: 1px solid #ffe69e;
	height: calc(90vh - 0px);
	padding: 0;
	display:block;
}

.frame-ngram {
	height: 320px;
	margin-bottom: -30px;
	margin-left: -30px;
	-ms-zoom: 0.8;
	-moz-transform: scale(0.8);
	-moz-transform-origin: 0 0;
	-o-transform: scale(0.8);
	-o-transform-origin: 0 0;
	-webkit-transform: scale(0.8);
	-webkit-transform-origin: 0 0;
}

.frame-javavh {
	border: none;
	box-shadow: 8px 8px 5px #428bca;
	width: 100%;
	padding: 0;
	display:block; 
	margin-bottom: 1.6em;
}

.frame-90vh {
	border: none;
	padding: 2px;
	box-shadow: 0px 2px 8px #428bca;
	height: calc(90vh - 0px);
	width: 100%;
	display:block;
	margin-bottom: 1.6em;
}

.frame-60vh {
	border: none;
	padding: 2px;
	box-shadow: 0px 2px 8px #428bca;
	height: calc(60vh - 0px);
	width: 100%;
	display:block;
	margin-bottom: 1.6em;
}

.frame-50vh {
	border: none;
	padding: 2px;
	box-shadow: 0px 2px 8px #428bca;
	height: calc(50vh - 0px);
	width: 100%;
	display:block;
	margin-bottom: 1.6em;
}

.div-50vh {
	border: none;
	padding: 2px;
	box-shadow: 0px 2px 8px #428bca;
	height: calc(50vh - 0px);
	width: 100%;
	display:block;
	margin-bottom: 1.6em;
	overflow: scroll;
}

.graffle-row {
	margin-bottom: 2.6em;
}


/**********
 * imagemap classes
 *********/

.tooltip_OLD { 
position:absolute;
top:335px;
left:50px;
height:105px;
width:188px;
text-decoration:none;
color:#000;
} 
.tooltip_OLD span { 
position:absolute;
left:-999em; 
opacity:.6; /* FX/Opera/Safari/Chrome */
-ms-filter:"alpha(opacity=60)"; /* IE8 */
filter:alpha(opacity=60); /* IE6/IE7 */
border-radius:8px;
box-shadow:#000 2px 2px 6px;
} 
.tooltip_OLD:hover span, .tooltip_OLD:focus span {
left:40px;
top:-60px;
width:95px;
padding:10px;
border:2px solid #000;
background:#999;
}


/**********
 * .btn classes
 *********/

.post-buttons {
	padding-bottom: 15px;
}

/*
.post-buttons .btn-menubutton {
	white-space: normal;
	width: 100%;
	margin-bottom: 0.3em;
	margin-top: 0.3em;
	text-align: left;
	background-color: #f6fafa;
	line-height: 1.2;
}
*/

.btn-menubutton {
	color: #405050;
	white-space: normal;
	width: 100%;
	/* Image size is 64px. */
	min-height: 38px;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	text-align: left;
	background-color: #f4f8ff;
	line-height: 1.2;
	clear: both;
}

.splash-card .btn-menubutton {
	color: #336;
	background-color: #f4f8ff;
	border: 1px solid #ccc;
	border-width: 9px;
}

.text-left-important {
	text-align: left !important;
}

.btn-corner {
	float: right;
	cursor: pointer;
	margin-top: 5px;
}

.fulltext {
	float: right;
border-left: 1px solid #ccc;
border-bottom: 1px solid #ccc;
margin-top: -6px;
margin-right: -12px;
	margin-left: 8px;
	padding: 6px;
	border-radius: 0 4px;
	background-color: #fff;
	color: #666;
}

.not-active {
 pointer-events: none;
 cursor: default;
 background-color: #e8e8e8 !important;
}

.btn-span {
	margin-bottom: 3px;
}

/**********
 * .flex-video classes
 *********/

.flex-video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
}

.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }

.flex-video iframe,
.flex-video object,
.flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
  .flex-video { padding-top: 0; }
}


/**********
 * SmartButtons
 *********/

.btn h3, .btn h4, .btn h5, .btn h6, .btn p {
	background: transparent;
	padding: 0;
	margin: 0;
}

.btn-left {
	width: 64px;
	height: 48px;
	text-align: center;
}

.btn-num {
	width: 30px;
}

.btn-num h3, .btn-num h4, .btn-num h5, .btn-num h6, .btn-num p {
	color: #678;
	margin: 0 auto;
}

.btn-left h3, .btn-left h4, .btn-left h5, .btn-left h6, .btn-left p {
	color: #678;
	margin: 0 auto;
}

.btn-left h3 span, .btn-left h4 span, .btn-left h5 span, .btn-left h6 span, .btn-left p span, .panel-left h3 span, .panel-left h4 span, .panel-left h5 span, .panel-left h6 span, .panel-left p span {
	color: #678;
	padding: 0;
	background-color: transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.btn-left h6 {
		font-size: 14px;
}

.btn-right {
	padding-left: 10px;
	line-height: 1.2;
}

p.btn-main {
	font-size: 16px;
	margin: 6px 0 6px;
}

.post-buttons-splash p.btn-main {
	font-size: 1.8em;
	margin: 6px 0 6px;
}

.btn-menubutton > p, .btn-menubutton > h6 {
	padding-left: 12px;
}

p.btn-author {
	margin: 0 0 6px;
}

p.btn-date {
	color: #678;
	margin: 0 0 6px;
}

p.btn-code, h6.btn-code {
	margin: 2px 0 2px;
}

p.btn-sub {
	color: #888;
	margin: 0 0 6px;
}

.btn-mono {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

.btn-right cite {
	// font-family: Exo2-SemiBold, Helvetica, Arial, sans-serif;
}

.btn-audio-yes:before {
	content: "\e035";
	font-family: 'Glyphicons Halflings';
}

.btn-audio-no:before {
	content: "\e035";
	font-family: 'Glyphicons Halflings';
	color: #ccc;
}


/**********
 * margin and padding overrides
 *********/

.m-b-0 { margin-bottom: 0; }
/* bstMain
		quote_ana_note HTMLFirstParagraphStart
		MediaImg macro
*/

.m-b-sm { margin-bottom: 0.6em; }
/* bstPost > article: when only text, clear fix makes space too large.
*/

.m-b-md { margin-bottom: 1.2em; }
/* MediaThumbs macro
		audio in bstTrunc
*/

.m-b-lg { margin-bottom: 2em; }
/* bstPost (with quote-post)
		quote_note HTMLExportBefore
		Download macro
*/

.m-t-0 { margin-top: 0 !important; }
/* DocHere macro
		MediaWin/Tog macro
*/

.m-t-md { margin-top: 1.2em; }
/* quote_note HTMLExportBefore
*/

.m-t-lg { margin-top: 2em; }
/*	quote_ana_note HTMLFirstParagraphStart
		PanelArticle
		PanelMacro
*/

.m-t-32 { margin-top: 32px; }
/* Iframe macro
*/

.m-t-img { margin-top: 2em; }
/* MediaThumbs macro
*/

.m-tb-md { 
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}

.m-tb-img { 
	margin-top: 2em;
	margin-bottom: 2em;
}

/***** .m-0: assigned to <blockquote> by quote_ana_note
 */
.m-0 { margin: 0; }
.p-0 { padding: 0; }

/* .clearfix-subpost { margin-top: -10px; } */

/***** For the BLOCKS and COLUMNS export option
 */
.block-top {
	margin-bottom: 5px !important;
}

.columns-top {
	margin-bottom: 5px !important;
	padding: 0;
}


/**********
 * trunk-tech-image
 *********/

.trunk-tech-image-X {
	background: linear-gradient(rgba(50, 80, 100, 0.93), rgba(15, 15, 15, 0.75)), url('../img/BoxPressThemes/CandyTheme/BodyImage_matrix.png');
}

.trunk-tech-image p, .trunk-tech-image li {
	color: #8f0;
}

.trunk-tech-image blockquote {
	color: #ff0;
}

.trunk-tech-image a {
	color: #ddd;
}

.trunk-tech-image .post-meta {
	color: #bbb;
}

.glass {
	position: relative;
	/* for compatibility with older browsers */
	/* Default? background: #005; */
}

.glass-2 {
	position: relative;
	/* for compatibility with older browsers */
	/* Default? background: #005; */
}

/* Here's the old BLUE look: linear-gradient(rgba(0, 30, 90, .6), rgba(0, 80, 240, 0.6)) */

.glass-default {
	background: linear-gradient(rgba(0, 0, 0, .9), rgba(0, 0, 0, 0.1)), url('../img/BoxPressThemes/PanelGlass.gif');
	background-position: center;
	color: #fff !important;
	text-shadow: 0px -1px #333;
	border-radius: 3px;
	box-shadow: 0px 1px 4px -2px #333;
}



.glass-lead {
	position: relative;
	background: linear-gradient(rgba(0, 0, 60, 0.9), rgba(0, 0, 0, 0.8));
	background-position: center;
	border-radius: 3px;
	box-shadow: 0px 1px 4px -2px #333;
}

.glass-lead:after {
	content: "";
	position: absolute;
	top: 1px;
	left: 1px;
	width: calc(100% - 2px);
	height: 50%;
	background: linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0.2));
}


.glass-tech {
	background: linear-gradient(rgba(0, 0, 0, .9), rgba(0, 0, 0, 0.1)), url('../img/BoxPressThemes/PanelGlassTech.gif');
	background-position: center;
	color: #fff !important;
	text-shadow: 0px -1px #333;
	border-radius: 3px;
	box-shadow: 0px 1px 4px -2px #333;
}

.glass-zoom {
	background: linear-gradient(rgba(0, 0, 0, .9), rgba(0, 0, 0, 0.1)), url('../img/BoxPressThemes/PanelGlassZoom.gif');
	background-position: center;
	color: #fff !important;
	text-shadow: 0px -1px #333;
	border-radius: 3px;
	box-shadow: 0px 1px 4px -2px #333;
}

.glass:after {
	content: "";
	position: absolute;
	top: 1px;
	left: 1px;
	width: calc(100% - 2px);
	height: 50%;
	background: linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.2));
}

.btn-glass {
	font-size: 18px;
	text-shadow: 1px 1px 2px #000;
	position: relative;
	z-index: 1;
}

.right-arrow {
	margin-left: -10px;
	margin-right: -10px;
	max-width: 4%;
}

.right-arrow-win {
	margin-left: -36px;
	margin-right: -26px;
	max-width: 3%;
	z-index: 1;
}

.thumb-win {
	padding: 0;
	margin-bottom: 0;
	border: none;
}

.vert-cent {
	display: flex;
	align-items: center;
}

.tech-trunc {
	background: linear-gradient(rgba(255, 255, 255, 0.99), rgba(255, 255, 255, 0.8)), url('../img/BoxPressThemes/matrixGandalf.jpg');
}


