body {
  min-width: 760px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-size: 15px;

  background-color: #111111;
  background-image: url("../images/bg.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hide from IE Mac \*/
.clearfix {
  display: block;
}

/* End hide from IE Mac */
.none {
  display: none;
}

/* End Clearfix */
li {
  margin-bottom: 3px;
}

.page-header {
  padding-bottom: 5px;
  margin: 10px 0 15px;
}

.center {
  text-align: center;
  display: block;
  float: none;
}

h1 {
  color: #e20f0d;
}

h2 {
  color: #eee;
}

h3 {
  color: #45b29d;
}

.flex-video {
  position: relative;
  height: 0;
  overflow: hidden;
}

.flex-video.widescreen {
  padding-bottom: 56.43%;
}

.flex-video.vimeo {
  padding-top: 0;
}

.flex-video iframe,
.flex-video object,
.flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
}

.carousel-inner {
  text-align: center;
}

.carousel .item > img {
  display: inline-block;
}

@media only screen and (max-device-width: 800px),
  only screen and (device-width: 1024px) and (device-height: 600px),
  only screen and (width: 1280px) and (orientation: landscape),
  only screen and (device-width: 800px),
  only screen and (max-width: 767px) {
  .flex-video {
    padding-top: 0;
  }
}

.lb-image {
  max-width: inherit;
}

.example-image-link {
  display: inline-block;
  margin: 5px;
  line-height: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #5e5e5e;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.example-image {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  width: 100%;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  max-width: 760px;
  /* or 950px */
}

#fullname {
  display: none;
}

.email {
  display: block;
}

.email span {
  position: absolute;
  z-index: 1;
  cursor: text;
  pointer-events: none;
  color: #999;
  /* Input padding + input border */
  padding: 7px;
  /* Firefox does not respond well to different line heights. Use padding instead. */
  line-height: 17px;
  /* This gives a little gap between the cursor and the label */
  margin-left: 2px;
}

.email input,
.email textarea,
.email select {
  z-index: 0;
  padding: 6px;
  margin: 0;
  font: inherit;
  line-height: 17px;
}

.email select {
  padding: 5px;
  /* Unfortunately selects don't respond well to padding. They need an explicit height. */
  height: 31px;
}

#submit-cap {
  margin: auto;
  width: 50%;
  padding: 10px;
}

#submit-cap div {
  margin-left: 14px;
}

.social-icons > a {
  margin: 5px;
}
.mark-platforms {
  text-align: center;
  /* padding-top: 20px;
  padding-bottom: 20px;
  border: 1px solid #4d4b49;
 background-color: #262626; */
}

.mark-platforms > div {
  border-radius: 2px;
  padding: 5px;
}
.mark-platforms a {
  color: white;
  display: inline-block;
}
.mk-switch {
  background-color: rgba(210, 0, 0, 0.8);
}
.mk-play {
  background-color: rgba(43, 86, 178, 0.8);
}
.mk-xbox {
  background-color: rgba(40, 124, 0, 0.8);
}

.mark-platforms a:hover {
  color: #f9b80f;
}
