/*! Horizonte Lied - Official Site : CSS Styles */
 
/* ==========================================================================
   Custom styles
   ========================================================================== */
 
/*@import url('https://fonts.googleapis.com/css?family=Caveat:400,700&display=swap'); */
@import url('https://fonts.googleapis.com/css?family=Cabin+Sketch|Cinzel&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lacquer|Quicksand|Share+Tech+Mono&display=swap');

    body * { font-family: 'Share Tech Mono', Verdana;  font-size: 13px;}

	a,
        a:visited, 
	a:link {
	    color: #cccccc;
        text-decoration: none;
    }

	a:hover {
	    color: #9999ee !important;
    }

	#main {
	        width:  100%;
		height: 100%;
	}

	th {
            background-color: #ffffff;
			font-family: 'Cabin Sketch', Verdana;  
			font-size: 14px;
        }

		
	label {
			color: white;
            background-color: #000000;
			font-family: 'Cabin Sketch', Verdana;  
			font-size: 14px;
        }

	#versionButtons {
	    font-size: 10px; 
		padding-left: 40px;
	}
        
        .footer {
            background-color: #000000;
        }
        
        .stroke {
            -webkit-text-fill-color: white; /* Will override color (regardless of order) */
            -webkit-text-stroke-width: 1px;
            -webkit-text-stroke-color: black;
        }
        
        .album_item {
            box-shadow: 3px 3px 3px 3px #fff !important;
            border: 1px solid #444444 !important;
        }
        
        .hover-gallery:hover{-webkit-filter: blur(0px) !important; filter: blur(0px) !important;}
        
.scroll-up {
 height: 200px;	
 overflow-y: scroll;
 position: relative;
 background: black;
 color: white;
 border: 1px solid #dddddd;
}
.scroll-up p {
 position: absolute;
 width: 100%;
 height: 100%;
 margin: 0;
 text-align: center;
 /* Starting position */
 -moz-transform:translateY(100%);
 -webkit-transform:translateY(100%);	
 transform:translateY(100%);
 /* Apply animation to this element */	
 -moz-animation: scroll-up 25s linear infinite;
 -webkit-animation: scroll-up 15s linear infinite;
 animation: scroll-up 15s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes scroll-up {
 0%   { -moz-transform: translateY(100%); }
 100% { -moz-transform: translateY(-100%); }
}
@-webkit-keyframes scroll-up {
 0%   { -webkit-transform: translateY(100%); }
 100% { -webkit-transform: translateY(-100%); }
}
@keyframes scroll-up {
 0%   { 
 -moz-transform: translateY(100%); /* Browser bug fix */
 -webkit-transform: translateY(100%); /* Browser bug fix */
 transform: translateY(100%); 		
 }
 100% { 
 -moz-transform: translateY(-100%); /* Browser bug fix */
 -webkit-transform: translateY(-100%); /* Browser bug fix */
 transform: translateY(-100%); 
 }
}

#news {
    color: #111;
    font-size: 14px; 
    line-height: 1.6;    
    -webkit-font-smoothing: antialiased;
    background-color: black; 

}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    transition: .3s ease;
    background-color: red;
}

.work-item:hover .overlay {
    opacity: 1;
}

.full { z-index: 1000 !important;
    background: url(http://www.ezertmusic.com/images/locked.jpg) 0 0 no-repeat;
    /*min-height: 634px;*/
}
.half {
    background: url(http://www.ezertmusic.com/images/locked.jpg) 0 0 no-repeat;
    /*min-height: 634px;*/
}
.half2 {
    background: url(http://www.ezertmusic.com/images/locked.jpg) 0 0 no-repeat;
    /*min-height: 634px;*/
}
.full, .half, .half2 {
    background-size: cover;
    position: relative;
}

.full:hover .overlay-effect, .half:hover .overlay-effect, .half2:hover .overlay-effect {
    opacity: 0.8;
    cursor: pointer;
}

.overlay-effect {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(259, 67, 95, 0.7);
    overflow:hidden;
}

.full a,
.half a,
.half2 a {
    color: #fff;
}

.full h3,
.half h3,
.half2 h3 {
    padding: 15px 30px;
}

@media screen and (max-width: 768px) {
    .full, .half, .half2 {margin-bottom: 10px;}
}

