/*@import url(https://fonts.googleapis.com/css?family=Lora:400,400italic,700);
*/
/*@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:700);


@font-face {
	font-family: 'Foster';
	src: url('fonts/foster-bold-webfont.eot');
	src: url('fonts/foster-bold-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/foster-bold-webfont.woff2') format('woff2'),
	url('fonts/foster-bold-webfont.woff') format('woff'),
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'volumefont';
	src: url('fonts/volumefont.eot?75835916');
	src: url('fonts/volumefont.eot?75835916#iefix') format('embedded-opentype'),
	url('fonts/volumefont.woff?75835916') format('woff'),
	url('fonts/volumefont.ttf?75835916') format('truetype'),
	url('fonts/volumefont.svg?75835916#volumefont') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/


@font-face {
	font-family: 'Foster';
	src: url('/fonts/foster-bold-webfont.woff') format('woff');
	font-display: swap;
	font-weight: normal;
	font-style: normal;
}
/*@font-face {
	font-family: 'volumefont';
	src: url('/fonts/volumefont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}*/
@font-face {
	font-family: 'Lora';
	src: url('/fonts/lora-regular-webfont.woff') format('woff');
	font-display: swap;
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Lora';
	src: url('/fonts/lora-italic-webfont.woff') format('woff');
	font-display: swap;
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'Lora';
	src: url('/fonts/lora-bold-webfont.woff') format('woff');
	font-display: swap;
	font-weight: bold;
	font-style: normal;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
}


* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}




html, button, input, select, textarea,
body {
	/* Set your content font stack here: */
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.7px;
	line-height: 1.6;
}

body{
	margin: 0;
	min-width: 400px;

	background: url("/bgsite/1.jpg") repeat-x;

	color: #606c76;

}

p {line-height: 140%;}

a {
	color: #008fd8;
	/*transition: ease 0.3s;*/
}

a:visited{
	color: #b11bb1;
	/*transition: ease 0.3s;*/
}
p a, ul a, ol a{
	text-decoration: none;
    border-bottom: 1px solid;
}
p a:hover,
p a:focus {
	color: #c91f43;
	/*transition: ease 0.3s;*/
	border-bottom: 1px solid;
}


h3 {
	font-weight: 100;
}


img{
	max-width: 100%;
}
#layout{
	margin: 0 auto;
	/*  max-width: 675px; */
	padding: 0 0;
}


figure{
	max-width: 675px;

	margin: 0 auto;
}

figure + p, div.video-wrapper + p{
	min-height: 35px;
}
p + figure, p + div.video-wrapper{
	padding-top: 35px
}

figure.full,figure.seventyfive, figure.full img{
	max-width: 100%;
	width: 100%;
	margin: 0;
}
figure.seventyfive img{
	width: 75%;
	min-width: 675px;
	margin: 0 auto;
}

figcaption{
	max-width: 675px;

	margin: 0 auto;
	font-style: italic;
	font-family: "Lora", serif;
	padding: 0 1rem 1rem;
}
.posts{
	padding: 80px 0 0;
}

.doublerow-list{
	display: flex;
	flex-flow: row wrap;
}
.onerow-list{
	display: block;
}

.frontpage p{
	font-size: 200%;
	margin: 20px auto;
	width: 670px;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 40px;
	max-width: 100%;
}

.frontpage .list-post{
	background: rgba(255,255,255,0.95);
	text-align: left;
	width: 350px;
	padding: 1rem;
	margin: 7rem 0 0;
}
.frontpage .year{
	position: relative;
	font-size: 0.6rem;
}

.post{
	margin-bottom: 4em;
}

.doublerow-list  .post{
	margin-bottom: 0em;
	width: 50%;
}
@media only screen and (max-width : 700px) {
.doublerow-list  .post{
	margin-bottom: 0em;
	width: 100%;
}
}
.onerow-list  .post{
	margin-bottom: 0em;
	width: 100%;
}
.post:last-child{
	margin-bottom: 0em;
}

.frontpage .post-title{
	font-size: 1.6rem;
	line-height: 1.1em;
	margin: 0.4em 0 0;
/*	transition: ease 0.3s;
*/	border-bottom: 0;
}
.frontpage a.post-title:visited{
	color: #b11bb1;
}
.frontpage a.post-title:hover{
	border-bottom: 8px solid;
	color: #c91f43;
	transition: ease 0.3s;
}



.post-title{
	margin: 0.4em 0 0;
	font-family: 'Foster', 'Roboto Condensed', Impact, sans-serif;
	text-transform: uppercase;
	font-size: 3rem;
	line-height: 1.1em;
}

a.post-title{
	color: #008fd8;
	/*transition: ease 0.3s;*/
	text-decoration: none;
    
}


.post-header a:visited{
	color: #b11bb1;
}
.post-header a:hover{
	text-decoration: none;
	border-bottom: 12px solid;
	color: #c91f43;
	/*transition: ease 0.3s;*/
}
.post-header{

	margin: 0 auto;
	max-width: 675px;
	display: block;
	/*transition: ease 0.3s;*/
	padding: 0 1rem 14px;
	width: 100%;
	font-size: 12px;

}
.sidebar{
	position: fixed;
	z-index: 1000;
	/*background: url("img/logobg.png");*/
	background-position: center;
	
	width: 100%;
	height: 40px;
	min-width: 440px;
}

.sidebar .site-header{
/*	max-width: 675px;
*/	margin: 0 auto;
	/*background-color: #fff;*//*
	margin-left: 25%;
	margin-left: calc((100vw - 675px)/2);*/
	
	
}
.sidebar .sidebarbg{
	/*max-width: 675px;*/
	height: 40px;
	margin: 0;
	/*padding: 0 1em;*/
	display: flex;
	justify-content: space-between;
/*	background: no-repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABUYAAABQCAMAAADiKF9yAAAAYFBMVEUpJyM1My9FREBZWFVlY2FubWp3dnN6eXaAfnySkY+koqGxsLC6ubi/vr3ExMLHx8XJycnS0tHX1tbb29rh4eHm5ubp6ent6+vu7u7x8fHz8vL19fX4+Pj7+/v9/f3///8ybFJOAAAAH3RSTlM7PkJIS09SVFVfaXR7gIWIjJadpK64vsXL0dbd5/L4auYIWAAACOtJREFUeAHs1EcBgDAQADDe7L2h/l1WRJ+XiEiVCgCgUQCNAmgUQKMAGgVAowAaBdAogEYB0CiARgE0CqBRADQKoFEAjQJoFCAojQJoFECjABoFQKMAGgXQKIBGATQKgEYBNAqg0Xsd26YdluNPYX373LdNN65Pbu8++BNV9jCOPzCgoCnmqNm+vv93dXvbbLegwHANM2T/Y5DAVW/j+aas8Ekm4ym/MzJ6sug3ImY0VqXrxZNXynhdHr1WxtuF9XE6REVN3i8sZcxNY+QQ1lhVZHiGqnTnDDJt7Jd6MohHk/sq5RN39CtlPE7wWj0JI/stwlxVfhNn71QpLg/ulXG/MN5d+6jE5X0WP2Zmj98qY7T4f0bEjA5Q8n+l5QbGKxNVGG+qgMSQVNUQGDOTOjmEpVCZPz87cQZpzihcgf3qexi2dKFtXFlwuCI7L+sOFRm8CUoDeYAPi9JvHqTRe3MWxl2VZxjXCyL6n+WjLb1FZY0G+d837vGnNVrJc1RSnFP2+bNpoy9H16nNKGok/9hA2Mpb9bZ2NB+Pll8KSOsHjb3w4P5pGAMQ0f8sH60lsHYZGnzOnp3J0cZO3jyv5U/sebEcfQcjQp3ii5aNlK2vVSQoDc3Yn3Eg+SozmsPIYIQgoj5kdCV7elSywSG9RBupLPaZfdNi4ZnIhIUhamUbcTt/sfBpITP6vabkGQAVuoOkzChRrzKa7WBs0GCD55ZdV6M6w3npRCw881ysMEc4IqlPZ9o4eW+APb0+9hdmaGegnVVp5KMPiJjRKixZ0mZNOZi9vY9hZBotbMXCbIezstNSsTiwpY5wRI6K/dJAzqzx0mgO6+rVm6mSMxg4gxd2sAD9QMSMbpyaNtfHvx+H8TyCUeBleSYeFWc4kd3v/zhzSigyqhMzzyGsah/+/ehZRrdiZlvUci6N5jDG02hwNZfbSaEzHS2uBPQCEVejua1pC7EC4I26rhfhD2yszsMbD2TIo19ZTG04PRxQN0eWmpF7ndSRZ3VBvCpPiXNiNcodph4iZtQGVG/QQmA/d83owD9jRuUU5H5S+iujcdN3WHkuY5c2PKb3BzUjKVjiC7IeZ5SIGd0UaMGzn1uzJVJKlOv8xni001UNvajFX5KdjWJwPKP2ZOThOeeck9HcnvPRF0TMqLYtbSu4M7z2O0yhSNf5DZ+ql4otIZdX30ilGq432JMRXjKACGgqzvUCETNaJEDRKaM3ht96hylQvi3MRQyr0Yvk6EuYisO/Mjtb4IE9an7yfbNQZjfvW0aJmFFsgK3GRaRVZoaXXI16I1uxTO45ufThojQxgYd9UJ8fffK9CtuuRotc3MkQvUHEjK4LbHAZKZxYbXEZMR5ltmBRcPx5Xf6zHSblzFTaiUujzeQek+ZqtH+IGdVbrHGib39/9I/6EikfoXhe0dnZ0m11ZqPqSvYz+9NnETe5w9SwVZ/YwfEymVGUQh9E9D8sQCeJn+FEWdawwzR8mlGqcAl+vAZQZNva7unEXbe6lxuUr0VWpW3njGruMBH1bTVqv3KV2JvnplPbKrnmuwBbx10ZPjXAMd4sdFejvqp2kNKj22NBy4zaQfJ+vYaJiBmNsJd9tzfPSj5yhvIueXHUzn2tsTfGUcUyfbZOri7b6hMWo7B1zu2HPUNEfcjo0Hvaxh5ecIcJ3nm36gu4gjJ2mxe7l3wqnKWmcleSjrRDRv3o6e6lzChRvzKKGJXBxVajoQ0WkGqcQ5Yc3s9IFq1BmuDwOfLKnjllNWqXtJkGcnOsQET9yGgRwYqCi61GN8vlshBhPcnq8+eHv9nRVM1/DWKvzZTsH7v9zHZONSv5MjGhVV1eSKWBnT0mor7s1EfixglmY+zpP9b+oqfPomIRTrR2L0laocqdoEqjOVBsPtkJONFcLlHJ4Mg/d/rLEtpBglwzo0Q9e1Af2uRe8NKotMMZeZHzQqam7nkjm9ejq+JEo86wW0a5w0TUv4zC5sW/eEbtqTO68p+vqmOFer7MaN56agHQYY8pR8aMEvUuo5H9w8PZbWtOaZzNYAJLzD/uHPjmjP7odB0l5Q4TUX8zGqO19OHTw+N7jhdkuORydHTvy7scdlkGpmh7vWGVoMMek0Zqj4ioPxn1Z9NHMVrLV+vV4zteoJNLZDSCcT9X+JftWkTf+t7l4ugWee9eCkrEjGJ89UihhUJ8br/kG4/G+/chbGhOdBWcYSCb0bic2gilpIDgj0eeOb1CnaI2ozpP7RER9SGj3aX2c6eMDmfz2f79GqUMJ/ImKP1I0YmWt21GJ+XUpjaMKYRgNr9F6ZuuSXCxrd9jylKuRomY0YYB1wmA/EfXV9TLPxKNo3ReQYORCVbxDR0Uq42tsJgZAueyagrXtW/KuKy+01hqAKscBwL3d08RUR1mFJ++Lr//NW/5U9z/ZVwgz9b7+qeKxnHejW36Gu2sf//73//hAYYSS+LAd2a4g8uf2OVo7tzdzd9/Lh8+y+Ge/cL7CETEjLqGMPSPzzYqLz9FSm+dfip1rq36eGTzVqC7gY2dvd34S5bHZurFVye62H35vJLDyUE29iwRMaOuGM+N0CwrbEbdFO9wslubvZ/ozI/ddbKcYVIcWY6uyux6V8eGExkt7G0iYkZd4TUODcZoJC9Ayj8znGxgg/Y9715g310ny+oV2ZHLsPZJTzd+/XByj0n0mYiYUWkSw6XmfruMhr4bq6TAyW49PNJf0dH4GntpfeCxO3YZdrMyd9mrHU7evyM7TETEjPrzG0jx66Dla5gGcGNVpDhZcCsfbbempjOvLqO+vZEevQz7XWMvejWA4E2mHuqWoEP0ABEzGkQl+ZWR4ZlGOEeAd/fmSlW3R/N5UPdN8qgootIQVhgZWdkc58dHh1AjEt9yHRk/n90hD/KUMJrcv7tCSUelWB0MnZsH56UApduopDamj69nsQdD3b699SAMxPT/5xHR4jLezafT6fz1h0WPfXg9m05n9+8W/8+ICIv/WkREzCgRETNKRETMKBERM0pExIwSETGjRETEjBIRMaNERMwoEREzSkRE/wRm32DUq9lMRAAAAABJRU5ErkJggg==);
*/
	background-size: cover;
}

#leftside{
	background: #fff;
	width: calc(50vw - 325px);
	min-width: 1em;
}
#rightside{
	width: calc(50% - 325px);
	min-width: 4em;
	background: #fff;
}	 
#midside{
	max-width: 650px;
	width: 100%;
	display: flex;
	justify-content: space-between;
}	

.logotron {
    width: 181px;
    height: 48px;
  	background: url("img/logofront.png") repeat-x;
}

#afterlogo{
		max-width: 469px;
		width: calc(100% - 181px);
		background: #fff;
}




.sidebar .site-header a h1{
	font-weight: 100;
	font-size: 1.7em;
	font-family: 'Foster', 'Roboto Condensed', Impact, sans-serif;
	letter-spacing: 0.7px;
    margin: 10px 0 0;
    border-bottom: 7px solid;
}
.sidebar .site-header a:hover{
	text-decoration: none;
}

h1#logo{
	margin: -3px 0 0;
}
#logo a{
	border:none!important;
}


nav.sidebar-nav {
	float: right;
	line-height: 37px;	
	padding: 12px 20px 0 0;

}
nav.sidebar-nav a{
	margin: 0 8px;
	color: #008fd8;
	/*transition: ease 0.3s;*/
	font-family: 'Foster', 'Roboto Condensed', Impact, sans-serif;
	text-decoration: none;
}

nav.sidebar-nav a:visited{
	color: #b11bb1;
}

nav.sidebar-nav a:hover{
	color: #c91f43;
	/*transition: ease 0.3s;*/
    border-bottom: 4px solid;
}

nav.sidebar-nav a.active {
	color: #c91f43;
    border-bottom: 4px solid;
}


#social{
	width: 5em;
	padding: 0;
	border: none;
	float: right;
}
#social img{
	width: 1.3em;
	margin-top: 18px;
	margin-right: 8px;
}

@media (max-width: 550px){
	.logotron {
		width: 130px;
		background: #fff;
		height: 40px;
	}
	#afterlogo{
		width: calc(100% - 130px);
	}
	nav.sidebar-nav a{
		margin: 0 8px;
	}
	#rightside{
		display: none;
	}
}

.post-description p, .post-description ul, .post-description ol, .related{
	font-family: "Lora", serif;
	color: #000;
	max-width: 675px;
	font-size: 17px;
	line-height: 2.1rem;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: 0.5px;
	margin-top: 0.4rem;
	margin-bottom: 1.3rem;
	padding: 0 1rem;
}

.related{
	color:#606c76;
	margin-top: 5em;
}

.post-description img{
	margin: 7px auto;
    display: block;
}

.youtube-player{
	margin: 7px auto 1.5rem;
    display: block;
}

.post-description .video-wrapper{
	margin: 0;
	max-width: 100%;
}
.post-description video{
	width: 100%;
}

/* SHAKA VIDEO PLAYER */

.videopaused{
	display: none;
    position: absolute;
    /* transition: opacity 0.05s; */
    margin: auto;
    width: 0;
	height: 0;
	border-style: solid;
	border-width: 80px 0 80px 170px;
	border-color: transparent transparent transparent #fff;

    top: 0;
    left: 20px;
    bottom: 0;
    right: 0;
}

.videobuffering{
	pointer-events: none;
	opacity: 0; 
    position: absolute;
    transition: opacity 1s;
    margin: auto;
    width: 150px;
    height: 0px;
    border: 10px inset #b11bb1;
    animation: rotaton 1.3s linear infinite;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-left: none;
    border-right: none;
}
@keyframes rotaton {
  100% {
    transform: rotate(360deg);
  }
}

.post-description video.small{
	margin: 0 auto;
	display: block;
	max-width: 100%;
	width: 675px;
}
.videobg{
	background-position: center;
	background-size: cover;
}

.pagination{
	margin: 2em 0;
	text-align: center;
	position: relative;
}
.pagination a:hover{
	text-decoration: none;
}

.pagination a.post-list-pagination-item-next:after{
	content: "→";
	font-size: 30px;
	text-decoration: none;
	color: #000;
	position: absolute;
	top: -14px;
    margin: 0 0 0 5px;
}
.pagination a.post-list-pagination-item-prev:before{
	content: "←";
	font-size: 30px;
	text-decoration: none;
	color: #000;
	position: absolute;
	top: -14px;
    margin: 0 0 0 -42px;
}

.post-list-pagination-item-current{
	font-size: 9px;
}

.footer {
	background:url("img/hib.jpg")  fixed bottom no-repeat;
	background-color: #666;
	background-size: contain;
    text-align: center;
    padding: 6em 0 3.5em;
    color: #fff;
    font-size: 8px;
    margin: 15vh 0 0;
    text-shadow: 2px 2px 3px #222;
}
@media (max-width: 800px){
	.footer {
		background-size: 800px;
	}
}
@media (max-height: 600px) {
	.footer {
		background-size: 1200px;
	}
}
.footer li{
    list-style-type: none;
    margin: 3em 0 0;
}
.footer ul{
	margin: 0;
}

:target:before {
  content:"";
  display:block;
  height:60px; /* fixed header height*/
  margin:-60px 0 0; /* negative fixed header height */
}


p#intro{
	padding: 18vh 10px 15vh;
	margin: 0;
	white-space: normal;
	color: #000;
	z-index: 0;
	position: fixed;
	height: 100vh;
	top:20vh;
	left: 50%;
    transform: translateX(-50%);
}



.introp{
	padding: 23vh 0 1vh;
	color: #fff;
	z-index: 2;
}
.intropfirst{
	padding: 70vh 0 1vh;
	color: #fff;
	z-index: 2;
}
.year{
	margin: 2px 0 0 5px;
    position: absolute;
    font-size: 0.8rem;
}



a .intro{
	color: #000;
}

.cover{
    height: 350px;
    background-size: cover;
    background-color: #eee;
    background-position: center right;
    position: relative;
}
.onerow-cover{
    height: 320px;
    background-size: cover;
    background-color: #eee;
    background-position: center right;
    position: relative;
}


.doublerow-cover{
    height: 250px;
    background-size: cover;
    background-color: #eee;
    background-position: center right;
    position: relative;
}


.list-post{
	position: absolute;
	right: 0;
	top: 0;
	margin: 0rem 1rem;
	padding: 2rem 3rem 2rem 2rem;
	background: #fff;
    width: 470px;
    max-width: 100%;
}


.separator{
	height: 8px;
	margin: 40px 0 0px;
	/* background: url('bg2.png');
	*/
}

.frontpage .separator{
	margin: 0;
}

/*  AUDIO JS  */
.audiojs .play-pause{
	border: none;
	width: 26px;
}
.audiojs{
	box-shadow: none;
}
.audiojs .time{
	display: none;
}
.audiojs .scrubber {
	width: 413px;
}
/* responsive slides */
/**
 * bxSlider v4.2.5
 * Copyright 2013-2015 Steven Wanderski
 * Written while drinking Belgian ales and listening to jazz

 * Licensed under MIT (http://opensource.org/licenses/MIT)
 */

/** VARIABLES 
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
  max-width: 100%;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}

/** THEME
===================================*/
.bx-wrapper {

}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #999;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #bbb;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
}

.bx-wrapper .bx-next {
  right: 10px;

}
.bx-wrapper .bx-next {
      background-repeat: no-repeat;
    background-position: 50%;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxMTMuNCAxMTMuNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTEzLjQgMTEzLjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojMDAwMDAwO3N0cm9rZS13aWR0aDo1O3N0cm9rZS1taXRlcmxpbWl0OjEwO30KPC9zdHlsZT4KPHBvbHlsaW5lIGNsYXNzPSJzdDAiIHBvaW50cz0iNDMsNCA5NS44LDU2LjggNDMsMTA5LjYgIi8+Cjwvc3ZnPgo=);
	}

 .bx-wrapper .bx-prev  {
      background-repeat: no-repeat;
    background-position: 50%;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMTEzLjQgMTEzLjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDExMy40IDExMy40OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6bm9uZTtzdHJva2U6IzAwMDAwMDtzdHJva2Utd2lkdGg6NTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9Cjwvc3R5bGU+Cjxwb2x5bGluZSBjbGFzcz0ic3QwIiBwb2ludHM9IjczLDEwOS42IDIwLjIsNTYuOCA3Myw0ICIvPgo8L3N2Zz4K);
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 0;
  outline: 0;
  width: 64px;
  height: 100%;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}


/* lazyload */

.no-js img.lazyload {
        display: none;
}

/* Mute btn */


#mutebtn:focus {
	outline: none;
}

input#mutebtn
{	width: 26px;
	height: 41px;
	position: fixed;
	top: 3px;
	right: 14px;
	padding: 0;
	border: none;
	background: none;
	z-index: 4000;

	font-family: "volumefont";
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	speak: none;
	color: #000;

	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	/* opacity: .8; */

	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;

	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: 0px 0px 3px rgba(255,255,255, 1); 
}



pre{
background: #272822 none repeat scroll 0 0;
padding: 8px;
overflow: scroll;
}

hr{
	border-top: 0px dashed #aaa;
	border-bottom: 2px dashed #aaa;
	width: 70%;
	max-width: 675px;
	margin: 3em auto 2.2em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  margin-bottom: 2rem;
  margin-top: 0;
  max-width: 650px;
  margin: 2em auto 0;
  font-family: 'Foster', 'Roboto Condensed', Impact, sans-serif;
  text-transform: uppercase;
}

h1 {
  font-size: 3rem;
  line-height: 1.2;
}

h2 {
  font-size: 2.3rem;
  line-height: 1.75;
}

h3 {
  font-size: 2.5rem;
  line-height: 1.3;
}

h4 {
  font-size: 2.1rem;
  line-height: 1.1;
}

h5 {
  font-size: 1.9rem;
  line-height: 1;
}

h6 {
  font-size: 1.6rem;
  line-height: 0.8;
}

@media (min-width: 140rem) {
  h1 {
    font-size: 5rem;
  }

  h2 {
    font-size: 4.2rem;
  }

  h3 {
    font-size: 3.6rem;
  }

  h4 {
    font-size: 3rem;
  }

  h5 {
    font-size: 2.4rem;
  }

  h6 {
    font-size: 1.5rem;
  }
}

blockquote{
	max-width: 675px;
	background: #f3f3f3;
	margin: 1rem auto;
	padding: 10px 14px 5px;
}
.post-description blockquote p{
	color: #444;
	font-family: monospace;
}


/*  READMORE ANCHOR OFFSET */
a#readmore {
    display: block;
    position: relative;
    top: -130px;
    visibility: hidden;
}

audio{
	max-width: 600px;
	width:90%;
}


/* MailChimp Form Embed Code - Horizontal Super Slim - 12/16/2015 v10.7
Adapted from: http://blog.heyimcat.com/universal-signup-form/ */

#mc_embed_signup form {text-align:center; padding:10px 0 10px 0;}
.mc-field-group { display: inline-block; } /* positions input field horizontally */
#mc_embed_signup input.email {border: 1px solid #ABB0B2;  color: #343434;  height:32px; padding: 0px 0.4em;  width:350px; vertical-align:top;}
#mc_embed_signup label {display:block; font-size:16px; padding-bottom:10px; font-weight:bold;}
#mc_embed_signup .clear {display: inline-block;} /* positions button horizontally in line with input */
#mc_embed_signup .button {font-size: 13px; border: none; letter-spacing: .03em; color: #fff; background-color: #09bb4a; box-sizing:border-box; height:32px; line-height:32px; padding:0 18px; display: inline-block; margin: 0; transition: all 0.23s ease-in-out 0s; -webkit-appearance: button;}
#mc_embed_signup .button:hover {background-color:#14a84a; cursor:pointer;}
#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}
