 
/*
COLORS


dark blue: #075698
gray: #7f7f7f

fa red: #ed2124;
lt-gray: #f5f5f5;
yellow: #feffd5;

legacy type was 'Open-Sans'

*/

 /*
GENERICS
---------------------------*/

body {
	font-family:'Renner*', sans-serif;
/*	background:#f5f5f5; */
	background:#FFF;
	font-size:0.8em;
	font-weight:400;
	margin:0;
	}

* { box-sizing: border-box;}

b {font-weight:700; }

a:visited, a:link, a:active {text-decoration:none; color:#5289bb;}
a:hover{text-decoration: underline;}


h1, h2, h3, h4 {
	font-family:'Renner*', sans-serif;
	font-weight:500;
	padding:0px;
	margin:0px;
}

img {border:none;}

.table {display:table;}

.center-table {
	display:table;
	margin:auto;
}

.cell {
	display:table-cell;
	vertical-align:top;
	}

.bottom {vertical-align:text-bottom;}

.center-cell {
	display:table-cell;
	vertical-align:middle;
}

.row {display:table-row}

.block {display:block;}

.margin {margin-bottom:12px;}
.margin-top {margin-top:12px;}
.margin-left {margin-left:20px;}
.margin-right{margin-right:20px;}

.clear {clear:both;}

.hidden {display:none;}

.full {width:100%;}
.half {width:50%;}
.third {width:33%;}
.quarter {width:25%}
.three-quarters {width:75%;}

.small {font-size:90%;}
.smaller {font-size:80%;}
.smallest {font-size:75%;}
.big{font-size:120%;}
.bigger {font-size:150%;}
.bold {font-weight:700;}

.center {text-align:center}
.text-left {text-align:left;}
.text-right {text-align:right;}

.right {float:right;}

.left {float:left;}

.inline {display:inline;}
.inline-table {display:inline-table;}

.pad-left {padding-left:20px;}
.pad-right {padding-right:20px;}
.pad-bottom{padding-bottom:20px;}
.padded {padding:10px;}
.pad-bottom-10{padding-bottom:10px;}
.pad-bottom-5{padding-bottom:5px;}
.pad-left-10{padding-left:10px;}
.pad-right-10{padding-right:10px;}
.pad-10 {padding:10px;}
.pad-5 {padding:5px;} 

.relative {position:relative;}
.absolute {position:absolute}



.radius-10 {border-radius:10px;}

/*
GENERIC CONTENT
---------------------------------*/

.container {
	width:100%;
	background:#e1e1e1;
	padding:10px;
	display:table;
}

.content {
	display:table-cell;
	width:80%;
}


a.close {
	color:#FFF; 
	font-weight:700;
	width:22px;
	height:22px;
	display:table;
	background:#000;
	border-radius:11px;
	line-height:22px;
	text-align:center;
}

a.close:hover{
	text-decoration:none;
	background:red;
}

.home {
	display:table-cell;
}

.home-mobile {

}



nav {

	text-align:center;
	
}

nav a {
	color:#4a5057;
	font-family:'Renner*';
	font-weight:400;
	display:inline-table;
	margin-left:10px;
	margin-right:10px;
}


.about {
	display:none;
	font-family:Georgia;
	color:#7f7f7f;
	font-size:130%;
	padding:20px;
	border:solid 2px #7f7f7f;
	border-radius:10px;
}

a.what {
	display:inline-table;
	width:18px;
	height:18px;
	background: #b2c1a2;
	color:#FFF;
	font-family:Bitter;
	font-weight:700;
	border-radius:9px;
	line-height:18px;
	text-align:center;
}

a.what:hover {
	background:#7f7f7f;
}

#social a.ello {
	display:inline-table;
	position:relative;
	width:20px;
	height:20px;
	background-color:#9b9b9b;
	background-image:url('/_css/images/icon-ello.png');
	background-size: cover; 
	background-repeat: no-repeat; 
	background-position: center;
	top:3px;

}

#social a.ello:hover {
	background-color:#0e7495;
	text-decoration:none;
}

/*
COLORS
-------------------------*/

.gray {color:#7f7f7f;}
.red {color:red;}
.yellow{color:#ebe8b6;}
.white{color:#FFF;}
.black{color:#000;}
.dk-gray {color:#4d4d4d}
.fa-red{color:#ed2124;}



.bkg-yellow{background:#feffd5;}
.bkg-gray {background:#ebebeb;}
.bkg-white {background:#FFF;}
.bkg-lt-gray{background:#f5f5f5;}
.bkg-dk-gray{background:#e7e7e7;}
.bkg-black {background:#000; color:#ececec;}
.bkg-green {background:#4b7544; color:#FFF;}
.bkg-lt-blue {background:#d4ecfb;}

.border-wht {border:solid 3px #FFF;}
.border-top-gray{border-top:solid 1px #4d4d4d;}
.border-bot-lt-gray {border-bottom:solid 1px #afadad;}
.border-bt-gray{border-bottom:solid 1px #4d4d4d;}
.border-gray{border:solid 1px #4d4d4d;}



.problem {
	border:solid 3px red;
	padding:20px;
	display:table;
	font-size:115%;
}





/*
TOP
---------------------------*/

.header {
			background:#FFF; 
			padding:15px 0px 10px 0px;}

.member-header {
	position:relative;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}

.member-header-mobile img {
	width:25%;
	padding-left:10px;
	margin-top:5px;
	
}

.member-top-nav-mobile {
	display:none;
}

.content-container {
	position:relative;
	width:90%;
	margin:auto;
	
}

.social {
	position:absolute;
	right:10px;
	top:0px;
	display:table;
	background:#ececec;
	border-bottom-right-radius:6px;
	border-bottom-left-radius:6px;
	padding-right:5px;
}

/*
#social a {
	color:#9b9b9b;
	font-size:150%;
	margin-left:5px;
	display:inline;
	background:transparent;
}

#social a:hover {
	color:#0e7495;
}



#social i {
	color:#9b9b9b;
}

#social i:hover {
	color:#0e7495;
}

*/



/*
.wall {background:#e7e7e7; padding:10px 0px; position:relative;}
*/
.wall {padding:10px 0px; position:relative;}

/*
a.brand {
		position:absolute;
		top:-10px;
		left:0;
		display:table; 
		text-align:center; 
		font-family:Sacramento; 
		color:#FFF; 
		font-size:1.3em; 
		line-height:90%; 
		padding:10px; 
		background:#ff3503; 
		border-bottom-right-radius:3px;
		border-bottom-left-radius:3px;
		}

a.brand:hover {
	color:#74726f;
	text-decoration:none;
	-webkit-transition: color 10s ease;
	-moz-transition: color 10s ease;
	-o-transition: color 10s ease;
	-ms-ransition: color 10s ease;
	transition: color 10s ease;

}

a.brand-icon {

	left:0;
	top:0;
	border-bottom-right-radius:3px; 
	font-size:1.3em;
	line-height:80%;
	color:#FFF;
	padding:10px;
	font-family:Sacramento;
	background:#ff3503;
	display:block;

	text-align:center;
	padding:10px; 
}

a.brand-icon:hover {
	text-decoration:none;
	line-height:0.6em;

}

.brand-g {
	display:table;
	margin:auto;
	line-height:50%;
}

.brand-sticker {
	position:absolute;
	display:table;
	top:0;
	left:0;
	text-align:center;
}

a.brand-logger {
	background:#000;
	color:#FFF;
	display:table;
	padding:5px 10px;
	float:right;
}

a.brand-logger:hover {
	background:#6e6e6e;
}


*/


a.log-in {

	display:inline-table;
	float:right;
	color:red;
	font-size:90%;
	margin-right:12px;
}

.fa-rule {
	border-bottom:solid 2px #afafaf;
	height:2px;
	margin-bottom:20px;
}

/*
HOME PAGE
----------------------------*/

.login {
	display:none;
	background:#ececec;
	border-radius:10px;
	padding:20px;
}

.log-button, .subscribe-button, .register-button, .ask-button, .save-button, .unsubscribe-button {
	background:#075698;
	display:table;
	color:#FFF;
	font-family:Bitter;
	font-weight:700;
	padding:10px;
	cursor:pointer;
	border:solid 2px #FFF;
	margin-top:12px;
}

.log-button:hover, .subscribe-button:hover, register-button:hover, .ask-button:hover, save-button:hover, .unsubscribe-button:hover {
	background:#000;
	color:#b2c1a2;
}

.login-container {
	padding:14px;
	border:solid 2px #FFF;
	border-radius:6px;
	display:table;
}


.action-container {
	background:#075698;
	padding:20px;
	color:#FFF;
	border-radius:10px;
}

.action-container a {
	color:#ebe8b6;
}

.action-button {
	background:#CCC;
	border:solid 2px #FFF;
	padding:10px;
	display:table;
	cursor:pointer;
	color:#075698;
}

.action-button:hover {
	background:#000;
	color:#b2c1a2;
}

.front-headline {
	font-family:'Renner*';
	font-size:120%;
	display:block;
	font-weight:500;
	color:#000;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:5px;
	padding-top:10px;
}

.front-credit {
	font-style:italic;
	margin-left:10px;
}

.front-date {
	margin-left:15px;
	color:#807a7a;
	font-size:80%;
}

.front-credit b {
	font-weight:900;
}

.front-article {
	display:block;
	padding:0px 10px 20px 10px;
}

 a.front-thumb {
 		display:block;
 		float: left;
		width:20%;
		padding-bottom:20%;
		margin:1.66%;
		cursor:pointer;
		background-size: cover; 
		background-repeat: no-repeat; 
		background-position: center;
		vertical-align:middle;
		border-radius:0px;
}

a.front-thumb:hover {
	border-radius:50%;
	-webkit-transition: border-radius .5s   linear ;
	-moz-transition: border-radius .5s   linear ;
	-o-transition: border-radius .5s   linear ;
	-ms-ransition: border-radius .5s   linear ;
	transition: border-radius .5s   linear ;
}

a.tip {
    border-bottom: 1px dashed;
    text-decoration: none
}
a.tip:hover {
    cursor: pointer;
    position: relative;
}
a.tip span {
    display: none
}
a.tip:hover span {
    border: #c0c0c0 1px dotted;
    padding: 5px;
    display: table;
    background:#FFF;
    z-index: 100;
    left: 0px;
    margin: 10px;
    position: absolute;
    top: 50px;
    text-decoration: none;
    font-size:90%;
}

.front-section {
	font-family:'Renner*';
	font-size:150%;
	font-weight:500;
	color:#7f7f7f;
	margin-left:10px;
}

a.front-comment {
	display:block;
	background:#ececec;
	text-align:center;
	font-family:Georgia, serif;
	color:#da991c;
	margin:10px;
	padding:20px;
	position:relative;
	border-radius:10px;
	border:solid 2px transparent;

}

a.front-comment:hover {
	border:solid 2px #7f7f7f;
	text-decoration:none;
}

.quote {font-size:250%; display:table-cell;}


/*
HOME PAGE SLIDES
---------------------------------------------*/

.animate-fading{-webkit-animation:fading 1s infinite;animation:fading 1s infinite}
@-webkit-keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}
@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}

.slide-container { 
	width:100%;
	height:400px;	
	color:#FFF;
/*	font-size:350%; */
	text-align:center;
/*	text-shadow: 2px 2px 5px #000; */
	display:table;

}

.slide-container-mobile {
	display:none;
}

.slide, .slide-display {
	width:100%;
	height:400px;
/*	padding:60px 20px; */
	background-size: cover; 
	background-repeat: no-repeat; 
	background-position: center;
	display:table-cell;
	vertical-align:middle;
	position:relative;

}


.slide-credit {
	width:100%;
/*	background:#e7e7e7; */
	background:#FFF;
	padding:5px;
	text-align:center;
	display:block;
	position:absolute;
	bottom:0;
	color:#000;
}

.slide-author {
	font-style:italic;
	color:#807a7a;
	margin-left:10px;
}

a.select-slide {
	display:inline-table;
	width:10px;
	height:10px;
	border-radius:5px;
	background:#CCC;
	margin-right:10px;
}

a.select-slide:hover {
	background:#000;
}

/*
ROOT CONTENT
-------------------------------*/
a.member-list {
	
	display:table;
	width:25%;
	border-right:solid 5px #FFF;
	margin-bottom:5px;
	float:left;
	padding:10px;
	text-align:center;
	font-size:110%;
	}

a.member-list:hover > .member-list-image {
	border:solid 4px #CCC;
}

a.member-list:hover {
	text-decoration:none;
}

.member-list-image {
	display:block;
	width:180px;
	height:180px;
	margin-left:auto;
	margin-right:auto;
	border-radius:90px;
	border:solid 4px #FFF;
	background-size: cover; 
	background-repeat: no-repeat; 
	background-position: center;
	margin-bottom:5px;
}
/*
MEMBER PAGE
-------------------------------*/

.member-image-wall {
	display:flex;
	flex-flow: row wrap;
	justify-content: space-around;
}

a.image-wall-image {
	display:table;
	width:240px;
	height:240px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	background-size: cover; 
	background-repeat: no-repeat; 
	background-position: center;


}

.news-wall {
	-webkit-column-count: 4; /* Chrome, Safari, Opera */
    -moz-column-count: 4; /* Firefox */
	column-count: 4;

	-webkit-column-gap:10px;
	-moz-column-gap:10px;
	column-gap:10px;

	position:relative;

	padding-right:10px;

}

.news-wall-mobile {
	position:relative;
	padding-right:20px;
}



a.news-item {
	display:inline-table; 
	margin-bottom: 10px;
	width:100%;
	position:relative;
	color:#727272;
	background:#f5f5f5;
	border:solid 1px transparent;


}


a.news-item:hover {
	text-decoration:none;
	border:solid 1px #da991c;
	background: #f3f3f3;
	color:#000;
}

.news-wall img {
	width:100%;
	height:auto;
	display:block;

}

.news-wall-mobile img {

	width:100%;

	}

.news-date {
	padding:5px 10px;
	display:block;
	background:#ececec;
}

.news-short {
	padding:10px;
	font-size:120%;
	display:block;
}


.nav-header {
font-family:'Renner*';
background: #FFF;
font-weight:500;
margin-bottom:10px;
padding:5px;

}

.nav-border{
	border-top:solid 1px #000;
}

.nav-border-bt {
	border-bottom:solid 3px #FFF;
}

.link-header {
	font-family:'Renner*';
	font-weight:400;
	font-size:90%;
	background:#4c4c4d;
	color:#ececec;
	padding:4px;
	text-align:center;
}

.nav-open {
	cursor:pointer;
	padding:10px;

}

.nav-open:hover {
	background:#4c4c4d;
	color:#FFF;
}

.nav-year {
	font-family:'Renner*';
	font-weight:400;
	background:#4c4c4d;
	color:#FFF;
	padding:5px;
	text-align:center;
	border-top:solid 1px #FFF;
}

a.nav-social { 
	display:table-cell;
	width:22px;
	height:22px;
	border-radius:11px;
	vertical-align:middle;
	text-align:center;
	color:#fff;
	

}

a.nav-social:hover {
	background:#000;
	text-decoration:none;
}

a.nav-social i {
	color:#FFF;
}

a.nav-fb { background:#315cb0; }
a.nav-pn { background:#c60514; }
a.nav-tw { background:#4db0f0; }
a.nav-be { background:#166ee8; }
a.nav-in { background:#4f7ea6; }
a.nav-el { background-color:#9b9b9b;
			background-image:url('/_css/images/icon-ello.png');
			background-size: cover; 
			background-repeat: no-repeat; 
			background-position: center; }
a.nav-be { background:#2071ff; }
a.nav-yt { background:#ed2925 }

i.fb {color:#315cb0; }
i.tw {color:#4db0f0; }
i.cm {color:#468a2b; }




a.twitter-timeline {display:inline-block; background: #000000 url("") 8px 8px no-repeat;}


a.member-top-nav {
	display:inline-table;
	margin-right:20px;
	padding-bottom:5px;
	border-bottom:solid 1px transparent;
	color:#000;
	
}

a.member-top-nav:hover {
	text-decoration:none;
	border-bottom:solid 1px #000;
}



.archive-container {
	display:none;
}



div.member-container {
	display:table;
	border-right:solid 1px #0f7697;
	border-top:solid 1px #0f7697;
}




a.blog-entry {
	display:table;
	width:100%;
	color:#000;
	line-height:90%;
	border-bottom:dotted 2px transparent;
	margin-bottom:3px;
	

}

a.blog-entry:hover {
	background:#ececec;
	text-decoration:none;
	border-bottom:dotted 2px #7f7f7f; 
	
}

.blog-entry-title {
	display:table-cell;
	padding-left:5px;
	padding-right:5px;
	vertical-align:middle;
	
}


.blog-entry-thumb {
	background-size: cover; 
	background-repeat: no-repeat; 
	background-position: center;
	width:50px;
	height:50px;
	margin-bottom:5px;
	border-radius:25px;
}

.blog-container {
/*	padding:10px; */
	font-size:110%;
/*	margin-right:20px; */
}

.blog-container a {
	color:#03A9F4;
}

.blog-margin { margin-right:30px; }

.blog-divider {
	margin: 10px 0px;
	padding: 5px 10px;
	border-top:dotted 1px #626260;
	border-bottom:dotted 1px #626260;
	font-size: 90%;
}

.blog-quote {float:right;
				padding:30px;
				text-align:center;
				width:300px;
				border-bottom:solid 2px #eeeeee;
				border-top:solid 2px #eeeeee;
				margin-bottom:10px;
				
			}

.quote-style {font-size:200%; font-weight:700; line-height:70%;}

.cat-header {
	background:#7F7F7F;
	padding:10px 20px;
	font-family:'Renner*';
	font-weight:500;
	color:#ececec;
	font-size:150%;
	text-transform:uppercase;
	
}

.blog-header {
	
	color:#000;
	font-size:115%;
	border-bottom:solid 2px #eeeeee;
	margin-bottom:10px;
	padding-bottom:5px;

}

.blog-header h2 {
	display:inline-block;
	
}

.blog-credit {
	display:inline-block;
	padding-left:20px;
	font-size:80%;
}

.blog-credit a {
	color:#b7def8;
}

a.blog-editor {
	float:right;
	background:#03A9F4;
	display:table;
	color:#FFF;
	border-radius:4px;
	padding:5px 10px;
	font-size:80%;
}

a.blog-editor:hover {
	color:#4e4e4e;
	background:#ececec;
	text-decoration:none;
}

.comment-box {
	background:#a4a4a4;
	padding:15px;
	margin-bottom:10px;
/*	margin-right:20px; */
	color:#ececec;
}

.comment-box textarea {
	width:100%;
	padding:10px;
	height:120px;
	font-size:150%;
	color:#000;
}

#member-mail textarea {
	width:100%;
	padding:10px;
	height:200px;
	font-size:150%;
	color:#000;
}

.comment {
	background:#ececec;
	border-radius:6px;
	margin-bottom:10px;
}

.comment a {
	color:#03A9F4;
}

.comment-credit{
	background:#d0cece;
	padding:10px;
	border-top-right-radius:6px;
	border-top-left-radius:6px;
}


.gallery-container {
	width:90%;
}


.gallery-wall {

	/*

	-webkit-column-count: 4; 
    -moz-column-count: 4; 
	column-count: 4;

	-webkit-column-gap:15px;
	-moz-column-gap:15px;
	column-gap:15px;

	position:relative;

	*/
	display:inline-block;
	width:100%;
	

}

/*

a.gallery-item {
	display:inline-table;
	margin: 0 0 15px;
	width:100%;
	position:relative;

	color:#727272;
	background:#eeeeee;
	border:solid 1px transparent;
	

}
*/

a.gallery-item {
	width: 23%;
	display:inline-block;
	float:left;
	color:#727272;
	background:#eeeeee;
	border:solid 1px transparent;
	margin:5px;

}

a.gallery-item:hover {
	text-decoration:none;
	border:solid 1px #da991c;
	background: #ececec;
	color:#000;
}

.gallery-wall img {
	max-width:100%;
	height:auto;
	display:block;
	margin-bottom:5px;

}

.gallery-item-title {
	position:absolute;
	top:45%;
	left: 0;
	text-align:center;
	width:100%;

}

 a.gallery-thumb {
 		display:block;
 		position:relative;
 		margin-left:auto;
 		margin-right:auto;
		width:90%;
		padding-bottom:90%;
		cursor:pointer;
		background-size: cover; 
		background-repeat: no-repeat; 
		background-position: center;
		vertical-align:middle;
		border-radius:0px;

}

a.gallery-thumb:hover {
	border-radius:20%;
	-webkit-transition: border-radius .5s   linear ;
	-moz-transition: border-radius .5s   linear ;
	-o-transition: border-radius .5s   linear ;
	-ms-ransition: border-radius .5s   linear ;
	transition: border-radius .5s   linear ;
}

.gallery-thumb-name {
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	text-align:center;
	background:#8F8F8F;
	color:#ececec;
	padding:5px;
	font-size:85%;
}

a.gallery-thumb:hover .gallery-thumb-name {
	background:#2a96d3;
}


.fit-img {
	height:70vh; 
	width:auto;
	cursor:pointer;
}

.full-img {
	width:100%;
	cursor:pointer;
}

blockquote {
	border-top:solid 3px #ececec;
	border-bottom:solid 3px #ececec;
	padding-top:10px;
	padding-bottom:10px;
	float:right;
	display:table;
	text-transform:uppercase;
	color:#ed2124;
	font-size:120%;
	text-align:center;
}



/*
SEARCH PAGE
----------------------------*/

.search-result {
  position:relative;
  padding:8px;
  margin:1em 0 3em;
  color:#fff;
  background:#075698; 
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  border-radius:6px;
}

.search-result:after {
  content:"";
  position:absolute;
  bottom:-20px;
  left:50px;
  border-width:20px 0 0 20px;
  border-style:solid;
  border-color:#075698 transparent;
  display:block;
  width:0;
}

a.member-result {
	display:block;
	background:#075698;
	margin-bottom:10px;
	text-align:center;
	color:#FFF;
	width:200px;
}

a.member-result:hover {
	text-decoration:none;
	background:#000;
}

.member-result-name {
	padding-top:6px;
	padding-bottom:6px;
}

.member-result-image {
	width:100%;
	overflow:hidden;
	position:relative;
	max-height:200px;
}

.member-result-image img {
	width:100%;

}

.go-there {
	position:absolute;
	z-index:10;
	float:right;
	top:10px;
	right:10px;
	width:24px;
	height:24px;
	background:#136921;
	color:#FFF;
	border-radius:12px;
	text-align:center;
	line-height:22px;
	font-size:12px;
	border:solid 2px #FFF;
	display:none;
}

.gallery-return{
	display:table-cell;
	border-left:dotted 3px #b2c1a2;
	padding-left:20px;
}

a.gallery-result {
	display:table;
	width:200px;
	position:relative;
	float:left;
	border:solid 1px #b2c1a2;
	margin-right:5px;
	margin-bottom:5px;
	background:#FFF;
	color:#075698;
}

a.gallery-result:hover {
	background:#075698;
	color:#FFF;
	text-decoration:none;
	border-color:#075698;
	transition: background 0.5s, color 0.5s, transform 0.5s;
	-webkit-transition: background 0.5s, color 0.5s, -webkit-transform 0.5s;
}

.gallery-img {
	width:90px;
	height:90px;
	overflow:hidden;
}


.gallery-img-vert {
	width:90px;
}

.gallery-img-horz {
	height:90px;
}


a.cat-list {
	position:relative;
	float:left;
	width:25%;
	display:block;
	color:#FFF;
	text-align:center;

}

a.cat-list:hover {
	background:#000;
	text-decoration:none;
}



/*
NAV
----------------------------*/

.nav-title {

	background:#b2c1a2;
	color:#FFF;
	border-radius:4px;
	margin-top:10px;
	margin-bottom: 10px;
	display:table;
	padding:4px 6px;
}

navtop, navheader {
	height:200px;
}


.category-list {
	position:relative;
	z-index:10;
}

.category-list-scrolled {
	position:fixed;
	top:0;
}

.hit-selected {	
	font-family:Bitter;
	color:#FFF;
	font-size:110%;
	background:#075698;
	padding:3px;
	margin-top:5px;
	margin-bottom:5px;
	display:table;
	border-radius:3px;
	font-weight:700;
}

.member-image-cat {
	width:100%;
	height:200px; 
	overflow:hidden
}

.image-horz {
	height:100%;
	width:auto;
}

.image-vert {
	width:100%;
}




/*
MEMBERS
----------------------------*/

.member-nav { 
	display:table-cell;
	vertical-align:top;
	width:255px;
}

a.nav-profile-image {
	display:block;
	width:180px;
	height:180px;
	margin-left:auto;
	margin-right:auto;
	border-radius:90px;
	border:solid 4px #FFF;
	background-size: cover; 
	background-repeat: no-repeat; 
	background-position: center;
}

a.nav-profile-image:hover {
	text-decoration:none;
	border:solid 4px #cbc7c7;
}

.profile-accent {
	display:table;
	margin:auto;
	width:30px;
	border-top:solid 1px #ed2124;
	height:2px;
	margin-bottom:10px;
}

a.profile-nav {
	padding-left:10px;
	display:block;

}

.member-nav a.profile-nav:hover {
	background:#727272;
	color:#FFF;
	text-decoration:none;
}

a.profile-nav-selected {
	background:#727272;
	color:#FFF;
	padding-left:10px;
}

.first-paragraph {
	position:relative;
	display:block;
}

.first-paragraph::first-letter {
	display:inline-table;
	float:left;
	background:#000;
	font-size:150%;
	color:#FFF;
	padding:3px;
	margin-right:2px;
}





.member-nav-mobile {
	display:none;
}


.member-nav a:hover {
/*THIS TOO*/
}

a.side-nav {
	display:block;
	margin-bottom:5px;
}

a.side-nav:hover {
	text-decoration:none;
	background:#ececec;
}

.nav-pad {
	padding-left:5px;
	padding-right:5px;
}




.member-name {

	font-family:'Renner*';
	font-weight:500;
	font-size:160%;
	padding-left: 20px;
}

.portfolio-name {
	font-family: 'Renner*';
	color:#7f7f7f;
	font-weight:500;
}



a.portfolio-link {

	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;

	align-items: center;

	width:100%;
	margin-bottom:10px;
	border:solid 2px #075698;
	position:relative;

}

a.portfolio-link:hover {
	background:#075698;
	color:#FFF;
	text-decoration:none;
	transition: background 1s, color 1s, transform 1s;
	-webkit-transition: background 1s, color 1s, -webkit-transform 1s;
}

.portfolio-image {

	width:30%;
	overflow:hidden;
	max-height:200px;
}

.portfolio-image-container {
	display:table;
	margin:auto;
	width:600px;
}

.portfolio-list-name {
	display:inline-table;
	padding:20px;

}


.portfolio-thumb-preview {

	max-width:400px;
	max-height:400px;
	overflow:hidden;

}

.portfolio-thumb-preview img {
	max-width:400px;

}

.portfolio-buttons {
	position:fixed;
	z-index:10;
	width:40px;

}


a.portfolio-next {
	display:table;
	width:40px;
	height:40px;
	border-radius:20px;
	background:#7f7f7f;
	color:#FFF;
	line-height:40px;
	text-align:center;
	margin-bottom:5px;
}

a.portfolio-next:hover {
	background:#000;
	text-decoration:none;
}

a.portfolio-thumbs {
	display:table;
	width:30px;
/*	height:38px; */
	background-color:#a29f9f;
	margin-left:auto;
	margin-right:auto;
	font-size:0;
	
}

a.portfolio-thumbs:hover {
	background:#000;
}

.portfolio-caption {
		padding-bottom:10px;
		font-size:110%;
		text-align:center;
	}



.profile-image {
	float:left;
	position:relative;
	margin-right:10px;
	margin-bottom:10px;
	width:33%;
}

.profile-image img {
	width:100%;
}

.image-wall {
	-webkit-column-count: 4; /* Chrome, Safari, Opera */
    -moz-column-count: 4; /* Firefox */
	column-count: 4;

	-webkit-column-gap:5px;
	-moz-column-gap:5px;
	column-gap:5px;

	position:relative;

}

a.image-item {
	display:inline-table;
	margin: 0 0 5px;
	width:100%;
	position:relative;
	border:solid 1px #CCC;
/*	padding:5px; */
	color:#727272;
	background:#FFF;
	

}

a.image-item:hover {
	text-decoration:none;
	border:solid 1px #da991c;
	background: #ececec;
	color:#000;
}

.image-wall img {
	max-width:100%;
	height:auto;
	display:block;
	margin-bottom:5px;

}

/*
ASK ART
----------------------------*/
a.member-icon {
	display:block;
	width:60px;
	height:60px;
	margin-left:auto;
	margin-right:auto;
	border-radius:30px;
	border:solid 2px #FFF;
	background-size: cover; 
	background-repeat: no-repeat; 
	background-position: center;
	margin-bottom:5px;
}

a.member-icon:hover {
	border:solid 2px #CCC;
	text-decoration:none;
}

a.question-list {
	background:#eeeeee;
	border:solid 1px transparent;
	display:block;
	margin-bottom:5px;
	color:#000;
}

a.question-list:hover {
	background:#ececec;
	border:solid 1px #CCC;
	text-decoration:none;

}

.question-tag {
	z-index:10;
	background:#e7e0b0;
	padding:5px;
	display:block;
	color:#423f2e;
}

.answer-list {
	float:right;
	color:#5289bb;
	cursor:pointer;
}

.answer-list:hover {
	text-decoration:underline;
}

a.ask-title {
	display:table;
	padding:5px;
	font-size:200%;
	font-weight:700;
	margin-bottom:10px;
	background:transparent;
	border-bottom:solid 2px #000;
}

a.ask-title:hover {
	background: #c8c7c7;
	text-decoration:none;
}

/*
FORMS
----------------------------*/

input[type="text"],
input[type="email"],
input[type="password"],
textarea { border: solid 1px #9999A9;
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			-o-border-radius: 3px;
			color: #9999A9;
			padding: 2px;
			margin-bottom:10px;
			
		}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus { box-shadow: 2px 2px 3px #CCCCCC;
				-moz-box-shadow: 2px 2px 3px #CCCCCC;
				-webkit-box-shadow: 2px 2px 3px #CCCCCC;
				-o-box-shadow: 2px 2px 3px #CCCCCC;
				color: #666696;
			}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #075698;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #075698;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #075698;
}
:-moz-placeholder { /* Firefox 18- */
  color: #075698;
}

.captcha {
	display:table;
	border:solid 2px #ececec;
	background:#a7b2b9;
	padding:5px;
}

.captcha-request {
	margin-top:5px;
	margin-bottom:5px;
	padding:10px;
	background:#ececec;
	border-radius:4px;
	display:table;
}

input.captcha-word[type='text'] {
	padding:5px;
	font-size:160%;
	font-family:Georgia;
	background:#a7b2b9;
	color:#ececec;
	border:solid 3px #FFF;
	margin-top:5px;
}



/*
MOBILE ONLY
--------------------------------------*/

.gallery-wall-mobile {
	
	
}


a.gallery-item-mobile {
		
	display:block;
	text-decoration:none;
	margin-left:10px;
	margin-right:10px;
	border:solid 1px #000;
	margin-bottom:10px;
}

.gallery-wall-mobile img {
	width:100%;
	margin-bottom:5px;	

}

.wall-mobile {

	border-bottom:solid 1px #000;
	margin-bottom:10px;
}

a.mobile-contributor {
	font-size:200%;
	color:#000;
	font-weight:700;
	text-decoration:none;
	display:table;
	margin-left:10px;
}

.mobile-member-top {
	margin-bottom:10px;
	border-bottom:solid 1px #000;
	padding-bottom:5px;
}

a.mobile-menu, a.mobile-menu-close {
	font-size:150%;
	margin-right:20px;
	padding:5px;
	background:#000;
	color:#FFF;

}





@media screen and (max-width: 1200px){
	
	a.gallery-item {
		width: calc(50% - 40px);
	}

	div.gallery-item {
		width: calc(50% - 40px);
	}
}


@media only screen and (max-width: 500px) {

	a.gallery-item {

		display:block;
		width:90%;

	}

	.front-article {
		display:none;
	}


	h2.member {
		display:inline-table;
	}

	.content-container {
		width:100%;
	}



	.portfolio-buttons {
	position:relative;
	width:90%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;

	}

	a.portfolio-thumbs {
		background:transparent;
		height:0px;
		width:0px;
	}

	a.portfolio-thumbs img {
		display:none;
	}

	a.portfolio-next {
	position:relative;
	display:inline-table;
	padding:10px;
	background:#7f7f7f;
	color:#FFF;
	width:auto;
	height:auto;
	line-height:100%;
	border-radius:0px;
	text-align:center;
	margin-bottom:5px;
	}

	a.portfolio-thumbs {
	display:inline-table;
	background-color:#a29f9f;
	
	}

	
	.mobile-image img {
		width:100%;
		margin-left:auto;
		margin-right:auto;
	}

	a.brand-logger {
		display:none;
	}

	

	.header img {
		margin-left:5px;
	}

	a.log-in {
		display:none;
	}

	.front-credit {
		margin-bottom:0px;
	}

	.profile-image {
		display:table;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:12px;
	}

	.blog-quote {float:right;
				padding:30px;
				text-align:center;
				width:40%;


			}


 
}

@media only screen and (max-width: 1250px) {
	.profile-image {
		display:table;
		margin-right:12px;
		margin-bottom:12px;
		width:50%;
	}

}

@media only screen and (max-width: 750px) {
	.profile-image {
		display:table;
		margin-right:auto;
		margin-left:auto;
		margin-bottom:12px;
	}

}

.top-right-item{
	height:400px;

}

.top-right-item-mobile {
	display:none;
}
