@charset "utf-8";
html, body {
    height: 100%;
	width: 100%;
	overflow: hidden;
}
body {
	color: #fff;
	background: #00AEEF;
/*	background: linear-gradient(-45deg, #0b1685, #cc0854, #256a70, #09b38b);
	background-size: 400% 400%;
	-webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
	animation: Gradient 15s ease infinite; */
	font-size: 62.5%;
}

.continut {
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	min-height: 450px;
	vertical-align: middle;
}

.mijloc {
	display: block;
	position: relative;
	vertical-align: inherit;
	margin-top: auto;
	height: 77%;
	overflow: hidden;
}

.mijloc_cab {
	display: block;
	position: relative;
	vertical-align: inherit;
	margin-top: 14%;
	height: 100%;
	overflow: hidden;
}

.jos {
	display: block;
	width: 100%;
	position: fixed;
	bottom: 0;
	height: 23%;
	overflow: hidden;
	
}

.galben{
	background-color: #DAF41B;
}

.textmijloc {
	display: block;
	width: auto;
	text-align: center;
	font-weight: 800;
	letter-spacing: 4px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 32px;
	font-size: 12vw;
	color: #F8F3F3;
	vertical-align: middle;
	text-transform: uppercase;
	margin-left: auto;
	margin-right: auto;
}

.textjos {
	display: block;
	text-align: center;
	line-height: normal;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:4em;
	vertical-align: middle;
	color: red;
	margin: auto;
}

.text {
	display: block;
	text-align: center;
	line-height: normal;
	letter-spacing: 1px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:2em;
	vertical-align: middle;
	color: red;
	margin: auto;
}
.ceas {
	display: inline-block;
	float: left;
    vertical-align: text-bottom;
    text-align: left;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 24px;
	font-size: 4vw;
	overflow: visible;
}

.simbol {
	display: table-row;
	text-align: left;
	max-height: 100%;
	max-width: 100%;
	float: left;
	vertical-align: middle;
	margin-left: 30px;
	margin-top: 15px;	
}

.clear {
  clear: both;
  height: 1px;
  overflow: hidden;
  font-size: 0pt;
  margin-top: -1px;
}


@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}
