@media screen and (max-width: 2250px) {
  .intro .plane {
    width: 100%; } }
@media screen and (max-width: 992px) {
  .mainBanner {
    height: 80vh; }
    .mainBanner .container .title {
      bottom: 10px;
      font-size: 40px;
      line-height: 45px; }

  .contactus .container .info .entry {
    margin-bottom: 24px; }

  .servicesListing .txtImg:not(:first-child) {
    margin-bottom: 50px; } }
@media screen and (max-width: 768px) {
  .mobileMenuToggler {
    width: 50px;
    height: 50px;
    position: relative;
    cursor: pointer; }

  .mobileMenuToggler span {
    position: relative;
    display: block;
    margin: auto;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: 50%;
    margin-left: -12px; }

  .mobileMenuToggler.active span {
    transition: background .3s 0s ease;
    background: transparent; }

  .mobileMenuToggler span:after,
  .mobileMenuToggler span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 24px;
    height: 4px;
    background-color: #000;
    backface-visibility: hidden;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }

  .mobileMenuToggler span,
  .mobileMenuToggler span:after,
  .mobileMenuToggler span:before {
    width: 24px;
    height: 4px;
    background-color: #000000;
    backface-visibility: hidden;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }

  .mobileMenuToggler.active span:before,
  .mobileMenuToggler.active span:after {
    top: 0;
    -webkit-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s; }

  .mobileMenuToggler.active span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

  .mobileMenuToggler.active span:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

  .mobileMenuToggler span:after {
    top: 8px; }

  .menusMain {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 20000;
    text-align: left;
    -moz-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    right: 100%; }

  .mainMenu > ul {
    position: fixed;
    top: 0;
    left: 0;
    bottom: -56px;
    width: 240px;
    padding: 145px 0 76px;
    color: #666666;
    background: rgba(255, 255, 255, 0.97);
    font-size: 14px;
    line-height: 20px;
    overflow: auto;
    -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    -moz-transform: translateX(-240px);
    -ms-transform: translateX(-240px);
    -o-transform: translateX(-240px);
    -webkit-transform: translateX(-240px);
    transform: translateX(-240px);
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1); }

  .menusMain.active {
    right: 0; }

  .menusMain.active .mainMenu > ul {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }

  .menusMain .mainMenu > ul > li {
    float: none; }

  .subMenuToggle {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer; }

  .subMenuToggle::after {
    content: "\f107";
    font-family: 'FontAwesome'; }

  .menusMain .ddSecondLevel {
    display: none;
    position: static;
    max-height: inherit;
    background: #3d3d3f; }

  .openSubmenu .subMenuToggle::after {
    content: "\f106";
    color: #FFF; }

  .desktop li:hover .subMenuToggle::after {
    color: #FFF; }

  .mainMenu > ul > li.openSubmenu > a,
  .desktop .mainMenu > ul > li:hover > a {
    background: #909091;
    color: #FFF; }

  .listingHolder .listingItem.op1v10 .listingImage,
  .listingHolder .listingItem.op1v10 .listingInfos {
    width: 100%;
    float: none; }

  .container .highlight-op1v3 .listingHolder li:first-child {
    height: 200px;
    width: 100%; }

  .acquaintance form {
    margin-bottom: 30px; }
    .acquaintance form .submitHolder .left,
    .acquaintance form .submitHolder .right {
      float: left;
      float: none;
      display: block; }
      .acquaintance form .submitHolder .left label,
      .acquaintance form .submitHolder .right label {
        font-size: 16px;
        line-height: 16px;
        padding-left: 50px; }
        .acquaintance form .submitHolder .left label::before,
        .acquaintance form .submitHolder .right label::before {
          width: 35px;
          height: 25px; }
        .acquaintance form .submitHolder .left label::after,
        .acquaintance form .submitHolder .right label::after {
          width: 30px;
          height: 20px;
          left: 2px; }
      .acquaintance form .submitHolder .left input[type="submit"],
      .acquaintance form .submitHolder .right input[type="submit"] {
        display: block;
        width: 100%; }
    .acquaintance form .submitHolder .left {
      margin-bottom: 30px; }

  .contactus {
    padding-top: 30px;
    padding-bottom: 30px; }
    .contactus .container .title {
      margin-bottom: 30px; }
    .contactus .container .info {
      margin-bottom: 30px; }
      .contactus .container .info .entry {
        padding-left: 125px;
        font-size: 18px;
        line-height: 18px;
        padding-left: 40px; }
        .contactus .container .info .entry::before {
          width: 20px;
          height: 20px; }
    .contactus .bottom .left,
    .contactus .bottom .right {
      display: block;
      float: none;
      text-align: center !important;
      width: 100%; }
    .contactus .bottom .left {
      margin-bottom: 30px; }

  .mainBanner {
    height: 70vh;
    margin-bottom: 30px; }

  .intro .text .section,
  .team .founder .left .section,
  .servicesListing .txtImg .txt .section,
  .acquaintance .section,
  .team .founder .left .subtitle {
    font-size: 20px;
    line-height: 20px; }

  .team .founder .left .subtitle,
  .team .theteam .subtitle,
  .intro .text .title,
  .team .founder .left .title,
  .servicesListing .txtImg .txt .heading,
  .servicesListing .txtImg .txt .title,
  .acquaintance .heading,
  .acquaintance .title {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 15px; }

  body,
  .acquaintance p,
  .servicesListing .txtImg .txt p,
  .team .founder .left p {
    font-size: 16px;
    line-height: 20px; }

  .intro .text::before,
  .map .container::before,
  .team .theteam .container::before,
  .servicesListing .txtImg:first-child .container::before {
    width: 81px; }

  .acquaintance form .inputEntity input,
  .acquaintance form .inputEntity textarea {
    padding: 16px;
    font-size: 16px;
    line-height: 16px; }

  .team .founder .left {
    width: calc(100% - 200px); }
  .team .founder .right {
    width: 200px; }
    .team .founder .right .name {
      font-size: 24px;
      line-height: 24px;
      margin-bottom: 10px; }
    .team .founder .right .contact .mail {
      font-size: 14px;
      line-height: 14px; }

  .team .theteam .members {
    display: block; }

  .servicesListing .txtImg .txt {
    float: none;
    display: block;
    width: 100%;
    margin-bottom: 30px; }
  .servicesListing .txtImg .img {
    float: none;
    display: block;
    width: 100%; }
    .servicesListing .txtImg .img img {
      display: block;
      margin: 0 auto;
      max-width: 50%; }

  .team .theteam .members .member {
    flex: none;
    display: block;
    margin-bottom: 30px; }
    .team .theteam .members .member:last-child {
      margin-bottom: 0; }

  .servicesListing .txtImg.padImg .img {
    padding: 0; }

  .servicesListing .txtImg .txt .link a {
    font-size: 16px;
    line-height: 16px; }

  .servicesListing .txtImg:not(:first-child) {
    margin-bottom: 50px; }

  .team .founder .left .section::after,
  .intro .text .section::after,
  .acquaintance .section::after,
  .servicesListing .txtImg .txt .section::after {
    width: 16px;
    height: 16px; }

  .team .founder .left {
    float: none;
    display: block;
    width: 100%;
    margin-bottom: 30px; }
    .team .founder .left p {
      padding: 0px; }
  .team .founder .right {
    width: 100%;
    display: block;
    float: none; }

  .servicesListing .txtImg:not(:first-child) .txt p {
    padding: 0; }

  .servicesListing .txtImg .txt {
    margin-bottom: 20px; }

  .burger {
    padding: 30px;
    display: block;
    width: 20px;
    height: 20px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 1; }
    .burger hr {
      height: 2px;
      border: none;
      background-color: #000000;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      left: 50%;
      width: 50%;
      transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1); }
    .burger::before, .burger::after {
      content: '';
      display: block;
      position: absolute;
      top: 20px;
      left: 50%;
      width: 50%;
      transform: translateX(-50%);
      height: 2px;
      background-color: #000000;
      transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1); }
    .burger::after {
      top: auto;
      bottom: 20px; }
    .burger.open hr {
      background-color: transparent; }
    .burger.open::after {
      transform: translateY(-50%) translateX(-50%) rotateZ(-45deg);
      top: 50%;
      bottom: auto; }
    .burger.open::before {
      top: 50%;
      transform: translateY(-50%) translateX(-50%) rotateZ(45deg); }

  header .right .nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.9);
    padding-top: 180px;
    display: none; }
    header .right .nav li {
      display: block;
      margin-bottom: 20px;
      border: none; }

  header .left .logo {
    padding: 35px 25px; }

  header .right {
    padding-top: 25px; } }
@media screen and (max-width: 670px) {
  .servicesListing .txtImg .img img {
    display: block;
    margin: 0 auto;
    max-width: 100%; }

  .container .title {
    text-align: center;
    width: 100%;
    bottom: 50px; }

  header .left .logo {
    padding: 25px; }

  header .left .logo a {
    width: 80px;
    height: 20px; }

  header .right {
    padding-top: 5px; } }

/*# sourceMappingURL=theones-responsive.css.map */
