/*Logo Spine*/
.spine{
	width: 10%;
	left: 0;
	height: 100%;
	position: fixed;
	opacity: 0;
	z-index: 10;
	-webkit-transition: -webkit-filter 0.2s linear 0s/*,
 left 0.5s ease-in-out 0s*/;
}
.spine #spine-top{
	width: 100%;
	background-repeat: no-repeat;
	position: absolute;
	top: 20px;
}
.spine #spine-top img{
	cursor: pointer;
}
.spine #spine-mid{
	width: 100%;
	background-repeat: no-repeat;
	position: absolute;
	display: none;
}
.spine #spine-mid img{
	/*max-width: 40px;*/
	max-width: 28px;
	margin-top: -10px;
}
.spine #spine-bottom{
	width: 100%;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 10px;
	display: none;
}
.spine #spine-bottom img{
	cursor: pointer;
}
.spine img{
	max-width: 90%;
	max-height: 100%;
}

#home-lightbox{
	display: none;
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
}
#home-lightbox .linkItem-wrapper{
	position: relative;
	text-align: center;
	opacity: 0;
}
#home-lightbox .linkItem{
	text-align: center;
	padding: 10px 20px;
	border: 2px solid #6AC65B;
	color: #FFF;
	font-size: 50px;
	font-family: 'DINOT-CondMedium';
	margin: 10px auto;
	display: inline-block;
}
#home-lightbox .linkItem:hover{
	background-color: #6AC65B;
}
#home-lightbox .close-btn{
	width: 20px;
	height: 20px;
	background: url('../images/btn-close-white.png') no-repeat center center;
	top: 25px;
	right: 45px;
	position: absolute;
	cursor: pointer;
}


/* Small devices (tablets,
 768px and up) */
@media (min-width: 768px) {	
}

/* Medium devices (desktops,
 992px and up) */
@media (min-width: 992px) {
	.spine{
		left: 50%;
		margin-left: -5%;
	}
}

/* Large devices (large desktops,
 1200px and up) */
@media (min-width: 1200px) {
}

@media (min-height: 570px){
	.spine #spine-mid{
		display: block;
	}
}

@media (min-height: 570px){
	.spine #spine-bottom{
		display: block;
	}
}


@media (max-height: 768px) {
	.spine #spine-mid{
		width: 40%;
		position: relative;
		margin: auto;
	}	
}