html {
  background-image: url("/css/images/bg.jpg");
  background-position: top left;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  /*&.no-scroll {
		height: 100%;
		max-height: 100%;
		overflow: hidden;
		> body {
			height: 100%;
			max-height: 100%;
			overflow: hidden;
		}
		#wrapper {
			height: 100%;
			max-height: 100%;
			overflow-y: hidden;
		}
	}*/ }

body {
  background: none;
  color: #5f5f5f;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  line-height: 120%;
  padding-bottom: 50px; }
  body.no-scroll {
    overflow-y: hidden; }
  body.modal-open #wrapper {
    -webkit-filter: blur(3px);
    filter: blur(3px); }
  body > .loading-i {
    position: fixed; }

.h2 {
  font-size: 28px;
  font-weight: bold;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.h3 {
  font-size: 22px;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.align-center {
  text-align: center; }

#img-logo {
  width: auto;
  height: 66px; }

#img-logo {
  margin-top: 58px;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

#text-intro {
  font-size: 32px;
  font-style: italic;
  line-height: 130%;
  display: block;
  margin-top: 50px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  #text-intro sup {
    font-size: 14px;
    top: -13px;
    right: -1px; }

#services {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  #services dl {
    padding-left: 50px; }
    #services dl dt {
      font-size: 24px;
      font-weight: normal;
      margin-top: 16px;
      margin-bottom: 8px; }
  #services .asterix {
    display: block;
    padding-left: 10px;
    margin-top: 25px; }
    #services .asterix::before {
      content: '* ';
      margin-left: -10px; }

ul.clear, ul.clean {
  list-style: none;
  padding: 0; }

.flag {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

#contact .flag {
  width: 44px;
  height: 29px;
  display: inline-block;
  color: transparent;
  overflow: hidden;
  border: 1px solid #d7d7d5;
  margin-right: 7px;
  background-size: 100% 100%;
  background-repeat: no-repeat; }
  #contact .flag.flag-il {
    background-image: url("/css/images/flags/flag_il.jpg"); }
  #contact .flag.flag-ca {
    background-image: url("/css/images/flags/flag_ca.jpg"); }
  #contact .flag.flag-vn {
    background-image: url("/css/images/flags/flag_vn.jpg"); }

#contact .phone-num {
  display: inline-block;
  position: relative;
  top: -8px; }

#contact ul > li + li {
  margin-top: 10px; }

#contact .e-bs {
  width: 0px !important;
  display: inline-block !important;
  color: transparent !important; }

#h-contact {
  margin-top: 30px;
  margin-bottom: 20px; }

.btn-wedeso-wrap {
  position: relative;
  display: inline-block; }
  .btn-wedeso-wrap:hover::before, .btn-wedeso-wrap:focus::before {
    top: 6px;
    left: -7px; }
  .btn-wedeso-wrap:hover .btn-wedeso, .btn-wedeso-wrap:focus .btn-wedeso {
    top: 6px;
    left: -7px; }
  .btn-wedeso-wrap::before {
    width: 100%;
    height: 100%;
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-transform: skew(-7deg);
    -ms-transform: skew(-7deg);
    transform: skew(-7deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #4e8d00;
    background: -moz-linear-gradient(-45deg, #4e8d00 45%, #4e8d00 45%, #ff6e03 100%);
    background: -webkit-linear-gradient(-45deg, #4e8d00 45%, #4e8d00 45%, #ff6e03 100%);
    background: -webkit-linear-gradient(315deg, #4e8d00 45%, #4e8d00 45%, #ff6e03 100%);
    background: -o-linear-gradient(315deg, #4e8d00 45%, #4e8d00 45%, #ff6e03 100%);
    background: linear-gradient(135deg, #4e8d00 45%, #4e8d00 45%, #ff6e03 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e8d00', endColorstr='#ff6e03',GradientType=1 ); }
  .btn-wedeso-wrap::after {
    width: 100%;
    height: 100%;
    content: '';
    display: inline-block;
    background: rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 6px;
    left: -7px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-transform: skew(-7deg);
    -ms-transform: skew(-7deg);
    transform: skew(-7deg); }
  .btn-wedeso-wrap .btn-wedeso {
    color: white;
    padding: 8px 13px 11px;
    border: 0;
    background: transparent;
    position: relative;
    z-index: 2;
    top: 0;
    left: 0;
    -webkit-transform: skew(0deg);
    -ms-transform: skew(0deg);
    transform: skew(0deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 24px;
    font-style: italic;
    font-weight: bold; }
    .btn-wedeso-wrap .btn-wedeso:focus {
      outline: none; }

.icon-s {
  position: relative; }
  .icon-s::before {
    width: 47px;
    height: 47px;
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: -50px;
    background-size: 47px 47px;
    background-position: left top;
    background-repeat: no-repeat; }
  .icon-s.is-code::before {
    background-image: url("/css/images/icons-service/icon_code.png"); }
  .icon-s.is-design::before {
    background-image: url("/css/images/icons-service/icon_design.png"); }
  .icon-s.is-dev::before {
    background-image: url("/css/images/icons-service/icon_dev.png"); }
  .icon-s.is-all::before {
    background-image: url("/css/images/icons-service/icon_all.png"); }

.icon-so {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: 20px 20px;
  background-position: left top;
  overflow: hidden;
  color: transparent;
  background-repeat: no-repeat;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .icon-so.iso-wa {
    background-image: url("/css/images/icons-social/icon-so-wa.png"); }
  .icon-so.iso-s {
    background-image: url("/css/images/icons-social/icon-so-s.png"); }
  .icon-so.iso-z {
    background-image: url("/css/images/icons-social/icon-so-z.png"); }

#contact .icon-so {
  position: relative;
  top: 4px;
  margin: 0 6px 0 5px; }

.link {
  text-decoration: underline;
  color: inherit;
  border-bottom: 1px solid transparent; }
  .link:hover {
    color: #4e8d00;
    text-decoration: none;
    border-bottom-color: #4e8d00; }

#smiley {
  display: inline-block;
  -webkit-transform: rotate(80deg);
  -ms-transform: rotate(80deg);
  transform: rotate(80deg);
  margin-left: 5px;
  position: relative;
  top: 4px; }

.exp {
  border-bottom: 1px dashed #858585; }

.btn-wedeso {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn-wedeso:focus {
    -webkit-text-shadow: 0px 0px 7px #223500;
    text-shadow: 0px 0px 7px #223500; }

.get-in-touch-wrap,
.gitw-clone {
  /*min-width: 220px;*/
  /*min-width: 250px;*/
  min-width: 180px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .get-in-touch-wrap .btn-wedeso,
  .gitw-clone .btn-wedeso {
    width: 100%;
    text-align: left; }
    .get-in-touch-wrap .btn-wedeso .arws,
    .get-in-touch-wrap .btn-wedeso .gitw-c-x,
    .gitw-clone .btn-wedeso .arws,
    .gitw-clone .btn-wedeso .gitw-c-x {
      float: right; }

.get-in-touch-wrap {
  opacity: 1; }
  .get-in-touch-wrap.clonned {
    opacity: 0; }

.gitw-clone {
  /*width: 220px;*/
  /*width: 250px;*/
  width: 180px;
  height: 40px;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 4; }
  .gitw-clone:not(.existing) .gitw-c-x {
    display: none !important; }
  .gitw-clone::before,
  .gitw-clone .btn-git {
    top: 6px;
    left: -7px; }
  .gitw-clone.existing {
    width: auto;
    height: 400px;
    top: 160px !important;
    left: 35% !important;
    right: 35%;
    padding: 13px 12px; }
    .gitw-clone.existing::before, .gitw-clone.existing::after {
      -webkit-transform: skew(0deg);
      -ms-transform: skew(0deg);
      transform: skew(0deg); }
    .gitw-clone.existing::before {
      z-index: -1;
      /*-webkit-box-shadow: 0 0 0px 10px #427800;
			/*box-shadow: 0 0 0px 10px #427800;*/ }
    .gitw-clone.existing::after {
      z-index: -2;
      top: 12px;
      left: -14px; }
    .gitw-clone.existing .arws {
      display: none !important; }
    .gitw-clone.existing .btn-git {
      cursor: default; }
  .gitw-clone .gitw-c-x:hover {
    opacity: 0.5; }
  .gitw-clone .gitw-form {
    /*width: calc(100% - 23px);*/
    width: calc(100% - 16px);
    /*height: 305px;*/
    height: 290px;
    overflow-y: auto;
    position: relative;
    z-index: 1;
    padding: 0 7px;
    margin-top: 20px;
    opacity: 1;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .gitw-clone .gitw-form.opening {
      opacity: 0; }
    .gitw-clone .gitw-form label {
      margin-bottom: 2px; }
    .gitw-clone .gitw-form label,
    .gitw-clone .gitw-form .form-text {
      color: rgba(255, 255, 255, 0.65);
      -moz-user-select: none;
      -khtml-user-select: none;
      -webkit-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    .gitw-clone .gitw-form .text-muted {
      color: rgba(255, 255, 255, 0.65) !important; }
    .gitw-clone .gitw-form select.form-control {
      padding-right: 35px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background-image: url("/css/images/arw-select.png");
      background-position: right center;
      background-repeat: no-repeat; }
    .gitw-clone .gitw-form .form-group {
      margin-bottom: 21px; }
    .gitw-clone .gitw-form .form-control {
      border: 2px solid #6ac000;
      border-top: none;
      border-right: none;
      border-left: 0;
      padding-left: 0;
      background: none;
      color: white;
      /*-webkit-border-radius: 8px 0;
		border-radius: 8px 0;*/
      -webkit-border-radius: 0;
      border-radius: 0; }
      .gitw-clone .gitw-form .form-control:focus {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-bottom-color: white; }
      .gitw-clone .gitw-form .form-control option {
        color: black; }
    .gitw-clone .gitw-form .btn.btn-primary {
      background-color: white;
      color: #4e8d00;
      border: 2px solid white;
      font-weight: bold;
      font-style: italic;
      font-size: 18px; }
      .gitw-clone .gitw-form .btn.btn-primary:focus {
        outline: none;
        -webkit-box-shadow: 0 0 9px 0 white;
        box-shadow: 0 0 9px 0 white; }
      .gitw-clone .gitw-form .btn.btn-primary:not(:hover) .s-arws.w {
        /* HIDE */
        display: none !important; }
      .gitw-clone .gitw-form .btn.btn-primary:hover {
        background-color: transparent;
        color: white; }
        .gitw-clone .gitw-form .btn.btn-primary:hover .s-arws.g {
          /* HIDE */
          display: none !important; }
      .gitw-clone .gitw-form .btn.btn-primary .s-arws {
        width: auto;
        height: 15px;
        top: -1px;
        position: relative;
        margin-left: 15px; }
    .gitw-clone .gitw-form ::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.4); }
    .gitw-clone .gitw-form ::-moz-placeholder {
      color: rgba(255, 255, 255, 0.4); }
    .gitw-clone .gitw-form :-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.4); }
    .gitw-clone .gitw-form :-moz-placeholder {
      color: rgba(255, 255, 255, 0.4); }
    .gitw-clone .gitw-form input:-webkit-autofill,
    .gitw-clone .gitw-form input:-webkit-autofill:hover,
    .gitw-clone .gitw-form input:-webkit-autofill:focus,
    .gitw-clone .gitw-form textarea:-webkit-autofill,
    .gitw-clone .gitw-form textarea:-webkit-autofill:hover,
    .gitw-clone .gitw-form textarea:-webkit-autofill:focus,
    .gitw-clone .gitw-form select:-webkit-autofill,
    .gitw-clone .gitw-form select:-webkit-autofill:hover,
    .gitw-clone .gitw-form select:-webkit-autofill:focus {
      -webkit-text-fill-color: white;
      -webkit-box-shadow: 0 0 0px 1000px #4e8d00 inset;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }

#modal-mob-ios-git form.gitw-form label {
  margin-bottom: 2px; }

#modal-mob-ios-git form.gitw-form label,
#modal-mob-ios-git form.gitw-form .form-text {
  color: rgba(255, 255, 255, 0.65);
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

#modal-mob-ios-git form.gitw-form .text-muted {
  color: rgba(255, 255, 255, 0.65) !important; }

#modal-mob-ios-git form.gitw-form select.form-control {
  padding-right: 35px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("/css/images/arw-select.png");
  background-position: right center;
  background-repeat: no-repeat; }

#modal-mob-ios-git form.gitw-form .form-group {
  margin-bottom: 21px; }

#modal-mob-ios-git form.gitw-form .form-control {
  border: 2px solid #6ac000;
  border-top: none;
  border-right: none;
  border-left: 0;
  padding-left: 0;
  background: none;
  color: white;
  /*-webkit-border-radius: 8px 0;
		border-radius: 8px 0;*/
  -webkit-border-radius: 0;
  border-radius: 0; }
  #modal-mob-ios-git form.gitw-form .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom-color: white; }
  #modal-mob-ios-git form.gitw-form .form-control option {
    color: black; }

#modal-mob-ios-git form.gitw-form .btn.btn-primary {
  background-color: white;
  color: #4e8d00;
  border: 2px solid white;
  font-weight: bold;
  font-style: italic;
  font-size: 18px; }
  #modal-mob-ios-git form.gitw-form .btn.btn-primary:focus {
    outline: none;
    -webkit-box-shadow: 0 0 9px 0 white;
    box-shadow: 0 0 9px 0 white; }
  #modal-mob-ios-git form.gitw-form .btn.btn-primary:not(:hover) .s-arws.w {
    /* HIDE */
    display: none !important; }
  #modal-mob-ios-git form.gitw-form .btn.btn-primary:hover {
    background-color: transparent;
    color: white; }
    #modal-mob-ios-git form.gitw-form .btn.btn-primary:hover .s-arws.g {
      /* HIDE */
      display: none !important; }
  #modal-mob-ios-git form.gitw-form .btn.btn-primary .s-arws {
    width: auto;
    height: 15px;
    top: -1px;
    position: relative;
    margin-left: 15px; }

#modal-mob-ios-git form.gitw-form ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4); }

#modal-mob-ios-git form.gitw-form ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4); }

#modal-mob-ios-git form.gitw-form :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4); }

#modal-mob-ios-git form.gitw-form :-moz-placeholder {
  color: rgba(255, 255, 255, 0.4); }

#modal-mob-ios-git form.gitw-form input:-webkit-autofill,
#modal-mob-ios-git form.gitw-form input:-webkit-autofill:hover,
#modal-mob-ios-git form.gitw-form input:-webkit-autofill:focus,
#modal-mob-ios-git form.gitw-form textarea:-webkit-autofill,
#modal-mob-ios-git form.gitw-form textarea:-webkit-autofill:hover,
#modal-mob-ios-git form.gitw-form textarea:-webkit-autofill:focus,
#modal-mob-ios-git form.gitw-form select:-webkit-autofill,
#modal-mob-ios-git form.gitw-form select:-webkit-autofill:hover,
#modal-mob-ios-git form.gitw-form select:-webkit-autofill:focus {
  -webkit-text-fill-color: white;
  -webkit-box-shadow: 0 0 0px 1000px #4e8d00 inset;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#modal-mob-ios-git .modal-content {
  border: none;
  -webkit-box-shadow: -10px 10px rgba(0, 0, 0, 0.15);
  box-shadow: -6px 7px rgba(0, 0, 0, 0.15);
  background: #4e8d00;
  background: -moz-linear-gradient(-45deg, #4e8d00 45%, #4e8d00 45%, #ff6e03 100%);
  background: -webkit-linear-gradient(-45deg, #4e8d00 45%, #4e8d00 45%, #ff6e03 100%);
  background: -webkit-linear-gradient(315deg, #4e8d00 45%, #4e8d00 45%, #ff6e03 100%);
  background: -o-linear-gradient(315deg, #4e8d00 45%, #4e8d00 45%, #ff6e03 100%);
  background: linear-gradient(135deg, #4e8d00 45%, #4e8d00 45%, #ff6e03 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e8d00', endColorstr='#ff6e03',GradientType=1 ); }
  #modal-mob-ios-git .modal-content .modal-header {
    color: white;
    border: none; }
    #modal-mob-ios-git .modal-content .modal-header .modal-title {
      font-size: 24px;
      font-style: italic;
      font-weight: bold; }

.inline-block,
.display-inline-block {
  display: inline-block; }

.block,
.display-block {
  display: block; }

.hide {
  display: none !important; }

.list-w-desc .l-desc {
  font-size: 0.8em;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

div:focus {
  outline: none; }

#cont-bottom {
  margin-top: 0;
  margin-bottom: 40px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }
  #cont-bottom:not(.loading) {
    opacity: 1; }
  #cont-bottom.loading {
    opacity: 0;
    margin-top: 40px;
    margin-bottom: 0; }

.invisible {
  visibility: hidden !important; }

.loading-i {
  width: 100%;
  height: 6px;
  top: 0;
  left: 0;
  display: block;
  z-index: 10; }
  .loading-i .l-i {
    width: 1px;
    height: 100%;
    float: left;
    /*background-color: $colorBrand2;*/
    background-color: #7ec700;
    /* GREEN, LIGHT */
    display: block;
    opacity: 1; }
    .loading-i .l-i.done {
      opacity: 0;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }

@-webkit-keyframes loading-working {
  100% {
    width: 100%; } }

@keyframes loading-working {
  100% {
    width: 100%; } }

@-webkit-keyframes show-msg {
  100% {
    opacity: 1; } }

@keyframes show-msg {
  100% {
    opacity: 1; } }

.gitw-clone .msg,
.modal .msg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 6px;
  left: -7px;
  border-radius: 10px;
  color: white;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 50px;
  text-align: center;
  opacity: 0;
  background: #4e8d00;
  background: -moz-linear-gradient(-45deg, #4e8d00 45%, #4e8d00 45%, #ff6e03 100%);
  background: -webkit-linear-gradient(-45deg, #4e8d00 45%, #4e8d00 45%, #ff6e03 100%);
  background: -webkit-linear-gradient(315deg, #4e8d00 45%, #4e8d00 45%, #ff6e03 100%);
  background: -o-linear-gradient(315deg, #4e8d00 45%, #4e8d00 45%, #ff6e03 100%);
  background: linear-gradient(135deg, #4e8d00 45%, #4e8d00 45%, #ff6e03 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e8d00', endColorstr='#ff6e03',GradientType=1 );
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .gitw-clone .msg.msg-shown,
  .modal .msg.msg-shown {
    -webkit-animation: show-msg 0.65s;
    -moz-animation: show-msg 0.65s;
    -ms-animation: show-msg 0.65s;
    -o-animation: show-msg 0.65s;
    animation: show-msg 0.65s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
    .gitw-clone .msg.msg-shown .msg-cont,
    .modal .msg.msg-shown .msg-cont {
      -webkit-animation: show-msg 0.65s;
      -moz-animation: show-msg 0.65s;
      -ms-animation: show-msg 0.65s;
      -o-animation: show-msg 0.65s;
      animation: show-msg 0.65s;
      -webkit-animation-delay: 0.65s;
      -webkit-animation-fill-mode: forwards;
      -moz-animation-fill-mode: forwards;
      -o-animation-fill-mode: forwards;
      -ms-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      animation-delay: 0.65s; }
  .gitw-clone .msg .msg-cont,
  .modal .msg .msg-cont {
    margin: auto;
    padding-bottom: 60px;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .gitw-clone .msg .msg-cont .msg-img,
    .modal .msg .msg-cont .msg-img {
      margin-bottom: 40px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .gitw-clone .msg .msg-cont .msg-img img,
      .modal .msg .msg-cont .msg-img img {
        width: auto;
        height: 120px; }
    .gitw-clone .msg .msg-cont .text-small,
    .modal .msg .msg-cont .text-small {
      font-size: 24px;
      margin-top: 23px; }

.gitw-clone.existing.modal-loading-holder,
.modal.modal-loading-holder {
  padding-top: 25px; }
  .gitw-clone.existing.modal-loading-holder.loading > .loading-i > .l-i,
  .modal.modal-loading-holder.loading > .loading-i > .l-i {
    -webkit-animation-name: loading-working;
    animation-name: loading-working;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 0.65s;
    animation-duration: 0.65s; }
  .gitw-clone.existing.modal-loading-holder.loading .loading-cont-indicate,
  .modal.modal-loading-holder.loading .loading-cont-indicate {
    opacity: 0.5; }
  .gitw-clone.existing.modal-loading-holder > .loading-i,
  .modal.modal-loading-holder > .loading-i {
    position: absolute;
    top: 13px;
    left: 0;
    width: calc(100% - 15px);
    overflow: hidden;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0; }
    .gitw-clone.existing.modal-loading-holder > .loading-i > .l-i,
    .modal.modal-loading-holder > .loading-i > .l-i {
      max-width: 100%;
      background-color: #ff6e03; }

#head-float {
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  /*background-color: white;*/
  text-align: center;
  z-index: 5;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.25) 0%, white 35%, white 75%, rgba(255, 255, 255, 0.25) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.25) 0%, white 35%, white 75%, rgba(255, 255, 255, 0.25) 100%);
  background: -webkit-linear-gradient(315deg, rgba(255, 255, 255, 0.25) 0%, white 35%, white 75%, rgba(255, 255, 255, 0.25) 100%);
  background: -o-linear-gradient(315deg, rgba(255, 255, 255, 0.25) 0%, white 35%, white 75%, rgba(255, 255, 255, 0.25) 100%);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.25) 0%, white 35%, white 75%, rgba(255, 255, 255, 0.25) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40ffffff', endColorstr='#40ffffff',GradientType=1 );
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  #head-float.hf-hidden {
    top: -100px; }
  #head-float #img-logo-hf {
    width: auto;
    height: 40px;
    margin-top: 10px; }

.transition {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.clear-transition {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none; }

.btn-call {
  border: 1px solid grey;
  -wenkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  background: transparent;
  margin-right: 5px;
  margin-left: 6px;
  color: black;
  padding: 0 4px; }
  .btn-call:hover {
    text-decoration: none;
    color: white;
    background-color: #464646; }

/* CUSTOM SCROLLBAR */
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #6ac000 !important; }

/* / CUSTOM SCROLLBAR */
.modal-backdrop {
  background-color: white; }

form .invalid-feedback {
  background: white;
  margin-top: 0;
  border-radius: 0 0 4px 4px;
  padding: 1px 7px 3px;
  font-weight: bold;
  display: block; }

textarea.form-control {
  min-height: 38px; }

.disable-selection, #contact .e-bs {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* *************************************** */
/* **************** MEDIA **************** */
/* *************************************** */
/* ABOVE 1200 */
@media (min-width: 1200px) {
  .container {
    max-width: 960px; } }

/* BELOW 1200 */
@media (max-width: 1199px) {
  .gitw-clone.existing {
    height: 400px;
    top: 80px !important;
    left: 10% !important;
    right: 10%; } }

/* ABOVE 992 */
@media (min-width: 992px) {
  .mobile-only {
    /* HIDE */
    display: none !important; }
  #text-intro {
    max-width: 830px; } }

/* HEIGHT: ABOVE 937 */
@media (min-height: 937px) {
  .gitw-clone.existing {
    width: auto;
    /*height: 690px;*/
    height: 715px; }
  .gitw-clone .gitw-form {
    /*width: calc(100% - 23px);*/
    /*height: 620px;*/
    height: 605px; } }

/* BELOW 768 */
@media (max-width: 767px) {
  body {
    padding-bottom: 0; }
  #contact-wrap {
    margin-top: 35px; }
  #img-logo {
    width: auto;
    max-height: 50px;
    margin-top: 50px; }
  #text-intro {
    font-size: 28px;
    line-height: 120%;
    margin-top: 45px;
    margin-bottom: 35px; }
  #services dl dt {
    line-height: 110%;
    font-size: 22px; } }

/* ************************************* */
/* **************** iOS **************** */
/* ************************************* */
html.ios #contact .flag {
  position: relative;
  top: -12px; }

html.ios #contact .icon-so {
  top: 0; }

html.ios .modal.modal-loading-holder > .loading-i {
  width: calc(100% - 16px);
  position: fixed;
  top: 5px;
  left: 8px;
  -webkit-border-radius: 0;
  border-radius: 0; }

html.ios .modal .msg {
  position: fixed;
  top: 0;
  left: 0;
  border-radius: 0; }

/*# sourceMappingURL=wedeso.css.map */