@charset "UTF-8";
/* CSS Document */

/* VARS */
:root {
  --color: #917D3C; /* braun/gold */ 
  --color: #000000; /* braun/gold */ 
  --colorh: #666666; /* braun/gold */ 
  --colora: #0000ff; /* braun/gold */ 		
  --color-bg1: rgba(0,0,0,0.1);
  --color-bg2: rgba(0,0,0,0.2);
  
  --linem: 4px solid #000;
  --line1: 2px solid #000;
  --line2: 1px solid #000;
  --line3: 1px solid #ccc;  
  
}


/* ------------------------------ */

.itemx{
	display:flex;
}


.project-img,.tile-img{
	width:240px;
	height:160px;
	background-color:#eee;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	margin-right:8px;
	background-blend-mode: multiply;	
}

.project-img .bar{
	position:absolute;
	bottom:0px;
	right:0px;
	width:100%;
	height:10px;
	opacity:1;
	color:#000;
	padding:1px 0px 1px 8px;
	overflow:hidden;
}
.project-img .bar > div{
	position:absolute;
	top:0px;
	left:0px;
	width:0%;
	height:24px;
	background:var(--color);
	opacity:0.8;
}
.project-img .bar > span{
	position:absolute;
	top:0px;
	left:0px;
	width:0%;
}
.project-img .realized{
	background:var(--color);
	opacity:0.8;
	top:0px;
	right:0px;
	width:10px;
	height:100%;
}
.project-img .notrealized{
	background:var(--color);
	opacity:0.8;
	top:0px;
	left:0px;
	width:10px;
	height:100%;
}

.project-img .status{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:auto;
	border-bottom:1px solid #000;
}
.project-img img,.tile-img img{
	max-width:100%;
	max-height:100%;
	position: absolute;
	width:100%;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}
.tile-img.library{
	height:240px;
	background:rgba(0,0,0,0.1);
	margin-right:8px;
    padding:16px;
}
.tile-img.library img{
	max-width:90%;
	max-height:90%;
	width:auto;
}
.badge{
	display:flex;
	padding:8px 10px;
	padding:0px;
	padding-left:16px;
	margin-bottom:2px;
}
.badge.nostatus{
	padding-left:0px;	
}
.badge > div{
	flex:1 1;	
}
.badge.team-a a::before{
	position:absolute;
	top:6px;
	left:-16px;
	width:8px;
	height:8px;
	border-radius: 100%;
	background:#999;
	content:'';	
}
.badge.team-a a, .badge.team-p a{
}

.datalink a, a.datalink{
	cursor:pointer;
	color:var(--color);
}
.datalink a{
	color:#999;
}
.datalink.status-a a{
	color:var(--color);
}
.datalink.status-a.team-a a::before{
	background:var(--color);
}

.gui-table .imgs{
	
}

.gui-table .imgs > div{
	padding: 0px;
	margin: 5px 5px 0px 0px;
	float: left;
	width:120px;
	height:80px;
	overflow:hidden;
}
.gui-table .imgs > div img{
    width:100%;
    height:100%;
   
}

.imgs img{
	height:120px;
}
.fixratio{
	width: 100%;
	
}
iframe{
	width:100%;
	border:0px;
	background:rgba(0,0,0,0.1);
}
.fixratio iframe{
	display:block;
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	width:100%;
	height: 100%;
	
}

/* RESETS -------------------------------------------------- */

* { margin: 0; padding: 0 }

a, a:visited{
	color:inherit;
	text-decoration:none;
}
a{
	cursor:pointer;
}
a.link{
	color:var(--color1d);
	cursor:pointer;
}
img{
	display:block;
}
div{
    position: relative;
}
form{
	width:100%;
}
hr{
	border:0px;
	border-top:1px solid var(--color-line1);
	margin:20px 0px 10px;
	padding:0px;
}

p{
	word-wrap:break-word;
}
ul{
    list-style: none;
    padding:0px;
    margin:0px;
}
li{
    padding:0px;
    margin:0px;
}

table{
	width:100%;
	empty-cells:show;
	border-spacing:0px;
}
tfoot{
	display:none;
}
div, td, th{
	position:relative;
	padding:0px;
	vertical-align:top;
}

input[type=text], input[type=search], input[type=password], textarea{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input::placeholder{
    color:rgba(0,0,0,0.2) !important;
    opacity: 1;
}

*:focus {
    outline-width: 0;
	outline:none !important;
}

/* HELPERS -------------------------------------------------- */

.color{
	color:var(--color) !important;
}

.inline-block{
	display:inline-block;
}
.block{
	display:block;
}
.bold{
    font-weight: 700 !important;
}
.tar{
	text-align:right;
}
.tac{
	text-align:center;
}

.bg1{
    background:rgba(0,0,0,0.1);
}
.bg2{
	background:rgba(0,0,0,0.2);
}
.flex{
	display:flex;
}
.hidden{
	display:none;
}
.upper{
	text-transform:uppercase;
}
.block-80{
	display:inline-block;
    width:80px;
}
.block-100{
	display:inline-block;
    width:100px;
}
.block-160{
	display:inline-block;
    width:160px;
}
.ft-small{
	
}

.meta{
	
	padding:16px;
	color:var(--color);
}
.meta li{
	border-top:1px solid var(--color);
	padding-top:8px;	
}
.meta span{
	border-bottom:1px solid var(--color);
}


/* TYPO -------------------------------------------------- */

html, body{
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
	background:#fff;	
	
	font-family: Helveticax, "Times New Roman", Times, serif, Georgie, serif;
	font-size:16px;
	line-height:20px;
	letter-spacing:0px;
	color: #000;
}

h1{
    font-size: 36px;
    line-height: 40px;
	
}
h2{
	font-size: 36px;
    line-height: 40px;
	padding:20px 0px;
	margin:0px;
	font-weight:normal;
}
/*
h2.noborder{
	border-bottom:0px solid #000;
	padding:10px 0px 0px;
}
*/
h3{
	font-size: 16px;
    line-height: 24px;
	padding:18px 0px;
}
h4{
    font-size: 16px;
    line-height: 24px;
	padding:10px 0px;
}
h5{
    font-size: 16px;
    line-height: 20px;
	padding:5px 0px;
}

.ls-10{
  letter-spacing: 10px;
  margin-right: -10px; 
}
.pointer{
	cursor:pointer;
}

/* LAYOUT --------------------------------------------------  */

.pane{
    flex: 0 1 100%;
	margin:0px 10px;
}
.pane-side{
	flex: 0 0 240px;
}


#appnav{
	z-index:2000;
}

#appnav .topbar{
	position:fixed;
	display:flex;
	top:0px;
	left:0px;
	width:100%;
	height:40px;
	background:#fff;
	color:#fff;
	z-index:100;
}

#appnav .topbar .pane .inner{
	line-height:40px;
	padding:0px 0px;
	color:#000;
	display:flex;
}
#appnav .topbar .pane .inner >div{
}
#appnav .topbar .breadcrumb{
    display:none;	
}
#appnav .topbar .appbar{
	transition:opacity 0.4s;
    flex:1 1 60%;	
}
#appnav .topbar:hover .appbar{
	opacity:1;	
}
#appnav .topbar .appbar .search{
	position:absolute;
	top:0px;
	right:0px;
	display:flex;
}
#appnav .topbar .appbar .search input{
	display:inline-block;
	border:0px;
	line-height:36px;
	margin:0px;
	padding:2px 12px 0px 0px;
	text-align:right;
	border-bottom:2px solid #fff;
	width:50px;
	transition:width 0.4s;
	
}
#appnav .topbar .appbar .search.focus input{
	text-align:left;	
	border-bottom:2px solid var(--color);
	color:var(--color);	
	width:180px;
}
#appnav .topbar .appbar .search.focus a i{
	display:inline-block;
	line-height:28px !important;
	width:28px;
	font-size:16px !important;
	background:var(--color);
	color:white;
	margin-top:5px;
	border-radius:100%;
}


#appnav .topbar .appbar .search a{
	margin:0px;
}
#appnav .topbar .appicon{
	display:inline-block;
	width:40px;
	height:40px;
	text-align:center;
	margin-right:5px;
	color:#000;	
}

#appnav .topbar .appicon.on{
	color:var(--color);
    border-bottom:2px solid var(--color);
}
#appnav .topbar .appicon i{
	font-size:20px;
	line-height:40px;	
}
#appnav .topbar .pane-side .inner{
	background:#000;
	line-height:40px;
	padding:0px 10px;	
	position:relative;	
	letter-spacing: 1px;
}

#appnav .topbar .pane-side.right .inner{
	background:var(--color);
}

#appnav .topbar .pane-side i{
	position:absolute;
	top:0px;
	right:0px;
	width:40px;
	height:40px;
	font-size:24px;
	line-height:40px;
	text-align:center;
}

#appnav .apps{
	position:fixed;
	
	top:-1384px;
	left:0px;
	width:100%;
	background:#fff;
	color:#fff;
}
#appnav .apps > div{
	display:flex;
	justify-content: space-evenly;
	justify-content: center;
	flex-wrap: wrap;	
}
#appnav.on .apps{
	top:40px !important;
	background:var(--bg1);
	background:#fff;
}
#appnav .apps .item{
	float:left;	
	width:160px;
	padding:40px 0px 40px;
	opacity:0.2;
	color:#000;	
}
#appnav .apps .item i{
	display:block;
	width:120px;
	height:120px;
	margin:0px 20px;
	border-radius:100%;
	font-size:40px;
	line-height:120px;
	background:#ddd;
	transition:all 0.4s;	
}
#appnav.on .apps .item{
	opacity:1;
}

#appnav .apps .item.on i, #appnav .apps .item:hover i{
	background:var(--color);
	color:#fff;
}

#appnav .apps .item span{
	display:block;
	text-align:center;	
	font-size:12px;
	line-height:30px;
	text-transform:uppercase;
	letter-spacing:2px;
}
/* usernav */

#usernav{
    padding:0px;
    margin:0px;
    max-height:0px;
    overflow: hidden;
    transition:all 0.2s;
}
#usernav li{
    display:block;
}
#usernav li a{
    display:block;
    padding:10px 10px 9px;
    border-top:1px solid #fff;
}
.topbar .right:hover  #usernav{
    max-height:80px;

}

/* contet top*/

#header .pane{
	border-bottom:2px solid #000;
}

#header .pane-side{
	position:relative;
}

#header .pane-side .back{
	background:#000;
	color:#fff;
	border-radius:100%;
	top: auto;
	
	bottom:10px !important;
}
#header .pane-side .back i{
	font-size:20px !important;	
}
#header h1{
    padding:0px;
	margin:20px 0px 0px 0px;
    color:var(--color);
    font-weight: bold;
}
#header h2{
    padding:0px;
	margin:0px 0px 20px 0px;
    color:var(--color);
    font-weight: normal;
}
/* layout */

#main{
	padding-top:30px;
	min-height:100%;
	display:flex;
	flex-direction: column;
}
#search{
	display:none;
}
#search .head{
	left:0px;
	padding:0px 250px;
	position:fixed;
	width:100%;
	background:white;
	z-index:1000;
}
#search h1{
	border-bottom:2px solid black;
	padding:20px 0px 18px 0px;
	color:var(--color);
}


#header{
	
	min-height:60px;
	position:fixed;
	width:100%;
	background:#fff;
	z-index:1000;
}

#main > div.content{
	height:100%;
	padding-top:100px;
}
#main .pane{
    flex: 0 1 100%;
    overflow:hidden;
}
#main .pane-side{
	flex: 0 0 240px;
}

#main .pane-side .bg1{
	height:100%;
}


#main .content .pane{
	height:100%;
}
/*
#main .content .pane-side{
    min-height:1000px;
}
*/
#main .content .pane-side{
	height:100%;
}
#main .content .pane-side .inner{
    background:rgba(0,0,0,0.1);
    width:240px;
    height:100%;
    padding:0px 0px; 
}
/*
#main .content .pane-side .inner.fixed{
    position:fixed;
}
*/
#main .content .pane-side .inner{
    position:fixed;
    height:calc(100vh - 194px);
    overflow: auto;
}

.msg{
	padding:10px 20px 10px;
	border-bottom:1px solid rgba(0,0,0,0.1);
    background:rgba(0,0,0,0.1);
    line-height:40px;	
}
.msg a{
	display:inline-block;
    margin-right:4px;
    padding:0px 16px;
    background:rgba(0,0,0,0.1);
}
.msg a:hover{
    background:rgba(0,0,0,0.2);
}
.msg.news-queue{
	 background:rgba(0,204,0,0.1);
}
.msg.news-queue a{
    background:rgba(0,0,0,0.1);
}
.msg.news-queue a:hover{
	 background:rgba(0,204,0,0.2);	
}

.msg.news-queue .publish-comment{
	display:none;
	margin-bottom:12px;
}
.msg.news-queue .publish-comment.on{
	display:block;
}
.msg.news-queue textarea{
	width:100%;
	border:1px solid rgba(0,0,0,1);
	padding:8px 16px;
	margin-bottom:4px;
	background:none;
	line-height:24px;
}

.msg.error{
	 background:rgba(204,0,0,0.1);
}
.msg.error a{
	 background:rgba(204,0,0,0.2);
}
.msg.error a:hover{
	 background:rgba(204,0,0,0.3);	
}

/* filter box */

.box{
	position:relative;
}

.box h3::after{
	position:absolute;
	top:10px;
	right:16px;
	width:20px;
	height:21px;
	border:1px solid rgba(0,0,0,0.2);
	border-radius:100%;
	background:url(img/icon_plus.svg);
    content:'';
}
.box.on h3::after{
	background:url(img/icon_minus.svg);	
}
.box > div{
    max-height:0px;
	overflow:hidden;
	transition:max-height 0.4s;
}
.box.on > div{
    max-height:800px;
}
.box h3.colapse{
    cursor: pointer;
}

/* page-search */

#header .search{
	padding:0px 0px;
}
#header .search input{
	border:0px;
	font-size:36px;
	line-height:40px;
	margin:0px;
	color:var(--color);
}
#header .search input:placeholder{
    color:rgba(145,125,60,0.3);
}
#header .search i{
    opacity: 0;
    position:absolute;
    top:5px;
    right:5px;
    width:30px;
    height:30px;
    border-radius:100%;
    text-align: center;
    line-height: 30px;
    background:var(--color);
    color:#fff;
    font-size:20px;
    transition:all 0.4s;
}
#header .search.on i{
     opacity: 1;
}
.searchqs{
    opacity:0;
    transition: all 1s;
}
.searchqs.on{
    opacity:1;
}
.results{
	float:left;
	padding:5px 10px 5px 0px;
	margin:10px 2px 10px 0px;
}
.searchq{
	float:left;
	padding:5px 35px 5px 10px;
	background:var(--color);
	margin:10px 2px 10px 0px;
	color:#fff;
	border-radius:1px;
	cursor:pointer;
	transition:background 0.4s;
}
.searchq:hover{
}
.searchq:last-child{
	margin-right:16px;	
}
.searchq::after{
	position:absolute;
	top:5px;
	right:5px;
	width:21px;
	height:21px;
	border:1px solid rgba(255,255,255,0.2);
	border-radius:100%;
	background:url(img/icon_close_w.svg) center center;
    content:'';
}
.searchq:hover::after{
	border:1px solid rgba(255,255,255,1);
}
#header .functions{
    position: relative;
    height:40px;
    margin-bottom:10px;
}
#header .state{
	float:right;
	padding:10px 16px 10px 16px;
	margin:0px 50px 0px 0px;
}
#header .state.s1{
    background:rgba(0,0,0,0.1);
}
#header .state.si{
    background:rgba(0,0,0,0.1);
}
#header .state.sd{
    background:rgba(255,0,0,0.5);
}

/* page-views */

#header .views{
	position:absolute;
	bottom:0px;
	right:0px;
}
#header .views li{
	width:40px;
	height:40px;
	border-radius:100%;
	float:left;
	text-align:center;
	margin-left:5px;
}
#header .views li.div{
    width:1px;
    height:30px;
	border-radius:0%;
    border-left:1px solid rgba(0,0,0,0.4);
    margin:5px 5px 0px 10px;
}    
#header .views li i{
	font-size:20px;
	line-height:40px;	
}
#header .views li:hover i{
	color:var(--color);
}
#header .views li.on{
    color:var(--color);
	background: rgba(0,0,0,0.1);
}
#header .views li.on i{
    color:var(--color);
}

#header .views li.bookmark.on, #header .views li.bookmarks.on{
	background:var(--color);
}
#header .views li.bookmark.on i, #header .views li.bookmarks.on i{
	color:#fff;	
}
#header .views li.bookmark.on i::before{
	content: "\e983" !important;	
}

// others

.status{
	position:absolute;
	bottom:10px;
	right:0px;
	padding:4px 16px;
	background:red;
	color:#fff;
}


#add{
	position:fixed;
	display:block;
	right:250px;
	bottom:20px;
	width:44px;
	height:44px;
	border-radius:100%;
	background:var(--color);
	color:#fff;
	
}
#add i{
	display:inline-block;
	width:100%;
	line-height:44px;
	font-size:24px;
	text-align:center;
}
.dotx{
	display:inline-block;
	display:none;
	width:40px;
	height:40px;
	border-radius:100%;
	background:#000;
	color:#fff !important;
	font-size:24px;
	line-height:40px;
	text-align:center;
	padding-top:2px;
	margin:10px 10px;
}

.but-color{
    background:var(--color) !important;
    transition:all 0.2s;
}
.but-color:hover{
    background:var(--colorh) !important;
}
.but-color:active{
    background:var(--colora) !important;
}

.pane-side h3{
	font-weight:normal;
	font-style:italic;
	padding:8px 0px 8px;
	margin:0px 16px 0px;
	border-bottom:1px solid rgba(0,0,0,0.2);
}
.pane-side.right h3{
	color:var(--color);	
	border-bottom:1px solid var(--color);
}

.pane-side .page-nav{
    margin:0px 16px;
}
.pane-side .page-nav li{
    padding:10px 0px;
    border-bottom:1px solid rgba(0,0,0,0.2);
}
.pane-side .page-nav li.on,.pane-side .page-nav li:hover{
    color:var(--color);   
}
.pane-side .page-nav li.on{
	margin-top:-1px;
    margin-left:-16px;
	margin-right:-16px;
	padding:11px 16px 10px;
	border-bottom: 0px;
	background:#ccc;
}

.pane-side .detail-nav{
    margin:0px 16px;
	padding:8px 0px 8px;
	border-bottom:1px solid rgba(0,0,0,0.2);
}
.pane-side .detail-nav a:hover{
   color:var(--color);
}
.pane-side .detail-nav li.on, .pane-side .detail-nav li:hover{
   color:var(--color);
}
.pane-side .detail-nav li.on label{
	padding:0px 4px;
    background:var(--color);
	color:#fff;  
}

.pane-side ul{
	margin:0px 0px 12px;
}
.pane-side .link{
	display:block;
	padding:10px 16px 10px;
	background:var(--color);
	color:#fff;
	margin-top:-1px;
	margin-bottom:3px;
}

.pane-side .cats{
	padding:10px 16px;
	white-space: nowrap;
	overflow:hidden;
}
.pane-side .cats.parent{
	padding:0px;
	margin-bottom:0px;
}
.pane-side .cats li{
	position:relative;
	padding:0px 0px 0px 0px;
    cursor: pointer;
}
.pane-side .cats li:hover{
	color:var(--color);
}
.pane-side .cats li.on{
	color:var(--color);
	margin-left:-16px;
	margin-right:-16px;
	background:#ccc;
	padding:0px 16px;
	
}
.pane-side .cats li.cat-all{
	padding:8px 16px 8px 16px;
}
.pane-side .cats li.cat-selected{
	background:var(--color);
	color:#fff;
	padding:8px 16px 8px 16px;
	margin-bottom:1px;
}


.pane-side .filters, .pane-side .dates{
	padding:10px 16px;
	white-space: nowrap;
	overflow:hidden;
	margin-right:8px;
}
.pane-side .filters li, .pane-side .dates li{
	position:relative;
	padding:0px 10px 0px 30px;
	min-height:30px;
    cursor: pointer;
}
.pane-side .filters li.on, .pane-side .dates li.on{
 	color:var(--color);
}
.pane-side .filters li:hover, .pane-side .dates li:hover{
    color:var(--color);
}
.pane-side .filters li .checkbox, .pane-side .dates li .checkbox{
	position:absolute;
	top:0px;
	left:0px;
	width:20px;
	height:20px;
	margin:5px 0px;
	border:1px solid rgba(0,0,0,0.2);
}
.pane-side .filters li.on .checkbox, .pane-side .dates li.on .checkbox{	
	border:2px solid var(--color);
	background:var(--color) url(img/icon_check_w.svg) center center;
	color:var(--color);
	
}


.pane-side .filters li:hover .checkbox, .pane-side .dates li:hover .checkbox{
	border:2px solid var(--color);
}





.pane-side .filters li label, .pane-side .dates li label{
	position:relative;
	line-height:30px;
}

/* tags */
.pane-side .tags{
	padding:8px 16px;
}
.pane-side .tags li{
	position:relative;
	padding:0px;
	line-height:20px;
}
.pane-side .tags li label{
	display:inline-block;
	position:relative;
	margin:0px;
	color:	var(--color);
	margin-bottom:2px;
}
.pane-side .tags li label span{
	font-size:11px;
	line-height:11px;	
}
.pane-side .tags li.on label{
	background:var(--color);
	color:#fff;
	padding:0px 4px 0px 4px;
	
}

/* tags */
.pane-side .pros{
	padding:8px 16px;
}
.pane-side .pros li{
	position:relative;
	padding:0px;
	line-height:20px;
}
.pane-side .pros li label{
	display:inline-block;
	position:relative;
	margin:0px;
	color:	var(--color);
	margin-bottom:2px;
}
.pane-side .pros li label span{
	font-size:11px;
	line-height:11px;	
}
.pane-side .pros li.on label{
	background:var(--color);
	color:#fff;
	padding:0px 4px 0px 4px;
	
}

/* bookmarks */

.pane-side .bookmarks{
	padding:0px;
	margin:-1px 0px 0px 0px;
}
.pane-side .bookmarks li{
	position:relative;
	
	
	background:var(--color);
	color:#fff;
	margin-bottom:1px;
    cursor: pointer;
	overflow:hidden;	
}
.pane-side .bookmarks span{
	display:block;
	padding:10px 16px;
	line-height:20px;
	margin-right:40px;
	word-wrap: break-word;	
	overflow:hidden;	
}
.pane-side .bookmarks i{
	position:absolute;
	top:10px;
	right:10px;
	width:21px;
	height:21px;
	border:1px solid rgba(255,255,255,0.2);
	border-radius:100%;
	background:url(img/icon_close_w.svg) center center;
	opacity:0;
}
.pane-side .bookmarks li:hover i{
    opacity:1;
}
.pane-side .bookmarks li:hover i:hover{
	border:1px solid rgba(255,255,255,1);	
}

/* status */

.pane-side .statusswitch{
	padding:8px 16px;	
}
.pane-side .statusswitch li{
	display:block;
	position:relative;
	padding:4px 0px 4px 32px;	
}


.pane-side .statusswitch input.radio{
    display:block;
    position:absolute;
    top:3px;
    left:0px;
    width:20px;
    height:20px;
	opacity:0;
	z-index:100;
}
.pane-side .statusswitch input.radio+label::after {
    position: absolute; 
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 11px;
    top: 2px;
    left: -2px;
    background-color: none;
    content: '';
    visibility: visible;
    border: 1px solid var(--color);
	opacity:1;
}
.pane-side .statusswitch input.radio+label{
	color:var(--color);
}
.pane-side .statusswitch input.radio:checked+label::after {
    background-color: #fff;
    border:6px solid var(--color);
}

.pane-side .foreverdelete {
   background:rgba(255,0,0,0.5);
   display:none;
}
.pane-side .foreverdelete.on {
   display:block;
}
.pane-side .foreverdelete:hover {
	background:rgba(255,0,0,0.8);
	color:#fff;	
}


.pane-side .userimg{
	position:relative;
    width:208px;
    height:208px;
    background:#000;
    border-radius:100%;
    margin:16px;
    overflow:hidden;
}


.pane-side .userimg img{
	height:100%;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
	//mix-blend-mode:multiply;
    
}
.pane-side .projectimg{
	width:208px;
    height:208px;	
	margin:16px;
	border-radius:100%;
	//width:240px;
    //height:160px;	
	//margin:0px;
	//border-radius:0%;
	background:none;
	overflow:hidden;
	background-size:cover;
}

.pane-side .previewimg{
	position:relative;
    width:100%;
    padding:40px;
}
.pane-side .previewimg img{
    width:100%;
    display: block;
	margin:0px auto;
}


.lightslider{
 
}

/* news */

.newslist{
	position:relative;
    width:100%;
}

.news{
	position:relative;
    border-bottom: 1px solid #000;
	padding:10px 0px 0px;
}

.news .header{
	position:relative;
	padding:10px 150px  10px 48px;
	margin-bottom:0px;
}

.userbut{
	position:absolute;
	top:0px;
	left:0px;
	width:40px;
	height:40px;
	border-radius:100%;
	background:#000;
	line-height:40px;
	text-align:center;
	color:#fff;
	font-style:normal;
	font-size:12px;
	overflow:hidden;
}
.userbut img{
	height:100%;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}
.options{
	position:absolute;
	top:0px;
	right:0px;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
}
.news .header .date{
	position:absolute;
	top:0px;
	right:48px;
	line-height:40px;
}
.news .inner{
	padding:0px 48px;
}
.news .inner a{
}
.news .note{
	display:inline-block;
	padding:8px 16px;
	border-radius:2px;
	background:#e5e5e5;
	margin-bottom:8px;
}
.news .note::after{
	position:absolute;
	top:-5px;
	left:10px;
	width:16px;
	height:16px;
	transform: rotate(45deg);
	content:'';	
	border-top:8px solid #e5e5e5;
	border-left:8px solid #e5e5e5;
}
.news .note.create{
	background:#50E3C2;	
	min-width:240px;
	
}
.news .note.create::after{
	border-top:8px solid #50E3C2;
	border-left:8px solid #50E3C2;
}
/* news item2 is needed to prevent link propagation in safari tb 7.9.22*/
.news .item, .news .item2{
	display:flex;
}
.news .item .img, .news .item2 .img{
	flex:0 0 250px;
	margin-right:16px;
}
.news .item .pdf, .news .item2 .pdf{
	border:1px solid rgba(0,0,0,0.2);
}
.news .item .img img, .news .item2 .img img{
	max-width:100%;
	background:rgba(0,0,0,0.1);
}
.news .item .imgs, .news .item2 .imgs{
	display:flex;
	margin-right:0px;
	overflow:hidden;
	white-space: nowrap;
    overflow-x: scroll; 
    -webkit-overflow-scrolling: touch;
}
.news .item .imgs > div, .news .item2 .imgs > div{
	margin-right:5px;
}
.news .item .imgs img, .news .item2 .imgs img{
	width:auto;
	max-width:auto;
	height:240px;
}
.news .item .info, .news .item2 .info{
    flex:1 1;
    display:flex;
}
.news .item .urlinfo, .news .item2 .urlinfo{
    flex:1 1;
    display:block;
}
.news .item .urlinfo .title, .news .item2 .urlinfo .title{
    font-weight:bold;
}
.news .mid{
	flex:1 0;
	margin-right:16px;
}
.news .right{
	flex:0 0 250px;
}
.news .inter{
    margin:0px 0px 5px;
    padding-top:5px;
    color:var(--color);
}
.news .inter i{
    display:inline-block;
    font-size: 20px;
    line-height: 40px;
    margin-right:16px;
    vertical-align: top;
}
.news .inter span{  
    display:inline-block;
    line-height: 40px;
}

/* map */
#map_canvas .controls{
	margin:8px;
}
#map_canvas .maptype{
	position:absolute;
	top:0px;
	left:0px;
}
#map_canvas .mapzoom{
	position:absolute;
	right:0px;
	bottom:80px;
}

#map_canvas .controls a{
	display:inline-block;
	min-width:40px;
	min-height:40px;
	background:#fff;
	box-shadow:0 0 2px rgba(0,0,0,0.2);
	border-radius:2px;
	margin:2px;
	text-align:center;	
}
#map_canvas .controls a.on{
	background:var(--color);
	color:#fff;	
}
#map_canvas .maptype a{
	min-width:160px;
}
#map_canvas .mapzoom a{
	display:block;
}

#map_canvas .controls a label{
	display:block;
	padding:10px 20px;
}
#map_canvas .controls a i{
	font-size:20px;
	line-height:40px;
	
}

.map_bubble .img{
	max-height:160px;
	overflow:hidden;
}
.map_bubble .img img{
}
.map_bubble .close{
	width:30px;
	height:30px;
	background:#fff url(../img/close_2.png) no-repeat 1px 2px;
	position:absolute;
	top:0px;
	right:0px;
	display:none;
	
}
.map_bubble p{
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	line-height:20px;
	margin:4px 0px 0px 0px;
	padding:0px;
		
}

/* comments */

.comments{ 
}

.news .comments{ 
	background:rgba(0,0,0,0.1);
}
.comments .form{
    position:relative;
	padding:20px 50px 20px 50px;
}
.comments .form .button{
	margin-top:10px;	
}
.comments textarea{
	border:1px solid var(--color-line2);
	width:100%;
	height:40px;
	padding:10px;
	font-size:16px;
	line-height:20px;
}
.comments .contents, .likes .contents{
	padding:0px 50px 50px 50px;
}
.comments .contents > div{
	padding:10px 0px;
	animation: slidedown 2s;
	border-top:1px solid rgba(0,0,0,0.5);
    min-height:40px;
    
}
.comments .contents > div .date{
	position:absolute;
	top:0px;
	right:0px;
	font-size:15px;
	line-height:40px;	
}
.comments .contents > div .userbut{
	top:0px;
    left:0px;
    display:none;
}
.comments .contents > div .user{
	padding:0px 0px;
}
.comments .contents > div .options{
	right:-50px;
    top:3px;
}
/* likes */
.news .likes{ 
	background:rgba(0,0,0,0.1);
}
.likes .contents{
	padding:20px 50px 20px 50px;
}


/* jsoneditor */
.jsoneditor .values{
}
.jsoneditor .line{
	display:flex;
	border-bottom:1px solid rgba(0,0,0,0.1) !important;
	padding-right:80px;
}
.jsoneditor .header{
	background:rgba(0,0,0,0.05);
	font-size:12px;
	color:#777;
}
.jsoneditor .header .th{
	padding:1px 10px;	
}
.jsoneditor .line .key{
	border-right:1px solid rgba(0,0,0,0.1);
	flex:0 1 180px;
}  
.jsoneditor .line .value{
	border-right:1px solid rgba(0,0,0,0.1);
	flex:1 1;
}
.jsoneditor .line a{
	right:40px;
}
.jsoneditor .line a i{
	font-size:20px !important;
	color:var(--color);
}
.jsoneditor textarea{
	opacity:0;
	min-height:0px;
	height:0px;
	font-size:1px;
	overflow:hidden;
	padding:0px;
}

@keyframes slidedown {
  from { max-height: 0}
  to   { max-height:10000px}
}
.news .like{
	transition:all 0.4s;
}
.news .like.on{
	color:var(--color);
}
.news .like.on:before{
	content: "\e974";
}
.news .comment.on{
	color:var(--color);
}
.news .comment.on:before{
	content: "\e986";
}


.swatch{
	
}
.swatch .field{
	float:left;
	margin:2px;
	width:33.3%;
	padding:16px;
	
}
.swatch .text{
	float:left;
	margin:2px;
	padding:16px;
}

/* lightbox */

#lightbox{
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.8);
	z-index:2000;
}

/* overlay */
.overlay{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	z-index:2000;
	opacity:0;
	transition:opacity 0.4s;
	pointer-events:none;
}
.overlay.on{
	opacity:1;
	pointer-events:auto;
}
.overlay.inline{
	padding:80px 320px;
}
.overlay .inner{
	width:100%;
	heihgt:100%;
	background:#fff;
	padding:0px 10px 40px 10px;
}
.overlay .close{
	position:absolute;
	display:block;
	top:14px;
	right:14px;
	width:32px;
	height:32px;
	border-radius:100%;
	background:var(--color);
	color:#fff;	
}
.overlay .close i{
	display:inline-block;
	width:100%;
	line-height:32px;
	font-size:18px;
	text-align:center;
}


.overlay h1{
	font-weight:normal;
	font-size:36px;
	line-height:60px;
	color:var(--color);
	border-bottom:1px solid #000;
}
.overlay textarea{
	border:0px;
	width:100%;
}

.specials{
	border-bottom:1px solid #000;
}
.specials > div{
	display:none;	
}
.specials > div.on{
	display:block;	
}


.special-img .items{
	padding-top:8px;
	margin:0px -4px;
}

.special-img .items > div{
	position:relative;
	float:left;
	margin:4px;
}
.special-img .items > div .remove{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:rgba(145,125,60,0.8);
	opacity:0;
	transition:all 0.4s;
}
.special-img  .items > div .remove i{
	display:block;
	font-size:20px;
	line-height:80px;
	color:white;
	text-align:center;
	width:100%;
}
.special-img .items > div:hover .remove{
	opacity:1;
}

.special-img .items img{
	height:80px;
}
.special-pdf .items{
	padding-top:8px;
}
.special-pdf .items > div{
	background:rgba(145,125,60,0.2);
	padding:10px;
	margin-bottom:2px;
	border-radius:2px;
}
.special-pdf .items > div .remove{
	position:absolute;
	top:0px;
	right:0px;
	width:40px;
	height:100%;
	background:rgba(145,125,60,0.8);
	opacity:0;
	transition:all 0.4s;
}
.special-pdf .items > div:hover .remove{
	opacity:1;
}
.special-pdf  .items > div .remove i{
	display:block;
	font-size:20px;
	line-height:40px;
	color:white;
	text-align:center;
	width:40px;
}
.specials .drop{
	display:block;
	padding:20px 40px;
	color:rgba(145,125,60,1);
	border-radius:5px;
	margin:8px 0px 16px;
	text-align:center;
	border:2px dotted rgba(145,125,60,0.5);
	cursor:pointer;
}
.specials .drop:hover{
	background:rgba(145,125,60,0.1);	
}

.attach{
	display:flex;
}
.attach .but{
	flex:1 0 33.33%;
	display:block;
	position:relative;
	background:rgba(0,0,0,0.1);
	line-height:40px;
	padding:0px 16px 0px 40px;
	margin-left:-1px;
	border:1px solid rgba(0,0,0,0.1);
	border-top:1px solid rgba(0,0,0,0.2);
	border-bottom:1px solid rgba(0,0,0,1);
	cursor:pointer;
	
}
.attach .but:last-child{
	border-right:0px solid black !important;	
}
.attach .but:first-child{
	border-left:0px solid black !important;	
}

.attach .but.on{
	background:white;
	border:1px solid rgba(0,0,0,1);
	border-bottom:1px solid rgba(0,0,0,0.1);
}
.attach .but i{
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	height:40px;
	width:40px;	
	font-size:20px;
	line-height:40px;
	text-align:center;
}
.attach .but label{
	display:block;
	
}
.overlay .loading{
	position:absolute;
	display:none;
	justify-content:center;
	align-items:center;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:var(--color);
	opacity:0.8;
	color:#fff;
	text-align:center;
}
.overlay .loading.on{
	display:flex;	
}

.overlay .loading i{
	font-size:48px;	
}


input[type=file]{
	display:block;
	opacity:0;
	width:1px;
	height:0.1px;
	overflow:hidden;
	position:absolute;
	
}

.action{
	margin:40px 0px 24px;
	text-align:center;
}
.action .button{
	background:var(--color);
	border:0px;
	line-height:40px;
	color:#fff;
}

/* jqtreeedit */

.jqtreeedit{
	overflow:auto;
	display:flex;
}
.jqtreeedit > div{
	position:relative;
	width:240px;
	max-height:400px;
	float:left;
	border-right:1px solid rgba(0,0,0,0.2);
}
.jqtreeedit .inner{
   height:100%;
   overflow:scroll;
}

.jqtreeedit ul{
	
	margin-bottom:40px;
}
.jqtreeedit li{
	position:relative;
	padding:2px 8px;
    cursor:pointer;
}
.jqtreeedit li:hover{
	background:rgba(0,0,0,0.05);
}
.jqtreeedit li .buticon{
	width:30px;
	height:24px;
	opacity:0;	
}
.jqtreeedit li .buticon i{
	line-height:24px;	
}
.jqtreeedit li:hover .buticon{
	opacity:1;	
}
.jqtreeedit li.on{
	background:rgba(0,0,0,0.1);
}
.jqtreeedit .bottom{
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:40px;
	border-top:1px solid rgba(0,0,0,0.2);
	background:#fff;	
}


/* loader */

.lds-dual-ring {
  display: inline-block;
  width: 64px;
  height: 64px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}


.gallery{
}
.gallery li{
	float:left;
	margin:5px 5px 0px 0px;
}

/* colors */
table.colors{
    table-layout: fixed;
}

/* MATRIX */
.matrix{
	position:relative;
    overflow:hidden !important;
	height:100%;
	margin:0px 0px 0px 10px;
    
}
.matrix .matrix-corner{
	position:absolute;
	top:0px;
	right:0px;
    width:250px;
	height:40px;
	padding:0px 0px 0px 10px;
	z-index:300;
    background:#fff;
}
.matrix .matrix-corner > div{
	 width:240px;
	 padding:0px 16px;
	 background:#e5e5e5;

}
.matrix .matrix-corner > div > div{
	 width:100%;
	 line-height:40px;
	 border-bottom:1px solid var(--color);
	 font-style:italic;
	 color:var(--color);
}

.matrix .matrix-topnav{
	position:absolute;
	top:0px;
	left:0px;
    width:10000px;
    height:40px;
    overflow: hidden;
	z-index:100;
    background:#fff;
    padding-left:0px;
}
.matrix .matrix-topnav .e{
    border-bottom:1px solid #000;
}
.matrix .matrix-content{
	position:absolute;
	left:0px;
	right:0px;
	padding-top:40px;
	padding-right:0px;
	height:100%;
	width:100%;
}
.matrix .matrix-content .scroll{
	width:100%;
	height:100%;
	overflow:scroll !important;
	
}

.matrix .navitem{
    cursor: pointer;
	background:white;
	cursor:pointer;
}
.matrix .navitem:hover{
   color:var(--color);
}
.matrix .navitem.on{
   color:var(--color);
}
/* left nav*/
.matrix .matrix-contentnav{
	
	position:absolute;
	top:0px;
	right:0px;
	display:block;
	width:250px !important;	
	height:10000px;
	padding:40px 0px 0px 10px;
	background:#ffffff;
	z-index:200;
}
.matrix .matrix-contentnav > div{
	background:#e5e5e5;	
	width:240px !important;	
	height:100%;
}
.matrix .matrix-contentnav .navitem{
	position:absolute;
	height:80px;
	-webkit-transition:top 0.3s;
	-moz-transition:top 0.3s;	
	width:208px !important;
	background:none;
	margin:0px 16px;
	border-bottom:1px solid var(--color);
	 color:var(--color);
}


.matrix .e, .matrix .ee{
	display:block;
	height:40px;
	margin-right:5px;
	border-bottom:1px solid #000;
	float:left;
	padding-top:0px;
	line-height:40px;
}
.matrix .e{
	width:120px;
	height:40px;
	margin-bottom:0px;
}
.matrix .ee{
	width:235px;
	
}
.matrix .noborder{
	border-bottom:0px;
}
.matrix .project{
	position:absolute;
	left:0px;
	top:0px;
	width:120px;
    width:100%;
    height:80px; /*tb2*/
	overflow:hidden;
	/*-webkit-transition:left 0.3s;*/
	/*-moz-transition:left 0.3s;*/
	-webkit-transition:top 0.3s;
	-moz-transition:top 0.3s;
    background: #fff;
    
}
.matrix. project_titlex{
	cursor:pointer;
    height:40px;
}
.matrix. project .img{
	cursor:pointer;
}

.matrix .img{
	position:relative;
    float:left;
	width:120px;
	height:80px;
	overflow:hidden;
	margin-bottom:5px;
	margin-right:5px;
	background:#eee;
	
	
}
.matrix .img.on{
	background-color:var(--color);
	background-size:cover;
	cursor:pointer;
	
		
}
.matrix .img.off{
}
.matrix .img.s2{
	width:auto;
	height:120px;	
}
.matrix .img.color div{
	float:left;
	display:block;
	height:33.3%;
	width:33.3%;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	background:#eee;
}
.matrix .img .counter{
	width:20px;
	height:21px;
	border-bottom:1px solid #000;
	position:absolute;
	top:0px;
	left:0px;
	
	text-align:center;
	line-height:17px;
	background:rgba(255,255,255,0.9);
}
.matrix .detailnav{
	width:245px;
	position:absolute;
	z-index:10000;
}
.matrix .detailnav .counter{
	width:20px;
	height:20px;
    line-height: 20px;
    text-align: center;
    font-size:12px;
    background:rgba(255,255,255,1);
}
.matrix .detailnav a{
	display:block;
	background:rgba(255,255,255,1);
	padding:1px 0px 0px 0px;
	border-top:1px solid #000;
	line-height:20px;
	cursor:pointer;	
}
.matrix .detailnav a:last-child{
    border-bottom:1px solid #000;
}
.matrix .detailnav a:hover, .matrix .detailnav .counter:hover{
    color:var(--color);
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.mobileonly{
    display:none;
}

@media screen and (max-width: 900px) {
	html, body{	
		font-size:16px;
		line-height:20px;
	}
    .mobileonly{
        display:block;
    }
	.mobilehide{
		display:none !important;
	}
	.pane{
		margin:0px 5px;
	}
	/* appnav */
	#appnav, #appnav.on{
		
	}
	#appnav .pane-side{
	}
	#appnav .pane-side .mobileonly{
		 display:inline-block;	
	}
	#appnav .apps{
		top:-500px;
		background:#000 !important;
		transition:top 0.4s;
	}
	#appnav .apps .item{
        width: 120px;
        padding: 10px 0px 10px;
		
	}
    #appnav .apps .item i, #appnav .apps .item.on i {
        width: 80px;
        height: 80px;
        margin: 0px auto;
        font-size: 30px;
        line-height: 80px;
		background:none;
		border:1px solid rgba(255,255,255,0.3);
		color:#fff;
    }
	#appnav .apps .item span {
		color:#fff;
	}
	#appnav .topbar{
		background:#000;
	}
	#appnav .topbar .pane-side{
		flex:0 0 100%;	
	}
	#appnav .topbar .pane-side i{
		right:5px !important;
		font-size:20px;	
	}
	#appnav .topbar div{
		font-size:16px !important;
		line-height:px;
	}
	
	#appnav .topbar .pane .inner{
		color:#fff;
	}
	
	#appnav .topbar .pane-side.right .inner{
		background:none;
		text-align:right;
		padding-right:40px;
	}
	#appnav .usernav-mobile{
		padding:0px 5px;
	}
	#appnav .usernav-mobile a{
		display:block;
		width:100%;
		border-top:1px solid #fff;
		padding:10px 5px;
	}
	
	/* HEADER */ 
	
	#header{
		min-height:auto;
	}
	#header.mobile-s{
		position:relative;
		
	}
	
	#header .pane{
		overflow:visible;
		
    }
	
	#header .pane-side{
        display: none;
    }
	
	#header .search{
		margin-top:0px;
		border-radius:0px !important;
		background:none;
		padding:0px;
		border-bottom:1px solid rgba(0,0,0,1);
	}
	#header .search input{
		font-size:20px;
		line-height:24px;
		padding:7px 0px 8px;		
		width:100%;
		border-radius:0px !important;
		background:none;
        transition: all 0.4s;
	}
    
	#header .views{
		bottom:0px;	
		z-index:1200;
	}
	#header .views li{
		
		background:none;
		margin:0px;
		border:4px solid #fff;
		
	}
	#header .views li i{
		line-height:32px;
	}
	#header .views li.on{
		background:none;
	}
	#header .views li.on i{
		color:var(--color);
	}
	
	
	#header .views li.filters-nav{
		padding:6px 0px;
		margin-right:5px;
		width:auto;
	}
	#header h1{
		font-size:30px;
		ine-height:30px;
	}
	#header h2{
		font-size:30px;
		line-height:30px;
		padding:0px 0px 10px;
	}
	#header .functions{
		height:auto;
		min-height:40px;
		margin:0px;
	}
	#header .functions .views{
		top:0px;
		height:40px;	
	}
    #header .functions .results{
		float:none;
		margin:0px;
		padding:10px 0px;
		text-transform:uppercase;
		font-size:10px;
		font-family:Helvetica, Arial, sans-serif;
	}
	#header .functions .searchq{
		float:none;
		padding:10px 35px 10px 10px;
		margin:0px 0px 2px 0px
	}
	#header .searchq:after{
		top:5px;
		right:5px;
		width:30px;
		height:30px;
        border:0px solid #fff;
        font-family: 'markt' !important;
        font-size:20px;
        line-height: 30px;
        text-align: center;
        content: "\e922";
        background: #fff;
        color:var(--color);
	}
    
	#header .mnav{
		height:40px;
        padding:5px 0;
        white-space: nowrap;
        overflow-x: scroll; 
        -webkit-overflow-scrolling: touch;
        z-index: 1000;
	}
    #header .mnav a{
		display: inline-block;
        padding:5px 10px;
	}
    #header .mnav a:last-child{
        border-right: 0;
	}
    #header .mnav a.on{
		color:var(--color);
	   background:var(--color);
	   color:#fff;
	}
	
	/* CONTENT */
	
		
	#main > div.content{
        display: block;
		padding-top:50px;
	}
	
	#main > div.content .pane-side{
		position:fixed;
        flex:none;
        top:0px;
        left:0px;
        right:auto;
        width:100%;
        height:100%;
        overflow:none;
        background:rgba(0,0,0,0);
        z-index: 10000;
        opacity:0.5;
        transition:all 0.4s;
        pointer-events: none;
	}
    #main > div.content .pane-side.on{
        left:0%;
        opacity:1;
        display:block;
         pointer-events:auto;
        background:rgba(0,0,0,0.8);
    }
    #main > div.content .pane-side .inner{
        position:absolute;
        top:0px;
        left:-80%;
        width:80%;
        height:100%;
        background:#fff;
        transition:all 0.4s;
        overflow: scroll;
    }
    #main > div.content .pane-side.on .inner{
         left:-0%;
    }
	
	#main > div.content .pane-side.mobilebottom{
		position:relative;
		flex:none;
		top:auto;
		left:auto;
		height:auto;
		min-height:auto;
		opacity:1;
	}
	
	#main > div.content .pane-side.mobilebottom .inner{
		 position:relative;	
		 left:0%;
		 width:100%;
		 height:auto;
		 overflow: auto;
	}
	#main .content .pane{
		height:auto;
	}
    
	.content .pane{
		border-top:0px;
		overflow:visible !important;
	}
	
	/* typo */
	h2{
		font-size:30px;
		line-height:30px;
		padding:20px 0px;
		
	}
	
	/* search */
	
	
	
	
	/* table */
	.gui-table{
		table-layout: fixed;
	}
	.gui-table thead{
		display:none !important;
	}
	.gui-table tr{
		display:block;
        position:relative;
        padding:0px 0px 0px;
        border-bottom:1px solid rgba(0,0,0,1);
	}
	.gui-table td:not(.m-fix){
		display:block;
		width:100%;
		padding:0px;
		line-height:20px;
		border-bottom:0px;
		
	}
	.gui-table td:first-child, .gui-table td.m-first{
		padding-top:5px;	
	}
	.gui-table td.m-last{
		padding-bottom:5px;	
	}
	/*
	.gui-table td:last-child{
		position:absolute;
		top:0px;
		right:0px;	
	}
	*/
	.gui-table .imgs{
		margin-right:-5px;
		overflow:hidden;
		padding-bottom:5px;	
	}
	.gui-table .imgs > div{
		width:33.3%;
		height:25vw;
		margin:5px 0px 0px 0px;
		border-right:5px solid #fff;
		
	}
	.gui-table .gui-action{
		display:none;
	}
	
	/* forms */
	.gui-form.mainform{
		margin-bottom:0px;
	}
	
	.gui-form h3{
		padding-top:20px;
	}
	.gui-form .line{
		display:block;
        flex-direction: column;
	}
	.gui-form .lbl{
		position:relative;
		flex:0 0 33%;
		border-right:0px solid #f00;
		padding:0px;
	}
    .gui-form .lbl label{
        padding:8px 10px 0px 0px;
        color:rgba(0,0,0,0.5);
		line-height:14px;
    }
	.gui-form .lbl .unit{
		display:none;
    }
    
	.gui-form .fld{
		flex:1 0;
	}
	
    .gui-form .data{
        padding:5px 0px;
        min-height:0px;
    }
	.gui-form .data.content{
		padding:5px 0px;
	}
	.gui-form .data.content .badge{
		padding:0px;
		margin:0px;
	}
	.gui-form .data.imgs{
		padding: 5px 0px 5px 0px;
	}
	.gui-form .gallery{
		margin-right:-1px;
	}
	.gui-form .gallery li{
		margin:2px 0px 0px 0px;
		width:33.3%;
		overflow:hidden;
		background:rgba(0,0,0,0.2);
		border-right:1px solid #fff;
	}
	.gui-form .imgs img{
		height:25vw;
	}
    
	
	.gui-form .space{
		margin-top:20px;
	}
    .gui-form .action{
        margin:0px 0px 0px;
    }
    .gui-form .action .button{
        width:100%;
        margin:0px;
    }
	.gui-form .formbutton{
        width:100%;
        text-align: center;
    }
    .gui-form .ex{
	   line-height:30px;
	}
	/* images */
	
	.project-img, .tile-img{
        width:120px !important;
        height:90px; !important;
		margin-right:0px;
    }
	
	.project-img img, .tile-img img{
		position:relative;
		top:auto;
		bottom:auto;
		left:auto;
		right:auto;
		height:100%;
		object-fit:cover;	
	}
	
    .tile-img.library {
        height:120px; !important;
		padding:0px;
		margin-right:0px;
    }
	
	
	
    
    /* dialog */
    
    #gui-dialog .win {

        width: 100%;
        margin: auto;
        margin-top: 0px;
        background: #fff;
        border: 0px solid #000;
        box-shadow: 0px 0px 10px rgba(0,0,0,0.2);

    }
    
	/* overlay */
	
	.overlay.inline{
		padding:0px;
	}
	.overlay.inline .inner{
		height:100%;
	}	
	
	#add{
		width:56px;
		height:56px;
		right:10px;
		bottom:10px;
		left:auto;
		margin-left:0px;	
	}
	#add i{
		line-height:56px;	
	}

    
	/* news */
	.news{
		border-bottom:1px solid rgba(0,0,0,0.2);
	}
	.news .header{
		padding-right:48px;
	}
	
	.news .header .options i{
		font-size:20px;	
	}
	.news .header .date{
		top:-16px;
		right:auto;
        left:48px;
		padding-top:0px;
		font-size:10px;
		font-family: Helvetica, Arial,sans-serif;
        opacity: 0.5;
	}
	.news .inner{
		padding:0px;
		margin:10px -5px;
	}
	.news .item{
		display:block;
	}
	.news .inter{
		padding:5px 10px;
	}
	    
	.news .imgs.big{
		display:block;
	}
	.news .item img{
		width:100%;
	}
	.news .item .img{
		margin-right:0px;
		max-height:375px;
		overflow:hidden;
		background:#eee;
	}
	.news .item .img img, .news .item .img > li{
		mix-blend-mode: multiply;
		width:100%;
		margin-top:0px;	
	}
	.news .item .info, .news .item .urlinfo{
		padding:5px;
		
	}
	.news .item .urlinfo{
		padding:5px;
		background:rgba(0,0,0,0.1);
	}
	.news .item .urlinfo .title{
		padding-right:40px;	
	}
	.news .item .urlinfo .domain{
		text-align:center;
		font-size:10px;
		line-height:20px;
		margin-top:-5px;
		margin-bottom:0px;
		font-family: Helvetica, Arial,sans-serif;
		border-bottom:1px solid #000;
	}
	.news .comments{
		background:none;
	}
	
	.news .comments .form{
		border-top:1px solid rgba(0,0,0,0.2);
		padding: 0px;
	}
	.news .comments .form textarea{
		border-radius:0px;
		padding:10px 5px;	
	}
	.news .comments .form .button{
		margin:0px 0px 10px 0px;
		width:100%;
	}
	.news .comments .contents{
		padding: 0px 0px 0px 0px;
		border-bottom:2px solid rgba(0,0,0,1);
		background: rgba(0,0,0,0.1);
	}
	.comments .contents > div{
		border-top:1px solid rgba(0,0,0,0.1);
	}
	.comments .contents > div:first-child{
		border-top:0px solid rgba(0,0,0,0.2);
	}
	.news .comments .user{
		padding-left:10px !important;
	}
	.news .comments .date{
		right:50px !important;
	}
	.news .comments .options{
		right:0px !important;
	}
	
	.news .likes .contents{
		padding: 10px;
		border-bottom:2px solid rgba(0,0,0,1);
	}
    .gallery li{
	   margin:0px 5px 0px 0px;
    }
	
	/* projects map */
	
	#map_canvas .maptype a{
		min-width:100px;
	}
	
		
		
}