html, * {
	padding: 0;
	margin: 0;	
}

html {
	background: url(../img/bg-tile.jpg) #000;
	height: 100%;
	width: 100%;
	overflow: hidden;
	min-width: 100%;
	min-height: 100%;
}

body {
	font: 13px sans-serif;
	color: #fff;
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}

.container-fluid {
	height:100%;
	display:table;
	width: 100%;
	padding: 0;background: rgba(122,122,122,0.24);
background: -moz-radial-gradient(center, ellipse cover, rgba(122,122,122,0.24) 0%, rgba(0,0,0,0.1) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, , color-stop(0%, rgba(122,122,122,0.24)), color-stop(100%, rgba(0,0,0,0.1)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(122,122,122,0.24) 0%, rgba(0,0,0,0.1) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(122,122,122,0.24) 0%, rgba(0,0,0,0.1) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(122,122,122,0.24) 0%, rgba(0,0,0,0.1) 100%);
background: radial-gradient(ellipse at center, rgba(122,122,122,0.24) 0%, rgba(0,0,0,0.1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a7a7a', endColorstr='#000000', GradientType=1 );
}

.row-fluid {
	height: 100%;
	display:table-cell;
	vertical-align: middle;
}

#logo {
	margin: -10% auto;
	width: 190px;
	height: 161px;
	background: url(../img/logo-majice.png) no-repeat;

}

.centering {
  float:none;
  margin:0 auto;
}

/* ----- */
.save {
	-webkit-transform:translateZ(0);
	}

.save .ImgLink {
}

.save .ImgLink img {
/*	max-width:280px;*/
	opacity:1;
	-webkit-transition:opacity .65s;
	display:block;
}

.save .ImgLink:hover {
	background: #fff;	
}

.save .ImgLink img.lazy {
	opacity:0;
}

.mediumLayout .save {
	position: absolute;
/*	width: 280px;*/
}

.grid .save:not(.save.collection) {
	-webkit-perspective:1000;
}

.saveOverlay {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	display:none;
	opacity:0;
	pointer-events:none;
	z-index: -1
}

.saveOverlay {
	cursor:pointer;
	background:url(../img/tag-shadow.png) no-repeat;
}

#NotificationBanner {
	position:relative;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:35px;
	background-color: rgba(17,89,9,0.22);
	border-bottom:1px solid #acf439;
	box-shadow: 1px 1px 3px #81b034;
	z-index:105;
}

#NotificationBanner p {
	position:relative;
	color:#fff;
	font-size:13px;
	line-height:35px;
	margin-left:56px;
}

#NotificationBanner a {
	font-weight:700;
	color:yellow;
}

#NotificationBanner a:hover {
	text-decoration:underline;
}

#NotificationBanner a.close {
	position:relative;
	top:3px;
	display:inline-block;
}

#NotificationBanner a.close:hover em {
	background-position:0 15px;
}

#NotificationBanner em {
	display:block;
	height:15px;
	width:15px;
	background: url(../img/ui/notification-close.png) 0 0;
}

element.style {
top: 0px;
left: 280px;
}


#searchContext {
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	display:inline-block;
	width:670px;
	margin:0 0 0 50px;
	color:#c1c1c1;
}

#searchRelated {
	font-size:12px;
	padding:0 0 12px;
	border-bottom:1px solid #acf439;
}


#searchRelated span {
	color:#666;
}

#searched .emphasis,#searchRelated,#sourced .heavy {
	font-weight:700;
}

#searched .emphasis {
	color:#666;
}

#searched a,#sourced a {
	color:#919191;
}

#searched a:hover,#sourced a:hover {
	color:#555;
}



a.tag {
	color:#ffff0b;
	text-decoration: none;
}

a.tag:hover {
	color:#fff;
}

#tag_set a {
	line-height:15px!important;
}
