/* 1.5 BUTTON
================================== */
.btn {
  position: relative;
  font-size: 14px;
  padding-left: 12px;
  padding-right: 12px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn .icon {
  margin-right: 6px;
}
.btn-default {
  border: 1px solid #e36159;
  background-color: #e36159;
  color: #ffffff;
}
.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover {
  border: 1px solid #e36159;
  background-color: #f2b8b4;
  color: #333;
}
.btn-link {
  color: #333;
  border: 1px solid #F2F2F2;
}
.btn-link.active,
.btn-link.focus,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  color: #106057;
  text-decoration: none;
  border: 1px solid #106057;
}
.open > .dropdown-toggle.btn-default {
  background-color: #FFF;
  color: #333;
}
.open > .dropdown-toggle.btn-reverse {
  background-color: #1fb7a6;
}
.btn-reverse {
  border: 1px solid #1fb7a6;
  background-color: #FFF;
  color: #333;
}
.btn-reverse.active,
.btn-reverse.focus,
.btn-reverse:active,
.btn-reverse:focus,
.btn-reverse:hover {
  border: 1px solid #1fb7a6;
  background-color: #1fb7a6;
  color: #ffffff;
}
.btn-group-lg > .btn,
.btn-group-lg .btn-lg {
  font-size: 14px;
  height: 44px;
}

.searcher .more-button , .select-button , .unselect-button{
    background-color: #39A9E4
}

.searcher .more-button:hover, .searcher .select-button:hover , .searcher .unselect-button:hover{
    background-color: #0d689c
}

.more-button.active,
.more-button.focus,
.more-button:active,
.more-button:focus,
.more-button:hover,
.select-button.active , .unselect-button.active, .select-button.focus, .unselect-button.focus, .select-button:active , .unselect-button:active, .select-button:focus, .unselect-button:focus, .select-button:hover, .unselect-button:hover {
  border: none;
}

.searcher .search-button{
    background-color: #047DC2
}
.searcher .search-button:hover{
    background-color: #0d689c
}

.search-button.active,
.search-button.focus,
.search-button:active,
.search-button:focus,
.search-button:hover {
  border: none;
}
