@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:700italic,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400);
@import url(css/fonts.css);
@import url(css/header.css);
@import url(css/first-content.css);
@import url(css/second-content.css);
@import url(css/third-content.css);
@import url(css/fourth-content.css);
@import url(css/bx-slider.css);
@import url(videos/video-js.css);
@import url(css/sc-player/structure.css);
@import url(css/sc-player/colors.css);

* {
  margin: 0;
  padding: 0;
}

html, body {
  position: absolute;
  width: 100%;
  height: 100%;
  font-family: "Open Sans";
}

html {
  overflow-x: hidden;
}

a {
  text-decoration: none;
  cursor: pointer;
}

img {
  border: none;
}

.content {
  margin: auto;
  width: 910px;
}

#lightbox {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #000;
  text-align: center;
}

.lightbox-title {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -60px 0 0 -333px;
}

.lightbox-button img {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: 40px 0 0 -120px;
}

::-webkit-input-placeholder {
  color:#666;
}
::-moz-placeholder {
  color:#666;
}
:-ms-input-placeholder {
  color:#666;
}
input:-moz-placeholder {
  color:#666;
}