.index {
  width: 100%;
  height: 100%;
}
.index-header {
  min-height: 100%;
}
body {
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #777;
  overflow-x: hidden;
}
p {
  font-size: 16px;
}
p.small {
  font-size: 14px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  color: #18BC9C;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
hr.star-light,
hr.star-primary, hr.star-house, hr.star-ok, hr.star-heart, hr.star-meet {
  padding: 0;
  border: none;
  border-top: solid 5px;
  text-align: center;
  max-width: 250px;
  margin: 25px auto 30px;
}
hr.star-light:after,
hr.star-primary:after {
  content: "\f005";
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  top: -0.8em;
  font-size: 2em;
  padding: 0 0.25em;
}
hr.star-light {
  border-color: white;
}
hr.star-light:after {
  background-color: #18BC9C;
  color: white;
}
hr.star-primary {
  border-color: #5a7a9b;
}
hr.star-primary:after {
  background-color: white;
  color: #5a7a9b;
}
.img-centered {
  margin: 0 auto;
}
header {
  background: linear-gradient(rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.3)), url('../img/interior.jpg') no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  /*background: #18BC9C;*/
  color: white;
  margin-bottom: 15px;
}
header.header-room {
  /*background: url('../img/woman-smile.jpeg') no-repeat center 50% scroll;*/
  background: url('../img/bedroom.jpg') no-repeat center 52% scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  /*background: #18BC9C;*/
  color: white;
  margin-bottom: 15px;
}
header.header-lightroom {
  background: url('../img/clean-home.jpeg') no-repeat center 82% scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  /*background: #18BC9C;*/
  color: white;
  margin-bottom: 15px;
}
header.header-smile {
  background: url('../img/woman-smile.jpeg') no-repeat center 50% scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  /*background: #18BC9C;*/
  color: white;
  margin-bottom: 15px;
}
header .container {
  padding-top: 100px;
  padding-bottom: 50px;
}
header img {
  display: block;
  margin: 0 auto 20px;
}
header .intro-text .name {
  display: block;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2em;
  color: #ffffff;
  text-shadow: 1px 1px 1px #000, -1px -1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000;
  /*text-shadow: 2px 2px 2px #d5f9c0, -2px -2px 2px #d5f9c0, -2px 2px 2px #d5f9c0, 2px -2px 2px #d5f9c0;*/
  /*text-shadow: 2px 2px 1px #fff, -2px -2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff;*/
}
header .intro-text h2 {
  font-size: 2.4em;
  font-weight: 700;
  text-shadow: 1px 1px 1px #000, -1px -1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000;
  /*text-shadow: 2px 2px 2px green, -2px -2px 2px green, -2px 2px 2px green, 2px -2px 2px green;*/
  /*text-shadow: 2px 2px 2px #000, -2px -2px 2px #000, -2px 2px 2px #000, 2px -2px 2px #000;*/
}
#main-h1 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
#first-h2 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
#second-h2 {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
  padding-top: 15%;
}
#third-h2 {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
#main-logo {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
header.header-room h1, header.header-room h2, header.header-room img {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
header.header-lightroom h1, header.header-lightroom h2, header.header-lightroom img {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
header.header-smile h1, header.header-smile h2, header.header-smile img {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.with-shadow {
  text-shadow: 1px 1px 1px #000, -1px -1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000;
}
@media (min-width: 768px) {
  header .container {
    /*padding-top: 200px;
    padding-bottom: 100px;*/
    padding-top: 180px;
    padding-bottom: 80px;
  }
  header .intro-text .name {
    font-size: 4.75em;
  }
  header .intro-text .skills {
    font-size: 1.75em;
  }
}
.navbar-custom {
  background: rgba(0, 0, 0, 0.5);
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  /*text-transform: uppercase;*/
  font-weight: 400;
  border: none;
}
.navbar-custom a:focus {
  outline: none;
}
.navbar-custom .navbar-brand {
  color: white;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: white;
}
.navbar-custom .navbar-nav {
  letter-spacing: 1px;
}
.navbar-custom .navbar-nav li a {
  color: white;
  font-size: 17px;
  padding-left: 12px;
  padding-right: 12px;
  /*text-shadow: 1px 1px 1px #000, -1px -1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000;*/
}
.nav.navbar-nav.navbar-right li a {
  color: #dae884;
}
.navbar-custom .navbar-nav li a:hover {
  color: #03a9f4;
  outline: none;
}
.navbar-custom .navbar-nav.navbar-right li a:hover {
  color: #03a9f4;
  outline: none;
}
.navbar-custom .navbar-nav li a.current-nav-item {
  color: #03a9f4;
  outline: none;
}
.navbar-custom .navbar-nav li a:focus,
.navbar-custom .navbar-nav li a:active {
  color: white;
}
.navbar-custom .navbar-nav li.active a {
  color: white;
  background: #18BC9C;
}
.navbar-custom .navbar-nav li.active a:hover,
.navbar-custom .navbar-nav li.active a:focus,
.navbar-custom .navbar-nav li.active a:active {
  color: white;
  background: #18BC9C;
}
.navbar-custom .navbar-toggle {
  color: white;
  text-transform: uppercase;
  font-size: 10px;
  border-color: white;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #18BC9C;
  color: white;
  border-color: #18BC9C;
}
@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
    #flat-rate {
      padding-top: 30px;
    }
}
@media (min-width: 768px) {
  .navbar-custom {
    padding: 25px 0;
    -webkit-transition: padding 0.3s, background 0.3s;
    -moz-transition: padding 0.3s, background 0.3s;
    transition: padding 0.3s, background 0.3s;
  }
  .navbar-custom .navbar-brand {
    font-size: 28px;
    /*text-shadow: 1px 1px 1px #000, -1px -1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000;*/
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-custom.affix {
    padding: 10px 0;
    background: #f2f2f2 none repeat scroll 0 0;
    border-bottom: 3px solid #ff8300;
  }
  .navbar-custom.affix .navbar-brand {
    /*font-size: 2.2em;*/
    /*text-shadow: none;*/
    color: #ff8300;
  }
  .navbar-custom .navbar-toggle {
    background-color: #18bc9c;
    border-color: #18bc9c;
    color: white;
  }
  .navbar-custom.affix .navbar-nav li a {
    /*text-shadow: none;*/
    color: #ff8300;
  }
  .navbar-custom.affix .navbar-nav.navbar-right li a {
    color: #888;
  }
  .navbar-custom.affix .navbar-nav li a:hover {
    color: #03a9f4;
  }
  .navbar-custom.affix .navbar-nav li a.current-nav-item {
    color: #03a9f4;
  }
}
section {
  padding: 30px 0;
}
/* Info boxes */
.box {
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding: 10px 25px;
    text-align: center;
    display: block;
    margin-top: 52px;
}
.box-icon {
    background-color: #57a544;
    border-radius: 50%;
    display: table;
    height: 100px;
    margin: 0 auto;
    width: 100px;
    margin-top: -61px;
}
.box-icon span {
    color: #fff;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.info h2 {
    font-size: 26px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 10px 0;
}
.info > p {
    color: #717171;
    font-size: 16px;
    padding-top: 10px;
    text-align: center;
}
.info > a {
    background-color: #03a9f4;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    color: #fff;
    transition: all 0.5s ease 0s;
}
.info > a:hover {
    background-color: #0288d1;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
    color: #fff;
    transition: all 0.5s ease 0s;
}
.make-even {
  letter-spacing: 0.08px;
}
/* End Info Boxes */
section h2 {
  margin: 0 0 40px 0;
  font-size: 2em;
  color: inherit;
  /*color: #5a7a9b;*/
}
section h2.more-padding {
  padding-bottom: 30px;
  padding-top: 20px;
}
section#about h2 {
  color: #ffffff;
}
section.success {
  background: #57a544;
  color: white;
}
@media (max-width: 767px) {
  section {
    padding: 30px 0;
  }
  section.first {
    padding-top: 75px;
  }
  .navbar-custom {
    background: #f2f2f2;
    border-bottom: 2px solid #ff8300;
  }
  .navbar-custom .navbar-brand {
    color: #ff8300;
  }
  .navbar-custom .navbar-toggle {
    background-color: #18bc9c;
    border-color: #18bc9c;
    color: white;
  }
  .navbar-custom .navbar-nav li a {
    color: #ff8300;
  }
  .navbar-custom .navbar-nav.navbar-right li a {
    color: #888;
  }
  .navbar-custom .navbar-nav li a:hover {
    color: #03a9f4;
  }
  .navbar-custom .navbar-nav li a.current-nav-item {
    color: #03a9f4;
  }
  #service-table h1 {
    background: #ff8300 none repeat scroll 0 0;
    color: blue;
    font-size: 16px !important;
    margin: 0;
    padding: 20px 0;
  }
  #meet-greet img {
    margin-bottom: 10px;
  }
  .footer-col > .row {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
#portfolio .portfolio-item {
  margin: 0 0 15px;
  right: 0;
}
#portfolio .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .caption {
  background: rgba(24, 188, 156, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#portfolio .portfolio-item .portfolio-link .caption:hover {
  opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: white;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
  margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
  margin: 0;
}
#portfolio * {
  z-index: 2;
}
@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}
.floating-label-form-group {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #eeeeee;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: none;
  border-radius: 0;
  font-size: 1.5em;
  background: none;
  box-shadow: none !important;
  resize: none;
}
.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.3s ease,opacity 0.3s ease;
  -moz-transition: top 0.3s ease,opacity 0.3s ease;
  -ms-transition: top 0.3s ease,opacity 0.3s ease;
  transition: top 0.3s ease,opacity 0.3s ease;
}
.floating-label-form-group:not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #eeeeee;
}
.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}
.floating-label-form-group-with-focus label {
  color: #18BC9C;
}
form .row:first-child .floating-label-form-group {
  border-top: 1px solid #eeeeee;
}
footer {
  color: white;
}
footer h3 {
  margin-bottom: 30px;
}
footer .footer-above {
  padding-top: 50px;
  background-color: #2C3E50;
}
footer .footer-col {
  margin-bottom: 50px;
}
footer .footer-below {
  padding: 25px 0;
  background-color: #233140;
}
.btn-outline {
  color: white;
  font-size: 20px;
  border: solid 2px white;
  background: transparent;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  color: #18BC9C;
  background: white;
  border: solid 2px white;
}
.btn-primary {
  color: white;
  background-color: #2C3E50;
  border-color: #2C3E50;
  font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #1a242f;
  border-color: #161f29;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #2C3E50;
  border-color: #2C3E50;
}
.btn-primary .badge {
  color: #2C3E50;
  background-color: white;
}
.btn-success {
  color: white;
  background-color: #37a51c;
  border-color: #37a51c;
  font-weight: 700;
  font-size: 26px;
  margin-top: 30px;
  transition: background-color 0.3s, border-color 0.3s;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: white;
  background-color: #57a544;
  border-color: #57a544;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #18BC9C;
  border-color: #18BC9C;
}
.btn-success .badge {
  color: #18BC9C;
  background-color: white;
}
.btn-social {
  display: inline-block;
  height: 50px;
  width: 50px;
  border: 2px solid white;
  border-radius: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 45px;
}
.btn:focus,
.btn:active,
.btn.active {
  outline: none;
}
.scroll-top {
  position: fixed;
  right: 2%;
  bottom: 2%;
  width: 50px;
  height: 50px;
  z-index: 1049;
}
.scroll-top .btn {
  font-size: 20px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  line-height: 28px;
}
.scroll-top .btn:focus {
  outline: none;
}
.portfolio-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
}
.portfolio-modal .modal-content h2 {
  margin: 0;
  font-size: 3em;
}
.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}
.portfolio-modal .modal-content .item-details {
  margin: 30px 0;
}
.portfolio-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: #2C3E50;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: #2C3E50;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.portfolio-modal .modal-backdrop {
  opacity: 0;
  display: none;
}

/* DEJAN */
.service-box {
  margin-top: 10px;
}
.service-number {
  /*border-bottom: 5px inset #FF8300;
  border-radius: 50%;
  border-top: 5px inset rgba(0, 0, 255, 0.2);
  height: 120px;
  margin: 0 auto;
  width: 120px;*/
}
.service-number p {
  margin: 0;
  /*vertical-align: middle;
  display: block;*/
}
.service-number span {
  /*display: block;*/
  font-size: 1.7em;
  /*position: relative;
  top: 10px;*/
}
/*.routine-price {
  margin-bottom: 0;
}*/
.routine-price {
  margin-bottom: 0;
  position: relative;
  top: 15px;
  color: #009dff;
}
/*.deep-price {
  margin-top: 2px;
}*/
.deep-price {
  margin-bottom: 0;
  margin-top: 0;
  position: relative;
  top: -10px;
  color: #925fcc;
}
.service-box .fa.fa-4x.fa-angle-up {
  color: #009dff;
}
.service-box .fa.fa-4x.fa-angle-down {
  color: #925fcc;
}
.service-box mark {
  background-color: #f7f1d4;
  padding: 0.55em 0.2em 0.2em;
}
.routine-price small, .deep-price small {
  display: block;
  font-size: 14px;
  position: relative;
  top: -5px;
}
hr.star-house {
  border-color: #5a7a9b;
}
hr.star-house:after {
  content: "\f015";
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  top: -0.8em;
  font-size: 2em;
  padding: 0 0.25em;
  background-color: white;
  color: #5a7a9b;
}
hr.star-ok {
  border-color: #5a7a9b;
}
hr.star-ok:after {
  content: "\f00c";
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  top: -0.8em;
  font-size: 2em;
  padding: 0 0.25em;
  background-color: white;
  color: #5a7a9b;
}
hr.star-heart {
  border-color: #ffffff;
}
hr.star-heart:after {
  content: "\f004";
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  top: -0.8em;
  font-size: 2em;
  padding: 0 0.25em;
  background-color: #18BC9C;
  color: #ffffff;
}
hr.star-meet {
  border-color: #5a7a9b;
}
hr.star-meet:after {
  content: "\f2bd";
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  top: -0.8em;
  font-size: 2em;
  padding: 0 0.25em;
  background-color: white;
  color: #5a7a9b;
}
/*Futures table*/
.service-services {
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.service-routine {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.service-deep {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
#service-table h3 {
  background: #ff8300 none repeat scroll 0 0;
  color: #ffffff;
  font-size: 20px;
  margin: 0;
  padding: 20px 0;
}
@media (max-width: 767px) {
  #service-table h1 {
    background: #ff8300 none repeat scroll 0 0;
    color: #ffffff;
    font-size: 14px !important;
    margin: 0;
    padding: 20px 0;
  }
}
.no-padding {
  padding: 0;
}
#service-table ul {
  list-style: outside none none;
  padding: 0;
  text-align: center;
}
#service-table ul li {
  padding: 6px 0;
}
#service-table ul li:nth-child(2n+1) {
  background: rgba(0, 0, 0, 0.09) none repeat scroll 0 0;
}
#service-table ul li:nth-child(2n) {
  background: rgba(0, 0, 0, 0.05) none repeat scroll 0 0;
}
.empty-li {
  padding: 16px 0 !important;
}
.house-part {
  color: rgba(0, 0, 0, 0.75);
  font-weight: 700;
}
#service-table .fa.fa-check {
  color: #2cc14f;
}
#service-table .fa.fa-times {
  color: #BA5340;
}
.service-services ul {
  -webkit-transition: -webkit-transform 0.4s, -ms-transform 0.4s, transform 0.4s;
  -ms-transition: -webkit-transform 0.4s, -ms-transform 0.4s, transform 0.4s;
  transition: -webkit-transform 0.4s, -ms-transform 0.4s, transform 0.4s;
}
.service-routine ul {
  -webkit-transition: -webkit-transform 0.4s, -ms-transform 0.4s, transform 0.4s;
  -ms-transition: -webkit-transform 0.4s, -ms-transform 0.4s, transform 0.4s;
  transition: -webkit-transform 0.4s, -ms-transform 0.4s, transform 0.4s;
}
.service-deep ul {
  -webkit-transition: -webkit-transform 0.4s, -ms-transform 0.4s, transform 0.4s;
  -ms-transition: -webkit-transform 0.4s, -ms-transform 0.4s, transform 0.4s;
  transition: -webkit-transform 0.4s, -ms-transform 0.4s, transform 0.4s;
}
.service-services ul:hover {
  -webkit-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
          transform: translateY(-15px);
}
.service-routine ul:hover {
  -webkit-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
          transform: translateY(-15px);
}
.service-deep ul:hover {
  -webkit-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
          transform: translateY(-15px);
}
/*End Futures table*/
.why-us {
  list-style: outside none none;
  padding: 0;
}
.why-us li {
  font-size: 18px;
  font-weight: 500;
}
.why-us-check i {
  color: #ffffff !important;
  font-size: 8em;
}
.tab-content > .active {
  display: table-cell !important;
  height: 170px;
  vertical-align: middle !important;
  text-align: left;
}
#meet-greet h2 {
  padding-top: 55px;
  margin-top: 10px;
}
#meet-greet img {
  margin-right: 40px;
}
.img-circle.circle-border {
  border: 5px solid rgba(0, 0, 0, 0.3);
  padding: 5px;
}
.small-note {
  font-size: 11px;
  margin-bottom: 0;
}
.tab-pane.active h4 {
  margin-bottom: 5px;
  margin-top: 0;
}
.tab-pane.active p {
  font-size: 16px;
}
.fa.fa-home.big-home {
  font-size: 11em;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  background-color: #57a544;
  color: #fff;
}
.row.add-space {
  margin-top: 25px;
}
.payment-method-list {
  padding: 0 0 0 13px;
  margin-bottom: 0 !important;
}
/*.payment-method-list > li {
  padding: 0 0 5px;
}*/
.payment-method-list > li {
  padding: 0;
}
/*.well {
  margin-bottom: 21px;
}*/
.thumbnail .well {
  font-size: 15px;
  margin-bottom: 21px;
}
.fa.fa-cc-stripe {
  font-size: 7em;
  padding: 13px 0;
  color: #6772E5;
}
.thumbnail .caption {
  color: #777;
  padding: 9px;
}
#accordion {
  text-align: left;
}
#accordion .panel-body {
  font-size: 16px;
}
#contact-info .fa {
  color: #57a544;
}
#contact-info p {
  margin-bottom: 20px;
}
#contact-form legend, #book-now-form legend {
  border: none;
  color: #777;
  font-size: 23px;
  font-weight: 300;
  text-align: center;
}
#book-now-form legend {
  margin-top: 5px;
  color: green;
  padding: 15px 0;
}
.blogShort {
  border-bottom:1px solid #ddd;
  padding: 20px 0 10px 0;
  margin-bottom: 30px;
}
section#blog h2 {
  margin-bottom: 20px;
}
#blog img {
  margin: 0 10px 0 0;
}
#blog h3 {
  margin: 0 0 15px;
  font-size: 20px;
}
#blog em {
  display: inline-block;
  padding: 0 0 5px;
}
#blog p:last-of-type {
  margin-bottom: 0;
}
#fqs .info h2 {
  margin-bottom: 40px;
}
section#our-story h3 {
  margin-top: 0;
}
.well.well-lg.about-intro {
  color: #57a544;
  font-size: 18px;
}
#our-story img {
  height: 220px;
  margin-left: 40px;
  width: 220px;
}
#about-why-us img {
  display: inline-block;
  margin-top: 10px;
  width: 33%;
}
#clients h2 {
  border-bottom: 3px solid #bfbfbf;
  margin: 0 0 25px;
  padding-bottom: 10px;
}
#geo-logo {
  padding-top: 30px;
}
#sauce-logo {
  background-color: #558e74;
}
.arrow-down {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #bfbfbf;
  height: 0;
  position: relative;
  top: -25px;
  width: 0;
  margin: 0 auto;
}
.adjust1{
float:left;
width:100%;
}
.adjust2{
margin:0;
}
.media-object{
margin:auto;
}
blockquote {
  border-left: 5px solid #57a544;
}
blockquote p {
  color: #57a544;
}
#commercial ul {
  list-style: outside none none;
  padding: 10px 0;
}
#commercial ul li {
  font-size: 16px;
  margin-bottom: 10px;
}
#commercial .col-lg-6.pull-right > p {
  padding: 10px 0;
}
#commercial i.fa-check {
  color: #57a544;
}
#commercial span strong {
  display: inline-block;
  font-size: 16px;
  margin-bottom: 5px;
}
#our-products h3 {
  padding-bottom: 10px;
}
#our-products ul {
  list-style: outside none none;
  padding: 0;
  margin-top: 15px;
}
#our-products ul li {
  font-size: 17px;
  padding-bottom: 10px;
}
#our-products i.fa-check {
  color: #57a544;
}
#our-products a.btn {
  background-color: #03a9f4;
  border-radius: 2px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
  margin-bottom: 20px;
  transition: all 0.5s ease 0s;
}
#our-products a:hover {
  background-color: #0288d1;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
  transition: all 0.5s ease 0s;
}
/* overriding select */
.bootstrap-select > .dropdown-toggle {
  background: #fafafa none repeat scroll 0 0;
  border: 1px solid #bfbfbf;
  border-radius: 2px;
  height: auto;
  padding: 12px 16px;
  width: 100%;
  z-index: 1;
  color: #555;
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default.focus:active, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
  background-color: #fafafa;
  border-color: #8f8f8f;
  color: #555;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}
#book-now-form button.dropdown-toggle:focus {
  outline: 0 none !important;
}
/* End overriding select */
#greenest-text {
  color: #57a544;
}
section#contact-form {
  padding-top: 0;
}
/*#about-why-us img {
  height: 250px;
  margin-right: 40px;
  width: 250px;
}*/
/* Footer */
.footer-links {
  list-style: outside none none;
  padding-left: 0;
}
.footer-links li {
  text-align: left;
}
.footer-col > p {
  font-size: 15px;
}
.footer-below div.col-lg-10 {
  padding: 15px 0;
}
.footer-below ul {
  margin-bottom: 0;
}
.footer-below ul li a.btn-outline {
  margin-top: 0;
}
footer .footer-links i.fa {
  margin-right: 5px;
  font-size: inherit;
}
footer i.fa-envelope-o {
  margin-right: 10px;
  font-size: 20px;
}
footer i.fa-phone {
  margin-right: 12px;
  font-size: 20px;
}
footer i.fa-map-marker {
  margin-right: 20px !important;
  font-size: 20px;
}
/* End Footer */
/* Form fields */
.form-input {
  background: #fafafa;
  border: 1px solid #bfbfbf;
  border-radius: 2px;
  padding: 12px 16px;
  min-width: 25%;
  height: auto;
}
.form-input:focus {
  border-color: #8f8f8f;
}
.btn-clean {
  display: inline-block;
  padding: 12px 26px;
  background: #fafafa;
  border: 1px solid #bfbfbf;
  border-radius: 2px;
  text-decoration: none;
  color: #8f8f8f;
  font-size: 1em;
  width: auto;
  height: auto;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.btn-clean:hover,
.btn-clean:focus,
.btn-clean:active,
.clean.button-group.open .button {
  border-color: #8f8f8f;
  color: #ffffff;
  text-decoration: none;
  background-color: #57a544;
}
.material-switch > input[type="checkbox"] {
    display: none;
}
.material-switch > input[type="radio"] {
    display: none;
}
.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 100%;
    top: 15px;
}
.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}
.material-switch > input[type="radio"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="radio"]:checked + label::after {
    background: inherit;
    left: 20px;
}
.material-switch.card-icons label {
  display: inline-block;
  margin: 0 0 0 70px;
  width: auto;
  position: relative;
  top: 10px;
}
.material-switch.card-icons label.first-icon {
  margin: 0 0 0 20px;
}
.material-switch.card-icons label img {
  left: 50px;
  position: relative;
  top: -11px;
}
.label-success > span {
  display: block;
  font-weight: 300;
  left: 50px;
  position: relative;
  top: -10px;
  width: 90%;
}
#book-now-form .form-group.cvv-help {
  font-size: 32px;
  padding-left: 0;
}
.col-lg-6.show-total {
  padding-top: 0;
}
.show-total div.form-group {
  margin-bottom: 5px;
}
#mrs {
  display: none;
}
#book-now-form button#sumbit-btn {
  margin-bottom: 20px;
  margin-top: 10px;
}
/*#book-now-form input#sumbit-btn {
  margin-bottom: 20px;
  margin-top: 10px;
}*/
.show-total.form-horizontal .control-label {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 400;
}
.show-total input.form-control {
  border: none !important;
  box-shadow: none !important;
  font-size: 24px;
  height: auto;
  text-align: center;
  font-weight: 300;
  background: #ffffff;
}
.show-total .form-control[disabled], .show-total fieldset[disabled] .form-control, .show-total .form-control[readonly], .show-total fieldset[readonly] .form-control {
  cursor: default;
}
input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, select:focus:required:invalid:focus {
  border-color: #e9322d;
  box-shadow: 0 0 6px #f8b9b7;
}
input:focus:required:invalid, textarea:focus:required:invalid, select:focus:required:invalid {
  color: #b94a48;
}
.control-group.success input:focus, .control-group.success select:focus, .control-group.success textarea:focus {
  border-color: #356635;
  box-shadow: 0 0 6px #7aba7b;
}
.control-group.success input, .control-group.success select, .control-group.success textarea {
  color: #468847;
}
.hint {
  background-color: #fff;
  color: #000;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  height: 300px;
  margin: 0;
  padding: 10px;
  text-align: center;
  width: 450px;
}
/* End Form Fields */
.add-top-padding {
  padding-top: 30px;
}
.add-padding-bottom {
  padding-bottom: 30px;
}
.datepicker {
  border-radius: 2px !important;
}
.secondResponseSuccess {
  background-color: #57a544;
  border-radius: 7px;
  color: white;
  font-size: 24px;
  margin: 15px 0;
  padding: 10px;
}
.secondResponseProblem {
  background-color: #d9534f;
  border-radius: 7px;
  color: white;
  font-size: 24px;
  margin: 15px 0;
  padding: 10px;
}
#contact-form .help-block {
  color: #a94442;
  font-size: 13px;
  position: absolute;
  top: -22px;
  margin-top: 7px;
}
.row.footer-nav-padding {
  padding-left: 15px;
  padding-right: 15px;
}
a.approved-page {
  background-color: #03a9f4;
  border-radius: 2px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
  transition: all 0.5s ease 0s;
}
#ff1 fieldset {
  margin-bottom: 35px;
}
#ff1 .small-note {
  font-size: 13px;
}
#ff1 div:nth-child(2) fieldset:nth-child(2) {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .blogShort {
    padding: 20px 15px 10px 15px;
  }
  #about .col-xs-12.clearfix {
    text-align: center;
  }
  #about ul.why-us {
    display: inline-block;
    float: none !important;
    text-align: left;
  }
  .why-us-check i {
    padding-bottom: 15px;
  }
  .show-total .form-group {
    padding-left: 15px;
  }
  .show-total input.form-control {
  padding: 0;
  }
  .card-icons {
    margin-right: 45px;
    top: 10px;
  }
  #before-cards {
    float: left;
  }
  .material-switch.card-icons label img {
    margin-bottom: 30px;
  }
  .material-switch.card-icons label.first-icon {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .testimonials {
    padding-top: 30px;
  }
  .why-us li {
    font-size: 16px;
    font-weight: 500;
  }
  .why-us-check i {
    color: #ffffff !important;
    font-size: 6em;
  }
  .footer-below .col-lg-10.text-left {
    text-align: center !important;
  }
}
@media (max-width: 510px) {
  #service-table ul li {
    font-size: 12px;
    overflow: hidden;
    padding: 6px 0;
    text-overflow: ellipsis;
    white-space: pre;
  }
  .empty-li {
    padding: 14.5px 0 !important;
  }
  #service-table h3 {
    font-size: 13px;
    padding: 20px 1px;
  }
}
