﻿@media screen and (min-width: 1000px) {
  .mobile-only {
    display: none;
  }
}

.button {
  width: 20rem;
  height: 5rem;
  display: inline-block;
  font-size: 1.5rem;
  text-decoration: none;
  line-height: 5rem;
  color: #fff;
  background: #eb4636;
  border: 1px solid #eb4636;
  border-radius: 3rem;
  -moz-transition: color ease-in-out 0.3s, background ease-in-out 0.3s, border-color ease-in-out 0.3s, border ease-in-out 0.3s;
  -o-transition: color ease-in-out 0.3s, background ease-in-out 0.3s, border-color ease-in-out 0.3s, border ease-in-out 0.3s;
  -webkit-transition: color ease-in-out 0.3s, background ease-in-out 0.3s, border-color ease-in-out 0.3s, border ease-in-out 0.3s;
  transition: color ease-in-out 0.3s, background ease-in-out 0.3s, border-color ease-in-out 0.3s, border ease-in-out 0.3s;
}

.button:hover,
.button.active {
  border: 1px solid #eb4636;
  background: none;
  color: #eb4636 !important;
}

.button.type-2 {
  width: 15rem;
  border: 1px solid #d9dada;
  color: #1a1725;
  font-size: 1.2rem;
  font-weight: 700;
  background: none;
}

.button.type-2:hover,
.button.type-2.active {
  border-color: #eb4636;
  color: #eb4636;
}

.button.type-3 {
  max-width: 45%;
  text-align: center;
  border: 1px solid #d9dada;
  color: #1a1725;
  font-size: 1.2rem;
  font-weight: 700;
  background: none;
}

.button.type-3:hover,
.button.type-3.active {
  border-color: #eb4636;
  color: #eb4636;
}

.mobile-hide {
  display: none;
}

@media screen and (min-width: 700px) {
  .mobile-hide {
    display: block;
  }
}

.header {
  height: 7rem;
}




@media screen and (min-width: 1000px) {
  .header {
    height: auto;
  }
  .header.fixed {
    height: 16.5rem;
  }
  .header.fixed.inner {
    height: 22rem;
  }
  .header.fixed .kapatan {
    position: fixed;
    height: 7rem !important;
    left: 0;
    width: 100%;
    background: #fff !important;
    z-index: 11;
    top: -21rem;
    -webkit-box-shadow: 0 3px 5px 0 #8a8a8a;
    -moz-box-shadow: 0 3px 5px 0 #8a8a8a;
    box-shadow: 0 3px 5px 0 #8a8a8a;
  }
  .header.fixed .row {
    padding: 1rem 0;
    background: none;
  }
  .header.fixed .row .logo img {
    height: 5rem;
    opacity: 0;
  }
  .header.fixed .row .menu a {
    margin-top: 0;
    line-height: 5rem;
    font-size: 1.3rem;
    color: #eb4636;
  }
  .header.fixed .row .menu a.active {
    opacity: .5;
  }
  .header.fixed .row .menu a:not(.active):hover {
    color: #1a1725;
  }
  .header.fixed .row .menu a.fixed-only {
    display: inline-block;
    background: #eb4636;
    color: #fff;
    padding: 0 2rem;
    border: 1px solid #eb4636;
    -moz-transition: color ease-in-out 0.3s, background ease-in-out 0.3s, border-color ease-in-out 0.3s, border ease-in-out 0.3s;
    -o-transition: color ease-in-out 0.3s, background ease-in-out 0.3s, border-color ease-in-out 0.3s, border ease-in-out 0.3s;
    -webkit-transition: color ease-in-out 0.3s, background ease-in-out 0.3s, border-color ease-in-out 0.3s, border ease-in-out 0.3s;
    transition: color ease-in-out 0.3s, background ease-in-out 0.3s, border-color ease-in-out 0.3s, border ease-in-out 0.3s;
  }
  .header.fixed .row .menu a.fixed-only:hover {
    background: none;
    color: #eb4636;
  }
}

.header .row {
  position: fixed;
  width: 100%;
  padding: 1rem 3%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  z-index: 11;
  -webkit-box-shadow: 0 3px 5px 0 #8a8a8a;
  -moz-box-shadow: 0 3px 5px 0 #8a8a8a;
  box-shadow: 0 3px 5px 0 #8a8a8a;
}

@media screen and (min-width: 1000px) {
  .header .row {
    position: static;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.header .row.top {
  display: none;
}

@media screen and (min-width: 1000px) {
  .header .row.top {
    display: block;
    height: 4rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  .header .row.top .columns {
    text-align: right;
  }
  .header .row.top .columns > div {
  /*  border-bottom: 1px solid #d9dada;*/
  }
  .header .row.top .columns a {
    color: #1a1725;
    text-decoration: none;
    line-height: 4rem;
    margin: 0 0 0 3rem;
    font-size: 1.1rem;
    font-weight: 400;
  }
  .header .row.top .columns .tel {
    color: #0a2a3b;
    font-size: 1.6rem;
    font-weight: 700;
  }
}

@media screen and (min-width: 1170px) {
  .header .row {
    padding-left: 0;
    padding-right: 0;
  }
  .header .row:first-child {
    padding-left: 0;
    padding-right: 0;
  }
}

.header a {
  display: inline-block;
  font-size: 1.2rem;
  color: #0a2a3b;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.6rem;
  margin-top: 1.5rem;
}

.header .logo {
  margin-top: -50px;
  height: 5rem;
  background-image: url("../images/logo2.png");
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}



@media screen and (max-width: 700px) {
.header .logo {
  margin-top: 0px;
  height: 5rem;
  background-image: url("../images/logo2.png");
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}
}

@media screen and (min-width: 1000px) {
  .header .logo {
    height: auto;
  }
}

.header .logo img {
  height: 100%;
  max-width: none;
  max-width: unset;
  width: auto;
  opacity: 0;
}

@media screen and (min-width: 1000px) {
  .header .logo img {
    height: 12.5rem;
  }
}

.header .tel {
  opacity: 1;
  font-size: 1.6rem;
  font-weight: 700;
  float: right;
  -moz-transition: color ease-in-out 0.3s, background ease-in-out 0.3s, border-color ease-in-out 0.3s, border ease-in-out 0.3s;
  -o-transition: color ease-in-out 0.3s, background ease-in-out 0.3s, border-color ease-in-out 0.3s, border ease-in-out 0.3s;
  -webkit-transition: color ease-in-out 0.3s, background ease-in-out 0.3s, border-color ease-in-out 0.3s, border ease-in-out 0.3s;
  transition: color ease-in-out 0.3s, background ease-in-out 0.3s, border-color ease-in-out 0.3s, border ease-in-out 0.3s;
  background-image: url("../images/phone.png");
  background-size: 1.6rem;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 2.6rem;
}

.header .mobile-menu {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDM5Ni42NjcgMzk2LjY2NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzk2LjY2NyAzOTYuNjY3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjMycHgiIGhlaWdodD0iMzJweCI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTE3LDg3LjgzM2gzNjIuNjY3YzkuMzUsMCwxNy03LjY1LDE3LTE3cy03LjY1LTE3LTE3LTE3SDE3Yy05LjM1LDAtMTcsNy42NS0xNywxN0MwLDgwLjE4Myw3LjY1LDg3LjgzMywxNyw4Ny44MzN6IiBmaWxsPSIjZWI0NjM2Ii8+CgkJPHBhdGggZD0iTTE3LDIxNS4zMzNoMzYyLjY2N2M5LjM1LDAsMTctNy42NSwxNy0xN3MtNy42NS0xNy0xNy0xN0gxN2MtOS4zNSwwLTE3LDcuNjUtMTcsMTdTNy42NSwyMTUuMzMzLDE3LDIxNS4zMzN6IiBmaWxsPSIjZWI0NjM2Ii8+CgkJPHBhdGggZD0iTTE3LDM0Mi44MzNoMzYyLjY2N2M5LjM1LDAsMTctNy42NSwxNy0xN3MtNy42NS0xNy0xNy0xN0gxN2MtOS4zNSwwLTE3LDcuNjUtMTcsMTdTNy42NSwzNDIuODMzLDE3LDM0Mi44MzN6IiBmaWxsPSIjZWI0NjM2Ii8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
  background-size: contain;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  float: right;
}

.header .menu {
  position: absolute;
  top: 7rem;
  left: 0;
  height: 0;
  overflow: hidden;
  background: #fff;
  -moz-transition: color ease-in-out 0.3s, background ease-in-out 0.3s, border-color ease-in-out 0.3s, border ease-in-out 0.3s;
  -o-transition: color ease-in-out 0.3s, background ease-in-out 0.3s, border-color ease-in-out 0.3s, border ease-in-out 0.3s;
  -webkit-transition: color ease-in-out 0.3s, background ease-in-out 0.3s, border-color ease-in-out 0.3s, border ease-in-out 0.3s;
  transition: color ease-in-out 0.3s, background ease-in-out 0.3s, border-color ease-in-out 0.3s, border ease-in-out 0.3s;
  z-index: 99;
}

@media screen and (min-width: 1000px) {
  .header .menu {
    position: static;
    height: auto;
    text-align: right;
    background: none;
  }
  .header .menu a:hover {
    color: #1a1725;
  }
}

.header .menu.open {
  height: 100vh;
  width: 100%;
}

.header .menu a {
  margin: 0;
  font-size: 1.5rem;
  line-height: 2.5;
  color: #eb4636;
  font-weight: 400;
  display: block;
  text-align: center;
  -moz-transition: color ease-in-out 0.3s, background ease-in-out 0.3s, border-color ease-in-out 0.3s, border ease-in-out 0.3s;
  -o-transition: color ease-in-out 0.3s, background ease-in-out 0.3s, border-color ease-in-out 0.3s, border ease-in-out 0.3s;
  -webkit-transition: color ease-in-out 0.3s, background ease-in-out 0.3s, border-color ease-in-out 0.3s, border ease-in-out 0.3s;
  transition: color ease-in-out 0.3s, background ease-in-out 0.3s, border-color ease-in-out 0.3s, border ease-in-out 0.3s;
}

.header .menu a.fixed-only {
  display: none;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}

@media screen and (min-width: 1000px) {
  .header .menu a {
    display: inline-block;
    width: auto;
    margin-left: 1.2rem;
    margin-top: 3.2rem;
  }
}

.header .menu a.tel {
  color: #eb4636;
}

.header .menu .mobile-only {
  margin-top: 1.5rem;
}

.header .menu .mobile-only a {
  color: #1a1725;
  font-size: 1.1rem;
}

@media screen and (min-width: 1000px) {
  .header.inner .row.top .columns > div {
    border-bottom: none;
  }
  .header.inner .kapatan {
    background: url("../images/common/menu-kapatan.png");
    height: 18rem;
    background-position: left -4rem;
    background-repeat: repeat-x;
  }
  .header.inner .menu a {
    color: #fff;
    -moz-transition: color ease-in-out 0.3s, background ease-in-out 0.3s, border-color ease-in-out 0.3s, border ease-in-out 0.3s;
    -o-transition: color ease-in-out 0.3s, background ease-in-out 0.3s, border-color ease-in-out 0.3s, border ease-in-out 0.3s;
    -webkit-transition: color ease-in-out 0.3s, background ease-in-out 0.3s, border-color ease-in-out 0.3s, border ease-in-out 0.3s;
    transition: color ease-in-out 0.3s, background ease-in-out 0.3s, border-color ease-in-out 0.3s, border ease-in-out 0.3s;
  }
  .header.inner .menu a:hover,
  .header.inner .menu a.active {
    color: #eb4636;
  }
  .header.inner .row.top .columns.top-menu a {
    -moz-transition: color ease-in-out 0.3s, background ease-in-out 0.3s, border-color ease-in-out 0.3s, border ease-in-out 0.3s;
    -o-transition: color ease-in-out 0.3s, background ease-in-out 0.3s, border-color ease-in-out 0.3s, border ease-in-out 0.3s;
    -webkit-transition: color ease-in-out 0.3s, background ease-in-out 0.3s, border-color ease-in-out 0.3s, border ease-in-out 0.3s;
    transition: color ease-in-out 0.3s, background ease-in-out 0.3s, border-color ease-in-out 0.3s, border ease-in-out 0.3s;
  }
  .header.inner .row.top .columns.top-menu a:hover,
  .header.inner .row.top .columns.top-menu a.active {
    color: #eb4636;
  }
  .header.inner .row {
    background: none;
  }
  .header.inner .row > div {
    background: none;
  }
}

/*# sourceMappingURL=header.css.map */