/*Mixin Block*/
/*End of Mixin Block*/
/*Functions*/
/*Common CSS*/
@font-face {
  font-family: "National Bold";
  src: url("../fonts/National-Bold.eot");
  src: url("../fonts/National-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/National-Bold.woff") format("woff"), url("../fonts/National-Bold.ttf") format("truetype"), url("../fonts/National-Bold.svg#National Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "National Book";
  src: url("../fonts/National-Book.eot");
  src: url("../fonts/National-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/National-Book.woff") format("woff"), url("../fonts/National-Book.ttf") format("truetype"), url("../fonts/National-Book.svg#National Book") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "National Thin";
  src: url("../fonts/National-Thin 2.eot");
  src: url("../fonts/National-Thin 2.eot?#iefix") format("embedded-opentype"), url("../fonts/National-Thin 2.woff") format("woff"), url("../fonts/National-Thin 2.ttf") format("truetype"), url("../fonts/National-Thin 2.svg#National Thin") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 15, ../scss/style.scss */
html, body {
  width: 100%;
  height: 100%;
}

/* line 19, ../scss/style.scss */
body {
  font-family: National Thin, sans-serif;
  overflow: hidden;
  -ms-overflow-style: none;
}

/* line 26, ../scss/style.scss */
h1 {
  font-family: National Thin, sans-serif;
  font-size: 75px;
  line-height: 65px;
}

/* line 31, ../scss/style.scss */
p {
  font-family: National Thin, sans-serif;
}

/* line 34, ../scss/style.scss */
a:hover {
  text-decoration: none;
}

/* line 38, ../scss/style.scss */
a.project-launcher {
  color: #FFF;
  border: 1px solid #FFF;
  padding: 10px 35px;
  font-size: 18px;
  margin-top: 10px;
  display: inline-block;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

/* line 49, ../scss/style.scss */
a.project-launcher:hover {
  padding-right: 45px;
  padding-left: 25px;
}

/* line 53, ../scss/style.scss */
a.project-launcher:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  position: absolute;
  right: 30px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  top: 50%;
  margin-top: -5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

/* line 67, ../scss/style.scss */
a.project-launcher:hover:after {
  right: 17px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

/* line 73, ../scss/style.scss */
.container-wrapper > .container,
.container-wrapper > .container > .row {
  display: table;
  height: 100%;
}

/* line 77, ../scss/style.scss */
.container-wrapper {
  display: table;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* line 90, ../scss/style.scss */
.content-container {
  display: table-cell;
  vertical-align: middle;
  width: 35%;
  position: relative;
  margin-bottom: 0;
  padding: 0 20px;
  text-align: left;
}

/* line 105, ../scss/style.scss */
.content-container h1 {
  font-weight: 300;
}

/* line 109, ../scss/style.scss */
.feature-wrapper {
  vertical-align: middle;
  display: table-cell;
  width: 100%;
  text-align: right;
  position: relative;
}

/* line 117, ../scss/style.scss */
.container-wrapper .content-container p {
  font-size: 24px;
  line-height: 100%;
}

/* line 122, ../scss/style.scss */
.see-btn {
  display: inline-block;
  margin: 0;
  padding: 5px 20px;
  border-radius: 15px;
  margin-top: 15px;
}

/* line 129, ../scss/style.scss */
.see-btn:after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 10px;
  margin-bottom: 1px;
}

/* line 138, ../scss/style.scss */
.btn-white {
  border: 1px solid #FFF;
}

/* line 141, ../scss/style.scss */
.btn-black {
  border: 1px solid #000;
}

/* line 144, ../scss/style.scss */
.btn-white:after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}

/* line 148, ../scss/style.scss */
.btn-black:after {
  border-right: 1px solid #000;
  border-top: 1px solid #000;
}

/* line 152, ../scss/style.scss */
.see-btn.btn-black:hover {
  color: #fff;
  background: #000;
}

/* line 156, ../scss/style.scss */
.see-btn.btn-black:hover:after {
  border-color: #fff;
}

/* line 159, ../scss/style.scss */
.see-btn.btn-white:hover {
  color: #000;
  background: #fff;
}

/* line 163, ../scss/style.scss */
.see-btn.btn-white:hover:after {
  border-color: #000;
}

/*End of Common CSS*/
/* line 181, ../scss/style.scss */
#qLoverlay {
  position: absolute !important;
  top: 0 !important;
  height: 66% !important;
}

/* line 187, ../scss/style.scss */
#qLpercentage {
  font-family: Oswald;
  font-weight: Bold;
}

/* line 193, ../scss/style.scss */
.loader-wrapper {
  position: absolute;
  color: #989498;
  width: 100%;
  height: 100%;
  font-weight: 700;
  top: 0;
  left: 0;
  font-size: 5em;
  z-index: 1;
  font-family: Oswald;
}

/* line 205, ../scss/style.scss */
.loader-wrapper .loader-bar {
  position: absolute;
  left: 50%;
  top: 35%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* ******************** Hero Unit | LABS ************************** */
/* line 216, ../scss/style.scss */
#labs-1 {
  height: 100%;
}

/* line 220, ../scss/style.scss */
.container-wrapper > .container > .logo-nav-row {
  height: auto;
  width: 100%;
  display: table;
  position: relative;
  z-index: 1;
}

/* line 228, ../scss/style.scss */
.logo-wrapper img {
  width: 100px;
  top: 15px;
  position: relative;
}

/* line 234, ../scss/style.scss */
.logo-wrapper {
  display: block;
  text-align: center;
}

/* line 239, ../scss/style.scss */
.main-site-btn {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  display: none;
}

/* line 246, ../scss/style.scss */
.main-site-btn .see-btn {
  font-size: 21px;
  color: #000;
  margin: 0;
}

/* line 251, ../scss/style.scss */
.main-site-btn a {
  display: inline-block;
}

/* line 254, ../scss/style.scss */
.main-site-btn .see-btn:before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 10px;
}

/* line 264, ../scss/style.scss */
.main-site-btn .see-btn:after {
  display: none;
}

/* Labs Canvas */
/* line 271, ../scss/style.scss */
.row.labs-row {
  margin-top: -100px;
  width: 100%;
}

/* line 275, ../scss/style.scss */
.labs-wrapper {
  height: 66%;
  position: absolute;
  left: 0;
  width: 100%;
  overflow: hidden;
}

/* line 282, ../scss/style.scss */
.lab-canvas {
  position: relative;
}

/* line 285, ../scss/style.scss */
.labs-exp-text {
  position: absolute;
  bottom: 10px;
  right: 10px;
  opacity: 0;
  padding: 8px;
  border: 2px solid rgba(0, 0, 0, 0.63);
}
/* line 292, ../scss/style.scss */
.labs-exp-text p {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.63);
  font-family: National Book;
  text-align: right;
  right: 2%;
  line-height: 115%;
  margin: 0;
}

/* line 302, ../scss/style.scss */
.labs-wrapper:hover .labs-exp-text {
  opacity: 1;
}

/* line 307, ../scss/style.scss */
.labs-mobile-text-wrapper {
  display: table;
  height: 100%;
  width: 100%;
}

/* line 312, ../scss/style.scss */
.labs-mobile-text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/* line 317, ../scss/style.scss */
.labs-mobile-text .mobile-title {
  font-family: National Bold;
  margin-top: 75px;
}

/* line 321, ../scss/style.scss */
.labs-mobile-text h1 {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 54px;
  font-size: 9.507042253521127vh;
  line-height: 90%;
}

/* line 330, ../scss/style.scss */
.social-btns {
  margin-top: 15px;
}

/* line 339, ../scss/style.scss */
.social-btns > * {
  width: 37%;
  float: left;
}

/* line 343, ../scss/style.scss */
.social-btns .fb-btn {
  margin-right: 20px;
  margin-left: 11px;
}

/* line 347, ../scss/style.scss */
.social-btns .fbshare-btn {
  margin-left: -7px;
}

/* line 352, ../scss/style.scss */
.labs-mobile .social-btns {
  left: 50%;
  top: 60%;
  margin-left: -105px;
}

/* ******************** End of Hero Unit | LABS ************************** */
/* line 363, ../scss/style.scss */
.withlovebd {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 3px 0;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

/* line 372, ../scss/style.scss */
.withlovebd p {
  margin: 0;
  line-height: 100%;
  color: #FFF;
}

/* line 377, ../scss/style.scss */
.withlovebd a {
  color: #FFF;
}
/* line 379, ../scss/style.scss */
.withlovebd a:hover {
  color: #FCE451;
}

/****************Media Queries**********************/
/* line 410, ../scss/style.scss */
.labs-mobile .logo-nav-row,
.labs-mobile .labs-row {
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 767px) {
  /* line 426, ../scss/style.scss */
  h1 {
    font-size: 65px;
    font-size: 11.44366197183099vh;
    line-height: 55px;
    line-height: 9.683098591549296vh;
  }

  /* line 433, ../scss/style.scss */
  .container-wrapper .content-container p,
  .labs-mobile-text p {
    font-size: 15px;
    font-size: 4.6875vh;
  }

  /* line 437, ../scss/style.scss */
  .container-wrapper .content-container p:nth-child(2) {
    width: 70%;
    margin: 0 auto;
  }

  /* line 441, ../scss/style.scss */
  .container-wrapper {
    height: 100%;
    display: block;
  }

  /* line 445, ../scss/style.scss */
  .container-wrapper > .container, .container-wrapper > .container > .row {
    display: block;
  }

  /* line 450, ../scss/style.scss */
  #main-labs-page .content-container,
  #main-labs-page .feature-wrapper {
    display: table;
    height: 50%;
    width: 100%;
    text-align: center;
  }

  /* line 456, ../scss/style.scss */
  .content-container h1 {
    padding-top: 0.5em;
  }

  /* line 464, ../scss/style.scss */
  #qLoverlay {
    height: 100% !important;
  }

  /* line 469, ../scss/style.scss */
  #labs-1 {
    height: 100%;
  }

  /* line 472, ../scss/style.scss */
  .labs-mobile .social-btns {
    top: 95%;
    margin-left: -90px;
  }

  /* line 478, ../scss/style.scss */
  .logo-wrapper img {
    width: 120px;
    top: 65px;
  }

  /* line 482, ../scss/style.scss */
  .row.labs-row {
    margin-top: -75px;
  }

  /* line 487, ../scss/style.scss */
  #matchforbodoni-feature {
    height: auto;
    width: 50%;
  }

  /* line 492, ../scss/style.scss */
  #kaipoche-feature {
    width: 100%;
    height: 100%;
  }

  /* line 497, ../scss/style.scss */
  #housesofgoa-feature {
    width: 65%;
    padding: 0 15px;
  }

  /* line 503, ../scss/style.scss */
  .image-wall-wrapper {
    padding: 0px 20px;
  }

  /* line 507, ../scss/style.scss */
  #iconomic-feature {
    display: none;
  }

  /* line 510, ../scss/style.scss */
  #iconomic-feature-responsive {
    display: block;
    height: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 481px) and (max-width: 767px) and (orientation: landscape) {
  /* line 521, ../scss/style.scss */
  .container-wrapper .content-container p,
  .labs-mobile-text p {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  /* line 533, ../scss/style.scss */
  h1 {
    font-size: 65px;
    font-size: 11.44366197183099vh;
    line-height: 55px;
    line-height: 9.683098591549296vh;
  }

  /* line 540, ../scss/style.scss */
  .container-wrapper .content-container p,
  .labs-mobile-text p {
    font-size: 18px;
    font-size: 3.169014084507042vh;
  }

  /* line 544, ../scss/style.scss */
  .container-wrapper .content-container p:nth-child(2) {
    width: 100%;
  }

  /* line 547, ../scss/style.scss */
  .image-wall {
    margin-top: 15vh;
    margin-top: 70px;
  }

  /* line 553, ../scss/style.scss */
  #matchforbodoni-feature {
    width: 100%;
  }

  /* line 557, ../scss/style.scss */
  #housesofgoa-feature {
    width: 95%;
    padding: 0 15px;
    padding-top: 12.5vh;
  }
}
@media (orientation: portrait) {
  /* line 567, ../scss/style.scss */
  #matchforbodoni-feature {
    margin-top: 12.5%;
  }
}
