.logo {
  width: auto;
  height: auto;
  margin: 0 auto;
  padding: 16px;
  border-radius: 180px;
  padding-bottom: 50px;
}
.logo h1 {
  color: #000000;
  font-weight: 600;
}
.logo img {
  width: 200px;
  height: 150px;
  text-align: center;
  display: block;
  margin: 0 auto;
}
.wrapper {
  margin: 0 auto;
  position: relative;
  width: 100%;
  z-index: 1;
}
#socialIcons {
  display: block;
}
#socialIcons ul {
  margin: 40px 0 0 0px;
  padding: 0px;
  text-align: center;
}
#socialIcons ul li {
  margin-right: 19px;
  height: 56px;
  line-height: 50px;
  list-style-type: none;
  display: inline-block;
  background: #fff;
  border-radius: 71px;
  padding: 10px;
  border: 1px solid #888;
}
#socialIcons ul li a {
  width: 34px;
  height: 34px;
  display: inline-block;
}
.twitterIcon,
.facebookIcon,
.linkedInIcon,
.pintrestIcon {
  background: url("../images/social-icons.png") -74px 0px;
}
.twitterIcon:hover,
.facebookIcon:hover,
.linkedInIcon:hover,
.pintrestIcon:hover {
  background-position-y: -33px;
}
.facebookIcon {
  background-position: 10px 0px;
}
.linkedInIcon {
  background-position: -245px 0px;
}
.pintrestIcon {
  background-position: -331px 0px;
}
.tempBy {
  display: block;
  text-align: center;
  padding: 15px;
  background: #fff;
  color: #8a8a8a;
}
#Content h2 {
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-size: 42px;
  font-weight: 300;
  color: #676767;
  margin-bottom: 40px;
}
#WindowSlide {
  margin: 0 auto;
  position: relative;
  width: 634px;
  height: 170px;
  display: block;
  overflow: hidden;
}
#Mail {
  position: absolute;
  width: 634px;
  top: 0px;
  left: 0px;
}
#Content h3 {
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  display: block;
  clear: both;
}

#subscribe p {
  text-align: center;
}
#subscribe input {
  background: rgba(255, 255, 255, 0.52);
  color: #7a7a7a;
  vertical-align: middle;
  width: 393px;
  border: 1px solid #888;
  padding: 10px;
  font-size: 14px;
}
#subscribe input[type="button"] {
  background: rgba(255, 255, 255, 1);
  width: auto;
  padding: 10px 25px;
  cursor: pointer;
  margin: 0 0 0 -6px;
  font-weight: bold;
  font-size: 14px;
  color: #888;
}
#subscribe input[type="button"]:hover {
  background: #1e7ccd;
  color: #fff;
  border: 1px solid #1e7ccd;
}

.callback,
.simple {
  font-size: 20px;
  background: #27ae60;
  padding: 0.5em 0.7em;
  color: #ecf0f1;
  margin-bottom: 50px;
  -webkit-transition: background 0.5s ease-out;
  transition: background 0.5s ease-out;
}
.callback {
  cursor: pointer;
}
.ended {
  background: #1b6556;
}
.countdown {
  text-align: center;
  background: #1b6556;
  padding: 20px 0;
  border-radius: 5px;
}
.styled div {
  display: inline-block;
  /*margin-left: 10px;*/
  font-size: 1.5vw;
  font-weight: normal;
  text-align: center;
  margin: 0 25px;
  padding: 0 10px;
  color: #fff;
  text-shadow: none;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .styled div { 
  font-size: 4.5vw; 
}
}
