/*
 * Template Name: Delta - Responsive Website Template for mobile app
 * Version: 1.0
 * Author: 3rd Wave Media
 * Website: http://3rdwavemedia.com/
 */


/* ======= Base ======= */

body {
  font-family: 'Open Sans Hebrew', sans-serif;
  color: #444444;
  overflow-x: hidden;
  direction: rtl;
}

/**:not(body) {*/
  /*direction: rtl;*/
/*}*/

a {
  color: #128BC1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}


/******* ICONS **************/

.new-icon {
  display: block;
  width: 90px;
  height: 90px;
  background: transparent no-repeat right top;
  background-size: 90px 90px !important;
}

.new-icon:hover {
  background-size: 90px 90px !important;
}

.bottom-icon {
  display: block;
  width: 64px;
  height: 64px;
  background: transparent no-repeat right top;
  background-size: 64px 64px !important;
}

.bottom-icon:hover {
  background-size: 64px 64px !important;
}

.money-bag {
  background: url("icons/money-bag.png");
}

.money-bag:hover {
  background: url("icons/money-bag-hover.png");
}

.home-icon {
  background: url("icons/home.png");
}

.home-icon:hover {
  background: url("icons/home-hover.png");
}

.pen-icon {
  background: url("icons/pen.png");
}

.pen-icon:hover {
  background: url("icons/pen-hover.png");
}

.builders-icon {
  background: url("icons/builders.png");
}

.builders-icon:hover {
  background: url("icons/builders-hover.png");
}


/* result icons*/

.potential-icon {
  background: url("icons/potential-icon.png");
}

.right-price-icon {
  background: url("icons/right-price-icon.png");
}

.building-status-icon {
  background: url("icons/building-status-icon.png");
}

.price-advice-icon {
  background: url("icons/price-advice-icon.png");
}

.user-settings-icon {
  background: url("icons/user-settings-icon.png");
}

.user-settings-icon:hover {
  background: url("icons/user-settings-icon-hover.png");
}

.potential-icon:hover {
  background: url("icons/potential-icon-hover.png");
}

.right-price-icon:hover {
  background: url("icons/right-price-icon-hover.png");
}

.building-status-icon:hover {
  background: url("icons/building-status-icon-hover.png");
}

.price-advice-icon:hover {
  background: url("icons/price-advice-icon-hover.png");
}


/*end result icons*/


/********* END ICONS ***********/

.question-tip {
  position: relative;
  padding-top: 2px;
  width: 18px;
  height: 18px;
  background-color: #128BC1;
  border-radius: 25px;
  text-align: center;
  float: left;
  bottom: -3px;
}

.example-row .btn {
  float: left;
  margin-left: 0.5em;
}

.tip-box {
  display: inline-block;
  position: absolute;
  top: 280px;
  width: 25%;
  height: auto;
  background-color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  border: 1px solid #949494;
  border-radius: 3px;
  color: #949494;
  text-align: justify;
  padding: 7px;
  margin: auto;
  margin-left: 3%;
}

.tip-box .blue-text {
  color: #128bc1;
}

.btn-submit-activated {
  background: url("img/loading.gif") no-repeat top #074367 !important;
  -webkit-background-size: auto 100% !important;
  -moz-background-size: auto 100% !important;
  -o-background-size: auto 100% !important;
  background-size: auto 100% !important;
}

.search-nehkes-activated {
  background: url("img/loading.gif") no-repeat center #074367 !important;
  background-size: auto 90% !important;
}

a:hover {
  text-decoration: none;
  color: #359bca;
}

.btn {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.btn .fa {
  color: #fff;
  margin-right: 5px;
}

.btn-theme {
  background: #128bc1;
  border: 1px solid #128BC1;
  color: #fff;
}

.btn-theme:hover {
  background: #359bca;
  border: 1px solid #359bca;
  color: #fff;
}

.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.form-control:focus {
  border-color: #128BC1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

blockquote {
  font-size: 14px;
}

.text-highlight {
  color: #064366;
}

.note {
  font-family: 'Covered By Your Grace', cursive;
  font-size: 22px;
}

.row-end {
  margin-right: 0;
  padding-right: 0;
}

.social-icons {
  list-style: none;
  padding: 10px 0;
  margin-bottom: 0;
}

.social-icons li {
  float: left;
}

.social-icons li.row-end {
  margin-right: 0;
}

.social-icons a {
  display: inline-block;
  background: #064366;
  width: 48px;
  height: 48px;
  text-align: center;
  padding-top: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-right: 8px;
  float: left;
}

.social-icons a:hover {
  background: #0a517a;
}

.social-icons a .fa {
  color: #fff;
}

.social-icons a .fa:before {
  font-size: 26px;
  text-align: center;
  padding: 0;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
  text-transform: uppercase;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  text-transform: uppercase;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  text-transform: uppercase;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
  text-transform: uppercase;
}

.offset-header {
  padding-top: 90px;
  padding-bottom: 90px;
  min-height: 682px;
}

.has-pattern {
  /*background: url('../images/home/dohback.png');
    background-repeat: repeat;
    background-position: left top;
    background-size: 100% 100%;
    min-height: 499px;*/
  background-color: #128BC1;
  background-image: url(../images/patterns/pattern-1.png);
  padding: 24px 0;
}

.delayp1 {
  animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-delay: .1s;
  -o-animation-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  -o-transition-delay: .1s;
}

.delayp2 {
  animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-delay: .2s;
  -o-animation-delay: .2s;
  transition-delay: .2s;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -o-transition-delay: .2s;
}

.delayp3 {
  animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-delay: .3s;
  -o-animation-delay: .3s;
  transition-delay: .3s;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
}

.delayp4 {
  animation-delay: .4s;
  -moz-animation-delay: .4s;
  -webkit-animation-delay: .4s;
  -o-animation-delay: .4s;
  transition-delay: .4s;
  -webkit-transition-delay: .4s;
  -moz-transition-delay: .4s;
  -o-transition-delay: .4s;
}

.delayp5 {
  animation-delay: .5s;
  -moz-animation-delay: .5s;
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  transition-delay: .5s;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  -o-transition-delay: .5s;
}

.delayp6 {
  animation-delay: .6s;
  -moz-animation-delay: .6s;
  -webkit-animation-delay: .6s;
  -o-animation-delay: .6s;
  transition-delay: .6s;
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  -o-transition-delay: .6s;
}

.delayp7 {
  animation-delay: .7s;
  -moz-animation-delay: .7s;
  -webkit-animation-delay: .7s;
  -o-animation-delay: .7s;
  transition-delay: .7s;
  -webkit-transition-delay: .7s;
  -moz-transition-delay: .7s;
  -o-transition-delay: .7s;
}

.delayp8 {
  animation-delay: .8s;
  -moz-animation-delay: .8s;
  -webkit-animation-delay: .8s;
  -o-animation-delay: .8s;
  transition-delay: .8s;
  -webkit-transition-delay: .8s;
  -moz-transition-delay: .8s;
  -o-transition-delay: .8s;
}

.delayp9 {
  animation-delay: .9s;
  -moz-animation-delay: .9s;
  -webkit-animation-delay: .9s;
  -o-animation-delay: .9s;
  transition-delay: .9s;
  -webkit-transition-delay: .9s;
  -moz-transition-delay: .9s;
  -o-transition-delay: .9s;
}

.delay1s {
  animation-delay: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -o-animation-delay: 1s;
  transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
}

.delay2s {
  animation-delay: 2s;
  -moz-animation-delay: 2s;
  -webkit-animation-delay: 2s;
  -o-animation-delay: 2s;
  transition-delay: 2s;
  -webkit-transition-delay: 2s;
  -moz-transition-delay: 2s;
  -o-transition-delay: 2s;
}


/* ======= Header ======= */

.header {
  padding: 10px 0;
  background: #fff;
  z-index: 1000;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.logo-image {
  position: relative;
  /* top: -5px !important; */
  max-height: 68px !important;
  height: 68px !important;
  width: auto;
}

.header h1.logo {
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 28px;
  max-height: 50px;
}

.header h1.logo a {
  color: #444444;
}

.header h1.logo a img {
  margin-right: 5px;
  max-height: 50px;
}

.header h1.logo .logo-title {
  vertical-align: middle;
}

.header .main-nav button {
  background: #064366;
  color: #fff !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.header .main-nav button:focus {
  outline: none;
}

.header .main-nav button .icon-bar {
  background-color: #fff;
}

.header .main-nav .nav .nav-item {
  font-weight: normal;
  text-transform: uppercase;
  margin-right: 10px;
}

.header .main-nav .nav .nav-item.active a {
  color: #128BC1;
  background: none;
}

.header .main-nav .nav .nav-item a {
  color: #444444;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}

.header .main-nav .nav .nav-item a:hover {
  color: #128BC1;
  background: none;
}

.header .main-nav .nav .nav-item a:focus {
  outline: none;
  background: none;
}

.header .main-nav .nav .nav-item a:active {
  outline: none;
  background: none;
}

.header .main-nav .nav .nav-item.active {
  color: #128BC1;
}

.header .main-nav .nav .nav-item.last {
  margin-right: 220px;
}

.main-nav.navbar-left.main-nav-home , .main-nav.navbar-left{
   margin-left: 87px;
   margin-top: 9px;
}
/* ======= Footer ======= */

.footer {
  background: #444444;
  color: #fff;
  padding: 15px 0;
}

.footer .copyright {
  color: #b3b3b3;
  margin-right: 15px;
}

.footer .links {
  margin-bottom: 0;
}

.footer .links a {
  color: #808080;
}

.footer .links a:hover {
  color: #128BC1;
}


/* ======= FlexSlider ======= */

.flexslider {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  border: 0;
}

.flexslider .flex-control-nav {
  bottom: -35px;
}

.flexslider .flex-control-paging li a {
  background: #a1a1a1;
}

.flexslider .flex-control-paging li a:hover {
  background: #128BC1;
}

.flexslider .flex-control-paging li a.flex-active {
  background: #128BC1;
}

.flexslider .slides li {
  position: relative;
}


/* ======= Promo Section ======= */

.promo {
  /*background-color: #128BC1;*/
  background: url('../images/home/banner.png');
  color: #fff;
}

.promo .container {
  padding-bottom: 15px;
}

.promo .overview {
  margin-top: 60px;
  padding-left: 30px;
  padding-right: 30px;
}

.promo .overview h2 {
  font-size: 30px;
  margin-bottom: 35px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.first-header {
  font-size: 64px;
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-align: center;
}

.promo .overview .summary {
  margin-bottom: 60px;
  margin-left: 70px;
}

.promo .overview .summary li {
  margin-bottom: 15px;
  list-style: none;
  font-size: 20px;
  font-weight: 300;
  padding-left: 30px;
  background: url('../images/bullet.png') no-repeat left center;
}

.promo .overview .download-area {
  display: inline-block;
}

.promo .overview .btn-group {
  margin-left: 40px;
}

.promo .overview .btn-group li {
  padding: 0;
  margin-bottom: 15px;
}

.promo .overview .btn-group li a {
  background-color: #0a517a;
  background-repeat: no-repeat;
  background-position: left top;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
  width: 200px;
  height: 60px;
  text-indent: -9999px;
  margin-right: 30px;
}

.promo .overview .btn-group li a:hover {
  background-color: #064366;
}

.promo .overview .btn-group li.ios-btn a {
  background-image: url('../images/buttons/btn-app-store.png');
}

.promo .overview .btn-group li.android-btn a {
  background-image: url('../images/buttons/btn-google-play.png');
}

.promo .overview .note {
  position: relative;
  color: #0a517a;
}

.promo .overview .note p {
  padding-top: 15px;
}

.promo .overview .note .left-arrow {
  position: absolute;
  left: 60px;
  bottom: 15px;
  display: inline-block;
  background: url('../images/arrows/up-arrow-left.png') no-repeat left top;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  width: 63px;
  height: 69px;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}

.promo .overview .note .right-arrow {
  position: absolute;
  right: 60px;
  bottom: 15px;
  display: inline-block;
  background: url('../images/arrows/up-arrow-right.png') no-repeat right top;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  width: 63px;
  height: 58px;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}

.promo .iphone {
  position: relative;
}

.promo .iphone .iphone-holder {
  position: relative;
  width: 320px;
  height: 600px;
  background-repeat: no-repeat;
  background-position: left top;
}

.promo .iphone.iphone-black .iphone-holder {
  background-image: url('../images/iphone/iphone-black.png');
}

.promo .iphone.iphone-white .iphone-holder {
  background-image: url('../images/iphone/iphone-white.png');
}

.promo .iphone .iphone-holder-inner {
  position: absolute;
  width: 222px;
  height: 394px;
  left: 51px;
  top: 103px;
}

.promo .iphone .flexslider .flex-control-nav {
  bottom: -50px;
}

.promo .iphone:before {
  content: "";
  display: block;
  width: 500px;
  height: 500px;
  background: url('../images/glow.png') no-repeat center top;
  right: 0;
  top: 0;
  position: absolute;
}

.promo .android {
  position: relative;
}

.promo .android .android-holder {
  position: relative;
  width: 320px;
  height: 600px;
  background-image: url('../images/android/android-black.png');
  background-repeat: no-repeat;
  background-position: left top;
}

.promo .android .android-holder-inner {
  position: absolute;
  width: 254px;
  height: 450px;
  left: 35px;
  top: 72px;
}

.promo .android .flexslider .flex-control-nav {
  bottom: -50px;
}

.promo .android:before {
  content: "";
  display: block;
  width: 500px;
  height: 500px;
  background: url('../images/glow.png') no-repeat center top;
  right: 0;
  top: 0;
  position: absolute;
}

.promo .ipad {
  position: relative;
}

.promo .ipad .ipad-holder {
  position: relative;
  width: 420px;
  height: 600px;
  background-repeat: no-repeat;
  background-position: left top;
}

.promo .ipad.ipad-black .ipad-holder {
  background-image: url('../images/ipad/ipad-black.png');
}

.promo .ipad.ipad-white .ipad-holder {
  background-image: url('../images/ipad/ipad-white.png');
}

.promo .ipad .ipad-holder-inner {
  position: absolute;
  width: 320px;
  height: 428px;
  left: 51px;
  top: 83px;
}

.promo .ipad .flexslider .flex-control-nav {
  bottom: -45px;
}

.promo .ipad:before {
  content: "";
  display: block;
  width: 500px;
  height: 500px;
  background: url('../images/glow.png') no-repeat left top;
  right: 0;
  top: 0;
  position: absolute;
}

.btn-check-tama {
  font-size: 18px;
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-align: center;
  height: 45px;
  width: 180px;
  background: #18557a url('../images/home/find.png') no-repeat right;
  opacity: 0.82;
  background-position: 141px 9px;
  border-radius: 10px;
}

.btn-check-tama:hover {
  color: rgb(255, 255, 255) !important;
}

.btn-check-tama:focus {
  color: rgb(255, 255, 255) !important;
}

.inline {
  display: flex;
  margin-bottom: 25px;
}

.btn-find-partner {
  font-size: 18px;
  color: rgb(255, 255, 255);
  text-align: center;
  height: 45px;
  width: 160px;
  opacity: 0.82;
  background: #18557a url('../images/home/vi.png') no-repeat right;
  background-position: 122px 7px;
  margin-right: 18px;
  border-radius: 10px;
}

.btn-find-partner:hover {
  color: rgb(255, 255, 255) !important;
}

.btn-find-partner:focus {
  color: rgb(255, 255, 255) !important;
}

.main-search {
  padding-left: 32px;
  padding-right: 37px;
}

.form-search {
  font-size: 24px;
  color: rgb(188, 190, 192);
  height: 81px;
  border: 9px solid #fff;
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.form-search:focus {
  border-color: #fff !important;
}

.btn-search {
  background-color: #fff;
  border: 9px solid;
  border-top-left-radius: 10px;
}

.btn-search:after {
  position: absolute;
  top: 71px;
  left: -9px;
  background-image: url(../images/home/patent.png);
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 189px;
  height: 37px;
  content: "";
}

.search-wrapp {
  display: block;
}

.search-wrapp .btn-submit {
  font-size: 38px;
  line-height: 1;
  width: 168px;
}

#triangle-check {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid white;
  display: inline;
  position: absolute;
  top: 51px;
  right: 100px;
}

#triangle-partner {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid white;
  display: none;
  position: absolute;
  top: 51px;
  right: 280px;
}

#partner-search {
  display: none;
}


/* ======= Scale Section=========== */

.scale {
  background-color: #064366;
  padding-top: 10px;
  padding-bottom: 14px;
}

.header-scale {
  padding-top: 11px;
  font-size: 27px;
  color: rgb(255, 255, 255);
  line-height: 1.2;
  z-index: 159;
  text-align: left;
}

.btn-scale {
  font-size: 27px;
  color: rgb(255, 255, 255);
  background-color: #128ac1;
  width: 200px;
  height: 58px;
  border-radius: 14px;
}

.btn-scale:hover, .btn-scale:focus {
  color: rgb(255, 255, 255);
}
.inov {
  padding-top: 15px;
}
.logtamaf{
  padding-top: 15px;
}
/* ======= Partners Images Section ======= */

.partners-images {
  background-color: #f2f2f2;
}


/* ======= Features Section ======= */

.features {
  padding: 30px 0;
}

.features .icon {
  position: relative;
  width: 90px;
  height: 90px;
  /*    background: #128BC1;
    color: #fff;*/
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: table;
  margin: 0 auto;
  -webkit-transition: -webkit-transform ease-out 0.2s, background 0.3s;
  -moz-transition: -moz-transform ease-out 0.2s, background 0.3s;
  transition: transform ease-out 0.2s, background 0.3s;
}


/*
.features .icon:hover {
    border: 3px solid #128BC1;
    background: none;
}
*/

.features .icon:hover .fa {
  color: #128BC1;
  -webkit-transform: scale(0.93);
  -moz-transform: scale(0.93);
  -ms-transform: scale(0.93);
  -o-transform: scale(0.93);
}

.features .icon .fa {
  color: #fff;
  font-size: 48px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.features .content {
  padding: 30px;
}

.features .content .title {
  color: #128BC1;
  font-size: 18px;
  margin-top: 0;
}

.features .content p {
  font-weight: 300;
}

.header-four-font {
  font-size: 40px;
  color: rgb(88, 89, 91);
  line-height: 1.2;
  text-align: center;
}

.laptop {
  margin-right: 55px;
  margin-top: 25px;
}

.img-background {
  padding-right: 111px;
  height: 291px;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  background-image: url(../images/home/laptop.png);
}

.img-background img {
  position: absolute;
  top: 80px;
  height: 80px;
}

.img-background #neighbor {
  right: 237px;
}

.img-background #builds {
  right: 354px;
  display: none;
}

.img-background #coins {
  right: 460px;
  display: none;
}


/* ======= Why Section ======= */

.how-it-works-titles div:hover {
  cursor: pointer;
}

.how-it-works-titles div {
  border: 1px solid #fff;
  padding-right: 20px;
  margin-top: 2px;
}

.how-it-works-active {
  border: 1px solid #808285 !important;
  border-radius: 10px;
}

.content-h {
  width: 346px;
  height: 304px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.content-check {
  background-image: url(../images/home/bdikaback.png);
}

.content-future {
  background-image: url(../images/home/hizuiback.png);
}

.content-simple {
  background-image: url(../images/home/simpleback.png);
}

.content-h .content-title {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #1c90c5;
  width: 100%;
  font-size: 24px;
  text-align: center;
  padding: 13px 0;
  opacity: 0.7;
  color: #fff;
}

.content-t {
  font-size: 21px;
  width: 346px;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  height: 100px;
  color: #808285;
  padding-right: 17px;
  padding-top: 10px;
}


/* ======= How Section ======= */

.how {
  background-color: #f5f5f5;
  padding: 24px 0;
}

.how .content {
  padding: 0 60px;
}

.how .content .title {
  margin-top: 0;
  margin-bottom: 30px;
}

.how .content .intro {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 300;
  color: #777777;
}

.how .content .note {
  position: relative;
  padding-bottom: 42px;
  color: #999999;
}

.how .content .note .left-arrow {
  position: absolute;
  left: 60px;
  top: 20px;
  display: inline-block;
  background: url('../images/arrows/down-arrow-left.png') no-repeat left top;
  width: 30px;
  height: 42px;
}

.how .content .note .right-arrow {
  position: absolute;
  right: 60px;
  top: 20px;
  display: inline-block;
  background: url('../images/arrows/down-arrow-right.png') no-repeat right top;
  width: 30px;
  height: 42px;
}

.how .content .qr-codes .item img {
  margin-bottom: 15px;
  max-width: 150px;
}

.how .content .qr-codes .item p {
  color: #777777;
}

.how .video-container {
  margin-top: 50px;
}

.report-form {
  color: white;
}
.hidden-text{
  display: none;
}
.paragraph-font-report{
  font-size: 16px;
  padding-bottom: 12px;
}
.btn-zoom {
  background: #13668c url('../images/home/zoom.png') no-repeat center;
  width: 36px;
  height: 36px;
  z-index: 5;
  margin-right: 253px;
  margin-bottom: 10px;
}
.cheked-boxes img{
    width: 30px;
    height: 30px;
}
.text-boxs{
    font-size: 21px;
    padding-right: 15px;
}
.btn-info-b {
  width: 220px;
  height: 60px;
  background-color: #ffa828;
  border-radius: 5px;
  font-size: 30px;
  color: rgb(255, 255, 255);
  margin-top: 0px;
  margin-right: 168px;
}

.btn-info-b:hover, .btn-info-b:focus {
  background-color: #ffa835;
  color: #fff;
}

.check-list {
  margin: auto;
  padding-top: 56px;
}

.m-close{
  padding-left: 50%;
}
.slider-visable {
  display: none;
}

.cheked-boxes * {
  display: inline;
}

div.cheked-boxes {
  padding-bottom: 31px;
}


/* ======= FAQ Section ======= */

.faq {
  padding-top: 80px;
  padding-bottom: 80px;
}

.faq .title {
  margin-bottom: 60px;
  padding-top: 10px;
}

.faq .item {
  padding: 30px;
  background: #128bc1;
  margin-bottom: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-bottom: 3px solid #064366;
}

.faq .item .question {
  margin-top: 0;
  font-size: 18px;
  margin-bottom: 15px;
  color: #ffffff;
}

.faq .item .question .fa {
  margin-right: 10px;
  color: #ffffff;
}

.faq .item .answer {
  color: #FFFFFF;
  font-weight: 300;
}

.faq .more {
  margin-top: 30px;
}

.faq .more .title {
  margin-bottom: 15px;
  color: #999999;
  font-size: 18px;
}

.faq .more .btn {
  font-size: 18px;
  padding-left: 30px;
}

.faq .more .btn .fa {
  margin-left: 5px;
}

.direction {
  direction: ltr;
}

.direction i {
  margin-left: 0px !important;
  margin-right: 10px !important;
}
.close.x-report{
  background-color: #000;
  border-radius: 28px;
  color: #fff;
  width: 24px;
  height: 24px;
  margin-top: 8px;
  opacity: 1;
  margin-right: 8px;
  float: right;
  }
/* ======= terms ======= */

.terms {
  line-height: 1.6;
}


/* ======= error page ======= */

.error-page {
  min-height: 600px;
}


/* ======= Story Section ======= */

.story {
  background-color: #128BC1;
  color: #fff;
  padding: 80px 0;
}

.story .content .title {
  margin-bottom: 30px;
  margin-top: 0;
}

.story .content p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 15px;
}

.story .team {
  font-size: 16px;
}

.story .team .member img {
  margin-bottom: 15px;
}

.story .team .member .name {
  color: #064366;
  margin-bottom: 0px;
}

.story .team .member .title {
  color: #80bdd8;
  font-weight: 300;
}

.story .team .connect {
  color: #fff;
  font-size: 26px;
}

.story .team .connect a {
  color: #0a517a;
}

.story .team .connect a:hover {
  color: #1b4434;
}


/* ======= Testimonials Section ======= */

.testimonials {
  padding-top: 80px;
  padding-bottom: 10px;
}

.testimonials .title {
  margin-bottom: 60px;
  margin-top: 60px;
}

.testimonials .item {
  margin-bottom: 30px;
}

.testimonials .item .quote-box {
  background: #f5f5f5;
  padding: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-top: 3px solid #80bdd8;
  position: relative;
  margin-bottom: 23px;
}

.testimonials .item .quote-box .fa {
  color: #128BC1;
  font-size: 18px;
  position: absolute;
  left: 30px;
  top: 20px;
}

.testimonials .item .quote-box:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #f5f5f5;
  position: absolute;
  bottom: -10px;
  left: 55px;
}

.testimonials .item .quote {
  border: none;
  padding: 0;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0;
}

.testimonials .item .people .user-pic {
  max-width: 60px;
  max-height: 60px;
}

.testimonials .item .people .user-pic, .testimonials .item .people .user-pic *, .testimonials .item .people .user-pic *:before, .testimonials .item .people .user-pic *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.testimonials .item .people .name {
  display: block;
  margin-top: 10px;
}

.testimonials .item .people .title {
  margin-top: 0px;
  display: block;
  color: #999999;
}

.testimonials .press .note {
  color: #128BC1;
  margin-bottom: 30px;
}

.testimonials .press li {
  margin-right: 30px;
  margin-bottom: 30px;
}

.testimonials .press li.last {
  margin-right: 0;
}

.testimonials .press li a img {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.testimonials .press li a:hover img {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}


/* ======= Contact Section ======= */

.contact {
  /*background-color: #128BC1;*/
  color: #fff;
  padding: 80px 0;
}

.contact .title {
  margin-bottom: 30px;
  margin-top: 0;
}

.contact .intro p {
  font-size: 16px;
  font-weight: 300;
}

.contact .intro ul {
  margin-bottom: 30px;
  margin-top: 30px;
}

.contact .intro li {
  margin-bottom: 10px;
  color: #0a517a;
  font-size: 16px;
}

.contact .intro li .fa {
  margin-right: 10px;
}

.contact .intro li a {
  color: #0a517a;
}

.contact .intro li a:hover {
  color: #064366;
}

.contact .contact-form .form-control {
  border-color: #fff;
  height: auto;
  padding: 10px 15px;
}

.contact .contact-form .btn-theme {
  background: #0a517a;
  border: 1px solid #0a517a;
  margin-top: 15px;
}

.contact .social-icons {
  display: inline-block;
  margin: 0 auto;
  margin-top: 60px;
}

.has-pattern-c {
  background-color: #128BC1;
  background-image: url('../images/patterns/pattern-1.png');
}


/* ======= Configure Style ======= */

.config-wrapper {
  position: absolute;
  top: 100px;
  right: 0;
}

.config-wrapper-inner {
  position: relative;
}

.config-trigger {
  display: block;
  position: absolute;
  left: -36px;
  width: 36px;
  height: 36px;
  background: #444444;
  color: #fff;
  text-align: center;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.config-trigger:hover {
  background: #000;
}

.config-trigger .fa {
  font-size: 22px;
  padding-top: 8px;
  display: block;
  color: #fff;
}

.config-panel {
  width: 190px;
  display: none;
  background: #444444;
  color: #fff;
  padding: 15px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.config-panel h5.device-title {
  margin-bottom: 5px;
}

.config-panel #color-options {
  margin-bottom: 15px;
}

.config-panel #device-options {
  margin-bottom: 0;
}

.config-panel #device-options a {
  color: #999999;
}

.config-panel #device-options a:hover {
  color: #128BC1;
}

.config-panel #device-options li.active a {
  color: #8dd2b7;
}

.config-panel #color-options li a {
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
}

.config-panel #color-options li a:hover {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  border: 2px solid rgba(255, 255, 255, 0.8);
}

.config-panel #color-options li.active a {
  border: 2px solid #fff;
}

.config-panel #color-options li.theme-1 a {
  background: #128BC1;
}

.config-panel #color-options li.theme-2 a {
  background-color: #28a5a8;
}

.config-panel #color-options li.theme-3 a {
  background-color: #7cb75e;
}

.config-panel #color-options li.theme-4 a {
  background-color: #286da8;
}

.config-panel #color-options li.theme-5 a {
  background-color: #128BC1;
}

.config-panel #color-options li.theme-6 a {
  background-color: #f8a842;
}

.config-panel #color-options li.theme-7 a {
  background-color: #737f97;
}

.config-panel #color-options li.theme-8 a {
  background-color: #de5a6a;
}

.config-panel #color-options li.theme-9 a {
  background-color: #a83f73;
}

.config-panel #color-options li.theme-10 a {
  background-color: #7a3fa8;
}

.config-panel .close {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #fff;
}

.config-panel .close .fa {
  color: #fff;
}

.breadcrumb
{
  background-color: transparent;
}
.nopadding
{
  padding: 0 ;
  margin: 0 ;
}
.nopadding-left-right
{
  padding-left: 0;
  padding-right: 0;
}
#model-new-project input , #model-new-project select
{
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #ccc;
}
#model-new-project .modal-footer .alert
{
  text-align: right;
}
/*[class*=" col-md-offset-2"].nopadding*/
/*{*/
   /*margin-right: 16.66666667%;*/
   /*margin-left: 0;*/
/*}*/

a.color-link ul{
  color: #064366;
}

/* Extra small devices (phones, less than 768px) */
@media (max-width: 325px){
  .inov {
    padding-top: 9px !important;
  }
  .logtamaf{
    padding-top: 9px !important;
  }
}
/* @media(max-width:562px){
  .form-group.name {
    width: 100% !important;
    display: block !important;
 }
 .main-nav.navbar-left{
   margin-left: 0px;
   margin-top: 0px;
 }
 .form-group.phone.prefix{
   width: 30.33333333333%  !important;
 }
 .form-group.phone{
   width: 67.66666666%  !important;
 }
 .selectpicker {
     width: 100% !important;
  }
} */
@media (max-width: 484px) {
  .btn-scale {
    width: 90px !important;
    height: 30px !important;
    font-size: 15px !important;
    padding-top: 3px !important;
    padding-right: 6px !important;
  }
  .header-scale {
    font-size: 14px !important;
  }
  .inov{
    padding-top: 13px;
  }
  .logtamaf{
    padding-top: 10px;
  }
  .logo-image{
      max-height: 58px !important;
      height: 58px !important;
  }
}

@media (max-width: 420px) {
  /* New home page queries */
  .scale{
    padding-top: 0px;
  }
  .header-scale {
    font-size: 11px !important;
  }
  .cheked-boxes {
    padding-bottom: 13px !important;
}
.text-boxs {
      font-size: 8px;
  }
  .cheked-boxes img {
      width: 15px;
      height: 15px;
    }
  .paragraph-font-report {
    font-size: 12px !important;
   }
}


@media (max-width: 767px) {
  /* New home page queries */
  .dandb {
    display: none;
  }
  .header-five-font {
      font-size: 30px !important;
  }
  .btn-scale {
    margin-top: 0px;
    width: 112px;
    height: 40px;
    font-size: 18px;
    border-radius: 7px;
  }
  .scale-link{
    text-align: left;
  }
  .header-scale {
    font-size: 18px;
    text-align: right;
  }
  .cheked-boxes img {
    width: 20px;
    height: 20px;
  }
  .cheked-boxes {
    padding-bottom: 11px !important;
}
  .text-boxs {
    font-size: 12px;
  }
  .paragraph-font-report {
      font-size: 16px !important;
  }
  .btn-info-b {
    width: 111px;
    height: 38px;
    font-size: 16px;
    margin-right: 0px !important;
    margin-top: 0px !important;
  }
  .btn-zoom{
    width: 26px;
    height: 27px;
  }
  .login-box {
    margin-right: 0 !important;
    margin-left: 0;
  }
  .promo .overview .summary li {
    font-size: 18px;
  }
  .promo .overview .note .left-arrow {
    left: 0;
  }
  .promo .overview .note .right-arrow {
    right: 0;
  }
  .promo .overview .summary {
    margin-left: 0;
  }
  .promo .overview {
    text-align: center;
  }
  .promo .overview .summary {
    margin-left: 0;
  }
  .promo .overview .summary li {
    text-align: left;
  }
  .promo .overview .download-area {
    margin: 0 auto;
  }
  .promo .phone {
    text-align: center;
  }
  .promo .phone .phone-holder {
    margin: 0 auto;
    width: auto;
    -webkit-background-size: 300px auto;
    -moz-background-size: 300px auto;
    -o-background-size: 300px auto;
    background-size: 300px auto;
  }
  .promo .iphone .iphone-holder-inner {
    width: 208px;
    height: 394px;
    left: 48px;
    top: 96px;
  }
  .promo .android .android-holder-inner {
    width: 238px;
    height: 394px;
    left: 33px;
    top: 67px;
  }
  .promo .ipad {
    text-align: center;
  }
  .promo .ipad .ipad-holder {
    margin: 0 auto;
    width: auto;
    -webkit-background-size: 300px auto;
    -moz-background-size: 300px auto;
    -o-background-size: 300px auto;
    background-size: 300px auto;
  }
  .promo .ipad .ipad-holder-inner {
    width: 229px;
    height: auto;
    left: 36px;
    top: 59px;
  }
  .promo .ipad .flexslider .flex-control-nav {
    bottom: -33px;
  }
  .promo .overview .note .left-arrow {
    -webkit-background-size: 30px auto;
    -moz-background-size: 30px auto;
    -o-background-size: 30px auto;
    background-size: 30px auto;
  }
  .promo .overview .note .right-arrow {
    -webkit-background-size: 30px auto;
    -moz-background-size: 30px auto;
    -o-background-size: 30px auto;
    background-size: 30px auto;
  }
}


/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {
  .promo .overview {
    text-align: center;
  }
  .promo .overview .summary {
    margin-left: 60px;
  }
  .promo .overview .summary li {
    text-align: left;
  }
  .promo .overview .download-area {
    margin: 0 auto;
  }
  .promo .phone {
    text-align: center;
  }
  .promo .phone .phone-holder {
    margin: 0 auto;
  }
  .promo .ipad {
    text-align: center;
  }
  .promo .ipad .ipad-holder {
    margin: 0 auto;
  }
}


/* New home page queries */

@media (max-width: 991px) {
  .box {
    display: none;
  }
  .lap-res {
    display: none;
  }
  .how-it-works-titles{
    display: none;
  }
  .slider-visable {
    display: block;
  }
  #carousel-example-generic2{
    padding-bottom: 14px;
  }
  #how-it-works{
    background-color: #ececec;
    width: 100%;
  }
  .how-it-works-section{
    padding: 0;
  }
  .cheked-boxes {
    padding-bottom: 22px;
  }
  .text-boxs {
    padding-right: 6px;
  }
  .btn-zoom {
    /*margin-right: 276px;*/
  }
  .btn-info-b {
    margin-top: 41px;
    margin-right: 52px;
  }
}


/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
  romo .overview {
    text-align: left;
  }
  .promo .overview .summary {
    margin-left: 0;
  }
  .promo .overview .summary li {
    text-align: left;
  }
  .promo .phone {
    text-align: left;
  }
  .promo .ipad {
    text-align: left;
  }
}


/* Large devices (large desktops, 1200px and up) */


/* Customized CSS added by the developer */

.search-form-box, .login-form-box {
  margin-top: 150px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border-top-right-radius: 0;
}

.search-form-box .city.form-group {
  display: inline-block;
  margin-bottom: 0;
  width: calc(100% - 140px);
}

.search-form-box .city input, .login-form-box .username input, .login-form-box .password input {
  border: 0;
  font-size: 12pt;
  height: auto;
  padding: 0.75em;
  /*width: 73%;*/
}

.search-form-box .btn-submit {
  float: left;
  font-size: 2em;
  line-height: 1;
  padding: 0.3em 0;
  width: 120px;
}

.search-form-box input[type=radio] {
  display: none;
  margin: 10px;
  cursor: pointer;
}

.search-form-box input[type=radio]+label {
  display: inline-block;
  margin: 5px -2px -2px -2px;
  padding: 2px 12px;
  background-color: white;
  color: #128BC1;
  width: 75px;
  text-align: center;
  font-size: 10pt;
  border-top: 1px solid #128BC1;
  border-bottom: 1px solid #128BC1;
  cursor: pointer;
}

.search-form-box input[type=radio]:checked+label {
  background-image: none !important;
  background-color: #128BC1 !important;
  color: white;
  cursor: pointer;
}

.search-form-box .first-label {
  border-right: 1px solid #128BC1;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.search-form-box .last-label {
  border-left: 1px solid #128BC1;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.closed-balconies, .roof-rights {
  width: auto;
  float: right;
}

.roof-rights {
  width: auto;
  float: left;
  margin-left: 23px;
}

.closed-balconies b, .roof-rights b {
  color: #128BC1;
}

.ipad-wrapper {
  margin-top: 20px;
  margin-right: -55px;
  width: 1278px;
  height: 913px;
  padding: 53px 165px;
  background: white url('../images/ipadframe.png') no-repeat center center;
}

.ipad-wrapper .slidorion {
  position: static;
  width: 956px;
  height: 718px;
  padding: 0;
  background: #064366;
  border: 0;
  box-shadow: none;
}

.ipad-wrapper * {
  font-family: 'Open Sans Hebrew', sans-serif;
}

.ipad-wrapper .slidorion .header {
  text-align: center;
  color: white;
  font-size: 14pt;
  background: #128bc1;
  border-bottom: 3px solid white;
  box-shadow: none;
}

.ipad-wrapper .slidorion .header.active {
  background: #064366 !important;
}

.ipad-wrapper .slidorion .content {
  font-size: 12pt;
}

.ipad-wrapper .slidorion .content, .ipad-wrapper .slidorion .accordion {
  background: white !important;
  box-shadow: none !important;
}

.ipad-wrapper .slidorion .accordion {
  background: white url('../images/logo/logo-13.png') no-repeat center bottom !important;
  background-size: 280px auto !important;
}

.ipad-wrapper .slidorion .slider img {
  max-width: 650px;
}

.how ul li {
  padding: 0 30px;
}

.how ul li p {
  font-size: 18pt;
  font-weight: bold;
  color: #128BC1;
  margin-top: 15px;
}

.testimonials .item .quote-box:after {
  left: auto;
  right: 55px;
}

.lower-links {
  background-color: #444444;
  display: inline-block;
  width: 100%;
  margin-bottom: -5px;
}

.lower-links .content {
  padding: 15px;
}

.footer-links {
  padding: 40px 0;
}

.footer-links .icon {
  width: 64px;
  height: 64px;
}

.footer-links .icon .fa {
  font-size: 32px;
}

.footer {
  background-color: #333333;
}

.widgets {
  padding-bottom: 15px;
}

.widgets h4 {
  color: white;
}

.widgets p {
  color: white;
}

.widgets ul {
  margin-right: 0;
  padding-right: 0;
}

.faq .item .question .fa {
  margin-left: 10px;
  margin-right: 0px;
}

.example-row {
  padding: 10px 0 10px 0;
  background-color: #f7f7f7;
}

.example-row>div:nth-child(2) {
  border: none !important;
}

.example-row:nth-child(odd) {
  background-color: #e5e5e5;
}

.partners .row.example-row {
  padding-top: 0;
  padding-bottom: 0;
}

.partners .row.example-row .content {
  border-left: 5px solid white;
}

.constructor-image img {
  margin: 20px 0;
}

.project-info, .constructor-info {
  padding: 15px 0;
}

.project-info p {
  font-weight: bold;
  margin-bottom: 30px !important;
}

.project-info .title {
  color: #064366;
}

.project-info p strong, .partners p strong {
  color: #128BC1;
  font-size: 14pt;
}

.project-image img {
  margin: 5px 0;
}

.show-more {
  width: 150px;
  border: 3px solid #128BC1;
  color: #128BC1;
  margin-top: 30px;
  font-weight: bold;
}

.login {
  padding: 90px 0 60px 0;
}

.constructors {
  margin-bottom: 0;
}

.constructor-info .btn {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}

.constructor-info .btn-primary:hover {
  background-color: #064366;
  border: 3px solid #064366;
}

.constructors-button {
  padding: 0.1em 1em 0.3em 1em !important;
}

.constructors-input {
  width: 82% !important;
  height: 50px !important;
}

.label-offer {
  color: #fff !important;
  margin-bottom: 20px;
}

.checkbox input[type=checkbox] {
  margin-right: 0;
  margin-left: -10px;
  float: right;
}

.checkbox {
  color: #030000;
  font-size: 15pt;
}

.login-form-box .username input, .login-form-box .password input {
  width: 100%;
}

.more-links {
  font-size: 9pt;
}

.btn-login {
  float: left;
  padding: 0.9em 1.3em;
}

.btn:hover, .btn:focus,
/*.btn-primary {
    color: white;
    border: 3px solid #128BC1;
    background-color: #128BC1;
}*/

@media(max-width:991px) {

  .login-box {
    margin-right: 25%;
    margin-left: 0;
  }
  .short-header {
    padding-top: 0;
    padding-bottom: 40px;
    min-height: 200px;
  }
  .header .main-nav .nav .nav-item.last {
    margin-right: 10px;
  }
  #features, #faq {
    padding-bottom: 0;
  }
  #how-it-works {
    padding-top: 40px;
  }
  .contact-address iframe {
    margin-top: 30px;
    width: 330px;
  }
  #lower-links ul li, #lower-links h4 {
    text-align: center;
  }
  .constructor-image img, .project-image img {
    width: 100%;
    margin: 0;
  }
  .project-info {
    padding: 0;
  }
  .search-constructor {
    padding-bottom: 80px;
  }
  .partners .example-row .content:nth-child(odd) {
    background-color: #e5e5e5;
    border: 0;
  }
  .partners .example-row .content:nth-child(even) {
    background-color: #f7f7f7;
    border: 0;
  }
  .partners .constructor-info {
    padding: 10px 0 15px 0;
  }
  .partners .constructor-image {
    padding: 15px;
  }

}
@media(max-width:1204px) {
  .img-background #neighbor {
    right: 118px;
  }
  .img-background #builds {
    right: 223px;
  }
  .img-background #coins {
    right: 349px;
  }
}
@media(max-width:1201px) {
  /* new home queries */
  .offset-header {
    padding-top: 134px;
  }
  .has-pattern{
    padding:0px;
  }
  .carousel {
       margin-top: 0 !important;
  }
  .carousel-control {
    background: 0 !important;
  }
  .arow{
    position: absolute;
    top: 50%;
  }
  .arow2{
    top: 25%;
  }
  /*.right .arow{
    left: 17px;
  }*/
  .first-header {
    font-size: 45px;
    margin-top: -20px;
  }
  .btn-zoom{
    float: left;
    margin-left: 11px;
  }
  .main-search {
    padding-left: 60px;
    padding-right: 64px;
  }
  .form-search {
    font-size: 21px;
    height: 50px;
  }
  .search-wrapp .btn-submit {
    font-size: 24px;
    line-height: 0;
    width: 94px;
    height: 32px;
  }
  .btn-search:after {
    top: 36px;
    left: -48px;
    background-size: 111px 27px;
  }

  #triangle-check {
    right: 125px;
  }

  #triangle-partner {
    right: 313px;
  }
  .offset-header {
    min-height: 445px;
  }

  .btn-scale {
    margin-top: 10px;
  }
  .header-scale {
    text-align: right;
  }
  /*.home-header h1.logo, .main-nav-home {
    display: none;
  }*/
  /*.home-header {
    height: 50px;
    background-color: #064366;
  }*/
  .content-t {
    font-size: 20px;
    width: 298px;
    padding-right: 13px;
  }
  .content-h {
    width: 298px;
    height: 260px;
  }
  .report-form h3.header-five-font {
      display: none;
  }
  .report-form p.paragraph-font-report {
      display: none;
  }
  .hidden-text{
    display: block;
    color:white;
    text-align: center;
  }
  .header-five-font{
    font-size: 26px;
  }
  .paragraph-font {
    font-size: 10px;
  }
  .paragraph-font-report{
      font-size:29px;
      text-align: right;
  }
  .question-tip {
    float: none;
    margin-right: 10px;
    bottom: 0 !important;
  }
  .search-form-box {
    margin-top: 75px;
    padding-bottom: 85px;
  }
  .search-form-box .city input, .constructors-input {
    width: 100% !important;
  }
  .search-form-box .closed-balconies, .search-form-box .roof-rights {
    width: 100%;
    margin: 5px 0;
    text-align: center;
  }
  .search-form-box .city.form-group {
    display: block;
    margin-top: 1em;
    width: auto;
  }
  .search-form-box .btn-submit {
    margin: 0 auto;
    position: absolute;
    width: 180px;
    left: 0;
    right: 0;
    bottom: 15px;
  }
}
@media (max-width: 425px) {
  .header-four-font {
    font-size: 32px;
  }
  .right .arow {
    left: 29px;
  }
  .main-search {
    padding-left: 33px;
    padding-right: 42px;
  }
  .offset-header {
    min-height: 330px;
  }
  .promo {
    background-position: 0px -150px;
  }
  #triangle-check {
    right: 89px;
    top: 35px;
  }
  #triangle-partner {
    right: 239px;
    top: 35px;
  }
  .inline {
    margin-bottom: 9px;
  }
  .first-header {
      font-size: 25px;
      margin-top: -20px;
  }
  .btn-check-tama {
    font-size: 18px;
    height: 34px;
    width: 127px;
    background-size: 15px;
    background-position: 102px 10px;
    text-align: left;
  }
  .btn-find-partner {
    font-size: 17px;
    height: 34px;
    width: 127px;
    background-size: 15px;
    background-position: 102px 10px;
    text-align: left;
  }
  .btn-search {
    border: 6px solid;
    border-top-left-radius: 6px;
  }
  .form-search {
    font-size: 12px;
    height: 32px;
    border-top-right-radius: 7px !important;
    border-bottom-right-radius: 7px !important;
  }
  .search-wrapp .btn-submit {
    font-size: 17px;
    line-height: 0;
    width: 71px;
    height: 9px;
    border-radius: 4px;
  }
  .btn-search:after {
    top: 14px;
    left: -57px;
    background-size: 88px 18px;
  }
}

.carousel {
  margin-top: 80px;
}

.carousel-inner .item img {
  margin: 0 auto;
}

.carousel-indicators {
  width: 100%;
  margin-right: -55%;
}
/* .form-group.phone{
  display: inline-block;
}
.form-group.phone.prefix{
  display: inline-block;
} */

.form-group.phone, .form-group.name {
   width: calc(50% - 8px);
   display: inline-block;
}
/* .selectpicker {
    width: 109%;
    height: 43px;
    border-radius: 5px;
    color: #7c7d7d;
    background-color: #fff;
} */
.form-group.name {
  margin-left: 15px;
  float: right;
}

.project-example {
  cursor: pointer;
}

.partner .partner-title {
  font-size: 16px;
  color: #128BC1;
  font-weight: 600;
  margin-bottom: 41px;
}

.row.partner-header {
  /*border-bottom: 2px solid #064366;*/
  padding-bottom: 20px;
  margin-right: 15px;
  margin-left: 0;
}

.row.partner-header>* {
  padding: 0;
}

.row.partner {
  margin: 20px 0 15px 0;
}

.partner-btns button, .partner-btns label, #partners-basket-form input[type="reset"], #partners-basket-form input[type="submit"] {
  width: 100%;
  height: 40px;
  border: none;
  border-radius: 3px;
  color: #ffffff;
}

label.btn-partner {
  cursor: pointer;
  font-weight: normal;
  line-height: 40px;
  text-align: center;
}

.partner-btns input[type="checkbox"] {}

input:focus+label.btn-partner {
  /*outline: 1px solid red;*/
}

input:checked+label.btn-partner {
  outline: 10px solid red !important;
}

input#subject{
    font-weight: bold;
}
.btn-project {
  background: #128ac1;
}

.partner-details {
  padding: 0;
}

.partner-details div:nth-child(2) {
  padding-right: 0;
}

.partner-details div:nth-child(3) {
  padding-left: 0;
}

.col-right {
  padding-left: 35px;
}

.col-left {
  padding-right: 35px;
}

.partner-logo img {
  min-height: 104px;
  min-width: 104px;
}

.not-res {
  padding: 35px;
  font-size: 24px;
}

.partners-search {
  margin-top: 50px;
}

.partners-search .partners-first-letter {
  text-align: center;
}

#who-are-we .search-form-box {
  margin-top: 50px;
}

#who-are-we.faq {
  padding-top: 120px;
}

#who-are-we.partners {
  padding-top: 20px;
}

.blue-bg {
  background-color: #128ac1;
}

.white {
  color: #fff;
}

#who-are-we #map-canvas .gm-style>div>div:nth-child(3)>div:nth-child(4)>div:nth-child(2) {
  width: 320px !important;
}

.marker.project-image {
  height: 180px;
  background-size: cover !important;
  position: relative;
}

.marker.project-name {
  background: #074367;
  border-top: 1px solid white;
  color: white;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 0 25px;
}

.marker.city_address {
  font-size: 18px;
  font-weight: bold;
  color: #128ac1;
}

.marker .title, .marker .value {
  display: inline-block;
  font-size: 14px;
}

.marker .value {
  color: #128ac1;
  font-weight: bold;
}

.faq .project_info .title {
  margin-bottom: 0;
}

.marker.partner-image {
  max-width: 60px;
  max-height: 60px;
  bottom: 0;
  right: 0;
  position: absolute;
}

#who-are-we .map-row {
  margin: 0;
}


/*
#who-are-we .row, #who-are-we .container{
    padding: 0;
    margin: 0;
}*/

.map-expanded {
  display: none;
  position: fixed;
  top: 128px;
  left: 0;
  width: 100%;
  height: 100%;
  height: calc(100% - 128px);
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 50000;
  text-align: center;
}

#expand-map {
  cursor: pointer;
}

.map-expanded-close {
  display: block;
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 9000;
  font-size: 40px;
  color: #fff;
}

#partners-basket-form {
  left: 0;
  position: fixed;
  top: 140px;
  transform: translate3d(-360px, 0, 0);
  transition: transform 0.4s ease;
  z-index: 10000;
}

#partners-basket-form.showall {
  transform: translate3d(0, 0, 0);
}

#partners-basket-form.hideall {
  transform: translate3d(calc(-100% + 23px), 0, 0);
}

#partners-basket-form fieldset, #partners-basket-thank-you {
  background: #128ac1 url('../images/patterns/pattern-1.png') 0 0 repeat;
  border-bottom-right-radius: 5px;
  margin: 10px 23px 10px 0;
}

#partners-basket-form .partners-basket-step:nth-child(1) {
  float: right;
  padding: 4px;
  width: 89px;
}

#partners-basket-form .partners-basket-step:nth-child(2) {
  float: left;
  margin: 10px 0;
  max-width: calc(100% - 100px);
  padding: 0 20px;
  width: 360px;
}

#partners-basket-form h3 {
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
}

#partners-basket-form ul {
  list-style-type: none;
  margin: 5px 0 0;
  padding: 0;
}

#partners-basket-form li.partner-basket {
  margin-bottom: 5px;
  position: relative;
}

#partners-basket-form .taken-slot, #partners-basket-form .empty-slot {
  background-color: #fff;
  border-radius: 2px;
  display: inline-block;
  font-weight: normal;
  line-height: 81px;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
}

#partners-basket-form a.empty-slot {
  color: #064366;
  text-decoration: none;
}

#partners-basket-form li.partner-basket img {
  border-radius: 2px;
  width: 100%;
}

#partners-basket-form .btn-reset {
  appearance: none;
  background-color: rgba(255, 255, 255, 0.5);
  border-width: 0;
  bottom: 0;
  display: none;
  font-size: 200%;
  font-weight: bold;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

#partners-basket-form li:hover .btn-reset {
  display: block;
}

#basket-continue {
  background-color: #FFA73A;
  font-weight: bold;
  padding: 0 10px;
  white-space: normal;
  width: 100%;
}

#basket-continue:hover, #basket-continue:focus {
  background-color: #ff8e20;
}

.showall #basket-continue {
  background-color: #2A5F7C;
}

#partners-basket-form .form-group.phone, #partners-basket-form .form-group.name {
  display: block;
  width: 100%;
}

#partners-basket-form .form-control {
  height: 38px;
}

#partners-basket-form p {
  color: #fff;
  margin-bottom: 0px;
}

#partners-basket-form a {
  color: #fff;
  text-decoration: underline;
}

#partners-basket-form input[type="reset"] {
  height: 26px;
}

#partners-basket-form input[type="reset"]:hover, #partners-basket-form input[type="reset"]:focus {
  background-color: #2A5F7C;
}

#partners-basket-form input[type="submit"] {
  background-color: #FFA73A;
  color: #fff;
  font-weight: bold;
  height: auto;
  padding: 22px 16px;
}

#partners-basket-thank-you {
  padding: 4px;
  text-align: center;
  width: 449px;
}

#partners-basket-thank-you p {
  font-size: 160%;
  font-weight: bold;
  margin-top: 50px;
}

#toggle-basket {
  background-color: #158ABF;
  border-width: 0;
  height: 35px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: -18px;
  width: 23px;
}

.hideall #toggle-basket {
  transform: rotate(180deg);
}

@media (max-width: 767px) {
  #partners-basket-form {
    top: 100px;
    transform: translate3d(calc(112px - 100%), 0, 0);
  }
}

.autocomplete-suggestions .autocomplete-suggestion {
  background: #fff url('/assets/img/logo_for_map.png') calc(100% - .6em) 50% no-repeat;
  background-size: 1em;
  border-bottom: 1px solid #EBEBEB;
  padding: .3em calc(.6em + 30px) .3em .6em;
  text-align: right;
}

.query-suggestions {
  background-color: #fff;
  list-style-type: none;
  padding: 0;
  position: absolute;
  width: 73%;
  z-index: 1;
}

.query-suggestions a {
  color: #000;
  display: block;
  padding: 5px 15px;
  transition: 0s 0s all ease;
}

.query-suggestions a:hover, .query-suggestions a:focus, .query-suggestions a:active {
  background-color: #F5F5F5;
}

.autocomplete-suggestions .autocomplete-suggestion:hover, .autocomplete-suggestions .autocomplete-suggestion.selected {
  background: #F5F5F5 url('/assets/img/logo_for_map.png') calc(100% - .6em) 50% no-repeat;
  background-size: 1em;
}
@media (max-width: 376px) {
  .item img {
    width: 250px;
  }
  .arow {
    top: 35%;
  }
  .arow2 {
    height: 20px;
  }
  /*.carousel-control.left {
    left: 14px;
  }*/
  .form-search {
    font-size: 10px;
    height: 32px;
  }
  .btn-search {
    border: 1px solid #fff;
    border-top-left-radius: 3px;
  }
  .search-wrapp .btn-submit {
    font-size: 14px;
    line-height: 0;
    width: 63px;
    height: 9px;
    border-radius: 4px;
  }
  .btn-search:after {
    top: 20px;
    left: -52px;
    background-size: 88px 18px;
  }
  .main-search {
    padding-left: 38px;
    padding-right: 36px;
  }
  .text-boxs {
    font-size: 8px;
  }
  .cheked-boxes img {
    width: 15px !important;
    height: 15px !important;
  }
  .btn-info-b {
    width: 89px;
    height: 32px;
    font-size: 14px;
  }
}
@media (max-width: 321px) {
  .right .arow {
    left: 5px;
  }

  .item img {
    width: 200px;
  }
  .arow {
    top: 29%;
  }
  .carousel-control.left {
    left: 14px;
  }
  .first-header {
    font-size: 22px;
  }
  .btn-check-tama {
    font-size: 14px;
    height: 28px;
    width: 98px;
    background-size: 15px;
    background-position: 78px 8px;
    text-align: left;
    border-radius: 5px;
  }
  .btn-find-partner {
    font-size: 14px;
    height: 31px;
    width: 98px;
    background-size: 15px;
    background-position: 78px 7px;
    text-align: left;
    border-radius: 5px;
}
  #triangle-check {
    right: 41px;
    top: 30px;
  }
  #triangle-partner {
    right: 160px;
    top: 30px;
  }
  .form-search {
    font-size: 9px;
    height: 25px;
    border-top-right-radius: 7px !important;
    border-bottom-right-radius: 7px !important;
  }
  .main-search {
    padding-left: 19px;
    padding-right: 12px;
  }
  .btn-search:after {
    top: 18px;
    left: -57px;
    background-size: 78px 18px;
  }
}
