.embed-responsive-21by9 {
  padding-bottom: 42%;
}
#youtube-modal.modal {
  top: 25vh;
}
#youtube-modal .modal-content {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
section#footer {
  background-color: #000;
  color: #999;
  padding: 23px 0 37px 0;
}
section#footer h4 {
  font-size: 18px;
  font-family: "ProximaNova-Semibold";
}
section#footer ul li {
  font-family: "ProximaNova-Light";
  font-size: 16px;
}
section#footer ul li a {
  color: #999;
}
section#footer ul li a:hover {
  text-decoration: none;
  color: #fff;
}
div.navbar .navbar-header {
  padding: 25px 0 0 0;
  background: #000;
  font-weight: 700;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  div.navbar .navbar-header {
    background: transparent;
  }
}
@media only screen and (min-width: 992px) {
  div.navbar .navbar-header {
    padding: 29px 0 0 30px;
    text-align: left;
  }
}
div.navbar .navbar-header a {
  color: #fff;
}
div.navbar .navbar-toggle {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  display: none;
}
div.navbar .navbar-nav {
  background: #000;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  div.navbar .navbar-nav {
    background: transparent;
  }
}
div.navbar .navbar-collapse {
  border-top: none;
  -moz-transition: padding 0.5s ease-out;
  -webkit-transition: padding 0.5s ease-out;
  -o-transition: padding 0.5s ease-out;
  -ms-transition: padding 0.5s ease-out;
  transition: padding 0.5s ease-out;
}
@media only screen and (min-width: 768px) {
  div.navbar .navbar-collapse {
    padding: 39px 0 0 30px;
  }
}
div.navbar .navbar-collapse ul {
  padding: 11px 0 10px 50px;
}
div.navbar .navbar-collapse li {
  text-transform: uppercase;
  font-size: 15px;
  font-family: "ProximaNova-Semibold";
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (min-width: 992px) {
  div.navbar .navbar-collapse li {
    margin-right: 25px;
  }
}
div.navbar .navbar-collapse li.active {
  background: transparent;
}
div.navbar .navbar-collapse li a {
  color: #fff;
  padding: 0;
  margin: 0 25px;
}
@media only screen and (min-width: 768px) {
  div.navbar .navbar-collapse li a {
    font-size: 14px;
    margin: 0 7px;
  }
}
@media only screen and (min-width: 992px) {
  div.navbar .navbar-collapse li a {
    font-size: 15px;
    margin: 0 10px;
  }
}
div.navbar .navbar-collapse li a:hover,
div.navbar .navbar-collapse li a:active,
div.navbar .navbar-collapse li a:focus {
  background: transparent;
}
div.navbar .navbar-collapse li a:before {
  content: '';
  width: 0%;
  display: block;
  border-bottom: 2px solid #2980b9;
  -moz-transition: width 0.12s ease-out;
  -webkit-transition: width 0.12s ease-out;
  -o-transition: width 0.12s ease-out;
  -ms-transition: width 0.12s ease-out;
  transition: width 0.12s ease-out;
}
div.navbar .navbar-collapse li a:hover:before,
div.navbar .navbar-collapse li.active a:before {
  width: 100%;
}
div.navbar.stick {
  background: #0a0a0a;
  margin: 0;
  transition: all 0.5s ease-in-out;
  padding: 0 0 11px 0;
}
div.navbar.stick .navbar-nav,
div.navbar.stick .navbar-header {
  transition: all 0.5s ease-in-out;
}
div.navbar.stick .navbar-header {
  padding: 12px 0 0 30px;
}
div.navbar.stick .navbar-collapse {
  padding: 20px 0 0 30px;
}
@media screen and (max-width: 991px) {
  div.navbar .navbar-brand {
    padding: 0;
    display: inline-block;
    float: none;
  }
}
head#navigation a:before {
  content: '';
  width: 0%;
  top: 0;
  display: block;
  border-top: 1px solid $color-primary;
  -webkit-transition: width 0.12s ease-out;
  -moz-transition: width 0.12s ease-out;
  -o-transition: width 0.12s ease-out;
  -ms-transition: width 0.12s ease-out;
  transition: width 0.12s ease-out;
}
head#navigation a:hover:before,
head#navigation.active a:before {
  width: 100%;
}
section {
  padding: 43px 0 0 0;
  position: relative;
/* Padding for each brand logo */
/* Collection of images */
}
section h1 {
  font-size: 60px;
  font-family: "ProximaNova-Light";
  text-transform: uppercase;
  color: #2980b9;
}
section h1 strong {
  font-family: "ProximaNova-Bold";
  font-weight: normal;
}
section p {
  margin: 0;
  font-size: 22px;
}
section .brand-padding {
  padding-top: 8px;
  margin: 0 10px 1.5em 10px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  section .brand-padding {
    margin: auto;
    text-align: left;
  }
}
section .brand-padding img {
  max-width: 100%;
}
section .brand-description p {
  text-align: justify;
  margin: 0 10px;
}
@media only screen and (min-width: 768px) {
  section .brand-description p {
    text-align: left;
  }
}
section .row.collection {
  padding-top: 23px;
}
section .section-button {
  margin-top: 68px;
  margin-bottom: 54px;
  transition: all 0.5s ease-in-out;
}
section .section-button a {
  border: 1px solid #2980b9;
  font-family: "ProximaNova-bold", "Serif";
  font-size: 16px;
  padding: 0.8em 1.15em;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
section .section-button a:hover {
  background-color: #2980b9;
  color: #fff;
}
a {
  -moz-transition: color 0.2s ease-in-out, background 0.3s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out, background 0.3s ease-in-out;
  -o-transition: color 0.2s ease-in-out, background 0.3s ease-in-out;
  -ms-transition: color 0.2s ease-in-out, background 0.3s ease-in-out;
  transition: color 0.2s ease-in-out, background 0.3s ease-in-out;
}
.img-container {
  margin-bottom: 4px;
  position: relative;
  overflow: hidden;
  margin: 5px 10px;
}
@media only screen and (min-width: 768px) {
  .img-container {
    margin: 0 0 5px 0;
  }
}
.img-container:before {
  content: '';
  position: absolute;
  bottom: 0;
  height: 0px;
  width: 100%;
  box-shadow: 0 -1px 100px 56px #000;
}
.img-container img {
  width: 100%;
}
.img-container:last-child {
  margin-bottom: 0;
}
.img-container h4 {
  position: absolute;
  bottom: 19px;
  left: 1.38em;
  right: 1.38em;
  text-transform: uppercase;
  font-family: "ProximaNova-Semibold", "Serif";
  font-size: 20px;
  color: #fff;
}
.img-container.drop4 {
  padding-top: 4px;
}
.youtube .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  .youtube .play-button {
    top: 50%;
    left: 50%;
  }
}
.youtube .play-button i {
  font-size: 2em;
  opacity: 0.85;
  color: #fff;
  margin: auto 0;
  padding: 11px 25px 11px 32px;
  border-radius: 0.45em;
  background-color: #0a0a0a;
  line-height: 100%;
  transition: all 0.2s ease-in-out;
}
.youtube:hover {
  cursor: pointer;
}
.youtube:hover i {
  opacity: 1;
  background-color: #db4437;
}
section#eve-universe {
  background-color: #161d26;
  color: #fafafa;
  padding: 43px 0 0 0;
}
section#eve-universe h1 {
  font-size: 60px;
  font-family: "ProximaNova-Light";
  text-transform: uppercase;
  color: #2980b9;
}
section#eve-universe h1 strong {
  font-family: "ProximaNova-Bold";
  font-weight: normal;
}
section#eve-universe p {
  margin: 0;
  font-size: 22px;
}
section#eve-universe .container-fluid {
  margin-bottom: 10px;
}
section#eve-universe .tri-section {
  color: #2980b9;
  padding-top: 42px;
}
@media only screen and (min-width: 768px) {
  section#eve-universe .tri-section {
    margin: 0 -4px;
  }
}
section#eve-universe .tri-section div.col-md-4 {
  display: block;
  color: #00aeff;
  transition: all 0.5s ease-out;
  opacity: 0.8;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  transform-origin: center center;
}
section#eve-universe .tri-section div.col-md-4:hover {
  -webkit-filter: saturate(2) brightness(1.1) contrast(0.9);
  filter: saturate(2) brightness(1.1) contrast(0.9);
  opacity: 1;
}
section#eve-universe .tri-section div.col-md-4:active {
  transition: all 0.1s linear;
  transform: scale(0.97);
}
section#eve-universe .tri-section a > div {
  padding: 0 5px 10px 5px;
  max-height: 521px;
  height: 100%;
}
section#eve-universe .tri-section a > div .section-bg {
  padding: 33px 0 64px 0;
}
section#eve-universe .tri-section a > div .section-bg.tri-left {
  background: url("../img/ccp/tri-left.png") 50% 50% no-repeat;
  background-color: #161d26;
  background-size: cover;
  padding: 33px 0 0 0;
}
section#eve-universe .tri-section a > div .section-bg.tri-left img {
  max-width: 40%;
}
section#eve-universe .tri-section a > div .section-bg.tri-middle {
  background: url("../img/ccp/tri-middle.png") 50% 50% no-repeat;
  background-color: #161d26;
  background-size: cover;
  padding: 33px 0 0 0;
}
section#eve-universe .tri-section a > div .section-bg.tri-middle img {
  max-width: 84%;
}
section#eve-universe .tri-section a > div .section-bg.tri-right {
  background: url("../img/ccp/tri-right.png") 50% 50% no-repeat;
  background-color: #161d26;
  background-size: cover;
  padding: 33px 0 0 0;
}
section#eve-universe .tri-section a > div .section-bg.tri-right img {
  max-width: 76.5%;
}
section#eve-universe .tri-section img {
  max-width: 56%;
}
section#eve-universe .tri-section .section-bg {
  background-color: #161d26;
  height: 100%;
}
section#eve-universe .tri-section h3,
section#eve-universe .tri-section h4 {
  font-family: "ProximaNova-Light";
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 38px;
}
@media only screen and (min-width: 992px) {
  section#eve-universe .tri-section h3,
  section#eve-universe .tri-section h4 {
    font-size: 36px;
  }
}
section#eve-universe .tri-section h3 strong,
section#eve-universe .tri-section h4 strong {
  font-family: "ProximaNova-Bold";
  font-weight: normal;
}
section#dust-514 {
  background-color: #fafafa;
  color: #161d26;
  padding: 43px 0 0 0;
}
section#eve-online {
  margin-top: 100vh;
  background-color: #161d26;
  color: #fff;
}
section#eve-online .section-button a {
  border: 1px solid #2980b9;
}
section#eve-online .section-button a:hover {
  background-color: #2980b9;
  color: #fff;
}
section#gunjack {
  background-color: #101010;
  color: #ddd;
}
#hero {
  max-height: 100vh;
  height: 100vh;
  width: 100vw;
  position: fixed;
  background: #000;
  background: url("//web.ccpgamescdn.com/eve_com/videos/traffic.jpg");
  background-size: cover;
  background-position: center;
}
#hero .hero-bg {
  height: inherit;
  z-index: -2;
}
#hero .text-overlay {
  right: 0;
  left: 0;
  padding-top: 42vh;
  color: #fff;
}
#hero .text-overlay h1,
#hero .text-overlay h2 {
  transition: all 0.5s ease-out;
}
#hero .text-overlay h1 {
  margin-top: 0;
  padding-top: 0;
  font-family: "ProximaNova-Bold", "Serif";
  text-transform: uppercase;
  letter-spacing: 8px;
  font-size: 40px;
}
@media only screen and (min-width: 768px) {
  #hero .text-overlay h1 {
    font-size: 70px;
  }
}
#hero .text-overlay h1 span {
  font-family: "ProximaNova-Light";
  display: block;
  font-size: 28px;
}
@media only screen and (min-width: 768px) {
  #hero .text-overlay h1 span {
    font-size: 42px;
  }
}
#hero .text-overlay h2 {
  margin-top: 0;
  padding-top: 0;
  text-transform: uppercase;
  letter-spacing: 8px;
  font-family: "ProximaNova-Light";
  display: block;
  font-size: 28px;
}
@media only screen and (min-width: 768px) {
  #hero .text-overlay h2 {
    font-size: 42px;
  }
}
#hero .text-overlay p {
  font-family: "ProximaNova-Light";
  font-size: 24px;
  font-weight: normal;
  margin: 0;
}
#hero .mouse-area {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 91vh;
}
#hero .mouse-area .mouse-scroll {
  margin-top: 5px;
  opacity: 1;
  display: inline-block;
  line-height: 18px;
  font-size: 13px;
  font-weight: normal;
  color: #7f8c8d;
  color: #fff;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
  text-decoration: none;
  overflow: hidden;
  bottom: -5px;
  transition: opacity ease-in-out 1000ms;
  transition-delay: 1.5s;
}
#hero .mouse-area .mouse-scroll .mouse {
  position: relative;
  display: block;
  width: 2.5vh;
  height: 4vh;
  margin: 0 auto 1vh;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 23px;
}
#hero .mouse-area .mouse-scroll .mouse .mouse-movement {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  background: #fff;
  border-radius: 50%;
  animation: scroll-ani 2s linear infinite;
}
@-moz-keyframes scroll-ani {
  0% {
    opacity: 0;
    top: 20%;
  }
  50% {
    opacity: 1;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 80%;
  }
}
@-webkit-keyframes scroll-ani {
  0% {
    opacity: 0;
    top: 20%;
  }
  50% {
    opacity: 1;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 80%;
  }
}
@-o-keyframes scroll-ani {
  0% {
    opacity: 0;
    top: 20%;
  }
  50% {
    opacity: 1;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 80%;
  }
}
@keyframes scroll-ani {
  0% {
    opacity: 0;
    top: 20%;
  }
  50% {
    opacity: 1;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 80%;
  }
}
#hero .video-bg {
  transition: all 0.5s ease-out;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: none;
  overflow: hidden;
}
#hero .video-bg.blur {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(2px);
  filter: blur(2px);
}
#hero .video-bg .overlay {
  pointer-events: none;
  display: block;
  position: absolute;
  width: 100%;
  background: url("//web.ccpgamescdn.com/trial/assets/img/texture.png");
  z-index: 1;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  #hero .video-bg {
    display: block;
  }
  #hero .video-bg video {
    min-height: 100%;
    min-width: 100%;
  }
}
@media only screen and (max-width: 1275px) {
  #hero .video-bg video {
    transform: scaley(1);
  }
}
@media only screen and (max-width: 1040px) {
  #hero .video-bg {
    display: none;
  }
}
#hero .video-bg .inner {
  height: 100%;
  width: 100%;
}
section#eve-valkyrie {
  background-color: #fafafa;
  color: #161d26;
  padding: 43px 0 0 0;
}
section#eve-valkyrie .section-button a {
  border: 1px solid #2980b9;
}
section#eve-valkyrie .section-button a:hover {
  background-color: #2980b9;
  color: #fff;
}
