@font-face {
  font-family:'gotham';
  src:url('../fonts/gotham-book.eot');
  src:url('../fonts/gotham-bookd41d.eot?#iefix') format('embedded-opentype'),url('../fonts/gotham-book.woff') format('woff'),url('../fonts/gotham-book.html') format('truetype'),url('../fonts/gotham-book.svg#65526539dec42e535893223c14767f58') format('svg');
  font-style:normal;
  font-weight:400;
}
@font-face {
  font-family:'gotham';
  src:url('../fonts/gotham-bold.eot');
  src:url('../fonts/gotham-boldd41d.eot?#iefix') format('embedded-opentype'),url('../fonts/gotham-bold.woff') format('woff'),url('../fonts/gotham-bold.html') format('truetype'),url('../fonts/gotham-bold.svg#65526539dec42e535893223c14767f58') format('svg');
  font-style:normal;
  font-weight:700;
}
@font-face {
  font-family:'gotham';
  src:url('../fonts/gotham-black.eot');
  src:url('../fonts/gotham-blackd41d.eot?#iefix') format('embedded-opentype'),url('../fonts/gotham-black.woff') format('woff'),url('../fonts/gotham-black.ttf') format('truetype'),url('../fonts/gotham-black.svg#65526539dec42e535893223c14767f58') format('svg');
  font-style:normal;
  font-weight:800;
}
* {
  margin:0px;
  padding:0px;
  width:100%;
}
body {
  font-family:"gotham",helvetica,arial,sans-serif;
  background-color:#2a2a2a;
  color:#adadad;
  font-size:16px;
  line-height:22px;
  overflow-x:hidden;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
a {
  color:inherit;
  text-decoration: none;
}
a:hover, a:visited, a:visited {
  text-decoration: none;
  color:inherit;
}
.nopadding {
  padding:0 !important;
  margin:0 !important;
  background-color:#2a2a2;
}
.row {
  margin:0px;
}
.warper {
  position:absolute;
  top:100%;
  z-index:2;
}
.blank {
  height:80px;
}
.videocontainer {
  width:50%;
  height:0;
  padding-bottom:28.125%;
  position:relative;
  overflow:hidden;
}
.videocontainer iframe {
  width:100% !important;
  height:100% !important;
  position:absolute;
  left:0;
  top:0;
}
.videocontainer-full {
  width:100%;
  height:0;
  padding-bottom:56.25%;
  position:relative;
  overflow:hidden;
  margin:30px auto;
}
.videocontainer-full iframe {
  width:100% !important;
  height:100% !important;
  position:absolute;
  left:0;
  top:0;
}


@media (max-width:767px) {
  .videocontainer {
    width:100%;
    height:0;
    padding-bottom:56.25%;
    position:relative;
    overflow: hidden;
  }
}