@import 'card.mini.css';
@import 'spacing.css';

:root{
  /*--sell-bg: #FAE5D3;*/
  --sell-bg: #FFF;
  --sell-bg-head: #5DC3E2;

  /*--buy-bg: #DDF3F8;*/
  --buy-bg: #FFF;
  --buy-bg-head: #F2C298;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
  align-items: center;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 100px;
  height: 100px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 50px;
}
.btn-circle.btn-x {
  width: 75px;
  height: 75px;
  padding: 0px 5px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 40px;
}
.btn-circle.btn-xl p, .btn-circle.btn-x p
{
  word-wrap: break-word;
  white-space: normal;
  font-size: 14px;
  text-align: center;
  align-self:middle;
  margin-top: 20px;
  font-weight: bold;
}
.btn-circle.btn-xxl {

  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 75px;
}
.btn-circle p {
    float: left;
    width: 100%;
    margin: 0;

    font-size: 13px;
    text-align: center;
}
.btn-circle img {
    width: 50%;
    margin: 0 auto;
    font-size: 11px;
    text-align: center;
    align-self:middle;
}

.btn-landing {
  padding-top: 12px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;

  text-align: center;
}

.btn-landing p{
  width: 100%;
  text-align: center !important;
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-weight: 500 !important;
  font-size: 2rem !important;
}

.hspace {
  width: 120px;
  display: inline-block;
}
.btn-service p {
    word-wrap: break-word;
    white-space: normal;
    margin-top: -10px;
    font-size: 11px;
}

.btn-service {
  text-overflow: ellipsis;
  padding: 0px;
  color: #AA6C39;
}

.btn-plain
{
  border: 0px;
  background-color: transparent;
}


/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
    .btn-xxl {
      width: 50px;
      height: 80px;
      word-wrap: break-word;
      margin-top: 10px;
    }
    .btn-circle p {
     font-size: 11px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
  .btn-xxl {
    width: 50px;
    height: 80px;
    word-wrap: break-word;
  }
  .btn-circle p {
    word-wrap: break-word;
  }
}

/* Small Devices, Tablets */
@media (min-width: 992px) and (max-width: 1199px)
{
  .btn-xxl {
    width: 70px;
    height: 100px;
  }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
  .btn-xxl {
    width: 70px;
    height: 100px;
  }
  .card .panel-body
  {
    height: 200px;
  }
  .card .panel-heading {
    height: 260px;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
  .btn-xxl {
    width: 70px;
    height: 100px;
  }

  .card .panel-body
  {
    height: 200px;
  }
  .card .panel-heading {
    height: 260px;
  }

}

.centered{
    text-align: center;
}
/* For New AD format */

.card .alert
{
  margin: -15px -15px 15px -15px;
  border-radius: 0px;
  text-align: center;
  background-image: linear-gradient(to bottom,transparent 0,transparent 100%);
  background-color: #22223B;
  color: #fff;
  font-size: 18px;
  padding-top: 3px;
  padding-bottom: 3px;
  cursor: pointer;
  display: block;
  font-size:16px;
}
.cards {
  max-height: 510px;
}
.card .alert:hover
{
  text-decoration: none;
}

.profile-row
{
  margin-top: -5px;
}

.card hr
{
  margin-top: 10px;
  margin-bottom: 10px;
}

.card .alert a
{
  color: #fff;
  font-size: 16px;
}

.card .small
{
  font-size: 80%;
  color: #6c6d6d;
}

.cardtype
{
  margin: -10px -15px 15px -15px;
  text-align: center;
  background-image: linear-gradient(to bottom,transparent 0,transparent 100%);
  background-color: #DDDBDB;
  color: #000;
  font-size: 12px;
  text-align: left;
  padding: 5px;
  font-weight: bold;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.panel-journel .cardtype
{
  background-color: #EDC580;
  color: #000;
}

.panel-job .cardtype
{
  background-color: #B1DBB4;
  color: #000;
}

.selected .panel
{
  border: 2px solid red !important;
}
.alert-price
{
  margin: 10px -15px 15px -15px;
  margin-top: 0px;
  border-radius: 0px;
  text-align: center;
  background-image: linear-gradient(to bottom,transparent 0,transparent 100%);
  background-color: #22223B;
  color: #fff;
  font-size: 12px;
}

.card .profile-img
{
  max-width: 100px;
  height: 100px;
  margin-left: -10px;
  margin-top: -5px;
}

.panel-body .label {
  display:inline-block;
  padding-top:0;
  padding-bottom:0;
  line-height:1.5em;
  margin-right: 5px;
  background-color: #d3d3d3;
  color: black;
}

.panel-body .label a {
  text-decoration: none;
  color: black;
}

.label-category
{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: #d3d3d3;
    color: black;
    max-width: 150px;
}

.label-directory
{
    background-color: #d3d3d3;
    color: black;
}

.ellipsis
{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ellipsis_2lines
{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ellipsis_2lines_spl
{
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.bggreen2   {background-color: #048444;}
.txt-w      {color:white;}
.txt-b      {color:black;}
.txt-bold   {font-weight: bold;}
.bgyellow2  {background-color: #FFD800;}
.bgred2     {background-color: #C20001;}
.thin-end   { border-bottom: 2px solid black; }
.sm-box     {width: 12px; margin-right:3px; background-color: #22223B;display: inline-block; height:12px;}
.rpad0      { padding-right: 0px;}

.card .goseeit, .card .goseeit:hover {
    font-size: 16px;
    color: #552700;
    font-weight: bold;
    text-decoration: none;
}

.collapsing {
    -webkit-transition: width 15s ease-out;
    -o-transition: width 15s ease-out;
    transition: width 15s ease-out;
}

.card .panel
{
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0,0,0,0.5);
}

.panel-ad .panel-heading, .panel-ad .panel-body, .panel-ad .panel-footer
{
  /*background-color: #F7F7F7;*/
  background-color: #FFFFFF;
}

.panel-job .panel-heading, .panel-job .panel-body, .panel-job .panel-footer
{
  /*background-color: #ebfbe2;*/
  background-color: #FFF;
}

.panel-job .panel-body /*.label*/
{
  /*background-color: #def9cf;*/
  background-color: #FFF;
}

/* SELL */
.panel-sell .panel-heading, .panel-sell .panel-body, .panel-sell .panel-footer
{
  background-color: var( --sell-bg ) !important;
}

.panel-sell .panel-body /*.label*/
{
  background-color: var( --sell-bg );
}

.panel-sell .cardtype
{
  background-color: var( --sell-bg-head );
  color: #000;
}

/* ~ SELL */
/* BUY */
.panel-buy .panel-heading, .panel-buy .panel-body, .panel-buy .panel-footer
{
  background-color: var( --buy-bg ) !important;
}

.panel-buy .panel-body /*.label*/
{
  background-color: var( --buy-bg );
}

.panel-buy .cardtype
{
  background-color: var( --buy-bg-head );
  color: #000;
}
/* ~BUY */



.panel-journel .panel-heading, .panel-journel .panel-body, .panel-journel .panel-footer
{
  /*background-color: #faf3db;*/
  background-color: #FFF;
}

.panel-journel .panel-body /*.label*/
{
  /*background-color: #f9edc2;*/
  background-color: #FFF;
}

.btn-corner
{
  height: 50px;
  width: 50px;
  border: 1px solid #265a88;
	background-clip: padding-box;
	border-top-left-radius:30px;
	border-top-right-radius:30px;
	border-bottom-left-radius:2px;
	border-bottom-right-radius:30px;
	transform: rotate(-45deg);
  margin-bottom: 10px;
}
.btn-corner img, .btn-corner i {
  transform: rotate(45deg);
  text-align: center;
  margin-top: 5px;
}
.spacer {
  width: 5px;
}

.btn-pin, .btn-pin:active:focus, .btn-pin:active
{
  height: 60px;
  width: 55px;
  background-image:url('../images/app/pin_black.png');
  background-repeat:no-repeat;
  background-size:contain;
  background-position:center;
  margin-right: -12px;
  margin-left: -12px;
  color: #000;
  font-size: 20px;
  box-shadow: none;
}

.btn-paw, .btn-paw:active:focus, .btn-paw:active
{
  height: 60px;
  width: 55px;
  background-image:url('../images/app/paw.png');
  background-repeat:no-repeat;
  background-size:contain;
  background-position:center;
  margin-right: -12px;
  margin-left: -12px;
  color: #000;
  font-size: 20px;
  box-shadow: none;
}

.btn-gray {
  background-image:url('../images/app/pin_gray.png') !important;
}

.btn-black {
  background-image:url('../images/app/pin.svg') !important;
}

.btn-pin, .btn-pin:active, .btn-pin:focus, .btn-pin:active:focus, .btn-pin:visited {
  outline: 0px;
  color: #000;
}
.btn-pin-group {
  margin-right: -15px;
}
@media only screen and (max-width : 480px) {
  .btn-pin, .btn-pin:active:focus, .btn-pin:active
  {
    width: 50px;
  }
}
.btn-mbi {
  padding: 6px 14px;
}
.btn-pin:hover
{
  color: #000;
  font-size: 20px;
}
.anchor p
{
  color: #fff;
  font-size: 24px;
  margin-top: -10px;
}
.anchor i
{
  color: #fff;
  font-size: 10px;
  margin-top: -20px;
}
/* Experiment */

.anchor:not(.collapsed) img {
  content: url("../images/app/minus.svg");
}

.anchor .collapsed img {
  content: url("../images/app/plus.svg") !important;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-menu>.active>a{
  color: #AA6C39;
  background-color: transparent !important;
  background-image:none
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

body h1, body h2
{
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

div
{
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
.mapThis
{
  margin-right: 2px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #FFD1AA;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #FFD1AA;
}

.starrr
{
  font-size: xx-large;
  color: #804515;
}

.starrr .readonly > span
{
  pointer-events: none;
}

.rating-starrr
{
  font-size: large;
  color: #804515;
}

.hspacer
{
  height: 10px;
}

.end
{
  margin-bottom: 40px;
}

.fa-map-marker, .map-marker {
  color: #AA6C39;
}

/* Fix some unwanted space */

.jumbotron
{
  padding: 0px;
  margin-bottom: 10px;
}

#cboxClose
{
  border: 0px;
  content: "";
}

.fixtop
{
  margin-top: 150px;
}

.fixtop75
{
  margin-top: 75px;
}

.topmargin10
{
  margin-top: 10px;
}

.topmargin20
{
  margin-top: 20px;
}

#keyword_drop_down_list
{
  z-index: 9999;
}

.ui-state-active
{
  background-color: #5bc0de;
  border: 1px solid #5bc0de;
}

.clickable{
    cursor: pointer;
}

.panel-heading span.clickable {
	margin-top: -20px;
	font-size: 15px;
}

#sitehead
{
}

#sitehead h2
{
  color: #337ab7 !important;
  font-weight: bold;
}

.head-text p
{
  font-weight: bold;
}

.beautiful input[type="checkbox"],
.beautiful input[type="radio"] {
    display: none;
}

.tag {
  font-size: 11px;
  margin-top:10px;
  margin-right:5px;
  background-color: #CEEDCE;
  color: #000;
}
.tag a {
  color: #000;
  cursor: pointer;
}
.tag a:hover {
  opacity: 1.0
}
.tag .remove {
  vertical-align: bottom;
  top: 0;
  margin-right: -3px;
  margin-left: 5px;
}
.tag a {
  margin-top: 5px;
}
.tag a .glyphicon-white {
  color: #d9534f;
  margin-bottom: 2px;
}

#searchbox
{
  font-size: 12px;
}

#searchselect
{
  width: 200px;
  font-family: 'FontAwesome';
}

.select2-results
{
  text-align: left;
}

.panel-pricing {
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.panel-pricing:hover {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}
.panel-pricing .panel-heading {
  padding: 20px 10px;
}

.panel-pricing .list-group-item {
  color: #777777;
  border-bottom: 1px solid rgba(250, 250, 250, 0.5);
}
.panel-pricing .list-group-item:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.panel-pricing .list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.panel-pricing .panel-body {
  background-color: #f0f0f0;
  font-size: 40px;
  color: #777777;
  padding: 20px;
  margin: 0px;
}

.comingsoon  {
  width: 65px;
  height: 65px;
  background-image: url(../images/joincircle/comingsoon.png);
  background-repeat: no-repeat;
  word-wrap: break-word;
  white-space: normal;
  vertical-align: middle;
  padding-top: 15px;
}

.note-group-select-from-files {
  display: none;
}

.percent70
{
  width: 70%
}

.mediaicon
{
  height: 40px;
  width: 40px;
}

.screenshot
{
  border: 1px dotted black;
  margin-top: 5px;
  margin-bottom: 5px;
}

.manage .starrrr {
  display: inline-block; }
.manage .starrr a {
    padding: 0 1px;
    cursor: pointer;
    color: #FFD119;
    text-decoration: none; }

.morecontent span {
    display: none;
}
.morelink {
    display: block;
    outline: 0px;
    text-decoration: none !important;
}

.morelink:hover {
  display: block;
  outline: 0px;
  text-decoration: none !important;
}

.btn-godeep {
  text-decoration: none !important;
}

.btn-godeep, .btn-godeep:focus, .btn-godeep:active {
  outline: 0px;
}

.btn-godeep i {
  margin-top:5px;
  color: gray;
}

.toolstrip i {
  color: lightgray;
}

.icon-ux {
  height: 30px;
  width: 30px;
  margin-right: 10px;
}

.profile-img{
  margin-left: -10px;

  min-width: 50px;
  min-height: 50px;
  border: 0px;
}

.vthumbnail {
  position: relative;
}

.vthumbnail .caption {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.shadowed {
  -webkit-filter: drop-shadow(12px 12px 25px rgba(248, 246, 246, 0.5));
  filter: url(#drop-shadow);
  -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
  filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
}

.heading {
  font-size: 28px;
  color: #70ade2;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
.input-phsmall::-webkit-input-placeholder
{
  font-size: 9px;
}
.carousal-image {
  margin: 0 auto;
  height: 250px;

}

.btn-get-started {
  margin-top: 40px;
  box-shadow:
		0px 1px 3px rgba(64,40,64,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
    0px 1px 0px rgba(255,255,255,0.3);
  color: #000;
}

.carousel-control.left {
  margin-left: -15px;
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1600px) {



}

.icon15 {
  width: 15px;
  height: 15px;
  margin-left: 5px;
}

.category-table td {
  padding-top: 10px;
}

.prop td {
  padding-top: 5px;
}

.prop-item {
  border: thin solid #275d8b;
  padding-left: 5px;
  color:#264159;
  border-radius: 4px;
  background-color: #f0f2f5;
}

.prop-item::-webkit-scrollbar {
    width: 10px;
}

.prop-item::-webkit-scrollbar-track {
    border-radius: 4px;
    background-color: rgba(203, 218, 231, 0.3);
}

.prop-item::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #87a8c5;
}

.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display:none;
}

.service-anchor {
  width: 70%;
}
.service-anchor:before {
  content:"";
  display:block;
  pointer-events: none;
  height:80px; /* fixed header height*/
  margin:-80px 0 0; /* negative fixed header height */
}

.float-sidebar {
  position: absolute;
  width: 120px;
  height: 200px;
  top: 50%;
  left: 0;
  z-index: 9999;
}

.card_count {
  font-size: 14px !important;
}

.leftbar {
  position: fixed;
  top: 30%;
  z-index: 9999;
  pointer-events: none;
}

@media only screen and (max-width: 760px) {
  .leftbar {
    display: none !important;
  }
}

.leftbar ul {
  padding: 0px;
  pointer-events: all;
  -webkit-transform: translate(-270px, 0);
  -moz-transform: translate(-270px, 0);
  -ms-transform: translate(-270px, 0);
  -o-transform: translate(-270px, 0);
  transform: translate(-270px, 0);
}
.leftbar ul li {
  display: block;
  margin: 5px;
  background: rgba(0, 0, 0, 0.10);
  width: 300px;
  text-align: right;
  padding: 1px;
  -webkit-border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  border-radius: 0 30px 30px 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.leftbar ul li:hover {
  -webkit-transform: translate(110px, 0);
  -moz-transform: translate(110px, 0);
  -ms-transform: translate(110px, 0);
  -o-transform: translate(110px, 0);
  transform: translate(110px, 0);
  background: rgba(0, 0, 0, 0.10);
}
.leftbar ul li:hover a {
  color: #000;
}
.leftbar ul li:hover i {
  color: #fff;
  background: red;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.leftbar ul li i {
  margin-left: 5px;
  color: rgba(0, 0, 0, 0.36);
  background: #fff;
  padding: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background: #ffffff;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.leftbar a {
  color: #fff;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

.nonclickable {
  pointer-events: none;
  opacity: .6;
}

.start_date {
  color: #000;

}

.services {
  height: 130px;
}

.liked {
  color: hsl(2, 64%, 46%) !important;
}

.comment-likes
{
  color: #337ab7;
  margin-left:20px;
}

.comment-like-icon
{
  height: 16px;
  width: 16px;
}



.circle-avatar{
    /* make it responsive */

    display:inline-block;

    /* make it a circle */
    border-radius:50%;

    /* Centering on image`s center*/
    background-position-y: center;
    background-position-x: center;
    background-repeat: no-repeat;

    /* it makes the clue thing, takes smaller dimension to fill div */
    background-size: cover;
    text-decoration: none;
    transition:all 1s ease;
}

.circle-doctor {

}
.circle-patient{
}

/* XS */
@media(max-width:767px){
  .circle-avatar {
    width:160px;
    height:160px;
  }
  .circle-avatar p {
    font-size: 2.5rem !important;
  }
}
/* SM */
@media(min-width:768px){
  .circle-avatar {
    width:200px;
    height:200px;
  }
  .circle-avatar p {
    font-size: 3rem !important;
  }
}
/* MD */
@media(min-width:992px){
  .circle-avatar {
    width:265px;
    height:265px;
  }
  .circle-avatar p {
    font-size: 4.2rem !important;
  }
}
/* LG */
@media(min-width:1200px){
  .circle-avatar {
    width:265px;
    height:265px;
  }
  .circle-avatar p {
    font-size: 4.2rem !important;
  }
}

.circle-avatar:hover {
  text-decoration: none;
}

.circle-avatar:active, .circle-avatar:focus {
  outline: none;
}

.circle-avatar p{
    width: 100%;
    text-align: center !important;
    vertical-align: middle;
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-weight: 350 !important;
    text-decoration: none;
    color: lightgray;
}

.circle-avatar:hover p {
  color: white;
  text-shadow : horizontal-shadow vertical-shadow blur white;
}

.circle-avatar span {
    color: lightgray;
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-weight: 200 !important;
    font-size: 1.2rem;
}
.circle-avatar:hover span, .circle-avatar:hover a {
  color: white;
}

.circle-avatar a {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-weight: 300 !important;
  font-size: 1rem;
  color: lightgray;
}

.btn-flat {
  background: none #157FCC;
}

.btn-nservice {
  display:inline-block;
  border-radius: 30px !important;
  height: 60px !important;
  width: 60px !important;
  padding: 5px;
  margin-right: 10px;
  margin-top: 13px;
  margin-bottom: 15px;
  border: rgb(179, 177, 177) solid 1px;
}

.btn-nservice div {
  height: auto;
  width: 100%;
  border-radius: 30px !important;
  overflow: hidden;
}

.btn-nservice img {
  height: auto;
  width: 44px;
  padding: 2px;
  margin-top: 4px;
}

.btn-nservice-text{
  text-align: center;
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-weight: 100 !important;
  font-size: .8rem !important;
  text-decoration: none;
  white-space: nowrap;
}

.btn-nservice > .btn-nservice-text, .more_service_icons > .btn-nservice-text {
  margin-top: 10px;
  color: black;
  font-weight: 300 !important;
  font-size: .7rem !important;
  white-space: pre-wrap !important; /* css-3 */
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word !important; /* Internet Explorer 5.5+ */
}

.topmargin25
{
  margin-top: 25px;
}


.btn-all {

}

#voice_search>.input-group{
  margin-top:20px;
}

.hvr-shrink.active {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.h40p {
  height: 40px;
}

.comment_rating {
  display: inline-block;
  cursor: pointer;
  color: #29bdee;
}
.detailed_rating {
  color: #29bdee;
}
.star_rating {
  color: #29bdee;
}
.detailed_rating_label {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-weight: 300 !important;
  font-size: 1.5rem !important;
  color: #310715;
}

.comment-box hr {
  margin-top: 5px;
  margin-bottom: 5px;
}

.headsub {
  color: #9d9d9d;
}
.rating-block{
	background-color:#FAFAFA;
	border:1px solid #EFEFEF;
	padding:15px 15px 20px 15px;
	border-radius:3px;
}

.slick-nav-btn {
  display: block;
  cursor: pointer;
  color:lightgray;
}

.slick-next {
  position: absolute;
  right: 0px;
  margin-top: -205px;
  margin-right: -15px;
}

.slick-prev {
  position: absolute;
  margin-top: 100px;
  margin-left: -15px;
}

.shots-slick > .slick-next {
  position: absolute;
  right: 0px;
  margin-top: -160px;
  margin-right: -15px;
}

.shots-slick > .slick-prev {
  position: absolute;
  margin-top: 110px;
  margin-left: -15px;
}

/**
 * bootstrap's input groups modify the float & z-index of form-controls, this allows awesomplete
 * to assume the position of the form-control and reset the input
 */
 .input-group div.awesomplete {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group div.awesomplete > input {
  float: none;
}
.input-group div.awesomplete > ul {
  z-index: 3; /* bootstrap sets .input-group .form-control to 2 */
}

.enter-to-win {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.enter-to-win:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.appointment-btn {
  color: gray;
}

.appointment-btn:hover {
  color: #22223B;
}

img.disabled {
  -webkit-filter: grayscale(100%);
     -moz-filter: grayscale(100%);
       -o-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
          filter: grayscale(100%);
}



.accordion {
  font-family: 'Montserrat', sans-serif;
  background-color: #275d8b;
  color: white;
  text-shadow: 0px 0px 8px rgba(0,0,0,0.8);
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  margin-top: 4px;
  margin-left: -4px;
  margin-right: -4px;
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
  border-radius: 8px;
  transition: 0.5s;
  /*background-size: 200% auto;*/
}

.accordion:hover {
  /*background-position: right center;*/
  background-color: #87b5de;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.accordion:active {
  background-color: #afcee9;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  transform: translateY(2px);
}

.accordion-left {
  /*background-image: linear-gradient(to right, #275d8b 0%, #87b5de 51%, #afcee9 100%);*/
  width: 88%;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  margin-right: -2px;
}

.accordion-right {
  /*background-image: linear-gradient(to right, #275d8b 0%, #87b5de 51%, #afcee9 100%);*/
  width:12%;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  margin-left: -2px;
  text-align: center;
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

.interests-panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

i.arrow-right {
    display: inline-block;
    font-style: normal;
    position: relative;
    width: 0.6em;
    height: 0.6em;
    border-right: 0.2em solid white;
    border-top: 0.2em solid white;
    transform: rotate(45deg);
    margin-right: 6px;
    top: -0.5pt;
}

i.arrow-down {
    display: inline-block;
    font-style: normal;
    position: relative;
    width: 0.6em;
    height: 0.6em;
    border-right: 0.2em solid white;
    border-bottom: 0.2em solid white;
    transform: rotate(45deg);
    margin-right: 6px;
    top: -1.5pt;
}

.card-middle-image {
  display: block;
  margin: 0 auto;
  width: 100px;
  height: 100px;
}

.panel {
  border-radius:8px;
  /* box-shadow: 0 0 8px rgba(0,0,0,0.5); */
}

.panel-heading {
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  background-image:none;
  background-color:#4d4d4d;
  color:white;
}

.panel-footer {
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
}

.pill-button {
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  background-color: #4d4d4d;
  border: none;
  color: white;
  text-shadow: 0px 0px 8px rgba(0,0,0,0.4);
  padding: 10px 20px;
  text-align: center;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 9999px;
  width:100%;
  font-weight:bolder;
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
  transition: 0.5s;
}
.pill-button:hover {
  background-color: #b3b3b3;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.pill-button:active {
  background-color: #cccccc;
  transform: translateY(2px);
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.button-blue {
  background-color: #275d8b;
}
.button-blue:hover {
  background-color: #87b5de;
}
.button-blue:active {
  background-color: #afcee9;
}

.button-inverted-blue {
  text-shadow: 0px 0px 8px rgba(255,255,255,0.4);
  border: 2px solid #275d8b;
  color:#275d8b;
  background-color: #ffffff;
}
.button-inverted-blue:hover {
  border-color: #87b5de;
  color:#87b5de;
  background-color: #e6e6e6;
}
.button-inverted-blue:active {
  border-color: #afcee9;
  color:#afcee9;
  background-color: #d9d9d9;
}

.button-orange {
  background-color: #996300;
}
.button-orange:hover {
  background-color: #ffc266;
}
.button-orange:active {
  background-color: #ffd699;
}

.button-green {
  background-color: rgb(56, 122, 62);
}
.button-green:hover {
  background-color: rgb(150, 207, 154);
}
.button-green:active {
  background-color: rgb(185, 223, 188);
}

.button-teal {
  background-color:#009999;
}
.button-teal:hover {
  background-color:#66ffff;
}
.button-teal:active {
  background-color:#99ffff;
}

.button-ltblue {
  background-color:#53bfdf;
}
.button-ltblue:hover {
  background-color:#a9dfef;
}
.button-ltblue:active {
  background-color:#d4eff7;
}

.badge {
    background: rgba(0,0,0,0.3);
    color: #ffffff;
    border: 1px solid #ffffff;
    margin-top: -1px;
    margin-bottom: -1px;
}

.badge-green {
  background:rgba(100,200,0,0.5);
  font-weight: bolder;
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
  text-shadow: 0px 0px 8px rgba(0,0,0,0.4);
}

.badge-grey {
  background:rgba(150,150,150,0.5);
  font-weight: bolder;
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
  text-shadow: 0px 0px 8px rgba(0,0,0,0.4);
}

.card-title {
  font-size: 15px !important;
}

.lm10 {
  margin-left: 10px;
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 15px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.related-txt {
  font-size: .5em;
  margin-left: 20px;
}

.card_info {
  /* background-color: rgba(0,0,0,.5); */
  background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.7));
  position: absolute;
  bottom: 0;
  backdrop-filter: blur(3px);
  color: #fff;

  padding-top: 20px;
  padding-bottom: 10px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.card_info .company_name .logo {
  height: 16px;
}

.card_info .company_name .name {
  height: 16px;
  line-height: 16px;
  padding-left: 10px;
  font-weight: 500;
}

.card_info .actions {
  margin-top: 10px;
  margin-bottom: 5px;
}


.card_info .actions .heart {
  color: #c02b23;
}

.card_info .actions .edit {
  color: #337ab7;
}

.card_info .stats {
  margin-top: 10px;
  display: flex;
}

.card_info .stats .item {
  margin-right: 10px;
}

.ad-card .icon {
  border-radius: 6px;
  max-width: 100%;
  max-height: 1000px;
  /* width: auto; */
  width: 100%
}

.ad-card {
  /* display: block; */
  position: relative;
  width: 100%;
  min-height: 240px;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  margin-bottom: 20px;
}

.video-ad {
  display: none;
  background-color: transparent;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
}

.video-ad > iframe {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.video-ad-template {
  display: none;
}

.video-icon {
  color: #c02b23 !important;
}

.ad-card a {
  color: #fff;
  text-decoration: none;
}

.ad-card .show {
  position: absolute;
  /* background-image: linear-gradient(to top, rgba(255, 255, 255, .2), rgba(255, 255, 255,.5)); */
  background-image: linear-gradient(to top, rgba(255, 255, 255, .1), rgba(255, 255, 255,.3));
  backdrop-filter: blur(2px);
  top: 0;
  width: 100%;
  padding: 10px 10px 0px 10px;
}

.ad-card .show .zip {
  float: right;
  font-weight: 500;
}

.ad-card .show .price {
  float: left;
  font-weight: 500;
  font-size: large;
}

ad-card .show .social {
  float: left;
}

.ad-card .stamps {
  position: absolute;
  top: 50px;
  right: -15px;
  opacity: .6;
  z-index: 300;
}

.ad-card .actions .date {
  margin-top: 15px;
  color:rgb(179, 177, 177);
  float: right;
}

.ad-card .actions a {
  margin-right: 10px;
}
