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

.header {
  display: inline-block;
  width: 100%;
  margin-bottom: -5px;
}
.header .vcenter {
  display: table-cell;
  vertical-align: middle;
}
.header p {
  margin: 0;
}
.header > div {
  float: left;
  height: 150px;
  overflow: hidden;
  display: table;
}
.logo {
  width: 30%;
}
.logo img {
  height: 115px;
  width: 190px;
}
.logo .custom p {
  max-height: 120px;
}
.header .message {
  width: 40%;
  display: block;
}
.message .wrap > p {
  font-family: sophomoreyear;
  font-size: 55px;
  color: red;
  letter-spacing: 1px;
  line-height: 150px;
  transform: rotate(-3deg);
}
.message .custom p {
  height: 0;
  transition: .5s;
  overflow: hidden;
  line-height: 150px;
  font-size: 18px;
}
.message .custom a {
  text-decoration: none;
  color: inherit;
  transition: .3s;
}
.message .custom a:hover {
  color: #e43030;
}
.contact-buts {
  width: 30%;
}
.contact-buts .contact-but {
  display: inline-block;
  margin: 0;
}
.contact-buts .contact-but i {
  font-size: 20px;
  width: 50px;
  line-height: 50px;
  background: #777;
  color: #fff;
  transition: .3s;
}
.contact-buts .contact-but:first-child i {
  border-radius: 10px 0 0 0;
}
.contact-buts .contact-but:last-child i {
  border-radius: 0 0 10px 0;
}
.contact-buts .contact-but i:hover,
.contactpop-1 .contact-buts .contact-but.one i,
.contactpop-2 .contact-buts .contact-but.two i,
.contactpop-3 .contact-buts .contact-but.three i {
  background: #e43030;
}
.contactpop-1 .message .custom p:nth-child(1),
.contactpop-2 .message .custom p:nth-child(2),
.contactpop-3 .message .custom p:nth-child(3) {
  height: 150px;
}
.menu-fake {
  height: 55px;
  width: 100%;
}
.menu-bar {
  background: #e43030;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 1499;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
}
.scroll-menu .menu-bar {
  position: fixed;
  top: 0;
}
.menu {

}
.menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu li {
  display: inline-block;
  transition: .3s;
  height: 55px;
  color: #fff;
}
.menu li:last-child {
  display: none;
}
.menu li.active,
.menu li:hover {
  background: #d42d2d;
}
.menu li a {
  display: block;
  text-decoration: none;
  color: inherit;
  line-height: 55px;
  padding: 0 2vw;
}

.masthead {
}
.masthead .flex-control-nav {
  bottom: 5vh;
}
.masthead .flex-control-paging li .flex-active {
  background: #ec4139;
  background: rgb(237, 65, 52);
}
.masthead .flex-caption {
  padding: 0 40px;
  width: auto;
  right: 20px;
  left: auto;
  bottom: 10vh;
  line-height: 60px;
  font-size: 50px;
  background: rgb(255, 255, 255);
  color: red;
  font-family: sophomoreyear;
  letter-spacing: 1px;
  transform: rotate(2deg);
}
.masthead .flex-control-paging li a {
  background: #fff;
  width: 15px;
  height: 15px;
}
.menu-btn {
  display: none;
}

@media (max-width: 749px) {
.menu-btn {
  display: block;
  line-height: 55px;
  color: #fff;
  transition: .3s;
}
.menu-btn:hover i {
  transform: rotate(90deg);
}
.menu-btn i {
  margin-left: 5px;
  transition: .3s;
}


.menu-bar > .menu {
  position: fixed;
  top: -100vh;
  width: 100%;
  height: 100vh;
  transition: 1s;
  background: #fff;
  display: table;
}
.menu-pop .menu-bar > .menu {
  top: 0;
}
.menu ul {
  display: table-cell;
  vertical-align: middle;
  padding-bottom:5vh;
}
.menu li {
  display: block;
  color: #333;
  height: auto;
}
.menu li a {
  line-height: 10vh;
}
.menu li.active, .menu li:hover {
  background: none;
  color: #e43030;
}
.menu li:last-child {
  display: block;
}
.menu li:last-child a {
  color: #e43030;
}
.header > div,
.header .message {
  width: 100%;
  height: auto;
}
.header .logo {
  padding: 30px 0 0;
}
.header .contact-buts {
  padding: 5px 0 20px;
}
.header .message {
  height: 80px;
}
.message .wrap > p,
.message .custom p {
  line-height: 80px;
}
.contactpop-1 .message .custom p:nth-child(1),
.contactpop-2 .message .custom p:nth-child(2),
.contactpop-3 .message .custom p:nth-child(3) {
  height: 80px;
}
.contact-buts .contact-but i {
  border-radius: 5px !important;
}
.contact-buts .contact-but i:hover {
  background: #777;
}
.contact-buts .contact-but {
  margin: 0 1%;
}
.masthead {
  margin: 0 0 0 -50vw;
  width: 200vw;
}


}
