/* colors */
/* font colors */
@font-face {
  font-family: 'pt_sans_captionregular';
  src: url("../fonts/pt_sans/ptc55f-webfont.eot");
  src: url("../fonts/pt_sans/ptc55f-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/pt_sans/ptc55f-webfont.woff2") format("woff2"), url("../fonts/pt_sans/ptc55f-webfont.woff") format("woff"), url("../fonts/pt_sans/ptc55f-webfont.ttf") format("truetype"), url("../fonts/pt_sans/ptc55f-webfont.svg#pt_sans_captionregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'pt_sans_captionbold';
  src: url("../fonts/pt_sans/bold/ptc75f-webfont.eot");
  src: url("../fonts/pt_sans/bold/ptc75f-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/pt_sans/bold/ptc75f-webfont.woff2") format("woff2"), url("../fonts/pt_sans/bold/ptc75f-webfont.woff") format("woff"), url("../fonts/pt_sans/bold/ptc75f-webfont.ttf") format("truetype"), url("../fonts/pt_sans/bold/ptc75f-webfont.svg#pt_sans_captionbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotoregular';
  src: url("../fonts/roboto/roboto-regular-webfont.eot");
  src: url("../fonts/roboto/roboto-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-regular-webfont.woff2") format("woff2"), url("../fonts/roboto/roboto-regular-webfont.woff") format("woff"), url("../fonts/roboto/roboto-regular-webfont.ttf") format("truetype"), url("../fonts/roboto/roboto-regular-webfont.svg#robotoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotolight';
  src: url("../fonts/roboto/light/roboto-light-webfont.eot");
  src: url("../fonts/roboto/light/roboto-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/light/roboto-light-webfont.woff2") format("woff2"), url("../fonts/roboto/light/roboto-light-webfont.woff") format("woff"), url("../fonts/roboto/light/roboto-light-webfont.ttf") format("truetype"), url("../fonts/roboto/light/roboto-light-webfont.svg#robotolight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotothin';
  src: url("../fonts/roboto/light/roboto-thin-webfont.eot");
  src: url("../fonts/roboto/light/roboto-thin-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/light/roboto-thin-webfont.woff2") format("woff2"), url("../fonts/roboto/light/roboto-thin-webfont.woff") format("woff"), url("../fonts/roboto/light/roboto-thin-webfont.ttf") format("truetype"), url("../fonts/roboto/light/roboto-thin-webfont.svg#robotothin") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 1, ../scss/base/_layout.scss */
* {
  margin: 0;
  padding: 0;
}

/* line 3, ../scss/base/_layout.scss */
html {
  height: 100%;
}

/* line 7, ../scss/base/_layout.scss */
body {
  font-color: #797d84;
  height: 100%;
  font-size: 16px;
  font-family: 'pt_sans_captionregular';
}

/* line 14, ../scss/base/_layout.scss */
a {
  color: #13a8e2;
}

/* line 18, ../scss/base/_layout.scss */
h4 {
  font-size: 16px;
  color: #3a4250;
}

/* line 23, ../scss/base/_layout.scss */
h2 {
  margin-top: 0;
  color: #3a4250;
  font-weight: 200;
}
@media (max-width: 991px) {
  /* line 23, ../scss/base/_layout.scss */
  h2 {
    margin-top: 12px;
    margin-bottom: 28px;
  }
}

/* line 33, ../scss/base/_layout.scss */
.extra-spacing {
  margin-bottom: 24px;
}

/* line 37, ../scss/base/_layout.scss */
.content {
  min-height: 100vh;
  background-color: #f4f3f3;
  position: relative;
  line-height: 2;
}

/* line 44, ../scss/base/_layout.scss */
.clear {
  clear: both;
}

/* line 48, ../scss/base/_layout.scss */
.bold {
  font-weight: bold;
  color: #3a4250;
  font-family: pt_sans_captionbold;
}

/* line 54, ../scss/base/_layout.scss */
.landing-main-title {
  font-size: 140px;
  color: #FFFFFF;
  font-weight: 100;
  letter-spacing: 1.4px;
  position: absolute;
  left: 189px;
  top: 18vh;
  line-height: 132px;
}
@media (max-width: 1140px) {
  /* line 54, ../scss/base/_layout.scss */
  .landing-main-title {
    left: 120px;
    font-size: 120px;
  }
}
@media (max-width: 991px) {
  /* line 54, ../scss/base/_layout.scss */
  .landing-main-title {
    left: 20px;
    font-size: 15vw;
    line-height: 16vw;
    top: 140px;
  }
}

@media (max-width: 767px) {
  /* line 81, ../scss/base/_layout.scss */
  .main-title {
    display: block;
  }
}

/* line 87, ../scss/base/_layout.scss */
.left-col {
  padding-left: 0;
}
@media (max-width: 1140px) {
  /* line 87, ../scss/base/_layout.scss */
  .left-col {
    padding-right: 0 !important;
  }
}

/* line 94, ../scss/base/_layout.scss */
.right-col {
  margin: 0 auto;
}
@media (max-width: 991px) {
  /* line 94, ../scss/base/_layout.scss */
  .right-col {
    padding-top: 24px;
  }
}
@media (max-width: 767px) {
  /* line 94, ../scss/base/_layout.scss */
  .right-col {
    padding-left: 0;
  }
}

/* line 104, ../scss/base/_layout.scss */
.info {
  background-color: #f4f3f3;
  padding: 62px 8% 140px 8%;
  min-height: 34vh;
}
/* line 108, ../scss/base/_layout.scss */
.info .row {
  max-width: 1400px;
  margin: auto;
}
@media (max-width: 1140px) {
  /* line 104, ../scss/base/_layout.scss */
  .info {
    padding: 40px 2% 140px 2%;
  }
}

/* line 117, ../scss/base/_layout.scss */
.fixed-header {
  position: fixed;
  top: 0;
  height: 80px;
  z-index: 1000;
  background-color: #ffffff;
  left: 0;
  right: 0;
}

/* line 127, ../scss/base/_layout.scss */
.menu-bar {
  height: 80px;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
}
/* line 134, ../scss/base/_layout.scss */
.menu-bar .moneyer-logo {
  margin-left: 8%;
  background: center center;
  background-size: cover;
  background-image: url("../images/logoTM_PRO2.svg");
  background-size: 100% 100%;
  width: 324px;
  height: 32px;
  cursor: pointer;
  float: left;
  margin-top: 24px;
}
@media (max-width: 1140px) {
  /* line 134, ../scss/base/_layout.scss */
  .menu-bar .moneyer-logo {
    margin-left: 2%;
    width: 276px;
    height: 27px;
  }
}
@media (max-width: 767px) {
  /* line 134, ../scss/base/_layout.scss */
  .menu-bar .moneyer-logo {
    margin-left: 2%;
    width: 70%;
  }
}
/* line 158, ../scss/base/_layout.scss */
.menu-bar .nav {
  margin-right: 8%;
  float: right;
}
@media (min-width: 768px) and (max-width: 1140px) {
  /* line 158, ../scss/base/_layout.scss */
  .menu-bar .nav {
    margin-right: 2%;
  }
}
/* line 166, ../scss/base/_layout.scss */
.menu-bar .nav a {
  height: 80px;
  border-radius: 0;
  font-size: 14px;
  color: #2f4f4f;
  letter-spacing: 0.4px;
  line-height: 60px;
}
@media (max-width: 991px) {
  /* line 166, ../scss/base/_layout.scss */
  .menu-bar .nav a {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  /* line 166, ../scss/base/_layout.scss */
  .menu-bar .nav a {
    font-size: 13px;
  }
}
/* line 181, ../scss/base/_layout.scss */
.menu-bar .nav a:active, .menu-bar .nav a:focus {
  outline: none;
}

/* line 187, ../scss/base/_layout.scss */
.footer-container {
  position: relative;
}

/* line 2, ../scss/components/_header.scss */
.header .mob-nav-container {
  display: none;
  height: 80px;
  margin-right: 12px;
  width: 70px;
  float: right;
  background-color: #FFFFFF;
  -webkit-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  -o-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
@media (max-width: 767px) {
  /* line 2, ../scss/components/_header.scss */
  .header .mob-nav-container {
    margin-right: 0;
  }
}
/* line 19, ../scss/components/_header.scss */
.header .mob-nav-container .mob-nav {
  display: none;
  margin: auto;
  margin-top: 14px;
}
@media (max-width: 767px) {
  /* line 19, ../scss/components/_header.scss */
  .header .mob-nav-container .mob-nav {
    background: url("../images/ic_menu_24px.svg");
    background-size: 100% 100%;
    display: block;
    height: 50px;
    width: 50px;
    cursor: pointer;
  }
}
/* line 34, ../scss/components/_header.scss */
.header .mob-nav-container .mob-nav.open {
  background: url("../images/ic_menu_24px_white.svg");
}
@media (max-width: 767px) {
  /* line 2, ../scss/components/_header.scss */
  .header .mob-nav-container {
    display: block;
  }
}
/* line 43, ../scss/components/_header.scss */
.header .mob-nav-container.open {
  background-color: #13a8e2;
  -webkit-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  -o-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
@media (max-width: 767px) {
  /* line 51, ../scss/components/_header.scss */
  .header .nav-pills {
    display: none;
  }
}
/* line 56, ../scss/components/_header.scss */
.header .nav-pills li a {
  padding-bottom: 0 !important;
  line-height: none;
  font-size: 14px;
}
@media (max-width: 991px) {
  /* line 56, ../scss/components/_header.scss */
  .header .nav-pills li a {
    padding: 10px 10px;
    font-size: 12px;
  }
}
/* line 68, ../scss/components/_header.scss */
.header .nav-pills li.active a {
  color: #13a8e2;
  background-color: #ffffff;
  height: 80px;
}
/* line 74, ../scss/components/_header.scss */
.header .nav-pills li a .active-item-line {
  border-bottom: 3px solid #13a8e2;
  width: 100%;
  display: block;
  padding-top: 7px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}
/* line 86, ../scss/components/_header.scss */
.header .nav-pills li.blue a {
  background-color: #13a8e2;
  color: #ffffff;
  height: 80px;
}
/* line 92, ../scss/components/_header.scss */
.header .nav-pills li.blue .active-item-line {
  border-bottom: 3px solid #808080;
}
/* line 97, ../scss/components/_header.scss */
.header .nav-pills li.active a .active-item-line {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}

/* line 1, ../scss/components/_mobile-menu.scss */
.mobile-menu {
  display: none;
}
@media (max-width: 767px) {
  /* line 1, ../scss/components/_mobile-menu.scss */
  .mobile-menu {
    display: block;
    background-color: #13a8e2;
    height: 0;
    left: 0;
    z-index: 500;
    min-height: 0;
    padding-top: 80px;
    width: 110%;
    position: fixed;
    -webkit-transition: min-height 1s ease-in-out;
    -moz-transition: min-height 1s ease-in-out;
    -o-transition: min-height 1s ease-in-out;
    transition: min-height 1s ease-in-out;
    overflow-y: scroll;
  }
  /* line 22, ../scss/components/_mobile-menu.scss */
  .mobile-menu a {
    color: #FFFFFF;
    font-size: 18px;
  }
  /* line 27, ../scss/components/_mobile-menu.scss */
  .mobile-menu .mobile-menu-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 24px;
  }
}

/* line 34, ../scss/components/_mobile-menu.scss */
.mobile-menu.open {
  min-height: 100vh;
}
@media (max-width: 767px) {
  /* line 34, ../scss/components/_mobile-menu.scss */
  .mobile-menu.open {
    min-height: 100vh;
  }
}

/* line 1, ../scss/components/_footer.scss */
.footer {
  position: absolute;
  height: 100px;
  width: 100%;
  bottom: 0;
  background-color: #FFFFFF;
}
/* line 8, ../scss/components/_footer.scss */
.footer .nav {
  float: right;
  margin-top: 12px;
}
/* line 12, ../scss/components/_footer.scss */
.footer .nav a {
  color: #b9b9b9;
  padding-left: 0;
}
/* line 16, ../scss/components/_footer.scss */
.footer .nav a:focus, .footer .nav a:hover {
  color: #13a8e2;
  background-color: transparent;
}
@media (max-width: 767px) {
  /* line 8, ../scss/components/_footer.scss */
  .footer .nav {
    display: block;
    float: none;
    clear: both;
    margin-bottom: 10px;
  }
  /* line 27, ../scss/components/_footer.scss */
  .footer .nav li {
    float: none;
  }
  /* line 29, ../scss/components/_footer.scss */
  .footer .nav li a {
    height: 32px;
    line-height: 32px;
    padding-left: 2%;
  }
  /* line 36, ../scss/components/_footer.scss */
  .footer .nav li:last-child {
    margin-bottom: 24px;
  }
}
/* line 42, ../scss/components/_footer.scss */
.footer .moneyer-logo {
  background-image: url("../images/logoTM_PRO_grey2.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 20px;
  width: 204px;
  float: left;
  margin-top: 40px;
}
@media (max-width: 767px) {
  /* line 42, ../scss/components/_footer.scss */
  .footer .moneyer-logo {
    height: 42px;
    width: 272px;
    margin-top: 12px;
  }
}
@media (max-width: 767px) {
  /* line 1, ../scss/components/_footer.scss */
  .footer {
    display: block;
  }
}

/* line 1, ../scss/components/_about.scss */
.left-col {
  padding-right: 2.5%;
}
@media (max-width: 991px) {
  /* line 1, ../scss/components/_about.scss */
  .left-col {
    padding-right: 0;
  }
}

/* line 8, ../scss/components/_about.scss */
.right-col {
  min-height: 24vh;
  padding-left: 2.5%;
  padding-right: 0;
}
@media (max-width: 991px) {
  /* line 8, ../scss/components/_about.scss */
  .right-col {
    padding-left: 0;
  }
}
/* line 17, ../scss/components/_about.scss */
.right-col .team-content {
  background-color: #FFFFFF;
  position: relative;
  height: 100%;
}
/* line 22, ../scss/components/_about.scss */
.right-col .team-content h4 {
  margin-left: 14px;
  padding-top: 12px;
}
/* line 27, ../scss/components/_about.scss */
.right-col .team-content .profile-row {
  position: relative;
}
/* line 30, ../scss/components/_about.scss */
.right-col .team-content .profile-row .profile-element {
  width: 100%;
  display: table;
  margin: 2px 0px;
  padding: 10px 10px 10px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/* line 40, ../scss/components/_about.scss */
.right-col .team-content .profile-row .profile-element .profile-img {
  display: table-cell;
  width: 100%;
  height: auto;
}
/* line 46, ../scss/components/_about.scss */
.right-col .team-content .profile-row .profile-element .profile-info-holder {
  font-size: 12px;
  color: grey;
  font-weight: 200;
  display: table-cell;
  height: auto;
  vertical-align: bottom;
  background: white;
  position: relative;
  padding-left: 10px;
  width: 57%;
  line-height: 22px;
}
@media (max-width: 991px) {
  /* line 46, ../scss/components/_about.scss */
  .right-col .team-content .profile-row .profile-element .profile-info-holder {
    width: 80%;
  }
}
/* line 64, ../scss/components/_about.scss */
.right-col .team-content .profile-row .profile-element .linkedIn-logo {
  width: 12px;
  height: 12px;
  margin-top: -2px;
  margin-right: 6px;
}
@media (max-width: 1250px) and (min-width: 991px) {
  /* line 64, ../scss/components/_about.scss */
  .right-col .team-content .profile-row .profile-element .linkedIn-logo {
    margin-right: 2px;
  }
}
/* line 75, ../scss/components/_about.scss */
.right-col .team-content .profile-row .profile-element .profile-name {
  color: #3a4250;
  font-weight: 100;
  letter-spacing: 0.1px;
  line-height: 1vw;
  font-family: sans-serif;
}
@media (max-width: 991px) {
  /* line 75, ../scss/components/_about.scss */
  .right-col .team-content .profile-row .profile-element .profile-name {
    line-height: 20px;
    font-size: 20px;
  }
}
/* line 88, ../scss/components/_about.scss */
.right-col .team-content .profile-row .profile-element .profile-function {
  font-size: 11px;
  color: #000000;
}
@media (max-width: 1250px) {
  /* line 88, ../scss/components/_about.scss */
  .right-col .team-content .profile-row .profile-element .profile-function {
    font-size: 10px;
  }
}
@media (max-width: 1665px) and (min-width: 991px) {
  /* line 97, ../scss/components/_about.scss */
  .right-col .team-content .profile-row .profile-element .profile-function.maciej {
    display: none;
  }
}
/* line 103, ../scss/components/_about.scss */
.right-col .team-content .profile-row .profile-element .profile-function.shorthand {
  display: none;
}
@media (max-width: 1665px) and (min-width: 991px) {
  /* line 103, ../scss/components/_about.scss */
  .right-col .team-content .profile-row .profile-element .profile-function.shorthand {
    display: inline;
  }
}
/* line 111, ../scss/components/_about.scss */
.right-col .team-content .profile-row .profile-element.board {
  width: 100%;
}
/* line 114, ../scss/components/_about.scss */
.right-col .team-content .profile-row .profile-element.board .profile-img {
  width: 100%;
}
/* line 118, ../scss/components/_about.scss */
.right-col .team-content .profile-row .profile-element.board .profile-info-holder {
  width: 80%;
  vertical-align: top;
}
/* line 123, ../scss/components/_about.scss */
.right-col .team-content .profile-row .profile-element.board .profile-info-holder .board-description {
  font-size: 12px;
  color: #000000;
}

/* line 2, ../scss/components/_services.scss */
.example-image-container {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/* line 8, ../scss/components/_services.scss */
.example-image-container .moneyer-example-img {
  width: 100%;
  height: auto;
}

/* line 14, ../scss/components/_services.scss */
.example-image-container:first-of-type {
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  /* line 14, ../scss/components/_services.scss */
  .example-image-container:first-of-type {
    padding-bottom: 24px;
  }
}

/* line 21, ../scss/components/_services.scss */
.top-image-row {
  padding-top: 24px;
}

/* line 3, ../scss/components/_technology.scss */
#technology h4 {
  margin-top: 10px;
}
/* line 7, ../scss/components/_technology.scss */
#technology p {
  margin-bottom: 12px;
}
/* line 11, ../scss/components/_technology.scss */
#technology ul {
  margin-left: 18px;
}

/* line 3, ../scss/components/_contact.scss */
#contact .right {
  text-align: right;
}
/* line 7, ../scss/components/_contact.scss */
#contact .angular-google-map-container {
  width: 300px;
  height: 300px;
  position: relative;
}
/* line 18, ../scss/components/_contact.scss */
#contact #pano {
  height: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 24, ../scss/components/_contact.scss */
#contact #pano .gm-iv-address {
  display: none;
}
/* line 29, ../scss/components/_contact.scss */
#contact .main-title {
  font-size: 52px;
  color: #000000;
  font-weight: 100;
  letter-spacing: 0.4px;
}

@media (max-width: 767px) {
  /* line 37, ../scss/components/_contact.scss */
  .image-container.contact #video-player.active {
    display: none;
  }
}

/* line 43, ../scss/components/_contact.scss */
#map-moneyer-location {
  border: 1px solid #b9b9b9;
  height: 400px;
  display: block;
}

/* line 1, ../scss/components/_main-image.scss */
.image-container {
  height: 45vh;
  font-family: robotolight;
  padding-top: 80px;
  min-height: 420px;
  position: relative;
  overflow: hidden;
  -webkit-transition: height 1s ease-in-out;
  -moz-transition: height 1s ease-in-out;
  -o-transition: height 1s ease-in-out;
  transition: height 1s ease-in-out;
}
/* line 13, ../scss/components/_main-image.scss */
.image-container video {
  background-position: left;
  background: transparent url("../images/img_developers.png") no-repeat;
  background-size: 100% 74%;
  background-position: center -24%;
}
@media (min-width: 2172px) {
  /* line 13, ../scss/components/_main-image.scss */
  .image-container video {
    background-position: center -48%;
  }
}
@media (min-width: 1574px) and (max-width: 2172px) {
  /* line 13, ../scss/components/_main-image.scss */
  .image-container video {
    background-position: center -18%;
    background-size: 100% 82%;
  }
}
@media (max-width: 1574px) {
  /* line 13, ../scss/components/_main-image.scss */
  .image-container video {
    background-position: center -20%;
    background-size: 100% 98%;
  }
}
@media (min-width: 768px) and (max-width: 1140px) {
  /* line 13, ../scss/components/_main-image.scss */
  .image-container video {
    background-position: center -20%;
    width: 180% !important;
  }
}
/* line 40, ../scss/components/_main-image.scss */
.image-container #video-player {
  margin-top: -14%;
  width: 136%;
  margin-left: -18%;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  /* background-size: 100% 100%;*/
}
/* line 54, ../scss/components/_main-image.scss */
.image-container #video-player.active {
  opacity: 1;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
/* line 62, ../scss/components/_main-image.scss */
.image-container .overlay {
  display: none;
}
/* line 66, ../scss/components/_main-image.scss */
.image-container .main-img {
  background: center center;
  background-size: cover;
  background-color: #ffffff;
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
/* line 81, ../scss/components/_main-image.scss */
.image-container .main-img .main-title {
  font-size: 84px;
  color: #FFFFFF;
  font-weight: 100;
  letter-spacing: 1.2px;
  position: absolute;
  margin-left: 8%;
  line-height: 1.1;
}
@media (max-width: 767px) {
  /* line 81, ../scss/components/_main-image.scss */
  .image-container .main-img .main-title {
    display: none;
  }
}
@media (max-width: 1140px) {
  /* line 81, ../scss/components/_main-image.scss */
  .image-container .main-img .main-title {
    margin-left: 2%;
  }
}
/* line 99, ../scss/components/_main-image.scss */
.image-container .main-img .main-title.mob {
  display: none;
}
@media (max-width: 767px) {
  /* line 99, ../scss/components/_main-image.scss */
  .image-container .main-img .main-title.mob {
    display: block;
    font-size: 48px;
  }
}
/* line 109, ../scss/components/_main-image.scss */
.image-container .main-img.active {
  opacity: 1;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
/* line 117, ../scss/components/_main-image.scss */
.image-container .main-img.services {
  background-image: url("../images/img_services.png");
  background-position: right;
}
@media (max-width: 1140px) {
  /* line 117, ../scss/components/_main-image.scss */
  .image-container .main-img.services {
    background-image: url("../images/img_services_mob.png");
  }
}
@media (max-width: 767px) {
  /* line 117, ../scss/components/_main-image.scss */
  .image-container .main-img.services {
    background-position: 76%;
  }
}
/* line 128, ../scss/components/_main-image.scss */
.image-container .main-img.services .main-title {
  top: 120px;
}
/* line 133, ../scss/components/_main-image.scss */
.image-container .main-img.about {
  background-image: url("../images/img_about6.png");
  background-position: right bottom;
}
/* line 137, ../scss/components/_main-image.scss */
.image-container .main-img.about .money-text {
  position: absolute;
  color: #000000;
  font-size: 48px;
  right: 63px;
  bottom: 34px;
  line-height: 56px;
  font-weight: bold;
  opacity: 0.8;
  font-style: italic;
}
@media (max-width: 767px) {
  /* line 137, ../scss/components/_main-image.scss */
  .image-container .main-img.about .money-text {
    font-size: 32px;
    line-height: 42px;
    margin-left: 2%;
  }
}
@media (max-width: 500px) {
  /* line 137, ../scss/components/_main-image.scss */
  .image-container .main-img.about .money-text {
    max-width: 292px;
    line-height: 38px;
  }
  /* line 156, ../scss/components/_main-image.scss */
  .image-container .main-img.about .money-text br {
    line-height: 194%;
  }
}
/* line 161, ../scss/components/_main-image.scss */
.image-container .main-img.about .woody {
  position: absolute;
  width: 220px;
  height: 220px;
  right: 125px;
  background-image: url("../images/woody.svg");
  background-size: 100% 100%;
  top: 9vh;
}
@media (max-width: 767px) {
  /* line 161, ../scss/components/_main-image.scss */
  .image-container .main-img.about .woody {
    width: 80px;
    height: 80px;
    right: auto;
    top: 102px;
    left: 162px;
  }
}
/* line 179, ../scss/components/_main-image.scss */
.image-container .main-img.about .main-title {
  top: 106px;
  line-height: 1.3;
}
/* line 185, ../scss/components/_main-image.scss */
.image-container .main-img.technology {
  background-image: url("../images/img_tech.png");
  background-position: left;
}
@media (max-width: 1140px) {
  /* line 185, ../scss/components/_main-image.scss */
  .image-container .main-img.technology {
    background-image: url("../images/img_tech2.png");
    background-position: 4%;
  }
}
@media (max-width: 767px) {
  /* line 185, ../scss/components/_main-image.scss */
  .image-container .main-img.technology {
    background-position: 41%;
  }
}
/* line 197, ../scss/components/_main-image.scss */
.image-container .main-img.technology .main-title {
  top: 120px;
}
/* line 202, ../scss/components/_main-image.scss */
.image-container .main-img.contact {
  display: none;
  background-image: url("../images/img_developers2.png");
}
@media (max-width: 767px) {
  /* line 202, ../scss/components/_main-image.scss */
  .image-container .main-img.contact {
    display: block;
  }
}
/* line 208, ../scss/components/_main-image.scss */
.image-container .main-img.contact .main-title {
  top: 120px;
}
/* line 213, ../scss/components/_main-image.scss */
.image-container .main-img.developers {
  background-image: url("../images/developers.jpg");
  background-position: left;
}
@media (max-width: 767px) {
  /* line 213, ../scss/components/_main-image.scss */
  .image-container .main-img.developers {
    background-position: 81%;
  }
}
/* line 220, ../scss/components/_main-image.scss */
.image-container .main-img.developers .main-title {
  top: 120px;
  color: #FFFFFF;
}
/* line 224, ../scss/components/_main-image.scss */
.image-container .main-img.developers .main-title.mob {
  top: 135px;
}

/* line 230, ../scss/components/_main-image.scss */
.image-container.full {
  height: 100vh;
  cursor: pointer;
}

/* line 235, ../scss/components/_main-image.scss */
.image-container.fadeOut {
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

/* line 243, ../scss/components/_main-image.scss */
.img-responsive.full {
  width: 100%;
  -webkit-transition: height 1s ease-in-out;
  -moz-transition: height 1s ease-in-out;
  -o-transition: height 1s ease-in-out;
  transition: height 1s ease-in-out;
}

/* line 251, ../scss/components/_main-image.scss */
.full-image {
  background-size: cover;
  background-position: right;
  display: block;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

/* line 262, ../scss/components/_main-image.scss */
.full-image.fadeIn {
  width: 100%;
  height: 100vh;
  opacity: 1;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
