* {
  margin: 0;
  padding: 0;
  transition: all .5s;
}

html {
  height: 100%;
}

body {
  height: 100%;
  font-family: 'Roboto';
  overflow-x: hidden;
	overflow-y: scroll;
  color: #fff;
}

img {
  border: none;
  max-width: 100%;
}

a {
  color: #00ccff;
  text-decoration: none;
}

a:hover {
  transition: all 1s;
}

.clear {
  clear: both;
}

.clear:after {
  content: '';
  display: block;
  clear: both;
}

.wp-content {
	min-height: calc(100vh - 200px);
  padding-bottom: 200px;
  position: relative;
  background-image: url('/images/bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.resposive-menu-trigger {
  float: right;
  height: 49px;
  width: 49px;
  margin-left: 12px;
  background: #ffb119;
  cursor: pointer;
  display: none;
}

.resposive-menu-trigger:hover {
  background: #f29307;
}

.resposive-menu-trigger span {
  display: block;
  width: 35px;
  height: 5px;
  margin: 5px auto;
  background: #fff;
}

.resposive-menu-trigger span:first-child {
  margin-top: 12px;
}

.resposive-menu-container {
  display: none;
  width: 100%;
  position: absolute;
  right: 0;
  top: 60px;
  z-index: 11;
}

.resposive-menu-container A:link, .resposive-menu-container A:visited {
  display: block;
  text-align: right;
  padding: 10px 15px 10px 5px;
  background-color: rgba(0, 0, 0, 0.9);
  border-bottom: 1px solid #C3C3C3;
  text-decoration: none;
  color: #FFF;
}

.resposive-menu-container A:hover {
  background: rgba(0,0,0,0.7);
}

.header {
  position: relative;
  top: 13px;
  height: 88px;
  background: #fff;
  box-shadow: 5px 0 10px rgba(0,0,0,.49);
}

.logo {
  position: absolute;
  left: 80px;
  top: 9px;
  max-width: 90%;
}

.slogan {
  margin-right: 10%;
  line-height: 88px;
  float: right;
  font-weight: 300;
  font-size: 40px;
  font-style: italic;
  color: #323962;
  text-transform: uppercase;
}

.content {
  position: relative;
  padding: 0 60px;
}

.contact-us-wrapper {
  margin: 40px 0 57px;
}

.contact-us {
  float: right;
  font-weight: 400;
  font-size: 16px;
}

.contact-us a {
  font-weight: 400;
  font-size: 21px;
}

.contact-us a:hover {
  text-decoration: underline;
}

.text-block {
  max-width: 1255px;
  margin: 0 auto;
  padding: 0 10px;
}

.text-block p {
  max-width: 690px;
  font-weight: 400;
  font-size: 16px;
}

h1 {
  margin: 1em 0;
  font-weight: 900;
  font-size: 64px;
  color: #3bc1ff;
  text-transform: uppercase;
  font-style: italic;
}

.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 50px 70px 45px;
  background: #0b0e10;
}

.footer * {
  font-size: 11px;
}

.ft-l {
  float: left;
}

.ft-r {
  float: right;
}

.ft-r a {
  text-decoration: underline;
}

.ft-r a:hover {
  text-decoration: none;
}

@media (max-width: 1620px) {
  .slogan {
    margin-right: 2%;
  }
}

@media (max-width: 1480px) {
  .slogan {
    font-size: 30px;
  }
}

@media (max-width: 1280px) {
  .logo {
    width: 350px;
    left: 10px;
    top: 22px;
  }
}

@media (max-width: 1020px) {
  .slogan {
    font-size: 20px;
  }
}

@media (max-width: 800px) {
  .slogan {
    display: none;
  }

  .contact-us {
    float: none;
  }

  .content {
    text-align: center;
  }
}

@media (max-width: 600px) {
  .ft-l,
  .ft-r {
    text-align: center;
    float: none;
  }

  h1 {
    font-size: 40px;
  }

  .content {
    padding: 0 20px;
  }
}

@media (max-width: px) {}
@media (max-width: px) {}
@media (max-width: px) {}