/* You can type here any CSS code that will be loaded both on your admin and front-end pages.
Let us help you by giving a few exmaple CSS classes: */

#top .fp-tooltip {
	background: white;
font-family: 'Titillium Web';
color: #33a6d9 !important;
font-weight: 700 !important;
font-size: 16px;
text-transform: uppercase;
margin-top: -5px;
padding: 3px 6px;
}

.sociallinks a {
	color: #f5f5fa !important;
	text-decoration: none;	
}

.htlayersliderheader .sociallinks a {
	color: #d6d5da !important;
	text-decoration: none;	
}

.sociallinks a:hover {
	color: #ffa133 !important;
	text-decoration: none;
}

.pubbutton, .pubbuttonsmall {
	-webkit-box-shadow: 3px 3px 3px 0px rgba(33,33,33,0.5);
	-moz-box-shadow: 3px 3px 3px 0px rgba(33,33,33,0.5);
	box-shadow: 3px 3px 3px 0px rgba(33,33,33,0.5);
	overflow: hidden !important;
}

.pubbg {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	background: black;
	height:50%;
	background-size:cover;	
}

.pubbutton .pubtitle {
	position:absolute;
	top:50%;
}

.pubtitle {
	left:0;
	padding:1vh;
}

.pubtitle span {
	line-height: 120%;
}

.pubtag {
	color: #636e73;
	font-size: 66%;
	text-transform: uppercase;
	margin-bottom: 10px;
}

@media only screen and (max-width: 340px) {
	.pubtag {
		margin-bottom: 3px;	
	}
}

/******* ALTE WEBSITE *******/

/* Front-end sliders & preview */
#htterminal:after {
	content:"_";
	opacity: 1;
}

.htterminalstatic:after {
	animation: none;
	-webkit-animation: none;
	-moz-animation: none;
	-o-animation: none;
	-ms-animation: none;
	opacity: 1;
}

.htterminaldynamic:after {
	animation: cursor 1s infinite;
	-webkit-animation: cursor 1s infinite;
	-moz-animation: cursor 1s infinite;
	-o-animation: cursor 1s infinite;
	-ms-animation: cursor 1s infinite;	
}

@-webkit-keyframes cursor {
	0% {
		opacity: 0;
	}
	40% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	90% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes cursor {
	0% {
		opacity: 0;
	}
	40% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	90% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@-moz-keyframes cursor {
	0% {
		opacity: 0;
	}
	40% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	90% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@-o-keyframes cursor {
	0% {
		opacity: 0;
	}
	40% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	90% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@-ms-keyframes cursor {
	0% {
		opacity: 0;
	}
	40% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	90% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.ls-container { /* The slider itself */

}

.ls-slide { 

}

.ls-slide a:hover {
	color: blue;
	text-decoration: underline;
}

.ls-slide #yourID {

}

.ls-slide .yourClass {

}

/* Side color of 3D objects */
.ls-3d-box div { background: #777; }
