@charset "utf-8";
/* CSS Document */

.mainslider {
  min-height: 38.9vw;
  transition: 2s;
  background-size: cover;
}
.header {
  overflow: hidden;
}
.img-preload {
  display: none;
}
.headerlogo img, .headerlogoalt img {
  max-width: 100%;
}
.headerlogo {
  position: absolute;
  width: 54%;
  right: 0;
  top: 22vw;
}
.headerlogoalt {
  position: absolute;
  left: 0;
  top: 27vw;
  width: 32%;
  /*min-width: 450px;*/
}
.menubar {
  background: #000;
  text-align: right;
  padding: 0 10vw;
  position: absolute;
  width: 80%;
  z-index: 1999;
}
.menusnap .menubar {
  top: 0;
  position: fixed;
}
.menubar .custom {
  padding: 15px 0;
  float: right;
}
.menubar .custom p {
  display: inline-block;
  line-height: 30px;
  margin: 0;
  color: #fff;
  padding: 0 1vw;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  transition: .5s;
  cursor: pointer;
}
.menubar .custom p:hover {
  color: #00b5c6;
}
.menubar .custom p:first-child {
  float: left;
  font-size: 15px;
  width: 0;
  overflow: hidden;
  padding: 0;
  height: 0;
  float: right;
}
.menu-lead {
  float: left;
  padding: 15px 0;
}
.menu-lead p {
  display: inline-block;
  line-height: 30px;
  margin: 0;
  color: #fff;
  padding: 0 1vw;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.menu-lead i {
  display: inline-block;
  padding: 0 8px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: .5s;
}
.contact-1 .menu-lead i:nth-child(2),
.contact-2 .menu-lead i:nth-child(3),
.contact-3 .menu-lead i:nth-child(4),
.contact-4 .menu-lead i:nth-child(5),
.menu-lead i:hover {
  color: #00b5c6;
}
.drawhold {
  position: absolute;
  width: 100%;
  z-index: 999;
}
.contact-draw {
  width: 205%;
  transition: .3s;
  transform: rotate(0deg);
  left: -5%;
  position: relative;
}
.menusnap .drawhold {
  position: fixed;
  top: 0;
}
.contact-draw .custom {
  padding: 25px 0 0;
  width: 50%;
  background: #222;
  text-align: left;
  padding-left: 3%;
  height: 35px;
  overflow: hidden;
}
.contact-draw p {
  margin: 0;
  display: inline-block;
  color: #fff;
  line-height: 35px;
  float: left;
  overflow: hidden;
  width: 0;
  transition: 1s;
}
.contact-draw a {
  text-decoration: none;
  color: inherit;
  transition: .3s;
  letter-spacing: 1px;
}
.contact-draw a:hover {
  color: #9bf6ff;
  }
.contact-draw p:nth-child(3),
.menu-lead i:nth-child(4) {
  display: none;
}
.contact-1 .contact-draw p:nth-child(1),
.contact-2 .contact-draw p:nth-child(2),
.contact-3 .contact-draw p:nth-child(3),
.contact-4 .contact-draw p:nth-child(4) {
  width: 100%;
}
.contact-1 .contact-draw,
.contact-2 .contact-draw,
.contact-3 .contact-draw,
.contact-4 .contact-draw {
  transform: rotate(-1.8deg);
}
@media (max-width: 767px) {
.menu-lead {
  display: none;
}
.menubar .custom {
  width: 100%;
}
}



@media (max-width: 1099px) {

.header > div {
  transform: none !important;
  z-index: 2;
}
.mainslider {
  transition: 0s;
}
.menubar .custom p:first-child {
  display: none;
}
.menubar {
  text-align: center;
  padding: 0 2%;
  width: 96%;
}
.contact-draw,
.menu-lead i {
  display: none;
}

}
