@import url("http://fonts.googleapis.com/css?family=Raleway:400,700,300");
@import url("http://fonts.googleapis.com/css?family=Sintony");
*, h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', sans-serif;
}

h1, h2, h3 {
  margin-top: 10px;
}

::-moz-focus-inner {
  border: 0;
}

a:focus {
  outline: none;
}

.wrap .link-item-parent {
  padding-left: 0;
  padding-right: 0;
}
.wrap .top-left-radius {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
}
.wrap .bottom-left-radius {
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.wrap .top-right-radius {
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}
.wrap .bottom-right-radius {
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.nice-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  min-height: 100%;
  min-width: 100%;
  background-image: url("../gfx/mask.png");
  z-index: -100;
  top: 0;
  left: 0;
}

.ztabs {
  overflow: hidden;
  background-color: #fafafa;
  background-color: rgba(250, 250, 250, 0.85);
  padding: 0 10px 10px 10px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  display: none;
  margin-bottom: 20px;
  border: 1px solid rgba(250, 250, 250, 0.95);
  border-top: 0;
}

.ztab {
  display: none;
}

.link-item {
  display: block;
  overflow: hidden;
  padding: 20px 10px;
  background-color: #00AEEF;
  cursor: pointer;
  text-align: center;
  color: #fafafa;
  height: 100%;
}
.link-item i {
  color: #962d22;
  text-shadow: #d65548 0 1px 0;
}
.link-item h4 {
  font-weight: normal;
  text-shadow: #ab3326 0 1px 0;
}

.link-item:hover, .link-item-active {
  background-color: #c7bab9;
}
.link-item:hover i, .link-item-active i {
  color: #81261d;
  text-shadow: #db695d 0 1px 0;
}

.countdown {
  background-color: #00AEEF;
  padding-bottom: 20px;
}
.countdown .sep-line {
  border-left: 0;
  border-right: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  height: 0;
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}
.countdown .nopadding {
  padding-left: 0;
  padding-right: 0;
}
.countdown .cvalue {
  text-align: center;
  font-size: 48px;
  font-family: 'Sintony', sans-serif;
  color: #fff;
  text-shadow: #fff 0 1px 0;
}
.countdown .ctext {
  text-align: center;
  color: #fff;
  text-shadow: #962d22 0 1px 1px;
}

.btn:hover, .btn:focus {
  outline: none;
}

.btn-primary {
  background-color: #00AEEF;
  border: 1px solid #00AEEF;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary[disabled] {
  background-color: #d14233;
  border: 1px solid #c0392b;
}

.popover {
  background-color: #D14840;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d14840), color-stop(100%, #b3332b));
  background-image: -webkit-linear-gradient(#d14840, #b3332b);
  background-image: -moz-linear-gradient(#d14840, #b3332b);
  background-image: -o-linear-gradient(#d14840, #b3332b);
  background-image: linear-gradient(#d14840, #b3332b);
  font-size: 12px;
  color: #fff;
  text-shadow: #b3332b 0 1px 0;
  border-color: #9e2d26;
}

.popover.top .arrow {
  border-top-color: #B3332B;
}
.popover.top .arrow:after {
  border-top-color: #B3332B;
}

.popover-content {
  padding: 5px 8px;
}

.about .about-item {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.about .about-item .i-box {
  overflow: hidden;
  *zoom: 1;
  width: 70px;
  padding: 10px;
  background-color: #c0392b;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: #962d22 0 3px 0;
  -moz-box-shadow: #962d22 0 3px 0;
  box-shadow: #962d22 0 3px 0;
  margin: auto;
  margin-bottom: 5px;
}
.about .about-item i {
  color: #962d22;
  text-shadow: #d65548 0 1px 0;
}
.about .about-item h5 {
  text-shadow: white 0 1px 0;
}

.contact textarea {
  resize: vertical;
}
.contact #contact-form {
  margin-top: 20px;
}

.input-group i {
  color: #00AEEF;
  text-shadow: white 0 1px 0;
}
.input-group.has-error i {
  color: #B3332B;
}

.form-control {
  box-shadow: none !important;
  border-color: #c1c1c1;
}

.form-control:focus {
  box-shadow: none !important;
  outline: none;
  border-color: #ccc;
}

label {
  font-weight: normal;
}
