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

html,
body {
  width: 100%;
  height: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -mos-osx-font-smoothing: grayscale;
  font-family: "Lato", sans-serif;
  line-height: 1.4;
}

main {
  text-align: center;
  color: #33343c;
}

img {
  max-width: 100%;
  vertical-align: middle;
  height: auto;
}

h1 {
  margin: 0;
}

h2 {
  line-height: 1;
}

ul {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}

.visited {
  color: #e8a933;
}

.hidden-section {
  display: none;
}

.button {
  padding: 6px 22px;
  text-transform: uppercase;
  border: 2px solid #ff2217;
  display: inline-block;
  color: #ff2217;
  font-weight: 700;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.button:hover {
  background-color: #ff2217;
  color: #ffffff;
}

header {
  background-color: #33343c;
  color: #ffffff;
  border-bottom: 4px solid #e8a933;
  padding: 15px;
  position: relative;
}

nav {
  text-transform: uppercase;
  padding-top: 15px;
}
nav a:hover {
  color: #e8a933;
}

.header-nav {
  display: none;
}
.header-nav li {
  margin: 7px 0;
}
.header-nav a {
  padding: 12px 0;
  letter-spacing: 1px;
}

.logo {
  max-width: 90px;
  display: inline-block;
}

.nav-trigger {
  cursor: pointer;
  padding: 19px 25px 19px 0px;
  display: inline-block;
  width: 25px;
  position: absolute;
  top: 16px;
  right: 15px;
}
.nav-trigger span,
.nav-trigger span:before,
.nav-trigger span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 25px;
  background: #ffffff;
  position: absolute;
  display: block;
  content: "";
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nav-trigger span:before {
  top: -7px;
}
.nav-trigger span:after {
  bottom: -7px;
}
.nav-trigger.active span {
  background-color: transparent;
}
.nav-trigger.active span:before,
.nav-trigger.active span:after {
  top: 0;
}
.nav-trigger.active span:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-trigger.active span:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

footer {
  background-color: #efefef;
  color: #33343c;
  font-size: 14px;
  padding: 30px 15px;
  text-align: center;
}
footer p:first-child {
  padding-bottom: 15px;
}
footer i {
  margin-right: 8px;
}
footer .tel {
  margin-right: 20px;
}

.home .button {
  margin-top: 30px;
}

.home .content {
  padding: 60px 15px;
}

.home h3 {
  display: inline-block;
  font-size: 36px;
  color: #e8a933;
  margin-bottom: 5px;
  font-weight: 400;
}

.home p {
  font-weight: 700;
  font-size: 18px;
}

.badge-icon {
  max-width: 50px;
  margin-left: 10px;
  margin-bottom: 5px;
  vertical-align: bottom;
}

.house-icon {
  max-width: 60px;
  margin-left: 10px;
  vertical-align: top;
}

blockquote {
  position: relative;
  margin: 0 auto;
  font-style: italic;
  max-width: 248px;
}
blockquote::before {
  color: #e8a933;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 105px;
  line-height: 1;
  top: -26px;
  left: -24px;
  content: "\201C";
  font-family: Georgia, serif;
}

.firm .button {
  margin-top: 30px;
}

.credentials,
.passion {
  padding: 45px 15px;
  text-align: left;
}

.passion p {
  margin-bottom: 10px;
}

.firm h2 {
  font-size: 24px;
  margin-bottom: 15px;
}

.credentials {
  color: #ffffff;
  background-color: #e8a933;
}
.credentials p {
  margin-bottom: 30px;
}
.credentials .flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.credential {
  background: url(../img/lucki4.png) no-repeat center;
  background-size: 100%;
  width: 110px;
  height: 136px;
  text-align: center;
  cursor: pointer;
  margin: 5px;
}
.credential p {
  margin-bottom: 0;
  padding: 36px 5px;
  font-size: 13px;
  font-weight: 700;
}
.credential img {
  display: none;
}
.credential:nth-child(3) p {
  padding: 40px 5px;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10;
  overflow-y: auto;
}
.popup.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.popup-close {
  position: fixed;
  top: 0;
  right: 30px;
  font-size: 50px;
  color: #ffffff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
}
.popup-close:hover {
  opacity: 0.7;
}

.offer .content {
  padding: 45px 15px;
  text-align: left;
}
.offer h2 {
  font-size: 30px;
  text-transform: lowercase;
  margin-bottom: 5px;
}
.offer h3 {
  color: #e8a933;
  font-size: 18px;
  text-transform: lowercase;
  margin-bottom: 15px;
}
.offer p {
  margin-bottom: 10px;
  font-size: 16px;
}

.offer-nav {
  background-color: #ff2217;
  border: none;
  color: #ffffff;
  padding: 10px 15px;
  font-size: 14px;
  text-align: left;
}
.offer-nav ul {
  height: 100%;
}
.offer-nav li {
  margin: 7px 0;
}
.offer-nav a {
  padding: 12px 0;
  letter-spacing: 1px;
}

/* .content-roofing,
.content-rebuilding,
.content-lifting,
.content-metallurgy,
.content-others {
  display: none; } */

.offer-list {
  list-style-type: disc;
  padding: 0 20px;
  margin-top: 5px;
  margin-bottom: 15px;
}

.contact h2 {
  font-weight: 400;
  font-size: 30px;
}

.contact-info {
  margin-top: 15px;
}

.top {
  margin: 75px 0;
}

.invite {
  background-color: #33343c;
  color: #ffffff;
  padding: 30px 15px;
  line-height: 2;
}
.invite h2 {
  margin-bottom: 15px;
}

iframe {
  width: 100%;
  height: 400px;
  display: block;
}

.fotorama__thumb-border {
  border-color: #e8a933 !important;
}

@media screen and (min-width: 375px) {
  footer.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }

  footer p:first-child {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 500px) {
  blockquote {
    max-width: 400px;
  }
  blockquote::before {
    left: -60px;
  }
}
@media screen and (min-width: 434px) and (max-width: 734px) {
  .popup-close {
    color: #33343c;
  }
}
@media screen and (min-width: 1024px) {
  iframe {
    height: 100%;
  }

  blockquote {
    max-width: 269px;
  }
  blockquote::before {
    left: -50px;
  }

  .firm h2,
  .offer h2 {
    font-size: 22px;
  }

  .firm h2,
  .offer h3,
  .credentials p {
    margin-bottom: 10px;
  }

  .credential p {
    margin-bottom: 0;
  }

  .contact-icon {
    height: 104px;
  }

  .contact-icon.flex {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }

  .contact-info.flex {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-top: 15px;
    height: 100px;
  }

  .firm .passion,
  .offer .content {
    overflow: auto;
    padding: 15px;
  }

  .credentials {
    padding: 30px 15px;
  }

  .credential {
    margin-bottom: 0;
    margin-top: 0;
  }

  .popup-close {
    top: 15px;
    right: 45px;
  }

  .nav-trigger {
    display: none;
  }

  .header-nav {
    display: block;
    padding: 0;
  }

  .header-nav li {
    margin-left: 30px;
    margin-top: 0;
    margin-bottom: 0;
  }

  header,
  footer {
    padding: 0 30px;
  }

  .top {
    margin: 0;
  }

  .invite {
    padding: 0;
  }

  body {
    height: 100vh;
    overflow: hidden;
  }

  header {
    height: 10vh;
  }

  main {
    height: 85vh;
  }

  footer {
    height: 5vh;
  }

  .row {
    height: 42.5vh;
  }

  .firm .row {
    height: 85vh;
  }

  .offer .row {
    height: 77vh;
  }

  .offer-nav {
    height: 8vh;
    padding: 0 30px;
  }

  .offer .col-2-3 {
    height: 77vh;
  }

  .col-full-height {
    height: 100%;
  }

  .col-half-height {
    height: 50%;
  }

  .col-1-3 {
    width: 33.33333%;
  }

  .col-2-3 {
    width: 66.66666%;
  }

  nav li {
    display: inline-block;
    margin-left: 30px;
  }

  .hidden-image {
    display: none;
  }

  .flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  .flex.credentials {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .flex.invite {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .firm,
  .offer {
    text-align: left;
  }

  #bg-1 {
    background: url(../img/construction/4.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  #bg-2 {
    background: url(../img/lucki1.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  #bg-3 {
    background: url(../img/lucki2.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  #bg-4 {
    background: url(../img/lucki11.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  #bg-5 {
    background: url(../img/construction/4.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  .fotorama {
    height: 77vh !important;
  }

  .fotorama__stage .fotorama__img {
    height: auto !important;
  }

  .fotorama__wrap {
    height: 77vh !important;
  }

  .fotorama__stage {
    height: 66.9vh !important;
  }

  .fotorama__thumb img {
    height: auto !important;
  }
}
@media screen and (min-width: 1024px) and (min-height: 738px) {
  .fotorama__stage {
    height: 68vh !important;
  }
}
@media screen and (min-width: 1024px) and (min-height: 800px) {
  .fotorama__stage {
    height: 68.5vh !important;
  }
}
@media screen and (min-width: 1024px) and (min-height: 900px) {
  .fotorama__stage {
    height: 69.4vh !important;
  }
}
@media screen and (min-width: 1024px) and (min-height: 949px) {
  .fotorama__stage {
    height: 70vh !important;
  }
}
@media screen and (min-width: 1280px) {
  blockquote {
    max-width: 330px;
  }
  blockquote::before {
    left: -33px;
  }
}
@media screen and (min-width: 1366px) {
  .credentials > p {
    font-size: 16px;
    max-width: 800px;
  }

  .firm .credentials,
  .firm .passion,
  .offer .content {
    padding: 30px;
  }

  .firm h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .offer h2 {
    font-size: 26px;
  }

  .offer h3 {
    font-size: 18px;
  }

  .firm .button {
    margin-top: 15px;
  }
}
@media screen and (min-width: 1440px) {
  .credential {
    margin-bottom: 15px;
    margin-top: 15px;
  }

  .firm .credentials,
  .firm .passion,
  .offer .content {
    padding: 30px;
  }

  .header-nav li {
    margin-left: 40px;
  }

  .firm h2,
  .offer h2 {
    font-size: 26px;
  }

  .offer h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .passion p,
  .credentials > p {
    font-size: 16px;
    font-weight: 400;
  }

  .offer h2 {
    font-size: 30px;
  }
}

/*# sourceMappingURL=style.css.map */
