@import url("http://fonts.googleapis.com/css?family=Sintony");
* {
  font-family: 'Sintony';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 40px;
}

.wrap {
  overflow: hidden;
  *zoom: 1;
  z-index: 1;
  visibility: hidden;
  margin-bottom: 60px;
}

h1 {
  color: #fff;
  font-weight: bold;
  font-size: 3em;
  letter-spacing: -0.1em;
  text-shadow: rgba(0, 0, 0, 0.3) 0 1px 0;
}

.desc-text {
  color: #e1e1e1;
  font-size: 1.4em;
  letter-spacing: -0.03em;
}
.desc-text b {
  text-shadow: rgba(0, 0, 0, 0.3) 0 1px 0;
}

.marked {
  background: #1bbc9b;
  color: #fff;
  padding: 0px 5px;
  text-shadow: rgba(0, 0, 0, 0.3) 0 1px 0;
}

.lnk {
  overflow: hidden;
  *zoom: 1;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding-top: 1em;
  padding-bottom: 1em;
  margin: 0px 5px;
/*   cursor: pointer; */
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.lnk .icon {
  text-align: center;
  font-size: 4.5em;
  color: #1bbc9b;
  text-shadow: rgba(0, 0, 0, 0.3) 0 1px 0;
}
.lnk h3 {
  margin-top: 2px;
  padding-top: 2px;
  text-shadow: rgba(0, 0, 0, 0.3) 0 1px 0;
}

.lnk.active {
  background: rgba(0, 0, 0, 0.6);
}

.lnk.hover {
  background: rgba(0, 0, 0, 0.6);
}

.show-item {
  display: none;
  visibility: hidden;
}

.spacer {
  overflow: hidden;
  *zoom: 1;
  height: 30px;
}

.tt {
  font-size: 6em;
  color: #fff;
  line-height: 1;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.3) 0 1px 0;
}

.tdesc {
  font-size: 1.6em;
  color: #fff;
  line-height: 1;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.3) 0 1px 0;
}

.pb {
  margin-top: 30px;
  margin-bottom: 22px;
}
.pb .pbar-wrap {
  background: rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.pb .pbar {
  overflow: hidden;
  *zoom: 1;
  height: 8px;
  background: #1bbc9b;
  background-image: url("../gfx/pbbg.png");
  background-position: right;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: rgba(27, 188, 155, 0.4) 0 0 3px, rgba(27, 188, 155, 0.2) 0 0 2px 1px inset;
  -moz-box-shadow: rgba(27, 188, 155, 0.4) 0 0 3px, rgba(27, 188, 155, 0.2) 0 0 2px 1px inset;
  box-shadow: rgba(27, 188, 155, 0.4) 0 0 3px, rgba(27, 188, 155, 0.2) 0 0 2px 1px inset;
  width: 0%;
  border: 0;
  border-top: 2px solid #158f76;
}

.lax-bg {
  background-color: rgba(27, 188, 155, 0.5);
}

.input-group-addon {
  border-color: #fff;
  background: #fff;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
  color: #1bbc9b;
}

.semail {
  box-shadow: none !important;
  outline: none;
  border-color: #fff;
  border-left-color: #ebebeb;
}

.semail:hover, .semail:focus {
  box-shadow: none !important;
  outline: none;
  border-color: #fff;
  border-left-color: #ebebeb;
}

.semail:disabled {
  border-color: #ebebeb;
  background: #ebebeb;
}

.sbtn {
  border-color: #fff;
  border-left-color: #ebebeb;
  background: #fff;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
  outline: none;
}

.sbtn:hover, .sbtn:focus {
  border-color: #ebebeb;
  border-left-color: #ebebeb !important;
  box-shadow: none !important;
  outline: none;
  background: #ebebeb;
}

.falert {
  display: none;
}

.social-icons {
  margin-top: 30px;
  margin-bottom: 0;
}
.social-icons p {
  margin-bottom: 5px;
}
.social-icons a {
  overflow: hidden;
  *zoom: 1;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.2);
  color: #1bbc9b;
  width: 2.88em;
  height: 2.88em;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.social-icons a:hover {
  background: rgba(0, 0, 0, 0.5);
}
.social-icons .social-icon {
  text-align: center;
  font-size: 1.8em;
  line-height: 1.6;
  text-shadow: rgba(0, 0, 0, 0.2) 0 1px 0;
}

.footer {
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 12px;
  text-shadow: rgba(0, 0, 0, 0.2) 0 1px 0;
}
.footer a, .footer a:hover, .footer a:active, .footer a:focus {
  color: #1bbc9b;
}

h1{
	letter-spacing: 1px;
}
