* {
	margin: 0;
	padding: 0;
}

::-webkit-scrollbar { width: 11px; height: 7px;	border-width: 2px 5px; border-style: solid; }
::-webkit-scrollbar-thumb {	height: 12px; border: 4px solid; }

::selection {
	background-color: #f0dda9;
	color:#393947;
	text-shadow: 1px 1px #fff3d4;
}
::-moz-selection {
	background-color: #f0dda9;
	color:#393947;
	text-shadow: 1px 1px #fff3d4;
}

body {
	font-family: 'Lato', sans-serif;
	font-size: 11px;
	line-height: 18px;
}

#wrapper {
	margin: 0 auto;
	background-image: url("../images/header.png");
	background-position: center center;
	background-repeat: no-repeat;
}

#container {
	margin: 25px auto 0 auto;
	width: 100%;
	max-width: 1090px;
	display: table;
}

header {
	width: 100%;
	height: 480px;
	background-image: url("../images/header.png");
	background-position: center center;
	background-repeat: no-repeat;	
	margin: 0 auto;
	position: relative;
}

/* === FIXED TOPBAR === */

#topbar {
	width: 98%;
	font-family: 'Lato', sans-serif;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: -0.05em;
	position: fixed;
	top: 0; left: 0;
	margin: 0 auto;
	padding: 1.5vw 1%;
	display: table;
	border-bottom: 15px solid;
	z-index: 999;
}

#mbox {
	margin: 0;
	padding: 0 1vw;
	line-height: 100%;
	text-align: left;
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

#mbox ul {
	counter-reset: li;
}

#menu {
	background-color: transparent;
	font-size: 9px;
	font-weight: 900;
	display: inline-block;
	position: relative;
	z-index: 25;
	letter-spacing: 0.05em;
}

.menu { display: inline; }

#mbox li {
	text-transform: uppercase;
	text-align: center;
	text-shadow: none;
	margin: 0;
	padding: 0 25px;
	display: inline-block;
	letter-spacing: 0.1em;
	position: relative;
	z-index: 20;
}

#mbox li a {
	color: inherit;
	margin: 0;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

#mbox li a:hover {
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}

#mbox ul ul { margin: 0; padding: 0 15px; display: none; position: absolute; border-width: 11px 1px 1px 1px; border-style: solid; }
#mbox ul ul li { float: none; margin: 0; padding: 10px 0 !important; text-align: left !important; display: block !important; border-bottom: 1px solid; z-index: 30 !important; }
#mbox ul ul li:last-child { border: none; }
#mbox li:hover > ul { display: block; }
#mbox li>a:not(:only-child):after { content: ''; margin: 0 0 2px 10px; border: solid; border-width: 0 2px 2px 0; display: inline-block; padding: 2px; -webkit-transform: rotate(45deg); transform: rotate(45deg); }

#mbox ul ul li ul { margin: 5px 0 0 15px; padding: 0 15px; right: -100%; display: none; position: absolute; border: 1px solid; }
#mbox ul ul li>a:not(:only-child) { padding: 0 8px 0 0; }
#mbox ul ul li>a:not(:only-child):after { content: ''; margin: -8px 0 2px 10px; border: solid; border-width: 0 2px 2px 0; display: inline-block; padding: 2px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); float: right; }

#social, #search {
	padding: 0 25px;
	text-align: right;
	display: table-cell;
	vertical-align: middle;
}

#search { border-left: 1px solid; }

#social i {
	color: inherit;
	font-size: 11px;
	margin: 0 5px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

#social i:hover {
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}

#searchsubmit, .screen-reader-text {
	display:none;
}

#searchform {
	margin: 0 auto;	
}

#searchform i { font-size: 11px; color: inherit; margin: 0 6px 0 0;}

#searchform input {
	background-color: transparent;
	margin: 0;
	min-width: 80%;
	font-size: 9px;
	padding: 0 0 2px 0;
	text-transform: none;
	letter-spacing: 0.1em;
	border-width: 0 0 1px 0;
	border-style: solid;
}

#searchform input:focus { outline: none; }
input::-webkit-input-placeholder { color: #4c4c4c !important; }
input::-moz-placeholder { color: #4c4c4c !important; }
input::-ms-input-placeholder { color: #4c4c4c !important; }

.show-menu {
	font-family: 'Old Standard TT', serif;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: left;
	text-decoration: none;
	padding: 5px 0;
	line-height: 100%;
	border: none;
	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;
}

/* === SITE NAME & SLOGAN === */

#site {
	margin: 81px auto 0 auto;
	padding: 0;
	font-family: 'Dr Sugiyama', cursive;
	font-size: 72px;
	line-height: 50%;
	text-align: center;
	text-transform: lowercase;
	display: block;
	position: relative;
}

#slogan {
	font-family: 'Lato', sans-serif;
	font-size: 8px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	display: block;
	position: relative;
}

.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 === */

aside {
	min-width: 320px; max-width: 320px;
	background-color: transparent;
	margin: 0 auto;
	padding: 0;
	position: relative;
	display: table-cell;
	vertical-align: top;
} 

.sidebox {
	background-color: transparent;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	line-height: 24px;
	margin: 0 0 25px 0;
	text-align: justify;
	display: block;
	position: relative;
	z-index: 20;
}

.sidetitle {
	font-family: 'Old Standard TT', serif;
	font-size: 12px;
	font-weight: 700;
	width: 96%;
	margin: 0 auto 15px auto;
	padding: 12px 2%;
	text-align: center;
	text-transform: uppercase;
	text-shadow: none;
	letter-spacing: 0.05em;
	display: block;
	position: relative;
	z-index: 20;
}

.sidetitle::after {
	content: '';
	width: 0; height: 0; 
	position: absolute;
	bottom: 0; left: 0; right: 0;
	margin: auto;
	border-width: 0 12px 6px 12px;
	border-style: solid;
	border-color: transparent;
	display: inline-block;
	z-index: 25;
}
 
.sidebox b, .sidebox strong {
	font-weight: 700;
}

/* === SIDEBAR & CONTENT IMAGES === */

.sidebox img, .sidebox img a, .entry img, .entry img a {
	background-color: transparent;
	padding: 4px;
	margin: 2px;
	opacity: 0.9;
	border: 1px solid;
	-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 {
	opacity: 1;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}

/* === LIST ITEMS === */

.sidebox li, .entry li {
	background-color: transparent;
	list-style: none;
	width: 100%;
	max-width: 100%;
	padding: 0 0 6px 0;
	margin: 6px auto;
	border-bottom: 1px solid;
}

.sidebox li:before, .entry li:before {
	content: '';
	width: 4px; height: 4px;
	margin: 0 8px 2px 0;
	border-radius: 100%;
	position: relative;
	display: inline-block;
}

/* === TEXT LINKS === */

.sidebox a, .entry a, #xtr a {
	font-weight: 700;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.sidebox a:hover, .entry a:hover, #xtr a:hover {
	text-decoration: underline;	
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}

/* === PROJECTS === */

.proj {
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 20;
	display: block;
}

.proj img {
	margin: 0 auto;
	padding: 0;
	opacity: 1;
	width: 100%;
	border: none;
	display: inline-block;
	position: relative;
	z-index: 20;
}

.proj img:hover { opacity: 1; }

.proji {
	width: 78%;
	margin: -40px auto 0 auto;
	padding: 4%;
	font-family: 'Lato', sans-serif;
	font-size: 11px;
	display: block;
	position: relative;
	z-index: 25;
}

.projt {
	padding: 9px 0 0 0;
	font-family: 'Old Standard TT', serif;
	font-size: 12px;
	font-weight: 700;
	text-align: left;
	text-transform: uppercase;
	text-shadow: none;
	border-top: 1px solid;
	display: block;
}

.projt span {
	display: inline;
	position: relative;
}

.projl {
	margin: 7px auto 0 auto;
	padding: 0;
	font-size: 8px;
	text-align: left;
	text-transform: uppercase;
	text-shadow: none;
	letter-spacing: 0.15em;
	display: block;
	border-top: 1px solid;
	position: relative;
	z-index: 25;
}

.projl a {
	margin: 0 15px 0 0;
	padding: 0;
	font-weight: 900;
	text-decoration: none;
	display: inline;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.projl a:hover {
	text-decoration: none !important;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}

.projl a::before {
	content: '';
	width: 6px; height: 6px;
	margin: 0 5px 0 0;
	display: inline-block;
	position: relative;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.projl a:hover::before {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}

/* === CONTENT AREA === */

article {
	display: table-cell;
	padding: 0 50px 0 0;
}

section {
	min-width: 760px; max-width: 760px;
	margin: 0 auto 25px auto;
	padding: 0 0 25px 0;
	border-bottom: 1px solid;
	display: block;
}

.pinfo {
	margin: 0 auto;
	font-family: 'Lato', sans-serif;
	font-size: 8px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	display: block;
}

.pinfo span {
	margin: 0 7px;
	display: inline;
}

.pinfo .dt { font-weight: 900; }

.featured {
	background-color: transparent;
	position: relative;
	width: 100%;
	padding: 0;
	display: block;
	vertical-align: top;
}

.featured img {
	margin: 0 auto;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 20;
}

h1.title, h2 {
	background-color: transparent;
	margin: 0 auto;
	padding: 0;
	font-family: 'Old Standard TT', serif;
	font-size: 27px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: -0.05em;
	line-height: 120%;
	display: block;
	position: relative;
	z-index: 20;
}

h1.title span {
	display: inline-block;
	border-bottom: 1px solid;
}

h1.title a {
	color: inherit;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

h1.title a:hover {
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}

.entry {
	margin: 5px auto 0 auto;
	padding: 0.5vw 0;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	text-align: justify;
	line-height: 24px;
	letter-spacing: -0.01em;
	border-top: 1px solid;
	display: block;
	position: relative;
	z-index: 25;
}

.entry strong, .entry b {
	font-weight: 700;
}

.entry::before {
	content:'';
	position: absolute;
	width: 9px; height: 9px;
	top: -10px; left: 0; right: 0;
	margin: auto;
	border: 5px solid;
	border-radius: 100%;
	z-index: 30;
}

.entry p {
	margin: 8px 0;
}

.cbox {
	text-align: center;
	display: block;
}

.cats {
	padding: 0 5px;
	font-size: 8px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	display: inline-block;
	border-radius: 10px;
}

.cats i { font-size: 10px; }
.cats a {
	margin: 0 5px;
	color: inherit;
	display: inline-block;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.cats a:hover {
	color: inherit;
	text-decoration: underline;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}

blockquote  {
	width: 96%;
	max-width: 100%;
	margin: 12px auto;
	padding: 1% 2%;
	background-color: transparent;
	border: 1px solid;
	position: relative;
	z-index: 15;
 	quotes: "\201C" "\201D" "\2018" "\2019";
}

blockquote:before {
	content: '\201C';
	font-family: 'Old Standard TT', serif;
	font-size: 40px;
	font-weight: 700;
	position: absolute;
	top: 0; left: 0;
	height: 1px;
	margin: -1px 0 0 8px;
	padding: 0 5px;
	text-align: center;
	display: inline-block;
	z-index: 25;
}

blockquote:after {
	content: '\201D';
	font-family: 'Old Standard TT', serif;
	font-size: 40px;
	font-weight: 700;
	position: absolute;
	bottom: 0; right: 0;
	height: 1px;
	margin: 0 8px -1px 0;
	padding: 0 5px;
	text-align: center;
	display: inline-block;
	z-index: 25;
}
	
a.more-link {
	background-color: transparent;
	margin: 0 auto;
	font-family: 'Old Standard TT', serif;
	font-size: 15px;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	text-transform: lowercase;
	display: table;
	position: relative;
}

a.more-link span {
	padding: 0;
	display: inline;
	text-shadow: none;
	position: relative;
	z-index: 25;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

a.more-link:hover {
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}

a.more-link:hover span {
	box-shadow: inset 0 -6px 0 #7eb1e3;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}

a.post-edit-link {
    background-color: rgba(0,0,0,0.1);
    color: #4c4c4c;
    font-family: 'Old Standard TT', serif;
    font-size: 10px;
    padding: 5px;
    text-shadow: none;
    text-transform: uppercase;
    display: inline;
}

iframe, embed, object, video {
	max-width: 100%;
	margin: 12px auto;
	display: block;
}

.clear { clear: both; }

/* === NEXT & PREVIOUS POSTS === */

.rel {
	width: 100%;
	margin: 0 auto;
	display: table;
}

.rprv {
	width: 49%;
	padding: 0 1% 0 0;
	text-align: left;
	display: table-cell;
}

.rnxt {
	width: 49%;
	padding: 0 0 0 1%;
	text-align: right;
	display: table-cell;
}

.rel span {
	display: inline-block;
	margin: 0 0 7px 0;
	padding: 0 5px;
	font-family: 'Old Standard TT', serif;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: none;
	letter-spacing: 0.05em;
}

.rel a {
	padding: 0;
	font-family: 'Old Standard TT', serif;
	font-size: 15px;
	font-weight: 900;
	text-decoration: none;
	text-shadow: none;
	display: inline;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.rel a:hover {
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}

/* === PAGINATION === */

.pagination {
	margin: 0 auto 25px auto;
	padding: 0;
	font-size: 10px;
	font-weight: 900;
	text-align: left;
	text-transform: uppercase;
	border: none;
	display: block;
}

.pagination .current {
	padding: 4px 8px;
	border: 1px solid;
	text-shadow: none;
}

.pagination a, .pagination span {
	background-color: transparent;
	border: 1px solid;
	padding: 4px 8px;
	margin: 0 2px;
	text-decoration: none;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.pagination a:hover {
	text-shadow: none;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}

/* === COMMENTS *** */

#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;
  max-width: 70%;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;
  font-family: 'Lato', sans-serif;
  font-size: 11px;
}
 
#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 {
    background-color: rgba(0,0,0,0.1);
    color: #4c4c4c;
    font-family: 'Old Standard TT', serif;
    font-size: 10px;
    padding: 7px;
	line-height: 100%;
    text-shadow: none;
    text-transform: uppercase;
	text-decoration: none;
    display: inline;
	border: none;
	cursor: pointer;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
} 

#submit:hover {
	background-color: #4c4c4c;
	color: #f7f7f7;
	text-decoration: none;
	-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 li {
	list-style: none;
	background-color: transparent;
	text-indent: 0px;
	border: none;
	box-shadow: none;
}

.commentslist li:before { content: ''; display: none; }

.commentslist ol {
	clear: both;
	margin-bottom: 30px;
}

ol, ul {
	list-style: none;
}

.commentslist ul.children { margin: 1% 0 0 1%; background-color: transparent; border-left: 1px solid #181821; padding: 0 1%; width: 94%; }
.commentslist ul.children ul.children li { border-left: 1px solid #181821; padding: 0 0 0 1%; }

.commentslist li .avatar { 
	float: left;
	background-color: transparent;
	border: 1px solid #181821;
	padding: 3px;
	margin: 0 8px 0 0;
	}

.commentslist cite, .commentslist cite a {
	color: #181821;
	font-weight: 700;
	font-style: normal;
}

.commentslist p {
	margin: 10px 0px;
	font-weight: normal;
	text-transform: none;
	text-align: left;
}

#commentform {
	margin-top: 0;
}

.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; }

/* === LATEST IMAGES === */
h5 {
	font-family: 'Lato', sans-serif;
	font-size: 8px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	display: block;
	position: relative;
}
h5 strong { font-weight: 900; }

#latest {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow-x: hidden;
}

#latest table { margin: auto; padding:  0; text-align: center; display: inline-block; }
#latest table td { padding: 0 2px; }

#latest img {
	background-color: transparent;
	margin: 0;
	padding: 0;
	opacity: 1;
	border: none;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

#latest img:hover {
	opacity: 0.9;
    filter: grayscale(10%);
    -webkit-filter: grayscale(10%);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}

/* === FOOTER AREA === */

#xtr {
	width: 90%;
	background-color: transparent;
	margin: 15px auto;
	display: table;
	text-align: center;
	position: relative;
}

#xtr h4 {
    font-family: 'Old Standard TT', serif;
    font-size: 10px;
    padding: 5px;
    text-shadow: none;
    text-transform: uppercase;
    display: inline;
}

#st {
	margin: 0 auto;
	padding: 0 1.5vw;
	width: 25%;
	font-family: 'Dr Sugiyama', cursive;
	font-size: 45px;
	line-height: 50%;
	text-align: right;
	text-transform: lowercase;
	display: table-cell;
	position: relative;
	vertical-align: middle;
	border-right: 1px solid;
}

#site span, #st span { margin: 0 15px; }

#su {
	font-family: 'Lato', sans-serif;
	font-size: 8px;
	font-weight: 400;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	display: block;
	position: relative;
}

/* === DISCLAIMER OR WELCOME MESSAGE === */

#si {
	margin: 0 auto;
	padding: 0 1.5vw;
	width: 50%;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 24px;
	text-align: justify;
	display: table-cell;
	position: relative;
	vertical-align: top;
}

/* === OFFICIAL LINKS === */

#sl {
	margin: 0 auto;
	padding: 0 1.5vw;
	width: 25%;
	font-family: 'Lato', sans-serif;
	font-size: 8px;
	font-weight: 900;
	line-height: 24px;
	text-align: left;
	display: table-cell;
	position: relative;
	vertical-align: top;
	border-left: 1px solid;
}

#sl a {
	width: 92%;
	margin: 5px auto;
	padding: 0 4%;
	font-weight: 900;
	text-align: right;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: none;
	display: block;
	letter-spacing: 0.05em;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

#sl a:hover {
	text-decoration: underline;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}

#sl i { font-size: 9px; float: left; margin: 7px 0 0 0; }

footer {
	width: 96%;
	margin: 0 auto;
	padding: 1vw 2%;
	font-size: 9px;
	font-weight: 900;
	line-height: 100%;
	text-align: center;
	position: relative;
	display: block;
}

footer li {
	text-transform: uppercase;
	text-align: center;
	text-shadow: none;
	margin: 0;
	padding: 0 5px;
	display: inline-block;
	letter-spacing: 0.1em;
	position: relative;
	z-index: 20;
}

footer li a {
	color: inherit;
	padding: 0;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

footer li a:hover {
	text-decoration: underline;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}