@font-face {
  font-family: 'brandon_grotesquemedium';
  src: url('../fonts/brandongrotesque-medium-webfont.eot');
  src: url('../fonts/brandongrotesque-medium-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/brandongrotesque-medium-webfont.woff2') format('woff2'), 
       url('../fonts/brandongrotesque-medium-webfont.woff') format('woff'), 
       url('../fonts/brandongrotesque-medium-webfont.ttf') format('truetype'), 
       url('../fonts/brandongrotesque-medium-webfont.svg#brandongrotesque-medium-webfont') format('svg');
}
@font-face {
  font-family: 'brandon_grotesquebold';
  src: url('../fonts/brandongrotesque-bold-webfont.eot');
  src: url('../fonts/brandongrotesque-bold-webfont.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/brandongrotesque-bold-webfont.woff2') format('woff2'), 
       url('../fonts/brandongrotesque-bold-webfont.woff') format('woff'), 
       url('../fonts/brandongrotesque-bold-webfont.ttf') format('truetype'), 
       url('../fonts/brandongrotesque-bold-webfont.svg#brandongrotesque-medium-webfont') format('svg');
}
@font-face {
  font-family: 'brandon_grotesqueregular';
  src: url('../fonts/brandongrotesque-regular-webfont.eot');
  src: url('../fonts/brandongrotesque-regular-webfont.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/brandongrotesque-regular-webfont.woff2') format('woff2'), 
       url('../fonts/brandongrotesque-regular-webfont.woff') format('woff'), 
       url('../fonts/brandongrotesque-regular-webfont.ttf') format('truetype'), 
       url('../fonts/brandongrotesque-regular-webfont.svg#brandongrotesque-regular-webfont') format('svg');
}

/* ANGULAR */
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak,
.ng-hide:not(.ng-hide-animate) {
  display:none !important;
}
body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}
.header {
  background-color: #fff;
}
.header .navbar {
  background: #FFFFFF;
  min-height: 60px;
  margin: 0;
  font-family: "brandon_grotesquemedium";
}
.header .navbar-brand {
  padding: 0px 15px;
  margin-top: 10px;
}
.header .btn-login {
  border-radius: 2px;
  border: 1px solid #3577ee;
  color: #3577ee;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #fff;
  margin: 12px 0;
  padding: 7px 20px;
}
.header .btn-login:hover {
  color: #23527c;
  border-color: #ddd;
}
@media (max-width: 450px) {
  .header .btn-login {
    font-size: 12px;
    margin: 15px 0;
    padding: 5px 17px;
  }
}
.main-banner {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100vh - 62px);
}
.banner-content {
  display: table;
  width: 100%;
}
.backGroundImg{
    width: 100%;
    height: 100vh;
}
/**** bck img****/
.bckSlide1{
background-image: url('../img/pictures/16.jpg');
    transition: background 1s linear;
}
.bckSlide2{
background-image: url("../img/pictures/6.jpg");
    transition: background 1s linear;
}
.bckSlide3{
background-image: url("../img/pictures/95.jpg");
    transition: background 1s linear;
}
.bckSlide4{
background-image: url("../img/pictures/black-and-white-city-man-people.jpg");
    transition: background 1s linear;
}
.bckSlide5{
background-image: url("../img/pictures/crew-88128.jpg");
    transition: background 1s linear;
}
.bckSlide6{
background-image: url("../img/pictures/hands-people-woman-meeting.jpg");
    transition: background 1s linear;
}
.bckSlide7{
background-image: url("../img/pictures/people-office-group-team.jpg");
    transition: background 1s linear;
}
.bckSlide8{
background-image: url("../img/pictures/pexels-photo-165907.jpg");
    transition: background 1s linear;
}
.bckSlide9{
background-image: url("../img/pictures/pexels-photo-200303.jpg");
    transition: background 1s linear;
}
.bckSlide10{
background-image: url("../img/pictures/pexels-photo-243140.jpg");
    transition: background 1s linear;
}
.bckSlide11{
background-image: url("../img/pictures/pexels-photo.jpg");
    transition: background 1s linear;
}
.bckSlide12{
background-image: url("../img/pictures/space-desk-workspace-coworking.jpg");
    transition: background 1s linear;
}
.bckSlide13{
background-image: url("../img/pictures/woman-hand-desk-office.jpg");
    transition: background 1s linear;
}
.bckSlide14{
background-image: url("../img/pictures/woman-hand-desk-office.jpg");
    transition: background 1s linear;
}
#preload{
	display:none;
}
.main-banner.search-wrap .banner-content {
  height: calc(100vh - 62px);
}
.content-align {
  display: table-cell;
  vertical-align: middle;
}
.banner-title {
  letter-spacing: 5px;
  margin: 0;
  color: #fff;
  font-size: 46px;
  font-family: brandon_grotesquemedium;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: 500;
}
@media (max-width: 767px) {
  .banner-title {
    font-size: 36px;
  }
}
.banner-subtitle {
  margin: 0 0 30px;
  color: #fff;
  font-family: Open Sans,sans-serif;
  font-weight: 300;
  font-style: normal;
  opacity: .5;
  font-size: 24px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .banner-subtitle {
    font-size: 22px;
  }
}

.input-wrap {
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .input-wrap {
    padding: 0 10px;
  }
}
.banner-input {
  display: inline-block;
      vertical-align: middle;
}
@media (max-width: 767px) {
  .banner-input {
    display: block;
    margin-bottom: 10px;
  }
}
.banner-input .input-group {
  background-color: #fff;
  width: 679px;
  margin: 0 auto;
  box-shadow: -5px 14px 50px -12px rgba(0,0,0,.35);
  border-radius: 5px;
}
@media (max-width: 992px) {
  .banner-input .input-group {
    width: 550px;
  }
}
@media (max-width: 767px) {
  .banner-input .input-group {
    width: 100%;
  }
}
.input-group-lg>.custom-typeahead>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
  height: 56px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  background-color: #fff;
}

.input-group-addon:first-child {
  border: none;
  padding-right: 0;
}
.input-group-addon svg {
  height: 30px;
  width: 26px;
  fill: #b4bdc7;
  vertical-align: middle;
}
.input-group-lg>.custom-typeahead>.form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  padding-left: 20px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
@media (max-width: 767px) {
  .input-group-lg>.custom-typeahead>.form-control {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
}
.input-wrap .banner-btn {
  position: relative;
  height: 56px;
  padding: 10px 20px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.42857143;
  background-color: #ff6000;
  color: #fff;
  border: none;
  border-radius: 0px 5px 5px 0px;
  /* fix weird bootstrap button positioning */
  right: 5px;
}
@media (max-width: 767px) {
  .input-wrap .banner-btn {
    border-radius: 5px;
    width: 100%;
    right: 0;
  }
}
.input-wrap .banner-btn i {
    font-size: 21px;
    margin-right: 10px;
}
.input-wrap .banner-btn:focus {
  outline: none;
}
.custom-typeahead .dropdown-menu {
  border-radius: 0;
  padding: 0;
  margin-top: 0;
  width: calc(100% - 41px);
  font-size: 14px;
  border-top: none;
  max-height: 208px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .custom-typeahead .dropdown-menu {
    width: 100%;
    left: 0!important;
    top: 53px!important;
    border: none!important;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }
}
.custom-typeahead .dropdown-menu .uib-typeahead-match.ng-scope.active a {
  color: #333;
  background-color: #fff;
  outline: 0;
}
.custom-typeahead .dropdown-menu .uib-typeahead-match.ng-scope a strong {
  color: #3274ee;
}

.show-error {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  margin: 20px auto 0 auto;
}
.show-error .error {
  font-family: 'Open Sans';
  color: red;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.register-banner {
  position: absolute;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity:0;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -5;
  animation-name: fadeIn;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  animation-duration: 0.5s;
  animation-fill-mode:forwards;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.register-banner .overlay {
  position: absolute;
  height: 100vh - 62px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -3;
  background-color: rgba(51,51,51,0.5);
}
.register-content {
  position: absolute;
  display: table;
  left: calc(50% - 320px);
  height: calc(100vh - 62px);
  top: 0px;
}
@media (max-width: 650px) {
  .register-content {
    left: 0;
    right: 0;
    width: 100%;
  }
}
.register-step {
  background-color: #fff;
  border: 1px solid #c5cfd6;
  border-radius: 5px;
  width: 640px;
  max-width: 100%;
  -webkit-box-shadow: 0px 15px 30px -15px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 15px 30px -15px rgba(0,0,0,0.75);
  box-shadow: 0px 15px 30px -15px rgba(0,0,0,0.75);
}
@media (max-width: 650px) {
  .register-step {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 450px) {
  .register-step {
    width: 100%;
    min-height: 100vh;
    border-radius: 0;
  }
}
.step-title {
  background-color: #f1f3f8;
  padding: 25px 0;
}

.step-title h2 {
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  color: #333;
  margin: 0;
  font-family: brandon_grotesquemedium;
}
.step-content {
  margin-left: auto;
  margin-right: auto;
  width: 86%;
  padding-top: 40px;
  padding-bottom: 20px;
}
@media (max-width: 450px) {
  .step-content {
    width: 96%;
    padding-top: 10px;
  }
  .autosuggest .step-content {
    padding-top: 80px;
  }
  .step-content .row {
    margin: 0;
  }
  .step-content .row .col-xs-12 {
    padding: 0;
  }
  .autosuggest .step-content .input-group {
    width: 100%;
  }
  .autosuggest .step-content .input-group .form-control {
    font-size: 14px;
  }
  .autosuggest .step-content .input-group .input-group-addon {
    display: none;
  }

  .autosuggest .step-content .dropdown-menu>li>a {
    white-space: normal;
  }
  .step-content .slider-ui {
    margin-top: 80px;
  }
}
.step-content .range-text {
  text-align: left;
    color: #000;
    font-weight: 600;
    margin-bottom: 0;
}
.selection-box {
  height: 67px;
  padding: 12px 0;
  margin: 10px auto;
  max-width: 550px;
  text-align: left;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #c5cfd6;
  cursor: pointer;
  font-weight: 400;
  font-family: 'Open Sans';
  transition: all .07s ease-in-out 0s;
}
.selection-box:hover {
  border-color: #3073ed;
  transition: all .07s ease-in-out 0s;
}
.selection-box.selected {
  border-color: #7be844;
}
.selection-box .icon {
  display: inline-block;
  border-radius: 40px;
  position: relative;
  height: 40px;
  line-height: 36px;
  width: 40px;
  margin-left: 20px;
  text-align: center;
  background: #f1f3f8;
}
@media (max-width: 450px) {
  .selection-box .icon {
    width: 40px;
    margin-left: 10px;
    top: 5px;
  }
}
.selection-box.selected .icon {
  background: #7be844;
}
.selection-box .icon img {
  position: absolute;
  height: 26px;
  width: 26px;
  top: 7px;
  right: 7px;
}
.selection-box-label {
  line-height: 40px;
  display: inline-block;
  margin-left: 10px;
  vertical-align: top;
  font-family: 'Open Sans';
  font-size: 17px;
}
@media (max-width: 450px) {
  .selection-box-label {
    font-size: 14px;
  }
}
.step-content .input-group {
  border: 1px solid #d9dfe3;
  border-radius: 5px;
}
.step-content .input-group .input-group-addon img {
  width: 31px;
}
.step-content .input-group .form-control {
  color: #333;
}
.step-content .input-group .custom-typeahead .dropdown-menu {
  width: 100%;
  border: 1px solid #d9dfe3;
  border-top: none;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  left: 0px!important;
  box-shadow: none;
  max-height: 208px;
  overflow: hidden;
}
.register-step.finalize .input-group-addon {
  font-size: 25px;
  padding-right: 0;
  fill: #b4bdc7;
  color: #99a2c2;
}
.register-step.finalize .form-control {
  height: 56px;
  border: none;
}
.register-step.finalize .form-control:focus {
  outline: none;
  box-shadow: none;
}
.register-step.finalize p {
  margin-bottom: 20px;
}
.register-step.finalize .login-btn {
  position: relative;
  font-family: 'brandon_grotesqueregular';
  font-size: 18px;
  padding: 12px 20px 12px 44px;
  color: #fff;
  background-color: #3b5998;
  text-align: left;
  border: none;
  margin-bottom: 20px;
}
.register-step.finalize .login-btn:focus,
.register-step.finalize .login-btn:active {
  outline: none;
  box-shadow: none;
}
.register-step.finalize .login-btn i {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  line-height: 49px;
  width: 45px;
  font-size: 1.6em;
  text-align: center;
}
.finalize .sign-warn {
  font-size: 12px;
  margin-bottom: 10px;
}
@media (max-width: 450px) {
  .register-step.finalize .step-content {
    padding-top: 80px;
  }
  .register-step.finalize .input-group.input-group-lg .input-group-addon {
    display: none;
  }
  .register-step.finalize .input-group.input-group-lg {
    width: 100%;
  }
  .register-step.finalize .input-group .form-control {
    font-size: 14px;
  }
}
#no-target {
  display: none;
}
.action-btn {
  background-color: #3073ed;
  padding: 15px 30px;
  border-color: #3073ed;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  letter-spacing: .5px;
  border-radius: 3px;
  margin-bottom: 30px;
  font-family: 'Open Sans';
  transition: all .07s ease-in-out 0s;
  width: 36%;
}
.action-btn:focus, .action-btn:hover {
  color: #fff;
  text-decoration: none;
}
.register-step.finalize .action-btn,
.register-step.autosuggest .action-btn {
  margin-top: 30px;
}
/* RANGE SLIDER */
.rzslider {
  margin: 25px 0 70px 0;
}
.rzslider .rz-bubble.rz-limit {
  color: #55637d;
  bottom: 0px;
  top: 20px;
  font-size: 14px;
}
.rzslider .rz-bar {
  height: 5px;
  background: #d8e0f3;
  border-radius: 5px;
}

.rzslider .rz-selection {
  background: #3177ef;
  border-radius: 5px;
}
.rzslider .rz-pointer::after {
  display: none;
}
.rzslider .rz-pointer {
  top: -5px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid #bac5ce;
}
.rzslider .rz-pointer:focus {
  outline: none;
}
.slider-ui .rzslider {
  width: 80%;
}
.slider-ui .rzslider .rz-pointer {
  top: -11px;
  width: 26px;
  height: 26px;
  background-color: #fff;
  border-radius: 16px;
  border: 2px solid #3073ed;
}
.slider-ui .rzslider .rz-pointer::after {
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  width: 10px;
  height: 10px;
  background: #3073ed;
  border-radius: 6px;
  content: '';
}
.slider-ui .rzslider .rz-bubble {
  bottom: 0;
  top: 26px;
  padding: 0;
  color: #FFFFFF;
  background: #1e3049;
  cursor: default;
  font-size: 17px;
  border-radius: 4px;
  height: 30px;
  width: 120px;
  line-height: 30px;
  text-align: center;
}
@media (max-width: 450px) {
  .slider-ui .rzslider .rz-bubble {
    width: 90px;
    font-size: 14px;
  }
}
.slider-ui .rzslider .rz-bubble::after {
 content: '';
 position: absolute;
 border-style: solid;
 border-width: 0 8px 6px;
 border-color: #1e3049 transparent;
 display: block;
 width: 0;
 z-index: 1;
 top: -6px;
 left: 52px;
}
@media (max-width: 450px) {
  .slider-ui .rzslider .rz-bubble::after {
    left: 37px;
  }
}
/* FOOTER */
.footer {
  padding: 30px 0;
  background-color: #f0f2f4;
  font-size: 14px;
}
.footer h6 {
  font-size: 14px;
  line-height: 1.3;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 600;
}
.blue-text {
  color: #333c4e;
}
.footer .footer-nav ul {
  padding: 0;
  margin-top: 0;
  margin-bottom: 10px;
}
.footer .footer-nav ul>li {
  padding: 8px 0;
  list-style: none;
}
.footer .footer-nav ul>li>a {
  color: #3174ee;
  list-style: outside none none;
  margin: 0;
  padding: 8px 0;
}
.footer .footer-nav ul>li>a:hover {
  text-decoration: none;
}

.footer .footer-nav .social-icons>li {
  display: inline-block;
  font-size: 20px;
  margin-right: 20px;
  margin-top: 20px;
  padding: 0;
}
.footer .footer-nav .social-icons>li a {
  color: #c1c6cc;
}
.footer .footer-nav .social-icons>li a:hover .fa-facebook {
  color: #244e9a;
}
.footer .footer-nav .social-icons>li a:hover .fa-google-plus {
  color: #e51225;
}
.footer .footer-nav .social-icons>li a:hover .fa-twitter {
  color: #29aae3;
}
.footer .footer-logo img {
  margin-bottom: 34px;
  max-width: 100%;
}
.support-email {
  color: #3174ee;
  font-size: 13px;
  font-weight: 700;
}
.footer .footer-logo p {
  margin-bottom: 18px;
}
.login_btn{
  display:none;
}
/* Animation */
.slide {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index:200;	
}
.slide.ng-enter,
.slide.ng-leave {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.slide.ng-enter {
    left: 100%;
}
.slide.ng-enter-active {
    left: 0;
}
.slide.ng-leave {
    left: 0;
}
.slide.ng-leave-active {
    left: -100%;
}
.reverse-slide {
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index:200;
    left: auto !important; 	
}

.reverse-slide.ng-enter {
    right: 100%;
}
.reverse-slide.ng-enter-active {
    right: 0;
}
.reverse-slide.ng-leave {
    right: 0;
}
.reverse-slide.ng-leave-active {
    right: -100%;
}

.slide-1.ng-enter
{
    -webkit-transition: none;
    transition: none;
}
.slide-1.ng-enter {
    left: 0;
}
.slide-1.ng-enter-active {
    left: 0;
}
.slide-1.ng-leave {
    left: 0;
}
.slide-1.ng-leave-active {
    left: -100%;
}
