* {
  box-sizing: border-box;
  margin: 0;
}
html,
body {
  height: 100%;
}
html {
  font-family: "Open Sans";
}
.maintenance {
  font-family: "Open Sans";
  position: absolute;
  float: left;
  top: 140px;
  left: 50%;
  width: 640px;
  margin-left: -320px;
  color: #fff;
  text-shadow: 2px 2px 2px #efe;
}
.maintenance h1.title {
  font-weight: bold;
  top: 200px;
  margin: 20px;
  font-size: 2em;
  color: #fff;
}
.maintenance p {
  margin-bottom: 5px;
  text-align: justify;
  font-size: 1.1em;
}
.maintenance .content {
  text-align: justify;
}
.maintenance .content .message {
  margin: 0 auto;
}
.lansare {
  postion: relative;
  margin: 0 auto;
  float: right;
/*bottom 50px*/
/*right 50px*/
  width: 100%;
}
#timpramas {
  width: 300px;
  position: realtive;
/*top 10px*/
/*right 10px*/
  margin: 0 auto;
  background-color: rgba(0,0,0,0.3);
  border: 4px solid rgba(0,0,0,0.8);
  border-radius: 8px 8px 8px 8px;
}
#timpramas .clock .block {
  display: inline-block;
  position: relative;
}
#timpramas .clock .block:last-child .digit:after {
  display: none;
}
#timpramas .clock .digit {
  position: relative;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-right: -0.2em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  color: #222;
  background-color: rgba(200,200,200,0.3);
  margin: 4px;
}
#timpramas .clock .digit:after {
  content: ':';
  position: absolute;
  right: -0.65em;
  font-weight: 100;
  background-color: transparent;
}
#timpramas .clock .text {
  position: relative;
  width: 100%;
  font-weight: 100;
  font-size: 0.8rem;
  letter-spacing: 0;
  display: inline-block;
  text-transform: uppercase;
  color: #000;
  margin: 0.5em auto;
  text-align: center;
}
#timpramas .content {
  padding: 1em 1em 1em 0.2rem;
  background-color: rgba(255,255,255,0.3);
  border: 2px solid rgba(0,0,0,0.8);
  width: 100%;
}
#timpramas .content .clock {
  width: 90%;
  margin: 0 auto;
}
#timpramas .content .clock .digit {
  font-size: 3em;
}
.in-center {
  width: 100%;
  position: relative;
  text-align: center;
}
.in-center .p-title {
  display: block;
  border-bottom: 1px solid #9d9a9a;
  margin-bottom: 0.5rem;
}
h1 {
  color: #000;
}
h3.clock {
  color: #000;
  font-size: 1.4em;
}
h3.clock i.fa {
  margin-right: 0.4rem;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
  color: #3084bf;
}
a .colored {
  color: #a747da;
}
.wrapper {
  max-width: 75em;
  margin: 1.5em auto;
}
.sidebar {
  width: 34%;
  float: left;
}
.sidebar h1 {
  font-weight: bold;
  text-decoration: underline;
  text-align: center;
}
.sidebar p {
  text-align: justify;
  padding: 5px;
}
div.message {
  position: relative;
  float: left;
}
