/*
Theme Name: 10kBeats Premade 14: Billionaire
Theme URI: http://tenthousandbeats.com
Author: Jasper
Author URI: http://tenthousandbeats.com
*/
* {
	margin: 0;
	padding: 0;
}

::-webkit-scrollbar {background-color:#f5f5f5;height: 10px;width: 10px;}
::-webkit-scrollbar-thumb {background-color:#DECDBB;height:10px; border: 4px solid #f5f5f5;}

div#qTip {
  	padding: 5px 10px;
   	display: none;
   	background: #6c423e;
   	color: #ffffff;
   	font-family: 'Arial Narrow', sans-serif;
	font-size: 9px;
   	position: absolute;
   	z-index: 1000;
	letter-spacing: 1px;
  	opacity:.80;
   	-moz-opacity:.80;
   	filter:alpha(opacity=80);
	line-height: 10px;
	text-align: center;
	border-bottom: 1px solid #ffffff;
}

body {
	background-color: #f5f5f5;
	font-family: 'Arimo', sans-serif;
	font-size: 12px;
	color: #474747;
	line-height: 18px;
}

#wrapper {
	margin: 0px auto;
	width: 100%;
	background-image: url("images/header.png");
	background-position: center top;
	background-repeat: no-repeat;
	padding: 0 0 15px 0;
	border-bottom: 8px solid #DECDBB;
}

#container {
	margin: -233px auto 0 auto;
	width: 100%;
	max-width: 1080px;
	display: table;
	position: relative;
	z-index: 30;
}

#header {
	width: 100%;
	max-width: 1050px;
	height: 450px;
	background-image: url("images/header.png");
	background-position: center center;
	background-repeat: no-repeat;	
	margin: 0 auto;
	position: relative;
}

#footer {
	clear: both;
	width: 100%;
	max-width: 1080px;
	margin: 30px auto;
	padding: 0 0 15px 0;
	background-color: transparent;
	position: relative;
	display: block;
	text-align: center;
	text-shadow: 1px 1px #fcfcfc;
	border-bottom: 8px solid #DECDBB;
}

#cred {
	margin: 15px auto;
	padding: 0;
	width: 100%;
	height: 8px;
	line-height: 8px;
	background-color: #DECDBB;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.25em;
	position: relative;
	display: block;
}

#cred span {
	margin: 0 auto;
	background-color: #f5f5f5;
	color: #7a7a7a;
	padding: 0 8px;
}

#cred a {
	color: #7a7a7a;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

#disc {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: justify;
	text-shadow: 1px 1px #fcfcfc;
	font-size: 13px;
	font-style: none;
	line-height: 21px;
	letter-spacing: 0.025em;
	display: block;
	vertical-align: middle;
}

#site {
	margin: 30px auto;
	width: 100%;
	height: 70px;
	padding: 0;
	background-color: transparent;
	color: #7a7a7a;
	text-align: center;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	position: relative;
	z-index: 25;
	display: block;
}

#site span {
	background-color: #f5f5f5;
	line-height: 100%;
	margin: 21px 0 0 0;
	padding: 7px 15px;
	text-shadow: 1px 1px #fcfcfc;
	border: 1px solid #e8e8e8;
	display: inline-block;
	letter-spacing: 0.5em;
	position: relative;
	z-index: 25;
}

#site span::first-letter { padding-left: 0.5em; }

#site:before {
	content: '';
	position: absolute;
	top: 0; left: 0; right: 0;
	margin: 0 auto;
	display: inline-block;
	width: 54px; height: 54px;
	background-color: #f5f5f5;
	border: 8px solid #ECB6B4;
	border-radius: 100%;
	z-index: 15;
}

#mbox {
	margin: 0 0 15px 0;
	padding: 0;
	width: 100%;
	height: 8px;
	line-height: 8px;
	background-color: #DECDBB;
	text-align: center;
	position: relative;
	display: block;
}

#mbox ul {
	counter-reset: li;
}

#menu {
	display: inline-block;
	padding: 0 1%;
}

.menu { display: inline; }

#navi {
	margin: 0 auto;
	background-color: #f5f5f5;
	color: #7a7a7a;
}

#mbox li {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 1px 1px #fcfcfc;
	padding: 0 25px;
	display: inline-block;
	position: relative;
	z-index: 20;
}

#mbox li a {
	color: #7a7a7a;
	letter-spacing: 0.25em;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

#mbox li a:hover {
	color: #DECDBB;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}

#mbox li a::first-letter { padding-left: 0.25em; }

.show-menu {
	width: 90%;
	background-color: #e8e8e8;
	color: #7a7a7a;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px #f5f5f5;
	padding: 15px 5%;
	display: none;
}

.show-menu i { margin: 0 5px 0 0; }

#mbox input[type=checkbox]{
    display: none;
    -webkit-appearance: none;
}

#mbox input[type=checkbox]:checked ~ #navi{
    display: block;
}

#social {
	margin: 30px 0;
	padding: 0;
	width: 100%;
	height: 8px;
	line-height: 8px;
	background-color: #DECDBB;
	text-align: center;
	position: relative;
	display: block;
}

#social span {
	margin: 0 auto;
	background-color: #f5f5f5;
	color: #7a7a7a;
	padding: 0 8px;
}

#social i {
	line-height: inherit;
	font-size: 10px;
	margin: 0 3px;
	color: #b8b8b8;
	text-shadow: 1px 1px #fcfcfc;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

#social i:hover {
	color: #7a7a7a;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}

#wbox {
	margin: 30px 0 0 0;
	width: 100%;
	line-height: 24px;
	padding: 0;
	position: relative;
	font-family: 'Arimo', sans-serif;
	font-size: 13px;
	font-style: none;
	text-align: justify;
	text-transform: none;
	color: #7a7a7a;
	text-shadow: 1px 1px #fcfcfc;
	letter-spacing: 0.025em;
	display: block;
}

#wbox h4 {
	float: left;
	position: relative;
	margin: 0 8px 0 0;
	width: 54px; height: 54px;
	line-height: 54px;
	background-color: #f5f5f5;
	color: #ECB6B4;
	font-family: 'Playfair Display', sans-serif;
	font-size: 32px;
	border: 8px solid #ECB6B4;
	border-radius: 100%;
	text-align: center;
}

h1 {
	font-size: 21px;
	padding: 10px 0px;
}

h2 {
	font: italic 125% georgia;
	color: #555;
}

.postmetadata {
	font: normal 85%/190% arial;
}

a:link, a:visited {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: inherit;
	border-bottom: none;
}

b, strong {
	color: inherit;
}

#sidebar {
	background-color: #f5f5f5;
	margin: 0 auto;
	max-width: 320px;
	padding: 15px;
	position: relative;
	display: table-cell;
	vertical-align: top;
}

#sidebar #main {
	margin: 0 auto 15px auto;
	background-image: url("images/main.png");
	background-position: center center;
	background-repeat: no-repeat;
	width: 320px; height: 420px;
	position: relative;
	display: block;
}

.sidebox {
	background-color: transparent;
	width: 100%;
	font-family: 'Arimo', sans-serif;
	font-size: 13px;
	color: #5c5c5c;
	line-height: 21px;
	margin: 0 0 15px 0;
	text-shadow: 1px 1px #fcfcfc;
}

.sidetitle {
	margin: 0 auto 5px auto;
	background-color: transparent;
	color: #7a7a7a;
	font-family: 'Droid Serif', sans-serif;
	font-size: 12px;
	font-weight: 700;
	font-style: italic;
	text-align: left;
	text-transform: uppercase;
	text-shadow: 1px 1px #ffffff;
	width: 100%;
	line-height: 24px;
	display: block;
	position: relative;
}

.sidetitle i {
	margin: 0 8px 0 0;
	width: 24px; height: 24px;
	background-color: transparent;
	color: #ECB6B4;
	line-height: 24px;
	text-align: center;
	border: 2px solid #ECB6B4;
	border-radius: 100%;
	display: inline-block;
}

.sidetitle span {
	display: inline-block;
	height: 20px;
	border-bottom: 1px solid #7a7a7a;
}

.sidebox b, .sidebox strong {
	font-weight: 700;
}

.sidebox img, .sidebox img a, .entry img, .entry img a {
	background-color: transparent;
	padding: 0;
	margin: 5px 2px;
	opacity: 0.9;
	border: 5px solid #e8e8e8;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.sidebox img:hover, .sidebox img a:hover, .entry img:hover, .entry img a:hover {
	border-color: #ECB6B4;
	opacity: 0.95;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.7 ease-out;
}

.sidebox a, .entry a, #disc a {
	color: #ad7074;
	font-weight: 700;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.sidebox a:hover, .entry a:hover, #disc a:hover {
	color: #ECB6B4;
	text-decoration: none;	
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}

.proj {
	width: 320px;
	height: 152px;
	margin: 10px auto 5px auto;
	position: relative;
	z-index: 20;
	display: block;
	overflow: hidden;
}

.proj img {
	margin: 0 auto;
	opacity: 1;
	border: none;
	position: relative;
	z-index: 15;
}

.projtitle {
	max-width: 71%;
	position: absolute;
	bottom: 0; left: 0; right: 0;
	margin: 0 auto;
	line-height: 100%;
	padding: 6px 2%;
	background-color: #f5f5f5;
	color: #7a7a7a;
	font-family: 'Open Sans Condensed', sans-serif;	
	font-size: 11px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	word-wrap: break-word;
	letter-spacing: 0.25em;
	display: inline-block;
	z-index: 20;
	border: 1px solid #e8e8e8;
}

.projtitle::first-letter { padding-left: 0.25em; }

.projlinks {
	margin: 5px auto;
	padding: 0;
	width: 100%;
	height: 8px;
	line-height: 8px;
	background-color: #DECDBB;
	text-align: center;
	position: relative;
	display: block;
}

.projlinks span {
	margin: 0 auto;
	background-color: #f5f5f5;
	color: #7a7a7a;
	padding: 0 8px;
}

.projlinks i {
	line-height: inherit;
	font-size: 10px;
	margin: 0 3px;
	color: #b8b8b8;
	text-shadow: 1px 1px #fcfcfc;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.projlinks i:hover {
	color: #7a7a7a;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}

.projinfo {
	margin: 0 auto 5px auto;
	color: #616161;
	font-family: 'Arimo', sans-serif;	
	font-size: 11px;
	line-height: 18px;
	text-align: justify;
}

.featured {	
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 20;
    filter: grayscale(15%);
    -webkit-filter: grayscale(15%);
}

.featured img {
	margin: 0px auto;
	width: 100%;
	height: auto;
}

#con01 {
	padding: 233px 15px 0 0;
	display: table-cell;
}

.content {
	margin: 0 0 30px 0;
	padding: 0 0 15px 0;
	background-color: #fcfcfc;
	text-align: justify;
	position: relative;
	display: block;
}

.pcon { display: table; width: 100%; }

.title {
	background-color: transparent;
	color: #7a7a7a;
	margin: 15px auto 8px auto;
	font-family: 'Playfair Display', sans-serif;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 1px 1px #ffffff;
	width: 94%;
	line-height: 100%;
	word-wrap: break-word;
	display: block;
}

.title a {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.title a:hover {
	color: #ECB6B4;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}

.pinfo, .cats {
	margin: 0 auto;
	display: block;
	width: 94%;
	line-height: 100%;
	background-color: transparent;
	color: #b8b8b8;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 1px 1px #ffffff;
	letter-spacing: 0.25em;
	position: relative;
}

.pinfo hr, .cats hr {
	position: absolute;
	background-color: #e8e8e8;
	border: none;
	width: 100%;
	height: 0px;
	top: 0; left: 0;
	margin: 5px 0 0 0;
	z-index: 15;
}

.pinfo span, .cats span {
	background-color: #fcfcfc;
	padding: 0 8px;
	display: inline-block;
	position: relative;
	z-index: 25;
}

.pinfo span::first-letter { padding-left: 0.25em; }

.cats a, .pinfo a {
	color: inherit;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.cats a:hover, .pinfo a:hover, #cred a:hover {
	color: #ECB6B4;
	text-decoration: none;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}

.entry {
	margin: 0 auto;
	width: 94%;
	padding: 0;
	min-height: 42px;
	color: #7a7a7a;
	font-family: 'Arimo', sans-serif;
	font-size: 13px;
	text-align: justify;
	line-height: 200%;
	text-shadow: 1px 1px #ffffff;
}

.entry strong, .entry b {
	font-weight: 700;
}

.entry p {
	margin: 8px 0;
}

.sidebox li, .entry li {
	background-color: transparent;
	list-style: none;
	width: 100%;
	max-width: 100%;
	padding: 8px 0;
	margin: 0 auto;
	border-bottom: 1px solid #e8e8e8;
}



blockquote  {
	width: 100%;
	max-width: 100%;
	margin: 15px auto;
	padding: 0%;	
	font-size: 11px;
	font-style: italic;
	border-top: 2px solid #e8e8e8;
	border-bottom: 2px solid #e8e8e8;
	position: relative;
	z-index: 15;
}

.entry blockquote:before {
	content: 'quote';
	background-color: #fcfcfc;
	color: #b8b8b8;
	padding: 0 0 0 6px;
	position: absolute;
	top: 0; right: 0;
	margin: -5px 0 0 0;
	height: 10px; line-height: 10px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 8px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.5em;
	text-transform: uppercase;
	text-shadow: 1px 1px #ffffff;
	display: inline-block;
	z-index: 25;
}



.gallery  {
	width: 100%;
	max-width: 100%;
	margin: 15px auto;
	padding: 1% 0;
	font-size: 11px;	
	border-top: 2px solid #e8e8e8;
	border-bottom: 2px solid #e8e8e8;
	position: relative;
	z-index: 15;
}

.gallery:before {
	content: 'gallery';
	background-color: #fcfcfc;
	color: #b8b8b8;
	padding: 0 6px 0 0;
	position: absolute;
	top: 0; left: 0;
	margin: -5px 0 0 0;
	height: 10px; line-height: 10px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 8px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.5em;
	text-transform: uppercase;
	text-shadow: 1px 1px #ffffff;
	display: inline-block;
	z-index: 25;
}

.rdmr {
	display: inline;
	background-color: #ad7074;
	color: #fcfcfc;
	margin: 5px 0px;
	padding: 2px;
	font-family: 'Droid Serif', sans-serif;
	font-size: 11px;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	text-shadow: none;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.rdmr:hover {
	background-color: #DECDBB;
	color: #ffffff;
	text-shadow: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}

#searchsubmit, .screen-reader-text {
	display:none;
}

#searchform input {
	margin: 0 auto;
	background-color: #f5f5f5;
	background-image: url("images/search.png");
	background-position: left center;
	background-repeat: no-repeat;	
	color: #7a7a7a;
	width: 89%;
	font-family: 'Droid Serif', sans-serif;
	font-size: 11px;
	padding: 4% 2% 4% 10%;
	border: 1px solid #e8e8e8;
	text-transform: lowercase;
	text-shadow: 1px 1px #fcfcfc;
	letter-spacing: 0.05em;
}

embed,iframe,object,video {max-width: 100%; margin: 1% auto; display: block; }

.navigationbox {
	text-align: left;
}

/* Page Navi */
.wp-pagenavi, .altnavi {
	clear: both;
	background-color: transparent;
	text-align: left;
	text-transform: uppercase;
	display: block;
	font-family: 'Droid Serif', sans-serif;
	font-size: 11px;
	font-weight: 700;
	color: #7a7a7a;
	margin: 0;
	padding: 0;
}

.wp-pagenavi a {
	text-decoration: none;
	background-color: transparent;
	color: #7a7a7a;	
	border: 1px solid #e8e8e8 !important;
	padding: 5px 8px !important;
	margin: 10px 5px 10px 0px !important;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.wp-pagenavi a:hover {
	border: 1px solid #ECB6B4 !important;
	background-color: #ECB6B4;
	color: #ffffff;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}

.wp-pagenavi span {
	text-decoration: none;
	background-color: transparent;
	color: #7a7a7a;	
	border: 1px solid #e8e8e8 !important;
	padding: 5px 8px !important;
	margin: 10px 5px 10px 0px !important;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.wp-pagenavi span.current {
	border: none !important;
	background-color: transparent;
	color: #b8b8b8;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}

.altnavi { display: none; }
.altnavi a { padding: 0 5px; }

#respond { 
	background: transparent;
}

#respond input[type=text], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;
  font-family: 'Cambria', sans-serif;
  font-size: 12px;
}
 
#respond input[type=text]:focus, textarea:focus {
  box-shadow: 0 0 5px rgba(138, 168, 179, 1);
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(138, 168, 179, 1);
}

.wpcf7 input { padding: 5px !important; }

#author, #url { 
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color:#bf834d; 
}

#submit {
	min-width: 100px;
	height: 30px;
	line-height: 30px;
	font-family: 'Droid Serif', sans-serif;
	background-color: #ad7074;
	color: #fcfcfc;
	font-size: 11px;
	font-weight: 700;
	padding: 0px 5px;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid transparent;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
} 

#submit:hover {
	background-color: #ECB6B4;
	color: #ffffff;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}

.commentslist {
	margin-bottom: 15px;
}

.commentslist::first-letter { padding: 0; clear: both; margin: 0; }

.commentslist li {
	font-family: 'Arimo', sans-serif;
	font-size: 12px;
	margin: 0px;
	list-style: none;
	background-color: transparent;
	text-indent: 0px;
	border: none;
	max-width: 98%;
}

.commentslist ol {
	clear: both;
	margin-bottom: 30px;
}

ol, ul {
	list-style: none;
}

ul.children {
	list-style: none;
	margin-top: 10px;
}

.commentslist ul.children li { border-left: 2px solid #e8e8e8; padding: 0 0 0 1%; }
.commentslist ul.children ul.children li { border-left: 2px solid #e8e8e8; padding: 0 0 0 1%; margin: 0 0 0 1%;}

.commentslist li .avatar { 
	float: left;
	border: none;
	padding: 3px;
	margin-right: 5px;
	}

.commentslist cite, .commentslist cite a {
	font-weight: bold;
	font-style: normal;
	}

.commentslist p {
	margin: 10px 0px;
	font-weight: normal;
	line-height: 14px;
	text-transform: none;
	text-align: left;
	}
	
li img {
	background-color: transparent !important;
}

#commentform {
	margin-top: 10px;
}

.cancel-comment-reply {
	margin-left: 10px;
}

span.screen-reader-text { display: none; }

.alt {
	background-color: transparent !important;
	margin-left: 2% !important;
}

.error  { font-size: 12px; padding: 0 0 5px 0; color: #FF0000; }
input.error, textarea.error { background: #FFD2D2; color:#000000; }

@media only screen and (max-device-width: 1100px), all and (max-width: 1100px) {
	#wbox { display: block; width: 96%; padding: 0 2%; margin: 0 auto; }
	#social { margin: 15px auto 30px auto; }
	#container { margin: 15px auto; width: 96%; max-width: 96%; display: block; }
	#con01 { padding: 0 0 5px 0; display: block; }
	.content { width: 100%; max-width: 100%; margin: 0 auto 30px auto; }
	.entry iframe { max-width: 90%; }
	.entry table { width: 96% !important; }
	#sidebar { display: block; }
	#sidebar #main { display: none !important; }
	.wp-pagenavi { text-align: center; }
	#footer { width: 96%; max-width: 96%; }
	#fcontent { background-image: none; width: 96%; padding: 1% 2%; min-height: 0; }
}

@media only screen and (max-device-width: 800px), all and (max-width: 800px) {
	body, #wrapper, #header { background-image: none; overflow-x: hidden; }
	#header { width: 100%; height: auto; line-height: 100%; }
	#mbox { background-color: transparent; width: 100%; max-width: 100%; height: auto; line-height: 100%; font-size: 12px; margin: 0 auto 15px auto; }
	#menu { width: 100%; padding: 0; }
	#menu ul { position: static; display: none; }
	#menu li { margin: 0px; }
	#mbox li {  width: 94%; background-color: transparent; color: #7a7a7a; text-decoration: none; text-transform: uppercase; text-align: center; padding: 1% 3%; border-bottom: 1px solid #e8e8e8; z-index: 30; }
	.show-menu { display:block;	}
	.entry img { max-width: 12vw; height: auto; }
	.wp-pagenavi { display: none !important; }
	.navigationbox { text-align: center; }
	.altnavi { display: inline-block; width: 96%; max-width: 96%; float: none; text-align: center; padding: 1% 0; margin: 0 auto; }
}

@media only screen and (max-device-width: 400px), all and (max-width: 400px) {
	#cred { line-height: 120%; background-color: transparent; }
}

@media only screen and (max-device-width: 360px), all and (max-width: 360px) {
	.proj { width: 100%; }
}