﻿@import url(https://fonts.googleapis.com/css?family=Quicksand);
/*@color: #635d5f;*/
/*@primary-color:#ff5c5c;*/
/*red ctp dogsurf*/
/*orange doginni*/
/*@primary-color: #eb8529;
@primary-color-border: #eb8529;*/
/*@btn-default: #d6c3af;
@btn-secondary-color: #F9BF3B;
@btn-secondary-color-border: #fbae34;*/
/*@default-color:#d6c3af;*/
.bg-black {
  background-color: #222222 !important;
}
.bg-red {
  /*background-color: #EF4836 !important;*/
  background-color: #ff5c5c!important;
}
.bg-green {
  background-color: #00a65a !important;
}
.bg-yellow {
  background-color: #f39c12 !important;
}
.text-yellow-dark {
  color: #f39c12!important;
}
.bg-aqua {
  background-color: #00c0ef !important;
}
.bg-blue {
  background-color: #0073b7 !important;
}
.bg-light-blue {
  background-color: #3c8dbc !important;
}
.bg-navy {
  background-color: #001f3f !important;
}
.bg-teal {
  background-color: #39cccc !important;
}
.bg-olive {
  background-color: #3d9970 !important;
}
.bg-lime {
  background-color: #01ff70 !important;
}
.bg-orange {
  background-color: #EC7B61 !important;
}
.bg-fuchsia {
  background-color: #f012be !important;
}
.bg-purple {
  background-color: #932ab6 !important;
}
.bg-white {
  background-color: rgba(255, 255, 255, 0.8);
}
.bg-maroon {
  background-color: #85144b !important;
}
/* Text colors */
.text-red {
  /*color: #f56954 !important;*/
  color: #f9575c!important;
}
.text-yellow {
  color: #3480ac !important;
}
.text-default {
  color: #484b4d !important;
}
.text-grey {
  color: #dbe4ec;
}
.text-aqua {
  color: #00c0ef !important;
}
.text-white {
  color: #fff !important;
}
.text-blue {
  color: #3480ac !important;
}
.text-black {
  color: #222222 !important;
}
.text-light-blue {
  color: #3c8dbc !important;
}
.text-green {
  /*color: #85BB59 !important;*/
  color: #00D689 !important;
}
.text-purple-light {
  color: #8F8F98 !important;
}
.text-teal {
  color: #39cccc !important;
}
.text-olive {
  color: #3d9970 !important;
}
.text-lime {
  color: #01ff70 !important;
}
.text-orange {
  color: #EC7B61 !important;
}
.text-fuchsia {
  color: #f012be !important;
}
.text-purple {
  color: #932ab6 !important;
}
.text-maroon {
  color: #85144b !important;
}
/* Animation / Shadow / Radius */
.log-in-detail a,
.icon-list div:hover,
.widget-style-1 i,
.profile-widget,
.portlet {
  -webkit-transition: all 220ms ease-in-out;
  -moz-transition: all 220ms ease-in-out;
  -o-transition: all 220ms ease-in-out;
  transition: all 220ms ease-in-out;
}
.bx-s,
.panel,
.portlet,
.nav.nav-tabs + .tab-content,
.tabs-vertical-env .tab-content,
.widget-panel,
.profile-widget,
.profile-widget img,
.tiles,
.tile-stats,
.mini-stat,
header {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.br-radius,
.tiles,
.tile-stats,
.portlet {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/* Padding - Margin */
.p-0 {
  padding: 0px !important;
}
.p-t-0 {
  padding-top: 0px !important;
}
.p-t-10 {
  padding-top: 10px !important;
}
.p-b-10 {
  padding-bottom: 10px !important;
}
.m-0 {
  margin: 0px !important;
}
.m-r-5 {
  margin-right: 5px;
}
.m-r-10 {
  margin-right: 10px;
}
.m-r-15 {
  margin-right: 15px;
}
.m-l-10 {
  margin-left: 10px;
}
.m-l-15 {
  margin-left: 15px;
}
.m-t-5 {
  margin-top: 5px !important;
}
.m-t-0 {
  margin-top: 0px;
}
.m-t-10 {
  margin-top: 10px !important;
}
.m-t-15 {
  margin-top: 15px;
}
.m-t-20 {
  margin-top: 20px;
}
.m-t-30 {
  margin-top: 30px !important;
}
.m-t-40 {
  margin-top: 40px !important;
}
.m-b-0 {
  margin-bottom: 0px;
}
.m-b-5 {
  margin-bottom: 5px;
}
.m-b-10 {
  margin-bottom: 10px;
}
.m-b-15 {
  margin-bottom: 15px;
}
.m-b-20 {
  margin-bottom: 20px;
}
.m-b-30 {
  margin-bottom: 30px;
}
/* ---- Width-Sizes ---*/
.w-xs {
  min-width: 80px;
}
.w-sm {
  min-width: 95px;
}
.w-md {
  min-width: 110px;
}
.w-lg {
  min-width: 140px;
}
/* ---- Images-Sizes ---*/
.thumb-sm {
  height: 32px;
  width: 32px;
}
.thumb-sm img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.thumb-xs {
  height: 24px;
  width: 24px;
}
.thumb-md {
  width: 64px;
  height: 64px;
}
.thumb-lg {
  height: 84px;
  width: 84px;
}
/* Text-sizes */
.text-xs {
  font-size: 12px;
}
.text-sm {
  font-size: 16px;
}
.text-md {
  font-size: 20px;
}
.text-lg {
  font-size: 24px !important;
}
/* Extra */
.m-h-50 {
  min-height: 50px;
}
.l-h-34 {
  line-height: 34px;
}
.font-light {
  font-weight: 300;
}
.wrapper-md {
  padding: 20px;
}
.pull-in {
  margin-left: -15px;
  margin-right: -15px;
}
.b-0 {
  border: none !important;
}
/* Dropcap */
.dropcap {
  font-size: 3.1em;
}
.dropcap,
.dropcap-circle,
.dropcap-square {
  display: block;
  float: left;
  font-weight: 400;
  line-height: 36px;
  margin-right: 6px;
  text-shadow: none;
}
/* Custom Radio/Checkbox */
.cr-styled {
  display: inline-block;
  margin: 0px 2px;
  line-height: 20px;
  font-weight: normal;
  cursor: pointer;
}
.cr-styled i {
  display: inline-block;
  height: 18px;
  width: 18px;
  cursor: pointer;
  vertical-align: middle;
  border: 2px solid #CCC;
  border-radius: 3px;
  text-align: center;
  padding-top: 1px;
  font-family: 'FontAwesome';
  margin-top: -4px;
  margin-right: 3px;
  font-size: 12px;
}
.cr-styled input {
  visibility: hidden;
  display: none;
}
.cr-styled input[type=checkbox]:checked + i:before {
  content: "\f00c";
}
.cr-styled input[type=radio] + i {
  border-radius: 18px;
  font-size: 11px;
  line-height: 13px;
}
.cr-styled input[type=radio]:checked + i:before {
  content: "\f111";
}
.cr-styled input:checked + i {
  border-color: #f9575c;
  color: #f9575c;
}
/* Only Mozila */
@-moz-document url-prefix() {
  .cr-styled i {
    padding-top: 0px;
  }
  label {
    font-weight: 600;
  }
}
h1,
h2 {
  font-family: "Quicksand", Arial;
}
h1,
h2.title {
  font-weight: bold;
}
h1,
.h1 {
  font-size: 30px;
}
h2 {
  font-size: 22px;
}
h2.title {
  font-size: 30px;
}
h3 {
  font-size: 20px;
}
.logo {
  height: 30px;
}
#home {
  height: 450px;
}
#homePetSitter {
  /*background: #F9BF3B url('images/petsitbg2.jpg')  no-repeat top center;
    margin-top:30px;*/
  height: 530px;
  background: #F9BF3B url('images/petsittersbg3.jpg') no-repeat top center;
}
#petSitFormHead {
  margin-top: 70px;
}
.AboveFold {
  margin-top: 30px;
}
.sub-service {
  margin-top: -5px;
}
.subhead {
  margin: 0 auto;
  max-width: 540px;
  margin-top: 20px;
  font-family: "Quicksand", Arial;
}
.navbar-nav > li > a,
.navbar-nav > li > a:hover {
  color: #5a5a5a!important;
  font-size: 16px;
}
.navbar {
  background-color: #fff;
  border-width: 0px;
  box-shadow: 0 0 2px 2px rgba(75, 101, 132, 0.15);
}
.navbar .container {
  max-width: 900px;
}
.navbar-toggle,
.navbar-toggle:focus {
  background-color: #484b4d;
}
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:active {
  background-color: #3480ac;
  border: 1px solid #3480ac;
  color: #fff;
}
.subCTA {
  /*font-size:16px;*/
  display: block;
  margin-top: -5px;
}
.steps {
  min-width: 300px;
  margin: 15px;
  /*text-align: justify;*/
}
.steps img {
  margin: 0 auto;
}
.services {
  display: inline-block;
  margin: 5px;
  width: 30%;
}
#freedom,
#petSitFormHead,
#benefitspetsitter,
#experienced {
  background-color: #F9BF3B;
  color: #fff;
}
#trust p,
#freedom p,
#benefitspetsitter p,
#experienced p {
  font-size: 17px;
}
#channel p {
  font-size: 16px;
}
#petsitterVShome {
  color: #fff;
}
#footer {
  /*background-color:#975c22;*/
  background-color: #484b4d;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 40px;
}
#reasons {
  border-bottom: 2px solid #f0f4f6;
}
.homeContent {
  padding: 30px 0px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 4px;
}
.homeContent h3 {
  font-size: 18px;
}
.footerMenu a {
  text-decoration: none;
  color: #fff;
  margin-top: 10px;
  display: inline-block;
}
#trust b {
  text-decoration: underline;
}
#sharecare {
  margin-bottom: -30px;
  margin-top: 20px;
}
.petSittersMenu {
  font-weight: bold;
}
#trust,
#testimonials,
#how_it_works {
  background-color: #f0f4f6;
}
#petsitterimages {
  margin-top: 15px;
}
.container-half,
.container-fluid {
  padding: 15px 0px 30px 0px;
}
.modal-dialog {
  max-width: 400px;
}
.modal-dialog #subscribe_modal {
  max-width: 350px;
}
.fb_subscribe_button {
  background-color: #3B5998;
  color: #fff;
  border: 1px solid #395693;
  padding: 10px;
}
.signup {
  width: 100%;
}
.fb_subscribe_button:hover {
  background-color: #334E84;
  border: 1px solid #31497D;
  color: #fff;
}
.center {
  margin: 0 auto;
}
.value-icon-sm {
  width: 30px;
}
.value-title {
  font-size: 15px;
}
.value-icon-xs {
  width: 20px;
}
.listingTypeCheck {
  width: 20px;
  height: 20px;
}
.listingTypeName {
  font-size: 18px;
  font-weight: normal;
  cursor: pointer;
}
.servicePrice {
  margin-left: 28px;
  margin-bottom: 10px;
}
.service-title {
  font-size: 18px;
  margin: 6px 0 6px 0;
}
.serviceDiscount {
  margin-bottom: 10px;
}
.listingRatesList {
  margin: 0px -20px;
}
.listingRatesList li,
.price-inline span {
  font-size: 18px;
}
.price-inline {
  padding: 0 0 0 30px;
  display: inline-block;
}
.allRatesInline {
  padding-left: 30px;
  display: inline-block;
}
.price-inline h3 {
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 16px;
}
#listimages .file-preview-frame {
  /*width:30%*/
}
.kv-file-remove {
  font-size: 14px;
  padding: 5px;
}
video,
.file-preview-video {
  width: 100%;
  background-color: #111;
}
.video150 {
  max-height: 150px;
}
.video120 {
  height: 120px;
}
.vwrapper {
  display: table;
  width: auto;
  position: relative;
  cursor: pointer;
}
.playpause {
  background-image: url('../../../images/community/play.png');
  background-repeat: no-repeat;
  width: 40%;
  height: 40%;
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  margin: auto;
  background-size: contain;
  background-position: center;
}
.btn-file {
  font-size: 16px;
}
.price {
  font-size: 20px;
}
.list-content {
  margin: 15px 0px;
}
#langDropdown {
  width: 100%;
  min-width: 60px;
}
.w_newlines {
  white-space: pre-line;
}
.unvailabilityCalendar {
  max-width: 250px;
  margin: 0 auto;
}
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active:active,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active.focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active:active:hover,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active.focus,
.datepicker table tr td.selected.highlighted.active:focus,
.datepicker table tr td.selected.highlighted.active:hover,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  background-color: #f9575c !important;
  border-color: #f9575c !important;
}
.datepicker table tr td.range,
.datepicker table tr td.day:hover,
.datepicker table tr td.focused,
.datepicker table tr td.range.active.focus,
.datepicker table tr td.range.active:focus,
.datepicker table tr td.range.active:hover,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range:active:hover {
  background-color: #f2dede!important;
}
.datepicker table tr td.new,
.datepicker table tr td.old {
  color: #d8d8d8 !important;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  color: #fff!important;
  background-color: #f1f1f1 !important;
}
@media (max-width: 768px) {
  .homeContent {
    padding: 30px 30px;
  }
  .price-inline {
    margin: 15px 0 15px 0;
  }
}
@media (max-width: 992px) {
  .steps {
    margin: 0px;
    min-width: 29%;
  }
}
@media (max-width: 750px) {
  .steps {
    padding: 0px 25px;
  }
}
/* Core:General style----------------------------*/
html {
  height: 100%;
}
body {
  overflow-x: hidden !important;
  font-family: 'Quicksand', Arial;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  color: #484b4d;
  position: relative;
  width: 100%;
  min-height: 100%;
  font-size: 14px;
}
.trans {
  background: none;
  outline: none;
  border: none;
  box-shadow: none;
}
a {
  /*color: #dc3023;*/
  /*color: #55acee;*/
  color: #f9575c;
  /*color: #F9BF3B;*/
}
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
  color: #ff5a5f;
}
/* H1 - H6 font */
/* Pre Set Colors+Helper Classes----------------------------*/
/* Background colors */
.bg-red,
.bg-yellow,
.bg-aqua,
.bg-blue,
.bg-light-blue,
.bg-green,
.bg-navy,
.bg-teal,
.bg-olive,
.bg-lime,
.bg-orange,
.bg-fuchsia,
.bg-purple,
.bg-maroon,
.bg-black {
  color: white !important;
}
.panel-header {
  background-color: #f0f4f6 !important;
}
.br-none {
  border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
}
.bdr-b {
  border-bottom: 1px solid #f0f4f6;
}
.bdr-t {
  border-top: 1px solid #f0f4f6;
}
.bdr-r {
  border-right: 1px solid #f0f4f6;
}
.bdr-t-none {
  border-top: none !important;
}
.mrg-tb {
  margin: 25px 0 25px 0;
}
.mrg-b {
  margin-bottom: 20px;
}
.mrg-t {
  margin-top: 20px;
}
.mrg-l {
  margin-left: 10px;
}
.pdg-l {
  padding-left: 10px;
}
.pdg-l-20 {
  padding-left: 20px;
}
.pdg-r-20 {
  padding-right: 20px;
}
/* All images should be responsive */
img {
  max-width: 100%;
  height: auto;
}
.sort-highlight {
  background: #f4f4f4;
  border: 1px dashed #ddd;
  margin-bottom: 10px;
}
/* 10px padding and margins */
.pad {
  padding: 10px;
}
.margin {
  margin: 10px;
}
/* Display inline */
.inline {
  display: inline;
  width: auto;
}
.trans {
  border: none;
  background: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}
.text-lighten {
  opacity: 0.7;
}
/*Hide elements by display none only*/
.hide {
  display: none !important;
}
/* Remove borders */
.no-border {
  border: 0px !important;
}
/* Remove box shadow */
.no-shadow {
  box-shadow: none !important;
}
/* Icon Classes */
i {
  line-height: inherit;
}
i.left {
  float: left;
  margin-right: 15px;
}
i.right {
  float: right;
  margin-left: 15px;
}
i.small {
  font-size: 2rem;
}
i.medium {
  font-size: 4rem;
}
i.large {
  font-size: 6rem;
}
/* Don't display when printing */
/* Remove border radius */
.flat {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.border-radius-none {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
body .section {
  padding: 2em 0;
}
/* Main Section Styles----------------------------*/
.main-section .media {
  margin-top: 0px;
  border-color: #f0f0f0;
}
.main-section .media .item-thumbnail {
  width: 140px;
}
.main-section .media .avatar {
  width: 60px;
}
.main-section .panel-default {
  border: 1px solid #D8D1CC;
  border-radius: 4px;
}
.grey-content .panel-default {
  border: 1px solid #fff;
}
.main-section .panel-heading {
  background: #F7F5F3;
  font-weight: 600;
  color: #847976;
}
.main-section .panel-footer {
  background: #fff;
}
.main-section .plan.table > thead > tr > th,
.plan.table > tbody > tr > td {
  color: #847976;
  text-align: center;
}
.main-section .thumbnail {
  display: block;
  padding: 0px;
  margin-bottom: 0px;
  border: none;
  border-radius: 0px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.main-section .list-group-item {
  background: transparent;
  overflow: hidden;
}
.main-section .list-group-item i.large {
  vertical-align: middle;
  padding-right: 10px;
  font-size: 18px;
}
.main-section .picker.picker-toggle {
  width: 100px;
}
/* Layout ----------------------------*/
.wrapper {
  min-height: 100%;
}
.wrapper:before,
.wrapper:after {
  display: table;
  content: " ";
}
.wrapper:after {
  clear: both;
}
.right-section,
.left-section {
  display: block;
}
/*right section - contains main content*/
.right-section {
  background-color: #fff;
  padding-bottom: 50px;
}
/*left section - contains sidebar*/
.left-section {
  position: fixed;
  width: 230px;
  top: 0;
  -moz-transition: margin-left 0.2s;
  -o-transition: margin-left 0.2s;
  -webkit-transition: margin-left 0.2s;
  transition: margin-left 0.2s;
  height: 100% !important;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
}
.right-section > .content-header {
  position: relative;
  padding: 20px;
}
.right-section > .content-header > .container-fluid > h4 {
  margin: 0;
  font-weight: 400;
}
.right-section > .content-header > .container-fluid > h4 > small {
  font-size: 15px;
  display: inline-block;
  padding-left: 4px;
  font-weight: 300;
}
.right-section .section-title h4 {
  margin-bottom: 0px;
  line-height: 29px;
}
body.fixed .header,
body.fixed .left-section,
body.fixed .navbar {
  position: fixed;
}
body.fixed .header {
  top: 0;
  right: 0;
  left: 0;
}
body.fixed .navbar {
  left: 0;
  right: 0;
}
body.fixed .wrapper {
  margin-top: 50px;
}
/* Content */
.content {
  padding: 0px 0px;
  background: #fff;
  margin-top: 50px;
}
.grey-content {
  background-color: #f0f4f6;
  min-height: 500px;
}
.picker {
  margin: 0px;
}
.ranger.ranger-labels .ranger-label.max {
  text-align: center;
}
.ranger.ranger-labels .ranger-label.min {
  text-align: center;
}
.ranger.ranger-labels .ranger-label {
  font-size: 11px;
}
.label {
  display: inline;
  /*padding: 10px;
    font-size: 75%;*/
  font-weight: normal!important;
  margin: 0px 2px!important;
}
.label-default {
  background-color: #dbe4ec !important;
}
.label-box {
  background-color: #fff;
  color: #484b4d;
  border: 1px solid #dbe4ec;
}
.label-success {
  background-color: #00D689 !important;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
  padding-left: 3px;
}
.totalReservationPrice,
.totalReservationPrice label {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
}
header .navbar-form .input-group .form-control {
  background: white;
  border: none;
}
.input-group > .input-group-btn > .btn,
.input-group-btn:last-child > .dropdown-toggle {
  height: 34px;
}
.selecter {
  max-width: 100%;
}
.center-block {
  float: none;
}
/* Header */
.navbar {
  background-color: #FFFFFF;
  /*border-bottom: 1px solid #E9E1DC;*/
}
.user-nav .navbar-nav > li > a {
  line-height: 50px;
  padding-bottom: 0px;
  padding-top: 0px;
  height: 50px;
  font-size: 16px;
}
.user-nav .avatar {
  width: 35px;
}
.user-nav .badge {
  font-size: 10px;
  position: absolute;
  top: -7px;
  left: 14px;
}
.user-dropdown > .avatar img {
  width: 35px;
}
.navbar-nav li > a {
  color: #f9575c;
  font-size: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.navbar-btn {
  margin-top: 13px;
  margin-bottom: 13px;
}
.navbar-btn i {
  padding-right: 5px;
  vertical-align: middle;
  line-height: 9px;
  font-size: 18px;
}
.navbar .nav > li > a:hover,
.navbar .nav > li > a:active,
.navbar .nav > li > a:focus,
.navbar .nav .open > a,
.navbar .nav .open > a:hover,
.navbar .nav .open > a:focus {
  background: #f0f4f6;
  color: #2F3439;
}
.navbar .navbar-right > .nav {
  margin-right: 10px;
  margin-left: 10px;
}
.navbar .sidebar-toggle .icon-bar {
  background: #39464F;
}
.navbar .sidebar-toggle:hover .icon-bar {
  opacity: 0.6;
}
body .header {
  top: 0;
  z-index: 100;
}
/* Left side collapse */
.left-section.collapse-left {
  margin-left: -230px;
  -moz-transition: margin-left 0.2s;
  -o-transition: margin-left 0.2s;
  -webkit-transition: margin-left 0.2s;
  transition: margin-left 0.2s;
}
@media screen and (min-width: 992px) {
  .right-section {
    margin-left: 230px;
    -moz-transition: margin-left 0.2s;
    -o-transition: margin-left 0.2s;
    -webkit-transition: margin-left 0.2s;
    transition: margin-left 0.2s;
    min-height: 800px;
  }
  /*Right side stretch mode*/
  .left-section.collapse-left + .right-section {
    margin-left: 0;
  }
  .left-section.collapse-left + .right-section > .content-header {
    margin-top: 0px;
  }
}
@media screen and (max-width: 992px) {
  .right-section {
    margin-left: 0;
  }
}
header .navbar-form {
  margin-top: 7px;
  margin-bottom: 7px;
}
.header {
  position: relative;
  max-height: 100px;
  z-index: 100;
}
.header .navbar {
  margin-bottom: 0;
}
.header .navbar .sidebar-toggle {
  float: left;
  padding: 9px 5px;
  margin-top: 12px;
  margin-right: 0;
  margin-bottom: 12px;
  margin-left: 5px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.header .navbar .sidebar-toggle:hover .icon-bar {
  opacity: 0.6;
}
.header .navbar .sidebar-toggle .icon-bar {
  display: block;
  width: 25px;
  height: 3px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.header .navbar .sidebar-toggle .icon-bar + .icon-bar {
  margin-top: 3px;
}
.header .navbar .nav > li.user > a {
  font-weight: bold;
}
.header .navbar .nav > li.post-ad > a {
  background: #48A1DD;
  color: white;
}
.header .navbar .nav > li > a > .label {
  position: absolute;
  top: 12px;
  right: 6px;
  font-size: 9px;
  font-weight: bold;
  width: 16px;
  height: 16px;
  line-height: 12px;
  text-align: center;
  padding: 2px;
}
.header .navbar .nav > li > a:hover > .label {
  top: 3px;
}
@media (max-width: 767px) {
  .navbar .navbar-nav > li {
    float: left;
  }
  .navbar-nav {
    margin: 0;
    float: right;
  }
  .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
    line-height: 22px;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #484b4d !important;
  }
  .navbar-nav .open .dropdown-menu {
    position: absolute;
    background-color: #fff;
    width: 250px;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .user-nav .navbar-nav > li > a {
    font-size: 16px;
  }
}
@media screen and (max-width: 560px) {
  .header {
    position: relative;
  }
  body .header .navbar {
    width: 100%;
    float: none;
    position: relative !important;
  }
  .header .navbar {
    margin: 0;
  }
  body.fixed .header {
    position: fixed;
  }
  body.fixed > .wrapper,
  body.fixed .sidebar-offcanvas {
    margin-top: 100px !important;
  }
  .msgPict {
    padding-right: 0!important;
  }
  .msgLi {
    padding: 10px 10px;
  }
}
/* Component:Sidebar--------------------------*/
.sidebar {
  margin-bottom: 5px;
}
.sidebar .sidebar-form input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: transparent !important;
}
.sidebar .sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #ffffff;
}
.sidebar .sidebar-menu > li {
  margin: 0;
  padding: 0;
}
.sidebar .sidebar-menu > li > a {
  padding: 9px 15px;
  display: block;
}
.sidebar .sidebar-menu > li > a > i {
  margin-right: 5px;
  vertical-align: middle;
}
.sidebar .sidebar-menu .treeview-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar .sidebar-menu .treeview-menu > li {
  margin: 0;
}
.sidebar .sidebar-menu .treeview-menu > li > a {
  padding: 5px 5px;
  display: block;
  margin: 0px 0px;
  margin-left: 10px;
  font-size: 12px;
}
.sidebar .sidebar-menu .treeview-menu > li > a > i {
  margin-right: 5px;
  vertical-align: middle;
}
.sidebar .sidebar-menu .copyright {
  padding: 15px;
  text-align: center;
  line-height: 20px;
}
.sidebar .sidebar-menu .divider {
  padding: 15px;
  letter-spacing: 1px;
  background: transparent;
  text-transform: uppercase;
  font-weight: 600;
}
.user-panel {
  margin-top: 25px;
  padding: 10px;
}
.user-panel:before,
.user-panel:after {
  display: table;
  content: " ";
}
.user-panel:after {
  clear: both;
}
.user-panel > .info > p {
  margin-bottom: 9px;
}
.user-panel > .info > a {
  text-decoration: none;
  padding-right: 5px;
  margin-top: 3px;
  font-size: 11px;
  font-weight: normal;
}
.sidebar > .sidebar-menu > li {
  border: none;
}
.sidebar > .sidebar-menu > li > a {
  margin-right: 1px;
  font-size: 16px;
}
.sidebar > .sidebar-menu > li > a:hover,
.sidebar > .sidebar-menu > li.active > a {
  color: #fff;
  background: #f9575c;
  -webkit-transition: opacity 0.3s ease, background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
  transition: opacity 0.3s ease, background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}
.sidebar > .sidebar-menu > li > .treeview-menu {
  margin: 0 1px;
  background: #263238;
}
.left-section {
  background: #263238;
  -webkit-box-shadow: inset -3px 0px 8px -4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset -3px 0px 8px -4px rgba(0, 0, 0, 0.1);
  box-shadow: inset -3px 0px 8px -4px rgba(0, 0, 0, 0.07);
}
.sidebar a {
  color: #f0f4f6;
}
.sidebar a:hover {
  text-decoration: none;
}
.treeview-menu > li > a {
  color: #b0bec5;
}
.treeview-menu > li.active > a,
.treeview-menu > li > a:hover {
  color: #fff;
}
.form-rounded input[type="text"],
.form-rounded .btn {
  box-shadow: none;
  background-color: white;
  border: none;
  height: 34px;
}
.form-rounded input[type="text"] {
  color: #1B2025;
}
.form-rounded input[type="text"]:focus,
.form-rounded input[type="text"]:focus + .input-group-btn .btn {
  background-color: white;
  color: #1B2025;
}
.form-rounded input[type="text"]:focus + .input-group-btn .btn {
  border-left-color: #fff;
}
.form-rounded input[type="text"]::-webkit-input-placeholder {
  color: #1B2025;
}
.form-rounded .btn {
  color: #1B2025;
}
/* * Off Canvas * -------------------------------------------------- * Gives us the push menu effect */
@media screen and (max-width: 992px) {
  .relative {
    position: relative;
  }
  .row-offcanvas-right .sidebar-offcanvas {
    margin-right: -230px;
  }
  .row-offcanvas-left .sidebar-offcanvas {
    margin-left: -230px;
  }
  .row-offcanvas-right.active {
    margin-right: 230px;
  }
  .row-offcanvas-left.active {
    margin-left: 230px;
    -moz-transition: margin-left 0.2s;
    -o-transition: margin-left 0.2s;
    -webkit-transition: margin-left 0.2s;
    transition: margin-left 0.2s;
  }
  .sidebar-offcanvas {
    margin-left: 0;
  }
  body.fixed .sidebar-offcanvas {
    margin-top: 50px;
    margin-left: -230px;
  }
  body.fixed .row-offcanvas-left.active .navbar {
    margin-left: 230px !important;
    margin-right: 0;
  }
  body.fixed .row-offcanvas-left.active .sidebar-offcanvas {
    margin-left: 0;
  }
  .nav-tabs > li {
    float: none !important;
  }
}
/* Dropdown menus----------------------------*/
/*Dropdowns in general*/
.dropdown-menu {
  border: none;
  background: #fff;
  font-size: 12px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}
.dropdown-menu > li > a:hover {
  background-color: #f0f4f6;
  color: #9C8B87;
}
/*Drodown in navbars*/
.navbar .dropdown-menu > li > a {
  color: #444444;
  padding: 5px 10px;
}
.radio label,
.checkbox label {
  padding-left: 5px;
}
/* All form elements including input,select,textarea etc.-----------------------------------------------------------------*/
.form-control {
  border-width: 1px;
  background: #fff;
  border-radius: 3px;
  box-shadow: none;
}
.form-control:focus {
  border-color: #F1F1F3 !important;
  box-shadow: none;
  border-width: 1px;
}
.form-group.has-success label {
  color: #00a65a;
}
.form-group.has-success .form-control {
  border-color: #00a65a !important;
  box-shadow: none;
}
.form-group.has-warning label {
  color: #f39c12;
}
.form-group.has-warning .form-control {
  border-color: #f39c12 !important;
  box-shadow: none;
}
.form-group.has-error label {
  color: #f56954;
}
.form-group.has-error .form-control {
  border-color: #f56954 !important;
  box-shadow: none;
}
/* Input group */
.input-group .input-group-addon {
  border-radius: 0;
  background-color: #f0f4f6;
}
/* button groups */
.btn-group-vertical .btn.btn-flat:first-of-type,
.btn-group-vertical .btn.btn-flat:last-of-type {
  border-radius: 0;
}
/* Checkbox and radio inputs */
.checkbox,
.radio {
  padding-left: 0;
}
/* Component:Buttons-------------------------*/
.btn {
  padding: 8px 25px;
  font-size: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.09);
  box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.09);
  -webkit-transition: opacity 0.5s ease, background-color 0.5s ease, color 0.5s ease, box-shadow 0.5s ease, background 0.5s ease;
  transition: opacity 0.5s ease, background-color 0.5s ease, color 0.5s ease, box-shadow 0.5s ease, background 0.5s ease;
}
.btn-box,
.btn.btn-default,
.btn.btn-default:hover,
.btn.btn-default:active,
.btn.btn-default.hover {
  border: 1px solid #484b4d !important;
  color: #484b4d;
  background-color: transparent;
}
.btn-box-white,
btn-box-whote:hover {
  border: 1px solid #fff!important;
  color: #fff;
  background-color: transparent;
}
.btn-box-blue,
btn-box-blue:hover {
  border: 1px solid #3480ac !important;
  color: #3480ac;
  background-color: transparent;
}
.btn-lp {
  font-size: 24px;
}
/*.btn.btn-default {
    background-color: @btn-default;
    color: #fff;
    border:1px solid @btn-default!important;
}*/
.btn-box-light {
  border: 1px solid #E8E8EC!important;
}
/*.btn.btn-default:hover, .btn.btn-default:active, .btn.btn-default.hover {
    background-color: @btn-default!important;
    border:1px solid @btn-default!important;
}*/
.btn.btn-default.btn-flat {
  border-bottom-color: #d9dadc;
}
.btn.btn-primary {
  background-color: #f9575c;
  border-bottom-color: #f9575c;
  border: 1px solid #f9575c;
}
.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary.hover {
  background-color: #f9575c;
  border: 1px solid #f9575c;
}
.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
}
.btn.btn-success {
  background-color: #85BB59;
  border-color: #85BB59;
}
.btn.btn-success:hover,
.btn.btn-success:active,
.btn.btn-success.hover {
  background-color: #78B348;
}
.btn.btn-info {
  background-color: #60B8B8;
  border-color: #60B8B8;
}
.btn.btn-info:hover,
.btn.btn-info:active,
.btn.btn-info.hover {
  background-color: #38A6A6;
}
.btn.btn-danger {
  background-color: #f56954;
  border-color: #f4543c;
}
.btn.btn-danger:hover,
.btn.btn-danger:active,
.btn.btn-danger.hover {
  background-color: #f4543c;
}
.btn.btn-warning {
  background-color: #f39c12;
  border-color: #e08e0b;
}
.btn.btn-warning:hover,
.btn.btn-warning:active,
.btn.btn-warning.hover {
  background-color: #e08e0b;
}
.btn.btn-flat {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-width: 1px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
}
.btn:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:focus {
  outline: none;
}
.btn.btn-file {
  position: relative;
  overflow: hidden;
}
.btn.btn-file > input[type='file'] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
/* Component:alert------------------------*/
.alert {
  padding-left: 30px;
  margin-left: 15px;
  position: relative;
}
.alert-block {
  margin: 0px;
  border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
}
.alert-success {
  color: #F2F2F2;
  background-color: #84BA58;
  border-color: #84BA58;
}
.alert-warning {
  /*color: #FFF;
    background-color: #EC7B61;
    border-color: #EC7B61;*/
}
.alert-danger {
  color: #FFF;
  background-color: #F44345;
  border-color: #F44345;
}
/* Component:Navs*/
/* NAV PILLS */
.nav.nav-pills > li > a {
  border-top: 3px solid transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  background: transparent;
  border-radius: 0;
  color: #444;
}
.nav.nav-pills > li.active > a,
.nav.nav-pills > li.active > a:hover {
  background-color: #F1F1F3;
}
.nav.nav-pills > li.active > a {
  font-weight: 600;
}
.nav.nav-pills > li > a:hover {
  background-color: #f6f6f6;
}
.nav.nav-pills.nav-stacked > li > a {
  border-top: 0;
  border-right: 3px solid transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #545463;
}
.nav.nav-pills.nav-stacked > li.active > a,
.nav.nav-pills.nav-stacked > li.active > a:hover {
  background-color: #FFF;
  border-right-color: #f9575c;
  color: #545463;
}
.nav.nav-pills.nav-stacked > li.header {
  border-bottom: 1px solid #ddd;
  color: #777;
  margin-bottom: 10px;
  padding: 5px 10px;
  text-transform: uppercase;
}
.nav-tabs {
  border: none;
  font-size: 13px;
}
.nav-tabs > li {
  margin-bottom: -2px;
}
.nav-tabs > li > a {
  border: none;
  margin-right: 10px;
}
.nav-tabs > li > a > i {
  vertical-align: middle;
  padding-right: 8px;
}
.nav-tabs > li > a:hover {
  border-color: #E8E8EC;
  background: #fff;
  color: #8B8B9C;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #796763;
  cursor: default;
  font-weight: 600;
  background-color: #fff;
  border: 1px solid #D8D1CC;
  border-bottom-color: transparent;
}
/* Component:Pace Loader*/
.pace .pace-progress {
  background: #EC7B61;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 2px;
  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}
.pace-inactive {
  display: none;
}
/* Component:Cards */
.card {
  position: relative;
  overflow: hidden;
  margin-top: 10px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
}
.card .card-title {
  color: #3480ac;
  font-size: 16px;
}
.card a {
  color: #484b4d;
  display: block;
}
.card-action a {
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.card.small {
  height: 300px;
  position: relative;
}
.card.small .card-image {
  overflow: hidden;
  /*height: 150px;*/
}
.card.small .card-content {
  overflow: hidden;
  height: 150px;
}
.card.small .card-action {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.card .card-image {
  position: relative;
  z-index: 2;
  /*max-height: 163px;*/
  display: block;
  overflow: hidden;
}
.card .card-image img {
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  background-clip: padding-box;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  /*min-height: 163px;*/
  bottom: 0;
  width: 100%;
  z-index: -1;
}
.card .card-image .card-title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 16px;
}
.card .card-content {
  position: relative;
  padding: 16px;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.card .card-content p {
  /*margin: 0;
    color: #626D76;*/
}
.card .card-img-label {
  position: absolute;
  background: rgba(255, 255, 255, 0.57);
  color: #484b4d;
  padding: 10px 15px;
  top: 0;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 1px;
  border-radius: 0px 0px 3px 0px;
  -moz-border-radius: 0px 0px 3px 0px;
  -webkit-border-radius: 0px 0px 3px 0px;
}
.card .card-action {
  font-size: 12px;
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  padding: 16px;
}
@media (min-width: 768px) {
  .navbar-right {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  #pricing {
    padding: 20px;
  }
  #pricing .panel-default {
    margin: 8px!important;
    width: 30%!important;
  }
}
.jumbotron {
  background-color: #f0f4f6;
}
.breadcrumb {
  background-color: transparent;
}
/* Set padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
  white-space: normal;
}
.landing-bg {
  color: #fff;
  width: 100%;
  background-position: 50% 50%;
  background-attachment: fixed;
  background-size: cover;
  min-height: 90%;
  /* Fallback for browsers do NOT support vh unit */
  min-height: 90vh;
  /* These two lines are counted as one :-)       */
  height: 90vh;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  /* Safari */
  align-items: center;
  /*-webkit-align-items: center;*/
  /* Safari 7.0+ */
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.stripe-connect {
  display: inline-block;
  margin-bottom: 1px;
  background-image: -webkit-linear-gradient(#28A0E5, #015E94);
  background-image: -moz-linear-gradient(#28A0E5, #015E94);
  background-image: -ms-linear-gradient(#28A0E5, #015E94);
  background-image: linear-gradient(#28A0E5, #015E94);
  -webkit-font-smoothing: antialiased;
  border: 0;
  padding: 1px;
  height: 30px;
  text-decoration: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.stripe-connect span {
  display: block;
  position: relative;
  padding: 0 12px 0 44px;
  height: 30px;
  background: #1275FF;
  background-image: -webkit-linear-gradient(#7DC5EE, #008CDD 85%, #30A2E4);
  background-image: -moz-linear-gradient(#7DC5EE, #008CDD 85%, #30A2E4);
  background-image: -ms-linear-gradient(#7DC5EE, #008CDD 85%, #30A2E4);
  background-image: linear-gradient(#7DC5EE, #008CDD 85%, #30A2E4);
  font-size: 14px;
  line-height: 30px;
  color: white;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.stripe-connect span:before {
  content: '';
  display: block;
  position: absolute;
  left: 11px;
  top: 50%;
  width: 23px;
  height: 24px;
  margin-top: -12px;
  background-repeat: no-repeat;
  background-size: 23px 24px;
}
.stripe-connect:active {
  background: #005D93;
}
.stripe-connect:active span {
  color: #EEE;
  background: #008CDD;
  background-image: -webkit-linear-gradient(#008CDD, #008CDD 85%, #239ADF);
  background-image: -moz-linear-gradient(#008CDD, #008CDD 85%, #239ADF);
  background-image: -ms-linear-gradient(#008CDD, #008CDD 85%, #239ADF);
  background-image: linear-gradient(#008CDD, #008CDD 85%, #239ADF);
  -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
}
/* Images*/
.stripe-connect span:before,
.stripe-connect.blue span:before {
  background-image: url("data:image/png;base64,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");
}
.profile-picture {
  width: 100px;
}
#boxer.mobile {
  z-index: 9999;
}
#map-canvas {
  height: 200px;
  margin: 0px;
  padding: 0px;
}
#pac-input {
  background-color: #fff;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 400px;
}
#pac-input:focus {
  border-color: #4d90fe;
}
.controls {
  margin-top: 16px;
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.search-widget .range-from:after {
  display: inline-block;
  position: absolute;
  top: 0;
  right: -4px;
  content: "-";
  color: #333;
  line-height: 30px;
  font-weight: bold;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .row-eq-height .col-md-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33%;
  }
}
@media (min-width: 992px) {
  .col-lg-3 {
    width: 24.5%;
  }
}
.truncate {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.badge.up {
  position: relative;
  top: -12px;
  padding: 3px 6px;
  margin-left: -25px;
}
.top-menu .dropdown-menu li a {
  font-size: 14px;
  text-align: left;
  padding: 5px 15px;
}
.dropdown .extended {
  width: 280px;
  padding: 0;
  margin-left: -1px;
  z-index: 3;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  border: none;
  /*max-height: 330px;*/
}
.dropdown .extended li {
  border-bottom: 1px solid #f0f0f0;
  line-height: 20px;
}
.dropdown .extended li a {
  padding: 10px 20px !important;
}
.dropdown .extended i {
  float: left;
  width: 38px;
  margin-right: 10px;
  text-align: center;
  margin-top: 5px;
}
.dropdown .extended p {
  font-weight: 600;
  background-color: #E4E9ED;
  padding: 10px 5px 10px 5px;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  table.mails {
    table-layout: fixed;
  }
}
@media (max-width: 767px) {
  .text-center-sm {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .pull-left-md {
    float: left;
  }
}
.img-profile-card {
  position: absolute;
  top: -40px;
  right: 10px;
  z-index: 3;
}
@media (min-width: 1200px) {
  #sidebar.affix,
  #sidebar.affix-bottom {
    width: 320px;
  }
}
@media (max-width: 976px) {
  .affix {
    position: static;
  }
  #sidebar.affix,
  #sidebar.affix-bottom {
    width: 100%;
  }
  #priceListInline {
    display: block !important;
  }
}
@media (max-width: 560px) {
  .content {
    margin-top: 0px;
  }
  h1,
  h2.title {
    font-size: 30px;
  }
  h2 {
    font-size: 22px;
  }
  .create-request-card-img img,
  .list-img img {
    width: 80px;
    padding-left: 10px;
  }
  .create-request-card,
  .create-request-card-img,
  .list-img,
  .list-content {
    width: 100%;
    padding: 5px;
    text-align: left;
  }
  .list-content .pdg-l {
    padding-left: 0px;
  }
  .list-img-img,
  .list_reviews {
    display: inline-block;
    text-align: left;
  }
  .list_reviews {
    padding-left: 8px;
    vertical-align: bottom;
  }
}
.navbar-brand > img {
  display: inline-block;
}
.navbar-brand {
  color: #484b4d;
}
.menu {
  margin-right: 10px;
}
.carousel-control.left,
.carousel-control.right {
  background: none;
  width: 15%;
}
.carousel-inner > .item > img,
.carousel-inner > .item > .vwrapper {
  width: auto!important;
  max-height: 300px!important;
  margin-left: auto;
  margin-right: auto;
}
.carousel-inner > .item > .vwrapper > video {
  max-height: 300px!important;
  width: 100%;
}
.fs-lightbox-element {
  height: 65px;
  overflow: hidden;
  display: block;
}
.score {
  color: #f0f4f6;
}
.label-info {
  background-color: #dedede;
}
.panel-body {
  padding: 20px!important;
}
.panel,
.card {
  border: none;
  box-shadow: 0px 1px 15px 0px rgba(75, 101, 132, 0.15);
}
.navbar-brand {
  padding: 10px 15px;
}
.ReservationMessage {
  border: 1px solid #E8E8EC;
  border-radius: 4px;
}
.orderMessageText {
  border: none;
}
#messagesImages {
  padding: 10px;
}
.msgImgThumb {
  margin-right: 10px;
}
#credit-card-number {
  display: block;
  font-weight: 200;
  font-size: 16px;
  height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 16px 0 0;
  padding: 0 14px;
  width: 100%;
  outline: 0;
  border: none;
  background-color: transparent;
  background-image: none;
  -webkit-tap-highlight-color: transparent;
}
.widget-panel {
  padding: 25px 25px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 20px;
  margin-top: 15px;
  border: 1px solid #eee;
}
.widget-style-2 {
  padding-left: 25px;
}
.payDetails {
  display: inline-block;
  margin-top: -45px;
  float: right;
}
@media (max-width: 420px) {
  .payDetails {
    float: none;
    margin-top: 15px;
  }
  .searchListImg {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  /* Force table to not be like tables anymore */
  #no-more-tables table,
  #no-more-tables thead,
  #no-more-tables tbody,
  #no-more-tables th,
  #no-more-tables td,
  #no-more-tables tr {
    display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  #no-more-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #no-more-tables tr {
    border: 1px solid #ccc;
  }
  #no-more-tables td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 10px;
    white-space: normal;
    text-align: left;
  }
  #no-more-tables td:before {
    /*position: absolute;
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
        content: attr(data-name);*/
  }
}
@media (max-width: 767px) {
  .btn-xs-block {
    display: block;
    width: 100%!important;
    float: none!important;
    clear: both;
  }
  input[type="submit"].btn-xs-block,
  input[type="reset"].btn-xs-block,
  input[type="button"].btn-xs-block {
    width: 100%;
  }
  .btn-block + .btn-xs-block,
  .btn-xs-block + .btn-block,
  .btn-xs-block + .btn-xs-block {
    margin-top: 0.5rem;
  }
  .AboveFold {
    margin-top: 0;
  }
  .m-0-xs {
    margin: 0;
  }
  .bdr-r {
    border: none;
  }
  .petsitter-location .form-control,
  .petsitter-submit .select-filter {
    width: 100% !important;
  }
  .search-cta {
    margin: 0 15px;
  }
  .secure_payment {
    float: none!important;
    text-align: center;
    margin-top: 15px;
    display: block;
  }
}
blockquote {
  border-left: none!important;
  text-align: justify !important;
}
blockquote::before {
  content: "\201C";
  /*Unicode for Left Double Quote*/
  /*Font*/
  font-family: Georgia, serif;
  font-size: 65px;
  font-weight: bold;
  /*Positioning*/
  position: absolute;
  left: -20px;
  top: -6px;
}
.blockquoteGrey:before {
  color: #484b4d;
}
.blockquoteA:before {
  content: "A)";
  /*Unicode for Left Double Quote*/
}
.blockquoteB:before {
  content: "B)";
  /*Unicode for Left Double Quote*/
}
.blockquoteA:before,
.blockquoteB:before {
  /*Font*/
  font-family: Quicksand,Arial;
  font-size: 30px;
  font-weight: bold;
  color: #484b4d;
  /*Positioning*/
  position: absolute;
  left: -6px;
  top: 5px;
}
.blockquoteSmall {
  font-size: 14px;
  padding: 10px !important;
}
.blockquoteSmall:before {
  font-size: 45px;
  left: 24px;
  top: -16px;
}
#rulesModal .modal-dialog,
#petsitterRulesModal .modal-dialog {
  max-width: 600px;
}
#rulesModalLink {
  cursor: pointer;
}
.benefitsList {
  margin: 0 auto;
  max-width: 350px;
  font-size: 17px;
}
.benefitBox-header {
  text-align: center;
  padding: 1px;
  background-color: #f0f4f6;
  margin: -25px -25px 25px -25px;
}
.listingRatesList h3 {
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.currency {
  font-size: 12px!important;
}
.smallH {
  font-size: 14px;
  font-family: "Quicksand", Arial;
}
.stepH {
  font-size: 22px;
}
.requestPets {
  width: 50px;
  float: left;
  margin-right: 8px;
}
.requestPetsNo {
  width: 50px!important;
  padding: 6px 5px!important;
}
.requestPetsNo::-webkit-inner-spin-button,
.requestPetsNo::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.request-header {
  font-size: 28px;
}
.whiteUnderline {
  color: #fff;
  text-decoration: underline;
}
.text-underline {
  text-decoration: underline;
}
.capitalFirst:first-letter {
  text-transform: uppercase;
}
#loginLink {
  color: #f9575c !important;
  font-weight: bold;
}
/*ul.benefitsList {
  list-style: none;
}

ul.benefitsList li:before {
  content: '✓';
}*/
#requestReservationDiscountsModal {
  cursor: pointer;
}
.listingRatesList.discounts .pull-left {
  font-weight: 600;
}
.listingRatesList.discounts .pull-right,
.listingRatesList.discounts h4,
.listingRatesList.discounts h3 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.listingRatesList.discounts li,
.listingRatesList.discounts h4 {
  font-size: 14px;
}
.listingRatesList.discounts .pull-right.first {
  font-size: 18px;
}
#divLoading {
  display: none;
}
#divLoading.show {
  display: block;
  position: fixed;
  z-index: 999998;
  background-color: rgba(240, 244, 246, 0.6);
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
}
.m-20 {
  margin: 20px;
}
.m-l-20 {
  margin-left: 20px;
}
.m-l-5 {
  margin-left: 5px;
}
.m-t-10 {
  margin-top: 10px !important;
}
.m-t-70 {
  margin-top: 70px !important;
}
.m-b-10 {
  margin-bottom: 10px !important;
}
.m-l-0 {
  margin-left: 0px;
}
.p-8 {
  padding: 8px!important;
}
.p-t-30 {
  padding-top: 30px;
}
.p-t-20 {
  padding-top: 20px;
}
.p-l-r-30 {
  padding-left: 30px;
  padding-right: 30px;
}
.p-l-r-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.p-l-15 {
  padding-left: 15px!important;
}
.p-30 {
  padding: 30px;
}
.inline-block {
  display: inline-block;
}
img.service-img {
  max-width: 70px;
}
#benefitBox {
  padding: 25px;
  border: 1px solid #dbe4ec;
  border-radius: 4px;
}
#benefitBox p,
p.sub-service {
  font-size: 16px;
}
.quote {
  position: relative;
}
.open > .dropdown-menu {
  width: 250px;
}
.msgPict > img {
  max-width: 32px;
}
li.highlight,
div.highlight {
  background-color: #f0f4f6!important;
  margin-left: -1px;
  margin-right: -1px;
}
li.highlight {
  border-width: 2px 0px!important;
  border-style: dotted!important;
  border-color: #dbe4ec!important;
}
div.highlight {
  margin-top: -1px;
}
.feed-bar-delim {
  background-color: #f9f9f9!important;
  margin-left: -1px;
  margin-right: -1px;
}
.lowercase {
  text-transform: lowercase;
}
.faq-card {
  border: 1px solid #f0f4f6;
  padding: 15px;
  margin-bottom: 15px;
  height: 90%;
  border-radius: 4px;
}
.toggle-filter-item {
  height: 34px;
  vertical-align: bottom;
}
.toggle-filter-item input[type="checkbox"] {
  width: 5px;
}
.toggle-filter-item .type {
  margin-right: 5px;
  position: relative;
  top: 5px;
}
.select-status {
  width: 125px;
  display: inline-block;
  height: 34px;
}
/* petsittervspethotel */
/* Header */
.search-petsitter .form-group {
  display: block;
}
#petVShome .homeContent .title {
  width: 70%;
  margin: 0 auto;
}
.form-inline .petsitter-options {
  display: block;
  margin: 0 auto 10px auto;
}
.petsitter-options {
  display: block;
  max-width: 460px;
  border-collapse: separate;
  border-spacing: 15px;
}
.petsitter-options .item,
.toggle-filter-item,
.select-status {
  display: inline-block;
  background-color: #fff;
  border: solid 1px #ccc;
  cursor: pointer;
  border-radius: 4px;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.petsitter-options .item {
  vertical-align: top;
  width: 32%;
  /*margin-right: 1%;*/
  height: 66px;
}
.petsitter-options:last-child {
  margin-right: 0;
}
.petsitter-options .item .icon {
  display: block;
  font-size: 18px;
  margin-top: -6px;
}
.petsitter-options .item.active,
.petsitter-options .item:hover,
.petsitter-options .item:focus,
.toggle-filter-item.active,
.toggle-filter-item:hover,
.toggle-filter-item:focus {
  color: #484b4d;
  font-weight: bold;
}
.petsitter-options .item.active,
.toggle-filter-item.active {
  border-top: 3px solid #f9575c;
}
.petsitter-options .item.active .icon {
  /*color:#f9bf3b ;*/
}
.petsitter-options .item .type {
  display: block;
}
.petsitter-options input[type="radio"],
.toggle-filter-item input[type="checkbox"] {
  opacity: 0;
  cursor: pointer;
}
.petsitter-location {
  display: inline;
  position: relative;
}
.petsitter-location .fa-map-marker {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 22px;
  color: #dbe4ec;
}
.petsitter-location .form-control {
  border-radius: 4px;
  /*margin-right: 5px;*/
  width: 61%;
}
.petsitter-submit {
  max-width: 460px;
  margin: 0 auto;
}
.petsitter-submit button {
  width: 35%;
}
.petsitter-submit .select-filter {
  width: 30%;
}
/* Reasons why */
.container-bleed {
  max-width: 1900px;
  margin: 40px auto 0 auto;
}
.container-bleed .row {
  margin-bottom: 40px;
}
.container-bleed .row:nth-child(even) .photo {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}
.container-bleed .row:nth-child(odd) .photo {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}
/*.container-bleed .row:first-child .photo,
.container-bleed .row:last-child .photo {
  border-radius: 0;
}*/
.container-bleed .media {
  max-width: 90%;
  margin-top: 15px;
}
.container-bleed .media-body {
  display: block;
  width: 100%;
  margin-top: 15px;
}
.container-bleed .media-body h2 {
  margin-bottom: 50px;
  text-align: left;
  font-weight: bold;
}
.container-bleed .media-body h2::after,
h2.line-after::after {
  display: block;
  content: '';
  width: 30px;
  height: 2px;
  background-color: #484b4d;
  position: relative;
  bottom: -20px;
  left: 0;
}
/* How it works */
#how_it_works {
  padding: 0 30px 50px 30px;
  max-width: 1600px;
  margin: 0 auto;
}
.content #how_it_works {
  background-color: #fff;
}
.how-it-works {
  border-top: solid 1px #d8d8d8;
  border-bottom: solid 1px #d8d8d8;
}
.how-it-works .steps {
  margin: 0;
}
.workflow-steps {
  height: 2px;
  background-color: #bec0cf;
  position: relative;
  margin: 20px auto 70px auto;
  max-width: 70%;
}
.workflow-steps span {
  display: block;
  width: 50px;
  height: 50px;
  border: solid 2px #ababab;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: -25px;
  line-height: 50px;
}
.workflow-steps span:nth-child(2) {
  left: 50%;
  margin-left: -25px;
}
.workflow-steps span:last-child {
  right: 0;
  margin-left: -50px;
}
.steps-container {
  max-width: 1600px;
  margin: 0 auto;
}
/* Testimonials */
.testimonials-container {
  background-color: #f9f9f9;
  border-bottom: solid 1px #d8d8d8;
}
.testimonial-photo {
  width: 112px;
  height: auto;
}
.testimonial-photo .img-responsive {
  border-radius: 50%;
}
.testimonial-blockquote {
  display: table;
  margin-bottom: 0;
}
.testimonial-photo,
.testimonial-content {
  display: table-cell;
  vertical-align: top;
}
.testimonial-content {
  padding-left: 30px;
}
#petsitter {
  padding-bottom: 0;
}
.pac-container {
  margin-top: -50px;
}
/* Mobile */
@media (max-width: 1270px) {
  .pac-container {
    margin-top: 26px;
  }
}
@media (max-width: 1200px) {
  #petVShome #faq {
    padding: 0 30px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .footer-menus {
    margin-bottom: 20px;
    min-height: 190px;
  }
}
@media (max-width: 992px) {
  .pac-container {
    margin-top: -12px;
  }
  #review-page {
    padding: 15px;
  }
}
@media (max-width: 768px) {
  .pac-container {
    margin-top: -38px;
  }
  .navbar .navbar-right > .nav {
    margin: 0;
    padding: 0;
  }
  #petVShome .homeContent .title {
    font-size: 26px;
  }
  .petsitter-location {
    display: block;
  }
  .petsitter-location .fa-map-marker {
    top: 12px;
  }
  .container-bleed .media {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .container-bleed {
    display: table;
    border-spacing: 10px;
    margin: 0 auto 0 auto;
  }
  .container-bleed .row {
    margin-bottom: 0;
  }
  .container-bleed .media-body {
    display: table-cell;
  }
  .container-bleed .media-body h2 {
    margin-top: 5px;
  }
  .container-bleed .media-icon {
    margin-right: 5px;
  }
  #how_it_works .steps {
    margin-bottom: 30px;
  }
  .footer-menus {
    margin-bottom: 20px;
  }
  .testimonial-photo,
  .testimonial-content {
    display: block;
    padding-left: 0;
  }
  .testimonial-photo {
    height: 130px;
    width: 100%;
    margin-bottom: 10px;
  }
  .testimonial-photo .img-responsive {
    max-height: 100%;
    margin: 0 auto;
  }
  blockquote::before {
    left: 0;
  }
  #petsitter .faq-card {
    margin: 15px 15px;
  }
  .container-bleed .row:nth-child(even) .photo {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
  }
  .container-bleed .row:nth-child(odd) .photo,
  .container-bleed .row:nth-child(even) .photo {
    border-radius: 0;
  }
  div#trustSafety {
    padding: 0px 30px 30px 30px;
  }
}
@media (max-width: 674px) {
  #pricing .panel-default {
    margin: 30px!important;
    width: 100%!important;
  }
}
@media (max-width: 570px) {
  .homeContent .title {
    width: 100%;
    font-size: 25px;
    min-height: 54px;
  }
  .homeContent {
    /*padding: 30px 15px;*/
  }
}
@media (min-width: 561px) and (max-width: 570px) {
  .pac-container {
    margin-top: -24px;
  }
}
@media (min-width: 420px) and (max-width: 560px) {
  .pac-container {
    margin-top: -24px;
  }
}
@media (max-width: 420px) {
  .pac-container {
    margin-top: 0;
  }
  .homeContent {
    /*padding: 30px 10px;*/
  }
}
@media (max-width: 560px) {
  #petVShome.AboveFold {
    margin-top: -9px;
  }
  .testimonials-container {
    padding: 30px 10px;
  }
  .petsitter-options .item .type {
    font-size: 13px;
  }
}
@media (max-width: 378px) {
  .petsitter-options .item {
    height: 78px;
  }
  .petsitter-options .icon {
    margin-top: -10px;
  }
  #pricing .panel-default {
    margin: 15px!important;
  }
}
.profile-pic .file-thumbnail-footer {
  display: none;
}
.profile-pic {
  max-width: 150px;
}
.mediaLogo {
  margin: 10px;
}
#mediaLogos {
  border-top: 2px dashed #f0f4f6;
  border-bottom: 2px dashed #f0f4f6;
}
.panel-highlight {
  background-color: #dbe4ec;
  border: 1px solid #dbe4ec !important;
}
.secure_payment img {
  width: 120px;
}
.pricing-header b {
  font-size: 30px;
}
.pricing-header .currency {
  font-size: 16px !important;
}
.pricing-header {
  background-color: #3480ac;
  margin: -21px -21px 15px -21px;
  padding: 10px;
  color: #fff;
}
.recomended-pricing {
  background-color: #86bedf;
  color: #fff;
}
.pricing-header-light {
  background-color: #dbe4ec !important;
  color: #484b4d;
}
#pricing .panel-default {
  margin: 15px;
  box-shadow: 0px 2px 15px 0px rgba(75, 101, 132, 0.15);
  position: relative;
  border: none;
  padding-bottom: 65px!important;
}
.best-for {
  margin: -36px -10px 10px 15px;
  /*background-color: #c9d4de;*/
  background-color: #2c6d92;
  padding: 3px;
  border-radius: 50px 4px 0px 0px;
}
.recomended-pricing .best-for {
  background-color: #7cabc7;
}
.best-for-darkest {
  background-color: #255a79;
}
.pricing-header-darkest {
  background-color: #286486;
}
ul.checkmark li {
  background: url("../checkmark.gif") no-repeat 0 50%;
  padding-left: 20px;
}
ul.checkmark {
  list-style-type: none;
}
.anchor-bottom {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
}
button.anchor-bottom {
  width: 88%;
}
.popover {
  border: 1px solid #eee!important;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.13333333) !important;
}
.popover.left > .arrow {
  border-left-color: #eee !important;
}
.strikethrough {
  text-decoration: line-through;
}
.partner {
  height: 90px;
  display: inline-block;
  max-width: 170px;
  padding: 10px;
}
.review-card {
  /*box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.13333333); border-color:#eee!important;margin:0px 10px;*/
}
.review-picture {
  width: 45px;
  vertical-align: bottom;
}
.score::after,
.rating-container .rating-stars {
  color: #3480ac;
}
.score-yellow::after {
  color: #fde16d;
}
.score,
.rating-container {
  color: #ebf1f5;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #484b4d !important;
  border-color: #484b4d !important;
}
hr {
  border-top: 1px solid #f0f4f6;
}
.input-daterange .input-group-addon {
  border-width: 1px!important;
}
.dropdown-menu .badge {
  position: initial !important;
}
.caregiverService {
  /*border:1px solid #f0f4f6;*/
  box-shadow: 0px 1px 15px 0px rgba(75, 101, 132, 0.15);
  border-radius: 4px;
  max-height: 136px;
}
.caregiverServiceDescr {
  max-width: 60%;
  padding: 20px;
  vertical-align: top;
}
.caregiverService img {
  max-width: 165px;
}
.howItWorksSitters {
  max-width: 400px;
  margin: 0 auto;
}
.step-number {
  border-radius: 50%;
  box-shadow: 0px 1px 15px 0px rgba(75, 101, 132, 0.15);
  background-color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
/* Remove padding */
.no-padding {
  padding: 0px !important;
}
/* Remove margins */
.no-margin {
  margin: 0px !important;
}
#pills-tab {
  border-bottom: 1px solid #f0f4f6;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #484b4d;
}
.generalCleaning {
  font-size: 14px;
}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider {
  background-color: #00D689 ;
}
input:focus + .slider {
  box-shadow: 0 0 1px #00D689 ;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.valing-top {
  vertical-align: top!important;
}
.wh100 {
  width: 100%;
  height: 100%;
}
.petgiftCategory {
  height: 200px;
  border-radius: 4px;
  border: none;
  /*box-shadow:0px 1px 15px 0px rgba(75, 101, 132, 0.15);*/
  margin: 10px;
}
.petgiftCategory a {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}