#wraper {
	height: 100%;
}

.navbar {
	background: rgba(0,0,0,0.5);
   background: transparent;
   border: 0;
   margin: 0 !important;
   top: 30px;
   z-index:1000;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
  -khtml-border-radius: 0px !important;
}

/* Header */
.navbar-header {
  margin-top: 10px;
  margin-bottom: 10px;
}

.nav .open > a {
  background-color: transparent !important;
}

.header-nav {
  padding-top: 10px;
}

.header-nav > li {
  display: inline-block;
}

.header-nav > li + li {
  margin-left: 15px;
}

.navbar-nav > li > a {
  font-weight: bold;
}

.header-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 14px;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.header-nav > li > a:hover {
  color: #F15151;
}

.header-nav > li > a.btn {
  padding-right: 10px;
  padding-left: 10px;
}

.header-nav > li > a.btn:hover {
	border-color: #FFF !important;
  color: #F15151;
  background-color: #FFF;
}

.navbar-is-affixed .navbar-nav > li > a.btn:hover {
  border-color: #F15151 !important;
  background-color: #F15151 !important;
  color: #fff !important;
}

.header-nav > li > a:hover,
.header-nav > li > a:focus {
  background-color: transparent;
}

.header-nav > .active > a,
.header-nav > .active > a:hover,
.header-nav > .active > a:focus {
  color: #fff;
  border-bottom-color: #fff;
}

.btn-white-stroke {
  color: #ffffff;
  background-color: transparent;
  border-color: #fff;
}
.btn-white-stroke:hover,
.btn-white-stroke:focus,
.btn-white-stroke:active,
.btn-white-stroke.active,
.open > .dropdown-toggle.btn-white-stroke {
  color: #ffffff;
  background-color: transparent;
  border-color: #fff;
}

/* background container */
#hero {
	background-image: url('/assets/new/img/landing-page/cover.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat:no-repeat;

	position: relative;
	height: 700px;
	width: 100%;
	top: 0;
	left: 0;
}

#hero .hero-text {
	font-weight: bold;
  font-size: 50px;
  padding-bottom: 20px;
}

#search_container {
	position: relative;
	color: #fff;
	height: 650px;
}

#search_container .row {
	text-align: center;
}

@media (min-width: 1600px) {
	#search_container .search-inner {
		margin-top: 10%;
	}
}

#search_container .search-inner {
	margin-top: 10%;
}

#search_service {
	margin-right: 10px;
}

#search_city {
	margin-left: 10px;
}

#search_service, #search_city {
	border: none;
	color: #000;
}

#search_service:focus, #search_city:focus {
    outline-color: #F15151;
}


.row {
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
}

.search-service-label {
  margin-right: 10px;
}


/* Footer */

footer {
  color: #999; /* IE8 proofing */
  background: #1f1f1f;
  height: 332px;
  position: absolute;
  width: 100%;
}

.footer-links {
  text-align: left;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links li a {
	color: #FFF;
	text-decoration: none;
}

.footer-links li a:hover {
	color: #F15151;
}

.footer-links li:first-child {
  font-size: 16px;
  margin-bottom: 16px;
  font-weight: bold;
}
.footer-row {
  padding: 30px 0 30px 0;
}
.copyright {
  border-top: 1px solid #999;
  margin: 0 auto;
  padding-top: 9px;
  width: 50%;
  text-align: center;
}
.copyright p {
  margin: 10px;
}
.connect-with-us li {
  margin-right: 10px;
  float: left;
  display: inline;
}

#btn_language {
	width: 150px;
}

.connect-with-us li:first-child {
	/*margin-right: 50px;*/
}

.btn-red,
.btn-red:focus {
  color: #fff;
  font-size: 16px;
  text-shadow: none;
  background-color: #F15151;
  border: 2px solid #F15151;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: 10px;
}

#btn_register,
#btn_register:focus {
  background-color: #F15151;
  border: 2px solid #F15151;
  font-weight: bold;
  font-size: 16px;
}

.btn-red:hover,
#btn_register:hover {
  color: #fff;
  background-color: #F77A7A;
  border-color: #F77A7A;
}

.btn-red:active,
#btn_register:active {
  background-color: #DE0B0B;
}

.language-dropdown .dropdown-menu {
	margin-left: 10px;
}

.language-dropdown a {
	text-align: left;
}

.language-dropdown a .caret-up,
.language-dropdown a .caret {
	float: right;
	margin-top: 9px;
}

.language-dropdown .dropdown-menu li a:hover{
	background-color: transparent;
	color: #F15151
}

.caret-up {
  display: inline-block;
  width: 0px;
  height: 0px;
  margin-left: 2px;
  vertical-align: middle;
  border-top: none;
  border-bottom: 4px solid #FFFFFF;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top-width: 0px;
  border-top-style: dotted;
  content: "";
}

.section-title {
  font-weight: bold;
}
.section-tagline {
  margin-bottom: 70px;
}

#how_it_works_section {
  padding: 40px 0;
}

#how_it_works_section .content-title {
  font-weight: bold;
}

.filter {
  /*background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.5)  ;*/
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.dropdown-menu > li > a:hover{
  background-color: transparent;
  color: #F15151;
}

/* business */

.lead {
    font-size: 16px;
    font-weight: 400;
}

.navbar-default {
  background-color: transparent;
  border: none;
}

#bs-example-navbar-collapse-1 ul li a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 8px;
}

.navbar-default ul li a {
  color: #FFF !important;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 16px;
}

.navbar-default ul li a:hover {
  color: #F15151 !important;
  border-color: #F15151 !important;
}

.navbar-top {
  right: 0px;
  left: 0px;
  z-index: 1030;
}

.navbar {
  margin-bottom: 0;
}

.section-heading {
  font-weight: bold;
}

.intro-header {
  margin-top: -70px;
  padding-bottom: 50px;
  text-align: center;
  position: relative;
  color: #f8f8f8;
  background: url('/assets/new/img/landing-page/business-cover.jpg') no-repeat center center;
  background-size: cover;
}

.intro-filter {
  /*background: rgba(0,0,0,0.5);*/
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.intro-message {
    position: relative;
    padding-top: 15%;
    padding-bottom: 5%;
}

.intro-message > h1 {
    margin: 0;
    font-size: 48px;
    font-weight: bold;
}

.intro-message > p {
  font-size: 20px;
  font-weight: 300;
}

.pos-machines {
  background: #fff url('/assets/new/img/landing-page/pos-machines-bg.png') center center no-repeat;
  -moz-background-size: cover;
  background-size: cover;
}

/*
footer {
    padding: 50px 0;
    background-color: #f8f8f8;
}
*/

p.copyright {
    margin: 15px 0 0;
}

.vertical-center {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.content-section-center {
  padding: 45px 0 0 0;
  border-top: 1px solid #e7e7e7;
}

.content-section-right {
  padding: 50px 0 0 0;
  background-color: #f8f8f8;
  border-top: 1px solid #ddd;
}

.content-section-left {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
}

/* Testimonial Carousel */
.carousel {
  height: 500px;
}
.carousel-caption {
  z-index: 10;
}

.carousel .item {
  height: 500px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}

.testimonials-section {
  background: #888;
  padding: 100px 0;
}
em.testimonial-message {
  font-size: 30px;
}
.testimonial-company {
  display: block;
}

.bottom-form {
    padding: 100px 0;
    color: #393b40;
    background-color: #fff;
}

.spec-img-receipts {
  padding: 0 0 50px;
}

.form-control:focus {
  outline-color: #F15151 !important;
  border-color:  #F15151 !important;
}

.error-form {
  border: 1px solid red;
}

.col-lg-6.col-lg-push-5 {
  text-align: left;
  padding-left: 30px;
}
.col-lg-6.col-lg-push-5.send-receipt-section {
  padding-left: 50px;
}

.navbar-nav.navbar-right .dropdown-menu > li > a {
  color: #777777 !important;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 10px;
}

.navbar-nav.navbar-right .dropdown-menu > li > a:hover {
  color: #F15151 !important;
}


.navbar-is-affixed {
  background-color: #FFF;
  padding-bottom: 10px;
  top: 0px;
  border-bottom: 1px solid #D4D4D4;
}

.navbar-is-affixed .navbar-nav > li > a {
  color: #777777 !important;
  border-color: #777777;
}

.navbar-is-affixed.navbar-business > li > a {
  margin-top: 10px;
}

.navbar-is-affixed .navbar-header {
  margin-top: 0px;
}

.rounded-2 {
  -moz-border-radius: 2px !important;
  -webkit-border-radius: 2px !important;
  border-radius: 2px !important;
  -khtml-border-radius: 2px !important;
}

.navbar .dropdown:hover .dropdown-menu {
    display: block;
 }

.navbar .dropdown-menu::before {
  right: 10px;
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
}

.navbar .dropdown-menu::after {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ffffff;
  position: absolute;
  top: -6px;
  right: 10px;
}

.intro-message .confirm-text {
  margin-top: 10px;
}

.intro-message .confirm-text .confirm-text-content {
  width: 50%;
  margin: 0 auto;
  font-size: 20px;
  background-color: #FFF;
  padding: 10px 0;
}

.intro-message
.confirm-text
.confirm-text-content
span:first-child {
  color: #f15151;
  font-size: 25px;
}

.intro-message
.confirm-text
.confirm-text-content
span:last-child {
  color: #000;
}

#features_container {
  padding: 20px !important;
}

#features_container .row {
  position: relative;
}

#features_container .col-lg-8.col-lg-offset-2 {
  z-index: 30;
  position: absolute;
  top: 30%;
}

 /* media queries */

@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        font-size: 3em;
    }

}


@media (max-width:800px) {
  .search-service-label {
    display: block;
    margin-bottom: 10px;
  }

  #do_search {
    display: block;
    margin: 0 auto;
    margin-top: 15px;
  }
}

@media(max-width:620px) {
  .search-select-city-label {
    display: block;
    margin: 10px 0;
  }

  #search_city {
    margin-left: -2px;
  }
}

@media(max-width:1199px) {
}

@media (min-width:700px) and (max-width:996px) {
  .footer.container .col-md-3.col-lg-2 {
    width: 160px;
    float: left;
  }

  footer {
    height: 335px;
  }
}

@media (min-width:500px) and (max-width:700px) {

  footer {
    height: 365px;
  }

  .footer.container .col-md-3.col-lg-2 {
    float: left;
  }

  .footer.container .company-links,
  .footer.container .business-links,
  .footer.container .services-links {
    width: 135px;
  }

  .footer.container .connect-us-link {
    width: 90px;
  }

  .footer.container .language-dropdown {
    padding-left: 30px;
  }
}

@media (max-width:500px) {
  .footer.container .company-links,
  .footer.container .business-links,
  .footer.container .services-links {
    display: none;
  }

  .footer.container .language-dropdown {
    padding-left: 110px;
  }
}