/* line 7, ../sass/landingpage/commonLanding.scss */
.landingStyles #landingPage #goUp {
  background-color: #061a2d;
  width: 35px;
  height: 35px;
  position: fixed;
  left: 7px;
  bottom: 7px;
  z-index: 1;
  border-radius: 50%;
  border: solid 2px white;
  opacity: 0.8;
  cursor: pointer;
}
/* line 20, ../sass/landingpage/commonLanding.scss */
.landingStyles #landingPage #goUp:hover {
  opacity: 1;
}
/* line 24, ../sass/landingpage/commonLanding.scss */
.landingStyles #landingPage #goUp:before {
  content: '';
  display: block;
  position: absolute;
  width: 13px;
  height: 13px;
  border-right: solid 2px white;
  border-top: solid 2px white;
  left: 10px;
  top: 14px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
/* line 41, ../sass/landingpage/commonLanding.scss */
.landingStyles #landingPage .section a {
  text-decoration: none;
  color: #fff;
}
/* line 48, ../sass/landingpage/commonLanding.scss */
.landingStyles #landingPage .section:first-child .navBar {
  display: block;
  width: 100%;
  height: 80px;
}
/* line 53, ../sass/landingpage/commonLanding.scss */
.landingStyles #landingPage .section:first-child .navBar img {
  position: relative;
  margin-left: 20%;
  top: 15px;
  display: inline-block;
  transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
/* line 64, ../sass/landingpage/commonLanding.scss */
.landingStyles #landingPage .section:first-child .navBar ul.menu {
  display: inline-block;
  list-style: none;
  height: 80px;
  line-height: 50px;
  float: right;
  margin-right: 15%;
  overflow: hidden;
  text-align: center;
}
/* line 74, ../sass/landingpage/commonLanding.scss */
.landingStyles #landingPage .section:first-child .navBar ul.menu li {
  display: inline-block;
  min-width: 100px;
  line-height: 110px;
  cursor: pointer;
}
/* line 81, ../sass/landingpage/commonLanding.scss */
.landingStyles #landingPage .section:first-child .navBar ul.menu li:hover {
  background-color: #3f9fc9;
}
/* line 87, ../sass/landingpage/commonLanding.scss */
.landingStyles #landingPage .section:first-child .navBar .mobileMenu {
  float: right;
  top: 0;
  right: 0;
  position: fixed;
  z-index: 2;
  display: none;
}
/* line 95, ../sass/landingpage/commonLanding.scss */
.landingStyles #landingPage .section:first-child .navBar .mobileMenu .icon {
  background: url("../../images/landingpage/mobile.png") no-repeat 18px;
  background-size: 50%;
  position: absolute;
  width: 66px;
  height: 66px;
  top: 5px;
  right: 5px;
  cursor: pointer;
}
/* line 106, ../sass/landingpage/commonLanding.scss */
.landingStyles #landingPage .section:first-child .navBar .mobileMenu ul {
  text-align: right;
  line-height: 40px;
  margin-top: 76px;
  background-color: rgba(6, 26, 45, 0.9);
  display: none;
  list-style: none;
  padding: 0;
}
/* line 115, ../sass/landingpage/commonLanding.scss */
.landingStyles #landingPage .section:first-child .navBar .mobileMenu ul li {
  padding: 0 10px;
  border-bottom: solid 1px white;
  cursor: pointer;
}
/* line 119, ../sass/landingpage/commonLanding.scss */
.landingStyles #landingPage .section:first-child .navBar .mobileMenu ul li:active, .landingStyles #landingPage .section:first-child .navBar .mobileMenu ul li:hover {
  background-color: #3f9fc9;
}
/* line 128, ../sass/landingpage/commonLanding.scss */
.landingStyles #landingPage #footer {
  height: 120px;
  background-color: #061a2d;
}
/* line 132, ../sass/landingpage/commonLanding.scss */
.landingStyles #landingPage #footer span {
  float: none;
  font-size: 0.8em;
  width: 80%;
  margin: 50px auto 0 auto;
  text-align: center;
  display: block;
  margin: 0 auto 0 auto;
  padding-top: 60px;
}
@media only screen and (max-width: 1050px) {
  /* line 149, ../sass/landingpage/commonLanding.scss */
  .landingStyles #landingPage .section:first-child .navBar img {
    margin-left: 15%;
  }
}
@media only screen and (max-width: 980px) {
  /* line 157, ../sass/landingpage/commonLanding.scss */
  .landingStyles #landingPage .section:first-child .navBar ul.menu {
    display: none;
  }
  /* line 161, ../sass/landingpage/commonLanding.scss */
  .landingStyles #landingPage .section:first-child .navBar .mobileMenu {
    display: block;
  }
}
@media only screen and (max-width: 400px) {
  /* line 178, ../sass/landingpage/commonLanding.scss */
  .landingStyles #landingPage .section:first-child .navBar img {
    width: 100px;
  }
}
/* line 189, ../sass/landingpage/commonLanding.scss */
.landingStyles #landingPage .touch .tittleWrapper .title:hover .arrow {
  border-left: none;
  border-bottom: none;
  margin-right: none;
}
