/* ----------------------------------------------------
FONTS
-------------------------------------------------------
font-family: "PT Sans", sans-serif;
font-family: 'Work Sans', sans-serif;
------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=PT+Sans&display=swap');
@import url('https://fonts.googleapis.com/css?family=Work+Sans&display=swap');


html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  font-size: 15px;
  line-height: 1.6em;
  letter-spacing: 0px;
  font-weight: 400;
  font-style: normal;
  background: #000;
  color: #333;
  font-family: 'PT Sans', sans-serif;
  word-break: break-word;
  margin: 0;
  padding: 0;
}

*, *:after, *:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

h1 {
  font-size: 26px;
  color: #333;
  font-weight: 200;
  margin: 0 0 15px 0;
}

h2 {
  color: #333;
  font-size: 30px;
  line-height: 1em;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  max-width: 100%;
  display: inline-block;
  margin: 0;
}

h3 {
  font-size: 18px;
  line-height: 1.2em;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 400;
  font-style: normal;
  color: #333;
  font-weight: 200;
  margin: 0 0 15px 0;
  padding: 15px 0 5px 0;
}

video:focus {
  outline: none;
}

ul {
  margin: 0 0 22px 17px
}

ul li {
  margin: 0 0 6px 0;
}

ol,
ul {
  list-style: none;
}

ol {
  margin: 8px 0 22px 20px
}

ol li {
  margin: 0 0 11px 0
}

/* ----------------------------------------------------
	TOPBAR
------------------------------------------------------- */
.cctop {
  background: #fff;
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75em;
  line-height: 3.2;
  padding: 18px 0;
  height: 80px;
}

.logo {
  margin-left: 40px;
  background-color: transparent;
  color: #000;
  padding-top: 1em;
  padding-right: calc(1.44em - 15px);
  padding-bottom: 1em;
  padding-left: 1.44em;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  text-transform: none;
  letter-spacing: 10px;
}

#desktopNav {
  margin-top: 2px;
  border: 1px solid #fff0;
  margin-right: 60px;
  float: right;
  display: table-cell;
  width: 70%;
  text-align: right;
  vertical-align: middle;
}

.navbar ul {
  font-size: 12px;
  text-align: right;
}

.navbar ul li {
  text-align: right;
  margin: 0 0 0 30px;
  display: inline-block;
}

.navbar ul li a {
  color: #1a1a1a;
  text-decoration: none;
}

.navbar ul li a span {
  font-size: 0.85em;
  letter-spacing: 3px;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  font-weight: 200;
  font-style: normal;
  line-height: 2em;
}

.cctop a {
  display: inline-block;
  padding: 0 1.5em;
  text-decoration: none;
  letter-spacing: 1px;
  color: #FFF;
}

.cctop a:hover {
  background: #FFF;
  color: #000;
}

.cctop span.right {
  float: right;
}

.cctop span.right a {
  display: block;
  float: left;
}

/* Video Parallax Section*/
.ParallaxVideo {
  height: calc(100% - 80px);
}

#plax-asset {
  top: 80px;
  left: 0;
  height: 100%;
  min-width: 100%;
  position: fixed;
  z-index: -999;
}

/* .ParallaxVideo {
  height: 93%;
  padding-bottom: 50px;
  padding-top: 50px;
} */

/* .ParallaxVideo video {
  left: 0;
  right: 0;
  margin: auto;
  position: fixed;
  z-index: -999;
  top: -40px;
} */

.ParallaxVideo h3 {
  color: #fff;
  font-size: 76px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.plax-mobile {
  visibility: hidden;
}

/* General Section*/
.container {
  margin: 0 auto;
  padding: 0 12px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1024px;
  }
}

/* ----------------------------------------------------
	WRAPPER
------------------------------------------------------- */
.wrapper {
  z-index: -999999;
  margin: 0 auto;
}

section {
  float: left;
  width: 100%;
}

@media only screen and (min-width:240px) and (max-width: 768px) {
  section {
    padding: 0 15px;
  }

  .cctop {
    text-align: center;
  }

  .cctop a {
    display: block;
  }

  .cctop span.right {
    float: none;
  }

  .cctop span.right a {
    float: none;
  }
}



/* ----------------------------------------------------
	FOOTER - START
------------------------------------------------------- */
#footer {
  padding: 10px 200px;
  background-color: #0c0c0c;
}

#footer li {
  font-size: 1em;
}

.footer-content {
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #191919;
}

.footer-list {
  text-decoration: none;
  width: 12%;
}

.footer-list h3 {
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: 500;
  color: #666;
}

.footer-list li {
  margin: 5px 0;
  text-decoration: none;
}

.footer-about {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 10px;
}

.gotop {
  left: 50%;
  position: absolute;
  margin-top: -40px;
  padding: 5px;
  width: 58px;
  height: 58px;
  line-height: 4rem;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
}

.link-top {
  text-decoration: none;
  color: #171717;
  font-weight: 600;
  margin-right: -0.3em;
  letter-spacing: 3px;
  font-size: 13px;
  text-transform: uppercase;
}

.copyright {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #6f6f6f;
  letter-spacing: 2px;
}

.about-list {
  display: flex;
  align-items: center;
  font-size: 13px;
}

.copyright,
.about-list {
  margin: 5px 0;
}

.about-list li {
  margin: 0 5px;
}

.footer-ul {
  margin: 0 0 12px 17px;
}

.email-link {
  text-decoration: none;
  color: #e6e6e6;
  letter-spacing: 1px;
}

.email-link:hover {
  color: #6f6f6f;
  text-decoration: none;
}

.f-menu-p {
  color: #e6e6e6;
  text-decoration: none;
  padding: 0;
}

.f-menu-p:hover {
  color: #6f6f6f;
}

/** Viewport <= 800px **/

@media (max-width: 800px) {
  .footer {
    padding: 0 30px;
    padding-bottom: 30px;
  }
  .footer-content {
    padding-top: 50px;
  }
}
/* ----------------------------------------------------
	FOOTER - END
------------------------------------------------------- */
