/*master css*/

body {
  background-image: url("../img/bg.jpg");
  background-size: cover;
  padding-top: 40px;
  font-family: 'Ubuntu', open sans, arial, helvetica;
}
/* header */

.logo {
  text-align: center;
}
.logo img {
  background-color: rgba(0, 0, 0, 0.47);
  padding: 20px;
  margin-bottom: 8px;
  margin: 0 auto;
}
.logo span {
  background-color: #0054a6;
  padding: 10px;
  color: white;
  margin-top: -20px;
  margin-left: -90px;
  position: absolute;
}
/* countdown */

.countdown-area {
  background-color: rgba(0, 0, 0, 0.47);
  height: auto;
  margin-top: 70px;
  margin-bottom: 70px;
  padding-top: 100px;
  padding-bottom: 100px;
}
#countdown {
  color: white;
  text-align: center;
}
#countdown li {
  list-style: none;
}
#countdown .days,
#countdown .hours,
#countdown .minutes,
#countdown .seconds {
  font-size: 118px;
  font-weight: bold;
}
#countdown .textDays,
#countdown .textHours,
#countdown .textMinutes,
#countdown .textSeconds {
  font-size: 48px;
  font-weight: normal;
}
/*footer*/

footer {
  background: url("../img/pw_maze_black.png") repeat;
  padding-top: 30px;
  padding-bottom: 30px;
}
footer h3 {
  color: white;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 23px;
}
footer p,
footer span {
  font-size: 14px;
  color: #7f7e7e;
}
footer input[type="text"] {
  height: 45px;
  border: none;
  padding: 10px;
  background: white url('../img/search-bg.png') no-repeat right;
  outline: none;
}
footer hr.fancy {
  border: none;
  height: 1px;
  background-color: #404040;
  margin-bottom: 30px;
  margin-top: 30px;
}
footer .connect ul {
  padding-left: 0px;
}
footer .connect ul li {
  display: inline;
  list-style: none;
  opacity: 0.5;
}
footer .connect ul li:hover {
  opacity: 1;
}
footer .copyright {
  text-align: center;
}
