@charset "UTF-8";
label {
  display: block;
  margin-bottom: 5px;
  color: #848484; }

input[type="file"] {
  display: block; }

select[multiple],
select[size] {
  height: auto; }

select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  height: auto; }

.form-search {
  width: 63.5%;
  margin: 0 auto;
  position: relative; }

.not-active-border {
  border: none !important; }

.list-search {
  position: absolute;
  top: 48px;
  left: 0;
  background-color: #ffffff;
  border: 2px solid #5D8800;
  margin: 0;
  padding: 0;
  color: #000000;
  list-style: none;
  width: 77%;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }
  .list-search li {
    height: 34px;
    padding-left: 10px;
    cursor: pointer;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .list-search li:hover {
      background-color: #00ADEF;
      color: white; }
    .list-search li p {
      line-height: 34px;
      font-size: 14px !important;
      margin: 0; }

.border-radius-input {
  border-bottom-left-radius: 0 !important; }

.form-control {
  box-sizing: border-box;
  float: left;
  display: block;
  width: 77.5%;
  height: 50px;
  padding: 6px 22px;
  font-size: 26px;
  font-family: MyriadPro-Regular, sans-serif;
  color: #000000;
  vertical-align: middle;
  background-image: none;
  border: 2px solid #5D8800;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(102, 175, 233, 0.6); }
  .form-control:-moz-placeholder {
    color: #B2BABF; }
  .form-control::-moz-placeholder {
    color: #B2BABF; }
  .form-control:-ms-input-placeholder {
    color: #B2BABF; }
  .form-control::-webkit-input-placeholder {
    color: #B2BABF; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee; }

.form-vertical .form-control {
  height: 45px;
  padding: 5px 10px;
  font-size: 22px; }

textarea.form-control {
  height: auto !important;
  resize: none; }

.form-group {
  position: relative;
  margin-bottom: 15px; }

.prepend-icon .form-control:focus + label i {
  color: #009bd6; }

.prepend-icon label {
  box-sizing: border-box;
  position: absolute;
  left: 1px;
  top: 1px;
  width: 54px;
  height: 54px;
  line-height: 3.8em;
  background-color: #B2BABF;
  text-align: center; }
  .prepend-icon label i {
    color: white;
    font-size: 1.5em; }

.prepend-icon .form-control {
  text-indent: 50px; }

.prepend-icon span {
  display: inline-block;
  height: 58px;
  width: 59px;
  background-color: #999999;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border: 1px solid #999999;
  border-right: none;
  vertical-align: middle; }
  .prepend-icon span i {
    color: white;
    font-size: 1.5em;
    line-height: 59px;
    height: 59px;
    display: inline-block;
    width: 100%;
    text-align: center; }

form div.error {
  font-family: MyriadPro-Regular, sans-serif;
  font-size: 1em;
  color: #FF716B;
  padding: 10px 0; }

form ul.errors {
  box-sizing: border-box;
  width: 100%;
  display: inline-block;
  padding: 10px 0;
  background-color: #FF716B;
  color: #FFFFFF; }
  form ul.errors li {
    padding: 10px 20px; }
  form ul.errors li:before {
    content: "• ";
    color: #FFFFFF; }

.errors.ng-hide-add, .errors.ng-hide-remove {
  transition: opacity linear 0.5s;
  display: block !important; }

.errors.ng-hide-add.ng-hide-add-active, .errors.ng-hide-remove {
  opacity: 0;
  filter: alpha(opacity=0); }

.errors.ng-hide-add, .errors.ng-hide-remove.ng-hide-remove-active {
  opacity: 1;
  filter: alpha(opacity=100); }

.search-form .search-header {
  height: 90px;
  line-height: 90px;
  border-top: 1px solid #68A800;
  background-color: #7FBA00; }
  .search-form .search-header .item {
    display: inline-block;
    margin: 0 1.5%; }
    .search-form .search-header .item span {
      font-size: 26px;
      vertical-align: top; }
    .search-form .search-header .item .star-rating {
      display: inline-block;
      margin-top: 3px;
      margin-left: 8px; }

.search-form .button-form-control {
  background-color: #5D8800;
  border: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 50px;
  width: 22.5%;
  float: right;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  color: #fff; }

.search-form .form-control {
  border: 2px solid #5D8800;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; }
  .search-form .form-control::-webkit-input-placeholder {
    color: #999999; }
  .search-form .form-control::-moz-placeholder {
    color: #999999; }
  .search-form .form-control:-ms-input-placeholder {
    color: #999999; }

.no-padding {
  padding: 0px; }

.header-landing {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: transparent;
  border: none;
  color: #ffffff;
  height: 135px;
  box-sizing: border-box; }
  .header-landing .container {
    max-width: none;
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    box-sizing: border-box; }
    .header-landing .container:before {
      content: none; }
  .header-landing #logo {
    margin: 30px 0px 0px 40px; }
  .header-landing .nav {
    position: absolute;
    right: 60px;
    margin-top: 60px;
    margin-left: 0px;
    top: 20px; }
    .header-landing .nav.user {
      margin-top: 10px; }
      .header-landing .nav.user .item {
        margin: 0 27px;
        font-size: 13pt;
        text-shadow: 1px 1px black; }
    .header-landing .nav .item {
      font-size: 15pt;
      color: #ffffff;
      text-shadow: 1px 1px black; }
      .header-landing .nav .item:hover {
        color: #d3d3d3; }
      .header-landing .nav .item:hover:after {
        content: none; }

.footer-landing {
  height: 157px;
  text-align: center;
  padding: 0px;
  box-sizing: border-box; }
  .footer-landing .container {
    max-width: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    box-sizing: border-box;
    background-color: #31c0f7; }
    .footer-landing .container:before {
      content: none; }
  .footer-landing .footer {
    height: 107px;
    width: 100%;
    margin: auto; }
    .footer-landing .footer .item {
      font-size: 14pt;
      color: #ffffff; }
  .footer-landing .copyright {
    height: 50px;
    width: 100%;
    margin: auto;
    background-color: #0485b6;
    color: #31c0f7;
    text-transform: uppercase; }

.carousel-landing {
  box-sizing: border-box;
  height: 756px;
  min-width: 1280px;
  /*.carousel-control{
    height: calc(100% - 135px);
    top: 129px;
    &.left{
      background-image: none;
    }
    &.right{
      background-image: none;
    }
  }*/ }
  .carousel-landing .headAppSlide {
    background-color: white;
    height: 100%;
    width: 100%; }
    .carousel-landing .headAppSlide .dataBlock {
      background: url(/images/headApp.jpg) no-repeat center;
      height: 100%;
      width: 1300px;
      margin: auto;
      background-size: auto 100%;
      position: relative; }
      .carousel-landing .headAppSlide .dataBlock .text {
        font-size: 18pt;
        width: 40%;
        position: absolute;
        bottom: 160px;
        right: 47%;
        text-align: justify; }
        .carousel-landing .headAppSlide .dataBlock .text h2 {
          margin: 0px;
          font-size: 3.5em;
          font-weight: 100;
          text-align: center; }
        .carousel-landing .headAppSlide .dataBlock .text .buttons {
          height: 111px;
          margin-top: 20px; }
          .carousel-landing .headAppSlide .dataBlock .text .buttons .button {
            height: 111px;
            width: 225px;
            float: left;
            margin: 10px;
            z-index: 100; }
            .carousel-landing .headAppSlide .dataBlock .text .buttons .button.android {
              background: url(/images/AndroidBadge.png) no-repeat center; }
            .carousel-landing .headAppSlide .dataBlock .text .buttons .button.apple {
              background: url(/images/AppleBadge.png) no-repeat center; }
  .carousel-landing.comments-carousel {
    height: 407px;
    background-color: #7dca24; }
    .carousel-landing.comments-carousel .carousel-control.left {
      background-image: none; }
    .carousel-landing.comments-carousel .carousel-control.right {
      background-image: none; }
    .carousel-landing.comments-carousel .carousel-indicators {
      display: none; }
  .carousel-landing .quote {
    background: url("/images/quote.png") no-repeat left transparent;
    height: 60px;
    width: 74px;
    margin-bottom: 30px;
    margin-top: 30px; }
  .carousel-landing .added-text {
    position: relative;
    padding: 0px;
    width: 75%;
    background-image: linear-gradient(to right, rgba(166, 163, 163, 0) 10%, rgba(53, 53, 53, 0.5) 50%, rgba(223, 218, 218, 0.1) 100%);
    color: #fff; }
    .carousel-landing .added-text.plus-flex {
      display: flex;
      justify-content: center;
      align-items: center; }
    .carousel-landing .added-text.none-background {
      background-image: none; }
    .carousel-landing .added-text .text-block {
      font-size: 1.6em;
      width: 100%;
      display: inline-block; }
    .carousel-landing .added-text .avatar {
      background-size: 100% 100%;
      height: 116px;
      width: 116px;
      margin: 10px;
      border-radius: 58px;
      margin-bottom: 30px; }
    .carousel-landing .added-text .position {
      font-size: 1.3em; }
      .carousel-landing .added-text .position.name {
        font-weight: bold; }
    .carousel-landing .added-text .static-image {
      float: left;
      position: absolute;
      left: 0px;
      right: 0px; }
    .carousel-landing .added-text .slider {
      padding: 30px 0px 20px 80px;
      position: relative;
      font-size: 4em;
      margin: 0;
      line-height: 1em;
      text-align: center;
      text-transform: uppercase;
      color: #fff;
      text-shadow: 0 2px 0 rgba(0, 0, 0, 0.5); }
    .carousel-landing .added-text .slider:before {
      content: "";
      width: 115px;
      height: 150px;
      background: url("/images/icon-pin-play.png") no-repeat left transparent;
      position: absolute;
      top: -15px;
      left: -40px; }
  .carousel-landing .carousel-indicators li {
    background-color: #08beff; }
  .carousel-landing .carousel-indicators .active {
    background-color: #21ff04; }

.with-us-button {
  background-color: #e5256a;
  margin-top: 50px;
  height: auto;
  padding: 15px 40px 10px;
  font-size: 1.8em;
  border-radius: 0px; }
  .with-us-button:hover {
    background-color: #e5360b; }
  .with-us-button.margin-none {
    margin: 0px; }

.landing-about {
  box-sizing: border-box;
  min-width: 1280px; }
  .landing-about h1 {
    font-size: 3.5em;
    text-transform: none;
    letter-spacing: 2pt;
    padding: 50px 0px 0px; }
    .landing-about h1.white {
      padding: 50px 0px 50px;
      color: white;
      font-size: 3.3em; }
    .landing-about h1.grey {
      padding: 35px 0px 0px;
      color: #5f5f5f; }
  .landing-about .blue {
    color: #22e9ff; }
  .landing-about .red {
    color: #e5256a; }
  .landing-about .text-container {
    font-size: 2em;
    text-align: center;
    padding: 20px 0px; }
    .landing-about .text-container.larger-text {
      font-size: 2.5em;
      padding: 35px 0px; }
    .landing-about .text-container.note-text {
      font-size: 12pt;
      padding-top: 5px;
      display: inline-block;
      width: 100%;
      text-align: center; }

.subscribe-form {
  box-sizing: border-box;
  width: 730px; }
  .subscribe-form .group {
    margin-left: auto;
    margin-right: auto; }
    .subscribe-form .group input {
      text-indent: 0px !important;
      font-size: 24px;
      float: left;
      width: 555px;
      height: 55px; }
      .subscribe-form .group input::-webkit-input-placeholder {
        font-size: 20px;
        padding: 0px; }
      .subscribe-form .group input:-moz-placeholder {
        font-size: 20px; }
      .subscribe-form .group input:-ms-input-placeholder {
        font-size: 20px;
        padding: 0px; }
    .subscribe-form .group button {
      margin: 0px;
      position: relative;
      float: left;
      background-color: #31c0f7;
      font-size: 16pt;
      height: 55px;
      width: 167px;
      padding: 0px; }
      .subscribe-form .group button:hover {
        background-color: #2bf7f2; }
    .subscribe-form .group .error {
      display: inline-block;
      padding-bottom: 0px; }

.flex-center {
  display: flex !important;
  justify-content: center;
  box-sizing: border-box; }
  .flex-center.center {
    align-items: center; }
  .flex-center.vertical {
    flex-direction: column; }
    .tours
.flex-center.vertical.center {
      align-items: center; }
    .flex-center.vertical.upborder {
      justify-content: flex-start;
      align-items: center; }
    .flex-center.vertical.space-between {
      justify-content: space-between;
      align-items: center;
      background-color: #7dca24;
      height: 375px; }

.work-explaine {
  box-sizing: border-box; }
  .work-explaine h1 {
    padding: 30px 0px 30px;
    box-sizing: border-box; }
  .work-explaine .tutor-step {
    width: 220px;
    float: left; }
    .work-explaine .tutor-step .tutor-circle {
      background-color: transparent;
      z-index: 11; }
      .work-explaine .tutor-step .tutor-circle:after {
        background: url("/images/arrow.png") no-repeat center transparent;
        width: 140px;
        height: 32px;
        border: none;
        right: -110px;
        top: calc(50% - 16px);
        z-index: 10; }
    .work-explaine .tutor-step .step-title {
      color: #000000;
      padding-top: 0px;
      font-weight: 600;
      font-size: 1.6em; }
    .work-explaine .tutor-step .step-text {
      width: 100%;
      padding: 0px 10px;
      box-sizing: border-box; }

.video-block {
  margin: 40px 0px 0px 0px;
  box-sizing: border-box;
  padding: 0px;
  height: 744px;
  background: url(/images/video-background.png) no-repeat center;
  background-size: cover;
  overflow-y: hidden; }
  .video-block iframe {
    border: 2px double #ffffff;
    width: 832px;
    height: 535px; }
  .video-block.map-block {
    margin: 0px;
    background: url(/images/image-map.png) no-repeat center;
    background-size: auto 100%;
    background-color: #31c0f8; }
  .video-block.subscribe-block {
    background: #efefef no-repeat center;
    min-height: 417px;
    height: auto;
    margin: 0px; }

.social-button-share {
  width: 46px !important;
  height: 46px !important;
  font-size: 1.7em !important; }

.social-buttons {
  padding-bottom: 10px; }
  .social-buttons .social-button {
    color: #ffffff;
    border-radius: 50%; }
    .social-buttons .social-button.facebook {
      background-color: #3b5999; }
    .social-buttons .social-button.email {
      background-color: #5cc896; }
    .social-buttons .social-button.twitter {
      background-color: #00acee; }
    .social-buttons .social-button.youtube {
      background-color: #cb342d; }
    .social-buttons .social-button.google-plus {
      background-color: #d14836; }
    .social-buttons .social-button.wordpress {
      background-color: #307399; }
    .social-buttons .social-button.pinterest {
      background-color: #C02732; }
    .social-buttons .social-button i {
      padding-top: 7px; }

.social-buttons-footer .social-button i {
  padding-top: 0px !important; }

.share-modal i {
  padding-top: 10px !important; }

.up-container {
  z-index: 10000; }

.opening-container {
  display: inline-block;
  margin: 10px;
  float: left;
  z-index: 10;
  box-sizing: border-box; }
  .opening-container .open-block {
    height: auto !important;
    box-sizing: border-box; }
  .opening-container.absolute-position {
    position: absolute; }
  .opening-container.up-container {
    z-index: 10000;
    opacity: 1 !important; }
  .opening-container.half-opacity {
    opacity: 0.5; }
  .opening-container .open-container {
    box-sizing: border-box;
    height: 193px;
    width: 585px;
    background-color: #efefef;
    border-radius: 12px;
    border: 1px #efefef;
    padding: 10px; }
    .opening-container .open-container.open-border {
      border: 2px double #737373; }
    .opening-container .open-container.for-resize {
      position: relative;
      opacity: 0; }
    .opening-container .open-container .image-container {
      float: left;
      height: 100%; }
      .opening-container .open-container .image-container.height-auto {
        height: auto; }
    .opening-container .open-container .main-text {
      font-size: 1.15em; }
      .opening-container .open-container .main-text .head {
        font-size: 1.8em;
        font-weight: bold;
        color: black;
        padding: 8px; }
      .opening-container .open-container .main-text .text-it-self {
        line-height: 1.1;
        overflow-y: hidden;
        height: 100px;
        text-align: justify; }
      .opening-container .open-container .main-text .open-link {
        color: #18a4da;
        text-decoration: none;
        display: block;
        padding-top: 5px; }

.input-landing {
  padding: 0px 15px;
  width: 528px !important;
  height: 51px !important;
  line-height: 50px; }

@media (max-width: 1500px) {
  .carousel-landing
.added-text
.slider {
    font-size: 3em; }
  .landing-about {
    min-width: 1280px; }
    .landing-about h1 {
      font-size: 2.8em; } }
