.pull-right {float: right;}

.home_1
{
	background: url('../img/Carpenter-working-with-wood-close.jpg') center no-repeat;
	background-size: cover;
	height: 650px;
    z-index: 2;
}
.home_1 .header_title {
    padding-top: 200px;
    padding-bottom: 30px;
}
.menu-wht .master-logo
{
	background: url(../img/localpro-logo-white-72dpi.svg);
}
.master-logo
{
    background: url(../img/localpro-logo-black-72dpi.svg);
    width: 150px;
    height: 29px;
}
.home_1 .search .btn-small
{
    font-size: 22px;
    font-weight: bold;
}

.btn.btn-primary
{
	background: #bb426d;
	border-color: #bb426d;
}

.btn.btn-default
{
	color: #fff;
	border-color: #fff;
	/*border-radius: 0;*/
}

.btn.btn-primary:hover, .btn.btn-default:hover
{
    background: #c3547b;
    border-color: #c3547b;
}


.feature-boxes .col-md-4 {
    padding-left: 15px;
    padding-right: 15px;
}

.feature.boxed {
    background: #fff;
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
}

.feature-1 {
    margin-bottom: 30px;
}

.feature-1 p {
    min-height: 4.875em;
}

.feature-1 i + h5 {
    margin: 1.625em 0 0.8125em 0;
}

.feature-1 .icon {
    line-height: 1em;
    font-size: 2.8125em;
}

.boxed {
    position: relative;
    overflow: hidden;
    padding: 2.4375em;
    margin-bottom: 30px;
}

.wide-1 .ab-us-img {
    background-image: url('../img/Depositphotos_72700231_original.jpg');
}

.wide-4 {
    margin-top: 50px;
    background: url('../img/Depositphotos_88110854_original.jpg') top center no-repeat;
    position: relative;
    padding: 8.125em 0;
    color: #fff;
    text-align: center;
}

.wide-4 h2
{
	color: #fff;
    margin-bottom: 1.1304347826087em;
}

.home_1 .search #search_field
{
	background: rgba(255, 255, 255, 1);

    padding: 0;

    border: none;
    font-size: 22px;

        line-height: 2.95em;
}

.home_1 .search #search_field::placeholder, .home_1 .search #search_field::-webkit-input-placeholder, .home_1 .search #search_field::-moz-placeholder, .home_1 .search #search_field:-ms-input-placeholder, .home_1 .search #search_field:-moz-placeholder
{
	color: #fff;
}

.home_1 .col-md-9, .home_1 .col-md-3
{
	padding: 0;
}

.home_1 .search
{
	padding: 0 27%;
}

/* Search bar */
    .twitter-typeahead {width: 100%;    background: rgba(255, 255, 255, 1);
        padding: 0 1.625em;
        border: none;
        font-size: 18px;
        line-height: 2.95em;
        line-height: 1.95em;
    }

    .tt-input, .tt-input:focus {outline: none; border: none;    box-shadow: none;}
    .twitter-typeahead .tt-query,
    .twitter-typeahead .tt-hint {
        margin-bottom: 0;
    }
    .tt-hint {
        display: block;
        width: 100%;
        height: 38px;
        padding: 8px 12px;
        font-size: 14px;
        line-height: 1.428571429;
        color: #999;
        vertical-align: middle;
        background-color: #ffffff;
        border: 1px solid #cccccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
              box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
              transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    }
    .tt-menu {
        width: 100%;
        min-width: 160px;
        margin-top: 2px;
       /* padding: 5px 0;*/
        background-color: #ffffff;
        border: 1px solid #cccccc;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
              box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        background-clip: padding-box;
        z-index: 999999 !important;

    }

    .tt-suggestion {
        display: block;
        padding: 3px 20px;
        padding: 0px 20px;
    }
    .tt-suggestion.tt-is-under-cursor,.tt-suggestion:hover {
        color: #fff;
        background-color: #bb426d; /*#428bca;*/
        cursor: pointer;
    }
    .tt-suggestion.tt-is-under-cursor a, .tt-suggestion:hover a {
        color: #fff;
    }
    .tt-suggestion p {
        margin: 0;
    }


.wide-2 .btn-small
{
    background: #c3547b;
    border-color: #c3547b;
}

#header {
    background: gray;
}

.search-box-wrapper {
    position: relative;
    top: 0;

}
.search-box {
    position: relative;
    width: 100%;
    right: 0;
    top: 0;
    margin-bottom: 10px;
}

@import "https://fonts.googleapis.com/css?family=Noto+Sans";
* {
  box-sizing: border-box;
}


.floating-chat {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  transform: translateY(70px);
  transition: all 250ms ease-out;
  border-radius: 50%;
  opacity: 0;
  background: -moz-linear-gradient(-45deg, #bb426d 0, #183850 25%, #192C46 50%, #22254C 75%, #bb426d 100%);
  background: -webkit-linear-gradient(-45deg, #bb426d 0, #183850 25%, #192C46 50%, #22254C 75%, #bb426d 100%);
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.floating-chat.enter:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  opacity: 1;
}
.floating-chat.enter {
  transform: translateY(0);
  opacity: 0.6;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.14);
}
.floating-chat.expand {
  width: 450px;
  max-height: 400px;
  height: 400px;
  border-radius: 5px;
  cursor: auto;
  opacity: 1;
  z-index: 99999999;
}
.floating-chat :focus {
  outline: 0;
  box-shadow: 0 0 3pt 2pt rgba(14, 200, 121, 0.3);
}
.floating-chat button {
  background: transparent;
  border: 0;
  color: black;
  text-transform: uppercase;
  border-radius: 3px;
  cursor: pointer;
}
.floating-chat .chat {
  display: flex;
  flex-direction: column;
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  border-radius: 50%;
  transition: all 250ms ease-out;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.floating-chat .chat.enter {
  opacity: 1;
  border-radius: 0;
  margin: 10px;
  width: auto;
  height: auto;
  color: black;
  background: white;
    border-color: white;
    margin: 0;
}
.floating-chat .chat .header {
  flex-shrink: 0;
  padding-bottom: 10px;
  display: flex;
  background: transparent;
  text-align: center;
  padding-top: 10px;
}
.floating-chat .chat .header .title {
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0 5px;
}
.floating-chat .chat .header button {
  flex-shrink: 0;
}


.floating-chat .chat .messages {
  padding: 10px;
  margin: 0;
  list-style: none;
  overflow-y: scroll;
  overflow-x: hidden;
  flex-grow: 1;
  border-radius: 4px;
  background: transparent;
}
.floating-chat .chat .messages::-webkit-scrollbar {
  width: 5px;
}
.floating-chat .chat .messages::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: rgba(25, 147, 147, 0.1);
}
.floating-chat .chat .messages::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(25, 147, 147, 0.2);
}
.floating-chat .chat .messages li .article-details {
    display: none;
}
.floating-chat .chat .messages li {
    cursor: pointer;
  position: relative;
  clear: both;
  display: inline-block;
  padding: 14px;
  margin: 0 0 20px 0;
  margin: 0 0 5px 0;
  font: 12px/16px 'Noto Sans', sans-serif;
 
  background-color: rgba(176, 177, 177, 0.2);
  word-wrap: break-word;
  max-width: 98%;
  width: 80%;
  width: 100%;
}
.floating-chat .chat .messages li:before {
  position: absolute;
  top: 0;
  width: 25px;
  height: 25px;
  content: '';
  background-size: cover;
}
/* .floating-chat .chat .messages li:after {
  position: absolute;
  top: 10px;
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid rgba(25, 147, 147, 0.2);
} */
/* .floating-chat .chat .messages li.other {
  animation: show-chat-odd 0.15s 1 ease-in;
  -moz-animation: show-chat-odd 0.15s 1 ease-in;
  -webkit-animation: show-chat-odd 0.15s 1 ease-in;
  float: right;
  margin-right: 45px;
  color: #0AD5C1;
}
.floating-chat .chat .messages li.other:before {
  right: -45px;
  background-image: url(https://github.com/Thatkookooguy.png);
}
.floating-chat .chat .messages li.other:after {
  border-right: 10px solid transparent;
  right: -10px;
} */
.floating-chat .chat .messages li.self {
  animation: show-chat-even 0.15s 1 ease-in;
  -moz-animation: show-chat-even 0.15s 1 ease-in;
  -webkit-animation: show-chat-even 0.15s 1 ease-in;
  float: left;
  /* margin-left: 45px; */
  /* color: #0EC879; */
}
.floating-chat .chat .messages li.self:before {
  left: -45px;
  background-image: url(https://cdn0.iconfinder.com/data/icons/news-and-magazine/512/news-512.png);
}
.floating-chat .chat .messages li.self:after {
  border-left: 10px solid transparent;
  left: -10px;
}
.floating-chat .chat .footer {
  flex-shrink: 0;
  display: flex;
  padding-top: 10px;
  max-height: 90px;
  background: transparent;
  padding: 10px;
}
.floating-chat .chat .footer .text-box {
  border-radius: 3px;
  background: rgba(25, 147, 147, 0.2);
  min-height: 100%;
  width: 100%;
  margin-right: 5px;
  color: #0EC879;
  overflow-y: auto;
  padding: 2px 5px;
}
.floating-chat .chat .footer .text-box::-webkit-scrollbar {
  width: 5px;
}
.floating-chat .chat .footer .text-box::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: rgba(25, 147, 147, 0.1);
}
.floating-chat .chat .footer .text-box::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(25, 147, 147, 0.2);
}

@keyframes show-chat-even {
  0% {
    margin-left: -480px;
  }
  100% {
    margin-left: 0;
  }
}
@-moz-keyframes show-chat-even {
  0% {
    margin-left: -480px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes show-chat-even {
  0% {
    margin-left: -480px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes show-chat-odd {
  0% {
    margin-right: -480px;
  }
  100% {
    margin-right: 0;
  }
}
@-moz-keyframes show-chat-odd {
  0% {
    margin-right: -480px;
  }
  100% {
    margin-right: 0;
  }
}
@-webkit-keyframes show-chat-odd {
  0% {
    margin-right: -480px;
  }
  100% {
    margin-right: 0;
  }
}
